Team:UC Davis/Projects
From 2010.igem.org
(Difference between revisions)
Line 31: | Line 31: | ||
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>"; | + | var crosstalkContent = "<br/><div><p class='indent'>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>"; |
Line 40: | Line 40: | ||
case 1: | case 1: | ||
$("#projectContent").fadeOut("slow", function() { document.getElementById("projectContent").innerHTML = "Spatial Oscillation";}).fadeIn("slow"); | $("#projectContent").fadeOut("slow", function() { document.getElementById("projectContent").innerHTML = "Spatial Oscillation";}).fadeIn("slow"); | ||
- | $("#projectBanner").fadeOut("slow", function() { document.getElementById("projectBanner").innerHTML = "<img src='https://static.igem.org/mediawiki/2010/9/9d/SObanner2.jpg'>";}).fadeIn("slow"); | + | $("#projectBanner").fadeOut("slow", function() { document.getElementById("projectBanner").innerHTML = "<img src='https://static.igem.org/mediawiki/2010/9/9d/SObanner2.jpg' width='689px'>";}).fadeIn("slow"); |
break; | break; | ||
case 2: | case 2: | ||
$("#projectContent").fadeOut("slow", function() { document.getElementById("projectContent").innerHTML = pHContent;}).fadeIn("slow"); | $("#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'> width='689px'";}).fadeIn("slow"); |
break; | break; | ||
case 3: | case 3: | ||
$("#projectContent").fadeOut("slow", function() { document.getElementById("projectContent").innerHTML = crosstalkContent;}).fadeIn("slow"); | $("#projectContent").fadeOut("slow", function() { document.getElementById("projectContent").innerHTML = crosstalkContent;}).fadeIn("slow"); | ||
- | $("#projectBanner").fadeOut("slow", function() { document.getElementById("projectBanner").innerHTML = "<img src='https://static.igem.org/mediawiki/2010/b/b1/CrosstalkBanner.jpg'>";}).fadeIn("slow"); | + | $("#projectBanner").fadeOut("slow", function() { document.getElementById("projectBanner").innerHTML = "<img src='https://static.igem.org/mediawiki/2010/b/b1/CrosstalkBanner.jpg' width='689px'>";}).fadeIn("slow"); |
break; | break; | ||
Line 62: | Line 62: | ||
<table class="pikachu"> | <table class="pikachu"> | ||
<tr> | <tr> | ||
- | <td width= | + | <td width="690px"> |
<table class="projects"> | <table class="projects"> | ||
<tr> | <tr> | ||
Line 70: | Line 70: | ||
</tr> | </tr> | ||
</table> | </table> | ||
- | <table> | + | <table width="690px"> |
- | <tr><th><div id="projectBanner"><img src="https://static.igem.org/mediawiki/2010/9/9d/SObanner2.jpg"></div></th> | + | <tr><th><div id="projectBanner"><img src="https://static.igem.org/mediawiki/2010/9/9d/SObanner2.jpg" width="689px"></div></th> |
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 07:07, 22 September 2010
|
|
|