Difference between revisions of "Team:Oxford/Model"

Line 1: Line 1:
 
{{Oxford}}
 
{{Oxford}}
 
 
<html>
 
<html>
  
 +
<body>
  
<div class="clear"></div>
+
<style>
  
<div class="column full_size">
+
hr {
<h1> Modeling</h1>
+
    display: block;
 +
    height: 1px;
 +
    border: 0;
 +
    border-top: 1px solid black;
 +
    margin: 1em 0;
 +
    padding: 0;
 +
}
  
<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>
+
.btn-circle {
 +
  width: 50px;
 +
  height: 50px;
 +
    padding: 10px 16px;
 +
    border-radius: 50%;
 +
    font-size: 24px;
 +
    line-height: 1.33;
 +
    background-color: rgba(95,155,175,0.9);
 +
}
  
</div>
+
.btn-circle-lg {
<div class="clear"></div>
+
    width: 300px;
 +
    height: 300px;
 +
    padding: 10px 16px;
 +
    border-radius: 50%;
 +
    font-size: 60px;
 +
    line-height: 1.33;
 +
}
  
<div class="column half_size">
 
<h3> Gold Medal Criterion #3</h3>
 
<p>
 
To complete for the gold medal criterion #3, please describe your work on this page and fill out the description on your <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>. To achieve this medal criterion, you must convince the judges that your team has gained insight into your project from modeling. You may not convince the judges if your model does not have an effect on your project design or implementation.
 
</p>
 
  
<p>
+
#button-span {
Please see the <a href="https://2017.igem.org/Judging/Medals"> 2017 Medals Page</a> for more information.  
+
    font-weight: bold;
</p>
+
    font-size: 25px;
</div>
+
    color: black;
 +
    line-height: 0.2;
 +
    text-align:center;
 +
    position: relative;
 +
    left: 0px;
 +
    right: 0px;
 +
    display: block;
 +
}
  
<div class="column half_size">
+
#button-lg-span {
<h3>Best Model Special Prize</h3>
+
    font-weight: bold;
 +
    font-size: 25px;
 +
    color: black;
 +
    line-height: 0.2;
 +
    text-align:center;
 +
    position: relative;
 +
    left: 0px;
 +
    right: 0px;
 +
    display: block;
 +
}
 +
#bodyContent .colourbox {
 +
list-style-type: none;
 +
background-color: #DCE7EF;
 +
border-radius: 25px;
 +
}
 +
#bodyContent ul{
 +
list-style-type: none;
 +
}
  
<p>
+
</style>
To compete for the <a href="https://2017.igem.org/Judging/Awards">Best Model prize</a>, please describe your work on this page  and also fill out the description on the <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>. Please note you can compete for both the gold medal criterion #3 and the best model prize with this page.
+
<br><br>
+
You must also delete the message box on the top of this page to be eligible for the Best Model Prize.
+
</p>
+
  
</div>
+
<h1>Modelling Overview</h1>
<div class="clear"></div>
+
  
<div class="column full_size">
+
<center><img class="img-responsive" width="200px;" src="https://static.igem.org/mediawiki/2017/1/1d/T--oxford--drylablogo.png"></center>
<h5> Inspiration </h5>
+
<p>
+
Here are a few examples from previous teams:
+
</p>
+
<ul>
+
<li><a href="https://2016.igem.org/Team:Manchester/Model">Manchester 2016</a></li>
+
<li><a href="https://2016.igem.org/Team:TU_Delft/Model">TU Delft 2016  </li>
+
<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>
+
  
 +
<h2>Why did we model? What did we hope to achieve?</h2>
 +
<p>We generated mathematical models of our DNA-based system, our protein-based system, and the effects associated with the implementation of our diagnostic device on a human population. The aim of our models was to better understand our systems and improve them to become more feasible.</p>
 +
<p>We also created a software, which highlights the versatility of our device – by changing some of the DNA sequences (particularly the cleavage sites and output), our device can be used to detect various diseases. Our software aims to make it easier for other groups to use our diagnostic for other diseases.</p>
  
 +
<h2>What techniques did we use for modelling?</h2>
 +
<p> We employed numerous modelling techniques and equations to most accurately assess our systems. These include mass action and Michaelis-Menten kinetics, sensitivity analyses, parameter scans, stochastic modelling, and SIR and vector epidemiological modeling. Please follow the links below to see more detailed explanations of our models and to try out our software!</p>
 +
 +
<div class="container">
 +
<div class="row">
 +
 +
    <div class="col-sm-3">
 +
    <form action="https://2017.igem.org/Team:Oxford/DNA_Based_Model">
 +
  <button type="submit" class="btn btn-default btn-circle-lg" style="background-color: rgb(72,145,220)"><span id="button-lg-span">DNA-Based System Model</span></button>
 +
    </form>
 +
    </div>
 +
   
 +
    <div class="col-sm-3">
 +
    <form action="https://2017.igem.org/Team:Oxford/Protein_Based_Model">
 +
    <button type="submit" class="btn btn-default btn-circle-lg" style="background-color: rgb(158,206,235)"><span id="button-lg-span">Protein-Based System Model</span></button>
 +
    </form>
 +
    </div>
 +
 +
    <div class="col-sm-3">
 +
    <form action="https://2017.igem.org/Team:Oxford/Disease_Model">
 +
    <button type="submit" class="btn btn-default btn-circle-lg" style="background-color: rgb(68, 104, 125)"><span id="button-lg-span">Epidemiological Model</span></button>
 +
    </form>
 +
    </div>
 +
   
 +
    <div class="col-sm-3">
 +
    <form action="https://2017.igem.org/Team:Oxford/Software">
 +
    <button type="submit" class="btn btn-default btn-circle-lg" style="background-color: rgb(95, 155, 175)"><span id="button-lg-span">Software</span></button>
 +
    </form>
 +
    </div>
 +
   
 
</div>
 
</div>
 +
</div>
 +
 +
<h2>How is our model integrated with the rest of our project?</h2>
 +
<p> Our modelling was closely interlinked with the rest of our project: it greatly informed and was informed by our design, wet lab work, and human practices. For more detail, please look at the specific modelling pages!</p>
  
 +
</body>
 
</html>
 
</html>
 +
{{Oxford/footer}}

Revision as of 20:33, 1 November 2017

Modelling Overview

Why did we model? What did we hope to achieve?

We generated mathematical models of our DNA-based system, our protein-based system, and the effects associated with the implementation of our diagnostic device on a human population. The aim of our models was to better understand our systems and improve them to become more feasible.

We also created a software, which highlights the versatility of our device – by changing some of the DNA sequences (particularly the cleavage sites and output), our device can be used to detect various diseases. Our software aims to make it easier for other groups to use our diagnostic for other diseases.

What techniques did we use for modelling?

We employed numerous modelling techniques and equations to most accurately assess our systems. These include mass action and Michaelis-Menten kinetics, sensitivity analyses, parameter scans, stochastic modelling, and SIR and vector epidemiological modeling. Please follow the links below to see more detailed explanations of our models and to try out our software!

How is our model integrated with the rest of our project?

Our modelling was closely interlinked with the rest of our project: it greatly informed and was informed by our design, wet lab work, and human practices. For more detail, please look at the specific modelling pages!