Line 24: | Line 24: | ||
</head> | </head> | ||
− | <body data-spy="scroll" data-target="#myScrollspy" data-offset="10"> | + | |
+ | <body data-spy="scroll" data-target="#myScrollspy" data-offset="10"> | ||
<div class="container-fluid"> | <div class="container-fluid"> | ||
<div class="row" style="background-image: url();"> | <div class="row" style="background-image: url();"> | ||
− | <div | + | <div class="col-9 offset-1 shadow "> |
<div class="bs-component"> | <div class="bs-component"> | ||
Line 41: | Line 42: | ||
</div> | </div> | ||
<!--Assumptions--> | <!--Assumptions--> | ||
− | <div> | + | <div class="indent"> |
− | <h2 | + | <h2 id="Assumptions">Assumptions</h2> |
<ul> | <ul> | ||
<li>1. The number of cockroach has reached the highest value in stable stage</li> | <li>1. The number of cockroach has reached the highest value in stable stage</li> | ||
Line 49: | Line 50: | ||
<li>4. Other factors that may affect the experiment are ignored</li> | <li>4. Other factors that may affect the experiment are ignored</li> | ||
</ul> | </ul> | ||
− | <hr> | + | |
− | + | </div> | |
+ | |||
+ | <hr> | ||
+ | <div class="indent"> | ||
+ | <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> | <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 class="text-center"> | ||
+ | <img class="rounded mx-auto d-block" style="width: 420px;" src="https://static.igem.org/mediawiki/2018/1/1f/T--SZU-China--Model_1.png" /> | ||
</div> | </div> | ||
− | |||
− | |||
</div> | </div> | ||
+ | |||
<hr> | <hr> | ||
− | + | <!--With infection--> | |
− | <div> | + | <div class="indent"> |
− | <h2 | + | <h2 id="With infection">With infection</h2> |
<p>Our model was constructed based on SIR epidemic model (Susceptible, Infectious, Recovered) , following are some basic properties:</p> | <p>Our model was constructed based on SIR epidemic model (Susceptible, Infectious, Recovered) , following are some basic properties:</p> | ||
<ul> | <ul> | ||
Line 69: | Line 75: | ||
</ul> | </ul> | ||
<div class="text-center"> | <div class="text-center"> | ||
− | <img width="560px" src="https://static.igem.org/mediawiki/2018/ | + | <img width="560px" src="https://static.igem.org/mediawiki/2018/d/d8/T--SZU-China--HP_Model_6.png" /> |
</div> | </div> | ||
Line 75: | Line 81: | ||
<hr> | <hr> | ||
− | + | <!--Parameters--> | |
− | <div> | + | <div class="indent"> |
− | <h2 | + | <h2 id="Parameters">Parameters</h2> |
<p>Model was simulate during 30 days, with total number of 60.</p> | <p>Model was simulate during 30 days, with total number of 60.</p> | ||
<table class="table table-bordered"> | <table class="table table-bordered"> | ||
Line 145: | Line 151: | ||
<hr> | <hr> | ||
− | + | <!--Results--> | |
− | <div> | + | <div class="indent"> |
− | <h2 | + | <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> | <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"> | <div class="text-center"> | ||
Line 156: | Line 162: | ||
<hr> | <hr> | ||
− | <div> | + | <div class="row"> |
− | <h2 | + | <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> | <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> | ||
+ | |||
<div class="card-group"> | <div class="card-group"> | ||
<div class="card"> | <div class="card"> | ||
Line 168: | Line 175: | ||
<img class="card-img-top" style="width: 480px;" src="https://static.igem.org/mediawiki/2018/c/cb/T--SZU-China--Model_4.png" /> | <img class="card-img-top" style="width: 480px;" src="https://static.igem.org/mediawiki/2018/c/cb/T--SZU-China--Model_4.png" /> | ||
− | <div class="card card-body"> | + | <div class="card card-body text-center text-dark" > |
<table> | <table> | ||
<thead class="table table-active"> | <thead class="table table-active"> | ||
Line 215: | Line 222: | ||
</div> | </div> | ||
<img class="card-img-top" style="width: 480px;" src="https://static.igem.org/mediawiki/2018/e/eb/T--SZU-China--Model_5.png" /> | <img class="card-img-top" style="width: 480px;" src="https://static.igem.org/mediawiki/2018/e/eb/T--SZU-China--Model_5.png" /> | ||
− | <div class="card card-body"> | + | <div class="card card-body text-center text-dark"> |
<table> | <table> | ||
<thead class="table table-active"> | <thead class="table table-active"> | ||
Line 294: | Line 301: | ||
var scroll = new SmoothScroll('a[href*="#"]'); | var scroll = new SmoothScroll('a[href*="#"]'); | ||
</script> | </script> | ||
+ | |||
+ | <style> | ||
+ | h1,h2{ | ||
+ | color: #469789; | ||
+ | font-weight: 500; | ||
+ | } | ||
+ | .indent{ | ||
+ | padding: 33px; | ||
+ | } | ||
+ | </style> | ||
</div> | </div> | ||
</body> | </body> | ||
− | |||
− | |||
− | |||
</html> | </html> |
Revision as of 06:22, 7 October 2018
Model
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.
Assumptions
- 1. The number of cockroach has reached the highest value in stable stage
- 2. Ignore natural birth and death rates in our system
- 3. Infectious individuals can not recover
- 4. Other factors that may affect the experiment are ignored
Natural condition
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.
With infection
Our model was constructed based on SIR epidemic model (Susceptible, Infectious, Recovered) , following are some basic properties:
- 1. Naturally all cockroaches are susceptible individuals, they can infect by M.anisopliae becoming infectious individuals.
- 2. The number of individual being infected in a contact between a susceptible and an infectious subject is simulate by standard incidence .
- 3. The transition rate between Infectious and dead is γ, its reciprocal (1/γ) determines the average infectious period, which is estimate by experiment data.
Parameters
Model was simulate during 30 days, with total number of 60.
Parameter | Value | Meaning |
---|---|---|
S(t) | the number of susceptible individuals over time | |
I(t) | the number of infectious individuals over time | |
D(t) | the number of dead individuals over time | |
β | 0.75 | transmission rate, which is the probability of getting the infection in a contact between susceptible and an infectious |
γ | 1/8 | mortality, which is the the transition rate between I and D, its reciprocal (1/γ) determines the average infectious period |
S(0) | 55 | the initial number of susceptible individuals |
I(0) | 5 | the initial number of infectious individuals |
r | 0.3 | growth rate |
N=S+I | population size | |
K | 70 | carring capacity |
The system without so-called vital dynamics (birth and death) described above can be expressed by the following set of ordinary differential equations:
This system is non-linear, and the analytic solution does not exist, but we can compute the numerical solution by MATLAB. (see results)
Results
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.
Sensitivity Analysis
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.
1. change gamma
change α | α | β | LT50 | ΔLT50 | Ratio |
---|---|---|---|---|---|
+20% | 0.750 | 0.150 | 10.100 | 0.090 | 0.450 |
0.075 | 0.125 | 11.100 | |||
-20% | 0.750 | 0.100 | 12.700 | 0.138 | 0.690 |
2. change beta
change β | α | β | LT50 | ΔLT50 | Ratio |
---|---|---|---|---|---|
+20% | 0.900 | 0.125 | 10.300 | 0.072 | 0.360 |
0.750 | 0.125 | 11.100 | |||
-20% | 0.600 | 0.125 | 12.400 | 0.117 | 0.585 |
The last term Ratio is the normalized sensitivities-the ratio of the relative change of the output to the relative change of the parameter.