Team:ETH Zurich/modeling/overview

From 2014.igem.org

(Difference between revisions)
m
 
(46 intermediate revisions not shown)
Line 49: Line 49:
     var imgWidth = container.width();
     var imgWidth = container.width();
-
   $( "#map4" ).each(function() {
+
   $( "#map" ).each(function() {
       $(this).css('height', 'auto', 'width', 'auto');
       $(this).css('height', 'auto', 'width', 'auto');
       $(this).mapster('resize',Math.min(imgWidth, $(this).naturalWidth()) ,0,0);   
       $(this).mapster('resize',Math.min(imgWidth, $(this).naturalWidth()) ,0,0);   
Line 59: Line 59:
$(document).ready(function(){
$(document).ready(function(){
-
  $('#map4').mapster({
+
 
-
    fillColor: '2C2F3D',
+
$('#map').mapster({
     fillOpacity: 0.5,
     fillOpacity: 0.5,
-
     clickNavigate: true /*,  
+
     isSelectable: false,
-
     stroke: true,
+
     clickNavigate: true,
-
     strokeColor: 'c2d8f1',
+
     mapKey: 'name',
-
     strokeOpacity: 0.9,
+
     areas: [
-
    strokeWidth: 2,  
+
            {
-
    clickNavigate: true */
+
                key: "qs",
 +
                fillColor: '2C2F3D'
 +
            },
 +
 
 +
            {
 +
                key: "integrases",
 +
                fillColor: '2C2F3D'
 +
            },
 +
 
 +
            {
 +
                key: "xor",
 +
                fillColor: '2C2F3D'
 +
            },
 +
 
 +
            {
 +
                key: "diff",
 +
                fillColor: '2C2F3D'
 +
            },
 +
 
 +
            {
 +
                key: "cell",
 +
                fillColor: 'FFFFFF'
 +
            }
 +
            ]
   });
   });
 +
 +
Line 80: Line 105:
</script>
</script>
-
<article>
+
<article id="article">
-
<center id="article">
+
<center>
-
<img usemap="#map4" id="map4" src="/wiki/images/1/11/ETH_Zurich_Modeling-overview.png" style="width:100%;"/>
+
Our whole model is the result of separate studies for every module of the system. We started with mass action kinetics to model the reactions of all modules, and chose the proper approximations to fit parameters when they were unknown.
-
<map id="map4" name="map4">
+
The flow of the information is characterized by transfer functions. Click on the different modules to check out their precise characterization. For a global description of the whole cell model as a black box, click on Whole cell model.
-
<area  alt="" title="" href="https://2014.igem.org/Team:ETH_Zurich/modeling/qs" shape="rect" coords="7,82,367,531" style="outline:none;" target="_self"    />
+
-
<area  alt="" title="" href="https://2014.igem.org/Team:ETH_Zurich/modeling/qs" shape="rect" coords="547,81,907,532" style="outline:none;" target="_self"    />
+
-
<area  alt="" title="" href="https://2014.igem.org/Team:ETH_Zurich/modeling/int" shape="rect" coords="8,622.3333129882812,368,1073.3333129882812" style="outline:none;" target="_self"    />
+
-
<area  alt="" title="" href="https://2014.igem.org/Team:ETH_Zurich/modeling/int" shape="rect" coords="546,622.3333129882812,906,1073.3333129882812" style="outline:none;" target="_self"    />
+
-
<area  alt="" title="" href="https://2014.igem.org/Team:ETH_Zurich/modeling#xor" shape="rect" coords="235,1182,680,1601" style="outline:none;" target="_self"    />
+
-
<area shape="rect" coords="918,1681,920,1683" alt="Image Map" style="outline:none;" title="Image Map" href="http://www.image-maps.com/index.php?aff=mapped_users_33863" />
+
-
</map>
+
</center>
</center>
 +
<br/>
 +
<br/>
 +
<center>
 +
<img usemap="#map" id="map" src="/wiki/images/1/11/ETH_Zurich_Modeling-overview.png" style="width:100%;"/>
 +
<map id="map" name="map"><area shape="rect" alt="" title="Diffusion model" coords="448,1,642,185" href="https://2014.igem.org/Team:ETH_Zurich/modeling/diffmodel" target="" name='diff' /><area shape="rect" name='qs' alt="" title="Quorum sensing module" coords="636,349,997,799" href="https://2014.igem.org/Team:ETH_Zurich/modeling/qs" target="" /><area shape="rect" name='integrases' alt="" title="Integrase module" coords="97,889,457,1339" href="https://2014.igem.org/Team:ETH_Zurich/modeling/int" target="" /><area name='qs' shape="rect" alt="" title="Quorum sensing module" coords="97,349,456,798" href="https://2014.igem.org/Team:ETH_Zurich/modeling/qs" target="" /><area name='integrases' shape="rect" alt="" title="Integrase module" coords="636,889,997,1338" href="https://2014.igem.org/Team:ETH_Zurich/modeling/int" target="" /><area shape="rect" name='xor' alt="" title="Xor gate module" coords="325,1446,770,1866" href="https://2014.igem.org/Team:ETH_Zurich/modeling/xor" target="" /><area name='cell' shape="rect" alt="" title="Whole cell model" coords="1,301,61,2037" href="https://2014.igem.org/Team:ETH_Zurich/modeling/whole" target="" /><!-- Created by Online Image Map Editor (http://www.maschek.hu/imagemap/index) --></map>
 +
 +
</center>
 +
 +
</article>
</article>

Latest revision as of 00:15, 18 October 2014

iGEM ETH Zurich 2014