Difference between revisions of "Team:SZU-China/Model"

 
(65 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{SZU-China/CSS}}
+
{{SZU-China/header}}
 
<html>
 
<html>
  
  
<div class="row">
+
<style>
<div class="col-9 offset-1">
+
#icon{
<div class="bs-docs-section">
+
transform:translateY(-49px);
  <div data-spy="scroll" data-target="#list-example" data-offset="0" class="scrollspy-example">
+
}
<div>
+
<div class="bs-component">
+
.border-3 {
<div class="jumbotron">
+
    border-width:3px !important;
<div class="container"></div>
+
   
<div class="center-block">
+
}
<h1> </h1>
+
.card[class*="border"] {
<p> </p>
+
    border: 1px solid #469789;
<h1 id="header" >Model</h1>
+
    -webkit-box-shadow: none;
<p>We set up a mathematical model to predict the population dynamics of cockroaches before and after using our product. By doing so, we can estimate the lethal time of our cockroaches terminator, analyse the relationships among each relative factors so as to modify our product.</p>
+
    box-shadow: none;
</div>
+
}
</div>
+
 
</div>
+
.card-text{
 +
font-size: 20px !important;
 +
}
 +
#HQ_page p {
 +
   
 +
    text-align: center;
 +
}
 +
#card1 > div.card-body.text-center{
 +
padding-top: 0px;
 +
}
 +
#card2 > div.card-body.text-center{
 +
padding-top: 0px;
 +
}
 +
#card1 > div.view.text-center{
 +
height: 60px;
 +
}
 +
#card2 > div.view.text-center{
 +
height: 60px;
 +
}
 +
</style>
 +
 
 +
 +
<body data-spy="scroll" data-target="#myScrollspy" data-offset="10">
 +
<div class="container-full">
 +
<div class="card">
 +
<img class="card-img-top" src="https://static.igem.org/mediawiki/2018/f/fc/T--SZU-China--Model-home.jpg" />
 +
</div>
 +
</div>
 +
 
 +
<div class="container-fluid">
 +
<div class="col-10 offset-1 shadow">
 +
<div class="row"></div>
 +
<div class="text-center">
 +
<h1 class="h1" style="color: #469789; text-align: center;">Model</h1>
 +
</div>
 +
<div class="row">
 +
<div class="col-8 offset-2">
 
 
<div>
+
<p style="font-size: 18px; font-weight: bold;">
<h2 id="Assumptions">Assumptions</h2>
+
On this page, two mathematical models were constructed to analysis the efficiency of our producet based on simulation and experiment. <br />Click the frame  to see the details.
<ul>
+
</p>
<li>1. The number of cockroach has reached the highest value in stable stage</li>
+
<li>2. Ignore natural birth and death rates in our system</li>
+
<li>3. Infectious individuals can not recover</li>
+
<li>4. Other factors that may affect the experiment are ignored</li>
+
</ul>
+
<h2 id="Natural condition">Natural condition</h2>
+
<p>In natural condition indoors, due to environmental resistance like food, water, space, the population of cockroaches is more likely to follow a S-shaped growth curve (sigmoid growth curve), which can be formalized mathematically by logistic function.</p>
+
</div>
+
<div class="text-center">
+
<img class="rounded" style="width: 420px;" src="../img/Model_1.png"/>
+
</div>
+
 
 
<div>
+
</div>
<h2 id="With infection">With infection</h2>
+
</div>
<p>Our model was constructed based on SIR epidemic model (Susceptible, Infectious, Recovered) , following are some basic properties:</p>
+
<div class="row">
<ul>
+
<li>1. Naturally all cockroaches are susceptible individuals, they can infect by M.anisopliae becoming infectious individuals.</li>
+
<div class="row">
<li>2. The number of individual being infected in a contact between a susceptible and an infectious subject is simulate by standard incidence      .</li>
+
<div class="col-4 offset-1">
<li>3. The transition rate between Infectious and dead is γ, its reciprocal (1/γ) determines the average infectious period, which is estimate by experiment data.</li>
+
+
</ul>
+
<div class="text-center">
+
<img width="560px" src="../img/Model_2.png"/>
+
</div>
+
 
 
+
<div id="card1" class="card border-3 h-100">
</div>
+
<div class="view text-center">
<div>
+
<img id="icon" class="card-img-top" style="width: 96px;" src="https://static.igem.org/mediawiki/2018/4/48/T--SZU-China--Model_home1.png"/>
<h2 id="Parameters">Parameters</h2>
+
<p>Model was simulate during 30 days, with total number of 60.</p>
+
<table class="table table-bordered">
+
<thead>
+
<tr class="table-active">
+
<th>Parameter</th>
+
<th>Value</th>
+
<th>Meaning</th>
+
</tr>
+
</thead>
+
<tbody class="text-center">
+
<tr>
+
<td>S(t)</td>
+
<td></td>
+
<td>the number of susceptible individuals over time</td>
+
</tr>
+
<tr>
+
<td>I(t)</td>
+
<td></td>
+
<td>the number of infectious individuals over time</td>
+
</tr>
+
<tr>
+
<td>D(t)</td>
+
<td></td>
+
<td>the number of dead individuals over time</td>
+
</tr>
+
<tr>
+
<td>β</td>
+
<td>0.75</td>
+
<td>transmission rate, which is the probability of getting the infection in a contact between susceptible and an infectious</td>
+
</tr>
+
<tr>
+
<td>γ</td>
+
<td>1/8</td>
+
<td>mortality, which is the the transition rate between I and D, its reciprocal (1/γ) determines the average infectious period</td>
+
</tr>
+
<tr>
+
<td>S(0)</td>
+
<td>55</td>
+
<td>the initial number of susceptible individuals</td>
+
</tr>
+
<tr>
+
<td>I(0)</td>
+
<td>5</td>
+
<td>the initial number of infectious individuals</td>
+
</tr>
+
<tr>
+
<td>r</td>
+
<td>0.3</td>
+
<td>growth rate</td>
+
</tr>
+
<tr>
+
<td>N=S+I</td>
+
<td></td>
+
<td>population size</td>
+
</tr>
+
<tr>
+
<td>K</td>
+
<td>70</td>
+
<td>carring capacity</td>
+
</tr>
+
</tbody>
+
</table>
+
<P>The system without so-called vital dynamics (birth and death) described above can be expressed by the following set of ordinary differential equations:</P>
+
<p>This system is non-linear, and the analytic solution does not exist, but we can compute the numerical solution by MATLAB. (see results)</p>
+
</div>
+
<div>
+
<h2 id="Results">Results</h2>
+
<p>The following curves show dynamics number change of each kinds of individuals. We see that the infectious individuals grow fast before first 6 day, and then began to drop. The total number of cockroaches continuously going down. We specify the median lethal time (LT50), which in this condition is 11.1 days.</p>
+
<div class="text-center">
+
<img class="rounded" style="width: 420px;" src="../img/Model_3.png"/>
+
</div>
+
</div>
+
<div>
+
<h2 id="Sensitivity Analysis">Sensitivity Analysis</h2>
+
<p>We use sensitivity analysis to analyze the impacts of some important parameter values (α, β) on our model outcomes (LT50). The figures below show the tendency of dead number with respect to each parameter change. </p>
+
+
+
</div>
+
<div class="card-group">
+
<div class="card">
+
<div class="card-header">
+
<h3>1. change gamma</h3>
+
 
</div>
 
</div>
+
<div class="card-body text-center">
<img class="card-img-top" style="width: 512px;" src="../img/Model_4.png" />
+
<a style="color: #469789;" href="https://2018.igem.org/Team:SZU-China/Epidemic_Model"><h3 >Epidemic Model </h3></a>
<div class="card card-body">
+
<p class="card-text" >We developed a epidemic model with ordinary differential equation to predict the population dynamics of cockroaches infected by Metarhizium anisopliae. We then performed numerical simulations on the model and sensitivity analysis on some key parameters to find they impacts.
<table >
+
</p>
<thead class="table table-active">
+
<tr>
+
<th>change α</th>
+
<th>α</th>
+
<th>β</th>
+
<th>LT50</th>
+
<th>ΔLT50</th>
+
<th>Ratio</th>
+
</tr>
+
</thead>
+
<tbody>
+
<tr>
+
<td>+20%</td>
+
<td>0.750</td>
+
<td>0.150</td>
+
<td>10.100</td>
+
<td>0.090</td>
+
<td>0.450</td>
+
</tr>
+
<tr>
+
<td></td>
+
<td>0.075</td>
+
<td>0.125</td>
+
<td>11.100</td>
+
<td></td>
+
<td></td>
+
</tr>
+
<tr>
+
<td>-20%</td>
+
<td>0.750</td>
+
<td>0.100</td>
+
<td>12.700</td>
+
<td>0.138</td>
+
<td>0.690</td>
+
</tr>
+
+
</tbody>
+
</table>
+
</div>
+
</div>
+
<div class="card">
+
<div class="card-header"><h3>2. change beta</h3></div>
+
<img class="card-img-top" style="width: 512px;" src="../img/Model_5.png" />
+
<div class="card card-body">
+
<table >
+
<thead class="table table-active">
+
<tr>
+
<th>change β</th>
+
<th>α</th>
+
<th>β</th>
+
<th>LT50</th>
+
<th>ΔLT50</th>
+
<th>Ratio</th>
+
</tr>
+
</thead>
+
<tbody>
+
<tr>
+
<td>+20%</td>
+
<td>0.900</td>
+
<td>0.125</td>
+
<td>10.300</td>
+
<td>0.072</td>
+
<td>0.360</td>
+
</tr>
+
<tr>
+
<td></td>
+
<td>0.750</td>
+
<td>0.125</td>
+
<td>11.100</td>
+
<td></td>
+
<td></td>
+
</tr>
+
<tr>
+
<td>-20%</td>
+
<td>0.600</td>
+
<td>0.125</td>
+
<td>12.400</td>
+
<td>0.117</td>
+
<td>0.585</td>
+
</tr>
+
+
</tbody>
+
</table>
+
 
</div>
 
</div>
 
</div>
 
</div>
 +
 
</div>
 
</div>
 
 
<div>
+
<div class="col-4 offset-2 ">
+
<div id="card2" class="card border-3 h-100">
 +
<div class="view text-center">
 +
<img id="icon" class="card-img-top" style="width: 96px;" src="https://static.igem.org/mediawiki/2018/4/4b/T--SZU-China--Model_home2.png"/>
 +
</div>
 +
<div class="card-body text-center">
 +
<a style="color: #469789;" href="https://2018.igem.org/Team:SZU-China/Statistic_Model"><h3  >Statistic Model</h3></a>
 +
<p class="card-text">We constructed a statistical model for our experimental data from simulating room. It can give us a clear and scientific understanding that whether there had significant difference in migration rate, mortality and gnawing rate between each products.</p>
 +
 
 +
</div>
 
</div>
 
</div>
<div>
 
 
 
</div>
 
</div>
<p>The last term Ratio is the normalized sensitivities-the ratio of the relative change of the output to the relative change of the parameter.</p>
 
 
</div>
 
</div>
</div>
 
 
</div>
 
</div>
</div>
+
 
 +
 
 
<div class="col-2">
+
 
<!--
+
 
<div class="position-fixed text-muted">
+
</div>
<a class="text-muted" href="#">Modle</a>
+
 
    <a class="text-muted" href="#Assumptions">Assumptions</a>
+
</div>
    <a class="" href="#Natural condition">Natural condition</a>
+
 
    <a class="" href="#With infection">With infection</a>
+
</body>
    <a class="" href="#Parameters">Parameters</a>
+
    <a class="" href="#Results">Results</a>
+
    <a class="" href="#Sensitivity Analysis">Sensitivity Analysis</a>
+
</div>
+
-->
+
+
+
<script>
<div>
+
<ul class=" position-fixed border-left">
+
$("#card1").hover(
<p><a class="text-muted" href="#">Modle</a></p>
+
    function(){
<p><a class="text-muted" href="#Assumptions">Assumptions</a></p>
+
        $("#card1").addClass("shadow-lg rounded");
<p><a class="text-muted" href="#Natural condition">Natural condition</a></p>
+
    },
+
    function(){
<p><a class="text-muted" href="#With infection">With infection</a></p>
+
        $("#card1").removeClass("shadow-lg rounded");
<p><a class="text-muted" href="#Parameters">Parameters</a></p>
+
    }
<p><a class="text-muted" href="#Results">Results</a></p>
+
);
<p><a class="text-muted" href="#Sensitivity Analysis">Sensitivity Analysis</a></p>
+
 
</ul>
+
$("#card2").hover(
</div>
+
    function(){
+
        $("#card2").addClass("shadow-lg rounded");
<!--
+
    },
<nav id="navbar" class="sidebar flex-column position-fixed border-left ">
+
    function(){
 
+
        $("#card2").removeClass("shadow-lg rounded");
  <nav class="nav nav-pills flex-column text-muted">
+
    }
  <a class="nav-link text-muted" href="#">Modle</a>
+
);
    <a class="nav-link text-muted" href="#Assumptions">Assumptions</a>
+
 
    <a class="nav-link" href="#Natural condition">Natural condition</a>
+
 
    <a class="nav-link" href="#With infection">With infection</a>
+
$("#icon").hover(
    <a class="nav-link" href="#Parameters">Parameters</a>
+
    function(){
    <a class="nav-link" href="#Results">Results</a>
+
        $("#icon").addClass("bounce ");
    <a class="nav-link" href="#Sensitivity Analysis">Sensitivity Analysis</a>
+
    },
   
+
    function(){
  </nav>
+
        $("#icon").removeClass("bounce");
</nav>
+
    }
        -->
+
);
        <!--
+
</script>
<div class="col-2">
+
<div id="list-example" class="list-group list-group-flush position-fixed">
+
 
<a class="list-group-item list-group-item-action active" href="#">Model</a>
+
 
<a class="list-group-item list-group-item-action" href="#Assumptions">Assumptions</a>
+
</html>
            <a class="list-group-item list-group-item-action" href="#Natural condition">Natural condition</a>
+
            <a class="list-group-item list-group-item-action" href="#With infection">With infection</a>
+
          <a class="list-group-item list-group-item-action" href="#Parameters">Parameters</a>
+
          <a class="list-group-item list-group-item-action" href="#Results">Results</a>
+
            <a class="list-group-item list-group-item-action" href="#Sensitivity Analysis">Sensitivity Analysis</a>
+
         
+
</div>
+
</div>
+
-->
+
</div>
+

Latest revision as of 18:33, 17 October 2018

Model

On this page, two mathematical models were constructed to analysis the efficiency of our producet based on simulation and experiment.
Click the frame to see the details.

Epidemic Model

We developed a epidemic model with ordinary differential equation to predict the population dynamics of cockroaches infected by Metarhizium anisopliae. We then performed numerical simulations on the model and sensitivity analysis on some key parameters to find they impacts.

Statistic Model

We constructed a statistical model for our experimental data from simulating room. It can give us a clear and scientific understanding that whether there had significant difference in migration rate, mortality and gnawing rate between each products.