Difference between revisions of "Template:NYMU-Taipei2"

(Undo revision 131676 by Albertage (talk))
Line 19: Line 19:
 
-ms-user-select: none;
 
-ms-user-select: none;
 
user-select: none;
 
user-select: none;
background-image: url(https://static.igem.org/mediawiki/2015/9/99/Nymu-Background.png);
+
       
background-size: 100%, auto;     
+
 
}
 
}
  
Line 27: Line 26:
 
height: 100%;
 
height: 100%;
 
background-size: 100%, auto;
 
background-size: 100%, auto;
 
+
background-image: url(https://static.igem.org/mediawiki/2015/9/99/Nymu-Background.png);
 
}
 
}
  
 
#Slider #Slide0 {
 
#Slider #Slide0 {
position:absolute;
+
 
 
}
 
}
  
 
#Slider #Slide1 {
 
#Slider #Slide1 {
 
 
position:absolute;
+
display: none;
 
}
 
}
  
 
#Slider #Slide2 {
 
#Slider #Slide2 {
position:absolute;
 
 
 
 +
display: none;
 
}
 
}
  
 
#Slider #Slide3 {
 
#Slider #Slide3 {
position:absolute;
 
 
 
 +
display: none;
 
}
 
}
  
 
#Slider #Slide4 {
 
#Slider #Slide4 {
position:absolute;
 
 
 
 +
display: none;
 
}
 
}
  
 
#Slider #Slide5 {
 
#Slider #Slide5 {
position:absolute;
 
 
 
 +
display: none;
 
}
 
}
  
 
#Slider #Slide6 {
 
#Slider #Slide6 {
position:absolute;
 
 
 
 +
display: none;
 
}
 
}
  
Line 261: Line 260:
 
//Display slider for Javascript users
 
//Display slider for Javascript users
 
$('#Slider').css('display', 'block');
 
$('#Slider').css('display', 'block');
$('#Slider').css('opacity', '1');
 
 
 
 
                                
 
                                
Line 318: Line 316:
 
                                 function changeSlide(num){
 
                                 function changeSlide(num){
 
var SlideID = '#Slide' + num;
 
var SlideID = '#Slide' + num;
+
$('.Slides').css('display', 'none');
$('.Slides').css('transition', 'opacity 1s ease-out');
+
$(SlideID).css('display', 'block');
$('.Slides').css('opacity', '0');
+
$('.Slides').css(' height', '0');
+
$('.Slides').css('overflow', 'hidden');
+
 
+
 
+
$(SlideID).css('opacity', '1');
+
//Set height of slider (16/5 ratio)
+
$('#Slider').css('height', ($('body').width() / 2.5));
+
+
 
+
 
+
 
}
 
}
  

Revision as of 14:16, 26 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 and human body since it does not contain heavy metals like most fungicides.