Team:Manchester/Modelling

From 2013.igem.org

(Difference between revisions)
 
(22 intermediate revisions not shown)
Line 73: Line 73:
position:relative;
position:relative;
width:950px;
width:950px;
-
height:2500px;
+
height:1200px;
}
}
 +
 +
.mtextbox {
 +
    width: 100%;
 +
    min-height: 80px;
 +
    height: auto;
 +
    background-color: white;
 +
    color: #4c0082;
 +
    font-face: Trebuchet Sans MS;
 +
    font-size: 20px;
 +
    margin: 10px 0;
 +
    text-align: center;
 +
  }
 +
  .mtextbox b {
 +
    color: #660099;
 +
  }
.wrapper
.wrapper
Line 80: Line 95:
position:absolute;
position:absolute;
clear:both;
clear:both;
-
width:990px;
+
width:951px;
-
height:510px;
+
top:120px;
top:120px;
-
left:-20px;
+
left:0;
-
padding:10px;
+
background-color:white;
background-color:white;
 +
padding:10px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
Line 195: Line 209:
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
}
 
-
 
-
#content1, #content3, #content5
 
-
{
 
-
float:left;
 
-
margin-bottom:10px;
 
-
width:470px;
 
-
height:230px;
 
-
background:#ccc;
 
-
padding:10px;
 
-
 
-
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
}
 
-
 
-
#content1 p, #content3 p, #content5 p 
 
-
{
 
-
margin:0;
 
-
width:285px;
 
-
height:180px;
 
-
float:left;
 
-
font-family: Trebuchet MS;
 
-
font-size:15px;
 
-
padding:10px;
 
-
background:#F2F2F2;
 
-
color:#4c0082;
 
-
text-align:justify;
 
-
 
-
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
}
 
-
 
-
#content1 img, #content3 img, #content5 img
 
-
{
 
-
float:right;
 
-
margin-right:5px;
 
-
        /*-moz-border-radius:6px;
 
-
        -webkit-border-radius:6px;
 
-
        border-radius:6px;*/
 
-
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
}
 
-
 
-
#content1 .myButton, #content2 .myButton, #content3 .myButton, #content4 .myButton, #content5 .myButton, #content6 .myButton
 
-
{
 
-
clear:both;
 
-
margin-top:5px;     
 
-
        /*-moz-box-shadow:inset 0px 1px 0px 0px #efdcfb;
 
-
        -webkit-box-shadow:inset 0px 1px 0px 0px #efdcfb;
 
-
        box-shadow:inset 0px 1px 0px 0px #efdcfb;*/
 
-
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
       
 
-
        background-color:#bc80ea;
 
-
       
 
-
        display:inline-block;
 
-
        color:#ffffff;
 
-
        font-family:trebuchet MS;
 
-
        font-size:15px;
 
-
        font-weight:bold;
 
-
        padding:6px 24px;     
 
-
        text-shadow:0px 1px 0px #9752cc;
 
-
        text-decoration:none;
 
-
        text-align:center;       
 
-
 
-
        text-shadow:0px 1px 0px #9b14b3;
 
-
        width:255px;
 
-
    }
 
-
 
-
#content1 .myButton:hover, #content2 .myButton:hover, #content3 .myButton:hover, #content4 .myButton:hover,
 
-
#content5 .myButton:hover, #content6 .myButton:hover
 
-
{             
 
-
background-color:#dfbdfa;
 
-
}
 
-
 
-
#content1 .myButton:active, #content2 .myButton:active, #content3 .myButton:active, #content4 .myButton:active,
 
-
#content5 .myButton:hover, #content6 .myButton:hover         
 
-
{
 
-
        position:relative;
 
-
        top:1px;
 
-
}
 
-
 
-
#content2 .myButton, #content4 .myButton, #content6 .myButton
 
-
{
 
-
margin-left:12px;
 
-
}
 
-
 
-
#content2, #content4, #content6
 
-
{
 
-
float:right;
 
-
margin-bottom:10px;
 
-
width:470px;
 
-
height:230px;
 
-
background:#ccc;
 
-
padding:10px;
 
-
 
-
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
}
 
-
 
-
#content2 img, #content4 img, #content6 img
 
-
{
 
-
float:left;
 
-
margin:0 5px 5px 0;
 
-
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-
}
 
-
 
-
#content2 p, #content4 p, #content6 p
 
-
{
 
-
float:right;
 
-
width:285px;
 
-
height:180px;
 
-
margin:0;
 
-
font-family: Trebuchet MS;
 
-
font-size:15px;
 
-
padding:10px;
 
-
background:#F2F2F2;
 
-
color:#4c0082;
 
-
text-align:justify;
 
-
 
-
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
Line 358: Line 242:
</div>
</div>
-
<div class="global">
 
-
<div class="wrapper">
 
-
                <div id="content1">
 
-
            <p>
 
-
Enzymes in the FAB pathway showed a lack of experimentally determined kinetic parameters. To account for this, we used probability distributions for each individual parameter defined with respect to the uncertainty of the value. We were then able to generate not one but a <i>series</i> of unbiased models to illustrate the FAB pathway. We believe that this innovative approach to modelling appropriately addresses uncertainties in biology and is important for use in future computational investigations.
 
-
        </p>
 
-
                        <img src="https://static.igem.org/mediawiki/2013/2/26/Outreachthumb.jpg" height="230" width="150"/>     
 
-
<a id="long1" href="https://2013.igem.org/Team:Manchester/Outreach" class="myButton" >ENZYME SENSITIVITIES </a>
 
-
 
-
 
-
  </div>
 
-
 
-
  <div id="content2">
 
-
  <img src="https://static.igem.org/mediawiki/2013/e/ea/Ethics.jpg" height="230" width="150"/>     
 
-
            <p>
 
-
Trying to experimentally study the overexpression of some enzymes critically involved in palm oil synthesis, as predicted by our “system” level model isn’t easy, particularly when they are involved in cyclic reactions like FabA. Our strategy was to simply add a His-tag to the N-terminus and C-terminus of FabA, but to make it even more complex FabA is a homodimer. Therefore, we did another model but this time of the molecular dynamics kind to see which terminal, if any, would be best to add the His-tags to.
 
-
 
-
</p>         
 
-
            <a id="" href="https://2013.igem.org/Team:Manchester/Ethics" class="myButton" >FabA MOLECULAR DYNAMICS </a>
 
-
  </div>
 
-
 
-
    <div id="content3">
 
-
            <p>
 
-
As part of our Human Practices investigations, we created a series of in depth population dynamics models to show the impact that the palm oil industry has on the population of the  Sumatran Orangutan. We were then able to project this into the future to demonstrate a series of likely scenarios. Sadly, things are looking pretty bleak for the Orangutan - however, it appears there could be a way to save them...
 
-
            </p>
 
-
                        <img src="https://static.igem.org/mediawiki/2013/2/25/Businessplan.jpg" height="230" width="150"/>     
 
-
<a href="https://2013.igem.org/Team:Manchester/Collaboration" class="myButton" >POPULATION DYNAMICS</a>
 
-
 
-
 
-
  </div>
 
-
  <div id="content4">
 
-
  <img src="https://static.igem.org/mediawiki/2013/7/7c/Mosantoooototoototo.jpg" height="230" width="150"/>
 
-
            <p>
 
-
Here at Manchester iGEM team, we believe that modelling is a vital step in the production of any synthetic biology system. However, often the production of such models can be hindered or left out altogether due to lack of expertise and outside help. With this in mind, we enlisted the help of another two UK iGEM teams in a quest to educate the iGEM community about the software available to them.
 
-
 
-
</p>         
 
-
            <a href="https://2013.igem.org/Team:Manchester/KnowledgeDeficit" class="myButton" > COLLABORATION</a>
 
-
  </div>
 
 +
<div class="global">
 +
<div class="wrapper" >
 +
<div class="mtextbox">
 +
  <b><u>Key Achievements</u></b><br>
 +
<li>Produced the first kinetic model of the fatty acid biosynthesis pathway using uncertainty modelling</li>
 +
<li>Used molecular dynamics simulations to determine the optimal location for His-tag addition onto FabA</li>
 +
<li>Modelled the population dynamics of the sumatran orangutan to examine the effect of our project on the endangered species</li>
 +
<li>Generated a repository of modelling tutorials in collaboration with other UK iGEM teams</li>
-
 
+
</div>
-
 
+
    <div class="column2">
-
 
+
       <a href="https://2013.igem.org/Team:Manchester/Enzyme"><img src="https://static.igem.org/mediawiki/2013/4/4e/Enzymesensitivities.png" width="120" height="210" class="left"/></a>
-
 
+
       <img src="https://static.igem.org/mediawiki/2013/2/22/Colourfulmodelmodelmodel.png" width="300" height="210" class="right"/>
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<!--<div class="column2">
+
-
       <img src="https://static.igem.org/mediawiki/2013/3/3d/ParameterMan2.png" width="120" height="210" class="left"/>
+
-
       <img src="https://static.igem.org/mediawiki/2013/e/ee/Parameterestimations%28modelling%29200x150.png" width="300" height="210" class="right"/>
+
                 <p> Enzymes in the FAB pathway showed a lack of experimentally determined kinetic parameters. To account for this, we used probability distributions for each individual parameter defined with respect to the uncertainty of the value. We were then able to generate not one but a <i>series</i> of unbiased models to illustrate the FAB pathway. We believe that this innovative approach to modelling appropriately addresses uncertainties in biology and is important for use in future computational investigations.  
                 <p> Enzymes in the FAB pathway showed a lack of experimentally determined kinetic parameters. To account for this, we used probability distributions for each individual parameter defined with respect to the uncertainty of the value. We were then able to generate not one but a <i>series</i> of unbiased models to illustrate the FAB pathway. We believe that this innovative approach to modelling appropriately addresses uncertainties in biology and is important for use in future computational investigations.  
       </p>         
       </p>         
Line 425: Line 267:
                
                
<div class="column2">
<div class="column2">
-
         <img src="https://static.igem.org/mediawiki/2013/4/46/FabAman.png" width="120" height="210" class="left"/>
+
         <a href="https://2013.igem.org/Team:Manchester/FabProteinModel"><img src="https://static.igem.org/mediawiki/2013/4/46/FabAman.png" width="120" height="210" class="left"/></a>
         <img src="https://static.igem.org/mediawiki/2013/4/48/FabA_cartoon_mesh.png" width="300" height="210" class="right"/>     
         <img src="https://static.igem.org/mediawiki/2013/4/48/FabA_cartoon_mesh.png" width="300" height="210" class="right"/>     
-
                 <p> Trying to experimentally study the overexpression of some enzymes critically involved in palm oil synthesis, as predicted by our “system” level model isn’t easy, particularly when they are involved in cyclic reactions like FabA. Our strategy was to simply add a His-tag to the N-terminus and C-terminus of FabA, but to make it even more complex FabA is a homodimer. Therefore, we did another model but this time of the molecular dynamics kind to see which terminal, if any, would be best to add the His-tags to.
+
                 <p>Trying to experimentally study the overexpression of some enzymes involved in palm oil synthesis, as predicted by our “system” level model isn’t easy, particularly when they are involved in cyclic reactions (eg FAB pathway). Our strategy was to simply add a His-tag to the N- and C-terminus of βHACdH, but to make it even more complex βHACdH is a homodimer. Therefore, we did another model but this time of the molecular dynamics kind to see which terminal, if any, would be best to add the His-tags to.
</p>         
</p>         
</div>
</div>
              
              
<div class="column2">
<div class="column2">
-
       <img src="https://static.igem.org/mediawiki/2013/8/84/DynamicMan.png" width="120" height="210" class="left"/>
+
       <a href="https://2013.igem.org/Team:Manchester/PopulationDynamics"><img src="https://static.igem.org/mediawiki/2013/8/84/DynamicMan.png" width="120" height="210" class="left"/></a>
       <img src="https://static.igem.org/mediawiki/2013/9/9a/Popdynm.png" width="300" height="210" class="right"/>
       <img src="https://static.igem.org/mediawiki/2013/9/9a/Popdynm.png" width="300" height="210" class="right"/>
                 <p> As part of our Human Practices investigations, we created a series of in depth population dynamics models to show the impact that the palm oil industry has on the population of the  Sumatran Orangutan. We were then able to project this into the future to demonstrate a series of likely scenarios. Sadly, things are looking pretty bleak for the Orangutan - however, it appears there could be a way to save them...
                 <p> As part of our Human Practices investigations, we created a series of in depth population dynamics models to show the impact that the palm oil industry has on the population of the  Sumatran Orangutan. We were then able to project this into the future to demonstrate a series of likely scenarios. Sadly, things are looking pretty bleak for the Orangutan - however, it appears there could be a way to save them...
Line 439: Line 281:
              
              
<div class="column2">
<div class="column2">
-
       <img src="https://static.igem.org/mediawiki/2013/b/b1/ModellingMan1.png" width="120" height="210" class="left"/>
+
       <a href="https://2013.igem.org/Team:Manchester/Collaboration"><img src="https://static.igem.org/mediawiki/2013/b/b1/ModellingMan1.png" width="120" height="210" class="left"/></a>
       <img src="https://static.igem.org/mediawiki/2013/e/e2/Collaboraboraboraboraboraboration.jpg" width="300" height="210" class="right"/>
       <img src="https://static.igem.org/mediawiki/2013/e/e2/Collaboraboraboraboraboraboration.jpg" width="300" height="210" class="right"/>
                 <p> Here at Manchester iGEM team, we believe that modelling is a vital step in the production of any synthetic biology system. However, often the production of such models can be hindered or left out altogether due to lack of expertise and outside help. With this in mind, we enlisted the help of another two UK iGEM teams in a quest to educate the iGEM community about the software available to them.      </p>         
                 <p> Here at Manchester iGEM team, we believe that modelling is a vital step in the production of any synthetic biology system. However, often the production of such models can be hindered or left out altogether due to lack of expertise and outside help. With this in mind, we enlisted the help of another two UK iGEM teams in a quest to educate the iGEM community about the software available to them.      </p>         
-
</div>-->
+
</div>
</div>
</div>
</div>
</div>

Latest revision as of 18:19, 27 October 2013

page

Top

Safety

Key Achievements
  • Produced the first kinetic model of the fatty acid biosynthesis pathway using uncertainty modelling
  • Used molecular dynamics simulations to determine the optimal location for His-tag addition onto FabA
  • Modelled the population dynamics of the sumatran orangutan to examine the effect of our project on the endangered species
  • Generated a repository of modelling tutorials in collaboration with other UK iGEM teams
  • Enzymes in the FAB pathway showed a lack of experimentally determined kinetic parameters. To account for this, we used probability distributions for each individual parameter defined with respect to the uncertainty of the value. We were then able to generate not one but a series of unbiased models to illustrate the FAB pathway. We believe that this innovative approach to modelling appropriately addresses uncertainties in biology and is important for use in future computational investigations.

    Trying to experimentally study the overexpression of some enzymes involved in palm oil synthesis, as predicted by our “system” level model isn’t easy, particularly when they are involved in cyclic reactions (eg FAB pathway). Our strategy was to simply add a His-tag to the N- and C-terminus of βHACdH, but to make it even more complex βHACdH is a homodimer. Therefore, we did another model but this time of the molecular dynamics kind to see which terminal, if any, would be best to add the His-tags to.

    As part of our Human Practices investigations, we created a series of in depth population dynamics models to show the impact that the palm oil industry has on the population of the Sumatran Orangutan. We were then able to project this into the future to demonstrate a series of likely scenarios. Sadly, things are looking pretty bleak for the Orangutan - however, it appears there could be a way to save them...

    Here at Manchester iGEM team, we believe that modelling is a vital step in the production of any synthetic biology system. However, often the production of such models can be hindered or left out altogether due to lack of expertise and outside help. With this in mind, we enlisted the help of another two UK iGEM teams in a quest to educate the iGEM community about the software available to them.