Team:Northwestern/Parts

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
{{:Team:Northwestern/Templates/Skinning}}
-
 
+
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<style>  
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
-
This is a template page. READ THESE INSTRUCTIONS.
+
-
</div>
+
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong>  have all of the pages listed in the menu below with the names specified.  PLEASE keep all of your pages within your teams namespace. 
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
p {
 +
    color:black;
 +
    font-family: cursive;
 +
}
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:Northwestern|Home]]
 
-
!align="center"|[[Team:Northwestern/Team|Team]]
 
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Northwestern Official Team Profile]
 
-
!align="center"|[[Team:Northwestern/Project|Project]]
 
-
!align="center"|[[Team:Northwestern/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:Northwestern/Modeling|Modeling]]
 
-
!align="center"|[[Team:Northwestern/Notebook|Notebook]]
 
-
!align="center"|[[Team:Northwestern/Safety|Safety]]
 
-
!align="center"|[[Team:Northwestern/Attributions|Attributions]]
 
-
|}
 
 +
.container {
 +
display: inline-block;
 +
background-color: #C3C3E5;
 +
width: 100%;
 +
height: 35px;
 +
     
 +
}
 +
.menu {
 +
text-align: center;
 +
}
 +
 +
.menu ul ul {
 +
display: none;
 +
}
 +
.menu ul li:hover > ul {
 +
display: block;
 +
}
-
An important aspect of the iGEM competition is the use and creation of standard  biological parts. Each team will make new parts during iGEM and will place them in the [http://partsregistry.org Registry of Standard Biological Parts]. The iGEM software provides an easy way to present the parts your team has created . The "groupparts" tag will generate a table with all of the parts that your team adds to your team sandbox.  Note that if you want to document a part you need to document it on the [http://partsregistry.org Registry], not on your team wiki.
+
.menu ul {
 +
background: #C3C3E5;
 +
list-style: none;
 +
position: relative;
 +
display: inline-table;
 +
}
-
Remember that the goal of proper part documentation is to describe and define a part such that it can be used without a need to refer to the primary literature. The next iGEM team should be able to read your documentation and be able to use the part successfully. Also, you should provide proper references to acknowledge previous authors and to provide for users who wish to know more.
+
.menu ul:after {
 +
content: ""; clear: both; display: block;
 +
}
 +
 
 +
.menu ul li {
 +
float: left;
 +
}
 +
 
 +
.menu ul li:hover {
 +
background: #443266;
 +
}
 +
 
 +
.menu ul li:hover a{
 +
color: black;
 +
}
 +
 
 +
.menu ul li a {
 +
display: block; padding: 5px 20px;
 +
color: black; text-decoration: none;
 +
}
 +
 
 +
.menu ul ul {
 +
background: #F1F0FF;
 +
position: absolute; top: 100%;
 +
}
 +
 
 +
.menu ul ul li{
 +
float: none;
 +
border-top: 1px solid #6b727c;
 +
border-bottom: 1px solid #575f6a;
 +
position: relative;
 +
}
 +
 
 +
nav ul ul li a {
 +
padding: 5px 20px;
 +
color: #fff;
 +
}
 +
 
 +
nav ul ul li a:hover {
 +
background: #4b545f;
 +
}
 +
 
 +
nav ul ul ul {
 +
position: absolute; left: 100%; top:0;
 +
}
 +
 
 +
/*div {
 +
    : center;
 +
    vertical-align: middle;
 +
}*/
 +
 
 +
* {
 +
/*background-color: #FFF;*/
 +
font-family: "Helvetica", "Lucida Grande", sans-serif;
 +
}
 +
/*
 +
.menu-bar {
 +
    text-align: right;
 +
    font-size: 14px;  
 +
    width: 100%;
 +
    height: 20px;
 +
    display: block;
 +
    vertical-align: bottom;
 +
}
 +
 
 +
.menu-bar a {
 +
    color: #6A0888;
 +
    text-decoration: none;
 +
    margin-left: 15px;
 +
}
 +
*/
 +
 
 +
#header {
 +
    width: 1000px;
 +
    height: 90px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    margin-top: 0px;
 +
    display: block;
 +
/*    margin-top: 20px;
 +
    margin-bottom: 20px; */
 +
  vertical-align: middle;
 +
 
 +
}
 +
 
 +
#title {
 +
    font-size: 24px;
 +
    font-style: bold;
 +
    display: inline-block;
 +
}
 +
 
 +
.first-row {
 +
width: 100%;
 +
height: 300px;
 +
display: block;
 +
background-color: #6A0888;
 +
margin-bottom: 0px;
 +
}
 +
 
 +
#first-row-title {
 +
text-align: center;
 +
background-color: #6A0888;
 +
vertical-align: middle;
 +
padding-top: 70px;
 +
text-align: center;
 +
}
 +
 
 +
#first-row-description {
 +
text-align: center;
 +
background-color: #6A0888;
 +
vertical-align: middle;
 +
text-align: center;
 +
}
 +
 
 +
 
 +
</style>
 +
 
 +
 
 +
<div id= "header">
 +
<p id = "title"> Northwestern iGEM </p>
 +
<!-- <p id = "warning"> The site is currently under construction. The page will be pretty later. I promise!</p> -->
 +
</div>
 +
 
 +
<div class = "container">
 +
<div class = "menu">
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Northwestern">Home</a></li>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Team">Team</a>
 +
<ul>
 +
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=Northwestern">Official Profile</a></li>
 +
<li><a href="#">Meet Us!</a></li>
 +
<li><a href="#">Attribution</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Project">Project</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Parts">Parts Submitted</a></li>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Notebook">Notebook</a></li>
 +
<li><a href="#">Description</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="#">Modeling</a></li>
 +
<li><a href= "https://2013.igem.org/Team:Northwestern/Safety"> Safety </a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
</html>
<groupparts>iGEM013 Northwestern</groupparts>
<groupparts>iGEM013 Northwestern</groupparts>

Revision as of 14:50, 17 September 2013


<groupparts>iGEM013 Northwestern</groupparts>