(Prototype team page) |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
<html> | <html> | ||
+ | <style> | ||
+ | #content{width:100%;padding:0px;margin:0px;background-color: #ededed;} | ||
+ | #sideMenu, #top_title | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | body{font: 16px sans-serif;} | ||
+ | .footer_bg .footer { | ||
+ | padding: 0; | ||
+ | border-top: 6px solid #222222; | ||
+ | } | ||
+ | .footer_bg .footer_btm { | ||
+ | margin-top: 4%; | ||
+ | border-top: none; | ||
+ | padding: 2% 4%; | ||
+ | padding-top: 2%; | ||
+ | max-width: 1458px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | </style> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <title></title> | ||
+ | <link rel="stylesheet" href="https://2016.igem.org/Team:TJUSLS_China/home/index_style?action=raw&ctype=text/css"> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Team:TJUSLS_China/home/index_js_two?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Team:TJUSLS_China/home/index_js_one?action=raw&ctype=text/javascript"></script> | ||
+ | </head> | ||
+ | <body> | ||
+ | <!--menu--> | ||
+ | <div class="header-box"> | ||
+ | <div class="header"> | ||
+ | <!-- start h_menu4 --> | ||
+ | <div class="h_menu4"> | ||
+ | <a class="toggleMenu" href="">Menu</a> | ||
+ | <ul id="top_ul_my" class="nav"> | ||
+ | <script> | ||
+ | function getHover(number){ | ||
+ | var top_ul_my_lis = $("#top_ul_my").find(">li"); | ||
+ | console.log(top_ul_my_lis); | ||
+ | if(number == 0) top_ul_my_lis[0].setAttribute("class", "active hover"); | ||
+ | else top_ul_my_lis[0].setAttribute("class", "active"); | ||
+ | for(var i = 1; i < top_ul_my_lis.length; i++){ | ||
+ | if(i == number) { | ||
+ | top_ul_my_lis[i].setAttribute("class", "hover"); | ||
+ | }else{ | ||
+ | top_ul_my_lis[i].setAttribute("class", ""); | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | $(".header").hover(function(event){ | ||
+ | event.stopPropagation(); | ||
+ | $('#top_ul_my li').attr("class",""); | ||
+ | }); | ||
+ | </script> | ||
+ | <li onmouseover="getHover(0)"><a href="https://2016.igem.org/Team:TJUSLS_China">TJUSLS</a></li> | ||
+ | <li onmouseover="getHover(1)" class=""><a href="" class="root">project</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Description">Description</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Design">Design</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Experiments">Experiments</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Proof">Proof of Concept</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Demonstrate">Demonstrate</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Notebook">Notebook</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Results">Results</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li onmouseover="getHover(2)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Parts">PARTS</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Basic_Part">Basic Parts</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Composite_Part">Composite Parts</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Part_Collection">Part Collection</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="active" onmouseover="getHover(3)"><a class="active" href="https://2016.igem.org/Team:TJUSLS_China/Safety">SAFETY</a></li> | ||
+ | <li onmouseover="getHover(4)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Attributions">ATTRIBUTIONS</a> | ||
− | < | + | </li> |
+ | <li onmouseover="getHover(5)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Human_Practices">HUMAN PRACTICES</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/HP/Silver">Silver</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/HP/Gold">Gold</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Integrated_Practices">Integrated Practices</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Engagement">Engagement</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li onmouseover="getHover(6)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Modeling">MODELING</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Modeling">Modeling</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Software">Software</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li onmouseover="getHover(7)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Team">TEAM</a> | ||
− | < | + | <ul> |
− | < | + | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Team">Team</a></li> |
− | + | <li><a href="https://2016.igem.org/Team:TJUSLS_China/Collaborations">Collaborations</a></li> | |
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <!--<script type="text/javascript" src="https://2016.igem.org/Team:TJUSLS_China/home/home_nav?action=raw&ctype=text/javascript"></script>--> | ||
+ | </div> | ||
+ | <!-- end h_menu4 --> | ||
+ | <div class="clear"></div> | ||
+ | </div> | ||
+ | <div class="sec-menu"> | ||
+ | <img class="sec-menu-dot" src="https://static.igem.org/mediawiki/2016/f/f9/T--TJUSLS_China--sec-menu.png"/> | ||
+ | <img class="sec-menu-close" src="https://static.igem.org/mediawiki/2016/b/b5/T--TJUSLS_China--sec-menu-close.png"/> | ||
+ | </div> | ||
</div> | </div> | ||
− | + | <!--title--> | |
− | + | <div class="second-title"> | |
− | + | Parts | |
− | + | <div class="second-title-img"> | |
− | + | <img src="https://static.igem.org/mediawiki/2016/8/86/T--TJUSLS_China--second-logo.png"/> | |
− | <div class=" | + | </div> |
− | <div class=" | + | |
− | < | + | |
− | + | ||
− | </div> | + | |
</div> | </div> | ||
+ | <!--content--> | ||
+ | <div class="second-content"> | ||
+ | <div class="sec-list-wenzi"> | ||
+ | <h3 id="part1">About Parts</h3> | ||
+ | <div class="sec-wenzi-content">Our team is sending 27 different well characterized and tested parts (BBa_K1921000-BBa_K1921026)which are compatible with the iGEM standard! Firstly, this package provided PETase and its mutates which have the degradation efficiency and thermal stability. Moreover, Surface display of enzyme is really an effective measures that can improve the enzyme's degrading efficiency. This package will give all future iGEM teams the possibility to express the PETase on the cell surface of E.coli or pichia pastoris for whole cell catalysis in a really easy and fast way. Thirdly, fusing secreting the hydrophobin and PETase and co - display them which improved degradation efficiency observably are also becoming convenient.</div> | ||
+ | <div class="clear"></div> | ||
+ | </div> | ||
− | + | <div class="wenzi-end"></div> | |
− | + | <div class="up"><img src="https://static.igem.org/mediawiki/2016/6/62/T--TJUSLS_China--up.jpg"/></div> | |
− | <div class=" | + | |
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
</div> | </div> | ||
− | + | <!--foot--> | |
− | + | <div class="footer_bg"> | |
− | + | <div class="foot_wrap"> | |
− | + | <div class="footer"> | |
− | + | <div class="footer_btm"> | |
− | <div class=" | + | <div class="copy"> |
− | + | <p class="w3-link">Copyright 2016 TJUSLS</p> | |
− | < | + | </div> |
− | < | + | <div class="clear"></div> |
− | < | + | </div> |
− | < | + | </div> |
− | < | + | </div> |
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | + | </body> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</html> | </html> |
Latest revision as of 05:07, 19 October 2016
Parts
About Parts
Our team is sending 27 different well characterized and tested parts (BBa_K1921000-BBa_K1921026)which are compatible with the iGEM standard! Firstly, this package provided PETase and its mutates which have the degradation efficiency and thermal stability. Moreover, Surface display of enzyme is really an effective measures that can improve the enzyme's degrading efficiency. This package will give all future iGEM teams the possibility to express the PETase on the cell surface of E.coli or pichia pastoris for whole cell catalysis in a really easy and fast way. Thirdly, fusing secreting the hydrophobin and PETase and co - display them which improved degradation efficiency observably are also becoming convenient.