Team:UC Davis/Projects
From 2010.igem.org
(Difference between revisions)
Line 33: | Line 33: | ||
- | var pHContent="<br/>Cellular machines are not isolated systems. They have an intimate relationship with their surroundings and must change with varying environmental conditions. To do this, they rely on sensory machinery to trigger internal fluctuations based on external stimuli such as light, chemical concentrations, etc. Sensors have been engineered for the E. coli chassis but one stimulus has been neglected: pH.<br/><br/>Using a two-component sensory kinase system from Agrobacterium tumefaciens, we have engineered a pH sensor for E. coli. | + | var pHContent = "<br/>Cellular machines are not isolated systems. They have an intimate relationship with their surroundings and must change with varying environmental conditions. To do this, they rely on sensory machinery to trigger internal fluctuations based on external stimuli such as light, chemical concentrations, etc. Sensors have been engineered for the E. coli chassis but one stimulus has been neglected: pH.<br/><br/>Using a two-component sensory kinase system from Agrobacterium tumefaciens, we have engineered a pH sensor for E. coli."; |
+ | |||
switch(tab) | switch(tab) | ||
{ | { | ||
Line 42: | Line 43: | ||
break; | break; | ||
case 2: | case 2: | ||
- | $("#projectContent").fadeOut("slow", function() { document.getElementById("projectContent").innerHTML = | + | $("#projectContent").fadeOut("slow", function() { document.getElementById("projectContent").innerHTML = phContent;}).fadeIn("slow"); |
$("#projectBanner").fadeOut("slow", function() { document.getElementById("projectBanner").innerHTML = "<img src='https://static.igem.org/mediawiki/2010/a/a8/PhBanner.jpg'>"}).fadeIn("slow"); | $("#projectBanner").fadeOut("slow", function() { document.getElementById("projectBanner").innerHTML = "<img src='https://static.igem.org/mediawiki/2010/a/a8/PhBanner.jpg'>"}).fadeIn("slow"); | ||
break; | break; |
Revision as of 22:14, 21 September 2010
|
|
|