Difference between revisions of "Team:WPI-Worcester/Parts"

(Prototype team page)
 
Line 1: Line 1:
{{WPI-Worcester}}
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<html>
+
<head>
  
<h2> Part Documentation</h2>
+
<body>
  
<p>Each team will make new parts during iGEM and will submit them to the Registry of Standard Biological Parts. The iGEM software provides an easy way to present the parts your team has created. The <code>&lt;groupparts&gt;</code> tag (see below) will generate a table with all of the parts that your team adds to your team sandbox.</p>
+
<style>
<p>Remember that the goal of proper part documentation is to describe and define a part, so that it can be used without needing to refer to the primary literature. Registry users in future years 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.</p>
+
  
 +
a{
 +
color:#ffaac6;
 +
}
  
<div class="highlightBox">
+
a:hover {
<h4>Note</h4>
+
color:#ffaac6;
<p>Note that parts must be documented on the <a href="http://parts.igem.org/Main_Page"> Registry</a>. This page serves to <i>showcase</i> the parts you have made. Future teams and other users and are much more likely to find parts by looking in the Registry than by looking at your team wiki.</p>
+
}
 +
 
 +
a:visited
 +
color:#ffaac6
 +
}
 +
 
 +
 
 +
H10 {
 +
      font-family: Century Gothic;
 +
      text-transform: none;
 +
      text-decoration: none;
 +
      text-align: left;
 +
      color: #000000;
 +
      font-size: 10 pt;
 +
    }
 +
 
 +
H2 {
 +
      font-family: Cambria;
 +
      text-transform: uppercase;
 +
      text-decoration: none;
 +
      text-align: center;
 +
      color: #ffaac6;
 +
      font-size: 20pt;
 +
          font-weight: bold;
 +
    }
 +
 
 +
 
 +
H3 {
 +
      font-family: Cambria;
 +
      text-transform: none;
 +
      text-decoration: none;
 +
      text-align: left;
 +
      color: #ffaac6;
 +
      font-size: 18pt;
 +
}
 +
 
 +
H4 {
 +
      font-family: Cambria;
 +
      text-transform: none;
 +
      text-decoration: none;
 +
      text-align: left;
 +
      color: #A9b0b7;
 +
      font-size: 16pt;
 +
    }
 +
 
 +
H5 {
 +
          font-family: Century Gothic;
 +
      text-transform: none;
 +
      text-decoration: none;
 +
      text-align: left;
 +
      color: #000000;
 +
      font-size: 11pt;
 +
          margin: 0px
 +
          padding-left: 0px;
 +
          padding-right: 0px
 +
    }
 +
 
 +
 
 +
 
 +
 
 +
body { 
 +
        background-image: url("https://static.igem.org/mediawiki/2015/3/37/WPI_background.jpg");
 +
        background-color: #ffffff;
 +
font-family: Century Gothic;
 +
        font-size: 10pt;
 +
 
 +
}
 +
 
 +
.double-border {
 +
  background-color: #ccc;
 +
  border: 4px solid #fff;
 +
  padding: 2em;
 +
  width: 16em;
 +
  height: 16em;
 +
  position: relative;
 +
  margin: 0 auto;
 +
}
 +
.double-border:before {
 +
  background: none;
 +
  border: 4px solid #fff;
 +
  content: "";
 +
  display: block;
 +
  position: absolute;
 +
  top: 4px;
 +
  left: 4px;
 +
  right: 4px;
 +
  bottom: 4px;
 +
  pointer-events: none;
 +
}
 +
 
 +
#tracking_nav
 +
{
 +
margin: 0px 0px 0px 1000px;
 +
position: fixed;
 +
color:#bababa;
 +
border: /*1px solid #ffaac6;*/
 +
background:#ffaac6;
 +
font-size: 16pt;
 +
padding: 0px;
 +
line-height: 100%;
 +
}
 +
 
 +
#tracking_nav a { color:#555555; text-transform: lowercase;font-size: 16pt;}
 +
#tracking_nav a:hover {background:#ffffff;}
 +
 
 +
#nav li {
 +
color: #555555;
 +
background-color:#ffffff;
 +
margin: 50px 50px;
 +
float: left;
 +
position: relative;
 +
list-style: none;
 +
text-transform: none;
 +
font-size: 12pt;
 +
}
 +
 
 +
/* main level link */
 +
#nav a {
 +
font-weight: bold;
 +
color: #555555;
 +
text-decoration: none;
 +
      /* border-radius: 10px;
 +
        border-left-style: solid;
 +
        border-right-style: solid;
 +
        border-color: #000000;
 +
        border-width: 1px;*/
 +
 
 +
display: block;
 +
padding:  4px 16px;
 +
margin: 0;
 +
}
 +
#nav a:hover {
 +
background-color: #ffffff;
 +
color: #555555;
 +
}
 +
 
 +
/* main level link hover */
 +
#nav .current a, #nav li:hover > a {
 +
color: #555555;
 +
background-color: #ffaac6;
 +
}
 +
 
 +
/* sub levels link hover */
 +
#nav ul li:hover a, #nav li:hover li a {
 +
/*border: solid;
 +
        border-color: #000000;
 +
        border-width: 1px;*/
 +
background-color: #ffaac6;
 +
color: #ffffff;
 +
}
 +
 
 +
#nav ul a:hover {
 +
background: #aac6ff url(img/gradient.png) repeat-x 0 -100px !important;
 +
color: #ffaac6 !important;
 +
text-shadow: 0 1px 1px rgba(0,0,0, .1);
 +
        font-size: 12pt;
 +
}
 +
 
 +
/* dropdown */
 +
#nav li:hover > ul {
 +
display: block;
 +
background-color: #aac6ff;
 +
}
 +
 
 +
/* level 2 list */
 +
#nav ul {
 +
display: none;
 +
margin: 0;
 +
padding: 0;
 +
width: 205px;
 +
position: absolute;
 +
top: 100px;
 +
left: 0;
 +
}
 +
 
 +
#nav ul li {
 +
float: none;
 +
margin: 0px;
 +
padding: 0;
 +
}
 +
 
 +
#nav ul a {
 +
font-weight: normal;
 +
text-shadow: 0 1px 0 #555555;
 +
}
 +
 
 +
 
 +
 
 +
#nav {
 +
display: inline-block;
 +
}
 +
 +
 
 +
 
 +
 
 +
 
 +
</style>
 +
 
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 +
<style type="text/css">
 +
 
 +
/*hide default igem banner and reformat style into blank slate*/
 +
#globalWrapper {width: 100%;}
 +
#top-section {width: 100%; height:5px; border:none;}
 +
#p-logo {display:none;}
 +
#search-controls {display:none;}
 +
#menubar a {color:#ffffff;}
 +
#menubar a:hover{text-decoration:none; color:#52749C;}
 +
.left-menu {background-color:#FFFFFF; margin:0px 0px 0px 0px; padding:0;}
 +
.left-menu ul {background-color:#FFFFFF; margin:0; padding:0;}
 +
.right-menu ul li a {background-color:#FFFFFF;}
 +
.printfooter {display:none;}
 +
#footer-box {border:none;}
 +
#catlinks {display:none;}
 +
.firstHeading {display:none;}
 +
#content {width: 100%; border:none; padding:0px 50px 0px 50px}
 +
#bodyContent {border:none;}
 +
 
 +
/*actual content styles*/
 +
body {width: 1000px; margin:auto;}
 +
<div id="centered">
 
</div>
 
</div>
  
  
 +
.navbar li {color: #555555;}
 +
.navbar li a {color: #555555;}
 +
.navbar li a:hover {background:#69d01d; color: #555555;}
  
<h4>Adding parts to the registry</h4>
+
/*only use for current page content header*/
<p>You can add parts to the Registry at our <a href="http://parts.igem.org/Add_a_Part_to_the_Registry">Add a Part to the Registry</a> link.</p>
+
<p>We encourage teams to start completing documentation for their parts on the Registry as soon as you have it available. The sooner you put up your parts, the better you will remember all the details about your parts. Remember, you don't need to send us the DNA sample before you create an entry for a part on the Registry. (However, you <b>do</b> need to send us the DNA sample before the Jamboree. If you don't send us a DNA sample of a part, that part will not be eligible for awards and medal criteria.)</p>
+
  
  
<h4>What information do I need to start putting my parts on the Registry?</h4>
+
</style>
<p>The information needed to initially create a part on the Registry is:</p>
+
<ul>
+
<li>Part Name</li>
+
<li>Part type</li>
+
<li>Creator</li>
+
<li>Sequence</li>
+
<li>Short Description (60 characters on what the DNA does)</li>
+
<li>Long Description (Longer description of what the DNA does)</li>
+
<li>Design considerations</li>
+
</ul>
+
  
<p>
 
We encourage you to put up <em>much more</em> information as you gather it over the summer. If you have images, plots, characterization data and other information, please also put it up on the part page. </p>
 
  
 +
<style type="text/css">
 +
/* MAIN STYLE DEFINITIONS */
 +
a{
 +
color:#ffaac6;
 +
}
  
 +
a:hover {
 +
color:#ffaac6;
 +
}
  
 +
a:visited{
 +
color:#ffaac6;
 +
}
  
  
  
<h4>Inspiration</h4>
+
body {
<p>We have a created  a <a href="http://parts.igem.org/Well_Documented_Parts">collection of well documented parts</a> that can help you get started.</p>
+
        background-image: url("https://static.igem.org/mediawiki/2015/3/37/WPI_background.jpg");
 +
background-color: #FFFFFF;
 +
font-family: Century Gothic;
 +
        font-size: 10pt;
 +
}
  
<p> You can also take a look at how other teams have documented their parts in their wiki:</p>
 
<ul>
 
<li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li>
 
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li>
 
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
 
</ul>
 
  
 +
#nav li {
 +
color: #555555;
 +
background-color:#ffffff;
 +
margin: 0 0px;
 +
position: relative;
 +
list-style: none;
 +
        float: left;
 +
text-transform:none;
 +
font-size: 14pt;
 +
        font-family: Century Gothic;
 +
}
  
 +
/* main level link */
 +
#nav a {
 +
font-weight: bold;
 +
color: #555555;
 +
text-decoration: none;
 +
/*border-left-style: solid;
 +
border-right-style: solid;
 +
        border-color: #000000;
 +
        border-width: 1px;*/
  
<h4>Part Table </h4>
+
display: block;
</html>
+
padding:  4px 16px;
<groupparts>iGEM015 Example</groupparts>
+
margin: 0;
<html>
+
}
  
 +
#nav a:hover {
 +
background-color: #ffffff;
 +
color: #ffffff;
 +
}
  
 +
/* main level link hover */
 +
#nav .current a, #nav li:hover > a {
 +
color: #ffffff;
 +
background-color: #ffaac6;
 +
}
  
 +
/* sub levels link hover */
 +
#nav ul li:hover a, #nav li:hover li a {
 +
/*border: solid;
 +
        border-color: #000000;
 +
        border-width: 1px;
 +
background-color: #ffaac6;
 +
color: #ffffff;*/
 +
}
 +
 +
#nav ul a:hover {
 +
background: #fff url(img/gradient.png) repeat-x 0 -100px !important;
 +
color: #ffaac6 !important;
 +
text-shadow: 0 1px 1px rgba(0,0,0, .1);
 +
}
 +
 +
/* dropdown */
 +
#nav li:hover > ul {
 +
display: block;
 +
background-color: #fff;
 +
}
 +
 +
/* level 2 list */
 +
#nav ul {
 +
display: none;
 +
margin: 0;
 +
padding: 0;
 +
        border: 1px
 +
width: 205px;
 +
position: absolute;
 +
top: 46px;
 +
left: 0;
 +
}
 +
 +
#nav ul li {
 +
float: none;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
#nav ul a {
 +
font-weight: normal;
 +
text-shadow: 0 1px 0 #fff;
 +
        font-size: 12pt;
 +
}
 +
 +
/* clearfix */
 +
#nav:after {
 +
content: ".";
 +
display: block;
 +
clear: both;
 +
visibility: hidden;
 +
line-height: 0;
 +
height: 0;
 +
}
 +
 +
#nav {
 +
display: inline-block;
 +
}
 +
 +
 +
</style>
 +
</head>
 +
 +
 +
 +
<div id="igemlogo">
 +
<a href="https://2015.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2015/2/2b/WPI_iGEMlogo.png" alt="iGEM 2015 main page" style="position: absolute; top: 50px; right: 20px;"width="125"></a>
 
</div>
 
</div>
 +
 +
<p  style="text-align:center;"><a href="https://2015.igem.org/Team:WPI-Worcester"><img src="https://static.igem.org/mediawiki/2015/1/14/2015_temp_header.png" width="900px" length="200px"></a></p>
 +
 +
 +
<div id="wpilogo">
 +
<a href="https://2015.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2015/thumb/b/be/WPI_Teamlogo.png/380px-WPI_Teamlogo.png" alt="iGEM 2015 main page" style="position: absolute; top: 20px; left: 20px;"width="100"></a>
 +
</div>
 +
 +
<ul id="nav">
 +
<li> <a href="https://2015.igem.org/Team:WPI-Worcester/Team"><center></center><p>Team</p></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Gallery">Gallery</a></li>
 +
<li><a href="https://igem.org/Team.cgi?id=1423">Official Page</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Medal-Fulfillment"><center></center><p>Medal Fulfillment</p></a>
 +
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Project"><center></center><p>Project</p></a>
 +
<ul>
 +
            <li><a href="https://2015.igem.org/Team:WPI-Worcester/Motivation">Motivation</a></li>
 +
            <li><a href="https://2015.igem.org/Team:WPI-Worcester/Background">Background</a></li>
 +
    <li><a href="https://2015.igem.org/Team:WPI-Worcester/Future-Applications">Future Applications</a></li>
 +
 +
</ul>
 +
</li>
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Parts"><center></center><p>Parts</p></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Our-Construct">Our Construct</a></li>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Proof-of-Principle">Proof of Principle</a></li>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Filler">Characterization</a></li>
 +
</li>
 +
 +
</ul>
 +
</li>
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Notebook"></center><p>Notebook</p></a>
 +
<ul>
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Protocols">Protocols</a></li>
 +
 +
</ul>
 +
</li>
 +
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Practices"></center><p>Practices</p></a>
 +
<ul>
 +
                <li><a href="https://2015.igem.org/Team:WPI-Worcester/Outreach">Outreach</a></li>
 +
            <li><a href="https://2015.igem.org/Team:WPI-Worcester/Survey">Survey</a></li>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Interlab">Interlab Study</a></li>
 +
  <li><a href="https://2015.igem.org/Team:WPI-Worcester/Safety">Safety</a></li>
 +
            <li><a href="https://2015.igem.org/Team:WPI-Worcester/Beyond-the-Bench">Beyond the Bench</a></li>
 +
 +
        </ul>
 +
 +
<li> <a href="https://2015.igem.org/Team:WPI-Worcester/Collaborations"><center></center><p>Collaborations</p></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Filler">Filler</a></li>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Filler">Filler</a></li>
 +
</ul>
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Attributions"><center></center><p>Attributions</p></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Sponsors">Sponsors</a></li>
 +
 +
</ul>
 +
</li>
 +
</li>
 +
</ul>
 +
</div>
 +
</body>
 +
 +
</br>
 +
<div class=”myStyleClass” style=”padding-left:40px;”>
 +
 +
<blockquote>
 +
 +
<h2>Parts</h2>
 +
<p style="text-indent: 2em;"><h10>WIP</h10>
 +
 +
</p>
 +
</blockquote>
 +
</br>
 +
</br>
 +
</br>
 +
 
</html>
 
</html>

Revision as of 16:56, 29 July 2015


Parts

WIP