Difference between revisions of "Team:HZAU-China"

Line 131: Line 131:
 
         <!--hide some useless element-->
 
         <!--hide some useless element-->
 
         <style type="text/css">
 
         <style type="text/css">
            #sideMenu,#top_title {
+
        #sideMenu, #top_title {display:none;}
    display: none;
+
        #content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;}
}
+
        body {background-color:white; }
 +
        #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
        #team_name {display: none}
 +
        .global_wrapper{ padding:0px 0px 0px 0px;}
 +
        #top_menu_14{height:18px;}
 +
        .menu_wrapper{
 +
            position: fixed;
 +
            background-color:white;
 +
            left:0;
 +
            right:0;
 +
            top:18px;
 +
            bottom:0;
 +
            width: 96%;
 +
            height: 70px;
 +
            margin:0 auto;
 +
            z-index:900;
 +
        }
 +
        .accordion{
 +
            list-style: none;
 +
            margin:0px !important;
  
#content {
+
        }
    width: 100vw;
+
        .menu_item{
    padding: 0px;
+
            float: right;
    border: none;
+
            line-height: 35px;
    color: black;
+
            position: relative;
    margin-left: auto;
+
            width: 70px;
    margin-right: auto;
+
            padding-right: 10px;
    background-color: #fff;
+
        }
    position: relative;
+
        .menu_item >a{
}
+
            display: block;
 
+
            padding: 0px;
#globalWrapper {
+
            transition: 0.4s ;
    font-size: inherit;
+
        }
    padding-bottom: 0;
+
        .menu_item >a:hover{
}
+
            transform: scale(1.1);
 
+
        }
#top_menu_under {
+
        .ssubmenu {
    height: 0px;
+
            width: 140px;
}
+
            padding:0;
 +
            font-size: 16px;
 +
            font-weight: bold;
 +
            list-style: none;
 +
            float: none;
 +
            border: 0;
 +
            position: absolute;
 +
            left: -50px;
 +
            top:60px;
 +
            border-radius: 5px;
 +
            display: none;
 +
            margin: 0;
 +
            transition: all 0.3s ;
 +
        }
 +
        .ssubmenu a{
 +
            margin: 0;
 +
            color: #484848;
 +
            display: block;
 +
            padding:3% 0 3% 15%;
 +
            text-decoration: none;
 +
            background-image: linear-gradient(white, #cfd7d8);
 +
            transition: 0.4s;
 +
        }
 +
        .ssubmenu a:hover
 +
        {
 +
        color: #178cea;
 +
        }
 +
        .menu_item:hover .ssubmenu{
 +
        display: block;
 +
        }
 
         </style>             
 
         </style>             
 
     </head>
 
     </head>

Revision as of 14:33, 10 August 2017

Team:HZAU-China

Discription

  • This year our project is about using light to control the reproduction of E.coli.
  • We decide to block the replication of E.coli by using dCas9 targeting at OriC.
  • By splitting dCas9 into two parts, each separately fused with a light inducible dimer.
  • nder the irradiation of light, the dimer will dimerize, promoting the function of dCas9.
  • Then the dCas9 will block the OriC, the replication origin of E.coli.
  • After turning off the light, the dCas9 will split again, which causes the E.coli to reproduce again.