Team:Penn State/Modeling
From 2012.igem.org
(Prototype team page) |
|||
(12 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
- | |||
<html> | <html> | ||
- | < | + | <head> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | <title>Bidirectional Promoters Overview</title> |
+ | <style type="text/css"> | ||
+ | body { | ||
+ | background:#e0e0e0; | ||
+ | color:#303030; font:76% tahoma, verdana, sans-serif; | ||
+ | margin:0; | ||
+ | padding:15px 0 0; | ||
+ | } | ||
- | { | + | #container { |
- | + | background: #fff; | |
- | + | margin: 0 auto 20px; | |
- | + | padding: 5px 20px 20px; | |
- | + | width: 800px; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | /* Site title */ | |
+ | #logo { | ||
+ | margin: 15px 0 0; | ||
+ | } | ||
+ | |||
+ | #logo h1 a { | ||
+ | border:none; color:#505050; | ||
+ | } | ||
+ | |||
+ | #logo h1 a:hover { | ||
+ | border:none; | ||
+ | color:#303030; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | #logo p { | ||
+ | font-size:1.3em; | ||
+ | color:#505050; | ||
+ | margin:0 0 20px 0; | ||
+ | } | ||
+ | |||
+ | /* Tags */ | ||
+ | a { | ||
+ | color: #303030; | ||
+ | text-decoration: none; | ||
+ | border-bottom-width: 1px; | ||
+ | border-top-style: none; | ||
+ | border-right-style: none; | ||
+ | border-bottom-style: none; | ||
+ | border-left-style: none; | ||
+ | border-bottom-color: #505050; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | border-bottom:1px solid #505050; | ||
+ | color:#303030; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | a:visited {color:#666} | ||
+ | |||
+ | a img { | ||
+ | border:0; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | font-size:2.2em; | ||
+ | font-weight:400; | ||
+ | margin:0 0 5px; | ||
+ | padding:0; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | font-size: 24pt; | ||
+ | font-weight: bolder; | ||
+ | margin: 0 0 12px; | ||
+ | font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; | ||
+ | font-style: normal; | ||
+ | color: #356C80; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | font-size:1.4em; | ||
+ | font-weight:400; | ||
+ | margin:0 0 10px; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | line-height: 1.5em; | ||
+ | margin: 0 0 15px; | ||
+ | text-align: left; | ||
+ | color: #000; | ||
+ | } | ||
+ | |||
+ | ul,ol { | ||
+ | margin:0 0 15px 15px; | ||
+ | padding:0; | ||
+ | } | ||
+ | |||
+ | li { | ||
+ | margin:0 0 3px 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Navitabs menu */ | ||
+ | #navitabs { | ||
+ | clear:both; | ||
+ | } | ||
+ | |||
+ | .navitab { | ||
+ | background:#e0e0e0 url(https://static.igem.org/mediawiki/2012/7/72/Corner.gif) top right no-repeat; | ||
+ | border-bottom:1px solid #fff; | ||
+ | border-left:1px solid #fff; | ||
+ | font-size:1.1em; | ||
+ | margin:0 0 4px; | ||
+ | padding:4px 8px; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | .navitab:hover { | ||
+ | background:#d0d0d0 url(https://static.igem.org/mediawiki/2012/7/72/Corner.gif) top right no-repeat; | ||
+ | border-bottom:1px solid #fff; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | .activenavitab { | ||
+ | background:#505050 url(https://static.igem.org/mediawiki/2012/7/72/Corner.gif) top right no-repeat; | ||
+ | color:#fff; | ||
+ | font-size:1.1em; | ||
+ | margin:0 0 5px; padding:4px 8px 5px; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | .activenavitab:hover { | ||
+ | color:#fff; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | /* Header description area */ | ||
+ | #desc { | ||
+ | clear: both; | ||
+ | color: #fff; /* height:200px; */ | ||
+ | margin: 5px 0 15px; | ||
+ | padding: 0 0 5px 0; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2012/a/aa/Nav3.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: left bottom; | ||
+ | text-align: left; | ||
+ | font-size: 18pt; | ||
+ | } | ||
+ | |||
+ | #desc p { | ||
+ | font-size: 10pt; | ||
+ | line-height: 1.3em; | ||
+ | padding: 0 0 0 15px; | ||
+ | width: 325px; | ||
+ | color: #FFF; | ||
+ | } | ||
+ | |||
+ | #desc h3 { | ||
+ | color: #fff; | ||
+ | padding: 15px 15px 0; | ||
+ | text-align: left; | ||
+ | font-size: 18pt; | ||
+ | text-decoration: none; | ||
+ | padding-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | #desc a { | ||
+ | border-color:#fff; | ||
+ | color:#fff; | ||
+ | text-decoration:none;} | ||
+ | |||
+ | /* Main content */ | ||
+ | #main { | ||
+ | border-right: 1px solid #d8d8d8; | ||
+ | float: left; | ||
+ | width: 600px; | ||
+ | margin-top: 0; | ||
+ | margin-bottom: 0; | ||
+ | padding-top: 0; | ||
+ | padding-bottom: 0; | ||
+ | padding-left: 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Sidebar */ | ||
+ | #sidebar { | ||
+ | float:right; | ||
+ | width:150px; | ||
+ | } | ||
+ | |||
+ | #sidebar p { | ||
+ | font-size:0.9em; | ||
+ | line-height:1.3em; | ||
+ | margin:0 0 15px; | ||
+ | } | ||
+ | |||
+ | #sidebar ul { | ||
+ | margin:0 0 15px 0; | ||
+ | padding:0; | ||
+ | } | ||
+ | |||
+ | #sidebar li { | ||
+ | list-style:none; | ||
+ | } | ||
+ | |||
+ | ul.sidelink li { | ||
+ | list-style:none; | ||
+ | margin:0 0 3px; | ||
+ | padding:0; | ||
+ | } | ||
+ | |||
+ | ul.sidelink li a{ | ||
+ | background:#f0f0f0 url(https://static.igem.org/mediawiki/2012/7/72/Corner.gif) top right no-repeat; | ||
+ | border:none; display:block; | ||
+ | margin:5px 10px 5px 0; | ||
+ | padding:3px 4px 3px 8px; | ||
+ | text-align:left; | ||
+ | width:140px; | ||
+ | text-decoration;none; | ||
+ | } | ||
+ | |||
+ | ul.sidelink li a:hover { | ||
+ | background:#e0e0e0 url(https://static.igem.org/mediawiki/2012/7/72/Corner.gif) top right no-repeat; | ||
+ | border:none; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | /* Footer */ | ||
+ | #footer { | ||
+ | background:#fff; | ||
+ | border-top:1px solid #d8d8d8; | ||
+ | clear:both; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | |||
+ | #footer a { | ||
+ | color:gray; | ||
+ | } | ||
+ | |||
+ | #footer a:hover { | ||
+ | color:#303030; | ||
+ | } | ||
+ | |||
+ | #footer p { | ||
+ | color:gray; | ||
+ | font-size:1.1em; | ||
+ | line-height:1.3em; | ||
+ | margin:15px 0 0; | ||
+ | padding:0; | ||
+ | } | ||
+ | |||
+ | /* Additional classes */ | ||
+ | .photo { | ||
+ | background-color:#f0f0f0; | ||
+ | border:1px solid #d8d8d8; | ||
+ | margin:0 0 15px; | ||
+ | padding:2px; | ||
+ | } | ||
+ | |||
+ | .right { | ||
+ | margin:-8px 0 8px 0; | ||
+ | text-align:right; | ||
+ | } | ||
+ | |||
+ | .block { | ||
+ | padding: 10px; | ||
+ | background-color: #EBEBEB; | ||
+ | font-size: 12px; | ||
+ | } | ||
+ | |||
+ | .block a: {color: #000; | ||
+ | border: none; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | .block a:hover { | ||
+ | color: #333; | ||
+ | border: none; | ||
+ | cursor: pointer; | ||
+ | text-decoration:none | ||
+ | } | ||
+ | |||
+ | .hide {display:none; | ||
+ | color: #000; | ||
+ | } | ||
+ | |||
+ | #blenderAni { | ||
+ | height: 250px; | ||
+ | width: 400px; | ||
+ | background-color: #999; | ||
+ | margin-left: 135px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /*Tabbed Panels*/ | ||
+ | #maintabs { | ||
+ | clear:both; | ||
+ | } | ||
+ | |||
+ | .maintab { | ||
+ | border-bottom: 1px solid #fff; | ||
+ | border-left: 1px solid #fff; | ||
+ | font-size: 1.1em; | ||
+ | margin: 0 0 4px; | ||
+ | padding: 4px 8px; | ||
+ | text-decoration: none; | ||
+ | background-color: #CCCCCC; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2012/7/72/Corner.gif); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: right top; | ||
+ | } | ||
+ | |||
+ | .maintab:hover { | ||
+ | background:#d0d0d0 url(https://static.igem.org/mediawiki/2012/7/72/Corner.gif) top right no-repeat; | ||
+ | border-bottom:1px solid #fff; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | .activemaintab { | ||
+ | background:#f0f0f0 url(https://static.igem.org/mediawiki/2012/7/72/Corner.gif) top right no-repeat; | ||
+ | color:#333; | ||
+ | font-size:1.1em; | ||
+ | margin:0 0 5px; | ||
+ | padding:4px 8px 5px; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | .activemaintab:hover { | ||
+ | color:#fff; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | /* Header description area */ | ||
+ | #tabfiller { | ||
+ | clear: both; | ||
+ | color: #fff; | ||
+ | margin: 5px 0 15px; | ||
+ | padding: 0 0 5px 0; | ||
+ | background-color: #f0f0f0; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: left bottom; | ||
+ | text-align: left; | ||
+ | font-size: 18pt; | ||
+ | } | ||
+ | |||
+ | #tabfiller p { | ||
+ | font-size: 10pt; | ||
+ | line-height: 1.3em; | ||
+ | padding: 0 15px 15px 15px; | ||
+ | width: 570px; | ||
+ | color: #333; | ||
+ | } | ||
+ | |||
+ | #tabfiller h2 { | ||
+ | color: #333; | ||
+ | padding: 15px 15px 0; | ||
+ | text-align: left; | ||
+ | font-size: 18pt; | ||
+ | |||
+ | } | ||
+ | |||
+ | #tabfiller h3 { | ||
+ | color: #333; | ||
+ | padding: 15px 15px 0; | ||
+ | text-align: left; | ||
+ | font-size: 14pt; | ||
+ | |||
+ | #tabfiller a { | ||
+ | border-color:#fff; | ||
+ | color:#fff; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #logoiGEM { | ||
+ | height: 56px; | ||
+ | width: 140px; | ||
+ | float: right; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2012/e/e9/Sweatshirt_Logofin.jpg); | ||
+ | margin-bottom: 15px; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | #psuLogo { | ||
+ | height: 65px; | ||
+ | width: 116; | ||
+ | float: right; | ||
+ | padding-top: 11px; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | <div id="container"> | ||
+ | <div id="logoiGEM"></div> | ||
+ | <div id="psuLogo"><img src="https://static.igem.org/mediawiki/2012/f/f9/PsuLogo.jpeg"></div> | ||
+ | <div id="navitabs"> | ||
+ | <h2 class="hide">Sample navigation menu:</h2> | ||
+ | <a class="navitab" href="https://2012.igem.org/Team:Penn_State">Home</a> | ||
+ | <span class="hide"> | </span> <a class="navitab" href="https://2012.igem.org/Team:Penn_State/Team">Team</a> | ||
+ | <span class="hide"> | </span> <a class="navitab" href="https://2012.igem.org/Team:Penn_State/Project">Projects</a> | ||
+ | <span class="hide"> | </span> <a class="navitab" href="https://2012.igem.org/Team:Penn_State/Parts">Parts</a> | ||
+ | <span class="hide"> | </span> <a class="activenavitab" href="https://2012.igem.org/Team:Penn_State/Modeling">Main Results</a> | ||
+ | <span class="hide"> | </span> <a class="navitab" href="https://2012.igem.org/Team:Penn_State/Notebook">Notebook</a> | ||
+ | <span class="hide"> | </span> <a class="navitab" href="https://2012.igem.org/Team:Penn_State/Other">Other</a> | ||
+ | </div> | ||
+ | |||
+ | <div id="desc"> | ||
+ | <h3>Main Results</h3> | ||
+ | <p>Included here are the pooled results of each project. All results are measurements of fluorescence performed by a TECANM1000 instrument. For detailed discussion, please see the individual <a href="href="https://2012.igem.org/Team:Penn_State/Project>project pages</a>. </p> | ||
+ | </div> | ||
+ | |||
+ | <div id="main"> | ||
+ | <h2>BiDirectional Promoter Project Data</h2> | ||
+ | <p>Here we can see some of the data collected for the Bidirectional Promoter Project. The data shows the fluorescence of GFP and RFP from different promoters collected by the TCAN. | ||
+ | </p> | ||
+ | <p>GFP Data for all of the samples tested and the average of those samples for a given construct. The promoters tested so far are <a href="http://partsregistry.org/Part:BBa_J23102">BBa_J23102</a>, and three custom palindromic promoters. </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/f/fc/BiDirresults.png"></br> | ||
+ | <h2>Multiple Start Codon Project Data</h2> | ||
+ | <p>Here is some of the preliminary data for the MSC Project. The graph depicts the fluorescence measured by expression from each individual start codon.</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/2/24/MSC_results.png"></br> | ||
+ | <h2>Codon Optimization</h2> | ||
+ | <p>Here is some of the preliminary data for the Codon Optimization Project. The graph depicts the fluorescence measured in each threonine codon 6-repeat sequence.</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/c/cc/Threonine6_results.png"> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div id="sidebar"> | ||
+ | <h3>Check these Out!</h3> | ||
+ | <ul class="sidelink"> | ||
+ | <li><a href="https://2012.igem.org/Team:Penn_State/Judging_Criteria">Judging Criteria</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Penn_State/Parts">Parts</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Penn_State/Human_Practices">Human Practices</a></li> | ||
+ | </ul> | ||
+ | |||
+ | <h3>Projects</h3> | ||
+ | <ul> | ||
+ | <li><a href="https://2012.igem.org/Team:Penn_State/Multiple_Start_Codons">Multiple Start Codons</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Penn_State/Bidirectional_Promoters">Bidirectional Promoters</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Penn_State/Codon_Optimization">Codon Optimization</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div id="footer"> | ||
+ | <p><strong>© Hannah Jepsen-Burger<a href="#"></a></strong> | Follow us on Twitter<a href="#"></a></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
+ | </html> |
Latest revision as of 03:59, 27 October 2012
Main Results
Included here are the pooled results of each project. All results are measurements of fluorescence performed by a TECANM1000 instrument. For detailed discussion, please see the individual project pages.
BiDirectional Promoter Project Data
Here we can see some of the data collected for the Bidirectional Promoter Project. The data shows the fluorescence of GFP and RFP from different promoters collected by the TCAN.
GFP Data for all of the samples tested and the average of those samples for a given construct. The promoters tested so far are BBa_J23102, and three custom palindromic promoters.
Multiple Start Codon Project Data
Here is some of the preliminary data for the MSC Project. The graph depicts the fluorescence measured by expression from each individual start codon.
Codon Optimization
Here is some of the preliminary data for the Codon Optimization Project. The graph depicts the fluorescence measured in each threonine codon 6-repeat sequence.