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

 
(12 intermediate revisions by 2 users not shown)
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: 1;
 
    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 128: Line 18:
 
<div id="container">
 
<div id="container">
 
<img src="https://static.igem.org/mediawiki/2015/0/0f/Nymu-overview_wc.jpg" style="margin-left:12.5%;width:75%;">
 
<img src="https://static.igem.org/mediawiki/2015/0/0f/Nymu-overview_wc.jpg" style="margin-left:12.5%;width:75%;">
 +
  
  
 +
<h1>Project overview</h1>
  
  
 +
<h2>Background</h2>
  
<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>
 
  
 +
<p>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 and one million people were starved to death. This devastating disease is caused by the plant pathogenic oomycetes, <i>Phytophthora infestans</i>. Even now, when potatoes are 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 damages.</p>
  
<h2>background</h2>
+
<div style="margin-left:12.5%;width:75%;"><img src="https://static.igem.org/mediawiki/2015/e/eb/Nymu-overview-world.png" style="margin-left:13;padding-top:2%;padding-bottom:2%;width:90%;"><p style="font-weight:bold;font-size:14px;">Fig 1. Worldwide distribution of potato late blight caused by <i>P.infestans</i></p></div>
  
  
<p>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, <i>Phytophthora infestans</i>. 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.
 
  
<figure>
+
 
<img src="https://static.igem.org/mediawiki/2015/e/eb/Nymu-overview-world.png" style="margin-left:12.5%padding-top:2%;padding-bottom:2%;width:90%;">
+
<br><br>
<figcaption align="center"><i>Worldwide Distribution Of Potato Late Blight</i></figcaption>
+
<p>Potato late blight costs an annual loss of 6.7 billion USD. Although late blight have only little impact on the food supply in some areas, crop loss can still force farmers out of business. To control late blight, fungicides are 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 the 33 potato fungicides.</p>
</figure>
+
<br>
+
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.
+
 
<br><br>
 
<br><br>
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.
+
<p>In modern agriculture, the use of fungicides and genetically modified potatoes are inefficient in fighting against potato late blight. Most strains of <i>P. infestans</i> have developed resistance against fungicides used nowadays. <i>P. infestans</i> secretes some enzymes and form high turgor pressure inside its cell to penetrate and colonize in potato cells. <i>P. infestans</i> infect potato leaves and tubers; eventually the entire plant rots and dies. The 2015 NYMU-Taipei iGEM team aims to prevent potatoes from being infected by this devastating disease and ensure global food security.</p>
  
  

Latest revision as of 12:11, 20 November 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 and one million people were starved to death. This devastating disease is caused by the plant pathogenic oomycetes, Phytophthora infestans. Even now, when potatoes are 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 damages.

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



Potato late blight costs an annual loss of 6.7 billion USD. Although late blight have only little impact on the food supply in some areas, crop loss can still force farmers out of business. To control late blight, fungicides are 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 the 33 potato fungicides.



In modern agriculture, the use of fungicides and genetically modified potatoes are inefficient in fighting against potato late blight. Most strains of P. infestans have developed 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 infect potato leaves and tubers; eventually the entire plant rots and dies. The 2015 NYMU-Taipei iGEM team aims to prevent potatoes from being infected by this devastating disease and ensure global food security.