Difference between revisions of "Team:Yonsei Korea/Human Practices"

Line 165: Line 165:
 
             <div class="inner">
 
             <div class="inner">
 
                 <a>YONSEI_KOREA 2021</a>
 
                 <a>YONSEI_KOREA 2021</a>
                 <img src="images/main_logo_1.png"></img>
+
                 <img src="https://static.igem.org/mediawiki/2021/b/b7/T--Yonsei_Korea--main_logo_1.png"></img>
 
                 <p>Yonsei_Korea is a convergent team of students based in Seoul, South Korea striving to create meaningful change utilizing synthtic biology in the IGEM 2021 Competition.</p>
 
                 <p>Yonsei_Korea is a convergent team of students based in Seoul, South Korea striving to create meaningful change utilizing synthtic biology in the IGEM 2021 Competition.</p>
 
                 <div class="snslogo">
 
                 <div class="snslogo">
Line 258: Line 258:
 
                 var menubtnTop = $(".fixedBtnMenu").offset().top - 15;
 
                 var menubtnTop = $(".fixedBtnMenu").offset().top - 15;
 
                 var menubtnLeft = $(".fixedBtnMenu").offset().left;
 
                 var menubtnLeft = $(".fixedBtnMenu").offset().left;
                 $(".roundedBtnMenu").css({"background":"url('./images/button_fix.png')no-repeat 0 -110px, #9CA39E"})
+
                 $(".roundedBtnMenu").css({"background":"url('https://static.igem.org/mediawiki/2021/6/6a/T--Yonsei_Korea--button_fix.png')no-repeat 0 -110px, #9CA39E"})
 
                 $(".dropdown").css({"visibility": "visible", "top": menubtnTop-7*44, "left":menubtnLeft-190})
 
                 $(".dropdown").css({"visibility": "visible", "top": menubtnTop-7*44, "left":menubtnLeft-190})
 
                 //$("body").css({"background":"rgba(0,0,0,0.6)","background-blend-mode": "overlay"})
 
                 //$("body").css({"background":"rgba(0,0,0,0.6)","background-blend-mode": "overlay"})
 
             }else{
 
             }else{
 
                 menuOpen = false
 
                 menuOpen = false
                 $(".roundedBtnMenu").css({"background":"url('./images/button_fix.png')no-repeat 0 -55px, #9CA39E"})
+
                 $(".roundedBtnMenu").css({"background":"url('https://static.igem.org/mediawiki/2021/6/6a/T--Yonsei_Korea--button_fix.png')no-repeat 0 -55px, #9CA39E"})
 
                 $(".dropdown").css({"visibility": "hidden"})
 
                 $(".dropdown").css({"visibility": "hidden"})
 
                 //$("body").css({"background":"rgba(0,0,0,0)","background-blend-mode": "overlay"})
 
                 //$("body").css({"background":"rgba(0,0,0,0)","background-blend-mode": "overlay"})

Revision as of 02:06, 12 October 2021

IGEM_YONSEI

Human Practices
Centered On:

Connection
Community
Cooperation

OVERVIEW

To develop a diagnosis tool in detecting the Magnaporthe oryzae fungi, we incorporated engineering along with synthetic biology into our research. Our goal was to develop a proof of concept for a detection system, which is simple but specific. Also, we aimed to design a tool that is easy to use and visualize, so that many people will be able to use it. Therefore, it was essential for us to incorporate the engineering design cycle: research → imagine (brainstorming) → design → test → learn & improve. We have optimized this in a way that is suitable and practical for our research.

We divided our research into two phases, and went through several iterations of the engineering design cycle for each phase. Phase 1 aimed to apply synthetic biology to develop a system that could specifically detect the Magnaporthe oryzae gene. Phase 2 aimed to apply nanoscience and technology to develop a colorimetry tool to visualize the specific detection, which is important for practical purposes.