Team:Penn State/Project

From 2012.igem.org

(Difference between revisions)
Line 60: Line 60:
-
/* Toptabs menu */
 
-
#toptabs {font-size:.8em; margin:10px auto -13px; width:760px;}
 
-
#toptabs p {color:gray; text-align:right;}
 
-
.toptab {background:#f0f0f0 url(../images/corner2.gif) top right no-repeat; border-bottom:1px solid #e0e0e0; color:gray; margin:0 0 0 4px; padding:4px 5px 3px; text-decoration:none;}
 
-
.toptab:hover {background:#fafafa url(../images/corner2.gif) top right no-repeat; border-bottom:1px solid #eaeaea; color:#505050; text-decoration:none;}
 
-
.activetoptab {
 
-
background: #fff url(../images/corner2.gif) top right no-repeat;
 
-
border-bottom: 1px solid #fff;
 
-
margin: 0 0 0 4px;
 
-
padding: 4px 5px 3px;
 
-
text-decoration: none;
 
-
color: #282C2D;
 
-
}
 
-
.activetoptab:hover {border-bottom:1px solid #fff; text-decoration:none;}
 
/* Navitabs menu */
/* Navitabs menu */
#navitabs {clear:both;}
#navitabs {clear:both;}
-
.navitab {background:#e0e0e0 url(../images/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 {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(../images/corner.gif) top right no-repeat; border-bottom:1px solid #fff; 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(../images/corner.gif) top right no-repeat; color:#fff; font-size:1.1em; margin:0 0 5px; padding:4px 8px 5px; 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;}
.activenavitab:hover {color:#fff; text-decoration:none;}
Line 132: Line 118:
#sidebar li {list-style:none;}
#sidebar li {list-style:none;}
ul.sidelink li {list-style:none; margin:0 0 3px; padding:0;}
ul.sidelink li {list-style:none; margin:0 0 3px; padding:0;}
-
ul.sidelink li a{background:#f0f0f0 url(../images/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;}
+
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;}
-
ul.sidelink li a:hover {background:#e0e0e0 url(../images/corner.gif) top right no-repeat; border:none; 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 */

Revision as of 06:47, 3 October 2012

andreas02 v3.0

Team Projects

Utilizing synthetic biology cloning techniques, the Penn State iGEM team has designed three genetic constructs that test the most basic assumptions of molecular biology. While each of the individual projects looks at a different aspect of the mantra, they all come together under the umbrella of Questioning the Central Dogma of Molecular Biology.

Parts »

Multiple Start Codons

mRNA strands should have only one recognized start codon. What happens when multiple start codons are introduced in translation?

read more...

BidirectionalPromoters

Promoters usually initiate translation in one direction. Which promoters promote both foward and reverse on the mRNA strand?

read more...

--Codon Optimization

Each organism has a preferred sequence for each amino acid. What happens when the cell is overloaded by one amino acid codon?

read more...