Difference between revisions of "Team:HZAU-China"

Line 139: Line 139:
 
     #team_name {display: none}
 
     #team_name {display: none}
 
     .global_wrapper{ padding:0px 0px 0px 0px;}
 
     .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;
 
 
    }
 
    .menu_item{
 
        float: right;
 
        line-height: 35px;
 
        position: relative;
 
        width: 70px;
 
        padding-right: 10px;
 
    }
 
    .menu_item >a{
 
        display: block;
 
        padding: 0px;
 
        transition: 0.4s ;
 
    }
 
    .menu_item >a:hover{
 
        transform: scale(1.1);
 
    }
 
    .ssubmenu {
 
        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:56, 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.