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,#team_submenu {display:none;}
+
        #sideMenu, #top_title,#team_submenu {display:none;}
 
         #content { padding:0px; width:100%; margin-top:0px; margin-left:0px;}
 
         #content { padding:0px; width:100%; margin-top:0px; margin-left:0px;}
 +
        body {background-color:white; }
 
         </style>             
 
         </style>             
 
     </head>
 
     </head>
Line 148: Line 149:
 
             <li class="Team"><a href=""><span></span></a></li>
 
             <li class="Team"><a href=""><span></span></a></li>
 
         </ul>
 
         </ul>
     
+
 
 +
        <script type="text/javascript">
 +
                $(function() {
 +
                    var d=300;
 +
                    $('#HZAU-navigation a').each(function(){
 +
                        $(this).stop().animate({
 +
                            'marginTop':'-62px'
 +
                        },d+=150);
 +
                    });
 +
                    $('#HZAU-navigation > li').hover(
 +
                    function () {
 +
                        $('a',$(this)).stop().animate({
 +
                            'marginTop':'-2px'
 +
                        },200);
 +
                    },
 +
                    function () {
 +
                        $('a',$(this)).stop().animate({
 +
                            'marginTop':'-62px'
 +
                        },200);
 +
                    }
 +
                );
 +
                });
 +
        </script>
 
         <div class="maindiv">
 
         <div class="maindiv">
 
             <a href="#" class="Go_Top" title="Go_Top"><img src="https://static.igem.org/mediawiki/2015/2/2a/Igemlogo_banner.jpg" width="100px" height="100px"></a>
 
             <a href="#" class="Go_Top" title="Go_Top"><img src="https://static.igem.org/mediawiki/2015/2/2a/Igemlogo_banner.jpg" width="100px" height="100px"></a>

Revision as of 15:01, 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.