Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
− | |||
− | |||
− | + | <head> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <style> | ||
+ | #sideMenu, #top_title { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | width: 100%; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | background: #FFF; | ||
+ | } | ||
+ | |||
+ | .def li{ | ||
+ | font-style:italic; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:SZU-China/sub/CSS?action=raw&ctype=text/css"> | ||
+ | <link href="https://2017.igem.org/Template:SZU-China/HP/CSS?action=raw&ctype=text/css" rel="stylesheet" type="text/css"> | ||
+ | <link href='http://fonts.font.im/css?family=Open+Sans' rel='stylesheet' type='text/css'> | ||
+ | <script type="text/javascript" src="https://2017.igem.org/Template:SZU-China/jquery/Javascript?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function () { | ||
+ | $("#nav-list-ul li").hover(function () { | ||
+ | $(this).find('ul.sub-nav').show(); | ||
+ | }, function () { | ||
+ | $(this).find('ul.sub-nav').hide(); | ||
+ | }); | ||
+ | |||
+ | $("div.navbar").hover(function () { | ||
+ | $(this).css("box-shadow", "1px 1px 7px #000") | ||
+ | }, function () { | ||
+ | $(this).css("box-shadow", "0px 0px 0px #000") | ||
+ | }); | ||
+ | |||
+ | $("#top").click(function () { | ||
+ | $('body,html').animate({ scrollTop: 0 }, 200); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body style="background: #FEFEFE; font-family: "open sans", "Helvetica Neue" , helvetica, arial, sans-serif;"> | ||
+ | |||
+ | <div class="navbar" style="top:5px;position:fixed;z-index:5"> | ||
+ | <div class="navbar-nav"> | ||
+ | <ul id="nav-list-ul" class="nav-list"> | ||
+ | |||
+ | <li> | ||
+ | <a href="#">TEAM</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav" style="top:-5px"> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Team">MEMBERS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Collaborations">COLLABORATIONS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Attributions">ATTRIBUTION</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <li> | ||
+ | <a href="#">PRACTICE</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav" style="top:-5px"> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/HP/Gold_Integrated">INTEGRATED HP</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/HP/Silver">SILVER HP</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Engagement">ENGAGEMENT</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <li> | ||
+ | <a href="#">EXPERIMENT</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav" style="top:-5px"> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Procedure">PROCEDURE</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Results">RESULTS</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Demonstrate">DEMONSTRATE</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Protocol">PROTOCOL</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Notebook">NOTEBOOK</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#">PROJECT</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav" style="top:-5px"> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Description">DESCRIPTION</a></li> | ||
+ | |||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Design">DESIGN</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Model">MODEL</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Safety">SAFTY</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <li> | ||
+ | <a href="#">ACHIEVEMENT</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav" style="top:-5px"> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Achievement">MEDAL</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:SZU-China/Parts">PARTS</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <a href="https://2017.igem.org/Team:SZU-China"><img src="https://static.igem.org/mediawiki/2017/1/17/T--SZU-China--team-logo.png" style="height: 36px;width: auto;padding-top: 12px;padding-left:10px;"></a> | ||
</div> | </div> | ||
− | |||
</div> | </div> | ||
− | + | ||
− | + | <div style="position: relative;top: 80px;"> | |
− | + | <section id="overview" style="padding:96px 0 40px 0;background-color:white;"> | |
− | + | <div class="container"> | |
− | + | <div class="row"> | |
− | + | <div class="col-sm-12"> | |
− | + | <h3 class="uppercase color-primary mb40 " style="margin-bottom: 40px;font-size:50px"><center>MODEL</center> </h3> | |
− | + | ||
− | + | ||
− | + | </div> | |
− | + | </div> | |
− | + | </div> | |
− | + | </section> | |
− | + | ||
− | + | ||
− | + | <p></p><br /><br /> | |
− | + | ||
− | + | <section style="background-color: rgba(245,245,245,0.45); padding: 96px 0; "> | |
− | + | <div style="position: relative; margin: 30px 15%;"> | |
− | + | <center><p class="font1" style="font-weight: 500; text-align: center; font-size: 25px; color: rgb(75, 151, 165); ">Introduction</p></center><br /><br /> | |
− | + | <p style="font-size:16px">This year, our team creates a mathematical representation of our concrete self-healing system. This representation, or model, constructs a judging scale with which we can utilize to regulate the four main environmental factors affecting our final concrete healing efficiency (reflected by mineralization activity). </p><br /><br /> | |
− | + | <p style="font-size:16px"> | |
− | + | The four factors are: <br /><img src="https://static.igem.org/mediawiki/2017/c/c6/T--SZU-China--equation.jpg " width="25%" /></br> | |
− | + | </p> | |
− | + | <p style="font-size:16px">Based on this model, we can also design the best ‘package'– the microcapsule shells with adequate nutrition combination.</p> | |
− | + | <br /> | |
− | + | ||
− | + | <p style="font-size:16px">This modelling process, presented below, can be seen as a feedback from the wet lab (experiment result) and the dry lab(modelling analysis).</p><br /><br /> | |
− | + | ||
− | + | <p style="font-size:16px">The following page shows how we conducted modelling approaches to achieve our goals. To begin with, we make some definition.</p><br /><br /> | |
− | + | <br /><br /> | |
− | + | <center><span class="font1" style="font-weight: 500; text-align: center; font-size: 25px; color: rgb(75, 151, 165); ">Definition</span></center><br /><br /> | |
− | + | ||
− | + | <br/><br/> | |
− | + | <ul style="font-size:16px;" class="def">Variables and nomenclature:<li> concentration of spores - c[Spore]</li> <li> concentration of carbon source(C3H5O3Na) - c[C3H5O3Na]</li><li> concentration of nitrogen source(NaNO3) - c[NaNO3]</li><li> pH of the media - pH</li></ul><br /> | |
− | + | <ul style="font-size: 16px;" class="def">Goal of model:<li> Use preliminary data to guide future experiments.</li></ul> | |
− | + | <br /><br /> | |
− | + | <center><span class="font1" style="font-weight: 500; text-align: center; font-size: 25px; color: rgb(75, 151, 165); ">Procedure</span></center><br /><br /> | |
− | + | <p style="font-size:16px"> | |
− | + | 1. Standardizing variables: transforming variables into the same scale. Here we utilize the z-score standardizing method, such that | |
− | + | </p> | |
− | + | <div style="text-align:center"><img src="https://static.igem.org/mediawiki/2017/0/07/T--SZU-China--standardization.jpg" width="30%" ><br /></div><br /> | |
− | + | <p style="font-size:16px"> | |
− | + | where the symbols in the formula are variable, standardized variable, sample mean, andstandard deviation respectively. | |
− | + | </p> | |
− | + | <p style="font-size:16px">2. Fitting functions of each variable with polynomial function.</p> | |
− | + | <p style="font-size:16px">3. Getting the overall relationship using linear least square method.</p><br /><br /><br /> | |
− | + | <center> <span class="font1" style="font-weight: 500; text-align: center; font-size: 25px; color:rgb(75, 151, 165); ">Results</span></center><br /><br /> | |
− | + | ||
− | + | ||
− | + | <div style="text-align: center;margin: 24px 0;z-index:-1;"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/2/24/T--SZU-China--model1.png " width="90%" style="box-shadow: 0px 0px 2px #1E1E1E;"> | |
− | + | </div> | |
− | + | ||
− | + | <p style="font-size:16px">The graph above depicts the polynomial regression of 4 factors. In general, for each of those four factors, the mineralization activity shows the similar tendency of going up first and down later with the increase of each factor.</p><br /><br /> | |
− | + | ||
− | + | <p style="font-size:16px">The fitted functions are showed as follows:</p> | |
− | + | <div style="text-align:center"><img src="https://static.igem.org/mediawiki/2017/1/1d/T--SZU-China--fitting.jpg" width="60%" ><br /></div> | |
− | + | ||
− | + | <p style="font-size:16px">We then fitted x with y linearly to get the overall regression equation which can describe the weight of four variables respectively.</p><br /><br /> | |
− | + | ||
− | + | <center><span class="font1" style="font-weight:bold;font-size:16px">Overall regression equation:</span></center><br /><br /> | |
− | + | <div style="text-align:center"><img src="https://static.igem.org/mediawiki/2017/a/ad/T--SZU-China--regression.jpg" width="60%" ><br /></div> | |
− | + | ||
− | + | <p style="font-size:16px">with</p><br /><br /> | |
− | + | ||
− | + | <div style="text-align:center"><img src="https://static.igem.org/mediawiki/2017/b/be/T--SZU-China--regressiontransform.jpg" width="30%" ><br /></div> | |
− | + | ||
− | + | <p style="font-size:16px">where a<sub>i1</sub>represents the coefficient of the highest power term of curve-fitting equation, such that the coefficient of the highest power term are of the same scale.</p><br /><br /> | |
− | + | <br/> | |
− | + | ||
− | + | <p style="font-size:16px">From the equation above, we can see that nitrogen source has the maximum weight, while pH has the minimum weight, which means nitrogen source is the most essential nutrition for B.subtilis spore. Additionally, the low weight of pH shows that spores are not sensitive to the change of pH in a relatively apt range, although there is a sharp decline in activity when pH reaches 11.</p><br /> | |
− | + | ||
− | + | <br /><p style="font-size:16px">In summary, as long as we keep the environment below the boundary high-pH point, it makes no much difference how much we have improved the alkaline resistance of <i>B.subtilis</i> spore. In this way, this model instructs us on how to modify our formulation, such that the ingredients can be made full use of.</p><br /> | |
− | + | <span></span><br /> | |
− | + | <span></span><br /> | |
− | + | <span></span><br /> | |
− | + | <br /><br /><br /><br /><br /><br /> | |
− | + | </div> | |
− | + | </section> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | <div class="footer" style="position:absolute;margin-bottom:0px;padding-bottom:0"> | |
− | + | <div class="sponsor"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/0/08/2017SZUChina-sponsor1.jpg" class="sponsor-img"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/d/d4/2017SZUChina-sponsor2.jpg" class="sponsor-img"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/d/d5/2017SZUChina-sponsor3.jpg" class="sponsor-img"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/1/1e/2017SZUChina-sponsor4.jpg" class="sponsor-img"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/a/a3/2017SZUChina-sponsor5.jpg" class="sponsor-img"> | |
− | + | </div> | |
− | + | <div class="footer-info"> | |
− | + | <address style="color:#888">3688 Nanhai Ave, ShenZhen, GuangDong Province, China</address> | |
− | + | <span class="copyright">Copyright © 2017.<a href="https://2017.igem.org/Team:SZU-China" class="mainpage">SZU-China</a> iGEM</span> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | <div class="arrow-div"> | |
− | + | <a id="top" href="#" title="Back to top"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/f/f6/T--SZU-China--arrow.png" class="arrow-img"> | |
− | + | </a> | |
− | + | </div> | |
− | + | ||
− | + | </body> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</html> | </html> |
Revision as of 14:34, 28 September 2018
MODEL
Introduction
This year, our team creates a mathematical representation of our concrete self-healing system. This representation, or model, constructs a judging scale with which we can utilize to regulate the four main environmental factors affecting our final concrete healing efficiency (reflected by mineralization activity).
The four factors are:
Based on this model, we can also design the best ‘package'– the microcapsule shells with adequate nutrition combination.
This modelling process, presented below, can be seen as a feedback from the wet lab (experiment result) and the dry lab(modelling analysis).
The following page shows how we conducted modelling approaches to achieve our goals. To begin with, we make some definition.
- Variables and nomenclature:
- concentration of spores - c[Spore]
- concentration of carbon source(C3H5O3Na) - c[C3H5O3Na]
- concentration of nitrogen source(NaNO3) - c[NaNO3]
- pH of the media - pH
- Goal of model:
- Use preliminary data to guide future experiments.
1. Standardizing variables: transforming variables into the same scale. Here we utilize the z-score standardizing method, such that
where the symbols in the formula are variable, standardized variable, sample mean, andstandard deviation respectively.
2. Fitting functions of each variable with polynomial function.
3. Getting the overall relationship using linear least square method.
The graph above depicts the polynomial regression of 4 factors. In general, for each of those four factors, the mineralization activity shows the similar tendency of going up first and down later with the increase of each factor.
The fitted functions are showed as follows:
We then fitted x with y linearly to get the overall regression equation which can describe the weight of four variables respectively.
with
where ai1represents the coefficient of the highest power term of curve-fitting equation, such that the coefficient of the highest power term are of the same scale.
From the equation above, we can see that nitrogen source has the maximum weight, while pH has the minimum weight, which means nitrogen source is the most essential nutrition for B.subtilis spore. Additionally, the low weight of pH shows that spores are not sensitive to the change of pH in a relatively apt range, although there is a sharp decline in activity when pH reaches 11.
In summary, as long as we keep the environment below the boundary high-pH point, it makes no much difference how much we have improved the alkaline resistance of B.subtilis spore. In this way, this model instructs us on how to modify our formulation, such that the ingredients can be made full use of.