Team:Imperial College London/Templates/Chemotaxis

From 2011.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> .underlinemenu{ font-weight: bold; width: 100%; font-size: 17px; } .underlinemenu ul{ padding: 6px 0 7px 0; /*6px should equal top padding...")
 
(23 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
 +
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
  <script type="text/javascript">
 +
  $(document).ready(function(){
 +
 +
    $(function(){
 +
    var path = location.pathname.substring(1);
 +
    var last = path.split("/");
 +
    if ( last[1] ) {
 +
      $('.underlinemenu ul li a[href*="' + last[1] + '"]').addClass("curlink").css("background-color","#648765");
 +
    }
 +
    else {
 +
      $('.underlinemenu ul li a[href$="' + path + '"]').addClass("curlink").css("background-color","","#648765");
 +
    }
 +
    });
 +
  });
 +
</script>
 +
<style type="text/css">
<style type="text/css">
Line 21: Line 39:
.underlinemenu ul li a{
.underlinemenu ul li a{
-
color: #225323;
+
color: #ffffff;
 +
background-color: #225323;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
-
margin-right: 20px; /*spacing between each menu link*/
+
margin-right: -4px; /*spacing between each menu link*/
text-decoration: none;
text-decoration: none;
-
border-bottom: 3px solid #90A991; /*bottom border is 3px*/
 
}
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
-
border-bottom-color: #225323;
+
background-color: #648765;
}
}
Line 36: Line 54:
<body>
<body>
 +
<hr style="color:#BDCBBD; height:3px;" />
 +
<img class="border" src="https://static.igem.org/mediawiki/2011/f/f0/New_storyboard_v2-07.png" width="170px" style="float:right;margin:23px 20px 0px 20px;" />
 +
<h1>Module 1: Phyto-Route</h1>
 +
<p><b>Chemotaxis is the movement of bacteria based on attraction or repulsion of chemicals. Roots secrete a variety of compounds that <i>E. coli</i> are not attracted to naturally. Accordingly, we engineered a chemoreceptor into our chassis that can sense malate, a common root exudate, so that it can swim towards the root. Additionally, <i>E. coli</i> are actively taken up by plant roots, which will allow targeted <a href="https://2011.igem.org/Team:Imperial_College_London/Project_Auxin_Overview">IAA delivery</a> into roots by our system.</b></p>
 +
<br><br><br>
<div class="underlinemenu">
<div class="underlinemenu">
<ul>
<ul>
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project/Chemotaxis/Overview">Overview</a></li>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Chemotaxis_Overview">Overview</a></li>
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project/Chemotaxis/Specifications">Specifications</a></li>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Chemotaxis_Specifications">Specifications</a></li>
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project/Chemotaxis/Design">Design</a></li>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Chemotaxis_Design">Design</a></li>
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project/Chemotaxis/Modelling">Modelling</a></li>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Chemotaxis_Modelling">Modelling</a></li>
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project/Chemotaxis/Assembly">Assembly</a></li>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Chemotaxis_Assembly">Assembly</a></li>
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project/Chemotaxis/Testing">Testing</a></li>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Chemotaxis_Testing">Testing & Results</a></li>
 +
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Chemotaxis_Future">Future Work</a></li>
</ul>
</ul>
</div>
</div>
 +
<br/>
 +
<hr style="color:#BDCBBD; height:3px;" />
</body>
</body>
</html>
</html>

Latest revision as of 03:32, 29 October 2011


Module 1: Phyto-Route

Chemotaxis is the movement of bacteria based on attraction or repulsion of chemicals. Roots secrete a variety of compounds that E. coli are not attracted to naturally. Accordingly, we engineered a chemoreceptor into our chassis that can sense malate, a common root exudate, so that it can swim towards the root. Additionally, E. coli are actively taken up by plant roots, which will allow targeted IAA delivery into roots by our system.