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

Line 14: Line 14:
  
 
     .HZAU_content {
 
     .HZAU_content {
       position: relative;
+
       position: absolute;
       right: 0px;
+
       left: 250px;
 
       width: 1000px;
 
       width: 1000px;
 
       height: 2100px;
 
       height: 2100px;
      margin: 0 0 0 250px;
 
 
       z-index: -1;
 
       z-index: -1;
 
     }
 
     }
Line 74: Line 73:
  
 
     .HZAU_item {
 
     .HZAU_item {
 +
      position: absolute;
 
       width: 100%;
 
       width: 100%;
 
       padding-left: 40px;
 
       padding-left: 40px;
 
 
 
     }
 
     }
  
Line 125: Line 123:
 
       width: 555px;
 
       width: 555px;
 
     }
 
     }
 +
  </style>
 +
  <style>
 +
      label {
 +
          cursor: pointer;
 +
      }
  
    #more_inf {
+
      #menu-toggle {
      display: none;
+
          display: none;
    }
+
          /* hide the checkbox */
    .more:hover{
+
      }
       color:#00ffff;
+
 
    }
+
      #menu {
 +
          display: none;
 +
       }
 +
 
 +
      #menu-toggle:checked+#menu {
 +
          display: block;
 +
      }
 
   </style>
 
   </style>
 
</head>
 
</head>
Line 155: Line 164:
 
       <a class="zhengwen">The replication of prokaryotes can be divided into three phases, B C and D, while there are multi-rounds of replication
 
       <a class="zhengwen">The replication of prokaryotes can be divided into three phases, B C and D, while there are multi-rounds of replication
 
         happened in one cell. So both the phase and the copy number of genome is various in a culture.</a>
 
         happened in one cell. So both the phase and the copy number of genome is various in a culture.</a>
       <a class="zhengwen more" onClick="nore();">To know more about replication</a>
+
       <div>
      <a id="more_inf">The replication process of E.coli can be divided into three phases, phase B, phase C and phase D. B is also called
+
          <label for="menu-toggle" class="zhengwen">To know more about replication</label>
        pre-replication phase in which cells are preparing for DNA replication, like G1 phase of eukaryotes. C is also called
+
          <input type="checkbox" id="menu-toggle" />
        replication phase in which the genome is under replication corresponding to phase S in eukaryotic cell cycle. The
+
          <ul id="menu">
        last D phase, of course, is called post-replication phase, in which chromosome separates and one cell divides into
+
              <a>The replication process of E.coli can be divided into three phases, phase B, phase C and phase D. B is also called
        two corresponding to G2 and M phase in eukaryotes. Among the three phases, C and D are relatively constant, about
+
                  pre-replication phase in which cells are preparing for DNA replication, like G1 phase of eukaryotes. C is also
        40 min and 20 min separately, so when to initiate a replication determines the whole cell cycle. Recent research
+
                  called replication phase in which the genome is under replication corresponding to phase S in eukaryotic cell cycle.
        reveals a relationship between replication initiation and cell volume, but many details are still remain unknown.
+
                  The last D phase, of course, is called post-replication phase, in which chromosome separates and one cell divides
        But what we know is that a protein, DnaA, plays an important role in this process.
+
                  into two corresponding to G2 and M phase in eukaryotes. Among the three phases, C and D are relatively constant,
        <br> DnaA is a versatile protein possessing many different functions related to cell cycle, among which the most important
+
                  about 40 min and 20 min separately, so when to initiate a replication determines the whole cell cycle. Recent research
        one is to attached to the OriC, the origins of chromosome replication, and initiates replication. So controlling
+
                  reveals a relationship between replication initiation and cell volume, but many details are still remain unknown.
        cell cycle by interrupting the attachment of DnaA and corresponding DNA sequence with dCas9 is an efficient approach.
+
                  But what we know is that a protein, DnaA, plays an important role in this process.
        <br> The whole cell cycle of eukaryotes and prokaryotes show a certain similarity, but there is difference between them.
+
                  <br> DnaA is a versatile protein possessing many different functions related to cell cycle, among which the most important
        The cell cycle of prokaryotes can overlap, which means the next round of replication initiates before the last replication
+
                  one is to attached to the OriC, the origins of chromosome replication, and initiates replication. So controlling
        complete, while eukaryotic cell cycle initiates one after another. Experiments have shown that even an isogenetic
+
                  cell cycle by interrupting the attachment of DnaA and corresponding DNA sequence with dCas9 is an efficient approach.
        bacteria grown in the same culture show a difference in both replication phase and genome copy numbers and this becomes
+
                  <br> The whole cell cycle of eukaryotes and prokaryotes show a certain similarity, but there is difference between
        a huge noise when constructing the 3D genome structure and building up a circuit related to genome gene. Besides,
+
                  them. The cell cycle of prokaryotes can overlap, which means the next round of replication initiates before the
        the development of synthetic biology requires a system to control the reproduction of engineered organisms. So we
+
                  last replication complete, while eukaryotic cell cycle initiates one after another. Experiments have shown that
        believe that our project would be a useful tool no matter in theoretical areas or application areas.
+
                  even an isogenetic bacteria grown in the same culture show a difference in both replication phase and genome copy
       </a>
+
                  numbers and this becomes a huge noise when constructing the 3D genome structure and building up a circuit related
 +
                  to genome gene. 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/f/f1/HZAU_2017_BCDperiod.png" class="tu_1">
 
       <img src="https://static.igem.org/mediawiki/2017/f/f1/HZAU_2017_BCDperiod.png" class="tu_1">
 
       <div class="jiaozheng">
 
       <div class="jiaozheng">
Line 196: Line 210:
 
     </div>
 
     </div>
 
   </div>
 
   </div>
 
 
</body>
 
</body>
 
<script>
 
<script>
  function more(){
+
 
    document.getElementById("more_inf").display="block";
+
  }
+
 
</script>
 
</script>
 +
 
</html>
 
</html>

Revision as of 10:52, 29 October 2017

<!DOCTYPE html>
Description The replication of prokaryotes can be divided into three phases, B C and D, while there are multi-rounds of replication happened in one cell. So both the phase and the copy number of genome is various in a culture.
Our problem arises from a research about constructing 4D genome of eukaryote. So we begin to wonder why there isn’t a 4D genome project of prokaryote. After research we find that due to its complicated replication mechanism, there will be a huge noise while detecting its structure, which hinder the research on prokaryotic genome.
Besides, the heterogenicity of cells are gathering importance recently in different fields.
Therefore we begin to think if there could be a methods to eliminate the heterogeneity. While 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 statements?
So in our mind the ideal synchronization methods should be not only simply inhibit the cell cycle but at the same time can free the inhibition according to our decision. As we all know, the manipulation of machine is much more accurate than hum 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, by program.