Difference between revisions of "Template:NYMU-Taipei2"

Line 55: Line 55:
 
display: none;
 
display: none;
 
}
 
}
 
 
img{
 
 
 
 
 
}
 
 
 
  
  
Line 77: Line 67:
 
         position: absolute;
 
         position: absolute;
 
         background-color:#fff;
 
         background-color:#fff;
         opacity: 0.61;
+
         opacity: 0;
filter: alpha(opacity=61);
+
filter: alpha(opacity=0);
 
         position:absolute;
 
         position:absolute;
 
}
 
}
  
#imgslider #Slide0 {
 
 
}
 
  
 
#imgslider #Slide1 {
 
background-image: url(https://static.igem.org/mediawiki/2015/9/92/Nymu-slide-Problem.jpg);
 
display: none;
 
}
 
 
#imgslider #Slide2 {
 
background-image: url(https://static.igem.org/mediawiki/2015/8/8c/Nymu-slide-Idea.jpg);
 
display: none;
 
}
 
 
#imgslider #Slide3 {
 
background-image: url(https://static.igem.org/mediawiki/2015/f/f4/Nymu-slide-FYVE.jpg);
 
display: none;
 
}
 
 
#imgslider #Slide4 {
 
background-image: url(https://static.igem.org/mediawiki/2015/e/e6/Nymu-slide-Smfc.jpg);
 
display: none;
 
}
 
 
#imgslider #Slide5 {
 
background-image: url(https://static.igem.org/mediawiki/2015/7/7f/Nymu-slide-Defensin.jpg);
 
display: none;
 
}
 
 
#imgslider #Slide6 {
 
background-image: url(https://static.igem.org/mediawiki/2015/4/46/Nymu-slide-D_system.jpg);
 
display: none;
 
}
 
  
 
#Slider .SideBar {
 
#Slider .SideBar {
Line 358: Line 315:
 
                                 var timer;
 
                                 var timer;
 
// when mouse enters, clear the timer if it has been set
 
// when mouse enters, clear the timer if it has been set
$("img").mouseenter(function(){if (timer) { clearInterval(timer) }})
+
$("#imgslider").mouseenter(function(){if (timer) { clearInterval(timer) }})
 
                     // when mouse goes out, start the slideshow
 
                     // when mouse goes out, start the slideshow
 
                         .mouseleave(function() {timer = setInterval(function() {CurrentSlide = ++CurrentSlide % TotalSlides;changeSlide(CurrentSlide);}, 6000);})
 
                         .mouseleave(function() {timer = setInterval(function() {CurrentSlide = ++CurrentSlide % TotalSlides;changeSlide(CurrentSlide);}, 6000);})
Line 370: Line 327:
 
$(SlideID).css('display', 'block');
 
$(SlideID).css('display', 'block');
 
}
 
}
 +
 +
 +
 +
 +
 +
 +
 
});
 
});
 
</script>
 
</script>
Line 378: Line 342:
 
                          
 
                          
 
                             <div id="Slider">
 
                             <div id="Slider">
                          
+
                         <div id="imgslider"></div>
 
<div id="Slide0" class="Slides current"></div>
 
<div id="Slide0" class="Slides current"></div>
 
<div id="Slide1" class="Slides"><img src="https://static.igem.org/mediawiki/2015/0/01/Nymu-slide-FYVE.png" style="PADDING-LEFT: 15%;padding-top:5% ;"width="70%" ></div>
 
<div id="Slide1" class="Slides"><img src="https://static.igem.org/mediawiki/2015/0/01/Nymu-slide-FYVE.png" style="PADDING-LEFT: 15%;padding-top:5% ;"width="70%" ></div>

Revision as of 15:41, 17 August 2015

About Our Project
The 2015 NYMU iGEM team presents a potato defense system, an effective system that can be easily implemented by potato farmers all over the world. This system is made up of three parts: protection, detection, and cure.
Our system consists of potatoes resistant to Phytophthora infestans, a fungus-like pathogen that causes potato late blight, by creating a competitive inhibitor that can prevent the effector protein secreted by P. infestans from entering the potato cell. In case that the potatoes we genetically modified cannot fend off the P. infestans, we designed a soil based microbial fuel cell (SMFC) with engineered bacteria on the anode of the SMFC that can detect whether the potato tuber is infected or not. If the potato is infected and detected by our SMFC, we will spread defensin, an antimicrobial peptide isolated from maca (Lepidium meyenii). The defensin can weaken and inhibit the growth of P. infestans without doing harm to the environment since it does not contain heavy metals like most fungicides.