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

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 41: Line 76:
 
       padding-top: 70px;
 
       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 212: Line 263:
 
     .expression{
 
     .expression{
 
       margin-bottom: 2vw;
 
       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;
 
     }
 
     }
  
Line 263: Line 421:
 
     </div>
 
     </div>
 
     <div class="sec2" style="background-color:#FFFFFF;">
 
     <div class="sec2" style="background-color:#FFFFFF;">
       <div class="title"><p>BioBrick</p></div>
+
       <div class="title_1"><p>BioBrick</p></div>
 
       <div class="text">
 
       <div class="text">
 
         <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 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 intein-CBD (chitin binding domain) tag behind bacteriocin to better purify our peptide.</p>
Line 285: Line 443:
 
       <div class="text">
 
       <div class="text">
 
         <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>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;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>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>
+
        </p>
 
       </div>
 
       </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%">
 
       <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%">
Line 293: Line 451:
 
           </p>
 
           </p>
 
       </div>
 
       </div>
 +
    </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>
 
     </div>
  
Line 302: Line 475:
 
   </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>

Revision as of 16:59, 17 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 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 intein-CBD (chitin binding domain) tag behind bacteriocin 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 driven.

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 2: Procedure of intein-mediated protein splicing

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