Team:PennState/Parts
From 2008.igem.org
(Difference between revisions)
(Prototype team page) |
|||
(17 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
- | |||
<html> | <html> | ||
- | < | + | <head> |
- | + | <style> | |
- | + | #globalWrapper { | |
- | + | background-image: url("https://static.igem.org/mediawiki/2008/e/e4/Bglogo.png") !important; | |
- | + | background-repeat: repeat; | |
- | + | } | |
+ | |||
+ | .ideasList{ | ||
+ | margin-bottom:30px | ||
+ | } | ||
+ | |||
+ | ul#sub { | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | font-size:12px; | ||
+ | list-style-image:none; | ||
+ | list-style-type:none; | ||
+ | |||
+ | } | ||
+ | |||
+ | #sub li { margin-bottom:20px;} | ||
+ | |||
+ | #sub li a { | ||
+ | color:#3300FF; | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | |||
+ | #sub li a:hover { | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | .links { | ||
+ | width:100%; | ||
+ | background-color:#000; | ||
+ | margin-bottom:30px; | ||
+ | } | ||
+ | |||
+ | .links tr { | ||
+ | background-color: rgb(155, 230, 159); | ||
+ | } | ||
+ | |||
+ | .links td { | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | .links a{ | ||
+ | display: block; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | margin: 0; | ||
+ | text-align: center; | ||
+ | text-decoration: none; | ||
+ | font-size: 14px; | ||
+ | color: #000; | ||
+ | } | ||
+ | |||
+ | .links a:active { | ||
+ | } | ||
+ | |||
+ | .links a:hover { | ||
+ | background-color: rgb(37,169,113); | ||
+ | } | ||
+ | |||
+ | #header { | ||
+ | width: 100%; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | h4 { | ||
+ | font-size: 14pt; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | dt { | ||
+ | font-size: 12pt; | ||
+ | } | ||
+ | |||
+ | #projectnav h4 { | ||
+ | padding: .4ex; | ||
+ | } | ||
+ | |||
+ | #projectnav dt { | ||
+ | font-weight: normal; | ||
+ | margin: 1.5ex 0 0 0; | ||
+ | } | ||
+ | |||
+ | #projectnav h4, #projectnav dt, #projectnav dd { | ||
+ | text-align: center; | ||
+ | text-indent: 0; | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | |||
+ | #hbnav dd { | ||
+ | background-color: rgb(0,80,200); | ||
+ | border-left: dashed #FFF 3px; | ||
+ | border-right: dashed #FFF 3px; | ||
+ | padding: .8ex; | ||
+ | } | ||
+ | |||
+ | #denav dd{ | ||
+ | background-color: rgb(37,170,113); | ||
+ | border-left: dashed #FFF 3px; | ||
+ | border-right: dashed #FFF 3px; | ||
+ | padding: 1ex; | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | |||
+ | #projectnav a { | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | #pagecontent p { | ||
+ | text-indent: 1.25em; | ||
+ | } | ||
+ | |||
+ | p.start:first-line { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | </style> | ||
+ | <! -- END of style sheet --> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <!-- First table displays centered iGEM 2007 Logo --> | ||
+ | <div id="header"> | ||
+ | <img src="https://static.igem.org/mediawiki/2008/a/ad/Penn_state_igem_logo2.JPG" alt="Penn State" /> | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | <!-- | + | <!-- Table displaying top row of links --> |
+ | <table class="links" > | ||
+ | <tr> | ||
+ | <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState" title="Welcome!">Home</a> </td> | ||
+ | <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Team" >The Team</a> </td> | ||
+ | <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Project" title="Full Abstracts.">The Project</a> </td> | ||
+ | <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Parts">Parts</a> </td> | ||
+ | <td align="center" ><a class="mainLinks" href="https://2008.igem.org/Team:PennState/Notebook" title="Day to day lab activity">Notebook</a> </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <table> <!-- Table for content area --> | ||
+ | <tr> | ||
+ | <!-- | ||
+ | Navigation menu for the projects | ||
+ | The table is extended to include the introduction paragraph and the information blocks | ||
+ | --> | ||
+ | <td valign="top" width="20%" id="projectnav"> | ||
+ | <h4>Diauxie Elimination</h4> | ||
+ | <dl id="hbnav"> | ||
+ | <dd><a href="https://2008.igem.org/Team:PennState/diauxie/intro">Introduction</a></dd> | ||
+ | <dd><a href="https://2008.igem.org/Team:PennState/diauxie/TheSystem">The System</a></dd> | ||
+ | <dd><a href="https://2008.igem.org/Team:PennState/diauxie/Strategies">Strategies</a></dd> | ||
+ | <dd><a href="https://2008.igem.org/Team:PennState/diauxie/progress">Progress</a></dd> | ||
+ | <dd><a href="https://2008.igem.org/Team:PennState/diauxie/conclusions">Conclusions</a></dd> | ||
+ | <dd><a href="https://2008.igem.org/Team:PennState/diauxie/parts" title="Parts submitted to the registry for diauxie">Parts</a></dd> | ||
+ | <dd><a href="https://2008.igem.org/Team:PennState/diauxie/references">References</a></dd> | ||
+ | </dl> | ||
+ | <h4><acronym title="Nuclear Hormone Receptor">NHR Biosensors</acronym><br/></h4> | ||
+ | <dl id="denav"> | ||
- | + | ||
- | + | <dd><a href="https://2008.igem.org/Team:PennState/NHR/introduction">NHR Introduction</a></dd> | |
- | + | <dd><a href="https://2008.igem.org/Team:PennState/smartfold/overview">Phthalate Biosensor</a></dd> | |
- | + | <dd><a href="https://2008.igem.org/Team:PennState/fusion/overview">BPA Biosensor</a></dd> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | </dl> |
+ | </td> | ||
- | + | <!-- Main content area --> | |
- | + | <td valign="top" id="pagecontent" width="80%"><span style="font-size: 16pt">Welcome to Penn State iGEM 2008</span> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <h4>What have we submitted?</h4> | ||
+ | <hr/> | ||
- | + | <p>Most of the parts we have submitted are from our Diaxuie Project but we have also made contributions to the registry from our other projects. From the Diauxie Project we have submitted each of the promoters we engineered, as well as those promoters followed by GFR. From our phthlate biosensor project we have submitted the human nuclear hormone receptor PPARalpha which was optimized for E. coli</p> | |
- | + | <div id="registrylink"><a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2008&group=PennState" style="color: #000">Penn State's iGEM Registry Submissions 2008</a></div> | |
+ | |||
+ | <h4>Penn State Registry Submissions 2008: Complete List</h4> | ||
+ | <hr/> | ||
+ | <dl> | ||
+ | <dt>Natural Xylose Regulated Bi-Directional Operator:BBa_K100000</dt> | ||
+ | <dd><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K100000">BBaK100000</a> • <a href="http://partsregistry.org/cgi/partsdb/part_info.cgi?part_name=BBa%20K100000">Hard Information</a></dd> | ||
+ | <dt>Edited Xylose Regulated Bi-Directional Operator 1:BBa_K100001</dt> | ||
+ | <dd><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K100001">BBaK100001</a> • <a href="http://partsregistry.org/cgi/partsdb/part_info.cgi?part_name=BBa%20K100001">Hard Information</a></dd> | ||
+ | <dt>Edited Xylose Regulated Bi-Directional Operator 2:BBa_K100002</dt> | ||
+ | <dd><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K100002">BBaK100002</a> • <a href="http://partsregistry.org/cgi/partsdb/part_info.cgi?part_name=BBa%20K100002">Hard Information</a></dd> | ||
+ | <dt>Edited Xylose Regulated Bi-Directional Operator 3:BBa_K100003</dt> | ||
+ | <dd><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K100003">BBaK100003</a> • <a href="http://partsregistry.org/cgi/partsdb/part_info.cgi?part_name=BBa%20K100003">Hard Information</a></dd> | ||
+ | <dt>Natural Xylose Regulated Bi-Directional Operator + GFP:BBa_K100004</dt> | ||
+ | <dd><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K100004">BBaK100004</a> • <a href="http://partsregistry.org/cgi/partsdb/part_info.cgi?part_name=BBa%20K100004">Hard Information</a></dd> | ||
+ | <dt>Edited Xylose Regulated Bi-Directional Operator 1 + GFP:BBa_K100005</dt> | ||
+ | <dd><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K100005">BBaK100005</a> • <a href="http://partsregistry.org/cgi/partsdb/part_info.cgi?part_name=BBa%20K100005">Hard Information</a></dd> | ||
+ | <dt>Edited Xylose Regulated Bi-Directional Operator 2 + GFP:BBa_K100006</dt> | ||
+ | <dd><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K100006">BBaK100006</a> • <a href="http://partsregistry.org/cgi/partsdb/part_info.cgi?part_name=BBa%20K100006">Hard Information</a></dd> | ||
+ | <dt>Edited Xylose Regulated Bi-Directional Operator 3 + GFP:BBa_K100007</dt> | ||
+ | <dd><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K100007">BBaK100007</a> • <a href="http://partsregistry.org/cgi/partsdb/part_info.cgi?part_name=BBa%20K100007">Hard Information</a></dd> | ||
+ | <dt>RBS + XylR Transcriptional Regulator:BBa_K1000010</dt> | ||
+ | <dd><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K1000010">BBaK1000010</a> • <a href="http://partsregistry.org/cgi/partsdb/part_info.cgi?part_name=BBa%20K1000010">Hard Information</a></dd> | ||
+ | <dt>PPAR (alpha)</dt> | ||
+ | <dd><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K100009">BBaK100009</a> • <a href="http://partsregistry.org/cgi/partsdb/part_info.cgi?part_name=BBa%20K100009">Hard Information</a></dd> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- END OF PAGE! --> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </body> | ||
+ | </html> |
Latest revision as of 16:50, 28 October 2008
Home | The Team | The Project | Parts | Notebook |
Diauxie EliminationNHR Biosensors
|
Welcome to Penn State iGEM 2008
What have we submitted?Most of the parts we have submitted are from our Diaxuie Project but we have also made contributions to the registry from our other projects. From the Diauxie Project we have submitted each of the promoters we engineered, as well as those promoters followed by GFR. From our phthlate biosensor project we have submitted the human nuclear hormone receptor PPARalpha which was optimized for E. coli Penn State Registry Submissions 2008: Complete List
|