Difference between revisions of "Team:Nankai/Modeling"

Line 31: Line 31:
  
  
ul.bjqs h1, ol.bjqs-markers li a {
 
behavior: url("js/PIE.htc") !important;
 
}
 
body {
 
font-size: 15px;
 
font-family: "myriad Pro";
 
background-position: 0 0;
 
background-repeat: repeat;
 
background-color: transparent;
 
layer-background-color:transparent;
 
}
 
 
 
 
#main_contant .box_1, #main_contant .box_3, #main_contant .box_2 {
 
 
width:80%;
 
-moz-box-shadow: 5px 5px 5px #f3f3f4;
 
-webkit-box-shadow: 5px 5px 5px #f3f3f4;
 
box-shadow: 5px 5px 5px #f3f3f4;
 
 
margin-bottom:25px;
 
height:auto;
 
}
 
 
 
 
#main_contant .box_1 h6, #main_contant .box_2 h6, #main_contant .box_3 h6 {
 
color:#48a31b;
 
font-size:37px;
 
font-family: 'existence_lightregular';
 
margin-top:60px;
 
}
 
#main_contant .box_1 h5, #main_contant .box_2 h5, #main_contant .box_3 h5 {
 
font-family:"myriad Pro";
 
font-size:35px;
 
color:#2c2c2c;
 
}
 
#main_contant .box_1 p, #main_contant .box_2 p, #main_contant .box_3 p {
 
float:left;
 
width:424px;
 
line-height:26px;
 
color:#555555;
 
font-family:"myriad Pro";
 
font-size:15px;
 
}
 
 
#main_contant .box_1 .main_img_1 {
 
float:right;
 
margin-right:70px;
 
}
 
#main_contant .box_3 .main_img_3 {
 
float:right;
 
margin:20px 20px 0px 0px;
 
}
 
#main_contant .box_2 .main_img_2 {
 
float:left;
 
margin-left:50px;
 
}
 
 
#main_contant {
 
float:left;
 
width:100%;
 
      margin-top: 100px;
 
}
 
#main_contant h2 {
 
color: #555555;
 
font-family: 'existence_lightregular';
 
font-size: 45px;
 
font-weight: bold;
 
background-color: #C7FDFF;
 
}
 
 
 
.text_2 {
 
float:right;
 
width:424px;
 
margin-right:-30px;
 
}
 
 
 
 
 
img {
 
border:none;
 
}
 
input, textarea{
 
outline:none;}
 
ul li {
 
list-style:none;
 
}
 
 
 
body {
 
 
font-family: "myriad Pro";
 
background-image: url(https://static.igem.org/mediawiki/2015/7/79/Nankai_Model_Body_bg.png);
 
background-position: 0 0;
 
background-repeat: repeat;
 
background-color: #F4F4F4;
 
layer-background-color: white;
 
}
 
.center_frame {
 
width:960px;
 
margin:0 auto;
 
}
 
  
  

Revision as of 04:39, 8 September 2015

Medigo Blue, free responsive template

Power House

3 models are used to measure our project.

bacteria scale

We use logistic equation to fit the mono-restrict factor growth of bacteria, and the bacteria scale itself is the factor.

dX/dt=Vmax*(1-X/Xmax)*X

In this equation, ‘X’ means the bacteria scale, it’s the function of‘t’, time. 'Vmax' represents the possible max relative growth speed of the bacteria . 'Xmax' is the upper limit of the growth. In this function, we can find out that the instantaneous growth speed is determined by the relative growth speed, upper limit of the growth, and the instantaneous scale. With time passing by, the scale grows larger, while the speed turns down.

Product scale

We assume that our product comes from two parts, one is during the growth, and the other is through their livelihood.

dP/dt=α*dX/dt+β*X
Substrate scale

Bacteria use the provided carbon source to propagate, maintain their livelihood and synthesize the product.

dS/dt=-γ*dX/dt-δ*X-ε*dP/dt
Medigo Blue, free responsive template