(11 intermediate revisions by the same user not shown) | |||
Line 203: | Line 203: | ||
@media screen and (min-width: 768px) { | @media screen and (min-width: 768px) { | ||
.img-container{ | .img-container{ | ||
− | height: | + | height:100vh ; |
overflow:hidden ; | overflow:hidden ; | ||
width:100%; | width:100%; | ||
Line 215: | Line 215: | ||
margin: auto; | margin: auto; | ||
z-index:999; | z-index:999; | ||
+ | margin-top: 40px; | ||
} | } | ||
} | } | ||
Line 354: | Line 355: | ||
padding-bottom:10px; | padding-bottom:10px; | ||
font-weight:400 !important; | font-weight:400 !important; | ||
− | color: # | + | color: #e6e600; |
} | } | ||
Line 480: | Line 481: | ||
<div id="modelingContainer"> | <div id="modelingContainer"> | ||
<p class="title">Model Introduction</p> | <p class="title">Model Introduction</p> | ||
− | <p class="content"> | + | <p class="content">Modeling has always played an important role in every field of science. In our project, modeling comes up with real data, and thus makes biological theories easier to be realized and observed. Carl Gauss said, “Mathematics is the queen of the science.” A proposition of mathematics is reliable and indisputable, whereas other science theories have always been at risk of being overthrown. The reason why modeling has a good reputation and a certain status is that it theorems scientific phenomena, and makes them more trustworthy. By conducting modeling, we can have a reasonable embryonic form to formulate a possible solution to a difficult problem. However, the reaction series or the operation mechanism of an unknown equation needs to be reasonably presumed, and this is the most difficult part in the whole process. Inappropriate assumption can lead to erroneous results. Once the right theories are established, we can amend our hypothetical surmise, and build another model. In the modeling process we’ve done, the main technique we used is DE (differential equation). We use derivative to describe the difference of any variables that vary within a very short time. But we’ve encountered some very complicated equations when trying to solve the problem, so we use the program MATLAB to help calculate the results.</p> |
</div> | </div> | ||
Line 487: | Line 488: | ||
<p class="title">What are we modeling?</p> | <p class="title">What are we modeling?</p> | ||
<p class="content"> | <p class="content"> | ||
− | <br> - The growth of E. coli</br> | + | <br> - The growth of <span style="font-style:italic;">E. coli</span></br> |
− | + | ||
<br> - The Expression of Different Color</br> | <br> - The Expression of Different Color</br> | ||
− | |||
<br> - The Concentration Function f:(substance,time)→concentration</br> | <br> - The Concentration Function f:(substance,time)→concentration</br> | ||
− | |||
<br> - Math Is Long, Life Is Short: Math in Our Life</br></p> | <br> - Math Is Long, Life Is Short: Math in Our Life</br></p> | ||
</div> | </div> | ||
Line 504: | Line 502: | ||
<div class="modelingPartContent" id="partA"> | <div class="modelingPartContent" id="partA"> | ||
− | <p class="content">At first, we assume that E. coli proliferate and die at the same ratio over time, and the value difference is the birth rate (<span style="font-style:italic;">μ<sub>g</sub></span>). So, we do derivative with this assumption.</p> | + | <p class="content">At first, we assume that <span style="font-style:italic;">E. coli</span> proliferate and die at the same ratio over time, and the value difference is the birth rate (<span style="font-style:italic;">μ<sub>g</sub></span>). So, we do derivative with this assumption.</p> |
<img src="https://static.igem.org/mediawiki/2017/7/7e/Model_1.jpeg" class="bigphoto" width="70%"> | <img src="https://static.igem.org/mediawiki/2017/7/7e/Model_1.jpeg" class="bigphoto" width="70%"> | ||
Line 552: | Line 550: | ||
<img src="https://static.igem.org/mediawiki/2017/5/57/Modeling7.jpeg" class="bigphoto" width="70%"> | <img src="https://static.igem.org/mediawiki/2017/5/57/Modeling7.jpeg" class="bigphoto" width="70%"> | ||
− | <p class="content">Besides, since <span style="font-style:italic;">lim<sub>t→∞</sub>(1-1/e<sup>kt</sup> = 1</span>, satisfying the definition of the horizontal asymptotes. And d(1-1/e<sup>kt</sup>)/dt=ke<sup>-kt</sup>>0 (t∈[0,∞)), so it is a strictly increasing function. | + | <p class="content">Besides, since <span style="font-style:italic;">lim<sub>t→∞</sub>(1-1/e<sup>kt</sup>) = 1</span>, satisfying the definition of the horizontal asymptotes. And d(1-1/e<sup>kt</sup>)/dt=ke<sup>-kt</sup>>0 (t∈[0,∞)), so it is a strictly increasing function. |
<br>So, this is a strictly increasing and convergent function with an upper bound 1.</br> | <br>So, this is a strictly increasing and convergent function with an upper bound 1.</br> | ||
<br>Then the result is that the extremum of the concentration is:</br></p> | <br>Then the result is that the extremum of the concentration is:</br></p> | ||
Line 586: | Line 584: | ||
<div class="modelingPartContent" id="partC"> | <div class="modelingPartContent" id="partC"> | ||
<p class="content-1">Equations</p> | <p class="content-1">Equations</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/a/a0/Modelpic.jpeg" class="bigphoto" width="70%"> | ||
<p class="content">Accroding to their feedback mechanism, we can write down the simultaneous equations as follows.</p> | <p class="content">Accroding to their feedback mechanism, we can write down the simultaneous equations as follows.</p> | ||
<img src="https://static.igem.org/mediawiki/2017/f/fc/Modeling12.jpeg" class="bigphoto" width="70%"> | <img src="https://static.igem.org/mediawiki/2017/f/fc/Modeling12.jpeg" class="bigphoto" width="70%"> | ||
Line 620: | Line 619: | ||
<p class="content-1">Sample Size Estimation</p> | <p class="content-1">Sample Size Estimation</p> | ||
− | <p class="content">Assume that the data of people‘s habits and opinions roughly obey the form of normal distribution. Then, according to the 68-95-99.7 rule, we can know that at 95% confident level, if we allow a deviation (E), the number of samples we should grab is…</p> | + | <p class="content">Assume that the data of people‘s habits and opinions roughly obey the form of normal distribution. Then, according to the 68-95-99.7 rule, we can know that at 95% confident level, if we allow a deviation (<span style="font-style:italic;">E</span>), the number of samples we should grab is…</p> |
<img src="https://static.igem.org/mediawiki/2017/f/fe/Modeling16.jpeg" class="bigphoto" width="70%"> | <img src="https://static.igem.org/mediawiki/2017/f/fe/Modeling16.jpeg" class="bigphoto" width="70%"> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | <div> | ||
+ | <p class="title">Conclusion</p> | ||
+ | <p class="content"> | ||
+ | <br> - Through combining modeling and <a href="https://2017.igem.org/Team:TCFSH_Taiwan/Demonstrate" style="color: orange">device</a>, we are able to design a better application.</br> | ||
+ | <br> - Through mathematical modelling, we can estimate how much LB filled in the sticker is adequate.</br> | ||
+ | <br> - Cjblue and BFP comes to 90% of maximum only takes about 3 hours. As for RFP, it takes about 5 hours to reach 70% of maximum, which is also acceptable.</br> | ||
+ | <br> - When observing the sicker changing to a specific color, we can calculate the ratio of each kind of chromoprotein/fluorescent by quantifying it, even know what time the sticker is activated; when it is exposed to UV or sunlight!</br> | ||
+ | <br> - If you aren’t sure whether the sticker for your product is cost-effective or not, mathematical modelling will be your best solution!</br></p> | ||
Latest revision as of 03:53, 2 November 2017