Team:Imperial College London/Templates/Chemotaxis

From 2011.igem.org

(Difference between revisions)
Line 10: Line 10:
     var last = path.split("/");
     var last = path.split("/");
     if ( last[1] ) {
     if ( last[1] ) {
-
       $('.underlinemenu ul li a[href*="' + last[1] + '"]').addClass("curlink").css("border-bottom","3px solid #225323");
+
       $('.underlinemenu ul li a[href*="' + last[1] + '"]').addClass("curlink").css("background-color","#648765");
     }
     }
     else {
     else {
-
       $('.underlinemenu ul li a[href$="' + path + '"]').addClass("curlink").css("border-bottom","3px solid #225323");
+
       $('.underlinemenu ul li a[href$="' + path + '"]').addClass("curlink").css("background-color","","#648765");
     }
     }
     });
     });
Line 39: 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: 20px; /*spacing between each menu link*/
Line 46: Line 47:
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
-
border-bottom: 3px solid #225323; /*bottom border is 3px*/
+
background-color: #648765;
}
}

Revision as of 20:09, 16 September 2011


Module 1: Phyto-Route

Movement performed by bacteria based on attraction or repulsion of chemicals is known as chemotaxis. In our project we are engineering this mechanism in order to enable our microbes to swim towards plant roots. Plant roots naturally secrete a variety of compounds that Escherichia coli are not attracted to naturally. Accordingly, we engineered a chemoreceptor that can sense the root exudates into our chassis. This receptor will enable the bacteria to swim towards roots.