Difference between revisions of "Team:Manchester/Collaborations"

 
(29 intermediate revisions by 4 users not shown)
Line 8: Line 8:
 
}
 
}
  
 +
.navbutton{
 +
    margin-left: 10%;
 +
    padding: 10px;
 +
    background: rgb(238, 238, 238);
 +
    margin-bottom:20px;
 +
}
 +
 +
img.batchparis{
 +
    width: 150px;
 +
}
  
 
h1.subtitle1{
 
h1.subtitle1{
Line 13: Line 23:
 
     color:orange;
 
     color:orange;
 
     padding-bottom: 30px;
 
     padding-bottom: 30px;
 +
    margin-top: 50px;
 +
    margin-bottom: 20px;
 
}
 
}
  
Line 26: Line 38:
  
 
.collabs_figure img{
 
.collabs_figure img{
     width: 100%;
+
     width: 70%;
 
}
 
}
  
Line 52: Line 64:
 
z-index:1000;
 
z-index:1000;
 
         position: relative;
 
         position: relative;
         float: left;
+
         margin:auto;
 
+
 
}
 
}
  
Line 61: Line 72:
 
}
 
}
  
a {
+
#vgemcollaboration a {
 
display:inline-block;
 
display:inline-block;
 
width:100%;
 
width:100%;
Line 68: Line 79:
  
  
@media screen and (max-width: 700px;){
+
@media screen and (max-width: 1250px){
     .width60{width:95%;}
+
     .team{width:95%}
 +
    .width60{width:90%;margin-left: 0; margin-right:0}
 +
    .collabs_figure img{width: 85%;}
 
}
 
}
  
 +
@media screen and (max-width: 700px){
 +
    .navbutton{margin-left: 0%;}
 +
}
  
  
 
</style>
 
</style>
 
+
</br></br>
 
<div class="team">
 
<div class="team">
<h1 class="title11">Collaboration</h1>
+
<h1 class="title11">Collaborations</h1>
  
 +
 +
<div class="navbutton column onethird_size">
 +
 +
    <b>Contents</b>
 +
 +
      <ol style="text-align:left"> 
 +
        <a href="#gothen"><li style="text-align:left">iGEM Chalmers Gothenburg</li></a>
 +
        <a href="#virginia"><li style="text-align:left">iGEM Virginia</li></a>
 +
        <a  href="#paris"><li style="text-align:left">iGEM Paris Saclay</li></a>
 +
      </ol>
 +
 +
 +
 +
 +
  </div>
  
  
  <br />
 
  
<h1 class="subtitle1">Chalmers Gothenburg </h1>
+
<h1 id="gothen" style="clear:both;padding-left:10%;margin-bottom:0; padding-top: 20px;" class="subtitle1">iGEM Chalmers Gothenburg </h1>
  
 
   <br /><br />
 
   <br /><br />
Line 89: Line 119:
 
   <div style="margin:auto;" class="bluebox1 fourfifth_size">
 
   <div style="margin:auto;" class="bluebox1 fourfifth_size">
  
     <p style="font-size:17px;">The work on this page may not represent the final modelling used by Chalmers Gothenburg but it represents the final model that was built by the University of Manchester iGEM team in collaboration with the Chalmers Gothenburg iGEM team at the point the collaboration was concluded, any edits and changes beyond this were solely the work of the Chalmers Gothenburg team. Work that was not completed by our team included finding of parameters for the equations etc the only work completed in collaboration was the actual model itself.
+
     <p style="font-size:17px;">We helped the Chalmers Gothenburg team with their initial steps of model building. The description below illustrates the model that was built by the Manchester iGEM team, which got the Chalmers team started. Any edits and changes beyond this were solely the work of the Chalmers Gothenburg team, such as finding of parameters for the equations. We also discussed our method of obtaining accurate descriptions of plausible parameter values for ensemble modelling, but this aspect was not incorporated in the final model, due to time constraints.
 
   <br /><br />
 
   <br /><br />
 
<b>The final model used by Chalmers Gothenburg can be seen <a href="https://2016.igem.org/Team:Chalmers_Gothenburg/Model" target="_blank">here</a></b>
 
<b>The final model used by Chalmers Gothenburg can be seen <a href="https://2016.igem.org/Team:Chalmers_Gothenburg/Model" target="_blank">here</a></b>
Line 96: Line 126:
 
   </div>
 
   </div>
  
 
+
<center>
   <div class=" collabs_figure column half_size">
+
   <div class=" collabs_figure column full_size">
 
     <img src="https://static.igem.org/mediawiki/2016/1/1e/T--Manchester--collabs_cg_figure1.png" alt="figure 1" />
 
     <img src="https://static.igem.org/mediawiki/2016/1/1e/T--Manchester--collabs_cg_figure1.png" alt="figure 1" />
 
   </div>
 
   </div>
 
+
</center>
 
+
  <div class="box2 column half_size">
+
    <p style="font-size:17px;">The model consists of two organisms in co-culture, each dependant on one another for an essential substrate, ie without one the other would be unable to survive. The model predicts the concentration of the 2 organisms as well as the acetate which is the main product of the system.
+
    </p>
+
  </div>
+
 
        
 
        
  
Line 111: Line 136:
  
 
     <p style="font-size: 17px;">
 
     <p style="font-size: 17px;">
 +
The model consists of two organisms in co-culture, each dependant on one another for an essential substrate, i.e. without one the other would be unable to survive. The model predicts the growth of the two organisms as well as the concentration acetate which is the main product of the system.
 +
 +
<br /><br />
  
 
The system was modelled using the following differential equations:
 
The system was modelled using the following differential equations:
 
       <br /><br />
 
       <br /><br />
Substrate limited specific cell growth (Monad equation)
+
Substrate-limited specific cell growth <a href="https://en.wikipedia.org/wiki/Monod_equation" target="_blank">(Monod equation)</a>:
$$r_g = \mu_{max} \frac{sxv}{K_s + S}$$
+
$$r_g = x_v \mu_{max} \frac{S}{K_s + S}$$
  
 
       <br />
 
       <br />
  
Cell death. First order with respect to viable cell concentration
+
Cell death. First order with respect to viable cell concentration:
 
$$r_d = k_d x_v$$
 
$$r_d = k_d x_v$$
  
 
     <br />
 
     <br />
  
Product formation (Luedeking–Piret equation)
+
Product formation (Luedeking–Piret equation).
Product produced  in cell growth and in cell maintenance
+
Product produced  in cell growth and in cell maintenance:
$$r_p = \alpha r_x +\beta x_v \qquad , \text{ where } r_x = r_g - r_v$$
+
$$r_p = \alpha r_g +\beta x_v $$
  
 
$$x_v = \int r_x dt \qquad , \text{ where } r_x = r_g - r_v$$
 
$$x_v = \int r_x dt \qquad , \text{ where } r_x = r_g - r_v$$
Line 136: Line 164:
 
$$r_s = r_{s_x} + r_{s_p} + r_{s_m}$$
 
$$r_s = r_{s_x} + r_{s_p} + r_{s_m}$$
  
that is, the sum of Rate of cell synthesis, maintenance and product formation
+
that is, the sum of rate of substrate utilisation in cell synthesis, maintenance and product formation
  
 
<br /><br />
 
<br /><br />
Line 143: Line 171:
 
<br /><br />
 
<br /><br />
  
Note: each equation occurs twice, once for each cell and these are just the generic forms.
+
Note: each equation occurs twice, once for each cell, with cell type-specific parameter values; the equations shown are just the generic forms.
 
Side reactions in the system were not considered at this stage.
 
Side reactions in the system were not considered at this stage.
  
Line 163: Line 191:
  
  
 +
<div id="virginia" class="column half_size">
 +
<h1 style="clear:both;padding-top:50px;padding-left:10%;" class="subtitle1">iGEM Virginia </h1>
  
<h1 style="clear:both;padding-top:50px;" class="subtitle1">Virginia </h1>
+
  <br /><br />
 
+
 
   <div style="margin:auto;" class="bluebox1 fourfifth_size ">
 
   <div style="margin:auto;" class="bluebox1 fourfifth_size ">
  
Line 171: Line 200:
  
  
 +
  <div id="vgemcollaboration">
 +
<a href="https://2016.igem.org/Team:Virginia/Collaborations" target="_blank"></a>
 
   </div>
 
   </div>
  
 +
  </div>
  
 +
</div>
  
  
  
  
 +
<!---------------------------------------------------------------br------------------------------------------------------>
 +
 +
<div id="paris" class="column half_size">
 +
<h1 style="clear:both;padding-top:50px;padding-left:10%;" class="subtitle1">iGEM Paris Saclay </h1>
 +
 +
  <br /><br />
 +
  <div style="margin:auto;" class="bluebox1 fourfifth_size ">
 +
 +
    <p style="font-size: 17px;" >We filled a form on Responsible Research and Innovation (RRI) as conducted by <a href="https://2016.igem.org/Team:Paris_Saclay" target="_blank">Paris Saclay iGEM 2016</a> and were granted a collaboration badge for our help </p>
 +
 +
    <img class="batchparis" src="https://static.igem.org/mediawiki/2016/f/fa/T--Manchester--Paris_Saclay_survey_batch.png" alt="paris saclay batch" />
 +
 +
  </div>
 +
 +
 +
<div class="box1">
 +
</div>
 +
</div>
 +
 +
</div>
  
 +
<div class="floatleft1 project">
 +
<a class="projectlink" href="https://2016.igem.org/Team:Manchester/Achievement"><< Achievement Overview</a>
 
</div>
 
</div>
 
</html>
 
</html>

Latest revision as of 02:17, 20 October 2016

Manchester iGEM 2016


Collaborations

iGEM Chalmers Gothenburg



We helped the Chalmers Gothenburg team with their initial steps of model building. The description below illustrates the model that was built by the Manchester iGEM team, which got the Chalmers team started. Any edits and changes beyond this were solely the work of the Chalmers Gothenburg team, such as finding of parameters for the equations. We also discussed our method of obtaining accurate descriptions of plausible parameter values for ensemble modelling, but this aspect was not incorporated in the final model, due to time constraints.

The final model used by Chalmers Gothenburg can be seen here

figure 1

The model consists of two organisms in co-culture, each dependant on one another for an essential substrate, i.e. without one the other would be unable to survive. The model predicts the growth of the two organisms as well as the concentration acetate which is the main product of the system.

The system was modelled using the following differential equations:

Substrate-limited specific cell growth (Monod equation): $$r_g = x_v \mu_{max} \frac{S}{K_s + S}$$
Cell death. First order with respect to viable cell concentration: $$r_d = k_d x_v$$
Product formation (Luedeking–Piret equation). Product produced in cell growth and in cell maintenance: $$r_p = \alpha r_g +\beta x_v $$ $$x_v = \int r_x dt \qquad , \text{ where } r_x = r_g - r_v$$
The substrate uptake: $$r_s = r_{s_x} + r_{s_p} + r_{s_m}$$ that is, the sum of rate of substrate utilisation in cell synthesis, maintenance and product formation

A MATLAB script was produced to solve the system of equations.

Note: each equation occurs twice, once for each cell, with cell type-specific parameter values; the equations shown are just the generic forms. Side reactions in the system were not considered at this stage.


Reference: McNeil, B. and Harvey, L. (2008). Practical fermentation technology. Chichester, England: Wiley.

iGEM Virginia



We took part in the biocontainment survey conducted by Virginia iGEM 2016 and were granted a collaboration badge for our help

iGEM Paris Saclay



We filled a form on Responsible Research and Innovation (RRI) as conducted by Paris Saclay iGEM 2016 and were granted a collaboration badge for our help

paris saclay batch