Team:Imperial College London/Templates/Auxin

From 2011.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
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: -4px; /*spacing between each menu link*/
text-decoration: none;
text-decoration: none;
}
}
.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;
}
}
Line 54: Line 55:
<body>
<body>
<hr style="color:#BDCBBD; height:3px;" />
<hr style="color:#BDCBBD; height:3px;" />
 +
<img class="border" src="https://static.igem.org/mediawiki/2011/a/a7/New_storyboard_v2-08.png" width="170px" style="float:right;margin:23px 20px 0px 20px;" />
<h1>Module 2: Auxin Xpress</h1>
<h1>Module 2: Auxin Xpress</h1>
-
<p><b>Auxin is a plant growth hormone which is expressed in several soil bacteria. We have taken the genes encoding the auxin-producing pathway from <i>Pseudomonas savastanoi</i> and expressed them in <i>Escherichia coli</i>. Following chemotaxis towards the roots and uptake by the Phyto Route module, auxin expression will promote root growth.</b></p>
+
<p><b>Auxin, or Indole 3-acetic acid (IAA), is a plant growth hormone which is produced by several soil bacteria. We have taken the genes encoding the IAA-producing pathway from <i>Pseudomonas savastanoi</i> and expressed them in <i>Escherichia coli</i>. Following chemotaxis towards the roots and uptake by the <a href="https://2011.igem.org/Team:Imperial_College_London/Project_Chemotaxis_Overview">Phyto Route module</a>, IAA expression will promote root growth with the aim of <a href="https://2011.igem.org/Team:Imperial_College_London/Project/Background">improving soil stability</a>.</b></p>
<br/>
<br/>
<div class="underlinemenu">
<div class="underlinemenu">
Line 64: Line 66:
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Auxin_Modelling">Modelling</a></li>
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Auxin_Modelling">Modelling</a></li>
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Auxin_Assembly">Assembly</a></li>
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Auxin_Assembly">Assembly</a></li>
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Auxin_Testing">Testing</a></li>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Auxin_Testing">Testing & Results</a></li>
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Auxin_Future">Future Work</a></li>
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Auxin_Future">Future Work</a></li>
</ul>
</ul>

Latest revision as of 03:07, 29 October 2011


Module 2: Auxin Xpress

Auxin, or Indole 3-acetic acid (IAA), is a plant growth hormone which is produced by several soil bacteria. We have taken the genes encoding the IAA-producing pathway from Pseudomonas savastanoi and expressed them in Escherichia coli. Following chemotaxis towards the roots and uptake by the Phyto Route module, IAA expression will promote root growth with the aim of improving soil stability.