Difference between revisions of "Team:NCTU Formosa/Wet Lab"

(Created page with "{{NCTU_Formosa/test}} <html> <head> <meta charset="UTF-8"> <title>Experiment</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></sc...")
 
 
(54 intermediate revisions by 4 users not shown)
Line 12: Line 12:
 
   <style>
 
   <style>
  
 +
    @keyframes line1{
 +
      from {top: 25vw;}
 +
      to {top: 33vw;}
 +
    }
 +
    @keyframes line1-2{
 +
      from {top: 33vw;}
 +
      to {top: 25vw;}
 +
    }
 +
 +
    @keyframes line2{
 +
      from {top: 9.5vw}
 +
      to {top: 1.5vw}
 +
    }
 +
    @keyframes line2-2{
 +
      from {top: 1.5vw}
 +
      to {top: 9.5vw}
 +
    }
 +
 +
    @keyframes line3{
 +
      from {top: 30vw}
 +
      to {top: 36vw}
 +
    }
 +
    @keyframes line3-2{
 +
      from {top: 36vw}
 +
      to {top: 30vw}
 +
    }
 +
 +
    @keyframes intro1{
 +
      from {opacity: 0}
 +
      to {opacity: 1}
 +
    }
 +
    @keyframes intro2{
 +
      from {opacity: 1}
 +
      to {opacity: 0}
 +
    }
  
 
     #globalWrapper{
 
     #globalWrapper{
Line 28: Line 63:
 
       font-family: Levenim MT;
 
       font-family: Levenim MT;
 
       overflow: auto;
 
       overflow: auto;
 +
      padding-bottom: 75px;
 
     }
 
     }
  
Line 34: Line 70:
 
     }
 
     }
  
 +
    .title_title{
 +
      width: 50%;
 +
      margin-left: 25%;
 +
      margin-bottom: 10px;
 +
      padding-top: 70px;
 +
    }
  
 
     .title{
 
     .title{
       font-size: 7vmin;
+
       font-size: 2vw;
       padding-top: 40px;
+
       text-align: right;
       text-align: center;
+
       font-family: solaris;
 +
      position: absolute;
 +
    }
 +
 
 +
    #title_1{
 +
      left: 18%;
 +
      top: 35vw;
 +
    }
 +
    #title_2{
 +
      left: 33%;
 +
      top: 7.5vw;
 +
    }
 +
    #title_3{
 +
      left: 52%;
 +
      top: 37.5vw;
 
     }
 
     }
  
Line 64: Line 120:
  
 
     .text{
 
     .text{
       font-size: 4vmin;
+
       font-size: 3vmin;
 
       width: 75%;
 
       width: 75%;
 
       position: relative;
 
       position: relative;
Line 138: Line 194:
 
     }
 
     }
  
 +
    .sec1{
 +
      padding: 0;
 +
      margin: 0;
 +
      border: 0;
 +
      overflow: auto;
 +
      padding-top: 50px;
 +
    }
 +
    .sec2{
 +
      padding: 0;
 +
      margin: 0;
 +
      border: 0;
 +
      overflow: hidden;
 +
    }
  
 +
    .textnew{
 +
      font-size: 3vmin;
 +
      width: 64%;
 +
      position: relative;
 +
      margin-left: 18%;
 +
      margin-right: 18%;
 +
      margin-top: 40px;
 +
      margin-bottom: 40px;
 +
      text-align: justify;
 +
    }
 +
 +
    .protein{
 +
      position: absolute;
 +
      width: 12%;
 +
      left: 23.5%;
 +
      top: 15.8vw;
 +
      transition-duration: 0.4s;
 +
    }
 +
 +
    .mic{
 +
      position: absolute;
 +
      width: 12%;
 +
      left: 51.5%;
 +
      top: 11.4vw;
 +
      transition-duration: 0.4s;
 +
    }
 +
 +
    .sensor{
 +
      position: absolute;
 +
      width: 12%;
 +
      left: 82.5%;
 +
      top: 16vw;
 +
      transition-duration: 0.4s;
 +
    }
 +
 +
    .protein:hover{
 +
      transform: scale(1.2);
 +
    }
 +
 +
    .growth:hover{
 +
      transform: scale(1.2);
 +
    }
 +
 +
    .mic:hover{
 +
      transform: scale(1.2);
 +
    }
 +
 +
    .sensor:hover{
 +
      transform: scale(1.2);
 +
    }
 +
 +
    .expression{
 +
      margin-bottom: 2vw;
 +
    }
 +
 +
    .bottom{
 +
      width: 100%;
 +
      position: relative;
 +
      margin-top: 5vw;
 +
    }
 +
 +
    .bg{
 +
      position: relative;
 +
      width: 70%;
 +
      margin-left: 15%;
 +
      z-index: 2!important;
 +
    }
 +
 +
    .bac_icon{
 +
      position: absolute;
 +
      width: 10%;
 +
      left: 26.2%;
 +
      top: 22vw;
 +
      transition-duration: 0.4s;
 +
      cursor: pointer;
 +
      z-index: 3;
 +
    }
 +
 +
    .inhibition_icon{
 +
      position: absolute;
 +
      width: 12%;
 +
      left: 39.8%;
 +
      top: 14.1vw;
 +
      transition-duration: 0.4s;
 +
      cursor: pointer;
 +
      z-index: 3;
 +
    }
 +
 +
    .curcumin_icon{
 +
      position: absolute;
 +
      width: 10%;
 +
      left: 60.3%;
 +
      top: 24.5vw;
 +
      transition-duration: 0.4s;
 +
      cursor: pointer;
 +
      z-index: 3;
 +
    }
 +
 +
    .bac_icon:hover{
 +
      transform: scale(1.1);
 +
    }
 +
 +
    .inhibition_icon:hover{
 +
      transform: scale(1.1);
 +
    }
 +
 +
    .curcumin_icon:hover{
 +
      transform: scale(1.1);
 +
    }
 +
 +
    .line1{
 +
      position: absolute;
 +
      width: 1.5%;
 +
      left: 30.5%;
 +
      top: 25vw;
 +
      z-index: 1!important;
 +
      animation-fill-mode: forwards!important;
 +
    }
 +
    .line2{
 +
      position: absolute;
 +
      width: 1.5%;
 +
      left: 45.3%;
 +
      top: 9.5vw;
 +
      z-index: 1!important;
 +
      animation-fill-mode: forwards!important;
 +
    }
 +
    .line3{
 +
      position: absolute;
 +
      width: 1.5%;
 +
      left: 64.5%;
 +
      top: 30vw;
 +
      z-index: 1!important;
 +
      animation-fill-mode: forwards!important;
 +
    }
 +
 +
    .intro{
 +
      font-family: Levenim MT;
 +
      font-size: 1.4vw;
 +
      width: 17%;
 +
      text-align: left;
 +
      position: absolute;
 +
      opacity: 0;
 +
      animation-fill-mode: forwards!important;
 +
      animation-delay: 0.5s;
 +
    }
 +
 +
    #intro_1{
 +
      left: 32.6%;
 +
      top: 38.3vw;
 +
    }
 +
 +
    #intro_2{
 +
      left: 47.2%;
 +
      top: 2.4vw;
 +
      width: 25%;
 +
    }
 +
 +
    #intro_3{
 +
      left: 66.5%;
 +
      top: 39.5vw;
 +
    }
  
 
   </style>
 
   </style>
Line 176: Line 406:
 
   <div class="wrapper">
 
   <div class="wrapper">
 
     <div class="banner">
 
     <div class="banner">
       <img class="cover" src="https://static.igem.org/mediawiki/2018/8/87/T--NCTU_Formosa--Experiment.png">
+
       <img class="cover" src="https://static.igem.org/mediawiki/2018/c/c5/T--NCTU_Formosa--wetlab6.png">
 +
      <a href="https://2018.igem.org/Team:NCTU_Formosa/Wet_Lab/Expression"><img src="https://static.igem.org/mediawiki/2018/6/6e/T--NCTU_Formosa--protein_expression.png" class="protein"></a>
 +
      <a href="https://2018.igem.org/Team:NCTU_Formosa/Wet_Lab/Functional_Analysis"><img src="https://static.igem.org/mediawiki/2018/7/70/T--NCTU_Formosa--MIC.png" class="mic"></a>
 +
      <a href="https://2018.igem.org/Team:NCTU_Formosa/Wet_Lab/Curcumin_Biosensor"><img src="https://static.igem.org/mediawiki/2018/2/20/T--NCTU_Formosa--biosensor.png" class="sensor"></a>
 
     </div>
 
     </div>
     <div class="sec1">
+
     <div class="sec1" style="background-color:#ffffff;">
       <div class="title"><p>Experiment design</p></div>
+
       <img src="https://static.igem.org/mediawiki/2018/3/30/T--NCTU_Formosa--Experiment_design_title.png" class="title_title">
 
       <div class="text">
 
       <div class="text">
         <p>Our system provided a way to regulate microbiota to an ideal balance . Since we focused our model on the excess PSB in soil, which is a large issue of agriculture in Taiwan, we chose antimicrobial peptide as the bio-simulator to limit the amount of PSB in soil. To express our target protein, we first designed Biobricks that contain sequences of these peptides. All the experiments we performed with Biobricks are mentioned below.
+
         <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our system provided a way to regulate microbiota to an ideal balance. Since we focused our model on the excess phosphate solubilizing bacteria(PSB) in soil, which is a large issue of agriculture in Taiwan, we chose antimicrobial peptide as the bio-stimulator to limit the amount of PSB in soil. To express our target protein, we first designed BioBricks that contain sequences of these peptides. All the experiments we performed with BioBricks are mentioned below.
 
</p>
 
</p>
 
       </div>
 
       </div>
       <div class="title_1"><p>Biobrick</p></div>
+
    </div>
 +
    <div class="sec2" style="background-color:#FFFFFF;">
 +
       <div class="title_1" style="margin-top: 0;"><p>BioBrick</p></div>
 
       <div class="text">
 
       <div class="text">
         <p>The biobrick we designed contains a T7 promoter, induced by IPTG, and RBS with our target protein behind. We also added a intein-CBD (chitin binding domain) tag behind bacteriocin to better purify our peptide.</p>
+
         <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The BioBrick we designed contains a T7 promoter, induced by IPTG, and RBS with our target protein behind. We also added a gene fragment of intein-CBD (chitin binding domain) tag behind the bacteriocin gene to better purify our peptide.</p>
 
       </div>
 
       </div>
       <img src="https://static.igem.org/mediawiki/2018/a/aa/T--NCTU_Formosa--biobrick.png" class="expression" style="display:block; margin:auto;" width="700">
+
       <img src="https://static.igem.org/mediawiki/2018/a/aa/T--NCTU_Formosa--biobrick.png" class="expression" style="display:block; margin:auto; margin-bottom: 1vw;" width="60%">
 
       <div class="explanation">
 
       <div class="explanation">
 
         <svg class="icon" aria-hidden="true" data-prefix="fas" data-icon="arrow-circle-up" class="svg-inline--fa fa-arrow-circle-up fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"></path></svg>
 
         <svg class="icon" aria-hidden="true" data-prefix="fas" data-icon="arrow-circle-up" class="svg-inline--fa fa-arrow-circle-up fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"></path></svg>
         Figure 1. Biobrick: T7 promoter + RBS + target peptide + intein-CBD
+
         Figure 1: BioBrick: T7 promoter + RBS + target peptide + intein-CBD.
 
       </div>
 
       </div>
 +
      <div class="title_1"><p>Bacteriocin</p></div>
 
       <div class="text">
 
       <div class="text">
         <p>Intein is a protein segment that is able to excise itself from the larger protein it binds to. Therefore, it is also called “ protein introns”. We utilized intein-CBD tag to purify our peptides.
+
         <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;It is a peptidic toxin produced by bacteria that inhibits the growth of similar or closely related bacterial strains, but does not damage the bacteria themselve by specific immune proteins. It is heat stable and shows its antimicrobial activity in various temperatures and pH levels. Unlike most antibiotics, which are secondary metabolites, bacteriocins are ribosomally synthesized and sensitive to proteases while generally harmless to the human body and surrounding environment.</p>
Although affinity tags have been widely used to purify recombinant proteins, it must removed by protease in the final purification. In contrast, intein-CBD tag will undergo the cleavage reaction with DTT (1,4-dithiothreitol) or cysteine, which will not cause the structure changes of our short peptide.
+
        <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Most bacteriocins interact with anionic lipids that are abundantly present in the membranes of gram-positive bacteria. The receptors on the target membrane can determine the specificity of bacteriocins, and the insertion of bacteriocins is driven by proton motive force.</p>
</p>
+
 
       </div>
 
       </div>
 +
      <img src="https://static.igem.org/mediawiki/2018/b/bc/T--NCTU_Formosa--mechanism.png" class="expression" style="display:block; margin:auto; margin-bottom: 1vw;" width="25%">
 
       <div class="explanation">
 
       <div class="explanation">
 
         <svg class="icon" aria-hidden="true" data-prefix="fas" data-icon="arrow-circle-up" class="svg-inline--fa fa-arrow-circle-up fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"></path></svg>
 
         <svg class="icon" aria-hidden="true" data-prefix="fas" data-icon="arrow-circle-up" class="svg-inline--fa fa-arrow-circle-up fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"></path></svg>
         Figure 2. Procedure of intein-mediated protein splicing
+
         Figure 2: Mechanism of bacteriocin.
 
       </div>
 
       </div>
       <div class="title_1"><p>1. Protein expression</p></div>
+
       <div class="title_1"><p>Purification</p></div>
      <div class="title_2"><p>Cloning:</p></div>
+
 
       <div class="text">
 
       <div class="text">
         <p>We cloned the insert gene into pSB1C3 backbone and transform into <i>E. coli</i> DH5α. <a href="https://2018.igem.org/Team:NCTU_Formosa/Parts parts">These</a> have been submitted to iGEM.</p>
+
         <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Intein is a protein segment that is able to excise itself from the larger protein it binds to. Therefore, it is also called “ protein introns”. We utilized intein-CBD tag to purify our peptides.<br>&nbsp;&nbsp;&nbsp;&nbsp;Although affinity tags have been widely used to purify recombinant proteins, it must removed by protease in the final purification. In contrast, intein-CBD tag will undergo the cleavage reaction with DTT (1,4-dithiothreitol) or cysteine, which will not cause the structure changes of our short peptide.
 +
        </p>
 
       </div>
 
       </div>
       <div class="title_2"><p>Expression:</p></div>
+
       <img src="https://static.igem.org/mediawiki/2018/5/54/T--NCTU_Formosa--purify.png" class="expression" style="display:block; margin:auto; margin-bottom: 1vw;" width="30%">
       <div class="text">
+
       <div class="explanation">
         <p>We expressed the proteins by <i>E. coli</i> 2566 and <i>E. coli</i> BL21 Rosetta-Gami.</p>
+
         <svg class="icon" aria-hidden="true" data-prefix="fas" data-icon="arrow-circle-up" class="svg-inline--fa fa-arrow-circle-up fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z"></path></svg>
 +
        Figure 3: Procedure of intein-mediated protein splicing
 +
          </p>
 
       </div>
 
       </div>
      <div class="title_2"><p>SDS-PAGE:</p></div>
 
      <div class="text">
 
        <p>We checked the expression result through SDS-PAGE.</p>
 
      </div>
 
      <div class="title_1"><p>2. MIC test</p></div>
 
      <div class="title_2"><p>Inhibition zone:</p></div>
 
      <div class="title_2"><p>Minimum Inhibitory Concentration Broth Microdilution:</p></div>
 
      <div class="title_1"><p>3. Growth curve experiment</p></div>
 
      <div class="title_1"><p>4. Soil experiment</p></div>
 
 
     </div>
 
     </div>
 +
    <div class="title_1" style="margin-bottom: -19vw; margin-left: 5vw;"><p>Click Icons to<br>see each part!</p></div>
 +
    <div class="bottom">
 +
      <img src="https://static.igem.org/mediawiki/2018/1/10/T--NCTU_Formosa--exp_design2.png" class="bg">
 +
      <a href="https://2018.igem.org/Team:NCTU_Formosa/Wet_Lab/Expression"><img src="https://static.igem.org/mediawiki/2018/9/98/T--NCTU_Formosa--bac_icon.png" class="bac_icon"></a>
 +
      <a href="https://2018.igem.org/Team:NCTU_Formosa/Wet_Lab/Functional_Analysis"><img src="https://static.igem.org/mediawiki/2018/a/ae/T--NCTU_Formosa--inhibition_icon.png" class="inhibition_icon"></a>
 +
      <a href="https://2018.igem.org/Team:NCTU_Formosa/Wet_Lab/Curcumin_Biosensor"><img src="https://static.igem.org/mediawiki/2018/d/d8/T--NCTU_Formosa--curcumin_icon.png" class="curcumin_icon"></a>
 +
      <img src="https://static.igem.org/mediawiki/2018/e/e0/T--NCTU_Formosa--line1.png" class="line1">
 +
      <img src="https://static.igem.org/mediawiki/2018/9/9a/T--NCTU_Formosa--line2.png" class="line2">
 +
      <img src="https://static.igem.org/mediawiki/2018/c/ca/T--NCTU_Formosa--line3.png" class="line3">
 +
      <div class="title" id="title_1"><p>PrOtEin<br>ExprEssiOn</p></div>
 +
      <div class="title" id="title_2"><p>FunctiOnAl<br>AnAlysis</p></div>
 +
      <div class="title" id="title_3"><p>Curcumin<br>BiO-sEnsOr</p></div>
 +
      <div class="intro" id="intro_1"><p>We expressed our proteins by <i>E. coli</i> BL21 Rosetta-gami.</p></div>
 +
      <div class="intro" id="intro_2"><p>We checked the inhibitory activity of our bio-stimulator, bacteriocins. The analysis included inhibition zone and inhibition ability.</p></div>
 +
      <div class="intro" id="intro_3"><p>The detection of curcumin can perfect our productivity model.</p></div>
 +
    </div>
 +
 +
  
 
<!----------------------------------------------------------------------------->
 
<!----------------------------------------------------------------------------->
Line 227: Line 474:
 
   </div>
 
   </div>
 
</body>
 
</body>
 +
 +
<script>
 +
$(".bac_icon").hover(function(){
 +
    $(".line1").css("animation", "line1 1s 1 ease-in-out");
 +
  }, function(){
 +
    $(".line1").css("animation", "line1-2 1s 1 ease-in-out");
 +
});
 +
$(".inhibition_icon").hover(function(){
 +
      $(".line2").css("animation", "line2 1s 1 ease-in-out");
 +
    }, function(){
 +
      $(".line2").css("animation", "line2-2 1s 1 ease-in-out");
 +
  });
 +
$(".curcumin_icon").hover(function(){
 +
      $(".line3").css("animation", "line3 1s 1 ease-in-out");
 +
    }, function(){
 +
      $(".line3").css("animation", "line3-2 1s 1 ease-in-out");
 +
  });
 +
 +
  $(".bac_icon").hover(function(){
 +
        $("#intro_1").css("animation", "intro1 1s 1 ease-in-out");
 +
      }, function(){
 +
        $("#intro_1").css("animation", "intro2 1s 1 ease-in-out");
 +
    });
 +
  $(".inhibition_icon").hover(function(){
 +
        $("#intro_2").css("animation", "intro1 1s 1 ease-in-out");
 +
      }, function(){
 +
        $("#intro_2").css("animation", "intro2 1s 1 ease-in-out");
 +
    });
 +
  $(".curcumin_icon").hover(function(){
 +
          $("#intro_3").css("animation", "intro1 1s 1 ease-in-out");
 +
        }, function(){
 +
          $("#intro_3").css("animation", "intro2 1s 1 ease-in-out");
 +
      });
 +
</script>
  
 
</html>
 
</html>
  
 +
{{NCTU_Formosa/Top_button}}
 
{{NCTU_Formosa/Footer}}
 
{{NCTU_Formosa/Footer}}

Latest revision as of 01:31, 18 October 2018

Navigation Bar Experiment

     Our system provided a way to regulate microbiota to an ideal balance. Since we focused our model on the excess phosphate solubilizing bacteria(PSB) in soil, which is a large issue of agriculture in Taiwan, we chose antimicrobial peptide as the bio-stimulator to limit the amount of PSB in soil. To express our target protein, we first designed BioBricks that contain sequences of these peptides. All the experiments we performed with BioBricks are mentioned below.

BioBrick

     The BioBrick we designed contains a T7 promoter, induced by IPTG, and RBS with our target protein behind. We also added a gene fragment of intein-CBD (chitin binding domain) tag behind the bacteriocin gene to better purify our peptide.

Figure 1: BioBrick: T7 promoter + RBS + target peptide + intein-CBD.

Bacteriocin

     It is a peptidic toxin produced by bacteria that inhibits the growth of similar or closely related bacterial strains, but does not damage the bacteria themselve by specific immune proteins. It is heat stable and shows its antimicrobial activity in various temperatures and pH levels. Unlike most antibiotics, which are secondary metabolites, bacteriocins are ribosomally synthesized and sensitive to proteases while generally harmless to the human body and surrounding environment.

     Most bacteriocins interact with anionic lipids that are abundantly present in the membranes of gram-positive bacteria. The receptors on the target membrane can determine the specificity of bacteriocins, and the insertion of bacteriocins is driven by proton motive force.

Figure 2: Mechanism of bacteriocin.

Purification

     Intein is a protein segment that is able to excise itself from the larger protein it binds to. Therefore, it is also called “ protein introns”. We utilized intein-CBD tag to purify our peptides.
    Although affinity tags have been widely used to purify recombinant proteins, it must removed by protease in the final purification. In contrast, intein-CBD tag will undergo the cleavage reaction with DTT (1,4-dithiothreitol) or cysteine, which will not cause the structure changes of our short peptide.

Figure 3: Procedure of intein-mediated protein splicing

Click Icons to
see each part!

PrOtEin
ExprEssiOn

FunctiOnAl
AnAlysis

Curcumin
BiO-sEnsOr

We expressed our proteins by E. coli BL21 Rosetta-gami.

We checked the inhibitory activity of our bio-stimulator, bacteriocins. The analysis included inhibition zone and inhibition ability.

The detection of curcumin can perfect our productivity model.

Template