Difference between revisions of "Team:WHU-China/DentalCP"

 
(12 intermediate revisions by one other user not shown)
Line 91: Line 91:
 
 
 
.secmenu ul li{
 
.secmenu ul li{
 +
                margin-top:15px;
 
height:40px;
 
height:40px;
 
width:150px;
 
width:150px;
Line 101: Line 102:
 
.secmenu ul li a{
 
.secmenu ul li a{
 
line-height:20px;
 
line-height:20px;
font-family: 'Lato', sans-serif;
+
font-family: Helvetica,Arial,Akzidenz-Grotesk,Univers,Frutiger;
 
font-size:18px;
 
font-size:18px;
 
color:#000;
 
color:#000;
Line 198: Line 199:
 
                 num_member=1;
 
                 num_member=1;
 
setTimeout("document.getElementById('member"+num_member+"').style.display='block'",1200);
 
setTimeout("document.getElementById('member"+num_member+"').style.display='block'",1200);
document.getElementById("pagenum").src="https://static.igem.org/mediawiki/2015/3/3c/WHU-China_num1.png"
 
 
}
 
}
 
window.onload=myfun;
 
window.onload=myfun;
function next_member(){
+
 
if(num_member==9){
+
alert("the last page");
+
return ;
+
}
+
document.getElementById("member"+num_member).style.display="none";
+
num_member++;
+
document.getElementById("member"+num_member).style.display="block";
+
document.getElementById("pagenum").src="images/num"+num_member+".png";
+
}
+
function pre_member(){
+
if(num_member==1){
+
alert("the first page");
+
return ;
+
}
+
document.getElementById("member"+num_member).style.display="none";
+
num_member--;
+
document.getElementById("member"+num_member).style.display="block";
+
document.getElementById("pagenum").src="images/num"+num_member+".png";
+
}
+
 
</script>
 
</script>
 
<body>
 
<body>
Line 240: Line 221:
 
                     <li style="margin-left:100px">
 
                     <li style="margin-left:100px">
 
                     <nav>
 
                     <nav>
                         <a href="https://2015.igem.org/Team:WHU-China/Team"><img src="https://static.igem.org/mediawiki/2015/1/18/WHU-China_TE1.png" onclick="fun(1)"  /></a>
+
                         <a href="javascript:return false"><img src="https://static.igem.org/mediawiki/2015/1/18/WHU-China_TE1.png" onclick="fun(1)"  /></a>
 
                   </nav>
 
                   </nav>
 
                     </li>
 
                     </li>
 
                     <li style="position:absolute;margin-left:172px;bottom:-23px">
 
                     <li style="position:absolute;margin-left:172px;bottom:-23px">
 
                     <nav>
 
                     <nav>
                         <a href="https://2015.igem.org/Team:WHU-China/Project"><img src="https://static.igem.org/mediawiki/2015/9/97/WHU-China_PR1.png" onclick="fun(2)"  /></a>
+
                         <a href="javascript:return false"><img src="https://static.igem.org/mediawiki/2015/9/97/WHU-China_PR1.png" onclick="fun(2)"  /></a>
 
                   </nav>
 
                   </nav>
 
                     </li>
 
                     </li>
 
                     <li style="position:absolute;margin-left:262px;bottom:24px">
 
                     <li style="position:absolute;margin-left:262px;bottom:24px">
 
                     <nav>
 
                     <nav>
                         <a href="https://2015.igem.org/Team:WHU-China/Parts"><img src="https://static.igem.org/mediawiki/2015/9/92/WHU-China_PA1.png" onclick="fun(3)" /></a>
+
                         <a href="javascript:return false"><img src="https://static.igem.org/mediawiki/2015/9/92/WHU-China_PA1.png" onclick="fun(3)" /></a>
 
                   </nav>
 
                   </nav>
 
                     </li>
 
                     </li>
 
                     <li style="position:absolute;margin-left:338px;bottom:37px">
 
                     <li style="position:absolute;margin-left:338px;bottom:37px">
 
                     <nav>
 
                     <nav>
                         <a href="https://2015.igem.org/Team:WHU-China/Notebook"><img src="https://static.igem.org/mediawiki/2015/f/f0/WHU-China_NO1.png" onclick="fun(4)" /></a>
+
                         <a href="javascript:return false"><img src="https://static.igem.org/mediawiki/2015/f/f0/WHU-China_NO1.png" onclick="fun(4)" /></a>
 
                   </nav>
 
                   </nav>
 
                     </li>
 
                     </li>
 
                     <li style="position:absolute;margin-left:449px;bottom:3px">
 
                     <li style="position:absolute;margin-left:449px;bottom:3px">
 
                     <nav>
 
                     <nav>
                         <a href="https://2015.igem.org/Team:WHU-China/Practices"><img src="https://static.igem.org/mediawiki/2015/6/63/WHU-China_HP1.png" onclick="fun(5)" /></a>
+
                         <a href="javascript:return false"><img src="https://static.igem.org/mediawiki/2015/6/63/WHU-China_HP1.png" onclick="fun(5)" /></a>
 
                   </nav>
 
                   </nav>
 
                     </li>
 
                     </li>
 
                     <li style="position:absolute;margin-left:540px;bottom:-22px">
 
                     <li style="position:absolute;margin-left:540px;bottom:-22px">
 
                     <nav>
 
                     <nav>
                         <a href="https://2015.igem.org/Team:WHU-China/Modeling"><img src="https://static.igem.org/mediawiki/2015/2/29/WHU-China_MO1.png" /></a>
+
                         <a href="javascript:return false"><img src="https://static.igem.org/mediawiki/2015/2/29/WHU-China_MO1.png" onclick="fun(6)" /></a>
 
                   </nav>
 
                   </nav>
 
                     </li>
 
                     </li>
Line 282: Line 263:
 
                 </ul>
 
                 </ul>
 
                 <ul id="tit2">
 
                 <ul id="tit2">
                     <li><a href="javascript:return false;">Overview</a></li>
+
                     <li><a href="https://2015.igem.org/Team:WHU-China/Description">Overview</a></li>
                     <li><a href="javascript:return false;">Design</a></li>
+
                     <li><a href="https://2015.igem.org/Team:WHU-China/Criticality">Criticality Detector</a></li>
                    <li><a href="javascript:return false;">Criticality Detector</a></li>
+
                     <li><a href="https://2015.igem.org/Team:WHU-China/BinarySystem">Binary System</a></li>
                     <li><a href="javascript:return false;">Binary System</a></li>
+
                     <li><a href="https://2015.igem.org/Team:WHU-China/DentalCP">Dental Caries Prevention</a></li>
                     <li><a href="javascript:return false;">Dental Caries Prevention</a></li>
+
 
                     <li><a href="javascript:return false;">Results</a></li>
 
                     <li><a href="javascript:return false;">Results</a></li>
 
                 </ul>
 
                 </ul>
Line 292: Line 272:
 
                     <li><a href="https://2015.igem.org/Team:WHU-China/Parts">Team Parts</a></li>
 
                     <li><a href="https://2015.igem.org/Team:WHU-China/Parts">Team Parts</a></li>
 
                     <li><a href="https://2015.igem.org/Team:WHU-China/Basic_Parts">Basis Parts</a></li>
 
                     <li><a href="https://2015.igem.org/Team:WHU-China/Basic_Parts">Basis Parts</a></li>
                     <li><a href="https://2015.igem.org/Team:Example/Composite_Part">Composite Parts</a></li>
+
                     <li><a href="https://2015.igem.org/Team:WHU-China/Composite_Part">Composite Parts</a></li>
 
                     <li><a href="javascript:return false;">Favorite Parts</a></li>
 
                     <li><a href="javascript:return false;">Favorite Parts</a></li>
 
                 </ul>
 
                 </ul>
 
                 <ul id="tit4">
 
                 <ul id="tit4">
                     <li><a href="https://2015.igem.org/Team:Example/Safety">Safety</a></li>
+
                     <li><a href="https://2015.igem.org/Team:WHU-China/Notebook">Notebook</a></li>
                     <li><a href="javascript:return false;">Protocols</a></li>
+
                    <li><a href="https://2015.igem.org/Team:WHU-China/Safety">Safety</a></li>
 +
                     <li><a href="https://2015.igem.org/Team:WHU-China/Experiments">Protocols</a></li>
 
                 </ul>
 
                 </ul>
 
                 <ul id="tit5">
 
                 <ul id="tit5">
                     <li><a href="https://2015.igem.org/Team:Example/Practices">Meet ups</a></li>
+
                     <li><a href="https://2015.igem.org/Team:WHU-China/Practices">Meet ups</a></li>
                     <li><a href="javascript:return false;">Sketch in dishes</a></li>
+
                     <li><a href="https://2015.igem.org/Team:WHU-China/Sketch">Sketch in dishes</a></li>
                     <li><a href="javascript:return false;">Smile mates</a></li>
+
                     <li><a href="https://2015.igem.org/Team:WHU-China/SmileMates">Smile mates</a></li>
 
                 </ul>
 
                 </ul>
 
                 <ul id="tit6">
 
                 <ul id="tit6">
                      
+
                     <li><a href="https://2015.igem.org/Team:WHU-China/Modeling">Modeling</a></li>
 
                 </ul>
 
                 </ul>
 
             </div>
 
             </div>
Line 313: Line 294:
 
         <img src="https://static.igem.org/mediawiki/2015/7/7c/WHU-China_1.png" id="bg" />
 
         <img src="https://static.igem.org/mediawiki/2015/7/7c/WHU-China_1.png" id="bg" />
 
         <img src="https://static.igem.org/mediawiki/2015/f/f7/WHU-China_5.png" id="board" usemap="#planetmap" />
 
         <img src="https://static.igem.org/mediawiki/2015/f/f7/WHU-China_5.png" id="board" usemap="#planetmap" />
        <img src="https://static.igem.org/mediawiki/2015/3/3c/WHU-China_num1.png" id="pagenum" />
+
 
        <map name="planetmap" id="planetmap">
+
        <!-- next page -->
+
        <area
+
            shape="circle"
+
            coords="120,360,50"
+
            title="next page"
+
            target ="_blank"
+
            alt="圆形" />
+
        <!-- previous page -->
+
        <area
+
        shape="circle"
+
            coords="120,990,50"
+
            title="previous page"
+
            target ="_blank"
+
            alt="圆形" />
+
        />
+
        </map>
+
 
         <div class="textarea">
 
         <div class="textarea">
 
             <div class="editarea" id="member1">
 
             <div class="editarea" id="member1">
Line 343: Line 307:
  
 
<h2>How to control the population of S.mutans</h2>
 
<h2>How to control the population of S.mutans</h2>
<span>Antimicrobial peptides are recently regarded as a promising choice to kill microbes due to their strong microbicidal effects and their unlikeliness of triggering resistance in microorganisms. Since there are also various kinds of probiotics living in our mouth besides oral pathogens, and since antimicrobial peptides have effect on general kinds of microorganisms, it’s more wise to modify the antimicrobial peptide into a targeted one by adding a S.mutans targeted sequence on the N-terminal, so that only S.mutans can be killed. Thus we design two fused peptides, CAP-glyglygly-Bac8c and CAP-glyglygly-APP2, to targetedly inhibit the growth of S.mutans in oral cavity, where CAP is an optimized peptide that can specifically bind to the comD receptor on the surface of S.mutans, while Bac8c and APP2 are two kinds of peptides that assume strong bactericidal effect in acidic environment. </span>
+
<span style="margin-bottom:35%">Antimicrobial peptides are recently regarded as a promising choice to kill microbes due to their strong microbicidal effects and their unlikeliness of triggering resistance in microorganisms. Since there are also various kinds of probiotics living in our mouth besides oral pathogens, and since antimicrobial peptides have effect on general kinds of microorganisms, it’s more wise to modify the antimicrobial peptide into a targeted one by adding a S.mutans targeted sequence on the N-terminal, so that only S.mutans can be killed. Thus we design two fused peptides, CAP-glyglygly-Bac8c and CAP-glyglygly-APP2, to targetedly inhibit the growth of S.mutans in oral cavity, where CAP is an optimized peptide that can specifically bind to the comD receptor on the surface of S.mutans, while Bac8c and APP2 are two kinds of peptides that assume strong bactericidal effect in acidic environment.  
<img src="https://static.igem.org/mediawiki/2015/6/63/WHU-China_KJT.png"></img>
+
<br />
<img src="https://static.igem.org/mediawiki/2015/0/08/WHU-China_KJT2.png" width="400"></img>
+
<img src="https://static.igem.org/mediawiki/2015/6/63/WHU-China_KJT.png" width="400"></img>
 
+
<img src="https://static.igem.org/mediawiki/2015/0/08/WHU-China_KJT2.png" width="400" style="margin-top:10%"></img></span>
 +
</div></div>
 +
<div class="editarea" id="member2">
 +
<div class="member">
 
<h2>How to construct the antimicrobial peptide expression circuit</h2>
 
<h2>How to construct the antimicrobial peptide expression circuit</h2>
 
<span>We first fuse CAP and Bac8c(or APP2) with linker “-glyglygly-” to construct targeted antimicrobial peptides. Then in order to prove their function, we express them in Pet28a with the induction of IPTG, and observe their bactericidal effect on E.coli and S.mutans to see if they have targeted effect. And finally we add criticality detector circuit on the upstream of antimicrobial peptide expression gene to control its expression, and use acid sensitive promoter AsR as the input signal sensor of criticality detector to complete the whole system. </span>
 
<span>We first fuse CAP and Bac8c(or APP2) with linker “-glyglygly-” to construct targeted antimicrobial peptides. Then in order to prove their function, we express them in Pet28a with the induction of IPTG, and observe their bactericidal effect on E.coli and S.mutans to see if they have targeted effect. And finally we add criticality detector circuit on the upstream of antimicrobial peptide expression gene to control its expression, and use acid sensitive promoter AsR as the input signal sensor of criticality detector to complete the whole system. </span>
  
 
<h2>How does the whole system work</h2>
 
<h2>How does the whole system work</h2>
<span>When the concentration of S.mutans in mouth increases, the pH of the micro-environment decreases as well, and reaching to certain level it will activate promoter AsR and induce the reaction downstream in different intensity. The signal intensity will be processed by our criticality detector and an final output signal containing the information whether the antimicrobial peptide gene should or should not be expressed will transfer to the peptide expression circuit to control the expression of antimicrobial peptide. Only when the concentration of S.mutans reaches certain level, can the peptide expression circuit be activated, so that the targeted antimicrobial peptide can inhibit the growth of S.mutans, reducing its population to a lower and healthy level. </span>
+
<span style="margin-bottom:70%">When the concentration of S.mutans in mouth increases, the pH of the micro-environment decreases as well, and reaching to certain level it will activate promoter AsR and induce the reaction downstream in different intensity. The signal intensity will be processed by our criticality detector and an final output signal containing the information whether the antimicrobial peptide gene should or should not be expressed will transfer to the peptide expression circuit to control the expression of antimicrobial peptide. Only when the concentration of S.mutans reaches certain level, can the peptide expression circuit be activated, so that the targeted antimicrobial peptide can inhibit the growth of S.mutans, reducing its population to a lower and healthy level.  
<img src="https://static.igem.org/mediawiki/2015/b/b3/WHU-China_KJT3.png"></img>
+
<br />
 +
<img src="https://static.igem.org/mediawiki/2015/b/b3/WHU-China_KJT3.png" width="600" style="margin-top:2%"></img></span>
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 01:13, 19 September 2015

Dental Caries Prevention

Idea to put the criticality detector into practice

Our criticality detector can be use to control doses of some strong medicine precisely by the impulse signals produced by it. To prove this property creatively, we construct a antimicrobial peptide producing circuit relating to dental caries prevention and homeostasis maintenance. To be specific, when the concentration of Streptococcus mutans increase to a certain level, the criticality detector can activate the expression of targeted antimicrobial peptide to inhibit the growth of S.mutans, controlling its population in oral cavity under a healthy level.

Relationship with the criticality detector

There is a large microbial population living in our oral environment playing a major role in our fine body condition undoubtedly. However a big part of that population, the Streptococcus mutans ,would be the foundation stone of the biofilm causing tooth decay when its population size loses control. S.mutans is a kind of gram positive pathogen living in our oral cavity. It can colonize on the surface of tooth and produce acidic metabolites which can destroy tooth enamel. It can also create a special low pH micro-environment to help other oral pathogens to colonize on tooth. The growth of these pathogens as well as the metabolites they produce can gradually cause the formation of dental caries. Therefore the population of the S.mutans needs to stay in a heathy range,which means a strict control of the dose of the medicine targeting on the S.mutans. And our criticality detector can act as a dose controller perfectly by detect the pH in the micro-environment around the S.mutans population, for the pH implies the size of its population.

How to control the population of S.mutans

Antimicrobial peptides are recently regarded as a promising choice to kill microbes due to their strong microbicidal effects and their unlikeliness of triggering resistance in microorganisms. Since there are also various kinds of probiotics living in our mouth besides oral pathogens, and since antimicrobial peptides have effect on general kinds of microorganisms, it’s more wise to modify the antimicrobial peptide into a targeted one by adding a S.mutans targeted sequence on the N-terminal, so that only S.mutans can be killed. Thus we design two fused peptides, CAP-glyglygly-Bac8c and CAP-glyglygly-APP2, to targetedly inhibit the growth of S.mutans in oral cavity, where CAP is an optimized peptide that can specifically bind to the comD receptor on the surface of S.mutans, while Bac8c and APP2 are two kinds of peptides that assume strong bactericidal effect in acidic environment.

How to construct the antimicrobial peptide expression circuit

We first fuse CAP and Bac8c(or APP2) with linker “-glyglygly-” to construct targeted antimicrobial peptides. Then in order to prove their function, we express them in Pet28a with the induction of IPTG, and observe their bactericidal effect on E.coli and S.mutans to see if they have targeted effect. And finally we add criticality detector circuit on the upstream of antimicrobial peptide expression gene to control its expression, and use acid sensitive promoter AsR as the input signal sensor of criticality detector to complete the whole system.

How does the whole system work

When the concentration of S.mutans in mouth increases, the pH of the micro-environment decreases as well, and reaching to certain level it will activate promoter AsR and induce the reaction downstream in different intensity. The signal intensity will be processed by our criticality detector and an final output signal containing the information whether the antimicrobial peptide gene should or should not be expressed will transfer to the peptide expression circuit to control the expression of antimicrobial peptide. Only when the concentration of S.mutans reaches certain level, can the peptide expression circuit be activated, so that the targeted antimicrobial peptide can inhibit the growth of S.mutans, reducing its population to a lower and healthy level.