Team:NCTU Formosa/parts
From 2011.igem.org
(Difference between revisions)
Line 179: | Line 179: | ||
} | } | ||
+ | <style type = "text/javascript" language = "JavaScript"> | ||
+ | function out(id_num){ | ||
+ | var oa = document.getElementById(id_num); | ||
+ | if(oa.style.display == "none"){ | ||
+ | oa.style.display = "block"; | ||
+ | } | ||
+ | return false; | ||
+ | } | ||
+ | </script> | ||
/*content*/ | /*content*/ | ||
Line 195: | Line 204: | ||
color: white; | color: white; | ||
} | } | ||
- | |||
#banner{ position:relative; | #banner{ position:relative; | ||
Line 203: | Line 211: | ||
width: 944px; | width: 944px; | ||
} | } | ||
+ | |||
#blueBox { position:relative; | #blueBox { position:relative; | ||
margin-left: 10px; | margin-left: 10px; | ||
Line 208: | Line 217: | ||
margin-top:-3px; | margin-top:-3px; | ||
background-color: #000066; | background-color: #000066; | ||
- | filter:alpha(opacity= | + | filter:alpha(opacity=90);opacity:0.9;zoom:1; |
height:auto; | height:auto; | ||
width: 924px; | width: 924px; | ||
Line 241: | Line 250: | ||
margin: 0px 0px 0px 10px; | margin: 0px 0px 0px 10px; | ||
background-color: #ede8e2 ; | background-color: #ede8e2 ; | ||
- | filter:alpha(opacity= | + | filter:alpha(opacity=98);opacity:0.98;zoom:1; |
height:auto; | height:auto; | ||
- | width: | + | width: 864px; |
- | + | ||
} | } | ||
#Box { color: black; | #Box { color: black; | ||
font-family: Calibri, Verdana, helvetica, sans-serif; | font-family: Calibri, Verdana, helvetica, sans-serif; | ||
- | font-size: | + | font-size: 18px; |
font-variant: normal; | font-variant: normal; | ||
direction:ltr; | direction:ltr; | ||
- | padding: | + | padding: 10px 40px 20px 40px; |
text-align: justify; | text-align: justify; | ||
} | } | ||
+ | |||
+ | #linkBox { position:absolute; | ||
+ | margin-left: -40px; | ||
+ | margin-bottom: -10px; | ||
+ | margin-top:-10px; | ||
+ | background-color: #000066; | ||
+ | filter:alpha(opacity=80);opacity:0.8;zoom:1; | ||
+ | height:auto; | ||
+ | width: 924px; | ||
+ | |||
+ | } | ||
+ | #linkBox { color: white; | ||
+ | font-family: Calibri, Verdana, helvetica, sans-serif; | ||
+ | font-weight: bold; | ||
+ | font-size: 18px; | ||
+ | font-variant: normal; | ||
+ | direction:ltr; | ||
+ | padding-left: 20px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
#sideBox { position: absolute; | #sideBox { position: absolute; | ||
top: 304px; | top: 304px; | ||
Line 265: | Line 296: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
+ | |||
+ | |||
</style> | </style> | ||
+ | <style> | ||
+ | |||
+ | table { | ||
+ | border: 0; | ||
+ | font-family: Calibri, Verdana, helvetica, sans-serif; | ||
+ | font-size:18px; | ||
+ | background-color: #ede8e2; | ||
+ | margin: 5px 0 5px 0; | ||
+ | padding: 5px 0 5px 10px; | ||
+ | text-align:top; | ||
+ | } | ||
+ | td{vertical-align:top;} | ||
+ | |||
+ | h3 { font-size: 20px; | ||
+ | text-align:right; | ||
+ | text-shadow: #C0C0C0 0px 0px 2px; | ||
+ | vertical-align: baseline; | ||
+ | } | ||
+ | div.intro img { | ||
+ | border-color: white ; | ||
+ | border-style:solid; | ||
+ | float:left; | ||
+ | width:expression(this.width>500?"250px":this.width+"px"); | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
</head> | </head> | ||
<body> | <body> | ||
+ | |||
<div id="banner"><a href = "https://2011.igem.org/Team:NCTU_Formosa"><img src = "https://static.igem.org/mediawiki/2011/8/8c/Banner010.jpg" height="236" width="944"/></a></div> | <div id="banner"><a href = "https://2011.igem.org/Team:NCTU_Formosa"><img src = "https://static.igem.org/mediawiki/2011/8/8c/Banner010.jpg" height="236" width="944"/></a></div> | ||
Line 275: | Line 340: | ||
<ul id="cm-nav"> | <ul id="cm-nav"> | ||
<li><a href="https://2011.igem.org/Team:NCTU_Formosa">Home</a></li> | <li><a href="https://2011.igem.org/Team:NCTU_Formosa">Home</a></li> | ||
- | <li><a class="arrow | + | <li><a onClick="out('cm=nav')" class="arrow">Team </a> |
<ul> | <ul> | ||
<li><a href="https://2011.igem.org/Team:NCTU_Formosa/members">Members</a></li> | <li><a href="https://2011.igem.org/Team:NCTU_Formosa/members">Members</a></li> | ||
Line 282: | Line 347: | ||
</ul> | </ul> | ||
</li> | </li> | ||
- | <li><a class="arrow | + | <li><a onClick="out('cm=nav')" class="arrow">Project</a> |
<ul class="arrow-pad"> | <ul class="arrow-pad"> | ||
<li><a href="https://2011.igem.org/Team:NCTU_Formosa/introduction">Introduction</a></li> | <li><a href="https://2011.igem.org/Team:NCTU_Formosa/introduction">Introduction</a></li> | ||
- | <li><a class="arrow | + | <li><a onClick="out('cm=nav')" class="arrow">RNA Thermometer</a> |
<ul> | <ul> | ||
<li><a href="https://2011.igem.org/Team:NCTU_Formosa/RNA_design">Design</a></li> | <li><a href="https://2011.igem.org/Team:NCTU_Formosa/RNA_design">Design</a></li> | ||
Line 292: | Line 357: | ||
</ul> | </ul> | ||
</li> | </li> | ||
- | <li><a class="arrow | + | <li><a onClick="out('cm=nav')" class="arrow">CI promoter </a> |
<ul> | <ul> | ||
<li><a href="https://2011.igem.org/Team:NCTU_Formosa/CI_design">Design</a></li> | <li><a href="https://2011.igem.org/Team:NCTU_Formosa/CI_design">Design</a></li> | ||
Line 299: | Line 364: | ||
</ul> | </ul> | ||
</li> | </li> | ||
- | <li><a class="arrow | + | <li><a onClick="out('cm=nav')" class="arrow">Carotenoid synthesis pathway</a> |
<ul> | <ul> | ||
<li><a href="https://2011.igem.org/Team:NCTU_Formosa/CSP_design">Design</a></li> | <li><a href="https://2011.igem.org/Team:NCTU_Formosa/CSP_design">Design</a></li> | ||
Line 305: | Line 370: | ||
</ul> | </ul> | ||
</li> | </li> | ||
- | <li><a class="arrow | + | <li><a onClick="out('cm=nav')" class="arrow">Butanol pathway</a> |
<ul> | <ul> | ||
<li><a href="https://2011.igem.org/Team:NCTU_Formosa/BP_design">Design</a></li> | <li><a href="https://2011.igem.org/Team:NCTU_Formosa/BP_design">Design</a></li> | ||
Line 311: | Line 376: | ||
</ul> | </ul> | ||
</li> | </li> | ||
- | <li><a class="arrow | + | <li><a onClick="out('cm=nav')" class="arrow">Violacein pathway</a> |
<ul> | <ul> | ||
<li><a href="https://2011.igem.org/Team:NCTU_Formosa/VP_design">Design</a></li> | <li><a href="https://2011.igem.org/Team:NCTU_Formosa/VP_design">Design</a></li> | ||
Line 324: | Line 389: | ||
<li><a href="https://2011.igem.org/Team:NCTU_Formosa/humanpractice">Human Practice</a></li> | <li><a href="https://2011.igem.org/Team:NCTU_Formosa/humanpractice">Human Practice</a></li> | ||
<li><a href="https://2011.igem.org/Team:NCTU_Formosa/contributions">Attribution</a></li> | <li><a href="https://2011.igem.org/Team:NCTU_Formosa/contributions">Attribution</a></li> | ||
- | <li><a class="arrow | + | <li><a onClick="out('cm=nav')" class="arrow">Notebook </a> |
<ul> | <ul> | ||
- | <li><a class="arrow | + | <li><a onClick="out('cm=nav')" class="arrow">Protocols</a> |
<ul> | <ul> | ||
<li><a href="https://2011.igem.org/Team:NCTU_Formosa/protocol">Mutation</a></li> | <li><a href="https://2011.igem.org/Team:NCTU_Formosa/protocol">Mutation</a></li> | ||
Line 336: | Line 401: | ||
</li> | </li> | ||
</ul> | </ul> | ||
+ | |||
Revision as of 14:51, 4 October 2011
-?- | Name | Type | Description | Designer | Length | |
W | BBa_K539119 | Coding | crtY (lycopene cyclase) | Yang, Yi-Pei | 1152 | |
W | BBa_K539281 | Composite | rbs+crtZ(beta-carotene hydroxylase) under heat sensitive cI regulater | Yang, Yi-Pei | 1611 | |
W | BBa_K539392 | Intermediate | Vio operon ABDE(each preceded by their own ribosome binding site) with a terminator | Shu-Han Chang | 6153 | |
W | BBa_K539691 | Composite | promoter(lacI regulated)+Alss+ilvC+ilvD(each preceded by own RBS)and RNA thermometer+terminator | Shu-Han Chang | 6200 | |
W | BBa_K539742 | Composite | TetR repressible promoter (BBa_R0040)+ kivd (alpha-ketoisovalerate decarboxylase)+Ter (BBa_B0015) | Yang, Yi-Pei | 1864 | |
W | BBa_K539129 | Composite | crtY (lycopene cyclase) with terminator | Yang, Yi-Pei | 1273 | |
W | BBa_K539138 | Composite | crtY (lycopene cyclase) with RNA thermometer and terminator | Yang, Yi-Pei | 1331 | |
W | BBa_K539142 | Intermediate | crtEBI+RNA thermometer+crtY+terminator | Yang, Yi-Pei | 4724 | |
W | BBa_K539151 | Composite | promoter+crtEBI+RNA thermometer(FourU)+crtY+terminator | Yang, Yi-Pei | 4767 | |
W | BBa_K539236 | Composite | crtZ(beta-carotene hydroxylase) with native rbs and terminator | Yang, Yi-Pei | 668 | |
W | BBa_K539413 | Coding | vioD | Shu-Han Chang | 1094 | |
W | BBa_K539421 | Generator | promoter (lacI regulated)+RNA thermometer | Shu-Han Chang | 260 | |
W | BBa_K539431 | Generator | promoter (lacI regulated)+RNA thermometer+vioD | Shu-Han Chang | 1360 | |
W | BBa_K539461 | Composite | promoter (lacI regulated)+RNA thermometer+vioD with RNA thermometer+tetR+double terminator | Shu-Han Chang | 2232 | |
W | BBa_K539513 | Coding | vioC | Shu-Han Chang | 543 | |
W | BBa_K539521 | Generator | heat sensitive cI QPI with high promoter and a RBS | Shu-Han Chang | 955 | |
W | BBa_K539522 | Intermediate | a ribosome binding site with vioC | Shu-Han Chang | 563 | |
W | BBa_K539558 | Composite | a RBS+lacI repressor+RNA thermometer+tetR+double terminator | Shu-Han Chang | 2043 | |
W | BBa_K539563 | Composite | vioC+a RBS+lacI repressor+RNA thermometer+tetR+double terminator | Shu-Han Chang | 2594 | |
W | BBa_K539621 | Intermediate | a RBS (B0030)+ilvC | Shu-Han Chang | 1497 | |
W | BBa_K539622 | Intermediate | a RBS (B0032)+ilvC | Shu-Han Chang | 1495 | |
W | BBa_K539623 | Intermediate | a RBS (B0034)+ilvC | Shu-Han Chang | 1494 | |
W | BBa_K539624 | Intermediate | a RBS (B0030)+ilvD | Shu-Han Chang | 1872 | |
W | BBa_K539625 | Intermediate | a RBS (B0032)+ilvD | Shu-Han Chang | 1870 | |
W | BBa_K539626 | Intermediate | a RBS (B0034)+ilvD | Shu-Han Chang | 1869 | |
W | BBa_K539627 | Intermediate | a RBS (B0032)+Alss | Shu-Han Chang | 1735 | |
W | BBa_K539631 | Generator | promoter (lacI regulated) with a RBS (B0032)+Alss | Shu-Han Chang | 1943 | |
W | BBa_K539641 | Intermediate | a RBS (B0032)+ilvC with a RBS (B0032)+ilvD | Shu-Han Chang | 3373 | |
W | BBa_K539642 | Intermediate | a RBS (B0030)+ilvC with a RBS (B0030)+ilvD | Shu-Han Chang | 3377 | |
W | BBa_K539643 | Intermediate | a RBS (B0034)+ilvC with a RBS (B0034)+ilvD | Shu-Han Chang | 3371 | |
W | BBa_K539651 | Generator | promoter (lacI regulated) + a RBS (B0032)+Alss with a RBS (B0030)+ilvC | Shu-Han Chang | 3448 | |
W | BBa_K539652 | Generator | promoter (lacI regulated) + a RBS (B0032)+Alss with a RBS (B0032)+ilvC | Shu-Han Chang | 3446 | |
W | BBa_K539653 | Composite | a RBS (B0030)+ilvD with RNA thermometer+tetR+terminator | Shu-Han Chang | 2744 | |
W | BBa_K539654 | Composite | a RBS (B0032)+ilvD with RNA thermometer+tetR+terminator | Shu-Han Chang | 2742 | |
W | BBa_K539655 | Composite | a RBS (B0034)+ilvD with RNA thermometer+tetR+terminator | Shu-Han Chang | 2741 | |
W | BBa_K539671 | Generator | promoter (lacI regulated)+RBS+Alss with a RBS (B0030)+ilvC+a RBS (B0030)+ilvD | Shu-Han Chang | 5328 | |
W | BBa_K539672 | Generator | promoter (lacI regulated)+RBS+Alss with a RBS (B0032)+ilvC+a RBS (B0032)+ilvD | Shu-Han Chang | 5324 | |
W | BBa_K539673 | Composite | a RBS (B0032)+ilvC+a RBS (B0032)+ilvD with RNA thermometer+tetR+terminator | Shu-Han Chang | 4245 | |
W | BBa_K539674 | Composite | a RBS (B0030)+ilvC+a RBS (B0030)+ilvD with RNA thermometer+tetR+terminator | Shu-Han Chang | 4249 | |
W | BBa_K539711 | Coding | ilvC (ketol-acid reductoisomerase NAD(P)-binding) | Yang, Yi-Pei | 1476 | |
W | BBa_K539712 | Coding | ilvD (dihydroxyacid dehydratase) | Yang, Yi-Pei | 1851 | |
W | BBa_K539713 | Coding | AlsS (alpha-acetolactate synthase protein) | Yang, Yi-Pei | 1716 | |
W | BBa_K539714 | Coding | kivd (alpha-ketoisovalerate decarboxylase) | Yang, Yi-Pei | 1647 | |
W | BBa_K539731 | Composite | kivd (alpha-ketoisovalerate decarboxylase) under TetR repressible promoter | Yang, Yi-Pei | 1727 | |
W | BBa_K539732 | Composite | kivd (alpha-ketoisovalerate decarboxylase) with native rbs(BBa_B0030) and terminator | Yang, Yi-Pei | 1789 | |
W | BBa_K539733 | Composite | kivd (alpha-ketoisovalerate decarboxylase) with native rbs(BBa_B0034) and terminator | Yang, Yi-Pei | 1786 | |
W | BBa_K539741 | Composite | TetR repressible promoter (BBa_R0040)+ kivd (alpha-ketoisovalerate decarboxylase)+Ter (BBa_J61048) | Yang, Yi-Pei | 1848 |