Difference between revisions of "Team:HZAU-China"

Line 221: Line 221:
 
             <li class="Team"><a href=""><span></span></a></li>
 
             <li class="Team"><a href=""><span></span></a></li>
 
         </ul>
 
         </ul>
        <script type="text/javascript" src="http://www.jq22.com/demo/jQuery-nav-141209195314/js/jquery-1.3.2.js"></script>
+
     
        <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 14:55, 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.