|
|
(33 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | <!-- *** What falls between these lines is the Alert Box! You can remove it from your pages once you have read and understood the alert *** -->
| |
- |
| |
| <html> | | <html> |
- | <div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;"> | + | <head> |
- | <div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;"> | + | <!-- iGem wiki hacks --> |
- | This is a template page. READ THESE INSTRUCTIONS.
| + | <!-- Remove all empty <p> tags --> |
- | </div> | + | <script type="text/javascript"> |
- | <div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;"> | + | $(document).ready(function() { |
- | You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
| + | $("p").filter( function() { |
- | </div>
| + | return $.trim($(this).html()) == ''; |
- | <div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
| + | }).remove(); |
- | You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace.
| + | }); |
- | </div>
| + | </script> |
- | </div> | + | |
- | </html>
| + | |
| | | |
- | <!-- *** End of the alert box *** --> | + | <!-- Remove "team" from the menubar --> |
| + | <script type="text/javascript"> |
| + | $(document).ready(function() { |
| + | $("menubar > ul > li:last-child").remove(); |
| + | }); |
| + | </script> |
| | | |
| + | <!-- Empty heading? - Then remove it.. --> |
| + | <script type="text/javascript"> |
| + | $(document).ready(function() { |
| + | if ("" == "</html>{{{1}}}<html>") { |
| + | $("#heading").remove(); |
| + | } |
| + | }); |
| + | </script> |
| + | <script type="text/javascript"> |
| + | $(document).ready(function() { |
| + | // document.getElementById("p-logo").style.display= "none"; |
| + | document.getElementsByClassName("right-menu noprint")[0].style.display= "none"; |
| + | //document.getElementById("searchform").style.display= "none"; |
| | | |
- | {| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
| + | }); |
- | !align="center"|[[Team:Shenzhen_BGIC_0101|Home]]
| + | </script> |
- | !align="center"|[[Team:Shenzhen_BGIC_0101/Team|Team]]
| + | |
- | !align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Shenzhen_BGIC_0101 Official Team Profile]
| + | |
- | !align="center"|[[Team:Shenzhen_BGIC_0101/Project|Project]]
| + | |
- | !align="center"|[[Team:Shenzhen_BGIC_0101/Parts|Parts Submitted to the Registry]]
| + | |
- | !align="center"|[[Team:Shenzhen_BGIC_0101/Modeling|Modeling]]
| + | |
- | !align="center"|[[Team:Shenzhen_BGIC_0101/Notebook|Notebook]]
| + | |
- | !align="center"|[[Team:Shenzhen_BGIC_0101/Safety|Safety]]
| + | |
- | !align="center"|[[Team:Shenzhen_BGIC_0101/Attributions|Attributions]]
| + | |
- | |}
| + | |
| | | |
| + | <link rel="stylesheet" href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/css?action=raw&ctype=text/css" type="text/css" /> |
| + | <link rel="stylesheet" href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/style?action=raw&ctype=text/css" type="text/css" /> |
| + | <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script> |
| | | |
| + | <!--[if lte IE 8]><link rel="stylesheet" href="http://www.humaan.com.au/wp-content/themes/humaan/css/iestyle.css"><![endif]--> |
| + | <!--[if IE 9]><link rel="stylesheet" href="http://www.humaan.com.au/wp-content/themes/humaan/css/ie9.css"><![endif]--> |
| + | <script type="text/javascript" src="https://2013.igem.org/Team:Shenzhen_BGIC_0101/easying?action=raw&ctype=text/javascript"></script> |
| + | <script type="text/javascript" src="//use.typekit.net/jlr8wlp.js"></script> |
| + | <script type="text/javascript">try{Typekit.load();}catch(e){}</script> |
| + | <script type="text/javascript"> |
| + | function FloatMenu(){ |
| + | var animationSpeed=1500; |
| + | var animationEasing='easeOutQuint'; |
| + | var scrollAmount=$(document).scrollTop(); |
| + | var newPosition=menuPosition+scrollAmount; |
| + | if($(window).height()<$('#fl_menu').height()+$('#fl_menu .menu').height()){ |
| + | $('#fl_menu').css('top',menuPosition); |
| + | } else { |
| + | $('#fl_menu').stop().animate({top: newPosition}, animationSpeed, animationEasing); |
| + | } |
| + | } |
| + | $(window).load(function(){ |
| + | menuPosition=$('#fl_menu').position().top; |
| + | FloatMenu(); |
| + | }); |
| + | $(window).scroll(function(){ |
| + | FloatMenu(); |
| + | }); |
| + | $(document).ready(function(){ |
| + | var fadeSpeed=500; |
| + | $("#fl_menu").hover(function(){ |
| + | $('#fl_menu .label').fadeTo(fadeSpeed, 1); |
| + | $("#fl_menu .menu").fadeIn(fadeSpeed); |
| + | },function(){ |
| + | $('#fl_menu .label').fadeTo(fadeSpeed, 0.75); |
| + | $("#fl_menu .menu").fadeOut(fadeSpeed); |
| + | }); |
| + | }); |
| + | </script> |
| + | <style> |
| | | |
| + | .container{ |
| + | width:65%; |
| + | left: 5%; |
| + | } |
| + | /* fl_menu */ |
| + | #fl_menu{position:absolute;top:200px;left:-2px;z-index:9999; |
| + | width:150px; |
| + | height:50px; |
| + | } |
| + | #fl_menu .label{line-height:50px;font-size:18px;font-weight:bold;background: #1B1B1B;color:#fff;letter-spacing:5px;text-align: center;box-shadow: 2px 1px 6px #272727;border-radius: 2px;opacity: 0.75;} |
| + | #fl_menu .label a{color:#83f;text-decoration: none;} |
| + | #fl_menu .label a:hover{color:#38f;} |
| | | |
- | == '''Overall project''' == | + | </style> |
| + | <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> |
| | | |
- | Tell us more about your project. Give us background. Use this is the abstract of your project. Be descriptive but concise (1-2 paragraphs)
| |
| | | |
| | | |
| + | <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> |
| | | |
| + | </head> |
| + | <body class="blog developer-wanted"> |
| + | <div id="fl_menu"> |
| + | <div class="label"><a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Project#overview">overview</a></div> |
| + | <div class="label"><a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Project#plug-in">plug-in</a></div> |
| + | <div class="label"><a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Project#tutorial">tutorial</a></div> |
| | | |
| + | </div> |
| + | <div id="wrap" style="background:url(https://static.igem.org/mediawiki/igem.org/f/fb/Backgd.jpg);"> |
| + | <header class="light"> |
| + | <a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Home" id="logo">logo</a> |
| + | |
| + | <nav class="menu-main-navigation-container"><a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Home" class="menu-item-20 menu-item menu-item-type-post_type menu-item-object-page">Home</a> <a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Team" class="menu-item-19 menu-item menu-item-type-post_type menu-item-object-page">Team</a> <a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Project" class="menu-item-18 menu-item menu-item-type-post_type menu-item-object-page current-menu-item">Project</a> <a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Requirements" class="menu-item-17 menu-item menu-item-type-post_type menu-item-object-page">Requirements</a> <a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/HumanPractices" class="menu-item-15 menu-item menu-item-type-post_type menu-item-object-page">Human Practices</a> </nav> |
| + | <a href="https://2013.igem.org/Main_Page" id="logo1">logo</a> |
| + | </header> |
| | | |
| | | |
| + | <div id="page-header" style="background: url(https://static.igem.org/mediawiki/igem.org/b/b0/Za.jpg);height: 300px;box-shadow: 4px 3px 25px #000;"> |
| + | <h1></h1> |
| + | </div> |
| + | <br/> |
| + | <a name="overview"></a> |
| + | <section id="blog" class="container"> |
| + | |
| + | <article class="clearfix" style="background: rgba(29, 28, 28, 0.79);"> |
| + | <div id="post-1815" class="post-1815 post type-post status-publish format-standard hentry category-evolution" style="background: transparent;color: #E6E6E6;"> |
| + | <img width="1000" height="315" src="https://static.igem.org/mediawiki/2013/0/00/Test-main.png" class="attachment-blog-thumb wp-post-image" /> <div class="text"> |
| + | <h2>Genovo</h2> |
| + | |
| + | <div class="post-content" style="color: #ADFFCF;"><hr/><p>Genovo is a Computer-Aided Design (CAD) tool used for denovo design of genome. The current version consists of 4 parts. </p> |
| + | <p>The first, Chromosome Construction will grap genes in a common pathway and chromosome features to build a new genome and let user to define the order and orientation in drap-drop way. The second, Nucleotide Modification will optimize and soften the sequence of CDSs. It also help design the CRIPSR sites so that we can silence the wild type genes. The third, Chromosome Segmentation will cut chromosome into pieces and add 3A & Gibson & Goldengate & Homologous Recombination adaptors to the pieces automatically for assembly. The last one, OLS Design will guide users to gain the chromosome by microarray. </p> |
| + | <p>Genovo will enable user to design their innovative chromosome as their wishes and further the research on genome on pathway level.</p> |
| + | <br/><br/> |
| + | <h2>Plug-in</h2> |
| + | <hr/> |
| + | <a name="plug-in"></a> |
| + | <a name="plug1"></a> |
| + | <p>NeoChr</p> |
| + | <p>Neochr module would assist users to grab related genes in different pathways manually, to rewire genes’ relationship logically*, and to replace genes with ortholog that score higher*.</p><hr/> |
| + | <a name="plug2"></a> |
| + | <p>NucleoMod</p> |
| + | <p>NucleoMod is a module to modity CDS sequence of genes which generated by Neochr module. This module contains 5 plugins: CRISPR design, erase enzyme site, create enzyme site, codon optimization, repeat smash. All of these plugin is allow user to change or optimize the gene. After NucleoMod operation, the next step is SegmMan to design synthestic method according to the length of chromosome.</p><hr/> |
| + | <a name="plug3"></a> |
| + | <p>SegmMan</p> |
| + | <p>This module will grab genes’ detail information in KEGG Makeup Language (KGML) file which can be downloaded in KEGG or get through KEGG API, and it will establish a new standard for data transmission which will convert XML format into JSON format and simplify structures. Furthermore, this module will export genes’ list and its relationships. Choose one pathway and this module will visualize the pathway and rebuild it in the level of genes.</p><hr/> |
| + | <hr/> |
| + | </div> |
| + | </div> |
| + | |
| + | </div> |
| + | |
| + | </article> |
| + | |
| + | </section> |
| + | <a name="tutorial"></a> |
| + | <section id="blog" class="container"> |
| + | |
| + | <article class="clearfix" style="background: rgba(29, 28, 28, 0.79);"> |
| + | <div id="post-1815" class="post-1815 post type-post status-publish format-standard hentry category-evolution" style="background: transparent;color: #E6E6E6;"> |
| + | <div class="text"> |
| + | |
| + | <div class="post-content" style="color: #ADFFCF;"><hr/> |
| + | </div> |
| + | </div> |
| + | |
| + | </div> |
| + | |
| + | </article> |
| + | |
| + | </section> |
| + | <div class="push"></div> |
| + | </div><!-- wrapper --> |
| + | <footer style> |
| + | <div class="container clearfix"> |
| + | <div class="seven columns" id="footer-contact"> |
| + | <h3>contact us</h3> |
| + | <p>BGI-Shenzhen, Beishan Industrial Zone<br /> |
| + | Yantian District, Shenzhen, 518083, China</p> |
| + | <p> <span>email:</span><br /> |
| + | <a href="mailto:gongjianhui@genomics.com">gongjianhui@genomics.com</a></p> |
| + | </div> |
| + | <div class="four columns" id="footer-project"> |
| + | <h3>sponsor</h3> |
| + | <p>BGIC<br/></p> |
| + | </div> |
| + | <div class="five columns" id="footer-newsletter"> |
| + | <a href="https://2013.igem.org/Main_Page" ><img width="150" height="120" src="https://static.igem.org/mediawiki/2013/0/02/TB_IGEM_official_logo.png" /></a> |
| + | </div> |
| + | </div> |
| + | </footer> |
| | | |
- | == Project Details==
| |
| | | |
| + | <script src="https://2013.igem.org/Team:Shenzhen_BGIC_0101/aaa?action=raw&ctype=text/javascript"></script> |
| | | |
| | | |
- | | + | </body> |
- | | + | </html> |
- | === Part 2 ===
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | === The Experiments ===
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | === Part 3 ===
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | == Results ==
| + | |