Difference between revisions of "Team:HZAU-China"

Line 149: Line 149:
 
             margin:0 auto;
 
             margin:0 auto;
 
             z-index:900;
 
             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);
 
        }
 
        .submenu {
 
            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 ;
 
        }
 
        .submenu a{
 
            margin: 0;
 
            color: #484848;
 
            display: block;
 
            padding:3% 0 3% 15%;
 
            text-decoration: none;
 
            background-image: linear-gradient(white, #cfd7d8);
 
            transition: 0.4s;
 
        }
 
        .submenu a:hover
 
        {
 
        color: #178cea;
 
 
         }
 
         }
 
         .menu_item:hover .submenu{
 
         .menu_item:hover .submenu{

Revision as of 14:37, 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.