Difference between revisions of "Team:NKU CHINA/Description"

 
(44 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
         margin-left: 0px !important;
 
         margin-left: 0px !important;
 
     }
 
     }
 +
.img-responsive {
 +
margin-top:15px;
 +
}
 
     .description_header {
 
     .description_header {
 
       color: white;
 
       color: white;
       font-family: myTitle;
+
       font-family: myTitle3;
 
       font-size: 50px;
 
       font-size: 50px;
 
       margin-bottom: 20px;
 
       margin-bottom: 20px;
 
     }
 
     }
     .description_content p {
+
     .description_content {
      font-size: 30px;
+
      line-height: 30px;
+
 
       color: white;
 
       color: white;
 +
      margin: 0px 10px 10px 10px;
 
       text-align: justify;
 
       text-align: justify;
 
     }
 
     }
Line 23: Line 25:
 
       cursor: pointer;
 
       cursor: pointer;
 
     }
 
     }
 +
.fullscreenvideo {
 +
    position: absolute;
 +
    top: 70%;
 +
    left: 50%;
 +
    min-width: 100%;
 +
    min-height: 100%;
 +
    width: auto;
 +
    height: auto;
 +
    z-index: -100;
 +
    -webkit-transform: translateX(-50%) translateY(-50%);
 +
    transform: translateX(-50%) translateY(-50%);
 +
    -webkit-transition: 1s opacity;
 +
    transition: 1s opacity;
 +
}
 +
.videocontainer{
 +
    position: fixed;
 +
    width: 100%;
 +
    height: 130%;
 +
    overflow: hidden;
 +
    z-index: -100;
 +
    top: -25%;
 +
text-align: center;
 +
}
 +
.videocontainer:before{
 +
    content: "";
 +
    position: absolute;
 +
    width: 100%;
 +
    height: 100%;
 +
    display: block;
 +
    z-index: -10;
 +
    top: 0;
 +
    left: 0; 
 +
}
 +
.subnavpicture .img2{display: none;}
 +
.subnavpicture:hover .img1{display: none;padding: 0 0 0 0;}
 +
.subnavpicture:hover .img2{display: block; padding:0 0 0 0;}
 +
.subnavpicture {
 +
      position: absolute;  /*使其绝对定位到框中央(圆心位置),便于旋转*/
 +
    top: 10%; left: 5%;
 +
    margin-top: -2.25em;  /*抵消绝对定位,使其仍然从左上角开始显示*/
 +
    margin-left: -2.25em; /*2.25em为按钮的半径*/
 +
    width: 4.5em;height: 4.5em;
 +
    z-index: 11;
 +
    padding-top: 0em;
 +
    border: none;
 +
    background: none;
 +
    text-align: center;
 +
    font-weight: 700;
 +
    font-size: 1.5em;
 +
    text-transform: uppercase;
 +
    cursor: pointer; /*悬停时的光标形状,pointer是只手*/
 +
    -webkit-backface-visibility: hidden; /*当元素不面向屏幕时(背面)不可见*/
 +
}
 +
.component {
 +
    height: 13em; /*扇形区域的高度(半径)*/
 +
    top: 50%;
 +
    left: 1.8%;
 +
    position:fixed;
 +
    z-index: 100;
 +
}
 +
.round-nav {
 +
  position: absolute;
 +
  z-index: 150;
 +
  display: none;
 +
  top: -160px;
 +
  left: 25px;
 +
}
 +
.opened-nav {
 +
  position:absolute;
 +
  top: -160px;
 +
  left: 25px;
 +
  z-index: 150;
 +
  display: block;
 +
}
 +
#one1 {
 +
  margin-bottom: 10px;
 +
}
 +
#two2 {
 +
  margin-bottom: 10px;
 +
}
 +
#three3 {
 +
  margin-bottom: 10px;
 +
}
 +
#four4 {
 +
  margin-bottom: 10px;
 +
}
 +
#loading {
 +
  width: 100%;
 +
  height: 100%;
 +
  background: black;
 +
  position: fixed;
 +
top:0;
 +
left:0;
 +
z-index:10000;
 +
}
 +
#loading_p {
 +
    position: fixed;
 +
    top: 0;
 +
    left: 0;
 +
    width: 100%;
 +
    height: 100%;
 +
    z-index:99999;
 +
}
 +
 +
.loader-ring {
 +
  position: fixed;
 +
  top: 50%;
 +
  left: 50%;
 +
  margin: -120px 0 0 -120px;
 +
  width: 240px;
 +
  height: 240px;
 +
  z-index:10000;
 +
}
 +
 +
.loader-ring-light {
 +
  width: 240px;
 +
  height: 240px;
 +
  -moz-border-radius: 240px;
 +
  -webkit-border-radius: 240px;
 +
  border-radius: 240px;
 +
  -moz-box-shadow: 0 4px 0 #00abf2 inset;
 +
  -webkit-box-shadow: 0 4px 0 #00abf2 inset;
 +
  box-shadow: 0 4px 0 #00abf2 inset;
 +
  animation: rotate-360 2s linear infinite;
 +
}
 +
 +
.loader-ring-track {
 +
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
  width: 240px;
 +
  height: 240px;
 +
  -moz-border-radius: 240px;
 +
  -webkit-border-radius: 240px;
 +
  border-radius: 240px;
 +
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
 +
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
 +
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
 +
}
 +
 +
@keyframes rotate-360 {
 +
  from {
 +
    -moz-transform: rotate(0);
 +
    -ms-transform: rotate(0);
 +
    -webkit-transform: rotate(0);
 +
    -o-transform: rotate(0);
 +
    transform: rotate(0);
 +
  }
 +
  to {
 +
    -moz-transform: rotate(360deg);
 +
    -ms-transform: rotate(360deg);
 +
    -webkit-transform: rotate(360deg);
 +
    -o-transform: rotate(360deg);
 +
    transform: rotate(360deg);
 +
  }
 +
}
 
</style>
 
</style>
 +
    <script type="text/javascript">
 +
$(function(){
 +
var bgVideo=document.getElementById("desbg");
 +
bgVideo.addEventListener('canplaythrough',function(){
 +
              $('#loading').css("display","none");
 +
              $('.loader-ring').css("display","none");
 +
              $('#loading_p').css("display","none");
 +
    });
 +
});
 +
            var open = true;
 +
            function toggleClass(){
 +
                wrapper = document.getElementById('nav-wrapper');
 +
                    wrapper.className = "opened-nav";
 +
            } 
 +
            function toggledispear(){
 +
              wrapper = document.getElementById('nav-wrapper');
 +
              wrapper.className = "round-nav";
 +
            }     
 +
    </script>
 
</head>
 
</head>
 
<body>
 
<body>
    <div>
+
<div id="loading"></div>
      <img class="myBackground" src="https://static.igem.org/mediawiki/2018/6/64/T--NKU_CHINA--background.jpg">
+
<div id="loading_p">
 +
<p style="color: white;font-family:myTitle3;font-size:30px;position:relative;top:47%;left:46%">Loading...</p>
 +
</div>
 +
 
 +
  <div class="loader-ring">
 +
  <div class="loader-ring-light"></div>
 +
  <div class="loader-ring-track"></div>
 +
</div>
 +
  <div class="videocontainer">
 +
        <div class="fullscreenvideo" >
 +
        <video id="desbg" autoplay="autoplay" muted="muted" loop="loop">
 +
          <source src="https://static.igem.org/mediawiki/2018/f/fb/T--NKU_CHINA--BGofother.mp4" type="video/mp4">
 +
        </video>
 +
        </div>
 +
  </div>
 +
            <div class="container-fluid">
 +
      <div class="row">
 +
        <div class="component col-xs-4 col-xs-push-1">
 +
              <div class="subnavpicture" onmouseover="toggleClass()">
 +
                <img class="img1" src="https://static.igem.org/mediawiki/2018/5/58/T--NKU_CHINA--cebian3.png" style="height: 250px;width: auto;">
 +
                <img class="img2" src="https://static.igem.org/mediawiki/2018/a/a6/T--NKU_CHINA--cebian4.png" style="height: 250px;width: auto;">
 +
              </div>
 +
            <div class="round-nav" id="nav-wrapper" onclick="toggledispear()">
 +
                <ul class="list-unstyled">
 +
                <div class="container">
 +
                <div class="row">
 +
                    <li id="one1" class="col-xs-12"><a href="#firstpart" data-toogle="tooltip" data-placement="right" title="Abstract"><span><img src="https://static.igem.org/mediawiki/2018/0/0f/T--NKU_CHINA--abstract.png" style="width: 80px;height: auto;"></span></a></li>
 +
                    <li id="two2" class="col-xs-12"><a href="#secondpart" data-toogle="tooltip" data-placement="right" title="Motivation"><span><img src="https://static.igem.org/mediawiki/2018/d/d8/T--NKU_CHINA--motivation.png" style="width: 80px;height: auto;"></span></a></li>
 +
                    <li id="three3" class="col-xs-12"><a href="#thirdpart" data-toogle="tooltip" data-placement="right" title="Our Choice"><span><img src="https://static.igem.org/mediawiki/2018/8/88/T--NKU_CHINA--choice.png" style="width: 80px;height: auto;"></span></a></li>
 +
                    <li id="four4" class="col-xs-12"><a href="#fourthpart" data-toogle="tooltip" data-placement="right" title="Introduction of Chassis Organism"><span><img src="https://static.igem.org/mediawiki/2018/d/dc/T--NKU_CHINA--chassis.png" style="width: 80px;height: auto;"></span></a></li>
 +
                    <li id="five5" class="col-xs-12"><a href="#fifthpart" data-toogle="tooltip" data-placement="right" title="Our Design"><span><img src="https://static.igem.org/mediawiki/2018/a/a0/T--NKU_CHINA--design.png" style="width: 80px;height: auto;"></span></a></li>
 +
                    </div>
 +
                  </div>
 +
                </ul>
 +
            </div>
 +
        </div>
 
     </div>
 
     </div>
 +
</div>
  
 
     <main>
 
     <main>
       <h3 class="text-center" style="font-size: 80px;font-weight: normal;color: white;padding-bottom: 0px;padding-top:0px; font-family: myTitle;">Description</h3>
+
       <h3 class="text-center" style="font-size: 80px;font-weight: normal;color: white;padding-bottom: 0px;padding-top:0px; font-family: myTitle;" id="firstpart">Description</h3>
 
       <div class="container-fluid">
 
       <div class="container-fluid">
 
         <div class="row">
 
         <div class="row">
 
           <div class="col-xs-4 col-xs-push-1">
 
           <div class="col-xs-4 col-xs-push-1">
             <h4 class="description_header">0. Abstract</h4>
+
             <h4 class="description_header">0. Abstract&nbsp;&nbsp;<img src="https://static.igem.org/mediawiki/2018/0/0f/T--NKU_CHINA--abstract.png" style="width: 60px;height: auto;"></h4>
 
           </div>
 
           </div>
 
         </div>
 
         </div>
Line 43: Line 256:
 
           <div class="col-xs-10 col-xs-push-1">
 
           <div class="col-xs-10 col-xs-push-1">
 
             <div class="description_content">
 
             <div class="description_content">
             <p >Biosynthesis enables renewable and environment-friendly production of various compounds. However, present biosynthetic performances still await improvements to be cost competitive with petroleum-based chemical synthesis and suitable for large-scale industrial production. In order to achieve this goal, many approaches have been created, among which the Population Quality Control (PopQC) system is proved efficient. In our project, a <span data-toogle="tooltip" data-placement="right" title="Population Quality Control">PopQC</span> system was developed as a plasmid based gene circuit in <i>Bacillus amyloliquefaciens</i> LL3 to continuously select high-performing cells in order to improve the yield of target metabolite, glutamate. In the presence of our <span data-toogle="tooltip" data-placement="right" title="Population Quality Control">PopQC</span> system, high-producers stayed alive while low-producers were unable to survive. Consequently, the average intracellular concentration as well as the yield of glutamate among the population was enhanced, which finally led to the yield enhancement of poly-&#947;-glutamate, a high-value-added secondary metabolite.</p>
+
             <p style="font-size:21px;line-height:34px;">Biosynthesis enables renewable and environment-friendly production of various compounds. However, present biosynthetic performances still await improvements to be cost competitive with petroleum-based chemical synthesis and suitable for large-scale industrial production. In order to achieve this goal, many approaches have been created, among which the Population Quality Control (PopQC) system is proved efficient. In our project, a <span data-toogle="tooltip" data-placement="right" title="Population Quality Control">PopQC</span> system was developed as a plasmid based gene circuit in <i>Bacillus amyloliquefaciens</i> LL3 to continuously select high-performing cells in order to improve the yield of target metabolite, glutamate. In the presence of our <span data-toogle="tooltip" data-placement="right" title="Population Quality Control" id="secondpart">PopQC</span> system, high-producers stayed alive while low-producers were unable to survive. Consequently, the average intracellular concentration as well as the yield of glutamate among the population was enhanced, which finally led to the yield enhancement of poly-&#947;-glutamate, a high-value-added secondary metabolite.</p>
 
             </div>
 
             </div>
 
           </div>
 
           </div>
 
         </div>
 
         </div>
 
       </div>
 
       </div>
       <div class="container-fluid" style="margin-top: 30px;">
+
       <div class="container-fluid" style="margin-top: 20px;">
 
         <div class="row">
 
         <div class="row">
 
           <div class="col-xs-4 col-xs-push-1">
 
           <div class="col-xs-4 col-xs-push-1">
             <h4 class="description_header">1. Motivation</h4>
+
             <h4 class="description_header">1. Motivation&nbsp;&nbsp;<img src="https://static.igem.org/mediawiki/2018/d/d8/T--NKU_CHINA--motivation.png" style="width: 60px;height: auto;"></h4>
 
           </div>
 
           </div>
 
         </div>
 
         </div>
Line 59: Line 272:
 
           <div class="col-xs-10 col-xs-push-1">
 
           <div class="col-xs-10 col-xs-push-1">
 
             <div class="description_content">
 
             <div class="description_content">
             <p>Artificial biosynthetic pathways have enabled renewable, environment-friendly production of a variety of significant products ranging from simple fuels (such as ethanol, butanol and fatty acid derivatives) to intricate natural products (such as artemisinin, strictosidine, erythromycin, and so on). However, these biosynthetic processes are always criticized for being uneconomical for large-scale industrial production because of their relatively lower yield compared to petroleum-based chemical synthesis. Therefore, it’s urgent and important to create new approaches to enhance biosynthetic performance.</p>
+
             <p style="font-size:21px;line-height:34px;">Artificial biosynthetic pathways have enabled renewable, environment-friendly production of a variety of significant products ranging from simple fuels (such as ethanol, butanol and fatty acid derivatives) to intricate natural products (such as artemisinin, strictosidine, erythromycin, and so on). However, these biosynthetic processes are always criticized for being uneconomical for large-scale industrial production because of their relatively lower yield compared to petroleum-based chemical synthesis. Therefore, it’s urgent and important to create new approaches to enhance biosynthetic performance.</p>
 
             </div>
 
             </div>
 
           </div>
 
           </div>
 
         </div>
 
         </div>
 
       </div>
 
       </div>
       <div class="container-fluid" style="margin-top: 30px;">
+
      <div class="container">
 +
      <div class="row">
 +
      <div class="col-xs-12">
 +
      <img src="https://static.igem.org/mediawiki/2018/5/51/T--NKU_CHINA--comparisonOftwomethods.png" class="img-responsive center-block" style="border-radius: 5px;" id="thirdpart">
 +
      </div>
 +
      </div>
 +
      </div>
 +
       <div class="container-fluid" style="margin-top: 20px;">
 
         <div class="row">
 
         <div class="row">
 
           <div class="col-xs-6 col-xs-push-1">
 
           <div class="col-xs-6 col-xs-push-1">
             <h4 class="description_header">2. Our Choice—<span data-toogle="tooltip" data-placement="right" title="Population Quality Control">PopQC</span></h4>
+
             <h4 class="description_header">2. Our Choice—<span data-toogle="tooltip" data-placement="right" title="Population Quality Control">PopQC</span>&nbsp;&nbsp;<img src="https://static.igem.org/mediawiki/2018/8/88/T--NKU_CHINA--choice.png" style="width: 60px;height: auto;"></h4>
 
           </div>
 
           </div>
 
         </div>
 
         </div>
Line 75: Line 295:
 
           <div class="col-xs-10 col-xs-push-1">
 
           <div class="col-xs-10 col-xs-push-1">
 
             <div class="description_content">
 
             <div class="description_content">
             <p><span data-toogle="tooltip" data-placement="right" title="Population Quality Control">PopQC</span>, which is the abbreviation for population quality control, is a new approach designed for biosynthesis yield enhancement based on non-genetic cell-to-cell variation. Because of some non-genetic differences, different cells in a single colony will have considerable variations in protein and metabolite concentrations. Therefore, in cell cultures there will be both high- and low-producers, and the intrinsic low-producers might cause suboptimal ensemble biosynthesis. The elimination of low-producers can lead to the efficient utilization of substrates and high yield of target products. Based on this, in our project <span data-toogle="tooltip" data-placement="right" title="Population Quality Control">PopQC</span> was developed as a plasmid-based gene circuit, which continuously selects high-producers to optimize the biosynthetic performance for large-scale industrial production.</p>
+
             <p style="font-size:21px;line-height:34px;"><span data-toogle="tooltip" data-placement="right" title="Population Quality Control">PopQC</span>, which is the abbreviation for population quality control, is a new approach designed for biosynthesis yield enhancement based on non-genetic cell-to-cell variation. Because of some non-genetic differences, different cells in a single colony will have considerable variations in protein and metabolite concentrations. Therefore, in cell cultures there will be both high- and low-producers, and the intrinsic low-producers might cause suboptimal ensemble biosynthesis. The elimination of low-producers can lead to the efficient utilization of substrates and high yield of target products. Based on this, in our project <span data-toogle="tooltip" data-placement="right" title="Population Quality Control">PopQC</span> was developed as a plasmid-based gene circuit, which continuously selects high-producers to optimize the biosynthetic performance for large-scale industrial production.</p>
 
             </div>
 
             </div>
 
           </div>
 
           </div>
 
         </div>
 
         </div>
 
       </div>
 
       </div>
       <div class="container-fluid" style="margin-top: 30px;">
+
      <div class="container">
 +
      <div class="row">
 +
      <div class="col-xs-12">
 +
      <img src="https://static.igem.org/mediawiki/2018/9/94/T--NKU_CHINA--PopQC.gif" class="img-responsive center-block" style="border-radius: 5px;" id="fourthpart">
 +
      </div>
 +
      </div>
 +
      </div>
 +
       <div class="container-fluid" style="margin-top: 20px;">
 
         <div class="row">
 
         <div class="row">
 
           <div class="col-xs-8 col-xs-push-1">
 
           <div class="col-xs-8 col-xs-push-1">
             <h4 class="description_header">3. Introduction of Chassis Organism</h4>
+
             <h4 class="description_header">3. Introduction of Chassis Organism&nbsp;&nbsp;<img src="https://static.igem.org/mediawiki/2018/d/dc/T--NKU_CHINA--chassis.png" style="width: 60px;height: auto;"></h4>
 
           </div>
 
           </div>
 
         </div>
 
         </div>
Line 91: Line 318:
 
           <div class="col-xs-10 col-xs-push-1">
 
           <div class="col-xs-10 col-xs-push-1">
 
             <div class="description_content">
 
             <div class="description_content">
             <p>In our project, <i>Bacillus amyloliquefaciens</i> LL3 was chose to be the host of the plasmid of <span data-toogle="tooltip" data-placement="right" title="Population Quality Control">PopQC</span>. <i>Bacillus amyloliquefaciens</i> LL3, which is a gram-positive bacterium, was originally isolated from traditional fermented foods by Dr. Cunjiang Song’s lab to produce poly-&#947;-glutamate(&#947;-PGA). &#947;-PGA is a high value-added product which has good hydroscopicity and can be chemically modified. It has the potential to be applied into cosmetic, food, drug carrier and other fields. <i>Bacillus amyloliquefaciens</i> LL3 has a clear genetic background as our lab has already finished its genome sequencing in 2011. Its synthesis of poly-&#947;-glutamate (&#947;-PGA) is independent of exogenous glutamate, which can reduce the cost of production.</p>
+
             <p style="font-size:21px;line-height:34px;">In our project, <i>Bacillus amyloliquefaciens</i> LL3 was chose to be the host of the plasmid of <span data-toogle="tooltip" data-placement="right" title="Population Quality Control">PopQC</span>. <i>Bacillus amyloliquefaciens</i> LL3, which is a gram-positive bacterium, was originally isolated from traditional fermented foods by Dr. Cunjiang Song’s lab to produce poly-&#947;-glutamate(&#947;-PGA). &#947;-PGA is a high value-added product which has good hydroscopicity and can be chemically modified. It has the potential to be applied into cosmetic, food, drug carrier and other fields. <i>Bacillus amyloliquefaciens</i> LL3 has a clear genetic background as our lab has already finished its genome sequencing in 2011. Its synthesis of poly-&#947;-glutamate (&#947;-PGA) is independent of exogenous glutamate, which can reduce the cost of production.</p>
 
             </div>
 
             </div>
 
           </div>
 
           </div>
 
         </div>
 
         </div>
 
       </div>
 
       </div>
       <div class="container-fluid" style="margin-top: 30px;">
+
      <div class="container">
 +
      <div class="row">
 +
      <div class="col-xs-12">
 +
      <img src="https://static.igem.org/mediawiki/2018/b/b9/T--NKU_CHINA--ChassisOrganism.gif" class="img-responsive center-block" style="border-radius: 5px;" id="fifthpart">
 +
      </div>
 +
      </div>
 +
      </div>
 +
       <div class="container-fluid" style="margin-top: 20px;">
 
         <div class="row">
 
         <div class="row">
 
           <div class="col-xs-4 col-xs-push-1">
 
           <div class="col-xs-4 col-xs-push-1">
             <h4 class="description_header">4. Our Design</h4>
+
             <h4 class="description_header">4. Our Design&nbsp;&nbsp;<img src="https://static.igem.org/mediawiki/2018/a/a0/T--NKU_CHINA--design.png" style="width: 60px;height: auto;"></h4>
 
           </div>
 
           </div>
 
         </div>
 
         </div>
Line 107: Line 341:
 
           <div class="col-xs-10 col-xs-push-1">
 
           <div class="col-xs-10 col-xs-push-1">
 
             <div class="description_content">
 
             <div class="description_content">
             <p>Here is the basic mechanism of <span data-toogle="tooltip" data-placement="right" title="Population Quality Control">PopQC</span> we designed. In specific, we use the  promoter <i>gltAB</i>, the promoter <i>grac</i>, <i>lacI</i> gene and <i>tetA</i> gene to construct our circuit. In <i>Bacillus amyloliquefaciens</i> LL3, there exists the Glt operon which is responsible for intracellular glutamate synthesis. With a specific extracellular tetracycline concentration, if the intracellular glutamate concentration of this individual is low, the concentration of GltC protein will go up, which activates the promoter <i>gltAB</i> to express <i>lacI</i>. LacI protein furthermore repress the promoter <i>grac</i> and as a result, repress <i>tetA</i> expression. On the contrary, for high-producers, the concentration of intracellular GltC will go down, which represses the promoter <i>gltAB</i> to express <i>lacI</i>. Meanwhile, the <i>tetA</i> expression pathway is not affected. Therefore, high-producers will synthesize enough amount of tetracycline efflux pumps to maintain alive while low-producers won’t be able to survive. Consequently, the average intracellular concentration as well as the yield of glutamate among the population was enhanced, which will finally lead to the yield enhancement of &#947;-PGA in <i>Bacillus amyloliquefaciens</i> LL3.</p><br>
+
             <p style="font-size:21px;line-height:34px;">Here is the basic mechanism of <span data-toogle="tooltip" data-placement="right" title="Population Quality Control">PopQC</span> we designed. In specific, we use the  promoter <i>gltAB</i>, the promoter <i>grac</i>, <i>lacI</i> gene and <i>tetA</i> gene to construct our circuit. In <i>Bacillus amyloliquefaciens</i> LL3, there exists the Glt operon which is responsible for intracellular glutamate synthesis. With a specific extracellular tetracycline concentration, if the intracellular glutamate concentration of this individual is low, the concentration of GltC protein will go up, which activates the promoter <i>gltAB</i> to express <i>lacI</i>. LacI protein furthermore repress the promoter <i>grac</i> and as a result, repress <i>tetA</i> expression. On the contrary, for high-producers, the concentration of intracellular GltC will go down, which represses the promoter <i>gltAB</i> to express <i>lacI</i>. Meanwhile, the <i>tetA</i> expression pathway is not affected. Therefore, high-producers will synthesize enough amount of tetracycline efflux pumps to maintain alive while low-producers won’t be able to survive. Consequently, the average intracellular concentration as well as the yield of glutamate among the population was enhanced, which will finally lead to the yield enhancement of &#947;-PGA in <i>Bacillus amyloliquefaciens</i> LL3.</p><br>
             <p>Our experiments are consisted with 4 parts.</p>
+
             <p style="font-size:20px;line-height:30px;">Our experiments are consisted with 4 parts.</p>
 
             </div>
 
             </div>
 
             </div>
 
             </div>
Line 117: Line 351:
 
             <div class="col-xs-10 col-xs-push-1">
 
             <div class="col-xs-10 col-xs-push-1">
 
               <div class="description_content">
 
               <div class="description_content">
                 <p>Part 0 is to enhance the yield of glutamate by traditional metabolic engineering. We expected to enhance the promoter of <i>icd</i> and <i>gltAB</i> genes by constructing promoters in tandem to overexpress these 2 genes.</p>
+
                 <p style="font-size:21px;line-height:34px;">Part 0 is to enhance the yield of glutamate by traditional metabolic engineering. We expected to enhance the promoter of <i>icd</i> and <i>gltAB</i> genes by constructing promoters in tandem to overexpress these 2 genes.</p>
 
                 <div class="panel panel-default" id="part0" style="margin-bottom: 0;padding-bottom: 0;">
 
                 <div class="panel panel-default" id="part0" style="margin-bottom: 0;padding-bottom: 0;">
 
                 <div class="panel-heading panelheadingcursor" data-toggle="collapse" data-parent="#part0" data-target="#collapse1" style="background-color: #EAE8EF;">
 
                 <div class="panel-heading panelheadingcursor" data-toggle="collapse" data-parent="#part0" data-target="#collapse1" style="background-color: #EAE8EF;">
                   <h4 class="panel-title" style="height: 30px;text-align: center;">
+
                   <h4 class="panel-title" style="height: 37px;text-align: center;">
 
                     <a style="font-size: 25px;">Part 0</a>
 
                     <a style="font-size: 25px;">Part 0</a>
 
                   </h4>
 
                   </h4>
Line 138: Line 372:
 
             <div class="col-xs-10 col-xs-push-1">
 
             <div class="col-xs-10 col-xs-push-1">
 
               <div class="description_content">
 
               <div class="description_content">
                 <p>Part 1 is to validate whether the glutamate can regulate the <i>gltAB</i> promoter through GltC and to map glutamate concentration to tetracycline resistance. We chose GFP as our signal and will test the intracellular glutamate concentration, the transcription level of GltC, GFP, and the florescence intensity with different extracellular glutamate concentration. We chose GFP as our signal and will test the intracellular glutamate concentration, the transcription level of GltC, GFP, and the florescence intensity with different extracellular glutamate concentration.</p>
+
                 <p style="font-size:21px;line-height:34px;">Part 1 is to validate whether the glutamate can regulate the <i>gltAB</i> promoter through GltC and to map glutamate concentration to tetracycline resistance. We chose GFP as our signal and will test the intracellular glutamate concentration, the transcription level of GltC, GFP, and the florescence intensity with different extracellular glutamate concentration. We chose GFP as our signal and will test the intracellular glutamate concentration, the transcription level of GltC, GFP, and the florescence intensity with different extracellular glutamate concentration.</p>
 
                 <div class="panel panel-default" id="part1" style="margin-bottom: 0;padding-bottom: 0;">
 
                 <div class="panel panel-default" id="part1" style="margin-bottom: 0;padding-bottom: 0;">
 
                 <div class="panel-heading panelheadingcursor" data-toggle="collapse" data-parent="#part1" data-target="#collapse2" style="background-color: #EAE8EF;">
 
                 <div class="panel-heading panelheadingcursor" data-toggle="collapse" data-parent="#part1" data-target="#collapse2" style="background-color: #EAE8EF;">
                   <h4 class="panel-title" style="height: 30px;text-align: center;">
+
                   <h4 class="panel-title" style="height: 37px;text-align: center;">
 
                     <a style="font-size: 25px;">Part 1</a>
 
                     <a style="font-size: 25px;">Part 1</a>
 
                   </h4>
 
                   </h4>
Line 159: Line 393:
 
             <div class="col-xs-10 col-xs-push-1">
 
             <div class="col-xs-10 col-xs-push-1">
 
               <div class="description_content">
 
               <div class="description_content">
                 <p>Part 2 is to test the inhibition effect to the promoter <i>grac</i> with different concentrations of LacI. So we use different promoters to regulate <i>lacI</i> to see the tolerance of tetracycline of our chassis.</p>
+
                 <p style="font-size:21px;line-height:34px;">Part 2 is to test the inhibition effect to the promoter <i>grac</i> with different concentrations of LacI. So we use different promoters to regulate <i>lacI</i> to see the tolerance of tetracycline of our chassis.</p>
 
                 <div class="panel panel-default" id="part2" style="margin-bottom: 0;padding-bottom: 0;">
 
                 <div class="panel panel-default" id="part2" style="margin-bottom: 0;padding-bottom: 0;">
 
                 <div class="panel-heading panelheadingcursor" data-toggle="collapse" data-parent="#part2" data-target="#collapse3" style="background-color: #EAE8EF;">
 
                 <div class="panel-heading panelheadingcursor" data-toggle="collapse" data-parent="#part2" data-target="#collapse3" style="background-color: #EAE8EF;">
                   <h4 class="panel-title" style="height: 30px;text-align: center;">
+
                   <h4 class="panel-title" style="height: 37px;text-align: center;">
 
                     <a style="font-size: 25px;">Part 2</a>
 
                     <a style="font-size: 25px;">Part 2</a>
 
                   </h4>
 
                   </h4>
Line 180: Line 414:
 
             <div class="col-xs-10 col-xs-push-1">
 
             <div class="col-xs-10 col-xs-push-1">
 
               <div class="description_content">
 
               <div class="description_content">
                 <p>Part 3 is to combine the work of all 3 parts to form a complete working circuit in <i>Bacillus amyloliquefaciens</i> LL3.</p>
+
                 <p style="font-size:21px;line-height:34px;">Part 3 is to combine the work of all 3 parts to form a complete working circuit in <i>Bacillus amyloliquefaciens</i> LL3.</p>
 
                 <div class="panel panel-default" id="part3" style="margin-bottom: 0;padding-bottom: 0;">
 
                 <div class="panel panel-default" id="part3" style="margin-bottom: 0;padding-bottom: 0;">
 
                 <div class="panel-heading panelheadingcursor" data-toggle="collapse" data-parent="#part3" data-target="#collapse4" style="background-color: #EAE8EF;">
 
                 <div class="panel-heading panelheadingcursor" data-toggle="collapse" data-parent="#part3" data-target="#collapse4" style="background-color: #EAE8EF;">
                   <h4 class="panel-title" style="height: 30px;text-align: center;">
+
                   <h4 class="panel-title" style="height: 37px;text-align: center;">
 
                     <a style="font-size: 25px;">Part 3</a>
 
                     <a style="font-size: 25px;">Part 3</a>
 
                   </h4>
 
                   </h4>
Line 208: Line 442:
 
<h3 style="color: white; font-size: 30px;">Contacts</h3>
 
<h3 style="color: white; font-size: 30px;">Contacts</h3>
 
<ul class="social-icons1" style="margin:0 auto;padding-top:0;">
 
<ul class="social-icons1" style="margin:0 auto;padding-top:0;">
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
+
<li><a href="https://www.facebook.com/iGEMNKU2018/"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
 
<li><a href="https://twitter.com/iGEMNKU2018"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
 
<li><a href="https://twitter.com/iGEMNKU2018"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
 
<li><a href="mailto:nkuigem2018@163.com"><i class="fa fa fa-envelope-o" aria-hidden="true"></i></a></li>
 
<li><a href="mailto:nkuigem2018@163.com"><i class="fa fa fa-envelope-o" aria-hidden="true"></i></a></li>

Latest revision as of 21:46, 17 October 2018

Loading...

Description

0. Abstract  

Biosynthesis enables renewable and environment-friendly production of various compounds. However, present biosynthetic performances still await improvements to be cost competitive with petroleum-based chemical synthesis and suitable for large-scale industrial production. In order to achieve this goal, many approaches have been created, among which the Population Quality Control (PopQC) system is proved efficient. In our project, a PopQC system was developed as a plasmid based gene circuit in Bacillus amyloliquefaciens LL3 to continuously select high-performing cells in order to improve the yield of target metabolite, glutamate. In the presence of our PopQC system, high-producers stayed alive while low-producers were unable to survive. Consequently, the average intracellular concentration as well as the yield of glutamate among the population was enhanced, which finally led to the yield enhancement of poly-γ-glutamate, a high-value-added secondary metabolite.

1. Motivation  

Artificial biosynthetic pathways have enabled renewable, environment-friendly production of a variety of significant products ranging from simple fuels (such as ethanol, butanol and fatty acid derivatives) to intricate natural products (such as artemisinin, strictosidine, erythromycin, and so on). However, these biosynthetic processes are always criticized for being uneconomical for large-scale industrial production because of their relatively lower yield compared to petroleum-based chemical synthesis. Therefore, it’s urgent and important to create new approaches to enhance biosynthetic performance.

2. Our Choice—PopQC  

PopQC, which is the abbreviation for population quality control, is a new approach designed for biosynthesis yield enhancement based on non-genetic cell-to-cell variation. Because of some non-genetic differences, different cells in a single colony will have considerable variations in protein and metabolite concentrations. Therefore, in cell cultures there will be both high- and low-producers, and the intrinsic low-producers might cause suboptimal ensemble biosynthesis. The elimination of low-producers can lead to the efficient utilization of substrates and high yield of target products. Based on this, in our project PopQC was developed as a plasmid-based gene circuit, which continuously selects high-producers to optimize the biosynthetic performance for large-scale industrial production.

3. Introduction of Chassis Organism  

In our project, Bacillus amyloliquefaciens LL3 was chose to be the host of the plasmid of PopQC. Bacillus amyloliquefaciens LL3, which is a gram-positive bacterium, was originally isolated from traditional fermented foods by Dr. Cunjiang Song’s lab to produce poly-γ-glutamate(γ-PGA). γ-PGA is a high value-added product which has good hydroscopicity and can be chemically modified. It has the potential to be applied into cosmetic, food, drug carrier and other fields. Bacillus amyloliquefaciens LL3 has a clear genetic background as our lab has already finished its genome sequencing in 2011. Its synthesis of poly-γ-glutamate (γ-PGA) is independent of exogenous glutamate, which can reduce the cost of production.

4. Our Design  

Here is the basic mechanism of PopQC we designed. In specific, we use the promoter gltAB, the promoter grac, lacI gene and tetA gene to construct our circuit. In Bacillus amyloliquefaciens LL3, there exists the Glt operon which is responsible for intracellular glutamate synthesis. With a specific extracellular tetracycline concentration, if the intracellular glutamate concentration of this individual is low, the concentration of GltC protein will go up, which activates the promoter gltAB to express lacI. LacI protein furthermore repress the promoter grac and as a result, repress tetA expression. On the contrary, for high-producers, the concentration of intracellular GltC will go down, which represses the promoter gltAB to express lacI. Meanwhile, the tetA expression pathway is not affected. Therefore, high-producers will synthesize enough amount of tetracycline efflux pumps to maintain alive while low-producers won’t be able to survive. Consequently, the average intracellular concentration as well as the yield of glutamate among the population was enhanced, which will finally lead to the yield enhancement of γ-PGA in Bacillus amyloliquefaciens LL3.


Our experiments are consisted with 4 parts.

Part 0 is to enhance the yield of glutamate by traditional metabolic engineering. We expected to enhance the promoter of icd and gltAB genes by constructing promoters in tandem to overexpress these 2 genes.

Part 1 is to validate whether the glutamate can regulate the gltAB promoter through GltC and to map glutamate concentration to tetracycline resistance. We chose GFP as our signal and will test the intracellular glutamate concentration, the transcription level of GltC, GFP, and the florescence intensity with different extracellular glutamate concentration. We chose GFP as our signal and will test the intracellular glutamate concentration, the transcription level of GltC, GFP, and the florescence intensity with different extracellular glutamate concentration.

Part 2 is to test the inhibition effect to the promoter grac with different concentrations of LacI. So we use different promoters to regulate lacI to see the tolerance of tetracycline of our chassis.

Part 3 is to combine the work of all 3 parts to form a complete working circuit in Bacillus amyloliquefaciens LL3.

Top