Team:Johns Hopkins/Protocols

From 2008.igem.org

(Difference between revisions)
Line 1: Line 1:
-
[[Image:Emblum_JHU.jpg‎|center]]
+
<html>
-
{| style="color:#000000; background-color:#97CB9A;" cellpadding="3" cellspacing="1" border="0" bordercolor="#fff" width="700" align="center"
+
<head>
-
!align="center"|[[Team:Johns_Hopkins|Home]]
+
<style>
-
!align="center"|[[Team:Johns_Hopkins/Team|The Team]]
+
#globalWrapper {
-
!align="center"|[[Team:Johns_Hopkins/Project|The Project]]
+
margin: 0px;
-
!align="center"|[[Team:Johns_Hopkins/Protocols|Protocols/Papers]]
+
padding: 0px;
-
!align="center"|[[Team:Johns_Hopkins/Parts|Parts Submitted to the Registry]]
+
background-color: #717144 !important;
-
!align="center"|[[Team:Johns_Hopkins/Modeling|Modeling]]
+
}
-
!align="center"|[[Team:Johns_Hopkins/Notebook|Notebook]]
+
#header {
-
|}
+
background-color: #717144;
 +
width: 100%;
 +
height: 180px;
 +
background: url(https://static.igem.org/mediawiki/2008/7/77/JHU_0708_BubblesLogo.gif) no-repeat 0px top;
 +
}
 +
#footer-box {
 +
border-top-color: #717144;
 +
border-right-color: #717144;
 +
border-bottom-color: #717144;
 +
border-left-color: #717144;
 +
background: #717144;
 +
}
 +
#content{
 +
background:#717144;
 +
border-left-color: #717144;
 +
border-right-color: #717144;
 +
}
 +
#leftcol {
 +
background: #717144;
 +
float: left;
 +
width: 160px;
 +
height: 476px;
 +
}
 +
/*#name {
 +
                        border: 2px solid black;
 +
                        margin: 20 20 500 0;
 +
                        height: 30px;
 +
                        width: 90px;
 +
                }*/
 +
div#header a, div#leftcol a {
 +
position: relative;
 +
height: 118px;
 +
width: 118px;
 +
float: right;
 +
text-decoration: none;
 +
}
 +
        #divholder{
 +
                        margin-right: 0px;
 +
                }
 +
div#header a {
 +
bottom: 0px;
 +
margin: 65px 0 0 0;
 +
}
 +
                /*div#header a#Biobrick{margin-right:20px;}*/
-
==Protocols==
+
/* leftcol nav */
 +
#Home { background-image: url(https://static.igem.org/mediawiki/2008/b/bd/JHU_0708_HomeB.gif); }
 +
#Home:hover { background-image: url(https://static.igem.org/mediawiki/2008/0/06/JHU_0708_HomeH.gif); }
 +
#People { background-image: url(https://static.igem.org/mediawiki/2008/1/1b/JHU_0708_PeopleB.gif); }
 +
#People:hover { background-image: url(https://static.igem.org/mediawiki/2008/8/87/JHU_0708_PeopleH.gif); }
 +
#Money { background-image: url(https://static.igem.org/mediawiki/2008/6/6b/JHU_0708_MoneyB.gif); }
 +
#Money:hover { background-image: url(https://static.igem.org/mediawiki/2008/1/16/JHU_0708_MoneyH.gif); }
-
  [[Media:JHU_0708_IGEM_Ligation_and_Transformation.pdf|Ligation and Transformation Protocol]]
+
/* header nav */
 +
#Research { background-image: url(https://static.igem.org/mediawiki/2008/0/04/JHU_0708_ResearchB.gif); }
 +
#Research:hover { background-image: url(https://static.igem.org/mediawiki/2008/2/20/JHU_0708_ResearchH.gif); }
 +
#Notebook { background: url(https://static.igem.org/mediawiki/2008/4/47/JHU_0708_NotebookB.gif); }
 +
#Notebook:hover { background: url(https://static.igem.org/mediawiki/2008/1/11/JHU_0708_NotebookH.gif) }
 +
#Biobrick { background: url(https://static.igem.org/mediawiki/2008/0/05/JHU_0708_BiobrickB.gif);}
 +
#Biobrick:hover { background: url(https://static.igem.org/mediawiki/2008/8/8c/JHU_0708_BiobrickH.gif); }
 +
#Protocols { background: url(https://static.igem.org/mediawiki/2008/e/ee/JHU_0708_ProtocolsB.gif); }
 +
#Protocols:hover { background: url(https://static.igem.org/mediawiki/2008/a/a3/JHU_0708_ProtocolH.gif); }
-
  [[Media:JHU_0708_Plasmid_Miniprep_Protocol.pdf|Plasmid Miniprep Protocol]]
+
#book {
-
==Papers==
+
float: top;
-
<html>
+
background: #FFFF99;
 +
width: 700px;
 +
/*height: 85%;*/
 +
border: 10px solid #FFFF99;
 +
margin-left: 160px;
 +
padding-right: 40px;
 +
padding-left: 10px;
 +
min-height: 450px;
 +
}
 +
}
 +
font.ir {
 +
font-size:85%;
 +
line-height:1.3;
 +
}
 +
a{color:#BFBFBF;text-decoration:none;}
 +
a:hover{color:#5888AB}
 +
a img{border:0px}
 +
a:visited {
 +
color: #000000;
 +
}
 +
 +
</style>
 +
</head>
<body>
<body>
-
<script type="text/javascript">
+
<div id="header">
-
var hi = "Hello World!";
+
          <div id="divholder">
-
var x=Math.floor(Math.random()*256)+500;
+
                <div id="name"><font class=ir></font></div>
-
document.write(x);
+
<a href="Biobrick" id="Biobrick"></a>
-
function disp_alert()
+
<a href="Protocols" id="Protocols"></a>
-
{
+
                <a href="Research" id="Research"></a>
-
alert("I am an alert box!!");
+
                <a href="Notebook" id="Notebook"></a>
-
}
+
          </div>
-
wrier();
+
</div>
 +
<div id="leftcol">
 +
<a href="Home" id="Home"></a>
 +
<a href="People" id="People"></a>
 +
<a href="Donations" id="Money"></a>
 +
</div>
-
function wrier()
+
<div id="book"><h2>Welcome to Johns Hopkins iGEM</h2>
-
{
+
<p>
-
document.write(hi);
+
<font class=ir>
-
}
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The International Genetically Engineered Machines Competition (iGEM) is an annual intercollegiate challenge that seeks to answer the question: "Can simple biological systems be built from standard, interchangeable parts and operated in living cells? Or is biology simply too complicated to be engineered in this way?" The newly-formed iGEM team at Johns Hopkins is composed of mostly undergraduate students with diverse majors ranging from Materials Science Engineering to Biology. While the team has graduate and faculty input, it is almost totally undergraduate run. The iGEM teams work over the summer at their, respective university, and then attend the iGEM Jamboree in November to present their work. We plan to create novel genetic parts that could be added to the existing iGEM registry of biological parts. The MIT iGEM Registry of Parts is the databank of biological standards to which iGEM teams from 2003 and onward have contributed. Currently, the databank only has 16 yeast "biobricks". These biobricks are reporters, tags, plasmids and other useful interchangeable genetic parts, that could one day revolutionize genetic and synthetic biology. By the end of our project, we will have most likely doubled the amount of yeast biobricks in the registry.
-
</script>
+
</font>
-
 
+
</p>
-
<input type="button" onclick="disp_alert()" value="Display alert box" />
+
<br></br>
 +
</div>
</body>
</body>
-
 
-
<p>Hello World!</p>
 
</html>
</html>
 +
 +
 +
  [[Media:JHU_0708_IGEM_Ligation_and_Transformation.pdf|Ligation and Transformation Protocol]]
 +
 +
  [[Media:JHU_0708_Plasmid_Miniprep_Protocol.pdf|Plasmid Miniprep Protocol]]

Revision as of 04:00, 11 July 2008

Welcome to Johns Hopkins iGEM

        The International Genetically Engineered Machines Competition (iGEM) is an annual intercollegiate challenge that seeks to answer the question: "Can simple biological systems be built from standard, interchangeable parts and operated in living cells? Or is biology simply too complicated to be engineered in this way?" The newly-formed iGEM team at Johns Hopkins is composed of mostly undergraduate students with diverse majors ranging from Materials Science Engineering to Biology. While the team has graduate and faculty input, it is almost totally undergraduate run. The iGEM teams work over the summer at their, respective university, and then attend the iGEM Jamboree in November to present their work. We plan to create novel genetic parts that could be added to the existing iGEM registry of biological parts. The MIT iGEM Registry of Parts is the databank of biological standards to which iGEM teams from 2003 and onward have contributed. Currently, the databank only has 16 yeast "biobricks". These biobricks are reporters, tags, plasmids and other useful interchangeable genetic parts, that could one day revolutionize genetic and synthetic biology. By the end of our project, we will have most likely doubled the amount of yeast biobricks in the registry.




 Ligation and Transformation Protocol
 Plasmid Miniprep Protocol