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

(Prototype team page)
 
 
(54 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{HZAU-China}}
 
{{HZAU-China}}
 
<html>
 
<html>
 +
<head>
 +
    <meta charset="utf-8">
 +
    <!--公式编辑器-->
 +
    <script src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 +
    <script type="text/x-mathjax-config">
 +
          MathJax.Hub.Config({
 +
          extensions: ["tex2jax.js"],
 +
          jax: ["input/TeX", "output/HTML-CSS"],
 +
          tex2jax: {
 +
          inlineMath: [ ['$','$'], ["\\(","\\)"] ],
 +
          displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
 +
          processEscapes: true
 +
          },
 +
          "HTML-CSS": { availableFonts: ["TeX"] }
 +
          });
 +
          </script>
 +
    <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
 +
    </script>
 +
    <style>
 +
        /*改变超链接的位置*/
  
 +
        .jiaozheng {
 +
            position: relative;
 +
            top: -66px;
 +
        }
 +
    </style>
 +
    <!--内容的样式-->
 +
    <style>
 +
        /*总样式*/
  
 +
        body {
 +
            font-family: "Arial", Helvetica, sans-serif;
 +
            text-align: justify;
 +
            margin: 0px;
 +
            background-color: #ffffff;
 +
        }
  
<div class="column full_size">
+
        /*内容框子的样式*/
<h1>Description</h1>
+
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
        .HZAU_div_main {
 +
            margin: 64px auto 0 auto;
 +
            padding: 0 30px 0 30px;
 +
            width: 1100px;
 +
        }
  
 +
        /*内容中几种文体的样式*/
  
<h5>What should this page contain?</h5>
+
        .HZAU_div_main a:hover {
<ul>
+
            color: #000;
<li> A clear and concise description of your project.</li>
+
            text-decoration: none;
<li>A detailed explanation of why your team chose to work on this particular project.</li>
+
        }
<li>References and sources to document your research.</li>
+
<li>Use illustrations and other visual resources to explain your project.</li>
+
</ul>
+
  
 +
        .HZAU_title {
 +
            font-size: 50px;
 +
            font-weight: bold;
 +
            text-align: center;
 +
            width: 360px;
 +
            display: block;
 +
            margin: 0 auto;
 +
            padding-bottom: 50px;
 +
            padding-top: 50px;
 +
            color: #000;
 +
            background-image: url(https://static.igem.org/mediawiki/2017/9/95/T--HZAU-China--datitle.png);
 +
            background-repeat: no-repeat;
 +
            background-size: 360px 80px;
 +
            background-position: center;
 +
        }
  
</div>
+
        .biaoti {
 +
            font-size: 35px;
 +
            font-weight: bold;
 +
            text-align: center;
 +
            width: 100%;
 +
            display: block;
 +
            padding-bottom: 30px;
 +
            padding-top: 30px;
 +
            color: #000;
 +
        }
  
<div class="column full_size" >
+
        .fubiaoti {
 +
            font-size: 24px;
 +
            font-weight: bold;
 +
            text-indent: 50px;
 +
            width: 100%;
 +
            display: block;
 +
            padding-bottom: 30px;
 +
            padding-top: 30px;
 +
            color: #000;
 +
            background-image: url(https://static.igem.org/mediawiki/2017/e/e7/T--HZAU-China--xiaotitle.png);
 +
            background-repeat: no-repeat;
 +
            background-size: 65px 50px;
 +
            background-position: left;
 +
        }
  
<h5>Advice on writing your Project Description</h5>
+
        .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;
 +
        }
  
<p>
+
        .zhengwen_disblock {
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be consist, accurate and unambiguous in your achievements.  
+
            display: inline;
</p>
+
            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;
 +
        }
  
<p>
+
        .yinzhu {
Judges like to read your wiki and know exactly what you have achieved. This is how you should think about these sections; from the point of view of the judge evaluating you at the end of the year.
+
            color:blue;
</p>
+
        }
  
</div>
+
        .yinzhu:hover .yinzhu {
 +
            color:black;
 +
        }
  
 +
        .yinwen {
 +
            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;
 +
        }
  
<div class="column half_size" >
+
        /*图片的样式*/
 +
        .tuzhu_wenzi{
 +
          display: block;
 +
            font-style: arial;
 +
            font-size: 17px;
 +
            line-height: 28px;
 +
            text-align: justify;
 +
            color: #000;
 +
            margin-bottom: 9px;
 +
            margin-left: 0px;
 +
            margin-right: 0px;
 +
            margin-top: 7.2px;
 +
        }
  
<h5>References</h5>
+
        .tu_1 {
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you thought about your project and what works inspired you.</p>
+
            width: 600px;
 +
            margin: 0 auto;
 +
            display: block;
 +
        }
  
</div>
+
        .tu_2 {
 +
            width: 800px;
 +
            margin: 0 auto;
 +
            display: block;
 +
        }
  
 +
        .tu_3 {
 +
            width: 555px;
 +
            margin: 0 auto;
 +
            display: block;
 +
        }
 +
    </style>
 +
    <!--点击展开部分的样式-->
 +
    <style>
 +
        span.caret_black {
 +
            display: inline-block;
 +
            margin-left: 6px;
 +
            vertical-align: middle;
 +
            width: 0;
 +
            height: 0;
 +
            border-left: 6px solid transparent;
 +
            border-right: 6px solid transparent;
 +
            border-top: 6px solid black;
 +
        }
  
<div class="column half_size" >
+
        label {
<h5>Inspiration</h5>
+
            cursor: pointer;
<p>See how other teams have described and presented their projects: </p>
+
        }
  
<ul>
+
        #HZAUmenu-toggle {
<li><a href="https://2016.igem.org/Team:Imperial_College/Description">2016 Imperial College</a></li>
+
            display: none;
<li><a href="https://2016.igem.org/Team:Wageningen_UR/Description">2016 Wageningen UR</a></li>
+
        }
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> 2014 UC Davis</a></li>
+
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">2014 SYSU Software</a></li>
+
</ul>
+
</div>
+
  
 +
        #HZAUmenu {
 +
            display: none;
 +
            font-size: 18px;
 +
            padding: 0 50px 0 50px;
 +
            width: 1000px;
 +
            margin: 0;
 +
            color: black;
 +
        }
  
 +
        #HZAUmenu>a {
 +
            color: #000;
 +
        }
 +
 +
        #HZAUmenu>a:hover {
 +
            color: #000;
 +
            text-decoration: none;
 +
        }
 +
 +
        #HZAUmenu-toggle:checked+#HZAUmenu {
 +
            display: block;
 +
        }
 +
    </style>
 +
</head>
 +
 +
<body>
 +
  <div class="HZAU_div_main">
 +
    <a class="HZAU_title">Description</a>
 +
    <a class="zhengwen_disblock">The chromosome replication of bacteria can be divided into three phases: B C and D</a>
 +
        <a class="yinzhu" href="#yinwen_jiaozheng">$^{[1-3]}$</a>
 +
        <a class="zhengwen_disblock">, and meanwhile multi-rounds of replication exist simultaneously in one cell</a>
 +
        <a class="yinzhu" href="#yinwen_jiaozheng">$^{[1]}$</a>
 +
        <a class="zhengwen_disblock">. So both the replication phase and the copy number of chromosome are heterogeneous in a culture.</a>
 +
    <div>
 +
      <label for="HZAUmenu-toggle" class="zhengwen" style="font-weight:bold;">To know more about replication
 +
        <span class="caret_black"></span>
 +
      </label>
 +
      <input type="checkbox" id="HZAUmenu-toggle" />
 +
      <ul id="HZAUmenu">
 +
        <a  class="zhengwen">The replication process of E. coli can be divided into three phases; phase B, phase C and phase D. Phase B is also called
 +
          pre-replication phase, in which cells are preparing for DNA replication, like G1 phase of eukaryotes. Phase C is also
 +
          called replication phase, in which the genome is under replication, corresponding to phase S in eukaryotic cell cycle.
 +
          The last phase D, of course, is called post-replication phase, in which chromosome separates and one cell divides
 +
          into two, corresponding to G2 and M phases in eukaryotes. Among the three phases, C and D are relatively constant,
 +
          about 40 min and 20 min separately, so when to initiate a replication determines the whole cell cycle. Recent work
 +
          revealed a relationship between replication initiation and cell volume, but many details still remain unknown.
 +
          What we know is that a protein, DnaA, plays an important role in this process. DnaA is a versatile protein possessing
 +
          many different functions related to cell cycle, among which the most important one is to attach to the OriC,
 +
          the origins of chromosome replication, and initiates replication. So controlling cell cycle by interrupting the
 +
          attachment of DnaA and the corresponding DNA sequence with dCas9 is an efficient approach.
 +
          <br>
 +
        </a>
 +
        <a  class="zhengwen">The whole cell cycles of eukaryotes and prokaryotes show a certain similarity, but there is difference between them.
 +
          The cell cycle of prokaryotes can overlap, which means the next round of replication initiates before the last
 +
          replication complete, while eukaryotic cell cycle initiates one after another. Experiments have shown that even
 +
          an isogenic bacteria growing in the same culture show differences in both replication phase and genome copy numbers
 +
          and this becomes a huge noise when constructing the 3D genome structure and building up a circuit related to genome
 +
          . Besides, the development of synthetic biology requires a system to control the reproduction of engineered
 +
          organisms. So we believe that our project would be a useful tool no matter in theoretical areas or application
 +
          areas.</a>
 +
      </ul>
 +
    </div>
 +
    <img src="https://static.igem.org/mediawiki/2017/4/44/T--HZAU-China--BCDperiod.png" class="tu_1">
 +
    <img src="https://static.igem.org/mediawiki/2017/1/19/T--HZAU-China--description_Figure2.png" class="tu_2">
 +
    <a class="zhengwen_disblock">Our project is inspired by the research about constructing 4D genomes of eukaryotes. We wonder why there isn’t a
 +
      4D genome project of prokaryote. After investigation we find that due to the complicated mechanisms of bacteria chromosome replication, there will be a huge noise while detecting its chromosome structure, which hinders the research on prokaryotic 4D genome
 +
    </a>
 +
    <a class="yinzhu" href="#yinwen_jiaozheng">$^{[4]}$</a>
 +
    <a class="zhengwen_disblock">. </a>
 +
    <a class="zhengwen_disblock">Besides, the heterogenicity of cells are gathering more and more attentions in different fields, like industrial fermentation,
 +
      antidrug resistance research and synthetic biology</a>
 +
    <a class="yinzhu" href="#yinwen_jiaozheng">$^{[5-7]}$</a>
 +
    <a class="zhengwen_disblock">.</a>
 +
    <img src="https://static.igem.org/mediawiki/2017/a/a6/T--HZAU-China--computorHand.png" class="tu_3">
 +
    <a class="zhengwen">Therefore, we begin to think if there could be a method to eliminate the heterogeneity. When thinking deeper into this
 +
      problem, it becomes interesting that what would happen if all the cells are synchronized, will there be a new phenomenon
 +
      that can change the traditional opinions?
 +
      In our mind, the ideal synchronization methods should not only simply inhibit the cell cycle but at the same time
 +
      can free the inhibition according to our requirements. As we all know, the manipulation of machine is much more accurate
 +
      than living beings, and there is a trend to let machine help us to control the organisms, so we want our synchronization
 +
      system can also be controlled by machine and program.</a>   
 +
    <a class="zhengwen">
 +
      <br>
 +
    </a>
 +
    <div>
 +
      <div id="yinwen_jiaozheng" class="jiaozheng">
 +
      </div>
 +
    </div>
 +
    <a class="biaoti">References</a>
 +
    <a class="yinwen">1. Helmstetter CE. DNA synthesis during the division cycle of rapidly growing Escherichia coli B/r. J Mol Biol. 1968
 +
      Feb;31(3) 507-518. doi:10.1016/0022-2836(68)90424-5.</a>
 +
    <a class="yinwen">2. Skarstad K, Steen HB, Boye E. Cell cycle parameters of slowly growing Escherichia coli B/r studied by flow cytometry.
 +
      J Bacteriol. 1983 May;154(2) 656-662.</a>
 +
    <a class="yinwen">3. Umbarger, M. A., Toro, E., Wright, M. A., Porreca, G. J., Bau, D., Hong, S. H., . . . Church, G. M. (2011). The three-dimensional
 +
      architecture of a bacterial genome and its alteration by genetic perturbation. Mol Cell, 44(2), 252-264.
 +
    </a>
 +
    <a class="yinwen">4. Paalme, T., Tiisma, K., Kahru, A., Vanatalu, K. & Vilu, R. Glucose-limited fed-batch cultivation of Escherichia coli
 +
      with computer-controlled fixed growth rate. Biotechnol. Bioeng. 35, 312–319 (1990).</a>
 +
    <a class="yinwen">5. Baumgart, Leo & Mather, William & Hasty, Jeff. (2017). Synchronized DNA cycling across a bacterial population. Nature
 +
      Genetics. 49. . 10.1038/ng.3915.</a>
 +
  </div>
 +
  </div>
 +
</body>
  
 
</html>
 
</html>

Latest revision as of 12:27, 28 November 2017

Description The chromosome replication of bacteria can be divided into three phases: B C and D $^{[1-3]}$ , and meanwhile multi-rounds of replication exist simultaneously in one cell $^{[1]}$ . So both the replication phase and the copy number of chromosome are heterogeneous in a culture.
Our project is inspired by the research about constructing 4D genomes of eukaryotes. We wonder why there isn’t a 4D genome project of prokaryote. After investigation we find that due to the complicated mechanisms of bacteria chromosome replication, there will be a huge noise while detecting its chromosome structure, which hinders the research on prokaryotic 4D genome $^{[4]}$ . Besides, the heterogenicity of cells are gathering more and more attentions in different fields, like industrial fermentation, antidrug resistance research and synthetic biology $^{[5-7]}$ . Therefore, we begin to think if there could be a method to eliminate the heterogeneity. When thinking deeper into this problem, it becomes interesting that what would happen if all the cells are synchronized, will there be a new phenomenon that can change the traditional opinions? In our mind, the ideal synchronization methods should not only simply inhibit the cell cycle but at the same time can free the inhibition according to our requirements. As we all know, the manipulation of machine is much more accurate than living beings, and there is a trend to let machine help us to control the organisms, so we want our synchronization system can also be controlled by machine and program.
References 1. Helmstetter CE. DNA synthesis during the division cycle of rapidly growing Escherichia coli B/r. J Mol Biol. 1968 Feb;31(3) 507-518. doi:10.1016/0022-2836(68)90424-5. 2. Skarstad K, Steen HB, Boye E. Cell cycle parameters of slowly growing Escherichia coli B/r studied by flow cytometry. J Bacteriol. 1983 May;154(2) 656-662. 3. Umbarger, M. A., Toro, E., Wright, M. A., Porreca, G. J., Bau, D., Hong, S. H., . . . Church, G. M. (2011). The three-dimensional architecture of a bacterial genome and its alteration by genetic perturbation. Mol Cell, 44(2), 252-264. 4. Paalme, T., Tiisma, K., Kahru, A., Vanatalu, K. & Vilu, R. Glucose-limited fed-batch cultivation of Escherichia coli with computer-controlled fixed growth rate. Biotechnol. Bioeng. 35, 312–319 (1990). 5. Baumgart, Leo & Mather, William & Hasty, Jeff. (2017). Synchronized DNA cycling across a bacterial population. Nature Genetics. 49. . 10.1038/ng.3915.