Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
+ | <head> | ||
+ | <style> | ||
+ | #sideMenu, #top_title{ | ||
+ | display: none; | ||
+ | } | ||
+ | #content{ | ||
+ | width:100%; margin:0px; padding:0px; | ||
+ | background:#FFF; | ||
+ | } | ||
+ | |||
+ | .font1{ | ||
+ | font-size: 20px; | ||
+ | color: #2f2f2f; | ||
+ | } | ||
+ | </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/main/CSS?action=raw&ctype=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;height: 2000px;"> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <div class="navbar"> | ||
+ | <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"> | ||
+ | <li><a href="#">PEOPLE</a></li> | ||
+ | <li><a href="#">COLLABARATIONS</a></li> | ||
+ | <li><a href="#">ATTRIBUTION</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">PRACTICE</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav"> | ||
+ | <li><a href="#">GOLD HP</a></li> | ||
+ | <li><a href="#">SILVER HP</a></li> | ||
+ | <li><a href="#">INTEGRATED HP</a></li> | ||
+ | <li><a href="#">ENGAGEMENT</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">OUTEACH</a></li> | ||
+ | <li><a href="#">EXPERIMENT</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav"> | ||
+ | <li><a href="#">PROCEDURE</a></li> | ||
+ | <li><a href="#">RESULTS</a></li> | ||
+ | <li><a href="#">NOTEBOOK</a></li> | ||
+ | <li><a href="#">PROTOCOL</a></li> | ||
+ | <li><a href="#">PARTS</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">PROJECT</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav"> | ||
+ | <li><a href="#">DESCRIPTION</a></li> | ||
+ | <li><a href="#">DESIGN</a></li> | ||
+ | <li><a href="#">PROOF</a></li> | ||
+ | <li><a href="#">SAFTY</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">ACHIEVEMENT</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav"> | ||
+ | <li><a href="#">AWARD</a></li> | ||
+ | <li><a href="#">MEDAL</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | <div | + | <div style="position: relative;top: 80px;"> |
− | < | + | <div style="position: relative;text-align: center;"> |
− | + | <img src="img/modelling-banner.png" width="61.8%"> | |
− | + | </div> | |
− | + | <div style="position: relative;margin: 20px 9.2%;"> | |
− | + | <span class="font1">This year our team created a mathematical representation of our concrete self-healing system. This representation, or model, constructs a judging scale in which we can utilize to regulate the four main environmental factors affecting our final concrete healing rate (reflected on mineralization activity). </span><br/><br/> | |
− | + | ||
− | < | + | |
− | < | + | |
− | < | + | |
− | </ | + | |
+ | <span class="font1">The four factors are: the concentration of spores, carbon sources, nitrogen sources and pH. Based on this model, we can also design the best‘package’ – the vesicle shell with adequate nutrition combination. </span><br/><br/> | ||
+ | |||
+ | <span class="font1">This modeling process, presented below, can be seen as a feedback between the wet lab (experiment result) and the dry lab(statistic analysis).</span><br/><br/> | ||
+ | |||
+ | <span class="font1">The following pages show how we conducted modelling approaches to achieve our goals.</span><br/><br/> | ||
+ | |||
+ | <span class="font1">Our model describes how four main independent variables affect the mineralization activity of our bacillus subtilis.</span><br/><br/> | ||
+ | |||
+ | <span class="font1">Variables and nomenclature:: dependent variable;: 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 experiment conditions and predict results.</span><br/><br/> | ||
+ | <span class="font1">Procedure:</span><br/><br/> | ||
+ | <span class="font1"> 1.Standardizing variables: transformed variables) are of the same scale. Here we utilize the z-score standardizing method: | ||
+ | .)</span><br/><br/> | ||
+ | <span class="font1"> 2.Fitting functions of each variable with polynomial function.</span><br/><br/> | ||
+ | <span class="font1"> 3.Getting the overall relationship using linear least square method.</span><br/><br/> | ||
+ | <span class="font1">Result:</span><br/><br/> | ||
+ | <span class="font1"></span><br/><br/> | ||
+ | <div style="text-align: center;margin: 24px 0;"> | ||
+ | <img src="img/model.png" width="81.6%"> | ||
+ | </div> | ||
+ | |||
+ | <span class="font1">The graph above depicts the polynomial regression of each 4 factors. In general, they each present a tendency for Mineralization activity of rise first and decline later with the growth of each factor.</span><br/><br/> | ||
+ | <span class="font1">Using the iteration of x into each 4 functions above, then fit x’ with y linealy to get the overall regression equation descrbing each four variables weight.</span><br/><br/> | ||
+ | <span class="font1">Overall regression equation:</span><br/><br/> | ||
+ | <img src="img/equ-overall.jpg" width="45%"><br/> | ||
+ | |||
+ | <span class="font1">From this equation, we can see that nitrogen source has the maximum weight, and pH has the minimum weight, which means nitrogen source are the most essential nutrition for B.subtilis spore. </span><br/> | ||
+ | <span class="font1">Also, the low weight of pH shows the spore is not sensitive to the change of pH, although there is a sharp decline of activity when pH reaches 11. </span><br/> | ||
+ | <span class="font1">That is to say, 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, the modeling instructs us on more appropriate spore micro-environment equipment.</span><br/> | ||
+ | <span></span><br/> | ||
+ | <span></span><br/> | ||
+ | <span></span><br/> | ||
+ | </div> | ||
</div> | </div> | ||
+ | |||
+ | <div class="arrow-div"> | ||
+ | <a id="top" href="#" title="Back to top"> | ||
+ | <img src="img/arrow.png" class="arrow-img"> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
+ | |||
+ | |||
+ | |||
</html> | </html> |
Revision as of 06:27, 22 October 2017
This year our team created a mathematical representation of our concrete self-healing system. This representation, or model, constructs a judging scale in which we can utilize to regulate the four main environmental factors affecting our final concrete healing rate (reflected on mineralization activity).
The four factors are: the concentration of spores, carbon sources, nitrogen sources and pH. Based on this model, we can also design the best‘package’ – the vesicle shell with adequate nutrition combination.
This modeling process, presented below, can be seen as a feedback between the wet lab (experiment result) and the dry lab(statistic analysis).
The following pages show how we conducted modelling approaches to achieve our goals.
Our model describes how four main independent variables affect the mineralization activity of our bacillus subtilis.
Variables and nomenclature:: dependent variable;: 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 experiment conditions and predict results.
Procedure:
1.Standardizing variables: transformed variables) are of the same scale. Here we utilize the z-score standardizing method: .)
2.Fitting functions of each variable with polynomial function.
3.Getting the overall relationship using linear least square method.
Result:
The graph above depicts the polynomial regression of each 4 factors. In general, they each present a tendency for Mineralization activity of rise first and decline later with the growth of each factor.
Using the iteration of x into each 4 functions above, then fit x’ with y linealy to get the overall regression equation descrbing each four variables weight.
Overall regression equation:
From this equation, we can see that nitrogen source has the maximum weight, and pH has the minimum weight, which means nitrogen source are the most essential nutrition for B.subtilis spore.
Also, the low weight of pH shows the spore is not sensitive to the change of pH, although there is a sharp decline of activity when pH reaches 11.
That is to say, 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, the modeling instructs us on more appropriate spore micro-environment equipment.
The four factors are: the concentration of spores, carbon sources, nitrogen sources and pH. Based on this model, we can also design the best‘package’ – the vesicle shell with adequate nutrition combination.
This modeling process, presented below, can be seen as a feedback between the wet lab (experiment result) and the dry lab(statistic analysis).
The following pages show how we conducted modelling approaches to achieve our goals.
Our model describes how four main independent variables affect the mineralization activity of our bacillus subtilis.
Variables and nomenclature:: dependent variable;: 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 experiment conditions and predict results.
Procedure:
1.Standardizing variables: transformed variables) are of the same scale. Here we utilize the z-score standardizing method: .)
2.Fitting functions of each variable with polynomial function.
3.Getting the overall relationship using linear least square method.
Result:
Using the iteration of x into each 4 functions above, then fit x’ with y linealy to get the overall regression equation descrbing each four variables weight.
Overall regression equation:
From this equation, we can see that nitrogen source has the maximum weight, and pH has the minimum weight, which means nitrogen source are the most essential nutrition for B.subtilis spore.
Also, the low weight of pH shows the spore is not sensitive to the change of pH, although there is a sharp decline of activity when pH reaches 11.
That is to say, 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, the modeling instructs us on more appropriate spore micro-environment equipment.