Difference between revisions of "Team:SDU-Denmark/Parts"

Line 15: Line 15:
 
<!----------CONTENT--------------------------------->
 
<!----------CONTENT--------------------------------->
 
<style>
 
<style>
/* ACCORDION */
+
button.accordion {
.accordion {
+
    background-color: #eee;
}
+
    color: #444;
.accordionTitel {
+
 
     cursor: pointer;
 
     cursor: pointer;
    border: 1px solid #C7C7C7;
+
     padding: 18px;
    font-size: 13px;
+
     width: 100%;
    font-family: Tahoma, Arial;
+
     border: none;
    font-weight: bold;
+
     text-align: left;
     padding: 3px 10px;
+
     outline: none;
     display: block;
+
     font-size: 15px;
    margin-top:5px;
+
     transition: 0.4s;
     border-radius: 5px;
+
     /* background */
+
    background: #EEEEEE; /* Old browsers */
+
    background: -moz-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* FF3.6+ */
+
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(228, 228, 228) ), color-stop(100%,#FFFFFF )); /* Chrome,Safari4+ */
+
     background: -webkit-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
+
     background: -o-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Opera 11.10+ */
+
    background: -ms-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* IE10+ */
+
     background: linear-gradient(to bottom, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* W3C */
+
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
+
 
}
 
}
.accordionTitel:hover {
+
 
border: 1px solid #A5A5A5;
+
button.accordion.active, button.accordion:hover {
background: rgb(219,219,219); /* Old browsers */
+
    background-color: #ddd;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
+
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
+
background: -moz-linear-gradient(top,  rgba(219,219,219,1) 0%, rgba(238,238,238,1) 99%); /* FF3.6+ */
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(99%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
+
background: -webkit-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(238,238,238,1) 99%); /* Chrome10+,Safari5.1+ */
+
background: -o-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(238,238,238,1) 99%); /* Opera 11.10+ */
+
background: -ms-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(238,238,238,1) 99%); /* IE10+ */
+
background: linear-gradient(to bottom,  rgba(219,219,219,1) 0%,rgba(238,238,238,1) 99%); /* W3C */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
+
 
}
 
}
  
.accordion div.pane {
+
div.panel {
     border-radius: 5px;
+
     padding: 0 18px;
     padding: 10px;
+
     background-color: white;
     margin-top:3px;
+
     max-height: 0;
     margin-bottom: 10px;
+
     overflow: hidden;
     display: none;
+
     transition: 0.6s ease-in-out;
     border: 1px solid #C7C7C7;
+
     opacity: 0;
 
}
 
}
.accordion div.current {
+
 
     display: block;
+
div.panel.show {
 +
     opacity: 1;
 +
    max-height: 500px;
 
}
 
}
 
 
 
 
</style>
 
</style>
  
<div class="accordion" style="width:650px;">
 
  
  <div class="accordionTitel">Coding</div>
 
  <div class="pane" >
 
  
 +
<h2>Animated Accordion</h2>
  
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088000">BBa_K1088000</a></span><br>
+
<button class="accordion">Section 1</button>
The BioBrick contains the coding region of <span class="intro">the <span class="specialWord">dxs</span> gene</span> derived from the Gram-positive bacteria <span class="specialWord">Bacillus subtilis</span>. Dxs is the first enzyme in the MEP pathway converting pyruvate and <span class="tooltipLink">GAP</span> <span class="tooltip"><span class="tooltipHeader">GAP</span>Glyceraldehyde-3-phosphate</span> into <span class="tooltipLink">DXP.</span> <span class="tooltip"><span class="tooltipHeader">DXP</span>1-Deoxy-D-xylulose 5-phosphate</span> Has been sequenced.
+
<div class="panel">
<br><br>
+
  <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088003">BBa_K1088003</a></span><br>
+
</div>
The BioBrick contains the coding region of <span class="intro">the <span class="specialWord">HRT2</span> gene</span> derived from <span class="specialWord">Hevea brasiliensis</span> and codon-optimized for <span class="specialWord">Escherichia coli</span>. HRT2 is the prenyl transferase that polymerizes <span class="tooltipLink">IPP</span> <span class="tooltip"><span class="tooltipHeader">IPP</span>Isopentenyl pyrophosphate</span> and <span class="tooltipLink">DMAPP</span> <span class="tooltip"><span class="tooltipHeader">DMAPP</span>Dimethylallyl pyrophosphate</span> into rubber. Has been sequenced and HRT2 function characterized by H<sup>1</sup>-NMR.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088004">BBa_K1088004</a></span><br>
+
The BioBrick contains the coding region of <span class="intro">the <span class="specialWord">ispG</span> gene</span> derived from the Gram-negative bacteria <span class="specialWord">Escherichia coli</span>. ispG is the sixth enzyme in the MEP pathway converting <span class="tooltipLink">MEcPP</span> <span class="tooltip"><span class="tooltipHeader">MEcPP</span>2-C-methyl-D-erythritol 2,4-cyclopyrophosphate</span> into <span class="tooltipLink">HMB-PP.</span> <span class="tooltip"><span class="tooltipHeader">HMB-PP</span>(E)-4-Hydroxy-3-methyl-but-2-enyl pyrophosphate</span> Has been sequenced.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088005">BBa_K1088005</a></span><br>
+
The BioBrick contains the coding region of <span class="intro">the <span class="specialWord">araC</span> gene</span> derived from the Gram-negative bacteria <span class="specialWord">Escherichia coli</span>. AraC is a DNA-binding protein that regulates the transcription of operons involved in arabinose metabolism. With glucose present AraC functions as a repressor, and without glucose and with arabinose present it functions as an activator.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088018">BBa_K1088018</a></span><br>
+
The BioBrick contains the coding region of <span class="intro">the <span class="specialWord">lacI</span> gene</span> derived from the Gram-negative bacteria <span class="specialWord">Escherichia coli</span>. LacI is a DNA-binding protein that inhibits the transcription from the lac promoter when allolactose or <span class="tooltipLink">IPTG</span> <span class="tooltip"><span class="tooltipHeader">IPTG</span>Isopropyl β-D-1-thiogalactopyranoside</span> is absent. Has been sequenced and LacI function characterized by <span class="tooltipLink">FACS.</span> <span class="tooltip"><span class="tooltipHeader">FACS</span>Fluorescence Activated Cell Sorting</span> and growth experiment.
+
<br>
+
  
   </div>
+
<button class="accordion">Section 2</button>
 +
<div class="panel">
 +
   <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
 +
</div>
  
 +
<button class="accordion">Section 3</button>
 +
<div id="foo" class="panel">
 +
  <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
 +
</div>
  
 +
<script>
 +
var acc = document.getElementsByClassName("accordion");
 +
var i;
  
  <div class="accordionTitel">Regulatory devices</div>
+
for (i = 0; i < acc.length; i++) {
  <div class="pane" >
+
    acc[i].onclick = function(){
 
+
        this.classList.toggle("active");
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088017">BBa_K1088017</a></span><br>
+
        this.nextElementSibling.classList.toggle("show");
<span class="intro">Pcon-araC-term:</span> <span class="specialWord">araC</span> is being expressed from a constitutively active promoter. A terminator is put behind the coding region to prevent transcription of genes downstream of the activator. The device was used to check if we could enhance the control of the arabinose promoter. Has been sequenced and AraC function characterized by northern blot.
+
   }
<br><br>
+
}
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088019">BBa_K1088019</a></span><br>
+
</script>
<span class="intro">Pcon-lacI(N)-term:</span> <span class="specialWord">lacI</span> is being expressed from a constitutively active promoter. A terminator is put behind the coding region to prevent transcription of genes downstream of the repressor. The device was used to enable us to control the lactose promoter. This device proved be most effective together for expression control. LacI(N) function characterized by GFP fusion using <span class="tooltipLink">FACS.</span> <span class="tooltip"><span class="tooltipHeader">FACS</span>Fluorescence Activated Cell Sorting</span> and growth experiment.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088020">BBa_K1088020</a></span><br>
+
<span class="intro">Pcon-lacI:LVA-term:</span> <span class="specialWord">lacI:LVA</span> (<a class="dialogLink" href="http://parts.igem.org/Part:Ba_C0012">BBa_C0012</a>) is being expressed from a constitutively active promoter. A terminator is put behind the coding region to prevent transcription of genes downstream of the repressor. The LVA-tag is a tag for degradation, and thus there is increased turnover of the protein. The device is meant to enable us to control the lactose promoter. However natural LacI proved to be more effective than the LVA-tagged. Has been sequenced and LacI:LVA function characterized by GFP fusion using FACS and growth experiment.
+
<br>
+
 
+
 
+
  </div>
+
 
+
 
+
 
+
 
+
  <div class="accordionTitel">Reporter fusions</div>
+
  <div class="pane">
+
 
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088006">BBa_K1088006</a></span><br>
+
<span class="intro">Pcon-<span class="specialWord">dxs (B. subtilis)</span>-amilCP</span> expresses the <span class="specialWord">dxs</span> gene derived from  <span class="specialWord">Bacillus subtilis</span> linked to GFP, and is under the control of the lactose promoter. AmilCP proved to be a poor fusion protein for the Dxs protein. Has been sequenced.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088007">BBa_K1088007</a></span><br>
+
<span class="intro">Plac-<span class="specialWord">dxs (E. coli)</span>-GFP</span> expresses the <span class="specialWord">dxs</span> gene derived from  <span class="specialWord">Escherichia coli</span> linked to GFP, and is under the control of the lactose promoter. The device was used to check the expression level of the <span class="specialWord">E. coli dxs</span> gene under various conditions. Has been sequenced.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088008">BBa_K1088008</a></span><br>
+
<span class="intro">Plac-<span class="specialWord">dxs (B. subtilis)</span>:GFP</span> expresses the <span class="specialWord">dxs</span> gene derived from <span class="specialWord">Bacillus subtilis</span> linked to GFP, and is under the control of the lactose promoter. The device is was used to check the expression level of the <span class="specialWord">B.subtilis dxs</span> gene under various conditions. Has been sequenced and Plac function characterized by GFP fusion using <span class="tooltipLink">FACS.</span> <span class="tooltip"><span class="tooltipHeader">FACS</span>Fluorescence Activated Cell Sorting</span> and growth experiment.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088009">BBa_K1088009</a></span><br>
+
<span class="intro">Pcon-<span class="specialWord">lacI:LVA</span>-Plac-<span class="specialWord">dxs (B. subtilis)</span>-GFP</span> expresses the <span class="specialWord">dxs</span> gene derived from  <span class="specialWord">B. subtilis</span> linked to GFP, and is under the control of the lactose promoter. The device to check the expression level of the  <span class="specialWord">Bacillus subtilis</span> dxs gene under various conditions. Our LacI:LVA (<a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088020">BBa_K1088020</a>) device (with a constitutive promoter was added to optimize the expression control through the lactose promoter. Natural LacI proved to be more efficient, though. Has been sequenced. LacI and Plac function characterized by GFP fusion using FACS and growth experiment.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088010">BBa_K1088010</a></span><br>
+
<span class="intro">Pcon-<span class="specialWord">lacI:LVA</span>-term-Plac-<span class="specialWord">dxs (E. coli)</span>-GFP</span> expresses the <span class="specialWord">dxs</span> gene derived from  <span class="specialWord">Escherichia coli</span> linked to GFP, and is under the control of the lactose promoter. The device is meant for us to check the expression level of the <span class="specialWord">dxs</span> gene under various conditions. Our LacI:LVA (<a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088020">BBa_K1088020</a>) device (with a constitutive promoter was added to optimize the expression control through the lactose promoter.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088026">BBa_K1088026</a></span><br>
+
<span class="intro">Pcon-<span class="specialWord">lacI(N)</span>-Plac-<span class="specialWord">dxs (B. subtilis)</span>-GFP</span> expresses the <span class="specialWord">dxs</span> gene derived from  <span class="specialWord">Bacillus subtilis</span> linked to GFP, and is under the control of the lactose promoter. The device is meant for us to check the expression level of the dxs gene under various conditions. Furthermore the <span class="specialWord">lacI</span> gene with a constitutive promoter has been added to optimize the expression control through the lactose promoter. This device proved to have the most efficient expression control (see results for more detail). Has been sequenced. LacI and Plac function characterized by GFP fusion using FACS and growth experiment.
+
<br>
+
 
+
  </div>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
  <div class="accordionTitel">Constitutively active production devices</div>
+
  <div class="pane">
+
 
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088011">BBa_K1088011</a></span><br>
+
<span class="intro">Plac-<span class="specialWord">dxs (B. subtilis)</span></span> expresses the <span class="specialWord">dxs</span> gene derived from  <span class="specialWord">B. subtilis</span>, and is under the control of the lactose promoter. The device is meant for us to increase the amount of IPP and DMAPP in the cell. Plac function characterized by GFP fusion using <span class="tooltipLink">FACS.</span> <span class="tooltip"><span class="tooltipHeader">FACS</span>Fluorescence Activated Cell Sorting</span> and growth experiment.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088012">BBa_K1088012</a></span><br>
+
<span class="intro">Plac-<span class="specialWord">dxs (E. coli)</span></span> expresses the <span class="specialWord">dxs</span> gene (<a class="dialogLink" href="http://parts.igem.org/Part:BBa_K118000" title="">BBa_K118000</a>) derived from  <span class="specialWord">E. coli</span>, and is under the control of the lactose promoter. The device is meant for us to increase the amount of IPP and DMAPP in the cell. Has been sequenced.
+
<br>
+
 
+
   </div>
+
 
+
 
+
 
+
 
+
  <div class="accordionTitel">Regulable production devices</div>
+
  <div class="pane current">
+
 
+
 
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088013">BBa_K1088013</a></span><br>
+
<span class="intro">Pcon-<span class="specialWord">lacI:LVA</span>-term-Plac-<span class="specialWord">dxs (B. subtilis)</span></span>  expresses the dxs gene derived from  <span class="specialWord">B. subtilis</span>, and is under the control of the lactose promoter. The device is meant for us to increase the amount of <span class="tooltipLink">IPP</span> <span class="tooltip"><span class="tooltipHeader">IPP</span>Isopentenyl pyrophosphate</span> and <span class="tooltipLink">DMAPP</span> <span class="tooltip"><span class="tooltipHeader">DMAPP</span>Dimethylallyl pyrophosphate</span> in the cell. Furthermore the <span class="specialWord">lacI:LVA</span> gene with a constitutive promoter was added to optimize the expression control through the lactose promoter. Natural LacI proved to be more efficient, though. Has been sequenced.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088014">BBa_K1088014</a></span><br>
+
<span class="intro">Pcon-<span class="specialWord">lacI:LVA</span>-term-Plac-<span class="specialWord">dxs (E. coli)</span></span> expresses the <span class="specialWord">dxs</span> gene derived from  <span class="specialWord">E. coli</span>, and is under the control of the lactose promoter. The device is meant for us to increase the amount of IPP and DMAPP in the cell. Furthermore the <span class="specialWord">lacI-LVA</span> gene with a constitutive promoter has been added to optimize the expression control through the lactose promoter.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088015">BBa_K1088015</a></span><br>
+
<span class="intro">Pcon-<span class="specialWord">lacI:LVA</span>-term-Plac-<span class="specialWord">dxs (B. subtilis)</span>-ispG</span> expresses the <span class="specialWord">dxs</span> gene derived from  <span class="specialWord">B. subtilis</span>, and is under the control of the lactose promoter. The device was build to increase the amount of IPP and DMAPP in the cell if the first rate limiting step was overcome.  Furthermore the <span class="specialWord">lacI:LVA</span> gene with a constitutive promoter has been added to optimize the expression control through the lactose promoter (see results for description LacI-LVA efficiency).
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088016">BBa_K1088016</a></span><br>
+
<span class="intro">Pcon-<span class="specialWord">araC</span>-term-Para-<span class="specialWord">HRT2-(3xFLAG)</span></span> expresses the <span class="specialWord">HRT2</span> gene derived from <span class="specialWord">Hevea brasiliensis</span>, and is under the control of the arabinose promoter. The device was made to enable the bacteria to polymerize IPP and DMAPP into rubber. Furthermore the arabinose promoter regulator AraC has been added to check if it would enhance the expression control of arabinose promoter. It did not seem to improve expression control. Has been sequenced. AraC and Para function characterized by Northern blot and HRT2 function characterized by H<sup>1</sup>-NMR.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088024">BBa_K1088024</a></span><br>
+
<span class="intro">Para-<span class="specialWord">HRT2-(3xFLAG)</span></span> expresses the <span class="specialWord">HRT2</span> gene derived from <span class="specialWord">Hevea brasiliensis</span>, and is under the control of the arabinose promoter. The device is meant to enable the bacteria to polymerize IPP and DMAPP into rubber. Has been sequenced. AraC and Para function characterized by Northern blot and HRT2 function characterized by H<sup>1</sup>-NMR.
+
<br><br>
+
<span class="intro"><a class="dialogLink" href="http://parts.igem.org/Part:BBa_K1088027">BBa_K1088027</a></span><br>
+
<span class="intro">Pcon-<span class="specialWord">lacI(N)</span>-Plac-<span class="specialWord">dxs (B. subtilis)</span></span> expresses the <span class="specialWord">dxs</span> gene derived from  <span class="specialWord">B. subtilis</span>, and is under the control of the lactose promoter. The device is meant for us to increase the amount of IPP and DMAPP in the cell. Furthermore the <span class="specialWord">lacI</span> gene with a constitutive promoter was added to optimize the expression control through the lactose promoter. This addition proved to have the most efficient expression control. LacI and Plac function characterized by GFP fusion using <span class="tooltipLink">FACS.</span> <span class="tooltip"><span class="tooltipHeader">FACS</span>Fluorescence Activated Cell Sorting</span> and growth experiment. 
+
 
+
<br>
+
 
+
  </div>
+
 
+
 
+
 
+
 
+
 
+
 
+
</div>
+
  
  

Revision as of 16:10, 12 October 2016

Parts


Animated Accordion

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Basic

Composite

BBa_K2018010

This part is a functional BioBrick contain the coding region of Laterosporulin, , with promoter, RBS and terminator. Laterosporulin is a bacteriocin produced by Brevibacillus sp. strain, and exhibit a broad spectrum of antibacterial activity against bacterias like: B. subtilis , S. aureus, E. coli, P. aeruginosa,  and L. monocytogenes.

BBa_K2018011

This BioBrick contain the coding region of, Thuricin S, a bacteriocin produced by Bacillus thuringiensis. Thuricin S target a broad spectrum of pathogens, including Pseudonoas aeruginosa and Enterobactoer Cloacae which is often found in correlation to burn and wound infection.

BBa_K2018012

This BioBrick contain the coding region of Lacticin Q, a bacteriocin  produced by Lactococcus lactis QU5  and has shown bactericidal activity against Staphylococcus aureus [http://www.ncbi.nlm.nih.gov/pubmed/22538663]. It function by forming large toroidal pores by distributing membrane lipid organization.

BBa_K2018014

This BioBrick contain the coding region of Laterosporulin-Thuricin S, which is a hybrid bacteriocin with  Laterosporulin and Thuricin S we had designed.  

BBa_K2018015

This BioBrick contain the coding region of Lacticin Q-Lacticin Z, which is a hybrid bacteriocin with Lacticin Q and Lacticin Z we had designed.  

BBa_K2018019

This BioBrick contain the coding region of Pyocin S5, a bacteriocin produced by  a specific strain of P. aeruginosa and elicit its effect against other strains of P. aeruginosa. Pyocin causes the cell membrane of target cells to be permeable and thereby causing leakage of intracellular materials, which cause cell death [http://www.sciencedirect.com/science/article/pii/S0014579310005120].

BBa_K2018024

This BioBrick contains the coding region of our biofused phasin with a hemolysin A tag, so it is recognized for secretion by the type II hemolysin secretion pathway. This biobrick is designed to work with hemolysin B (K2018027) and hemolysin D (K2018029). This BioBrick will simply bid to PHA granules in the cytoplasm  and reduce the size of these.

Existing BioBrick parts