Team:TU Delft/Modeling/MFA/Pathways
From 2010.igem.org
(Difference between revisions)
Lbergwerff (Talk | contribs) |
|||
(11 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<style> | <style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#pathwayinput_box { | #pathwayinput_box { | ||
display: block; | display: block; | ||
Line 47: | Line 30: | ||
#pathway_form { | #pathway_form { | ||
position: absolute; | position: absolute; | ||
- | z-index: | + | z-index:99; |
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
- | |||
- | |||
<form id="pathway_form"> | <form id="pathway_form"> | ||
Line 75: | Line 51: | ||
<div id="imgcontainer"> | <div id="imgcontainer"> | ||
- | + | <img style="position:absolute;z-index:1;filter:alpha(opacity=25);-moz-opacity:0.25;-khtml-opacity: 0.25;opacity: 0.25;" id="pathwaybackground" src="https://static.igem.org/mediawiki/2010/7/70/Team_TUDelft_All_fluxes.png" width="900"> | |
- | <img style=" | + | <img style="display:none" id="pathwayimg" width="900" /> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <img | + | |
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
- | + | <div style="width:1px;height:1px;overflow:hidden;"> | |
+ | <img src="https://static.igem.org/mediawiki/2010/7/70/Team_TUDelft_All_fluxes.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/1/12/Team_TUDelft_even_growth.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/e/e0/Team_TUDelft_even_H2.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/f/f5/Team_TUDelft_even_isoprene.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/5/5d/Team_TUDelft_even_NOx.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/a/a4/Team_TUDelft_even_PHB.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/1/1f/Team_TUDelft_gluc_growth.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/c/c0/Team_TUDelft_gluc_H2.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/6/62/Team_TUDelft_gluc_isoprene.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/9/9e/Team_TUDelft_gluc_NOx.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/2/2b/Team_TUDelft_gluc_PHB.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/5/52/Team_TUDelft_odd_growth.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/8/84/Team_TUDelft_odd_H2.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/2/2c/Team_TUDelft_odd_isoprene.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/d/dd/Team_TUDelft_odd_NOx.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/9/91/Team_TUDelft_odd_PHB.png"> | ||
</div> | </div> | ||
Line 103: | Line 77: | ||
var currentInput = 'even'; | var currentInput = 'even'; | ||
var currentOutput = 'growth'; | var currentOutput = 'growth'; | ||
+ | var currentMid = '1/12'; | ||
function updatepathway() { | function updatepathway() { | ||
- | var url = "https:// | + | if (currentInput == "odd") { |
+ | currentMid = '9/91'; | ||
+ | if (currentOutput == "growth") { | ||
+ | currentMid = '5/52'; | ||
+ | } | ||
+ | if (currentOutput == "H2") { | ||
+ | currentMid = '8/84'; | ||
+ | } | ||
+ | if (currentOutput == "isoprene") { | ||
+ | currentMid = '2/2c'; | ||
+ | } | ||
+ | if (currentOutput == "NOx") { | ||
+ | currentMid = 'd/dd'; | ||
+ | } | ||
+ | } | ||
+ | if (currentInput == "even") { | ||
+ | currentMid = 'a/a4'; | ||
+ | if (currentOutput == "growth") { | ||
+ | currentMid = '1/12'; | ||
+ | } | ||
+ | if (currentOutput == "H2") { | ||
+ | currentMid = 'e/e0'; | ||
+ | } | ||
+ | if (currentOutput == "isoprene") { | ||
+ | currentMid = 'f/f5'; | ||
+ | } | ||
+ | if (currentOutput == "NOx") { | ||
+ | currentMid = '5/5d'; | ||
+ | } | ||
+ | } | ||
+ | if (currentInput == "gluc") { | ||
+ | currentMid = '2/2b'; | ||
+ | if (currentOutput == "growth") { | ||
+ | currentMid = '1/1f'; | ||
+ | } | ||
+ | if (currentOutput == "H2") { | ||
+ | currentMid = 'c/c0'; | ||
+ | } | ||
+ | if (currentOutput == "isoprene") { | ||
+ | currentMid = '6/62'; | ||
+ | } | ||
+ | if (currentOutput == "NOx") { | ||
+ | currentMid = '9/9e'; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | var url = "https://static.igem.org/mediawiki/2010/" + currentMid + "/Team_TUDelft_" + currentInput + "_" + currentOutput + ".png"; | ||
$("#pathwayimg").attr ('src', url).show(); | $("#pathwayimg").attr ('src', url).show(); | ||
} | } |
Latest revision as of 15:07, 27 October 2010