Team:Hong Kong HKUST/Parts
From 2013.igem.org
(Difference between revisions)
(Prototype team page) |
|||
(41 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
- | |||
<html> | <html> | ||
- | < | + | <head> |
- | < | + | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"> |
- | + | </script> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
- | < | + | <script type="text/javascript"> |
+ | $(document).ready(function(){ | ||
+ | $("ul.first > li").hover(function(){ | ||
+ | $(this).find("ul").stop().fadeToggle(10); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
- | { | + | <script> |
- | + | $(document).ready(function() | |
- | + | { | |
- | + | $('#menubar').mouseover(function(){ | |
- | + | $('#menubar').stop().animate({top:"0px"},500); | |
- | + | }); | |
- | + | $('#menubar').mouseleave(function(){ | |
- | + | $('#menubar').stop().animate({top:"-20px"},500); | |
- | + | }); | |
- | + | $('#menubar.right-menu').mouseover(function(){ | |
- | + | $('#menubar.right-menu').stop().animate({top:"0px"},500); | |
+ | }); | ||
+ | $('#menubar.right-menu').mouseleave(function(){ | ||
+ | $('#menubar.right-menu').stop().animate({top:"-20px"},500); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <style type="text/css"> | ||
+ | body{background-color:#494042;width:100%;margin-bottom:20px;min-width:600px;max-width:2000px;height:100%;} | ||
+ | #menubar | ||
+ | {background-color:#EEECEC;opacity:0.8;top:-4px;width:360px;height:23px;position:absolute;top:-20px;} | ||
+ | #menubar ul li a | ||
+ | { color:#8D1919;} | ||
+ | #menubar.right-menu | ||
+ | {background-color:#EEECEC;opacity:0.8;top:-4px;width:240px;height:23px;position:absolute;top:-20px;} | ||
+ | .right-menu li a | ||
+ | {color:#8D1919;background-color:#EEECEC;} | ||
+ | #p-logo | ||
+ | {visibility:hidden;} | ||
+ | .firstHeading | ||
+ | {visibility:hidden;} | ||
+ | #globalWrapper | ||
+ | {position: relative;font-size:127%;width:100%;margin:0;padding:0;padding-bottom:10px;background-color:#494042;} | ||
+ | #content | ||
+ | {width: 1000px;border:none;background-color:#494042;padding:0px;margin-top:0px;line-height: 1.5em;color: black;} | ||
+ | #top-section | ||
+ | {height:2px;border:none;background-color:#494042;} | ||
+ | #catlinks | ||
+ | {border-color:#494042;background-color:#494042;} | ||
+ | #footer-box | ||
+ | {display:none} | ||
+ | #kepala | ||
+ | {position:absolute;top:15px;background-color:#F0A5BE;height:121px;width:100%;} | ||
+ | #copyright | ||
+ | {position:absolute;left:325px;top:630px;} | ||
+ | .menu ul,li | ||
+ | { | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | list-style:none; | ||
+ | width:100%; | ||
+ | } | ||
+ | ul.first>li | ||
+ | { | ||
+ | float:left; | ||
+ | width:16.66%; | ||
+ | } | ||
+ | ul.first>li>a:link,ul.first>li>a:visited | ||
+ | { | ||
+ | display:block; | ||
+ | font-weight:bold; | ||
+ | color:#494042; | ||
+ | background-color:#35bb91; | ||
+ | text-align:center; | ||
+ | padding:3%; | ||
+ | text-decoration:none; | ||
+ | text-transform:uppercase; | ||
+ | } | ||
+ | ul.first>li>a:hover,ul.first>li>a:active | ||
+ | { | ||
+ | background-color:#e32e51; | ||
+ | } | ||
+ | ul.first>li>ul | ||
+ | { | ||
+ | display:none; | ||
+ | width:100%; | ||
+ | } | ||
- | + | ul.first>li>ul>li>a:link,ul.first>li>ul>li>a:visited | |
+ | { | ||
+ | display:block; | ||
+ | font-weight:bold; | ||
+ | color:#494042; | ||
+ | background-color:#8ff5d5; | ||
+ | text-align:center; | ||
+ | padding:3%; | ||
+ | text-decoration:none; | ||
+ | text-transform:uppercase; | ||
+ | } | ||
- | + | ul.first>li>ul>li>a:hover,ul.first>li>ul>li>a:active | |
+ | { | ||
+ | background-color:#f87790; | ||
+ | } | ||
+ | .menu | ||
+ | { | ||
+ | position:absolute; | ||
+ | left:0px; | ||
+ | top:141px; | ||
+ | width:100%; | ||
+ | } | ||
+ | ul, ol { | ||
+ | line-height: 1.6; | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | #used,#create, #gambar{width:90%;margin-left:50px;border:2px solid; | ||
+ | border-radius:15px;height:auto;font-family:"Trebuchet MS", Helvetica, sans-serif;padding-bottom:35px;} | ||
+ | #gambar{margin-top:40px;} | ||
+ | #used{margin-top:40px;background-color:#e32e51;} | ||
+ | #create{margin-top:25px;background-color:#F4DFC0;} | ||
+ | .center | ||
+ | { | ||
+ | margin:auto; | ||
+ | width:70%; | ||
+ | background-color:#b0e0e6; | ||
+ | } | ||
+ | h3{margin-left:10px;font-size:30px;} | ||
+ | #iGEM_Logo{ | ||
+ | width:100px; | ||
+ | height:80px; | ||
+ | position:absolute; | ||
+ | right:10px; | ||
+ | top:60px; | ||
+ | z-index:+15; | ||
+ | } | ||
+ | #hkust_Logo{ | ||
+ | width:60px; | ||
+ | height:80px; | ||
+ | position:absolute; | ||
+ | right:110px; | ||
+ | top:60px; | ||
+ | z-index:+15; | ||
+ | } | ||
- | < | + | </style> |
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <a href="https://2013.igem.org/Main_Page"><img id="iGEM_Logo" src="https://static.igem.org/mediawiki/2013/4/46/Igem_qgem_logo.png"></a> | ||
+ | |||
+ | |||
+ | <a href="http://www.ust.hk/eng/index.htm"><img id="hkust_Logo" src="https://static.igem.org/mediawiki/2013/5/55/Hkust_logo.gif"></a> | ||
+ | |||
+ | <a href=https://2013.igem.org/Team:Hong_Kong_HKUST><center><div id="kepala"><img src="https://static.igem.org/mediawiki/igem.org/c/c7/BANNER1_%281%29.png" style="height:121px;width:100%;"></div></center></a> | ||
+ | |||
+ | <div class="menu"> | ||
+ | <ul class="first"> | ||
+ | |||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST">Home</a></li> | ||
+ | |||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/team">Team</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/members">Members</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/advisors">Advisors</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/instructors">Instructors</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/attribution">Attribution</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/acknowledge">Acknowledgement</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project">Project</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract">Abstract</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modules">Modules Description</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/data">Data Page</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Parts">Parts</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results">Result</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/future">Future Work</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Wetlab">Wetlab</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/notebook">Notebook</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/protocols">Protocols</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/safety">Safety</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/achievement">Achievement</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/medals">Medal Requirements</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/prizes">Prizes</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp">Human Practice</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/cp">Country Profile</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/blog">Blog</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/interview">Interviews</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/article/genet">Article</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/video">Videos</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/presentation">Presentations</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | </ul> | ||
+ | |||
+ | </div> | ||
+ | <br><br><br><br><br><br> | ||
+ | <div id="create"> | ||
+ | <br><h3><center>Parts We Created</center></h3><br><br> | ||
+ | <table width="733" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#35BB91"> | ||
+ | <tr bgcolor="#e32e51"> | ||
+ | <td width="167" valign="top" bgcolor="#e32e51" style="color: #FFF"><p align="center"><strong>Characterization</strong></p></td> | ||
+ | <td width="124" style="color: #Fff"><p align="center"><strong>Name</strong></p></td> | ||
+ | <td width="121" style="color: #FFF"><p align="center"><strong>Type</strong></p></td> | ||
+ | <td width="238"><p align="center"><strong style="color: #FFF">Description</strong></p></td> | ||
+ | <td width="71"><p align="center"><strong style="color: #FFF">Length</strong></p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="167" valign="top"><p align="center"><strong> ✔ <br> | ||
+ | </strong><span style="font-size: 14px"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization data</a></span></p></td> | ||
+ | <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119000">BBa_K1119000</a></p></td> | ||
+ | <td width="121" valign="top"><p align="center">Protein Domain</p></td> | ||
+ | <td width="238" valign="top"><p align="center">Mitochondrial leader sequence with RFC 10 standard</p></td> | ||
+ | <td width="71" valign="top"><p align="center">87</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="167" valign="top"><p align="center"><strong> ✔ <br> | ||
+ | </strong><span style="font-size: 14px"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization data</a></span></p></td> | ||
+ | <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119001">BBa_K1119001</a></p></td> | ||
+ | <td width="121" valign="top"><p align="center">Protein Domain</p></td> | ||
+ | <td width="238" valign="top"><p align="center">Mitochondrial leader sequence with RFC 25 standard</p></td> | ||
+ | <td width="71" valign="top"><p align="center">87</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="167" valign="top"><p align="center"><strong> </strong></p></td> | ||
+ | <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119002">BBa_K1119002</a></p></td> | ||
+ | <td width="121" valign="top"><p align="center">Coding</p></td> | ||
+ | <td width="238" valign="top"><p align="center"><i>aceA</i></p></td> | ||
+ | <td width="71" valign="top"><p align="center">1305</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="167" valign="top"><p align="center"><strong> </strong></p></td> | ||
+ | <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119003">BBa_K1119003</a></p></td> | ||
+ | <td width="121" valign="top"><p align="center">Coding</p></td> | ||
+ | <td width="238" valign="top"><p align="center"><i>aceB</i></p></td> | ||
+ | <td width="71" valign="top"><p align="center">1602</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="167" valign="top"><p align="center"><strong> ✔ <br> | ||
+ | </strong><span style="font-size: 14px"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization data</a></span></p></td> | ||
+ | <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119006">BBa_K1119006</a></p></td> | ||
+ | <td width="121" valign="top"><p align="center">Regulatory</p></td> | ||
+ | <td width="238" valign="top"><p align="center">CMV promoter</p></td> | ||
+ | <td width="71" valign="top"><p align="center">618</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="167" valign="top"><p align="center"><strong> </strong></p></td> | ||
+ | <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119008">BBa_K1119008</a></p></td> | ||
+ | <td width="121" valign="top"><p align="center">Composite</p></td> | ||
+ | <td width="238" valign="top"><p align="center">CMV promoter - GFP</p></td> | ||
+ | <td width="71" valign="top"><p align="center">1850</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="167" valign="top"><p align="center"><strong> </strong></p></td> | ||
+ | <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119009">BBa_K1119009</a></p></td> | ||
+ | <td width="121" valign="top"><p align="center">Composite</p></td> | ||
+ | <td width="238" valign="top"><p align="center">CMV promoter - Mitochondrial Leader Sequence fused with GFP</p></td> | ||
+ | <td width="71" valign="top"><p align="center">1943</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="167" valign="top"><p align="center"><strong> ✔ <br></strong> | ||
+ | <span style="font-size: 14px"><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization data</a></span></p></td> | ||
+ | <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119010">BBa_K1119010</a></p></td> | ||
+ | <td width="121" valign="top"><p align="center">Regulatory</p></td> | ||
+ | <td width="238" valign="top"><p align="center">Human Elongation Factor-1alpha promoter</p></td> | ||
+ | <td width="71" valign="top"><p align="center">316</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width="167" valign="top"><p align="center"><strong> </strong></p></td> | ||
+ | <td width="124" valign="top"><p align="center"><a href="http://parts.igem.org/Part:BBa_K1119011">BBa_K1119011</a></p></td> | ||
+ | <td width="121" valign="top"><p align="center">Composite</p></td> | ||
+ | <td width="238" valign="top"><p align="center">EF-1alpha promoter - GFP</p></td> | ||
+ | <td width="71" valign="top"><p align="center">1564</p></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div id="improve"> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
+ | |||
+ | </html> |
Latest revision as of 03:23, 29 October 2013
Parts We Created
Characterization |
Name |
Type |
Description |
Length |
Protein Domain |
Mitochondrial leader sequence with RFC 10 standard |
87 |
||
Protein Domain |
Mitochondrial leader sequence with RFC 25 standard |
87 |
||
|
Coding |
aceA |
1305 |
|
|
Coding |
aceB |
1602 |
|
Regulatory |
CMV promoter |
618 |
||
|
Composite |
CMV promoter - GFP |
1850 |
|
|
Composite |
CMV promoter - Mitochondrial Leader Sequence fused with GFP |
1943 |
|
Regulatory |
Human Elongation Factor-1alpha promoter |
316 |
||
|
Composite |
EF-1alpha promoter - GFP |
1564 |