Difference between revisions of "Team:ZJU-China/Parts"

 
(18 intermediate revisions by 2 users not shown)
Line 137: Line 137:
 
     margin:auto;
 
     margin:auto;
 
     max-height: 250px;   
 
     max-height: 250px;   
     width: auto%;
+
     width: auto;
 
}
 
}
  
Line 216: Line 216:
 
     font-weight: 100;
 
     font-weight: 100;
 
     text-align: left;
 
     text-align: left;
 +
    line-height: 35px;
 
}
 
}
  
Line 247: Line 248:
 
     width: 100px;
 
     width: 100px;
 
}
 
}
 +
  
  
 
.ArticleHead{
 
.ArticleHead{
  font-family: 'Yanone Kaffeesatz',georgia !important;
+
    font-family: 'Tempus Sans ITC',georgia !important;
  font-size: 40px !important;
+
    font-size: 40px !important;
  font-weight: 800 !important;
+
    font-weight: 800 !important;
  color: #56A36C !important;
+
    color: #56A36C !important;
  text-align: center !important;
+
    text-align: center !important;
 +
    margin-bottom: 0 !important;
 +
    margin-top: .6em !important;
 
}
 
}
  
 
.H3Head{
 
.H3Head{
  font-family: 'Yanone Kaffeesatz',georgia !important;
+
    font-family: 'Tempus Sans ITC',georgia !important;
  color: #FEC43E !important;
+
    color: #FEC43E !important;
  font-size: 25px !important;
+
    font-size: 25px !important;
  font-weight: 100 !important;
+
    font-weight: 400 !important;
  text-align: left !important;
+
    text-align: left !important;
 +
    margin-bottom: 0 !important;
 +
    margin-top:.6em !important;
 
}
 
}
  
 
.PP{
 
.PP{
  font-family: georgia !important;
+
    font-family:Tahoma, Geneva, sans-serif !important;
  font-size: 20px !important;
+
    font-size: 20px !important;
  font-weight: 100 !important;
+
    font-weight: 100 !important;
  text-align: left !important;
+
    text-align: left !important;
 
}
 
}
  
  
 
.Retract{
 
.Retract{
  padding-left: 50px;
+
    padding-left: 50px;
 
}
 
}
  
 
.GreenAH{
 
.GreenAH{
  color: #56A36C;
+
    color: #56A36C;
 
}
 
}
  
 
.YellowAH{
 
.YellowAH{
  color: #FEC43E;
+
    color: #FEC43E;
 
}
 
}
  
Line 293: Line 299:
 
}
 
}
  
.blueTable
 
{
 
  color: #1E90FF;
 
}
 
  
.yellowTable
 
{
 
  color: #CD9B1D;
 
}
 
  
 
h2{
 
h2{
  font-family: 'Yanone Kaffeesatz';
+
    font-family: 'Tempus Sans ITC';
  font-weight: 500;
+
    font-weight: 500;
  font-size: 35px;
+
    font-size: 35px;
  text-align: left;
+
    text-align: left;
 
}
 
}
  
 
h3{
 
h3{
  font-family: 'Yanone Kaffeesatz';
+
    font-family: 'Tempus Sans ITC';
  font-weight: 500;
+
    font-weight: 500;
  font-size: 32px;
+
    font-size: 32px;
  text-align: left;
+
    text-align: left;
 
}
 
}
  
 
h4{
 
h4{
  font-family: 'Yanone Kaffeesatz';
+
    font-family: 'Tempus Sans ITC';
  font-weight: 500;
+
    font-weight: 500;
  font-size: 28px;
+
    font-size: 28px;
  text-align: left;
+
    text-align: left;
 
}
 
}
  
 
h5{
 
h5{
  font-family: 'Yanone Kaffeesatz';
+
    font-family: 'Tempus Sans ITC';
  font-weight: 500;
+
    font-weight: 500;
  font-size: 25px;
+
    font-size: 25px;
  text-align: left;
+
    text-align: left;
 
}
 
}
  
 
p{
 
p{
  margin:0;
+
    margin:0;
  font-size:17px;
+
    font-size:17px;
  line-height: 27px;
+
    line-height: 30px;
  /*padding-bottom: 20px;*/
+
    /*padding-bottom: 20px;*/
  color: #111111;
+
    color: #111111;
 +
}
 +
 
 +
.bs-docs-sidenav
 +
{
 +
    font-family:Tahoma, Geneva, sans-serif !important;
 +
    font-size: 20px !important;
 +
    font-weight: 100 !important;
 +
    text-align: left !important;
 +
}
 +
 
 +
 
 +
.textli li{
 +
    font-family:Tahoma, Geneva, sans-serif !important;
 +
    font-size: 20px !important;
 +
    font-weight: 100 !important;
 +
    text-align: left !important;
 
}
 
}
 
/*文中自定义*/
 
/*文中自定义*/
 +
 +
/*老姜要好看一点的表格*/
 +
.tableNice thead, .tableNice tr {
 +
    text-align: center;
 +
    border-top-width: 1px;
 +
    border-top-style: solid;
 +
    border-top-color: #b1c6d9;
 +
}
 +
.tableNice {
 +
    width: auto;
 +
    align: center;
 +
    border-bottom-width: 1px;
 +
    border-bottom-style: solid;
 +
    border-bottom-color: #D0E9FF;
 +
}
 +
 +
/* Padding and font style */
 +
.tableNice td, .tableNice th {
 +
    padding: 5px 10px;
 +
    font-size: 12px;
 +
 +
    color: #00343F;
 +
}
 +
 +
/* Alternating background colors */
 +
.tableNice tr:nth-child(even) {
 +
    background: transparent;
 +
 +
}
 +
.tableNice tr:nth-child(odd) {
 +
    background: #EBFFFF;
 +
}
 +
 +
.tableOuter
 +
{
 +
    align: center;
 +
    text-align: left;
 +
}
 +
/*老姜要好看一点的表格止*/
 
</style>
 
</style>
  
Line 346: Line 399:
 
                   <!-- <h1><a class="navbar-brand" href="index.html">MuMei Lab</a></h1> -->
 
                   <!-- <h1><a class="navbar-brand" href="index.html">MuMei Lab</a></h1> -->
  
    <div class="container">
 
    <!-- header -->
 
    <div class="header-w3layouts">
 
      <!-- Navigation -->
 
      <nav class="navbar navbar-default navbar-fixed-top">
 
          <div class="navbar-header page-scroll">
 
            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
 
            </button>
 
           
 
            <a href="https://2017.igem.org/Team:ZJU-China">
 
              <img style="margin-top:11px" class="navbar-brand"  src="https://static.igem.org/mediawiki/2017/d/d5/ZJUChina_logo.png">
 
            </a>
 
           
 
            <!-- <h1><a class="navbar-brand" href="index.html">My Design</a></h1> -->
 
  
          </div>  
+
  <div class="container">
          <!-- Collect the nav links, forms, and other content for toggling -->
+
      <!-- header -->
          <div class="collapse navbar-collapse navbar-ex1-collapse">
+
      <div class="header-w3layouts">
            <ul class="nav navbar-nav navbar-right cl-effect-15">
+
          <!-- Navigation -->
              <!-- Hidden li included to remove active class from about link when scrolled up past about section -->
+
          <nav class="navbar navbar-default navbar-fixed-top">
              <li class="hidden"><a class="page-scroll" href="#page-top"></a> </li>
+
               <div class="navbar-header page-scroll">
             
+
                  <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
               <li class="m_nav_item dropdown">
+
                   </button>
                <a href="#" class="dropdown-toggle link " data-toggle="dropdown">Overview<b class="caret"></b></a>
+
                  <ul class="dropdown-menu ">
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/overview">Project Description</a></li>
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/overview/achievements">Achievements</a></li>
+
                   </ul>
+
              </li>
+
  
              <li class="m_nav_item dropdown">
+
                   <a href="https://2017.igem.org/Team:ZJU-China">
                <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Project<b class="caret"></b></a>
+
                      <img style="margin-top:11px" class="navbar-brand" src="https://static.igem.org/mediawiki/2017/d/d5/ZJUChina_logo.png">
                   <ul class="dropdown-menu ">
+
                   </a>
                  <li><a href="https://2017.igem.org/Team:ZJU-China/Project">Project Home</a></li>
+
                  <!-- <li><a href="https://2017.igem.org/Team:ZJU-China/Project/tp">Trichoderma Proof</a></li>
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/Project/voc">VOC sensors</a></li>
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/Project/st">Signal Transduction</a></li>
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/Project/ms">Mat Synthesis</a></li>
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/Project/conclusion">Conclusion</a></li> -->
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/Project/improvement">Improvement</a></li>
+
                   <li><a href="https://2017.igem.org/Team:ZJU-China/InterLab">Interlab</a></li>
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/Notebook">Notebook</a></li>
+
                  </ul>
+
              </li>
+
             
+
              <li class="m_nav_item dropdown">
+
                <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Modelling<b class="caret"></b></a>
+
                  <ul class="dropdown-menu ">
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/Model">Summery</a></li>
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/Model/coculture">Coculture</a></li>
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/Model/voc">VOC analysis</a></li>
+
                  </ul>
+
              </li>
+
  
              <li><a href="https://2017.igem.org/Team:ZJU-China/HP/Hardware">Hardware</a></li>
+
                  <!-- <h1><a class="navbar-brand" href="index.html">My Design</a></h1> -->
  
                
+
               </div>
               <li class="m_nav_item dropdown">
+
               <!-- Collect the nav links, forms, and other content for toggling -->
                <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Safety<b class="caret"></b></a>
+
              <div class="collapse navbar-collapse navbar-ex1-collapse">
                  <ul class="dropdown-menu ">
+
                  <ul class="nav navbar-nav navbar-right cl-effect-15">
                  <li><a href="https://2017.igem.org/Team:ZJU-China/Safety">Environment</a></li>
+
                      <!-- Hidden li included to remove active class from about link when scrolled up past about section -->
                  <li><a href="https://2017.igem.org/Team:ZJU-China/Safety/lab">Laboratory</a></li>
+
                      <li class="hidden"><a class="page-scroll" href="#page-top"></a> </li>
                  </ul>
+
              </li>
+
  
              <li><a href="https://2017.igem.org/Team:ZJU-China/HP/Collaborations">Collaborations</a></li>
+
                      <li class="m_nav_item dropdown">
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Overview<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Overview">Description</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Demonstrate">Demonstrate</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Applied_Design">Applied Design</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Achievements">Achievements</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Improve">Improve Parts</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/InterLab">InterLab</a></li>
  
              <li class="m_nav_item dropdown">
+
                          </ul>
                <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Human Practice<b class="caret"></b></a>
+
                      </li>
                  <ul class="dropdown-menu ">
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/HP">Summary</a></li>
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/HP/Silver">Silver</a></li>
+
                  <li><a href="https://2017.igem.org/Team:ZJU-China/HP/Gold_Integrated">Gold</a></li>
+
                  </ul>
+
              </li>
+
  
              <li class="m_nav_item dropdown">
+
                      <li class="m_nav_item dropdown">
                <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Team<b class="caret"></b></a>
+
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Project<b class="caret"></b></a>
                  <ul class="dropdown-menu ">
+
                          <ul class="dropdown-menu ">
                  <li><a href="https://2017.igem.org/Team:ZJU-China/team">Teammates</a></li>
+
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Project/tp">Trichoderma Proof</a></li>
                  <li><a href="https://2017.igem.org/Team:ZJU-China/team/attribution">Attribution</a></li>
+
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Project/voc">VOC sensors</a></li>
                  </ul>
+
                              <li><a style="font-size: 0.7em!important;" href="https://2017.igem.org/Team:ZJU-China/Project/st">Chemical Signal Transduction</a></li>
              </li>
+
                              <li><a style="font-size: 0.7em!important;" href="https://2017.igem.org/Team:ZJU-China/Project/mt">Medium Wave Transduction</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Project/Downstream">Downstream</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Project/conclusion">Conclusions</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Notebook">Notebook</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Protocols">Protocols</a></li>
 +
                          </ul>
 +
                      </li>
  
            </ul>
+
                      <li class="m_nav_item dropdown" >
          </div>
+
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Model<b class="caret"></b></a>
      </nav>
+
                          <ul class="dropdown-menu ">
    </div>
+
                              <!--<li><a href="https://2017.igem.org/Team:ZJU-China/Model">Summery</a></li>-->
    </div>
+
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Model">VOC analysis</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Model/Coculture">Coculture</a></li>
  
 +
                          </ul>
 +
                      </li>
  
<p></p>
+
                      <li class="m_nav_item dropdown">
<div style="margin-top:0;padding-top:0">
+
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Parts<b class="caret"></b></a>
  <img src="https://static.igem.org/mediawiki/2017/b/be/ZJUChina_interlab_banner.jpg" width="100%">
+
                          <ul class="dropdown-menu ">
  <!-- <img src="images/HP_temp/banner.jpg" width="100%"> -->
+
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Parts">All Parts</a></li>
</div>
+
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Basic_Part">Basic Parts</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Composite_Part">Composite Parts</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Part_Collection">Part Collection</a></li>
 +
 
 +
 
 +
 
 +
 
 +
                          </ul>
 +
                      </li>
 +
 
 +
                      <li class="m_nav_item dropdown" >
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Hardware<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Hardware">Overview</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Hardware/Device">Device</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Hardware/Improvements">Improvements</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Hardware/MediumWave">Medium Wave</a></li>
 +
                          </ul>
 +
                      </li>
 +
 
 +
                      <li class="m_nav_item dropdown" >
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Safety<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Safety">Environment</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Safety/Lab">Laboratory</a></li>
 +
                          </ul>
 +
                      </li>
 +
 
 +
                      <li class="m_nav_item dropdown">
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">HP<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
 
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Human_Practices">Summary</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/HP/Silver">Silver</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/HP/Gold_Integrated">Gold Integrated</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Engagement">Engagement</a></li>
 +
                          </ul>
 +
                      </li>
 +
 
 +
                      <li class="m_nav_item dropdown" >
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Team<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Team">Teammates</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Attributions">Attribution</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Collaborations">Collaboration</a></li>
 +
                          </ul>
 +
                      </li>
 +
                  </ul>
 +
              </div>
 +
          </nav>
 +
      </div>
 +
  </div>
  
 +
  <p></p>
  
<div style="background-color: #FFFAF0;width: 100%" class="container zjuContent">
+
<div style="width: 100%" class="container zjuContent">
 
   <div class="col-md-3"></div>
 
   <div class="col-md-3"></div>
 
     <div class="col-md-9" role="main">
 
     <div class="col-md-9" role="main">
 
       <div class="bs-docs-section">
 
       <div class="bs-docs-section">
  
 
+
          <div style="height: 50px;"></div>
   <h1 id="introduction" class="page-header ArticleHead GreenAH">Parts<hr></h1>
+
   <h1 id="introduction" class="page-header ArticleHead GreenAH">Parts</h1>
 
   <p  class="PP">Welcome to the ZJU-China Parts Pages.This year, we designed 31 parts,and 18 of them had been submitted to the iGEM Registry follow the BioBricks assembly standard as described by RFC10.</p>
 
   <p  class="PP">Welcome to the ZJU-China Parts Pages.This year, we designed 31 parts,and 18 of them had been submitted to the iGEM Registry follow the BioBricks assembly standard as described by RFC10.</p>
 
   <p class="PP">We have a brief description of our parts here, but if you would like more detailed information on the parts, we strongly recommend you visit the corresponding parts pages on the iGEM BioBricks Registry.</p>
 
   <p class="PP">We have a brief description of our parts here, but if you would like more detailed information on the parts, we strongly recommend you visit the corresponding parts pages on the iGEM BioBricks Registry.</p>
  
 +
  <!-- Table -->
  
 
<div class="panel panel-default">
 
  <!-- Default panel contents -->
 
  <!--div class="panel-heading">Parts</div-->
 
 
  <!-- Table -->
 
 
   <table id="partTable" class="table">
 
   <table id="partTable" class="table">
 
   <tr>
 
   <tr>
<th>Name</th>
+
<th class="yellowTable">Name</th>
<th>Type</th>
+
<th class="yellowTable">Type</th>
<th>Description</th>
+
<th class="yellowTable">Description</th>
<th>Designer</th>
+
<th class="yellowTable">Designer</th>
<th>Length(bp)</th>
+
<th class="yellowTable">Length(bp)</th>
<th>Submitted</th>
+
<th class="yellowTable">Submitted</th>
  
 
</tr>
 
</tr>
  
 
<tr>
 
<tr>
     <th>BBa_K2207000</th>
+
     <th class="grayTable">BBa_K2207000</th>
 
     <td>Device</td>
 
     <td>Device</td>
 
     <td>H3-RP27 expression system</td>
 
     <td>H3-RP27 expression system</td>
Line 480: Line 549:
 
     <td> </td>
 
     <td> </td>
 
</tr>
 
</tr>
       <th>BBa_K2207001</th>
+
      <tr>
       <td></td>
+
       <th class="grayTable">BBa_K2207001</th>
 +
       <td>Promoters</td>
 
       <td>Hex promoter</td>
 
       <td>Hex promoter</td>
 
       <td>Junbo Yang</td>
 
       <td>Junbo Yang</td>
 +
      <td>3317</td>
 
       <td></td>
 
       <td></td>
       <td></td>
+
       </tr>
 
+
 
<tr>
 
<tr>
     <th>BBa_K2207002</th>
+
     <th class="grayTable">BBa_K2207002</th>
     <td></td>
+
     <td>Promoters</td>
 
     <td>Ech42 promoter</td>
 
     <td>Ech42 promoter</td>
 
     <td>Junbo Yang</td>
 
     <td>Junbo Yang</td>
     <td></td>
+
     <td>3352</td>
 
     <td></td>
 
     <td></td>
 
</tr>
 
</tr>
  
 
<tr>
 
<tr>
     <th>BBa_K2207003</th>
+
     <th class="grayTable">BBa_K2207003</th>
     <td></td>
+
     <td>Composite Parts</td>
 
     <td>Trichoderma HR System I SOD-Tubulin dobule promoter</td>
 
     <td>Trichoderma HR System I SOD-Tubulin dobule promoter</td>
 
     <td>Yihe Zhang</td>
 
     <td>Yihe Zhang</td>
     <td></td>
+
     <td>3155</td>
 
     <td>✔</td>
 
     <td>✔</td>
  
Line 507: Line 577:
  
 
<tr>
 
<tr>
     <th>BBa_K2207004</th>
+
     <th class="grayTable">BBa_K2207004</th>
     <td></td>
+
     <td>Composite Parts</td>
 
     <td>Trichoderma HR System II Ech42-H3 double promoter</td>
 
     <td>Trichoderma HR System II Ech42-H3 double promoter</td>
 
     <td>Yihe Zhang</td>
 
     <td>Yihe Zhang</td>
     <td></td>
+
     <td>4845</td>
 
     <td>✔</td>
 
     <td>✔</td>
  
Line 517: Line 587:
  
 
<tr>
 
<tr>
     <th>BBa_K2207005</th>
+
     <th class="grayTable">BBa_K2207005</th>
     <td></td>
+
     <td>Composite Parts</td>
 
     <td>Trichoderma HR System III L1-ADH1-RP27-L2</td>
 
     <td>Trichoderma HR System III L1-ADH1-RP27-L2</td>
 
     <td>Yihe Zhang</td>
 
     <td>Yihe Zhang</td>
     <td></td>
+
     <td>903</td>
 
     <td>✔</td>
 
     <td>✔</td>
  
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207006</th>
+
     <th class="grayTable">BBa_K2207006</th>
     <td></td>
+
     <td>Composite Parts</td>
 
     <td>Trichoderma HR System IV L3-ADH1-RP27-L4</td>
 
     <td>Trichoderma HR System IV L3-ADH1-RP27-L4</td>
 
     <td>Yihe Zhang</td>
 
     <td>Yihe Zhang</td>
     <td></td>
+
     <td>903</td>
 
     <td>✔</td>
 
     <td>✔</td>
  
Line 536: Line 606:
  
 
<tr>
 
<tr>
     <th>BBa_K2207007</th>
+
     <th class="grayTable">BBa_K2207007</th>
     <td></td>
+
     <td>Composite Parts</td>
 
     <td>Trichoderma HR System V Homologous Binding SiteA</td>
 
     <td>Trichoderma HR System V Homologous Binding SiteA</td>
 
     <td>Yihe Zhang</td>
 
     <td>Yihe Zhang</td>
     <td></td>
+
     <td>1676</td>
 
     <td>✔</td>
 
     <td>✔</td>
  
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207008</th>
+
     <th class="grayTable">BBa_K2207008</th>
     <td></td>
+
     <td>Composite Parts</td>
 
     <td>Trichoderma HR System VI Homologous Binding SiteB</td>
 
     <td>Trichoderma HR System VI Homologous Binding SiteB</td>
 
     <td>Yihe Zhang</td>
 
     <td>Yihe Zhang</td>
     <td></td>
+
     <td>1650</td>
 
     <td>✔</td>
 
     <td>✔</td>
  
Line 555: Line 625:
  
 
<tr>
 
<tr>
     <th>BBa_K2207009</th>
+
     <th class="grayTable">BBa_K2207009</th>
 
     <td>Coding Sequences</td>
 
     <td>Coding Sequences</td>
 
     <td>PhlF transcription factor</td>
 
     <td>PhlF transcription factor</td>
Line 564: Line 634:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207010</th>
+
     <th class="grayTable">BBa_K2207010</th>
     <td></td>
+
     <td>Other</td>
 
     <td>Phl Operator</td>
 
     <td>Phl Operator</td>
 
     <td>Yuxing Chen</td>
 
     <td>Yuxing Chen</td>
     <td>823</td>
+
     <td>825</td>
     <td></td>
+
     <td></td>
  
 
</tr>
 
</tr>
  
 
<tr>
 
<tr>
     <th>BBa_K2207011</th>
+
     <th class="grayTable">BBa_K2207011</th>
     <td></td>
+
     <td>Protein Generators</td>
 
     <td>Phl Operator(BBa_K2207010) mRFP</td>
 
     <td>Phl Operator(BBa_K2207010) mRFP</td>
 
     <td>Yuxing Chen</td>
 
     <td>Yuxing Chen</td>
 +
    <td>1545</td>
 
     <td></td>
 
     <td></td>
    <td>✔</td>
 
  
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207012</th>
+
     <th class="grayTable">BBa_K2207012</th>
 
     <td>Composite Parts</td>
 
     <td>Composite Parts</td>
 
     <td>DAPG sensor(PhlOF)</td>
 
     <td>DAPG sensor(PhlOF)</td>
     <td> Qianjin Jiang</td>
+
     <td>Qianjin Jiang</td>
 
     <td>1450</td>
 
     <td>1450</td>
 
     <td></td>
 
     <td></td>
Line 592: Line 662:
  
 
<tr>
 
<tr>
     <th>BBa_K2207013</th>
+
     <th class="grayTable">BBa_K2207998</th>
     <td></td>
+
     <td>Composite Parts</td>
 
     <td>2,4-DAPG PhlABCD Cluster</td>
 
     <td>2,4-DAPG PhlABCD Cluster</td>
 
     <td>Junmin Qian</td>
 
     <td>Junmin Qian</td>
     <td></td>
+
     <td>4332</td>
     <td></td>
+
     <td> </td>
 
</tr>
 
</tr>
  
 
<tr>
 
<tr>
     <th>BBa_K2207014</th>
+
     <th class="grayTable">BBa_K2207014</th>
     <td></td>
+
     <td>Composite Parts</td>
 
     <td>PhlAC enzyme</td>
 
     <td>PhlAC enzyme</td>
 
     <td>Junmin Qian</td>
 
     <td>Junmin Qian</td>
     <td></td>
+
     <td>5025</td>
     <td></td>
+
     <td> </td>
 
</tr>
 
</tr>
  
 
<tr>
 
<tr>
     <th>BBa_K2207015</th>
+
     <th class="grayTable">BBa_K2207015</th>
     <td></td>
+
     <td>Composite Parts</td>
 
     <td>PhlBD enzyme</td>
 
     <td>PhlBD enzyme</td>
 
     <td>Junmin Qian</td>
 
     <td>Junmin Qian</td>
     <td></td>
+
     <td>4212</td>
 
     <td></td>
 
     <td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207016</th>
+
     <th class="grayTable">BBa_K2207016</th>
     <td></td>
+
     <td>Composite Parts</td>
 
     <td>PhlAB enzyme</td>
 
     <td>PhlAB enzyme</td>
 
     <td>Junmin Qian</td>
 
     <td>Junmin Qian</td>
     <td></td>
+
     <td>5604</td>
 
     <td></td>
 
     <td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207017</th>
+
     <th class="grayTable">BBa_K2207017</th>
     <td></td>
+
     <td>Composite Parts</td>
 
     <td>PhlCD enzyme</td>
 
     <td>PhlCD enzyme</td>
 
     <td>Junmin Qian</td>
 
     <td>Junmin Qian</td>
     <td></td>
+
     <td>4646</td>
 
     <td></td>
 
     <td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207018</th>
+
     <th class="grayTable">BBa_K2207018</th>
     <td></td>
+
     <td>Devices</td>
 
     <td>GPD-CYC1 expression system</td>
 
     <td>GPD-CYC1 expression system</td>
 
     <td>Shisheng Li</td>
 
     <td>Shisheng Li</td>
     <td></td>
+
     <td>382</td>
 
     <td></td>
 
     <td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207019</th>
+
     <th class="grayTable">BBa_K2207019</th>
     <td></td>
+
     <td>Translational units</td>
 
     <td>TRPV1-Ferritin</td>
 
     <td>TRPV1-Ferritin</td>
 
     <td>Cheng Shen</td>
 
     <td>Cheng Shen</td>
     <td></td>
+
     <td>4853</td>
 
     <td></td>
 
     <td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207020</th>
+
     <th class="grayTable">BBa_K2207020</th>
     <td></td>
+
     <td>Translational units</td>
 
     <td>Ferritin</td>
 
     <td>Ferritin</td>
 
     <td>Cheng Shen</td>
 
     <td>Cheng Shen</td>
     <td></td>
+
     <td>1173</td>
 
     <td></td>
 
     <td></td>
  
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207021</th>
+
     <th class="grayTable">BBa_K2207021</th>
     <td></td>
+
     <td>Promoters</td>
 
     <td>Calcineurin-dependent response element (CDRE)</td>
 
     <td>Calcineurin-dependent response element (CDRE)</td>
 
     <td>Shisheng Li</td>
 
     <td>Shisheng Li</td>
     <td></td>
+
     <td>474</td>
 
     <td>✔</td>
 
     <td>✔</td>
 
</tr>
 
</tr>
 +
 
<tr>
 
<tr>
     <th>BBa_K2207022</th>
+
     <th class="grayTable">BBa_K2207022</th>
     <td></td>
+
     <td>Protein Generators</td>
     <td>CDRE(BBa_K2207021) mrfp</td>
+
     <td>CDRE(BBa_K2207021) oligoA-mrfp</td>
     <td> Shisheng Li</td>
+
     <td>Shisheng Li</td>
     <td></td>
+
     <td>1186</td>
 
     <td>✔</td>
 
     <td>✔</td>
 
</tr>
 
</tr>
 +
 
<tr>
 
<tr>
     <th>BBa_K2207023</th>
+
     <th class="grayTable">BBa_K2207023</th>
     <td></td>
+
     <td>Coding Sequences</td>
 
     <td>Mature serine protein from Paecilomyces lilacinus</td>
 
     <td>Mature serine protein from Paecilomyces lilacinus</td>
 
     <td>Zifan Xie</td>
 
     <td>Zifan Xie</td>
     <td></td>
+
     <td>882</td>
 
     <td>✔</td>
 
     <td>✔</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207024</th>
+
     <th class="grayTable">BBa_K2207024</th>
     <td></td>
+
     <td>Promoters</td>
 
     <td>T7-mutant1</td>
 
     <td>T7-mutant1</td>
 
     <td>Yuxing Chen</td>
 
     <td>Yuxing Chen</td>
     <td></td>
+
     <td>42</td>
 
     <td>✔</td>
 
     <td>✔</td>
  
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207025</th>
+
     <th class="grayTable">BBa_K2207025</th>
     <td></td>
+
     <td>Promoters</td>
 
     <td>T7-mutant2</td>
 
     <td>T7-mutant2</td>
 
     <td>Yuxing Chen</td>
 
     <td>Yuxing Chen</td>
     <td></td>
+
     <td>42</td>
 
     <td>✔</td>
 
     <td>✔</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207026</th>
+
     <th class="grayTable">BBa_K2207026</th>
     <td></td>
+
     <td>Promoters</td>
 
     <td>T7-mutant3</td>
 
     <td>T7-mutant3</td>
 
     <td>Yuxing Chen</td>
 
     <td>Yuxing Chen</td>
     <td></td>
+
     <td>42</td>
 
     <td>✔</td>
 
     <td>✔</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207027</th>
+
     <th class="grayTable">BBa_K2207027</th>
     <td></td>
+
     <td>Promoters</td>
 
     <td>T7-mutant4</td>
 
     <td>T7-mutant4</td>
 
     <td>Yuxing Chen</td>
 
     <td>Yuxing Chen</td>
     <td></td>
+
     <td>42</td>
 
     <td>✔</td>
 
     <td>✔</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207028</th>
+
     <th class="grayTable">BBa_K2207028</th>
     <td></td>
+
     <td>Promoters</td>
 
     <td>T7-mutant5</td>
 
     <td>T7-mutant5</td>
 
     <td>Yuxing Chen</td>
 
     <td>Yuxing Chen</td>
     <td></td>
+
     <td>42</td>
 
     <td>✔</td>
 
     <td>✔</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207029</th>
+
     <th class="grayTable">BBa_K2207029</th>
     <td></td>
+
     <td>Promoters</td>
 
     <td>T7-mutant6</td>
 
     <td>T7-mutant6</td>
 
     <td>Yuxing Chen</td>
 
     <td>Yuxing Chen</td>
     <td></td>
+
     <td>42</td>
 
     <td>✔</td>
 
     <td>✔</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
     <th>BBa_K2207030</th>
+
     <th class="grayTable">BBa_K2207030</th>
     <td></td>
+
     <td>Promoters</td>
 
     <td>T7-mutant7</td>
 
     <td>T7-mutant7</td>
 
     <td>Yuxing Chen</td>
 
     <td>Yuxing Chen</td>
     <td></td>
+
     <td>42</td>
 
     <td>✔</td>
 
     <td>✔</td>
 
</tr>
 
</tr>
 +
  <tr>
 +
      <th class="grayTable">BBa_K2207031</th>
 +
      <td>Coding Sequences</td>
 +
      <td>PhlE efflux pump</td>
 +
      <td>Junming Qian</td>
 +
      <td>1272</td>
 +
      <td>✔</td>
 +
  </tr>
 +
 +
      <tr>
 +
          <th class="grayTable">BBa_K2207997</th>
 +
          <td>Composite Parts</td>
 +
          <td>2,4-DAPG PhlABCD Cluster with T7 promoter and Double Terminator</td>
 +
          <td>Junming Qian</td>
 +
          <td>1272</td>
 +
          <td>✔</td>
 +
      </tr>
 +
 +
      <tr>
 +
          <th class="grayTable">BBa_K2207036</th>
 +
          <td>Coding Sequencess</td>
 +
          <td>oligoA-mRFP</td>
 +
          <td>Shisheng Li</td>
 +
          <td>712</td>
 +
          <td>✔</td>
 +
      </tr>
  
 
   </table>
 
   </table>
</div>
 
  
 
   <h2 id="favouriteParts" class="H2Head">Favorite Parts!</h2>
 
   <h2 id="favouriteParts" class="H2Head">Favorite Parts!</h2>
  <p class="PP">Our new Basic Parts in Trichoderma spp.</p>
+
          <h3 class="H3Head">Our new Basic Parts in Trichoderma spp.</h3>
  <p class="PP">BBa_K2207003 ~ BBa_K2207008</p>
+
          <p class="PP Retract"><strong>BBa_K2207003 ~ BBa_K2207008</strong></p>
  <p class="PP">We have collected and proved many new parts which can be used in Trichoderma spp. , including four promoters, two terminators and the selection marker higB gene. And then we cloned them with homologous sequences on pSB1C3,for any researches who want to express genes in Trichoderma spp, they only need to integrate  these parts with GOI and clone them into corresponding vectors(no matter what kinds of transduction methods or plasmids he used.) Click here to see how we constructed these systems.</p>
+
          <p class="PP">We have collected and proved many new parts which can be used in Trichoderma spp. , including four promoters, two terminators and the selection marker hygB gene. And then we cloned them with homologous sequences on pSB1C3,for any researches who want to express genes in Trichoderma spp, they only need to integrate  these parts with GOI and clone them into corresponding vectors(no matter what kinds of transduction methods or plasmids he used.) <a class="cite" href="https://2017.igem.org/Team:ZJU-China/Project/tp#overview">Click here</a> to see how we constructed these systems.</p>
 +
 
 +
          <h3 class="H3Head">Our calcium ion response  promoter.</h3>
 +
              <p class="PP Retract"><strong>BBa_K2207021</strong></p>
 +
          <p class="PP">We replaced the upstream activating sequence (UAS) of CYC1 promoter with 4 CDREs. This promoter responds to the cell calcium concentration increased, only designed for Saccharomyces cerevisiae and depended on S.cerevisiae's endogenous calcineurin and calmodulin. <a class="cite" href="https://2017.igem.org/Team:ZJU-China/Basic_Part">Click here</a> to see how we use this part.</p>
 +
 
  
  <h2 id="BestCompositeParts" class="H2Head">Best Composite Parts</h2>
+
          <h2 id="BestCompositeParts" class="H2Head">Best Composite Parts</h2>
  <p class="PP">BBa_K2207013</p>
+
          <p class="PP Retract"><strong>BBa_K2207013</strong></p>
  <p class="PP">We got a new gene cluster through PCR from Pseudomonadaceae.fluorescens genome,phlABCD,coding four enzymes used to synthesis 2,4-DAPG.We have mutated some illegal enzyme sites and successfully detected the DAPG production.Click here to see our fantastic work.</p>
+
          <p class="PP">We got a new gene cluster through PCR from Pseudomonadaceae.fluorescens genome,phlABCD,coding four enzymes used to synthesis 2,4-DAPG.We have mutated some illegal enzyme sites and successfully detected the DAPG production.<a class="cite" href="https://2017.igem.org/Team:ZJU-China/Composite_Part">Click here</a> to see our fantastic work.</p>
 
   <!--配DAPG基因簇图-->
 
   <!--配DAPG基因簇图-->
  
 
   <h2 id="ImproveT7promoters" class="H2Head">Improve T7 promoters</h2>
 
   <h2 id="ImproveT7promoters" class="H2Head">Improve T7 promoters</h2>
  <p class="PP">BBa_K2207024 ~ BBa_K2207030
+
          <p class="PP Retract"><strong>BBa_K2207024 ~ BBa_K2207030</strong></p>
  <p class="PP">T7 promoter is widely used in genetic engineering for its highly yields of recombinant proteins when T7 RNAP is present. This year,we did Site-directed mutagenesis to get some mutants based on T7 promoters.We used mRFP as a reporter gene to measure these mutants strength.Click here to see more details.
+
          <p class="PP">T7 promoter is widely used in genetic engineering for its highly yields of recombinant proteins when T7 RNAP is present. This year,we did Site-directed mutagenesis to get some mutants based on T7 promoters.We used mRFP as a reporter gene to measure these mutants strength.<a class="cite" href="https://2017.igem.org/Team:ZJU-China/Part_Collection">Click here</a> to see more details.</p>
 
       <!--配IP结果处理图-->
 
       <!--配IP结果处理图-->
  
Line 765: Line 867:
 
<div class="col-md-3 disappear-on-top" role="complementary">
 
<div class="col-md-3 disappear-on-top" role="complementary">
 
   <nav  style="position: fixed; top: 100px ; left:50px;" class="bs-docs-sidebar hidden-print hidden-xs hidden-sm">
 
   <nav  style="position: fixed; top: 100px ; left:50px;" class="bs-docs-sidebar hidden-print hidden-xs hidden-sm">
     <ul class="nav bs-docs-sidenav">
+
     <ul class="nav bs-docs-sidenav shorterli">
  
 
       <li><a href="#introduction">Introduction</a></li>
 
       <li><a href="#introduction">Introduction</a></li>
Line 778: Line 880:
 
   <a class="back-to-top" href="#top">
 
   <a class="back-to-top" href="#top">
 
   <!--  <i class="fa fa-arrow-up nav_icon"></i> -->
 
   <!--  <i class="fa fa-arrow-up nav_icon"></i> -->
    ↑ UP ↑
+
      <img style="width: 50px;" src="https://static.igem.org/mediawiki/2017/d/da/ZJU_China_UP.png">
 
   </a>
 
   </a>
  
Line 791: Line 893:
 
<div class="footer"  style="background-color: #000000">
 
<div class="footer"  style="background-color: #000000">
 
   <div class="copyright container text-center">
 
   <div class="copyright container text-center">
 +
      <p><br></p>
 
     <p class="copyright">Copyright &copy; 2017 ZJU-IGEM | <a href="http://www.zju.edu.cn/">Zhejiang University</a> |</p>
 
     <p class="copyright">Copyright &copy; 2017 ZJU-IGEM | <a href="http://www.zju.edu.cn/">Zhejiang University</a> |</p>
     <p class="copyright">Contact us:<a class="copyright" href="">WeChat</a></p>
+
      <p><br></p>
 +
     <!--<p class="copyright">Contact us:<a class="copyright" href="">WeChat</a></p>-->
 
   </div>
 
   </div>
 
</div>
 
</div>
Line 807: Line 911:
  
  
   <script src="https://static.igem.org/mediawiki/2017/9/92/ZJUChina_scrolling-nav.txt"></script>
+
   <script src="https://2017.igem.org/Team:ZJU-China/js/scrollingnavnonPic?action=raw&ctype=text/javascript"></script>
 
   <script src="https://static.igem.org/mediawiki/2017/c/c0/ZJUChina_txtSmoothScroll.min.txt"></script>
 
   <script src="https://static.igem.org/mediawiki/2017/c/c0/ZJUChina_txtSmoothScroll.min.txt"></script>
  
 
   </body>
 
   </body>
 
</html>
 
</html>

Latest revision as of 15:18, 1 November 2017

Parts

Welcome to the ZJU-China Parts Pages.This year, we designed 31 parts,and 18 of them had been submitted to the iGEM Registry follow the BioBricks assembly standard as described by RFC10.

We have a brief description of our parts here, but if you would like more detailed information on the parts, we strongly recommend you visit the corresponding parts pages on the iGEM BioBricks Registry.

Name Type Description Designer Length(bp) Submitted
BBa_K2207000 Device H3-RP27 expression system Qianjin Jiang 2644
BBa_K2207001 Promoters Hex promoter Junbo Yang 3317
BBa_K2207002 Promoters Ech42 promoter Junbo Yang 3352
BBa_K2207003 Composite Parts Trichoderma HR System I SOD-Tubulin dobule promoter Yihe Zhang 3155
BBa_K2207004 Composite Parts Trichoderma HR System II Ech42-H3 double promoter Yihe Zhang 4845
BBa_K2207005 Composite Parts Trichoderma HR System III L1-ADH1-RP27-L2 Yihe Zhang 903
BBa_K2207006 Composite Parts Trichoderma HR System IV L3-ADH1-RP27-L4 Yihe Zhang 903
BBa_K2207007 Composite Parts Trichoderma HR System V Homologous Binding SiteA Yihe Zhang 1676
BBa_K2207008 Composite Parts Trichoderma HR System VI Homologous Binding SiteB Yihe Zhang 1650
BBa_K2207009 Coding Sequences PhlF transcription factor Qianjin Jiang 627
BBa_K2207010 Other Phl Operator Yuxing Chen 825
BBa_K2207011 Protein Generators Phl Operator(BBa_K2207010) mRFP Yuxing Chen 1545
BBa_K2207012 Composite Parts DAPG sensor(PhlOF) Qianjin Jiang 1450
BBa_K2207998 Composite Parts 2,4-DAPG PhlABCD Cluster Junmin Qian 4332
BBa_K2207014 Composite Parts PhlAC enzyme Junmin Qian 5025
BBa_K2207015 Composite Parts PhlBD enzyme Junmin Qian 4212
BBa_K2207016 Composite Parts PhlAB enzyme Junmin Qian 5604
BBa_K2207017 Composite Parts PhlCD enzyme Junmin Qian 4646
BBa_K2207018 Devices GPD-CYC1 expression system Shisheng Li 382
BBa_K2207019 Translational units TRPV1-Ferritin Cheng Shen 4853
BBa_K2207020 Translational units Ferritin Cheng Shen 1173
BBa_K2207021 Promoters Calcineurin-dependent response element (CDRE) Shisheng Li 474
BBa_K2207022 Protein Generators CDRE(BBa_K2207021) oligoA-mrfp Shisheng Li 1186
BBa_K2207023 Coding Sequences Mature serine protein from Paecilomyces lilacinus Zifan Xie 882
BBa_K2207024 Promoters T7-mutant1 Yuxing Chen 42
BBa_K2207025 Promoters T7-mutant2 Yuxing Chen 42
BBa_K2207026 Promoters T7-mutant3 Yuxing Chen 42
BBa_K2207027 Promoters T7-mutant4 Yuxing Chen 42
BBa_K2207028 Promoters T7-mutant5 Yuxing Chen 42
BBa_K2207029 Promoters T7-mutant6 Yuxing Chen 42
BBa_K2207030 Promoters T7-mutant7 Yuxing Chen 42
BBa_K2207031 Coding Sequences PhlE efflux pump Junming Qian 1272
BBa_K2207997 Composite Parts 2,4-DAPG PhlABCD Cluster with T7 promoter and Double Terminator Junming Qian 1272
BBa_K2207036 Coding Sequencess oligoA-mRFP Shisheng Li 712

Favorite Parts!

Our new Basic Parts in Trichoderma spp.

BBa_K2207003 ~ BBa_K2207008

We have collected and proved many new parts which can be used in Trichoderma spp. , including four promoters, two terminators and the selection marker hygB gene. And then we cloned them with homologous sequences on pSB1C3,for any researches who want to express genes in Trichoderma spp, they only need to integrate these parts with GOI and clone them into corresponding vectors(no matter what kinds of transduction methods or plasmids he used.) Click here to see how we constructed these systems.

Our calcium ion response promoter.

BBa_K2207021

We replaced the upstream activating sequence (UAS) of CYC1 promoter with 4 CDREs. This promoter responds to the cell calcium concentration increased, only designed for Saccharomyces cerevisiae and depended on S.cerevisiae's endogenous calcineurin and calmodulin. Click here to see how we use this part.

Best Composite Parts

BBa_K2207013

We got a new gene cluster through PCR from Pseudomonadaceae.fluorescens genome,phlABCD,coding four enzymes used to synthesis 2,4-DAPG.We have mutated some illegal enzyme sites and successfully detected the DAPG production.Click here to see our fantastic work.

Improve T7 promoters

BBa_K2207024 ~ BBa_K2207030

T7 promoter is widely used in genetic engineering for its highly yields of recombinant proteins when T7 RNAP is present. This year,we did Site-directed mutagenesis to get some mutants based on T7 promoters.We used mRFP as a reporter gene to measure these mutants strength.Click here to see more details.