Difference between revisions of "Template:NYMU-Taipei2"
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Nymu-menu2}} | {{Nymu-menu2}} | ||
+ | {{Nymu-menu}} | ||
+ | |||
<html> | <html> | ||
Line 12: | Line 13: | ||
width: 100%; | width: 100%; | ||
display: none; | display: none; | ||
− | + | margin-top:0; | |
-webkit-touch-callout: none; | -webkit-touch-callout: none; | ||
-webkit-user-select: none; | -webkit-user-select: none; | ||
Line 20: | Line 21: | ||
user-select: none; | user-select: none; | ||
background-image: url(https://static.igem.org/mediawiki/2015/9/99/Nymu-Background.png); | background-image: url(https://static.igem.org/mediawiki/2015/9/99/Nymu-Background.png); | ||
− | background-size: 100%, auto; | + | background-size: 100%, auto; |
+ | |||
} | } | ||
Line 103: | Line 105: | ||
margin-left: 30px; | margin-left: 30px; | ||
background: url(https://static.igem.org/mediawiki/2013/5/53/2013UCalgaryArrowLeft.png) top no-repeat; | background: url(https://static.igem.org/mediawiki/2013/5/53/2013UCalgaryArrowLeft.png) top no-repeat; | ||
− | } | + | }f |
#Slider #RightArrow { | #Slider #RightArrow { | ||
Line 161: | Line 163: | ||
padding-left:10%; | padding-left:10%; | ||
padding-right:10%; | padding-right:10%; | ||
− | line-height: | + | line-height: 25px; |
text-align: justify; | text-align: justify; | ||
} | } | ||
Line 172: | Line 174: | ||
padding-left:10%; | padding-left:10%; | ||
padding-right:10%; | padding-right:10%; | ||
− | line-height: | + | line-height: 25px; |
text-align: justify; | text-align: justify; | ||
Line 259: | Line 261: | ||
<script> | <script> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
− | + | ||
+ | $('.Slides').css('transition', 'opacity 1s ease-out'); | ||
+ | $('.Slides').css('opacity', '0'); | ||
+ | $('.Slides').css(' height', '0'); | ||
+ | $('.Slides').css('overflow', 'hidden'); | ||
+ | //Display slider for Javascript users | ||
$('#Slider').css('display', 'block'); | $('#Slider').css('display', 'block'); | ||
$('#Slider').css('opacity', '1'); | $('#Slider').css('opacity', '1'); | ||
− | + | var TotalSlides = $('.Slides').length; | |
+ | var CurrentSlide = 0; | ||
+ | CurrentSlide = CurrentSlide % TotalSlides; | ||
+ | changeSlide(CurrentSlide); | ||
//Set height of slider (16/5 ratio) | //Set height of slider (16/5 ratio) |
Latest revision as of 13:37, 27 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.