Difference between revisions of "Team:Manchester/Model"

Line 1: Line 1:
 
{{Manchester/CSS}}
 
{{Manchester/CSS}}
 
<html>
 
<html>
 +
<head>
 +
<style>
 +
.dropdown {
 +
    position: relative;
 +
    display: inline-block;
 +
}
  
 +
.dropdown-content {
 +
    display: none;
 +
    position: absolute;
 +
    background-color: #f9f9f9;
 +
    min-width: 80%;
 +
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
    padding: 12px 16px;
 +
}
  
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
}
 +
</style>
 +
</head>
 
<div class="column full_size judges-will-not-evaluate">
 
<div class="column full_size judges-will-not-evaluate">
 
<h3>★  ALERT! </h3>
 
<h3>★  ALERT! </h3>
Line 31: Line 50:
 
</ul>
 
</ul>
  
 +
<h2>Hover for solutions</h2>
 +
<p> What is ensemble modelling</p>
  
 +
<div class="dropdown">
 +
  <span>Mouse over me</span>
 +
  <div class="dropdown-content">
 +
    <p>The short version…….
 +
Instead of running your model once with some specific parameters, you find all the possible parameters in literature and run your model for lots of combinations in a clever way. By doing this you take into account the uncertainty in your parameters and as such make meaningful conclusions. An example of this is what is your exact reaction scheme, you can run these simulations for different models and see which can be consistent with experimental data. Furthermore by testing your specific parameters set fit to data you can find out what values work and relationships between your parameters, better understanding them and providing physical insight. </p>
 +
  </div>
 
</div>
 
</div>
 +
  
 
</html>
 
</html>
{{Manchester/CSS/footer}}
 

Revision as of 11:12, 23 September 2016

Manchester iGEM 2016

★ ALERT!

This page is used by the judges to evaluate your team for the Best Model award.

Delete this box in order to be evaluated for this medal. See more information at Instructions for Pages for awards.

Modeling

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.

Inspiration

Here are a few examples from previous teams:

Hover for solutions

What is ensemble modelling