Difference between revisions of "Team:Chalmers-Gothenburg/Modeling"

(Prototype team page)
 
 
Line 5: Line 5:
  
  
<div class="highlightBox">
+
For the modelling of this project we have been working with sets of ordinary differential equations. Important key reactions that take place for each system were mapped and a system of equations were set up to describe the systems. We have been using Matlab and the built in function ODE15s to solve the equations, providing us with theoretical data on how the system behaves.
<h4>Note</h4>
+
<p>In order to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best Model award</a>, you must fill out this page.</p>
+
</div>
+
 
+
 
+
<p>Mathematical models and computer simulations provide a great way to describe the function and operation of BioBrick Parts and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to determine the behavior of your design before you build it. Designing and simulating can be iterated many times in a computer before moving to the lab. This award is for teams who build a model of their system and use it to inform system design or simulate expected behavior in conjunction with experiments in the wetlab.</p>
+
 
+
<p>
+
Here are a few examples from previous teams:
+
</p>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">ETH Zurich 2014</a></li>
+
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">Waterloo 2014</a></li>
+
</ul>
+
 
+
  
 
</div>
 
</div>
  
 
</html>
 
</html>

Latest revision as of 20:44, 18 September 2015

Modeling

For the modelling of this project we have been working with sets of ordinary differential equations. Important key reactions that take place for each system were mapped and a system of equations were set up to describe the systems. We have been using Matlab and the built in function ODE15s to solve the equations, providing us with theoretical data on how the system behaves.