Team:UC Davis/Projects
From 2010.igem.org
(Difference between revisions)
Line 30: | Line 30: | ||
function tabFunction(tab) | function tabFunction(tab) | ||
{ | { | ||
+ | var crosstalkContent = "<br/><div>In synthetic biology, the issue of crosstalk acts as a substantial barrier against developing fully-controlled biological systems. Much like in the development of electrical systems where crosstalk causes harmful interference and unpredictable behavior, crosstalk prevents us from completely understanding how our biological constructs function, and quite often can affect the efficacy of these systems. As such, it is clear that a method to computationally predict crosstalk in a given biological system would be a valuable scientific resource, and would effectively help minimize the negative effects of crosstalk.</div>"; | ||
+ | |||
switch(tab) | switch(tab) | ||
{ | { | ||
case 1: | case 1: | ||
- | $("#projectContent").fadeOut("slow", function() { document.getElementById("projectContent").innerHTML = "Spatial | + | $("#projectContent").fadeOut("slow", function() { document.getElementById("projectContent").innerHTML = "Spatial Oscillation";}); |
$("#projectBanner").fadeOut("slow", function() { document.getElementById("projectBanner").innerHTML = "<img src='https://static.igem.org/mediawiki/2010/9/9d/SObanner2.jpg'>"; | $("#projectBanner").fadeOut("slow", function() { document.getElementById("projectBanner").innerHTML = "<img src='https://static.igem.org/mediawiki/2010/9/9d/SObanner2.jpg'>"; | ||
$("#projectBanner").fadeIn("slow"); | $("#projectBanner").fadeIn("slow"); | ||
Line 46: | Line 48: | ||
break; | break; | ||
case 3: | case 3: | ||
- | $("#projectContent").fadeOut("slow", function() { document.getElementById("projectContent").innerHTML = | + | $("#projectContent").fadeOut("slow", function() { document.getElementById("projectContent").innerHTML = crosstalkContent;}); |
$("#projectBanner").fadeOut("slow", function() { document.getElementById("projectBanner").innerHTML = "<img src='https://static.igem.org/mediawiki/2010/b/b1/CrosstalkBanner.jpg'>"; | $("#projectBanner").fadeOut("slow", function() { document.getElementById("projectBanner").innerHTML = "<img src='https://static.igem.org/mediawiki/2010/b/b1/CrosstalkBanner.jpg'>"; | ||
$("#projectBanner").fadeIn("slow"); | $("#projectBanner").fadeIn("slow"); |
Revision as of 10:53, 21 September 2010
|
|
|