Team:NCTU Formosa/CI design

From 2011.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
Line 28: Line 28:
#globalWrapper{
#globalWrapper{
-
background-color: #565659;
+
//background-color: #565659;
 +
background-image:url(https://static.igem.org/mediawiki/2011/a/ae/Wallpaper2.jpg);
}
}
Line 45: Line 46:
ul#cm-nav ul {
ul#cm-nav ul {
  list-style-type: none;
  list-style-type: none;
-
  margin: 0 0 0 230px;
+
  margin: 0 0 0 10px;
  list-style-image: none;
  list-style-image: none;
  padding: 0px
  padding: 0px
Line 170: Line 171:
border-color: black;
border-color: black;
font-weight: bold;
font-weight: bold;
-
font-family: georgia;
+
font-family: Calibri, Verdana, helvetica, sans-serif;
font-size: 12pt;
font-size: 12pt;
-
font-variant: small-caps;
+
font-variant: normal;
padding-left: 10px;
padding-left: 10px;
padding-right: 10px;
padding-right: 10px;
-
padding-top: 10px;
+
padding-top: 0px;
-
padding-bottom: 10px;
+
padding-bottom: 0px;
}
}
 +
 +
<style type = "text/javascript" language = "JavaScript">
 +
function out(id_num){
 +
  var oa = document.getElementById(id_num);
 +
  if(oa.style.display == "none"){
 +
    oa.style.display = "block"; 
 +
  }
 +
  return false;
 +
}
 +
</script>
/*content*/
/*content*/
Line 183: Line 194:
.titleDesign{
.titleDesign{
color: white;
color: white;
-
font-family: georgia;
+
font-family: Calibri, Verdana, helvetica, sans-serif;
font-weight: bold;
font-weight: bold;
font-size: 20px;
font-size: 20px;
-
font-variant: small-caps;
+
font-variant: normal;
direction:ltr;  
direction:ltr;  
}
}
 +
 +
.cont{
 +
font-size: 14px;
 +
color: white;
 +
}
 +
 +
#banner{    position:relative;
 +
            margin-left: 10px;
 +
            background-color: black;
 +
            height:240px;
 +
            width: 944px;
 +
}
 +
 +
#blueBox {  position:relative;
 +
            margin-left: 10px;
 +
            margin-bottom: -5px;
 +
            margin-top:-3px;
 +
            background-color: #000066;
 +
            filter:alpha(opacity=90);opacity:0.9;zoom:1;
 +
            height:auto;
 +
            width: 924px;
 +
                       
 +
}
 +
#blueBox {  color: white;
 +
            font-family: Calibri, Verdana, helvetica, sans-serif;
 +
            font-weight: bold;
 +
            font-size: 20px;
 +
            font-variant: normal;
 +
            direction:ltr;
 +
            padding-left: 10px;
 +
            padding-right: 10px;
 +
}
 +
#Box1 { position:relative;
 +
      margin: 0px 0px 0px 10px;
 +
      background-color: #ede8e2  ;
 +
      filter:alpha(opacity=95);opacity:0.95;zoom:1;
 +
      height:auto;
 +
      width: 924px;                     
 +
 +
}
 +
#Box1 { color: black;
 +
      font-family: Calibri, Verdana, helvetica, sans-serif;
 +
      font-weight: normal;
 +
      font-size: 12px;
 +
      font-variant: normal;
 +
      direction:ltr;
 +
      padding: 0 10px 0 10px;
 +
}
 +
#Box { position:relative;
 +
      margin: 0px 0px 0px 10px;
 +
      background-color: #ede8e2 ;
 +
      filter:alpha(opacity=98);opacity:0.98;zoom:1;
 +
      height:auto;
 +
      width: 864px;                     
 +
 +
}
 +
#Box { color: black;
 +
      font-family: Calibri, Verdana, helvetica, sans-serif;
 +
      font-size: 18px;
 +
      font-variant: normal;
 +
      direction:ltr;
 +
      padding: 10px 40px 20px 40px;
 +
      text-align: justify;
 +
}
 +
 +
#linkBox {  position:absolute;
 +
            margin-left: -40px;
 +
            margin-bottom: -10px;
 +
            margin-top:-10px;
 +
            background-color: #000066;
 +
            filter:alpha(opacity=80);opacity:0.8;zoom:1;
 +
            height:auto;
 +
            width: 924px;
 +
                       
 +
}
 +
#linkBox {  color: white;
 +
            font-family: Calibri, Verdana, helvetica, sans-serif;
 +
            font-weight: bold;
 +
            font-size: 18px;
 +
            font-variant: normal;
 +
            direction:ltr;
 +
            padding-left: 20px;
 +
                     
 +
}
 +
 +
 +
#sideBox { position: absolute;
 +
          top: 304px;
 +
          left: 720px;
 +
          height: 975px;
 +
          width: 240px;
 +
          background-color: #ede8e2;
 +
}
 +
h2{font-family: Calibri, Verdana, helvetica, sans-serif;
 +
  font-size: 20px;
 +
  font-weight: bold;
 +
}
 +
</style>
</style>
 +
<style>
 +
 +
table {
 +
  border: 0;
 +
  font-family: Calibri, Verdana, helvetica, sans-serif;
 +
  font-size:18px;
 +
  background-color: #ede8e2;
 +
  margin: 5px 0 5px 0;
 +
  padding: 5px 0 5px 10px;
 +
  text-align:top;
 +
}
 +
td{vertical-align:top;}
 +
 +
h3 {              font-size: 20px;
 +
                  text-align:right;
 +
                  text-shadow: #C0C0C0  0px 0px 2px;
 +
                  vertical-align: baseline;
 +
            }
 +
div.intro img {   
 +
                        border-color: white ;
 +
border-style:solid;
 +
                        float:left;
 +
                        width:expression(this.width>500?"250px":this.width+"px");
 +
}
 +
 +
 +
 +
 +
</style>
 +
 +
</head>
</head>
<body>
<body>
-
<center><div><a href = "https://2011.igem.org/Team:NCTU_Formosa"><img src = "https://static.igem.org/mediawiki/2011/6/61/Top.jpg" /></a></div></center>
+
 
-
<br>
+
<div id="banner"><a href = "https://2011.igem.org/Team:NCTU_Formosa"><img src = "https://static.igem.org/mediawiki/2011/8/8c/Banner010.jpg" height="236" width="944"/></a></div>
<ul id="cm-nav">
<ul id="cm-nav">
   <li><a href="https://2011.igem.org/Team:NCTU_Formosa">Home</a></li>
   <li><a href="https://2011.igem.org/Team:NCTU_Formosa">Home</a></li>
-
   <li><a class="arrow no-click">Team </a>
+
   <li><a onClick="out('cm-nav')" class="arrow">Team </a>
       <ul>
       <ul>
         <li><a href="https://2011.igem.org/Team:NCTU_Formosa/members">Members</a></li>
         <li><a href="https://2011.igem.org/Team:NCTU_Formosa/members">Members</a></li>
-
         <li><a href="https://2011.igem.org/Team:NCTU_Formosa/school">School</a></li>
+
         <li><a href="http://www.nctu.edu.tw/english/index.php">School</a></li>
         <li><a href="https://2011.igem.org/Team:NCTU_Formosa/gallery">Gallery</a></li>
         <li><a href="https://2011.igem.org/Team:NCTU_Formosa/gallery">Gallery</a></li>
       </ul>
       </ul>
   </li>
   </li>
-
   <li><a class="arrow no-click">Project</a>
+
   <li><a onClick="out('cm-nav')" class="arrow">Project</a>
       <ul class="arrow-pad">
       <ul class="arrow-pad">
         <li><a href="https://2011.igem.org/Team:NCTU_Formosa/introduction">Introduction</a></li>
         <li><a href="https://2011.igem.org/Team:NCTU_Formosa/introduction">Introduction</a></li>
-
         <li><a class="arrow no-click">RNA Thermometer</a>
+
         <li><a onClick="out('cm-nav')" class="arrow">RNA Thermometer</a>
             <ul>
             <ul>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/RNA_design">Design</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/RNA_design">Design</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/RNA_data">Data</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/RNA_data">Data</a></li>
-
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/RNA_discussion">Discussion</a></li>
+
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/RNA_discussion">Modeling</a></li>
             </ul>
             </ul>
         </li>
         </li>
-
         <li><a class="arrow no-click">CI promoter </a>
+
         <li><a onClick="out('cm-nav')" class="arrow">CI promoter </a>
             <ul>
             <ul>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/CI_design">Design</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/CI_design">Design</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/CI_data">Data</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/CI_data">Data</a></li>
-
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/CI_discussion">Discussion</a></li>
+
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/CI_discussion">Modeling</a></li>
             </ul>
             </ul>
         </li>
         </li>
-
         <li><a class="arrow no-click">Carotenoid synthesis pathway</a>
+
         <li><a onClick="out('cm-nav')" class="arrow">Carotenoid synthesis pathway</a>
             <ul>
             <ul>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/CSP_design">Design</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/CSP_design">Design</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/CSP_data">Data</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/CSP_data">Data</a></li>
-
              <li><a href="https://2011.igem.org/Team:NCTU_Formosa/CSP_discussion">Discussion</a></li>
 
             </ul>
             </ul>
         </li>
         </li>
-
         <li><a class="arrow no-click">Butanol pathway</a>
+
         <li><a onClick="out('cm-nav')" class="arrow">Butanol pathway</a>
             <ul>
             <ul>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/BP_design">Design</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/BP_design">Design</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/BP_data">Data</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/BP_data">Data</a></li>
-
              <li><a href="https://2011.igem.org/Team:NCTU_Formosa/BP_discussion">Discussion</a></li>
 
             </ul>
             </ul>
         </li>
         </li>
-
         <li><a class="arrow no-click">Violacein pathway</a>
+
         <li><a onClick="out('cm-nav')" class="arrow">Violacein pathway</a>
             <ul>
             <ul>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/VP_design">Design</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/VP_design">Design</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/VP_data">Data</a></li>
               <li><a href="https://2011.igem.org/Team:NCTU_Formosa/VP_data">Data</a></li>
-
              <li><a href="https://2011.igem.org/Team:NCTU_Formosa/VP_discussion">Discussion</a></li>
 
             </ul>
             </ul>
-
         </li>
+
         </li>        
       </ul>
       </ul>
   </li>
   </li>
-
   <li><a href="https://2011.igem.org/Team:NCTU_Formosa/modeling">Modeling</a></li>
+
   <li><a href="https://2011.igem.org/Team:NCTU_Formosa/modeling">Measurements</a></li>
-
   <li><a class="arrow no-click">Safety &Parts</a>
+
   <li><a href="https://2011.igem.org/Team:NCTU_Formosa/parts">Parts</a></li>
-
      <ul>
+
  <li><a href="https://2011.igem.org/Team:NCTU_Formosa/safty">Safety</a></li>
-
        <li><a href="https://2011.igem.org/Team:NCTU_Formosa/parts">Parts</a></li>
+
  <li><a href="https://2011.igem.org/Team:NCTU_Formosa/humanpractice">Human Practice</a></li>
-
        <li><a href="https://2011.igem.org/Team:NCTU_Formosa/protocol">Protocol</a></li>
+
  <li><a href="https://2011.igem.org/Team:NCTU_Formosa/contributions">Attribution</a></li>
-
        <li><a href="https://2011.igem.org/Team:NCTU_Formosa/safty">Safty</a></li>
+
  <li><a onClick="out('cm-nav')" class="arrow">Notebook </a>
-
        <li><a href="https://2011.igem.org/Team:NCTU_Formosa/contributions">Contributions</a></li>
+
      <ul>
-
        <li><a href="https://2011.igem.org/Team:NCTU_Formosa/calendar">Calendar</a></li>
+
          <li><a onClick="out('cm-nav')" class="arrow">Protocols</a>
-
      </ul>
+
            <ul>
 +
              <li><a href="https://2011.igem.org/Team:NCTU_Formosa/protocol">Mutation</a></li>
 +
              <li><a href="https://2011.igem.org/Team:NCTU_Formosa/protocol_F">Flow Cytometry</a></li>
 +
              <li><a href="https://2011.igem.org/Team:NCTU_Formosa/protocol_G">GC</a></li>
 +
            </ul>
 +
          <li><a href="https://2011.igem.org/Team:NCTU_Formosa/calendar">Calendar</a></li>
 +
      </ul>
   </li>
   </li>
</ul>
</ul>
-
<br><br><br>
+
 
-
<div class = "titleDesign">test title >></div>
+
 
 +
<br><br>
 +
<div id="blueBox"><p> High Temperature Induced System – cI Promoter & cI repressor
 +
</p></div>
 +
<div id="Box"><h2> Design
 +
</h2>
 +
 
 +
 
 +
<p>In order to make our target protein has a large amount of performance at high temperature, we use the circuit <a href=""><a href=" http://partsregistry.org/Part:BBa_K098995">BBa_K098995</a>, which is designed by Team Harvard 2008. (Figure1) </p>
 +
 
 +
 
 +
<br>
 +
<center><div><img src = "http://partsregistry.org/wiki/images/9/93/CI-1.png" width="450"></div></center>
 +
<br><b>Figure 1.</b><br>
 +
Part <a href=" http://partsregistry.org/Part:BBa_K098995">BBa_K098995 </a>Design, with constitutive strong promoter <a href=" http://partsregistry.org/Part:BBa_J23114">BBa_J23114 </a>, followed by RBS(Ribosome Binding Site) <a href=" <a href=" http://partsregistry.org/Part:BBa_B0034">BBa_B0034</a>, cI repressor <a href=" http://partsregistry.org/Part:BBa_K098997">BBa_K098997</a>, terminator <a href=" http://partsregistry.org/Part:BBa_B001">BBa_B0014</a>, and high temperature-sensitive cI promoter <a href=" http://partsregistry.org/Part:BBa_R0051">BBa_R0051</a>. Among this circuit, cI repressor(<a href=" http://partsregistry.org/Part:BBa_K098997">BBa_K098997</a>) will be produced constantly to inhibit the cI promoter(<a href=" http://partsregistry.org/Part:BBa_R0051">BBa_R0051</a>) at low temperature. At high temperature, cI repressor(<a href=" http://partsregistry.org/Part:BBa_K098997">BBa_K098997</a>) is still produced, however; cI repressor(<a href=" http://partsregistry.org/Part:BBa_K098997">BBa_K098997</a>) will degrade soon. In this way, cI promoter(<a href=" http://partsregistry.org/Part:BBa_R0051">BBa_R0051</a>) will be activated. This part is designed by 2008 Harvard on backbone pSB1A2, and we transform this part to host strain DH5α for further use.
 +
<br><br>
 +
 
 +
 
 +
 
 +
<p>
 +
This circuit uses gene <a href="http://partsregistry.org/Part:BBa_K098997">BBa_K098997</a>coding for cI repressor to inhibit the cI promoter <a href=" http://partsregistry.org/Part:BBa_R0051">BBa_R0051</a>. The activity of cI repressor is gradually decreased by elevating temperature from 30 ℃ to 42 ℃. We just need to place our target gene after this circuit  <a href=" http://partsregistry.org/Part:BBa_K098995">BBa_K098995</a>, and then regulate the performance of our target protein by incubating E.coli at different temperatures between 30℃ to 42℃. At higher temperature, our target protein will produce abundantly. On the contrary, at lower temperature, it will not express well. The function of this circuit is illustrated as followed. (Figure 2.) At lower temperature, cI dimer (cI repressor, <a href=" http://partsregistry.org/Part:BBa_K098997">BBa_K098997</a>) will block the RNA polymerase from further transcription, which leads to the gene after this circuit <a href=" http://partsregistry.org/Part:BBa_K098995">BBa_K098995</a> can’t be expressed. Although, at higher temperature, cI dimer (cI repressor, <a href=" http://partsregistry.org/Part:BBa_K098997">BBa_K098997</a>) will degrade and RNA polymerase can transcribe the DNA sequence again, which means that the expression of the gene after this circuit can be recovered.</p>
 +
 
 +
<br>
 +
<center><div><img src = "http://partsregistry.org/wiki/images/b/bd/CI-2.png" width="700"></div></center>
 +
<br><b> Figure 2. </b><br>
 +
First, <a href=" http://partsregistry.org/Part:BBa_K098995">BBa_K098995</a> on backbone PSB1A2 is transformed to host strain DH5α. Then we can find out that, at lower temperature, cI dimer (cI repressor, <a href=" http://partsregistry.org/Part:BBa_K098997">BBa_K098997</a>) will block the RNA polymerase from further transcription, which leads to the gene after this circuit <a href=" http://partsregistry.org/Part:BBa_K098995">BBa_K098995</a> can’t be expressed. Although, at higher temperature, cI dimer (cI repressor, <a href=" http://partsregistry.org/Part:BBa_K098997">BBa_K098997</a>) will degrade and RNA polymerase can transcribe the DNA sequence again, which means that the expression of the gene after this circuit can be recovered. <br><br>
 +
 
 +
<br><br>
 +
<div id="linkBox">
 +
<a href="https://2011.igem.org/Team:NCTU_Formosa/CI_data" ><font style="Calibri, Verdana, helvetica, sans-serif" color="white" padding-left="10">NEXT >> Data</font>
 +
</div>
 +
 
 +
</div>
 +
 
</body>
</body>
</html>
</html>

Latest revision as of 13:47, 5 October 2011



High Temperature Induced System – cI Promoter & cI repressor

Design

In order to make our target protein has a large amount of performance at high temperature, we use the circuit BBa_K098995, which is designed by Team Harvard 2008. (Figure1)



Figure 1.
Part BBa_K098995 Design, with constitutive strong promoter BBa_J23114 , followed by RBS(Ribosome Binding Site) BBa_B0034, cI repressor BBa_K098997, terminator BBa_B0014, and high temperature-sensitive cI promoter BBa_R0051. Among this circuit, cI repressor(BBa_K098997) will be produced constantly to inhibit the cI promoter(BBa_R0051) at low temperature. At high temperature, cI repressor(BBa_K098997) is still produced, however; cI repressor(BBa_K098997) will degrade soon. In this way, cI promoter(BBa_R0051) will be activated. This part is designed by 2008 Harvard on backbone pSB1A2, and we transform this part to host strain DH5α for further use.

This circuit uses gene BBa_K098997coding for cI repressor to inhibit the cI promoter BBa_R0051. The activity of cI repressor is gradually decreased by elevating temperature from 30 ℃ to 42 ℃. We just need to place our target gene after this circuit BBa_K098995, and then regulate the performance of our target protein by incubating E.coli at different temperatures between 30℃ to 42℃. At higher temperature, our target protein will produce abundantly. On the contrary, at lower temperature, it will not express well. The function of this circuit is illustrated as followed. (Figure 2.) At lower temperature, cI dimer (cI repressor, BBa_K098997) will block the RNA polymerase from further transcription, which leads to the gene after this circuit BBa_K098995 can’t be expressed. Although, at higher temperature, cI dimer (cI repressor, BBa_K098997) will degrade and RNA polymerase can transcribe the DNA sequence again, which means that the expression of the gene after this circuit can be recovered.



Figure 2.
First, BBa_K098995 on backbone PSB1A2 is transformed to host strain DH5α. Then we can find out that, at lower temperature, cI dimer (cI repressor, BBa_K098997) will block the RNA polymerase from further transcription, which leads to the gene after this circuit BBa_K098995 can’t be expressed. Although, at higher temperature, cI dimer (cI repressor, BBa_K098997) will degrade and RNA polymerase can transcribe the DNA sequence again, which means that the expression of the gene after this circuit can be recovered.