Difference between revisions of "Team:HAFS-Korea/Modeling"

Line 2: Line 2:
 
<html>
 
<html>
  
 
+
<img src=https://static.igem.org/mediawiki/2015/a/a1/Mo1.png>
 
+
<h2> Modeling</h2>
+
 
+
 
+
<div class="highlightBox">
+
<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>
 
<ul>
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">ETH Zurich 2014</a></li>
+
<li><img src=https://static.igem.org/mediawiki/2015/c/c0/Moo1.png>: growth rate of e.coli is too low to complete sufficient reproduct and make ethanol.</li>
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">Waterloo 2014</a></li>
+
<li><img src=https://static.igem.org/mediawiki/2015/2/29/Moo2.png>: quality approach the value<img src=https://static.igem.org/mediawiki/2015/6/60/Mo2.png>. This means the value of growth rate function converge on the value of<img src=https://static.igem.org/mediawiki/2015/6/60/Mo2.png> </li>
</ul>
+
<li><img src=https://static.igem.org/mediawiki/2015/f/f4/Moo3.png>: will fluctuate around the previous value of <img src=https://static.igem.org/mediawiki/2015/6/60/Mo2.png> for sometime.</li>
 
+
<li><img src=https://static.igem.org/mediawiki/2015/a/a8/Moo4.png>: fluctuation will increase
 
+
<li><img src=https://static.igem.org/mediawiki/2015/4/47/Mo3.png>r<4: finally will approximate with the shape of sigmoid curve
</div>
+
 
+
<!-- Start of CSS-->
+
<style type="text/css">
+
 
+
p, #content {
+
color:#85C380;
+
}
+
 
+
a, a:visited {
+
color:#84FD2C;
+
}
+
 
+
 
+
 
+
/* PAGE LAYOUT */
+
 
+
+
/* Set up a width, height and color of the body wrapper*/
+
body {
+
background-color: #534743;
+
}
+
 
+
/* Creates a container that will wrap all of the content inside your wiki pages. */
+
#mainContainer { 
+
width: 980px;
+
overflow:hidden;
+
float:left;
+
margin-left:20px;
+
margin-bottom: 10px;
+
background-color: #fff;
+
border-bottom: 20px solid #963F20;
+
}
+
 
+
/* Creates the container for the menu */
+
#menuContainer  {
+
float:left;
+
width: 150px;
+
padding: 20px 0px;
+
background-color: #D65664;
+
border-top: 20px solid #963F20;
+
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+
}
+
 
+
/* Creates the container for the content */
+
#contentContainer {
+
padding-top:20px;
+
padding-right:10px;
+
margin-bottom: 20px;
+
width: 800px;
+
padding-left: 20px;
+
float: left;
+
border-top: 20px solid #963F20;
+
background-color: #fff;
+
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+
}
+
 
+
 
+
/*Set up height place holder for the banner*/
+
#bannerContainer {
+
height:200px;
+
margin:auto;
+
text-align:center;
+
color: #84F22A;
+
}
+
 
+
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
+
 
+
/*Change the styling of text for everything inside main container*/
+
#mainContainer p {
+
font-size: 13px;
+
color: #000000;
+
}
+
+
/*This changes the color and font family */
+
#contentContainer h1, h2, h3, h4, h5, h6 {
+
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+
color: #534743;
+
border-bottom: none;
+
font-weight: bold;
+
margin-top:10px;
+
}
+
 
+
/*Style of the links - links are different inside the menu */
+
#contentContainer a {
+
font-weight: bold;
+
color: #84FD2C;
+
}
+
 
+
  /* Styling links on hover- links are different inside the menu */
+
#contentContainer a:hover {
+
color: #963F20;
+
}
+
 
+
/*Change the styling of tables */
+
        #contentContainer table {
+
    border: 2px solid #534743;
+
    border-collapse: collapse;
+
    margin: auto;
+
    margin-bottom: 15px;
+
    margin-top: 15px;
+
    margin-right: 10px;
+
    margin-left: 10px;
+
    }
+
 
+
/*Change the styling of table cells*/
+
    #contentContainer  td {
+
    background-color: #fff;
+
    padding: 10px;
+
    border: 2px solid #534743;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    }
+
 
+
 
+
/*Change the styling of table headers */
+
    #contentContainer th {
+
    background-color: #F4F0D8;
+
    padding: 10px;
+
    border: 2px solid #534743;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    }
+
 
+
 
+
 
+
 
+
/*MENU STYLING */
+
 
+
/*Styling for the links in the menu */
+
#menuContainer a {
+
color: #fff;
+
text-decoration:none;
+
font-weight: bold;
+
}
+
 
+
/* Sets the style for lists inside menuContainer  */
+
#menuContainer ul {
+
list-style: none;
+
margin-left:0px;
+
}
+
 
+
/*Styles the list items to become menu buttons */
+
#menuContainer ul li {
+
text-align: center;
+
display: block;
+
width: 100%;
+
height:30px;
+
padding-top:10px;
+
}
+
 
+
/*For the menu buttons, changes the color when hovering*/
+
#menuContainer li:hover {
+
color:  #FFF;
+
background-color: #963F20;
+
}
+
 
+
/*Submenus are not displayed as default*/
+
#menuContainer li ul {
+
display: none;
+
padding-top:15px;
+
margin-left: -19px;
+
}
+
 
+
/*Submenus are displayed when hovering the menu button */
+
#menuContainer li:hover ul {
+
/*display: inline-block; */
+
display: block;
+
position: absolute;
+
float:right;
+
margin-left: 150px;
+
margin-top:-42px;
+
}
+
 
+
/*Style the submenu buttons*/
+
#menuContainer li ul li{
+
background-color: #84FD2C;
+
padding-left:20px;
+
padding-right:20px;
+
height:30px;
+
padding-top:10px;
+
margin-top:-2px;
+
color: #332B29;
+
width: 170px;
+
}
+
  
/*CLASSES */
+
<h5>Cellulosic ethanol reactor </h5>
 +
<p>Suppose that the powdered, lignin-free cellulose base is equivalently spread through the alvioli-shaped holes. The centrifugal force is equal among all points of the wall, so by Pascal's Law of Pressure, we assume equal pressure through the round wall of the same radius. So we could further suppose that the amount of cellulose mass supplied and the rate of e.corni growth are directly proportional. Therefore, if we set  as the growth rate of e.corni and set the number of e.corni as N, <p>
  
/*Clear class for all the pages, adds spacing too*/
+
<img src=https://static.igem.org/mediawiki/2015/1/1c/Mo4.png>
.clear{
+
<p>"t" represents the adequate temperature for e.corni, and <img src=https://static.igem.org/mediawiki/2015/6/60/Mo6.png>(환경수용력) represents the maximum number of e.coli available in the environment. Therefore,</p>
clear:both;
+
height: 10px;
+
}
+
  
 +
<p>This is given in the form of a logistic growth equation: </p>
 +
<img src=https://static.igem.org/mediawiki/2015/8/8e/Mo7.png>
 +
<p>Differentiating this in respect to x:</p>
 +
<img src=https://static.igem.org/mediawiki/2015/4/4c/Mo9.png>
  
/* highlight box for special messages */
+
<p>Here, growth rate of e.corni * production rate of ethanol= aggregate ethanol production. Calculating such as following: </p>
          .highlightBox {
+
            width:500px;
+
            margin:auto;
+
            background-color: #F4F0D8;
+
    margin-bottom: 15px;
+
    margin-top: 15px;
+
    padding: 15px;
+
    padding-top: 5px;
+
            }
+
  
</style>
+
<p>The self-growth rate of the e.corni is shown in a form of a Logistic Growth function, while the maximum e.corni population capacity depending on temperature is shown in the form of a sigmoid curve, represented in the range of  <p>
<!-- End of CSS -->
+
<p>By the previously applied Pascal's Law of Pressure, the production efficiency of the e.corni is modeled and is open to calculation. This enables us to calculate the efficiency and stability of the structure in prior. Here, the e.corni itself can consume the produced glucose, so the error of e.corni colony consumption is not yet considered. </p>
  
  
 
</html>
 
</html>

Revision as of 03:50, 19 September 2015

  • : growth rate of e.coli is too low to complete sufficient reproduct and make ethanol.
  • : quality approach the value. This means the value of growth rate function converge on the value of
  • : will fluctuate around the previous value of for sometime.
  • : fluctuation will increase
  • r<4: finally will approximate with the shape of sigmoid curve
    Cellulosic ethanol reactor

    Suppose that the powdered, lignin-free cellulose base is equivalently spread through the alvioli-shaped holes. The centrifugal force is equal among all points of the wall, so by Pascal's Law of Pressure, we assume equal pressure through the round wall of the same radius. So we could further suppose that the amount of cellulose mass supplied and the rate of e.corni growth are directly proportional. Therefore, if we set as the growth rate of e.corni and set the number of e.corni as N,

    "t" represents the adequate temperature for e.corni, and (환경수용력) represents the maximum number of e.coli available in the environment. Therefore,

    This is given in the form of a logistic growth equation:

    Differentiating this in respect to x:

    Here, growth rate of e.corni * production rate of ethanol= aggregate ethanol production. Calculating such as following:

    The self-growth rate of the e.corni is shown in a form of a Logistic Growth function, while the maximum e.corni population capacity depending on temperature is shown in the form of a sigmoid curve, represented in the range of

    By the previously applied Pascal's Law of Pressure, the production efficiency of the e.corni is modeled and is open to calculation. This enables us to calculate the efficiency and stability of the structure in prior. Here, the e.corni itself can consume the produced glucose, so the error of e.corni colony consumption is not yet considered.