Difference between revisions of "Template:NYMU-2015project-overview"

Line 3: Line 3:
 
<html>
 
<html>
 
<link href="https://2015.igem.org/Team:NYMU-Taipei/StyleSheets/subpage?action=raw&ctype=text/css" rel="stylesheet">
 
<link href="https://2015.igem.org/Team:NYMU-Taipei/StyleSheets/subpage?action=raw&ctype=text/css" rel="stylesheet">
<style>
 
#top-menu {
 
    position: fixed;
 
    z-index: f1;
 
    background: white;
 
list-style-image:none;
 
list-style-type:none;
 
font-size:18px;
 
margin:0;
 
top:120px;
 
left:1%;
 
line-height:1.4em;
 
}
 
  
#top-menu li {
 
 
 
}
 
 
#top-menu a {
 
    display: block;
 
    padding: 5px 30px 5px 25px;
 
    width: 4em;
 
    text-align: center;
 
    -webkit-transition: .5s all ease-out;
 
    -moz-transition: .5s all ease-out;
 
    transition: .5s all ease-out;
 
    border-top: 3px solid white;
 
    color: #aaa;
 
    text-decoration: none;
 
}
 
 
#top-menu a:hover {
 
    color: #000;
 
}
 
 
#top-menu li.active a {
 
    border-top: 3px solid #333;
 
    color: #333;
 
}
 
 
 
 
#side {
 
 
position:fixed;
 
left:2%;
 
}
 
 
 
 
</style>
 
 
 
<script>
 
$(document).ready(function() {
 
// Cache selectors
 
var lastId,
 
    topMenu = $("#top-menu"),
 
    topMenuHeight = topMenu.outerHeight(),
 
    // All list items
 
    menuItems = topMenu.find("a"),
 
    // Anchors corresponding to menu items
 
    scrollItems = menuItems.map(function(){
 
      var item = $($(this).attr("href"));
 
      if (item.length) { return item; }
 
    });
 
 
// Bind click handler to menu items
 
// so we can get a fancy scroll animation
 
menuItems.click(function(e){
 
  var href = $(this).attr("href"),
 
      offsetTop = href === "#" ? 0 : $(href).offset().top-120;
 
  $('html, body').stop().animate({
 
      scrollTop: offsetTop
 
  }, 300);
 
  e.preventDefault();
 
});
 
 
// Bind to scroll
 
$(window).scroll(function(){
 
  // Get container scroll position
 
  var fromTop = $(this).scrollTop()+topMenuHeight;
 
 
 
  // Get id of current scroll item
 
  var cur = scrollItems.map(function(){
 
    if ($(this).offset().top < fromTop)
 
      return this;
 
  });
 
  // Get the id of the current element
 
  cur = cur[cur.length-1];
 
 
 
 
 
 
 
var id="";
 
if(cur) { if(cur.length) { id=cur[0].id; } }
 
 
 
  if (lastId !== id) {
 
      lastId = id;
 
      // Set/remove active class
 
      menuItems
 
        .parent().removeClass("active")
 
        .end().filter("[href=#"+id+"]").parent().addClass("active");
 
  }                 
 
});
 
 
 
 
});
 
</script>
 
  
  
Line 131: Line 21:
  
  
 
 
<div id="side">
 
<ul id="top-menu">
 
  <li class="active">
 
    <a href="#">Top</a>
 
  </li>
 
  <li>
 
    <a href="#protection">Prevention</a>
 
  </li>
 
  <li>
 
    <a href="#detection">Detection</a>
 
  </li>
 
  <li>
 
    <a href="#cure">Cure</a>
 
  </li>
 
  <li>
 
    <a href="#system">System</a>
 
  </li>
 
  <li>
 
    <a href="#inhibition">FYVE<br>Inhibition</a>
 
  </li>
 
  <li>
 
    <a href="#oscillation">Oscillation</a>
 
  </li>
 
  <li>
 
    <a href="#epidemic">Epidemic</a>
 
  </li>
 
</ul>
 
</div>
 
 
<h1>Project overview</h1>
 
<h1>Project overview</h1>
  

Revision as of 07:28, 16 September 2015

Project overview

background

Potatoes all over the world are in danger and this is not the first time in history. In the late 1840s, potato late blight epidemics caused the Great Famine in Ireland, which caused one million people starved to death. This devastating disease is caused by plant pathogenic oomycetes, Phytophthora infestans. Even 150 years later, when potato is widely grown in 135 countries and consumed by 1 billion people, late blight is still causing serious problems, including food insecurity, economic losses, and environmental damage.

Fig 1. Worldwide distribution of potato late blight caused by P.infestans



Potato late blight costs $6.7 billion every year. Although late blight can have little impact on the food supply in some areas, crop loss can still force farmers out of business. To control late blight, fungicide is frequently used, up to once every 3 days. These fungicides have enormous costs financially, at $200 per acre of farmland. Moreover, these chemicals often seep underground or escape to nearby streams and contaminate water sources. Water samples from over the U.S. show that 75% of surface waters and 58% of groundwater wells contain at least one of 33 potato fungicides.



In modern agriculture, the use of fungicide and genetically modified potatoes are inefficient in fighting against potato late blight. Most strains of P. infestans have formed resistance against fungicides used nowadays. P. infestans secretes some enzymes and form high turgor pressure inside its cell to penetrate and colonize in potato cells. P. infestans infects potato leaves and tubers and eventually the plant will die. The 2015 NYMU iGEM team aims to prevent potatoes from being infected by this devastating disease and ensure global food security.