Difference between revisions of "Team:HZAU-China/Design"

(Prototype team page)
 
Line 1: Line 1:
 
{{HZAU-China}}
 
{{HZAU-China}}
 
<html>
 
<html>
 +
<head>
 +
  <meta charset="UTF-8">
 +
  <!--内容的样式-->
 +
  <style>
 +
    body {
 +
      font-family: "Arial", Helvetica, sans-serif;
 +
      text-align: justify;
 +
      margin: 0px;
 +
      background-color: #ffffff;
 +
    }
  
 +
    .HZAU_content a:hover {
 +
      color: black;
 +
      text-decoration: none;
 +
    }
  
 +
    .HZAU_content a {
 +
      color: black;
 +
    }
  
 +
    .HZAU_content {
 +
      position: absolute;
 +
      top: 43px;
 +
      left: 250px;
 +
      width: 1000px;
 +
      height: 2100px;
 +
      z-index: -1;
 +
    }
  
<div class="column full_size">
+
    .HZAU_2017_menu {
<h1>Design</h1>
+
      display: block;
<p>
+
      position: fixed;
Design is the first step in the design-build-test cycle in engineering and synthetic biology. Use this page to describe the process that you used in the design of your parts. You should clearly explain the engineering principles used to design your project.
+
      left: 15px;
</p>
+
      top: 100px;
 +
      height: 337px;
 +
      width: 233px;
 +
      overflow: hidden;
 +
    }
  
<p>
+
    .beijin {
This page is different to the "Applied Design Award" page. Please see the <a href="https://2017.igem.org/Team:HZAU-China/Applied_Design">Applied Design</a> page for more information on how to compete for that award.
+
      height: 337px;
</p>
+
      width: 233px;
 +
    }
  
</div>
+
    .HZAU_2017_menu ul {
 +
      position: absolute;
 +
      top: 50%;
 +
      margin-top: -80px;
 +
      margin-left: 0px;
 +
      left: 0px;
 +
      width: 100%;
 +
      padding-left: 0px;
 +
      font-size: 16px;
 +
    }
  
<div class="column half_size">
+
    .HZAU_2017_menu li {
<h5>What should this page contain?</h5>
+
      width: 100%;
<ul>
+
    }
<li>Explanation of the engineering principles your team used in your design</li>
+
<li>Discussion of the design iterations your team went through</li>
+
<li>Experimental plan to test your designs</li>
+
</ul>
+
  
</div>
+
    .HZAU_2017_menu li a {
 +
      display: inline-block;
 +
      width: 100%;
 +
      height: 100%;
 +
      padding: 20px 0px 20px 0px;
 +
      margin-left: 13px;
 +
      text-align: left;
 +
      color: rgb(249, 228, 137);
 +
      text-decoration: none;
 +
      font-style: arial;
 +
      line-height: 90%;
 +
    }
  
<div class="column half_size">
+
    .HZAU_2017_menu li:hover {
<h5>Inspiration</h5>
+
      background: rgb(249, 228, 137);
<ul>
+
    }
<li><a href="https://2016.igem.org/Team:MIT/Experiments/Promoters">2016 MIT</a></li>
+
<li><a href="https://2016.igem.org/Team:BostonU/Proof">2016 BostonU</a></li>
+
<li><a href="https://2016.igem.org/Team:NCTU_Formosa/Design">2016 NCTU Formosa</a></li>
+
</ul>
+
</div>
+
  
 +
    .HZAU_2017_menu li a:hover {
 +
      color: #000;
 +
    }
  
 +
    .HZAU_item {
 +
      position: absolute;
 +
      width: 100%;
 +
      padding-left: 40px;
 +
    }
  
 +
    .biaoti {
 +
      font-size: 50px;
 +
      font-weight: bold;
 +
      text-align: center;
 +
      width: 100%;
 +
      display: block;
 +
      padding-bottom: 50px;
 +
      padding-top: 50px;
 +
      color: rgb(63, 59, 58);
 +
    }
 +
 +
    .zhengwen {
 +
      display: block;
 +
      font-style: arial;
 +
      font-size: 18px;
 +
      line-height: 34px;
 +
      text-align: justify;
 +
      color: #000;
 +
      margin-bottom: 9px;
 +
      margin-left: 0px;
 +
      margin-right: 0px;
 +
      margin-top: 7.2px
 +
    }
 +
 +
    .jiaozheng {
 +
      position: relative;
 +
    }
 +
 +
    .jiaozheng a {
 +
      position: absolute;
 +
      top: -66px;
 +
    }
 +
 +
    .HZAU_content img {
 +
      margin: 0 auto;
 +
      display: block;
 +
    }
 +
 +
    .tu_1 {
 +
      width: 233px;
 +
    }
 +
 +
    .tu_2 {
 +
      width: 555px;
 +
    }
 +
  </style>
 +
</head>
 +
 +
<body>
 +
  <div class="HZAU_2017_menu">
 +
    <img src="https://static.igem.org/mediawiki/2017/8/8e/HZAU_2017_background_1.png" class="beijin">
 +
    <ul class="daohang">
 +
      <li id="HZAU_menu_1">
 +
        <a href="#" id="bianse_1">Background</a>
 +
      </li>
 +
      <li id="HZAU_menu_2">
 +
        <a href="#item2_1" id="bianse_2">Information</a>
 +
      </li>
 +
      <li id="HZAU_menu_3">
 +
        <a href="#item3_1" id="bianse_3">Why light control</a>
 +
      </li>
 +
    </ul>
 +
  </div>
 +
  <div class="HZAU_content">
 +
    <div class="HZAU_item">
 +
      <a class="biaoti">Design</a>
 +
      <a class="zhengwen">Our whole plan is to control the cell replication dynamically. After research, we decided to combine the CRISPR and optogenetic to construct our system.</a>
 +
      <img src="https://i0.hdslb.com/bfs/bangumi/71ff7c74c34eeac1c12379c40126d200233780dd.jpg_144x144.jpg" class="tu_1">
 +
      <a class="zhengwen">Like mentioned in description, DnaA protein is essential for cell cycle control, so we decide to interrupt its binding to corresponding DNA using CRISPR/dCas9. Under the guidance of gRNA dCas9 will bind to where DnaA should bind blocking further reaction to form replisome. Without replisome, the chromosome can’t replicate block it at phase B. Compared with engineering DnaA protein, this method is more easy and robust, and can be readily integrated into other prokaryotes.</a>
 +
      <img src="https://i0.hdslb.com/bfs/bangumi/71ff7c74c34eeac1c12379c40126d200233780dd.jpg_144x144.jpg" class="tu_1">
 +
      <a class="zhengwen">Optogenetic is used to regulate the function of dCas9 due to its specificity in time and space and its easy manipulation, and it is also considered to be a proper connection between organism and computer. So we decided to use light to control the whole system. To achieve this system, we also designed two approach, one is based on the reaction of transcription level, and the other is based on the protein interaction.</a>
 +
      <a class="zhengwen">On the transcription level, we used CcaS-CcaR system, which is developed from cyanobacteria and is well used in synthetic biology. The CcaS-CcaR system is a two-component system. Under the green light, the phosphorylation of CcaS protein will happen and the CcaR protein will accept this phosphate and dimerize into a transcriptor inducing the transcription of gRNA, in which leading to the inhibition of replication. In the red light, the gRNA will stop transcription and degrade in a short time, and the inhibition will decrease in a short time freeing cell from blocking. Corresponding results please see HERE.</a>
 +
      <img src="https://i0.hdslb.com/bfs/bangumi/71ff7c74c34eeac1c12379c40126d200233780dd.jpg_144x144.jpg" class="tu_1">
 +
      <a class="zhengwen">The protein level of light controlled dCas9 system is based on the split protein and light induced dimerization protein. By infusing split dCas9 and LID protein together can make dCas9 under the control of light( fig). The pMag and nMag developed from fungal is chosen to induce the complement of dCas9. They are engineered VVD protein using FAD as its light sensing molecule. Under the irritation of blue light, the conformation change of FAD influences the structure of pMag and nMag revealing its dimerization domain. We choose this pair of protein due to its low molecular weight and tunable dynamics. For split dCas9, we not only tried the traditional way to split, but also tried a split method based on its structure and function(fig. )</a>
 +
      <img src="https://i0.hdslb.com/bfs/bangumi/71ff7c74c34eeac1c12379c40126d200233780dd.jpg_144x144.jpg" class="tu_1">
 +
      <a class="zhengwen">These two approaches both can satisfy our need in a certain way, but the former one is simpler but more related to metabolic state of chassis, and the latter one is more difficult to fulfill. So we tried two approaches at the same time. For more information please view EXPERIMENT.</a>
 +
    </div>
 +
  </div>
 +
</body>
 
</html>
 
</html>

Revision as of 13:03, 29 October 2017

Design Our whole plan is to control the cell replication dynamically. After research, we decided to combine the CRISPR and optogenetic to construct our system. Like mentioned in description, DnaA protein is essential for cell cycle control, so we decide to interrupt its binding to corresponding DNA using CRISPR/dCas9. Under the guidance of gRNA dCas9 will bind to where DnaA should bind blocking further reaction to form replisome. Without replisome, the chromosome can’t replicate block it at phase B. Compared with engineering DnaA protein, this method is more easy and robust, and can be readily integrated into other prokaryotes. Optogenetic is used to regulate the function of dCas9 due to its specificity in time and space and its easy manipulation, and it is also considered to be a proper connection between organism and computer. So we decided to use light to control the whole system. To achieve this system, we also designed two approach, one is based on the reaction of transcription level, and the other is based on the protein interaction. On the transcription level, we used CcaS-CcaR system, which is developed from cyanobacteria and is well used in synthetic biology. The CcaS-CcaR system is a two-component system. Under the green light, the phosphorylation of CcaS protein will happen and the CcaR protein will accept this phosphate and dimerize into a transcriptor inducing the transcription of gRNA, in which leading to the inhibition of replication. In the red light, the gRNA will stop transcription and degrade in a short time, and the inhibition will decrease in a short time freeing cell from blocking. Corresponding results please see HERE. The protein level of light controlled dCas9 system is based on the split protein and light induced dimerization protein. By infusing split dCas9 and LID protein together can make dCas9 under the control of light( fig). The pMag and nMag developed from fungal is chosen to induce the complement of dCas9. They are engineered VVD protein using FAD as its light sensing molecule. Under the irritation of blue light, the conformation change of FAD influences the structure of pMag and nMag revealing its dimerization domain. We choose this pair of protein due to its low molecular weight and tunable dynamics. For split dCas9, we not only tried the traditional way to split, but also tried a split method based on its structure and function(fig. ) These two approaches both can satisfy our need in a certain way, but the former one is simpler but more related to metabolic state of chassis, and the latter one is more difficult to fulfill. So we tried two approaches at the same time. For more information please view EXPERIMENT.