Team:LCG-UNAM-Mexico
From 2009.igem.org
(Difference between revisions)
Line 16: | Line 16: | ||
<br> | <br> | ||
Furthermore, we will implement a stochastic [[Team:LCG-UNAM-Mexico: | multi-scale model]]. The model will simulate the behaviour at the intracellular scale using [[Team:LCG-UNAM-Mexico:Molecular model | stochastic molecular simulations]] and at the populations scale using a [[Team:LCG-UNAM-Mexico:CA | Cellular Automata]] and a [[Team:LCG-UNAM-Mexico:odes | system of ODE's]]. <br> | Furthermore, we will implement a stochastic [[Team:LCG-UNAM-Mexico: | multi-scale model]]. The model will simulate the behaviour at the intracellular scale using [[Team:LCG-UNAM-Mexico:Molecular model | stochastic molecular simulations]] and at the populations scale using a [[Team:LCG-UNAM-Mexico:CA | Cellular Automata]] and a [[Team:LCG-UNAM-Mexico:odes | system of ODE's]]. <br> | ||
- | |||
|} | |} | ||
+ | |||
+ | <html> | ||
+ | <header> | ||
+ | |||
+ | <script language="JavaScript"> | ||
+ | function mouseOver_parts(){ | ||
+ | document.getElementById("parts").src ="https://static.igem.org/mediawiki/2009/a/aa/Parts_b.png"; | ||
+ | } | ||
+ | function mouseOut_parts(){ | ||
+ | document.getElementById("parts").src ="https://static.igem.org/mediawiki/2009/a/a4/Parts_a.png"; | ||
+ | } | ||
+ | |||
+ | function mouseOver_res(){ | ||
+ | document.getElementById("res").src ="https://static.igem.org/mediawiki/2009/3/35/Resources_b.png"; | ||
+ | } | ||
+ | function mouseOut_res(){ | ||
+ | document.getElementById("res").src ="https://static.igem.org/mediawiki/2009/9/93/Resources_a.png"; | ||
+ | } | ||
+ | |||
+ | function mouseOver_des(){ | ||
+ | document.getElementById("des").src ="https://static.igem.org/mediawiki/2009/2/2a/Description_b.png"; | ||
+ | } | ||
+ | function mouseOut_des(){ | ||
+ | document.getElementById("des").src ="https://static.igem.org/mediawiki/2009/3/3e/Description_a.png"; | ||
+ | } | ||
+ | |||
+ | function mouseOver_mod(){ | ||
+ | document.getElementById("mod").src ="https://static.igem.org/mediawiki/2009/1/13/Modelling_b.png"; | ||
+ | } | ||
+ | function mouseOut_mod(){ | ||
+ | document.getElementById("mod").src ="https://static.igem.org/mediawiki/2009/8/83/Modelling_a.png"; | ||
+ | } | ||
+ | |||
+ | </script> | ||
+ | </header> | ||
+ | |||
+ | <body> | ||
+ | <br><br> | ||
+ | <table border="0" align="center" width="600" cellpadding="50"><tr><a href="https://2009.igem.org/Team:LCG-UNAM-Mexico/Description" ><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/3/3e/Description_a.png" id="des" onmouseover="mouseOver_des()" onmouseout="mouseOut_des()" align="center"></a></tr> | ||
+ | <br><br> | ||
+ | <tr><a href="https://2009.igem.org/Team:LCG-UNAM-Mexico/Parts" ><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/a/a4/Parts_a.png" id="parts" onmouseover="mouseOver_parts()" onmouseout="mouseOut_parts()" align="center"></a></tr> | ||
+ | <br><br> | ||
+ | <tr><a href="https://2009.igem.org/Team:LCG-UNAM-Mexico/Resources" ><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/9/93/Resources_a.png" id="res" onmouseover="mouseOver_res()" onmouseout="mouseOut_res()" align="center"></a> | ||
+ | </tr> | ||
+ | <br><br> | ||
+ | <tr><a href="https://2009.igem.org/Team:LCG-UNAM-Mexico/Modelling" ><img border="0" width="600" src="https://static.igem.org/mediawiki/2009/8/83/Modelling_a.png" id="mod" onmouseover="mouseOver_mod()" onmouseout="mouseOut_mod()" align="center"></a> | ||
+ | </tr> | ||
+ | </body> | ||
+ | </html> | ||
+ | |||
<!--Do not remove the first and last lines in this page!-->{{Template:LCG_bottom_Netscape}} | <!--Do not remove the first and last lines in this page!-->{{Template:LCG_bottom_Netscape}} |
Revision as of 17:15, 19 October 2009