Team:Virginia/Modeling

From 2014.igem.org

(Difference between revisions)
 
(123 intermediate revisions not shown)
Line 1: Line 1:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+
{{Template:Team:Virginia:Test}}
-
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
-
<html dir="ltr" lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
+
<html>
<head>
<head>
 +
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
-
    <style type="text/css">
+
<style>
-
/*<![CDATA[*/
+
-
    #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
+
#picpic{
 +
width:100%;
 +
}
-
    .firstHeading {
+
#downloadstab{
-
    width: 975px;  
+
width:100%;
-
    margin: 0px auto;
+
}
-
    padding-top: 100px;
+
-
    margin-bottom: 20px;
+
-
    font-family: Georgia, Times, "Times New Roman", serif;
+
-
    }
+
-
    h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
+
#downloadstab td{
 +
text-align: center;
 +
width:33%;
 +
}
-
    #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
+
#picsmall{
-
    background-color: #383838;
+
width:65%;
-
    border: 0 none;
+
}
-
    height: 14px;
+
-
    z-index: 100;
+
-
    top: 0;
+
-
    position: fixed;
+
-
    width: 975px;
+
-
    left: 50%;  
+
-
    margin-left: -487px;
+
-
    }
+
-
    #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
+
h1{
-
    background-color: #383838;
+
color:black;
-
    height: 14px;
+
}
-
    display: block;
+
-
    z-index: 10;
+
-
    position: fixed;
+
-
    width: 100%;
+
-
    top: 0;
+
-
    }
+
-
    #menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
+
#theLinks a{
-
    color: #727272;
+
color:blue;
-
    text-decoration: none;
+
}
-
    background-color: transparent;
+
-
    }
+
-
    body {  
+
#theLinks ul li{
-
    background-color: #fff;
+
display: inline;
-
    }
+
}
-
    #globalWrapper, #content { /*-- changes default wiki settings --*/
+
#smallText{
-
    width: 100%;  
+
font-size:12px;
-
    height: 100%;
+
font-style:italic;
-
    border: 0px;
+
color:black;
-
    background-color: transparent;
+
}
-
    margin: 0px;
+
-
    padding: 0px;
+
-
    }
+
-
    html, body, .wrapper { /*-- changes default wiki settings --*/
+
h2{
-
    width: 100%;
+
font-size:20px;
-
    height: 100%;
+
}
-
    background-color: transparent;
+
-
    }
+
-
    #contentcontainer { /*-- creates container for all content on page --*/
+
h6{
-
    font-family: Arial, Helvetica, sans-serif;  
+
font-size:12px;
-
    font-weight: normal;
+
}
-
    font-size: 14px;
+
ol{
-
    color: #414141;
+
font-size:16px;
-
    width: 960px;
+
}
-
    margin-left: auto;
+
-
    margin-right: auto;
+
-
    background-color: #transparent;
+
-
    margin-top: 0px;  
+
-
    }
+
-
    .sidemenu, .sidemenu li {  
+
#nobullets li{
-
    list-style-type: none;  
+
list-style:none;
-
    list-style-image: none;
+
}
-
    font-family: verdana;
+
-
    text-decoration: none;
+
-
    color:#000;
+
-
    font-size: 14px;
+
-
    }
+
-
    .sidemenu li {display: block;}
 
-
    .sidemenu a {
 
-
    text-decoration:none;
 
-
    color: #000;
 
-
    display: block;
 
-
    width: 180px;
 
-
    height: 100%;
 
-
    padding: 3px 5px;
 
-
    transition: .25s ease-in-out;
 
-
    -moz-transition: .25s ease-in-out;
 
-
    -webkit-transition: .25s ease-in-out;
 
-
    }
 
-
    .sidemenu a.greyout { color: #909090; }
+
#placeimg{
 +
height:250px;
 +
width:25%
 +
}
-
    .sidemenu a:hover {
+
#another{
-
    color:#666;  
+
font-size:16px;
-
    background-color: #d9f5aa;
+
padding:2%;
-
    }
+
}
-
    .sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
+
header{
-
    .sub-sidemenu a {color: #666;}
+
background: url("https://static.igem.org/mediawiki/2014/7/7d/VGME_Modelling_Background.png");
 +
background-size:120% auto;
 +
background-position: -60px -339px;
 +
}
-
    div.underconst
+
</style>
-
    {
+
-
    padding:10px;
+
-
    border-radius:5px;
+
-
    background-color:pink;
+
-
    text-align:center;
+
-
    }
+
-
    a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
 
-
    .contentpara {margin-bottom: 30px;}
 
-
 
-
    span.email{font-family: monospace; font-weight: normal;}
 
-
 
-
    fieldset {border: 1px solid #337f53;}
 
-
 
-
    .greyout {color: #A0A0A0;}
 
-
    .highlightme {background-color: #FFFF00;}
 
-
 
-
    #alertContainer {border: 2px solid red; margin-bottom: 10px; width: 936px;}
 
-
    #annContainer {margin-left: 8px;}
 
-
    #newsContainer {border: 1px solid #ccc;}
 
-
 
-
    .newsTitle {
 
-
    display: block;
 
-
    color: #414141;
 
-
    font-size: 25px; 
 
-
        font-family: Georgia, Times, "Times New Roman", serif;
 
-
    padding: 10px 15px 5px 10px;
 
-
    border-bottom: 1px solid #ccc;
 
-
    margin-bottom: 0px;
 
-
    }
 
-
 
-
    .newsItem {
 
-
    border-bottom: 1px solid #ccc;
 
-
    display: block;
 
-
    padding: 5px 15px 0px 10px;
 
-
    margin-bottom: 0px;
 
-
    }
 
-
 
-
    .newsItem h3 {
 
-
    width: auto;
 
-
    display: inline;
 
-
    font-size: 14px;
 
-
    font-family: Arial, Helvetica, sans-serif;
 
-
    padding: 0px;
 
-
    margin: 0px;
 
-
    }
 
-
 
-
    .newsItem img {
 
-
    float: right;
 
-
    clear: right;
 
-
    width: 80px;
 
-
    padding-left: 15px;
 
-
    display: inline-block;
 
-
    }
 
-
 
-
    .newsItem .newsDate {
 
-
    font-style: italic;
 
-
    font-size: 14px;
 
-
    display: inline-block;
 
-
    color: #999;
 
-
    float: right;
 
-
    padding: 0px 0px 10px 15px;
 
-
    }
 
-
 
-
    .newsItem p, .newsItem ul, .newsItem li {
 
-
    padding: 0px;
 
-
    margin-left: 20px;
 
-
    font-size: 12px;
 
-
    line-height: 1.2;
 
-
    }
 
-
 
-
    .newsItem p {margin-top: 10px;}
 
-
 
-
    .annItem {
 
-
    border: 2px solid #49b677;
 
-
    display: block;
 
-
    padding: 0px 15px 10px 10px;
 
-
    margin-bottom: 18px;
 
-
    position: relative;
 
-
    height: 160px;
 
-
    vertical-align: middle;
 
-
    }
 
-
 
-
    .annItem .annCentered {
 
-
    display: table-cell;
 
-
    vertical-align: middle;
 
-
    height: 160px;
 
-
    }
 
-
 
-
    .annCentered h3 {
 
-
    padding: 0px;
 
-
    display: block;
 
-
    margin-left: auto;
 
-
    margin-right: auto;
 
-
    text-align: center;
 
-
    }
 
-
 
-
    .annItem ul, .annItem li {padding: 0px; margin: 0px;}
 
-
    .annItem li {list-style: none; margin: 5px}
 
-
 
-
 
-
 
-
    /*]]>*/
 
-
    </style>
 
-
 
-
    <title></title>
 
</head>
</head>
-
<body class="mediawiki ltr ns-10 ns-subject page-Template_CSS_Main">
+
<body>
-
    <div id="globalWrapper">
+
         <header>
-
         <div id="top-section">
+
<br>
-
            <div id="p-logo">
+
             <h1>Modeling</h1>
-
                <a href="/Main_Page" title="Main Page"><img src=
+
   
-
                'https://2014.igem.org/images/wiki.png' />"</a>
+
<ul id="navbar">
-
             </div><!-- end p-logo -->
+
        <li>
-
            <script type="text/javascript">
+
            <a href="https://2014.igem.org/Team:Virginia">Home</a>
-
//<![CDATA[
+
        </li>
-
            if (window.isMSIE55) fixalpha();
+
-
            //]]>
+
-
            </script>
+
-
 
+
-
            <div class='left-menu noprint' id="menubar">
+
-
                <ul>
+
-
                    <li class='selected'><a href=
+
-
                    "/Template:CSS/Main">Template</a></li>
+
-
 
+
-
                    <li class='new'><a href=
+
-
                    "/wiki/index.php?title=Template_talk:CSS/Main&amp;action=edit&amp;redlink=1">
+
-
                    Discussion</a></li>
+
-
 
+
-
                    <li><a href=
+
-
                    "/wiki/index.php?title=Template:CSS/Main&amp;action=edit">View
+
-
                    source</a></li>
+
-
 
+
-
                    <li><a href=
+
-
                    "/wiki/index.php?title=Template:CSS/Main&amp;action=history">
+
-
                    History</a></li>
+
-
 
+
-
                    <li><a href=
+
-
                    "/wiki/index.php?title=Template:CSS/Main&amp;action=watch">Watch</a></li>
+
-
                    <li style='color:white;cursor:default'>teams</li>
+
        <li>
-
                </ul>
+
            <a href="https://2014.igem.org/Team:Virginia/Team">Team</a>
-
            </div><!-- end menubar (left) -->
+
-
             <div class="right-menu noprint" id="menubar">
+
             <ul>
-
                 <ul>
+
                 <li>
-
                     <li id="pt-userpage"><a accesskey="." class="new" href=
+
                     <a href="https://2014.igem.org/Team:Virginia/Gallery">Gallery</a>
-
                    "/User:Xy4kj" title="Your user page [.]">Xy4kj</a></li>
+
                </li>
-
                    <li id='pt-preferences'><a href=
+
                <li>
-
                    'https://igem.org/User_Information' title='My account'>My
+
                    <a href="https://igem.org/Team.cgi?year=2014&amp;team_name=Virginia">Official Team Profile</a>
-
                    account</a></li>
+
                </li>
 +
            </ul>
 +
        </li>
 +
     
-
                    <li id="pt-logout"><a href=
+
        <li>
-
                    "/wiki/index.php?title=Special:UserLogout&amp;returnto=Template:CSS/Main"
+
            <a href="https://2014.igem.org/Team:Virginia/Project">Project</a>
-
                    title="Log out">Log out</a></li>
+
-
                </ul>
+
-
            </div><!-- end right menubar -->
+
-
             <div class="noprint" id="search-controls">
+
             <ul>
-
                 <form action="/Special:Search" id="searchform" name=
+
                          <li><a href=
-
                 "searchform">
+
        "https://2014.igem.org/Team:Virginia/Notebook">Notebook</a></li>
-
                     <input accesskey="f" id="searchInput" name="search" title=
+
             
-
                     "Search 2014.igem.org [f]" type="text" value="" />
+
                 <li>
-
                    <input class="searchButton" id="searchGoButton" name="go"
+
                    <a href="https://2014.igem.org/Team:Virginia/Parts">Parts</a>
-
                    title="Go to a page with this exact name if exists" type=
+
                 </li>
-
                    'submit' value="Go" />&nbsp; <input class="searchButton"
+
             
-
                    id="mw-searchButton" name="fulltext" title=
+
                              <li>
-
                    "Search the pages for this text" type='submit' value=
+
                     <a href="https://2014.igem.org/Team:Virginia/Modeling">Modeling</a>
-
                    "Search" />
+
                </li>
-
                </form>
+
             
-
            </div><!-- close search controls -->
+
-
        </div><!-- close top-section-->
+
                              <li>
 +
                     <a href="https://2014.igem.org/Team:Virginia/Safety">Safety</a>
 +
                </li>
 +
            </ul>
 +
      </li>
 +
     
 +
              <li>
 +
            <a href="https://2014.igem.org/Team:Virginia/HumanPractices">Human Practices</a>
 +
        </li>
 +
        <li>
 +
            <a href="https://2014.igem.org/Team:Virginia/Attributions">Attributions</a><ul><li> <a href="https://2014.igem.org/Team:Virginia/Sponsors">Sponsors</a></li></ul>
 +
        </li>
 +
     
 +
          <li><a href="https://2014.igem.org/"><img src = "https://static.igem.org/mediawiki/2014/b/b3/Igem_color_logo.jpg" height="17px"></a></li>
 +
      <div style="clear: both;"></div>
 +
    </ul>
 +
        </header>
-
        <div id="content">
+
<div id="another">
-
            <a id="top" name="top"></a>
+
-
            <h1 class="firstHeading">Template:CSS/Main</h1>
 
-
            <div id="bodyContent">
 
-
                <h3 class='noprint' id="siteSub">From 2014.igem.org</h3>
 
-
                <div id="contentSub"></div><!--
+
<h2><strong>Goals of model</strong></h2>
-
            <div id="jump-to-nav">Jump to:                        <a href="#column-one">navigation</a>, <a href="#searchInput">search</a></div>-->
+
-
                <!-- start content -->
+
-
                <!--
+
-
NewPP limit report
+
-
Preprocessor node count: 4/1000000
+
-
Post-expand include size: 0/2097152 bytes
+
-
Template argument size: 0/2097152 bytes
+
-
Expensive parser function count: 0/100
+
-
-->
+
-
                <!-- Saved in parser cache with key 2014_igem_org:pcache:idhash:117-0!1!0!!en!2!edit=0 and timestamp 20140613144647 -->
+
-
                <div class="printfooter">
+
<p>
-
                    Retrieved from "<a href=
+
The goal of the Nygone project is to grow modified <em>E. coli</em></ins><em> </em>cells on filters that will be put in water treatment plants to remove microplastics. However, due to time constraints, we are unable to engineer the final product. Hence a mathematical model was built in order to:
-
                    "https://2014.igem.org/Template:CSS/Main">https://2014.igem.org/Template:CSS/Main</a>"
+
</p>
-
                </div>
+
<ol>
 +
<li>Give predictions on the amount of bacteria required to produce a sufficient amount of MnP enzyme to degrade micro-particles of nylon in water</li>
 +
<li>Simulate the distribution of MnP enzyme produced by bacteria</li>
 +
<li>Simulate the degradation of nylon micro-particles by MnP particles in water</li>
 +
<li>Analyze the sensitivity of MnP production and nylon degradation to various factors including concentration of bacteria, production rate of MnP by unit bacteria, volume, and flow rate of waste water.</li>
 +
</ol>
 +
<p>
 +
    <strong></strong>
 +
</p>
-
                <div id="catlinks">
+
<h2><strong>General model</strong></h2>
-
                    <div class='catlinks catlinks-allhidden' id='catlinks'>
+
-
                    </div>
+
-
                </div><!-- end content -->
+
-
                <div class="visualClear"></div>
+
<p>
-
            </div>
+
    The model was separated into two parts:
-
        </div>
+
</p>
-
        <!-- PAGE FOOTER == ITEMS FROM COLUMN ! HAVE BEEN MOVED HERE  == RDR  -->
+
<ol>
 +
  <li>Kinetics of MnP enzyme in water<br>Rate of change of MnP concentration in water = rate of diffusion + rate of production - rate of elimination</li>
-
        <div class="visualClear"></div>
+
<center><img src = "https://static.igem.org/mediawiki/2014/a/ae/VGEM_ratechangeMnPConc.JPG"></center>
-
        <div class='noprint' id='footer-box'>
+
    c is the current concentration of MnP, dp/dt is the rate of production of MnP, and J is the flow rate.
-
            <div id="footer">
+
-
                <div id="f-poweredbyico">
+
-
                    <a href="http://www.mediawiki.org/"><img alt=
+
-
                    "Powered by MediaWiki" height="31" src=
+
-
                    "/wiki/skins/common/images/poweredby_mediawiki_88x31.png"
+
-
                    width="88" /></a>
+
-
                </div>
+
-
                <div id="f-copyrightico">
+
  <li>Reaction of MnP particles with nylon<br>
-
                    <a href=
+
-
                    "http://creativecommons.org/licenses/by/3.0/"><img alt=
+
-
                    "Attribution 3.0 Unported" height="31" src=
+
-
                    "http://i.creativecommons.org/l/by/3.0/88x31.png" width=
+
-
                    "88" /></a>
+
-
                </div>
+
-
                <ul id="f-list">
+
    Michaelis-Menten Equation</li>
-
                    <!-- Recentchanges is not handles well DEBUG -->
+
<center><img src="https://static.igem.org/mediawiki/2014/f/f2/VGEM_MichelisMit.JPG"></center>
 +
</ol>
-
                    <li id="t-recentchanges"><a href="/Special:RecentChanges"
+
<p>
-
                    title='Recent changes'>Recent changes</a></li>
+
    E is the MnP enzyme, S is the nylon substrate. kf and kr are forward and reverse reaction constants of enzyme-substrate complex formation. k<sub>cat</sub>
 +
is the reaction coefficient for oxidation of nylon substrate, and the turnover number, defined as the maximum number of substrate molecules converted to product per enzyme molecule per unit time.
 +
<center><img  id="picsmall" src="https://static.igem.org/mediawiki/2014/b/b7/VGEM_NylonEq.JPG"></center>
 +
<div id="nobullets">
 +
<h2><strong>Simplification:</strong></h2>
 +
After a visit to the local water treatment plant, we obtained a numerical value for the following parameters:
 +
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Total volume of chamber where filter will be inserted = 0.879 m<sup>3</sup></li>
 +
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Average flow rate = 0.19 m<sup>3</sup>/min</li>
 +
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dimensions of water chamber: 0.46 m (length), 0.91 m (width), 2.1 m (height)</li><br>
 +
<center><img id="picpic" src="https://static.igem.org/mediawiki/2014/3/31/Vgemzipics.JPG"></center><br>
 +
The diffusivity of MnP was estimated as follows: *
 +
  <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Diffusivity of MnP in water = 0.6e<sup>3</sup> m<sup>2</sup>/s</li>
 +
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pe = velocity * linear dimension / mass diffusivity = 74.33>>1</li>
 +
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Since Pe is much larger than 1, the diffusion term is taken out from the equation.</li>
 +
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The kinetic model is simplified as:</li>
-
                    <li id="t-whatlinkshere"><a accesskey="j" href=
+
</div>
-
                    "/Special:WhatLinksHere/Template:CSS/Main" title=
+
<center><img src="https://static.igem.org/mediawiki/2014/f/f7/VGEM_perkEq.JPG"></center>
-
                    "List of all wiki pages that link here [j]">What links
+
<center><span id="smallText"> *The diffusivity of MnP was not found, this estimation was based on the diffusivity table of salt)
-
                    here</a></li>
+
Using the above values, the Peclet number was calculated<span id="smallText"></center>
 +
<h2><strong>Assumptions: </strong></h2>
 +
<ol>
 +
    <li>Monolayer of bacteria growth on the surface of the filter inserts (i.e. MnP produced will not be trapped inside the biofilms of <em>E.coli</em> ).</li>
-
                    <li id="t-recentchangeslinked"><a accesskey="k" href=
+
<li>In this model, the total number of bacteria is assumed to be constant.</li>
-
                    "/Special:RecentChangesLinked/Template:CSS/Main" title=
+
-
                    "Recent changes in pages linked from this page [k]">Related
+
-
                    changes</a></li>
+
-
                    <li id="t-upload"><a accesskey="u" href="/Special:Upload"
+
<li>Rate of production of MnP enzyme is assumed to be linearly related to the total amount of bacteria. However, this relationship can be easily modified in the model.</li>
-
                    title="Upload files [u]">Upload file</a></li>
+
<li>MnP and nylon micro-particles are distributed evenly in the water (i.e. minimal time is taken for MnP and nylon particles to diffuse out evenly inside the chamber).</li>
 +
<li>The size (width and height only) of the chamber is small.</li>
 +
</ol>
 +
<p>
 +
    <strong></strong>
 +
</p>
-
                    <li id="t-specialpages"><a accesskey="q" href=
+
<h2><strong>Limits and constraints:</strong></h2>
-
                    "/Special:SpecialPages" title=
+
<ol>
-
                    "List of all special pages [q]">Special pages</a></li>
+
<li>The model is only applicable to a small container where diffusion across space takes little time to occur.</li>
-
                    <li><a href='/Special:Preferences'>My preferences</a></li>
+
<li>When the number of bacteria is large, multiple layers of bacteria will be built up. This may hinder the diffusion of MnP particles as they would be trapped within the biofilm. As a result, the linear relationship between bacteria number and MnP production rate would no longer be valid.</li>
-
                </ul>
+
</ol>
-
            </div><!-- close footer -->
+
<p>
 +
    <strong></strong>
 +
</p>
-
            <div id='footer'>
+
<h2><strong>Result and Interpretation:</strong></h2>
-
                <ul id="f-list">
+
<p>
-
                    <li id="t-print"><a accesskey="p" href=
+
    Since some of our parameters are not yet finalized, this main purpose of this section is a demonstration of the capability of the model and the ability to predict an expected outcome. The shape of the graphs may change if a different set of parameters is used.
-
                    "/wiki/index.php?title=Template:CSS/Main&amp;printable=yes"
+
</p>
-
                    title="Printable version of this page [p]">Printable
+
-
                    version</a></li>
+
-
                    <li id="t-permalink"><a href=
+
<div>
-
                    "/wiki/index.php?title=Template:CSS/Main&amp;oldid=10932"
+
<center><h6><b>Figure 1.1</b></h6></center>
-
                    title=
+
<center><img id="picsmall" src="https://static.igem.org/mediawiki/2014/c/cc/VGEM_resultsAndInterp.JPG"><center>
-
                    "Permanent link to this revision of the page">Permanent
+
</div>
-
                    link</a></li>
+
<p>Figure 1.1 shows the production of MnP and degradation of nylon over time. MnP reaches a constant level of 3000 units after 30 hours while nylonconcentration decreases to zero within 10 hours. MnP is in excess and therefore a smaller amount of starting bacteria can be used.</p>
 +
<center><table border="0">
 +
<tr><td><center><h6>Figure 2.1</h6></center><img id="picpic" src="https://static.igem.org/mediawiki/2014/8/8e/VGEM_model_2.1.JPG"></td>
 +
<td><center><h6>Figure 2.2</h6></center><img id="picpic" src="https://static.igem.org/mediawiki/2014/7/74/VGEM_model_2.2.JPG"></td></tr>
 +
</table></center>
 +
<p>
 +
    The concentration of MnP and nylon after 60 hours with respect to different starting concentrations of bacteria. Figure 2.1: MnP increase exponentially
 +
    with exponential increase in starting concentration of bacteria. Figure 2.2: Given the current set of parameters, all nylon will be degraded after 60 hours
 +
    for a small number of starting bacteria.
 +
</p>
 +
<center><table border="0">
 +
<tr><td><center><h6>Figure 2.1</h6></center><img id="picpic" src="https://static.igem.org/mediawiki/2014/3/36/VGEM_mnpGraph1.JPG"></td>
 +
<td><center><h6>Figure 2.2</h6></center><img id="picpic" src="https://static.igem.org/mediawiki/2014/5/5f/VGEM_mnpGraph2.JPG"></td></tr>
 +
</table></center>
 +
<p>
 +
    Response of MnP concentration to a range of parameters: Figure 2.1 shows the concentration of MnP over time for different values of p, which is the rate of
 +
    production of MnP per unit of bacteria. Figure 2.2 is the concentration of MnP after 60 hours with respect to different values of p.
 +
</p>
 +
<center><table border="0">
 +
<tr><td><center><h6>Figure 3.1</h6></center><img id="picpic" src="https://static.igem.org/mediawiki/2014/c/c5/Vgem_modelsensative1.JPG"></td>
 +
<td><center><h6>Figure 3.2</h6></center><img id="picpic" src="https://static.igem.org/mediawiki/2014/e/e5/Vgem_modelsensative2.JPG"></td></tr>
 +
</table></center>
 +
<p>
 +
    Sensitivity analysis: Figure 3.1 gives the sensitivity of MnP concentration when there is a 1 percent increase in a given set of parameters. The parameters
 +
    from left to right are: rate of production of MnP, starting amount of bacteria, volume of chamber, flow rate, forward reaction constant of MnP-nylon
 +
    complex formation, reverse reaction constant of MnP-nylon complex formation, forward reaction constant of oxidation of nylon particles (degradation). The
 +
    sensitivity will change if a different percentage increase is used. Figure 3.2 shows the perturbation on the level of MnP concentration, bacterial level,
 +
    Nylon concentration and Nylon-MnP complex concentration with respect to one percent change in the set of parameters.
 +
</p>
-
                    <li id="privacy"><a href="/2014.igem.org:Privacy_policy"
+
<h2><b>Downloads</b></h2>
-
                    title="2014.igem.org:Privacy policy">Privacy
+
<div id="theLinks">
-
                    policy</a></li>
+
<div id="nobullets">
 +
<ul>
 +
<table id="downloadstab">
 +
<tr>
 +
<td><a target="_blank" href="https://static.igem.org/mediawiki/2014/9/9b/MnPDesensitization.m">MnP Desensitization</a></td>
 +
<td><a target="_blank" href="https://static.igem.org/mediawiki/2014/1/1a/MnPfunc.m">MnP Function</a></td>
 +
<td><a target="_blank" href="https://static.igem.org/mediawiki/2014/9/98/ResponseToP.m">Response To P</a></td>
 +
</tr>
 +
</table>
 +
</div>
 +
</div>
-
                    <li id="disclaimer"><a href=
+
<a class="button prev" id="" href="/Team:Virginia/Parts"><span>Back</span><br>Parts</a>
-
                    "/2014.igem.org:General_disclaimer" title=
+
<a class="button next" id="" href="/Team:Virginia/Safety"><span>Next</span><br>Safety</a>
-
                    "2014.igem.org:General disclaimer">Disclaimers</a></li>
+
-
                </ul>
+
-
            </div><!-- close footer -->
+
-
        </div><!-- close footer-box --><script>
+
-
<![CDATA[
+
-
        if (window.runOnloadHook) runOnloadHook();
+
-
        ]]>
+
-
        </script>
+
-
    </div><!-- Served in 0.151 secs. -->
+
</body>
</body>
</html>
</html>

Latest revision as of 23:01, 21 November 2014


Modeling

Goals of model

The goal of the Nygone project is to grow modified E. coli cells on filters that will be put in water treatment plants to remove microplastics. However, due to time constraints, we are unable to engineer the final product. Hence a mathematical model was built in order to:

  1. Give predictions on the amount of bacteria required to produce a sufficient amount of MnP enzyme to degrade micro-particles of nylon in water
  2. Simulate the distribution of MnP enzyme produced by bacteria
  3. Simulate the degradation of nylon micro-particles by MnP particles in water
  4. Analyze the sensitivity of MnP production and nylon degradation to various factors including concentration of bacteria, production rate of MnP by unit bacteria, volume, and flow rate of waste water.

General model

The model was separated into two parts:

  1. Kinetics of MnP enzyme in water
    Rate of change of MnP concentration in water = rate of diffusion + rate of production - rate of elimination
  2. c is the current concentration of MnP, dp/dt is the rate of production of MnP, and J is the flow rate.
  3. Reaction of MnP particles with nylon
    Michaelis-Menten Equation

E is the MnP enzyme, S is the nylon substrate. kf and kr are forward and reverse reaction constants of enzyme-substrate complex formation. kcat is the reaction coefficient for oxidation of nylon substrate, and the turnover number, defined as the maximum number of substrate molecules converted to product per enzyme molecule per unit time.

Simplification:

After a visit to the local water treatment plant, we obtained a numerical value for the following parameters:
  •           Total volume of chamber where filter will be inserted = 0.879 m3
  •           Average flow rate = 0.19 m3/min
  •           Dimensions of water chamber: 0.46 m (length), 0.91 m (width), 2.1 m (height)


  • The diffusivity of MnP was estimated as follows: *
  •           Diffusivity of MnP in water = 0.6e3 m2/s
  •           Pe = velocity * linear dimension / mass diffusivity = 74.33>>1
  •           Since Pe is much larger than 1, the diffusion term is taken out from the equation.
  •           The kinetic model is simplified as:
  • *The diffusivity of MnP was not found, this estimation was based on the diffusivity table of salt) Using the above values, the Peclet number was calculated

    Assumptions:

    1. Monolayer of bacteria growth on the surface of the filter inserts (i.e. MnP produced will not be trapped inside the biofilms of E.coli ).
    2. In this model, the total number of bacteria is assumed to be constant.
    3. Rate of production of MnP enzyme is assumed to be linearly related to the total amount of bacteria. However, this relationship can be easily modified in the model.
    4. MnP and nylon micro-particles are distributed evenly in the water (i.e. minimal time is taken for MnP and nylon particles to diffuse out evenly inside the chamber).
    5. The size (width and height only) of the chamber is small.

    Limits and constraints:

    1. The model is only applicable to a small container where diffusion across space takes little time to occur.
    2. When the number of bacteria is large, multiple layers of bacteria will be built up. This may hinder the diffusion of MnP particles as they would be trapped within the biofilm. As a result, the linear relationship between bacteria number and MnP production rate would no longer be valid.

    Result and Interpretation:

    Since some of our parameters are not yet finalized, this main purpose of this section is a demonstration of the capability of the model and the ability to predict an expected outcome. The shape of the graphs may change if a different set of parameters is used.

    Figure 1.1

    Figure 1.1 shows the production of MnP and degradation of nylon over time. MnP reaches a constant level of 3000 units after 30 hours while nylonconcentration decreases to zero within 10 hours. MnP is in excess and therefore a smaller amount of starting bacteria can be used.

    Figure 2.1
    Figure 2.2

    The concentration of MnP and nylon after 60 hours with respect to different starting concentrations of bacteria. Figure 2.1: MnP increase exponentially with exponential increase in starting concentration of bacteria. Figure 2.2: Given the current set of parameters, all nylon will be degraded after 60 hours for a small number of starting bacteria.

    Figure 2.1
    Figure 2.2

    Response of MnP concentration to a range of parameters: Figure 2.1 shows the concentration of MnP over time for different values of p, which is the rate of production of MnP per unit of bacteria. Figure 2.2 is the concentration of MnP after 60 hours with respect to different values of p.

    Figure 3.1
    Figure 3.2

    Sensitivity analysis: Figure 3.1 gives the sensitivity of MnP concentration when there is a 1 percent increase in a given set of parameters. The parameters from left to right are: rate of production of MnP, starting amount of bacteria, volume of chamber, flow rate, forward reaction constant of MnP-nylon complex formation, reverse reaction constant of MnP-nylon complex formation, forward reaction constant of oxidation of nylon particles (degradation). The sensitivity will change if a different percentage increase is used. Figure 3.2 shows the perturbation on the level of MnP concentration, bacterial level, Nylon concentration and Nylon-MnP complex concentration with respect to one percent change in the set of parameters.

    Downloads