Difference between revisions of "Team:Rice/Model"

 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Rice/Template2}}
 
{{Rice/Template2}}
 +
 
<html>
 
<html>
 +
<head>
 +
<link href="https://fonts.googleapis.com/css?family=Assistant:800|Didact+Gothic|Open+Sans:300" rel="stylesheet">
 +
</head>
 +
<style>
 +
        body{
 +
margin: 0px;
 +
            background-color: white!important;
 +
}
 +
h1{
 +
color:#af4657!important;
 +
font-family: 'Assistant', sans-serif!important;
 +
font-size: 30px!important;
 +
line-height: 120%;
 +
}
 +
h2{
 +
color:#1097bc!important;
 +
font-family: 'Didact Gothic', sans-serif!important;
 +
font-size: 26px!important;
 +
line-height: 120%;
 +
text-align: left;
 +
}
 +
p, ol{
 +
color:#000000!important;
 +
font-family: 'Open Sans', sans-serif!important;
 +
font-size: 18px!important;
 +
}
 +
ul{
 +
color:#000000!important;
 +
font-family: 'Open Sans', sans-serif!important;
 +
font-size: 18px!important;
 +
text-align: left!important;
 +
}
 +
.caption{
 +
color:#af4657!important;
 +
font-family: 'Open Sans', sans-serif!important;
 +
font-size: 16px!important;
 +
  }
 +
  .container{
 +
  width: 72%;
 +
  margin: auto;
 +
  float: right;
 +
  padding-top: 10px;
 +
  padding-right: 10px;
 +
            margin-right: 3%;
 +
  }
 +
div.center{
 +
text-align: center!important;
 +
margin-bottom: 5px;
 +
}
 +
.images{
 +
text-align: center!important;
 +
margin-bottom: 5px;
 +
            display: block;
 +
}
 +
.scale{
 +
width:40%!important;
 +
            padding: 1% !important;
 +
}
 +
table.center{
 +
    margin-left:auto!important;
 +
    margin-right:auto!important;
 +
  }
 +
  table.text{
 +
color:#000000!important;
 +
font-family: 'Open Sans', sans-serif!important;
 +
font-size: 16px!important;
 +
  }
 +
  .tableheader{
 +
color:#af4657!important;
 +
font-family: 'Didact Gothic', sans-serif!important;
 +
font-size: 22px!important;
 +
  }
 +
</style>
 +
<body>
 +
<div class="container"><div class="center">
 +
<h1>MODELING</h1>
 +
<h2>Wastewater Treatment Process</h2>
 +
<p> Wastewater initially has most of its suspended solids settled out in primary treatment and then it is sent to a process called secondary treatment where most of the organic solutes are removed from the water by aerobic bacteria. After secondary treatment, any remaining bacteria are killed in tertiary treatment and then the water is released. We decided to implement our engineered bacteria as a part of an activated sludge secondary treatment system because there is already an existing environment for bacteria, a system for biocontainment, and a method of disposal for the chromium our bacteria will absorb and reduce.</p>
  
<head>
+
<p>We used a differential equation model to evaluate the feasibility of our bacterium’s incorporation in an activated sludge system. </p>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+
<p>Our model takes into account the following processes:</p>
    </script>
+
</head>
+
 
+
<p>$k_{cat,Cr}$: rate constant of Cr (VI) catalysis $min^{-1}$</p>
+
<p>$K_{M,Cr}$: Michaelis-Menten constant of Cr (VI) catalysis $\mu{}M$</p>
+
 
+
 
+
<h1> Modeling</h1>
+
 
+
<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>
+
 
+
</div>
+
<div class="clear"></div>
+
 
+
<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>
+
Please see the <a href="https://2017.igem.org/Judging/Medals"> 2017 Medals Page</a> for more information.
+
</p>
+
</div>
+
 
+
<div class="column half_size">
+
<h3>Best Model Special Prize</h3>
+
 
+
<p>
+
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>
+
<div class="clear"></div>
+
 
+
<div class="column full_size">
+
<h5> Inspiration </h5>
+
<p>
+
Here are a few examples from previous teams:
+
</p>
+
 
<ul>
 
<ul>
<li><a href="https://2016.igem.org/Team:Manchester/Model">Manchester 2016</a></li>
+
<li>chromium transport </li>
<li><a href="https://2016.igem.org/Team:TU_Delft/Model">TU Delft 2016  </li>
+
<li>chromium reduction</li>
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">ETH Zurich 2014</a></li>
+
<li>induced cell death</li>
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">Waterloo 2014</a></li>
+
<li>cellular respiration and growth</li>
 +
<li>bacterial sedimentation</li>
 +
<li>interspecies competition </li>
 +
<li>occasional sludge purging</li>
 
</ul>
 
</ul>
 +
<p>The model is capable of considering temporal variation in chromium levels and rate of wastewater arrival as well as events like purging of excess sludge and seeding with our engineered bacteria.  We are also able to predict the amount of our bacteria and chromium in the system’s output.  We were also able to predict the efficacy of our chromium remediation.</p>
 +
<p><div class="images"><img width="70%" src="https://static.igem.org/mediawiki/2017/4/4b/Watertreatment2.jpeg"></div></p>
 +
<h2>Schematics of Modeled Processes</h2>
 +
<p><div class="images"><img width="70%" src="https://static.igem.org/mediawiki/2017/9/99/Finalized_Water_Treatment_for_Modeling_Expanded-01.jpg"></div></p>
 +
<p> Early <a href = "https://static.igem.org/mediawiki/2017/a/a9/Schematicofmodeledprocesses.pdf">figure concepts</a> designed to illustrate model behavior.</p>
 +
<h2>Differential Equations</h2>
 +
  
  
</div>
+
<h2>Figures</h2>
 +
<p><div class = "images"><img width="70%" src="https://static.igem.org/mediawiki/2017/e/eb/Fig1.jpeg"></div></p>
 +
<p><div class = "images"><img width="70%" src="https://static.igem.org/mediawiki/2017/6/63/Fig2.jpg"></div></p>
 +
<p><div class = "images"><img width="70%" src="https://static.igem.org/mediawiki/2017/8/82/Fig3.jpg"></div></p>
 +
<p><div class = "images"><img width="70%" src="https://static.igem.org/mediawiki/2017/5/57/Fig4.jpg"></div></p>
 +
  
 +
</body>
 
</html>
 
</html>

Latest revision as of 03:58, 2 November 2017

MODELING

Wastewater Treatment Process

Wastewater initially has most of its suspended solids settled out in primary treatment and then it is sent to a process called secondary treatment where most of the organic solutes are removed from the water by aerobic bacteria. After secondary treatment, any remaining bacteria are killed in tertiary treatment and then the water is released. We decided to implement our engineered bacteria as a part of an activated sludge secondary treatment system because there is already an existing environment for bacteria, a system for biocontainment, and a method of disposal for the chromium our bacteria will absorb and reduce.

We used a differential equation model to evaluate the feasibility of our bacterium’s incorporation in an activated sludge system.

Our model takes into account the following processes:

  • chromium transport
  • chromium reduction
  • induced cell death
  • cellular respiration and growth
  • bacterial sedimentation
  • interspecies competition
  • occasional sludge purging

The model is capable of considering temporal variation in chromium levels and rate of wastewater arrival as well as events like purging of excess sludge and seeding with our engineered bacteria. We are also able to predict the amount of our bacteria and chromium in the system’s output. We were also able to predict the efficacy of our chromium remediation.

Schematics of Modeled Processes

Early figure concepts designed to illustrate model behavior.

Differential Equations

Figures