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

Line 1: Line 1:
 
<!DOCTYPE html>
 
<!DOCTYPE html>
 
<html lang="en">
 
<html lang="en">
 +
 
<head>
 
<head>
 
   <meta charset="UTF-8">
 
   <meta charset="UTF-8">
Line 6: Line 7:
 
   <style type="text/css">
 
   <style type="text/css">
 
     /* HTML5 display-role reset for older browsers */
 
     /* HTML5 display-role reset for older browsers */
 +
 
     article,
 
     article,
 
     aside,
 
     aside,
Line 14: Line 16:
 
     header,
 
     header,
 
     hgroup,
 
     hgroup,
    menu,
 
 
     nav,
 
     nav,
 
     section {
 
     section {
Line 165: Line 166:
 
     #top_title,
 
     #top_title,
 
     #team_submenu {
 
     #team_submenu {
        display: none;
+
      display: none;
 
     }
 
     }
  
 
     #content {
 
     #content {
        padding: 0px;
+
      padding: 0px;
        width: 100%;
+
      width: 100%;
        margin-top: 0px;
+
      margin-top: 0px;
        margin-left: 0px;
+
      margin-left: 0px;
        margin:0 0 0 0;
+
      margin: 0 0 0 0;
 
     }
 
     }
  
Line 181: Line 182:
 
     #bodyContent h4,
 
     #bodyContent h4,
 
     #bodyContent h5 {
 
     #bodyContent h5 {
        margin-bottom: 0px;
+
      margin-bottom: 0px;
 
     }
 
     }
  
 
     #team_name {
 
     #team_name {
        display: none
+
      display: none
 
     }
 
     }
  
 
     .global_wrapper {
 
     .global_wrapper {
        padding: 0px 0px 0px 0px;
+
      padding: 0px 0px 0px 0px;
 
     }
 
     }
  
 
     #top_menu_14 {
 
     #top_menu_14 {
        height: 16px;
+
      height: 16px;
 
     }
 
     }
 
   </style>
 
   </style>
Line 256: Line 257:
 
     .HZAU_2017_menu li:hover {
 
     .HZAU_2017_menu li:hover {
 
       background: rgb(249, 228, 137);
 
       background: rgb(249, 228, 137);
      color: #000;
 
 
     }
 
     }
  
Line 286: Line 286:
 
       line-height: 120%;
 
       line-height: 120%;
 
       text-align: justify;
 
       text-align: justify;
       color:#000;
+
       color: #000;
 
     }
 
     }
  
Line 410: Line 410:
 
     <img src="https://static.igem.org/mediawiki/2017/8/8e/HZAU_2017_background_1.png" class="beijin">
 
     <img src="https://static.igem.org/mediawiki/2017/8/8e/HZAU_2017_background_1.png" class="beijin">
 
     <ul class="daohang">
 
     <ul class="daohang">
       <li id="menu_1" onmouseover="bianse_1()" onmouseout="bianse_11()">
+
       <li id="HZAU_menu_1" onmouseover="bianse_1()" onmouseout="bianse_11()">
 
         <a href="#" id="bianse_1">Background</a>
 
         <a href="#" id="bianse_1">Background</a>
 
       </li>
 
       </li>
       <li id="menu_2" onmouseover="bianse_2()" onmouseout="bianse_21()">
+
       <li id="HZAU_menu_2" onmouseover="bianse_2()" onmouseout="bianse_21()">
 
         <a href="#item2_1" id="bianse_2">Information</a>
 
         <a href="#item2_1" id="bianse_2">Information</a>
 
       </li>
 
       </li>
       <li id="menu_3" onmouseover="bianse_3()" onmouseout="bianse_31()">
+
       <li id="HZAU_menu_3" onmouseover="bianse_3()" onmouseout="bianse_31()">
 
         <a href="#item3_1" id="bianse_3">Why light control</a>
 
         <a href="#item3_1" id="bianse_3">Why light control</a>
 
       </li>
 
       </li>
Line 474: Line 474:
 
   <script>
 
   <script>
 
     document.getElementById("bianse_1").style.color = "black";
 
     document.getElementById("bianse_1").style.color = "black";
     document.getElementById("menu_1").style.backgroundColor = "rgb(249,228,137)";
+
     document.getElementById("HZAU_menu_1").style.backgroundColor = "rgb(249,228,137)";
 
     window.onscroll = function () {
 
     window.onscroll = function () {
 
       var t = document.documentElement.scrollTop || document.body.scrollTop;
 
       var t = document.documentElement.scrollTop || document.body.scrollTop;
       if (t > 0 && t < 677.8) {
+
       if (t > 0 && t < 625.8) {
 
         document.getElementById("bianse_1").style.color = "black";
 
         document.getElementById("bianse_1").style.color = "black";
 
         document.getElementById("bianse_2").style.color = "rgb(249,228,137)";
 
         document.getElementById("bianse_2").style.color = "rgb(249,228,137)";
 
         document.getElementById("bianse_3").style.color = "rgb(249,228,137)";
 
         document.getElementById("bianse_3").style.color = "rgb(249,228,137)";
         document.getElementById("menu_1").style.backgroundColor = "rgb(249,228,137)";
+
         document.getElementById("HZAU_menu_1").style.backgroundColor = "rgb(249,228,137)";
         document.getElementById("menu_2").style.backgroundColor = "";
+
         document.getElementById("HZAU_menu_2").style.backgroundColor = "";
         document.getElementById("menu_3").style.backgroundColor = "";
+
         document.getElementById("HZAU_menu_3").style.backgroundColor = "";
 +
        function bianse_1() {
 +
          document.getElementById("bianse_2").style.color = "black";
 +
          document.getElementById("HZAU_menu_2").style.backgroundColor = "rgb(249,228,137)";
 +
          document.getElementById("bianse_3").style.color = "black";
 +
          document.getElementById("HZAU_menu_3").style.backgroundColor = "rgb(249,228,137)";
 +
        }
 +
        function bianse_11() {
 +
          document.getElementById("bianse_2").style.color = "black";
 +
          document.getElementById("HZAU_menu_2").style.backgroundColor = "rgb(249,228,137)";
 +
          document.getElementById("bianse_3").style.color = "black";
 +
          document.getElementById("HZAU_menu_3").style.backgroundColor = "rgb(249,228,137)";
 +
        }
 
       }
 
       }
       if (t >= 677.8 && t<1605.2) {
+
       if (t >= 625.8 && t < 1605.2) {
 
         document.getElementById("bianse_1").style.color = "rgb(249,228,137)";
 
         document.getElementById("bianse_1").style.color = "rgb(249,228,137)";
 
         document.getElementById("bianse_2").style.color = "black";
 
         document.getElementById("bianse_2").style.color = "black";
 
         document.getElementById("bianse_3").style.color = "rgb(249,228,137)";
 
         document.getElementById("bianse_3").style.color = "rgb(249,228,137)";
         document.getElementById("menu_2").style.backgroundColor = "rgb(249,228,137)";
+
         document.getElementById("HZAU_menu_2").style.backgroundColor = "rgb(249,228,137)";
         document.getElementById("menu_1").style.backgroundColor = "";
+
         document.getElementById("HZAU_menu_1").style.backgroundColor = "";
         document.getElementById("menu_3").style.backgroundColor = "";
+
         document.getElementById("HZAU_menu_3").style.backgroundColor = "";
 +
        function bianse_2() {
 +
          document.getElementById("bianse_1").style.color = "black";
 +
          document.getElementById("HZAU_menu_1").style.backgroundColor = "rgb(249,228,137)";
 +
          document.getElementById("bianse_3").style.color = "black";
 +
          document.getElementById("HZAU_menu_3").style.backgroundColor = "rgb(249,228,137)";
 +
        }
 +
        function bianse_21() {
 +
          document.getElementById("bianse_1").style.color = "black";
 +
          document.getElementById("HZAU_menu_1").style.backgroundColor = "rgb(249,228,137)";
 +
          document.getElementById("bianse_1").style.color = "black";
 +
          document.getElementById("HZAU_menu_1").style.backgroundColor = "rgb(249,228,137)";
 +
        }
 
       }
 
       }
 
       if (t >= 1605.2) {
 
       if (t >= 1605.2) {
Line 497: Line 521:
 
         document.getElementById("bianse_2").style.color = "rgb(249,228,137)";
 
         document.getElementById("bianse_2").style.color = "rgb(249,228,137)";
 
         document.getElementById("bianse_3").style.color = "black";
 
         document.getElementById("bianse_3").style.color = "black";
         document.getElementById("menu_3").style.backgroundColor = "rgb(249,228,137)";
+
         document.getElementById("HZAU_menu_3").style.backgroundColor = "rgb(249,228,137)";
         document.getElementById("menu_1").style.backgroundColor = "";
+
         document.getElementById("HZAU_menu_1").style.backgroundColor = "";
         document.getElementById("menu_2").style.backgroundColor = "";
+
         document.getElementById("HZAU_menu_2").style.backgroundColor = "";
 +
        function bianse_3() {
 +
          document.getElementById("bianse_1").style.color = "black";
 +
          document.getElementById("HZAU_menu_1").style.backgroundColor = "rgb(249,228,137)";
 +
          document.getElementById("bianse_2").style.color = "black";
 +
          document.getElementById("HZAU_menu_2").style.backgroundColor = "rgb(249,228,137)";
 +
        }
 +
        function bianse_31() {
 +
          document.getElementById("bianse_1").style.color = "black";
 +
          document.getElementById("HZAU_menu_1").style.backgroundColor = "rgb(249,228,137)";
 +
          document.getElementById("bianse_2").style.color = "black";
 +
          document.getElementById("HZAU_menu_2").style.backgroundColor = "rgb(249,228,137)";
 +
        }
 
       }
 
       }
 
     }
 
     }

Revision as of 04:08, 24 October 2017

<!DOCTYPE html>

The replication process of E.coli replication can be devided into phase B,C and D, three phases. Phase B, also called pre-replication phase, is for DNA replication proparation similar as G1 phase in eukaryote cell cycle. Phase C is regarded as replication phase during which the chromosome is replicating corespond to the S phase in eukaryote. The last phase, phase D, is called post-replication phase, in which the behave of chromosome seperation and cell division happend just like what happened in G2 and M phase of eukaryote cells. the time of C phase and D phase in a generation is relative constant, so what actually determines the cell cycle is the initiation of genome replication. We know that cell have to garantee that each cell should have at least one chormosome, and this requires a highly coordination between DNA replication and cell divsion. Though the delicate mechanism of the corrdination is still a puzzle, it is clear that DnaA protein plays a significant role in this event. DnaA is a versatile protein, it can not only behave like a helicase opening the duble-helix of replication initiation site, OriC, while have the function of raising other proteins forming into the replisome to prolong the replication, but also can anchor the replicationg choromosome on the cell membrane leading the following seperation of chromosome. But what makes it the linker between replication and division is that its concentration determines the initiation volume of replication. So according to these information, we think that regulating the combination of DNA and DnaA protein will be an efficient method to regulate cell replication. For more information please click here.