(15 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
ul.f_mh{ | ul.f_mh{ | ||
position:fixed; | position:fixed; | ||
− | top: | + | top:8em; |
} | } | ||
.f_mh li{ | .f_mh li{ | ||
Line 36: | Line 36: | ||
<li class="active"><a href="#title_1">Introduction</a></li> | <li class="active"><a href="#title_1">Introduction</a></li> | ||
<li><a href="#title_2">Quorum sensing model</a></li> | <li><a href="#title_2">Quorum sensing model</a></li> | ||
− | <li><a href="#title_3"> | + | <li><a href="#title_3">Degradation optimization model</a></li> |
<li><a href="#title_4">Device layout optimization model</a></li> | <li><a href="#title_4">Device layout optimization model</a></li> | ||
</ul> | </ul> | ||
Line 51: | Line 51: | ||
</div> | </div> | ||
<div class="mainbody"> | <div class="mainbody"> | ||
− | We combined | + | We combined modeling with experiments and human practice to make contributions to our project. For experiments, we established quorum sensing model and degradation optimization model. For human practice, we established the device layout model. |
</div> <br> | </div> <br> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
Line 73: | Line 63: | ||
<div class="mainbody"> | <div class="mainbody"> | ||
− | To further understand, predict, and control the behavior of engineered microbial quorum sensing, we modeled the quorum sensing based on the entire process of CrpP enzyme production and degradation. | + | To further understand, predict, and control the behavior of engineered microbial quorum sensing, we modeled the quorum sensing based on the entire process of CrpP enzyme's production and degradation. |
</div><br> | </div><br> | ||
<div class="mainbody"> | <div class="mainbody"> | ||
− | The model involves a wide range of biological and physical processes, such as diffusion, binding and so on. Through the establishment and solution of differential equations, we have used this model to predict the | + | The model involves a wide range of biological and physical processes, such as diffusion, binding and so on. Through the establishment and solution of differential equations, we have used this model to predict the connection between the production of CrpP enzyme and the concentration of external AHL, which can help us find the optimal ratio of the detection bacteria and the degrading bacteria in order to save the cost of the device by using a smaller number of engineered bacteria to achieve greater CrpP production. |
</div> | </div> | ||
<div class="row mainbody"> | <div class="row mainbody"> | ||
Line 87: | Line 77: | ||
<div class="part"> | <div class="part"> | ||
<div class="bigtitle" id="title_3"> | <div class="bigtitle" id="title_3"> | ||
− | + | Degradation optimization model | |
</div> | </div> | ||
− | + | ||
− | + | ||
− | + | ||
<div class="mainbody"> | <div class="mainbody"> | ||
− | We designed a scheme which | + | To further optimize our experiments, we found the factors affecting the degradation rate from papers. We designed a scheme which used the Plackett-Burman design to screen factors. We can get the key factors through experiments in the future. The Box-Behnken design will be used in the experimental design. According to the future experimental results, the response surface equation can be obtained. Then, we can find the optimal external influence factors (eg. PH, temperature) and increase the degradation rate to optimize our experiment. At present, we are working hard to get the experimental data. In the future, we will use our scheme to optimize our experiment and adjust our model with experimental data. |
</div> | </div> | ||
<div class="row mainbody"> | <div class="row mainbody"> | ||
Line 112: | Line 100: | ||
<div class="mainbody row"> | <div class="mainbody row"> | ||
− | <p>We combined modeling with human practice and established the layout model of devices to provide a solution for human practice. | + | <p>We combined modeling with human practice and established the layout model of devices to provide a solution for human practice. As we all know, for convenience, people hope to discard expired drugs while discarding garbage. So placing the device and the trash can as close as possible can increase the possibility of drugs recycling. Due to the expect that changing current situation of unscientific placement of trash cans, we carried out the layout of the trash cans by using the multi-objective programming model, and then worked out the layout of the device. Finally, we achieved our goal to use a minimum number of devices but the highest efficiency of drugs recycling.</p> |
<a href="https://2019.igem.org/Team:UESTC-China/Model3" class="myclick">please click here to read the wiki of this model</a> | <a href="https://2019.igem.org/Team:UESTC-China/Model3" class="myclick">please click here to read the wiki of this model</a> | ||
</div> | </div> | ||
Line 123: | Line 111: | ||
var oli=$('.f_mh li'); | var oli=$('.f_mh li'); | ||
$(window).scroll(function(){ | $(window).scroll(function(){ | ||
− | $(". | + | $(".bigtitle").each(function(index){ |
var _target=parseInt($(this).offset().top-$(window).scrollTop()-_line); | var _target=parseInt($(this).offset().top-$(window).scrollTop()-_line); | ||
− | var _i= | + | var _i=index; |
if (_target<=0) { | if (_target<=0) { | ||
oli.removeClass('active'); | oli.removeClass('active'); |
Latest revision as of 01:17, 22 October 2019
Introduction
We combined modeling with experiments and human practice to make contributions to our project. For experiments, we established quorum sensing model and degradation optimization model. For human practice, we established the device layout model.
Quorum sensing model
To further understand, predict, and control the behavior of engineered microbial quorum sensing, we modeled the quorum sensing based on the entire process of CrpP enzyme's production and degradation.
The model involves a wide range of biological and physical processes, such as diffusion, binding and so on. Through the establishment and solution of differential equations, we have used this model to predict the connection between the production of CrpP enzyme and the concentration of external AHL, which can help us find the optimal ratio of the detection bacteria and the degrading bacteria in order to save the cost of the device by using a smaller number of engineered bacteria to achieve greater CrpP production.
Degradation optimization model
To further optimize our experiments, we found the factors affecting the degradation rate from papers. We designed a scheme which used the Plackett-Burman design to screen factors. We can get the key factors through experiments in the future. The Box-Behnken design will be used in the experimental design. According to the future experimental results, the response surface equation can be obtained. Then, we can find the optimal external influence factors (eg. PH, temperature) and increase the degradation rate to optimize our experiment. At present, we are working hard to get the experimental data. In the future, we will use our scheme to optimize our experiment and adjust our model with experimental data.
Device layout optimization model
We combined modeling with human practice and established the layout model of devices to provide a solution for human practice. As we all know, for convenience, people hope to discard expired drugs while discarding garbage. So placing the device and the trash can as close as possible can increase the possibility of drugs recycling. Due to the expect that changing current situation of unscientific placement of trash cans, we carried out the layout of the trash cans by using the multi-objective programming model, and then worked out the layout of the device. Finally, we achieved our goal to use a minimum number of devices but the highest efficiency of drugs recycling.
please click here to read the wiki of this model