Team:Colorado State

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{Team:Calgary/Main_Header|home}}
 
-
 
-
<html>
 
-
 
-
<head>
 
-
<script type="text/javascript">
 
-
$(document).ready(function(){
 
-
 
-
$('#promoter').hover(
 
-
function(){
 
-
$('#subdefault').hide();
 
-
$('#subpromoter').show();
 
-
},
 
-
function(){
 
-
$('#subpromoter').hide();
 
-
$('#subdefault').show();
 
-
});
 
-
 
-
$('#reporter').hover(
 
-
function(){
 
-
$('#subdefault').hide();
 
-
$('#subreporter').show();
 
-
},
 
-
function(){
 
-
$('#subreporter').hide();
 
-
$('#subdefault').show();
 
-
});
 
-
 
-
$('#chassis').hover(
 
-
function(){
 
-
$('#subdefault').hide();
 
-
$('#subchassis').show();
 
-
},
 
-
function(){
 
-
$('#subchassis').hide();
 
-
$('#subdefault').show();
 
-
});
 
-
 
-
});
 
-
</script>
 
-
 
-
<style>
 
-
 
-
h1, h2, h3, h4, h5{
 
-
text-decoration: none;
 
-
border: 0;
 
-
}
 
-
 
-
#titlebar{
 
-
position: relative;
 
-
margin-top: 0px;
 
-
margin-left: 30px;
 
-
z-index: 1;
 
-
}
 
-
 
-
#pagetitle{
 
-
position: relative;
 
-
color: white;
 
-
margin-left: 50px;
 
-
margin-top: -45px;
 
-
z-index: 1;
 
-
width: 600px;
 
-
}
 
-
 
-
#box1{
 
-
margin-top: 24px;
 
-
}
 
-
 
-
#box1 img.boxtop1{
 
-
position: relative;
 
-
margin-left: 30px;
 
-
margin-top: -25px;
 
-
}
 
-
 
-
#box1 img.boxbottom1{
 
-
position: relative;
 
-
margin-left: 30px;
 
-
margin-top: -6px;
 
-
}
 
-
 
-
#box1pwrap{
 
-
background-image: url(https://static.igem.org/mediawiki/2011/5/5c/UCalgary_MainPageBox1Repeater.png);
 
-
background-repeat: repeat-y;
 
-
width: 600px;
 
-
height: 250px;
 
-
margin-left: 30px;
 
-
margin-top: -4px;
 
-
padding-right: 155px;
 
-
}
 
-
 
-
#box1 p{
 
-
padding-left: 20px;
 
-
padding-top: 15px;
 
-
padding-bottom: 2px;
 
-
float: left;
 
-
width: 560px;
 
-
color: black;
 
-
}
 
-
 
-
#likebutton{
 
-
float: left;
 
-
margin-left: 30px;
 
-
margin-top: -270px;
 
-
}
 
-
 
-
#twitterwidget{
 
-
float: left;
 
-
margin-top: -670px;
 
-
padding-left: 30px;
 
-
}
 
-
 
-
#box2{
 
-
background-image: url(https://static.igem.org/mediawiki/2011/0/09/UCalgary_MainPageBox2Repeater.png);
 
-
background-repeat: repeat-y;
 
-
margin-left: 80px;
 
-
margin-top: -160px;
 
-
padding-bottom: 80px;
 
-
}
 
-
 
-
#box2 h2{
 
-
margin-top: -20px;
 
-
padding-top: 40px;
 
-
padding-left: 19px;
 
-
}
 
-
 
-
#box2 p{
 
-
width: 500px;
 
-
padding-left: 20px;
 
-
color: black;
 
-
}
 
-
 
-
#chassis{
 
-
position: absolute;
 
-
background-image: url(https://static.igem.org/mediawiki/2011/d/d8/UCalgary2011_MainPageBacterialChassis.png);
 
-
width: 400px;
 
-
height: 206px;
 
-
background-position: top;
 
-
text-indent: -99999px;
 
-
z-index: 1;
 
-
margin-top: 75px;
 
-
margin-left: 30px;
 
-
}
 
-
 
-
#chassis:hover{
 
-
background-position: bottom;
 
-
}
 
-
 
-
#circuit{
 
-
position: absolute;
 
-
z-index: 2;
 
-
margin-top: 170px;
 
-
margin-left: 100px;
 
-
}
 
-
 
-
#promoter{
 
-
position: absolute;
 
-
background-image: url(https://static.igem.org/mediawiki/2011/1/1d/UCalgary2011_MainPageBacterialPromoter.png);
 
-
width: 90px;
 
-
height: 44px;
 
-
background-position: top;
 
-
text-indent: -99999px;
 
-
z-index: 3;
 
-
margin-top: 155px;
 
-
margin-left: 80px;
 
-
}
 
-
 
-
#promoter:hover{
 
-
background-position: bottom;
 
-
}
 
-
 
-
#reporter{
 
-
position: absolute;
 
-
background-image: url(https://static.igem.org/mediawiki/2011/3/3b/UCalgary2011_MainPageBacterialGene.png);
 
-
width: 90px;
 
-
height: 53px;
 
-
background-position: top;
 
-
text-indent: -99999px;
 
-
z-index: 4;
 
-
margin-top: 150px;
 
-
margin-left: 205px;
 
-
}
 
-
 
-
#reporter:hover{
 
-
background-position: bottom;
 
-
}
 
-
 
-
#sensorimage{
 
-
margin-left: 40px;
 
-
margin-top: 20px;
 
-
}
 
-
 
-
#pulloutbox{
 
-
position: absolute;
 
-
margin-left: -75px;
 
-
margin-top: 60px;
 
-
}
 
-
 
-
 
-
 
-
#box3{
 
-
position: relative;
 
-
margin-left: 230px;
 
-
margin-top: -20px;
 
-
}
 
-
 
-
#box3 p, table{
 
-
background-image: url(https://static.igem.org/mediawiki/2011/2/29/UCalgary_MainPageBox3Repeater.png);
 
-
background-repeat: repeat-y;
 
-
width: 673px;
 
-
padding-left: 85px;
 
-
padding-right: 20px;
 
-
}
 
-
 
-
#box3 table tr td{
 
-
padding-left: 10px;
 
-
padding-right: 10px;
 
-
padding-top: 10px;
 
-
padding-bottom: 10px;
 
-
margin: 0;
 
-
}
 
-
 
-
#notsmalltable tr td img{
 
-
width: 240px;
 
-
}
 
-
 
-
#smalltable{
 
-
padding-left: 85px;
 
-
padding-right: 35px;
 
-
width: 650px;
 
-
}
 
-
 
-
#smalltable tr td img{
 
-
width: 155px;
 
-
padding-top: 10px;
 
-
padding-bottom: 5px;
 
-
padding-left: 10px;
 
-
}
 
-
 
-
 
-
#box3 h2{
 
-
background-image: url(https://static.igem.org/mediawiki/2011/2/29/UCalgary_MainPageBox3Repeater.png);
 
-
background-repeat: repeat-y;
 
-
padding-left: 95px;
 
-
padding-bottom: 20px;
 
-
margin-bottom: -5px;
 
-
}
 
-
 
-
#box4{
 
-
background-image:url(https://static.igem.org/mediawiki/2011/2/26/UCalgary_MainPageBox4.png);
 
-
width: 314px;
 
-
height: 264px;
 
-
position: relative;
 
-
margin-left: 620px;
 
-
margin-top: -110px;
 
-
}
 
-
 
-
#box4 div h3, #box4 div p{
 
-
color: white;
 
-
margin-left: 15px;
 
-
margin-right: 10px;
 
-
}
 
-
#box4 div h3{
 
-
padding-top: 15px;
 
-
}
 
-
 
-
#subdefault{
 
-
display:block;
 
-
}
 
-
#subpromoter{
 
-
display:none;
 
-
}
 
-
#subreporter{
 
-
display:none;
 
-
}
 
-
#subchassis{
 
-
display:none;
 
-
}
 
-
 
-
 
-
</style>
 
-
</head>
 
-
 
-
<body>
 
-
 
-
 
{|align="justify"
{|align="justify"
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.

Revision as of 22:12, 14 June 2012

You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
Colorado State logo.png

Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)

Your team picture
Team Colorado_State


Home Team Official Team Profile Project Parts Submitted to the Registry Modeling Notebook Safety Attributions