Difference between revisions of "Team:UCSC/Parts"

(Prototype team page)
 
Line 1: Line 1:
{{UCSC}}
 
 
<html>
 
<html>
 +
<head>
 +
<meta charset="utf-8">
 +
<!-- Bootstrap CSS -->
 +
  <meta name="viewport" content="width=device-width, initial-scale=1">
 +
  <link rel="stylesheet" href="https://2015.igem.org/Template:UCSC/CSS?action=raw&ctype=text/css">
 +
  <script src="https://2015.igem.org/Template:UCSC/Javascript?action=raw&ctype=text/javascript"></script>
 +
  <script src="https://2015.igem.org/Template:UCSC/Bootstrap_Javascript?action=raw&ctype=text/javascript"></script>
 +
<style>
  
<h2> Part Documentation</h2>
+
body{padding-bottom: 70px;}
  
<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>
+
.navbar-nav > li{
<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>
+
  padding-top: 5px;
 +
  padding-left:20px;
 +
  padding-right:20px;
 +
}
  
 +
.navbar .navbar-nav {
 +
    display: inline-block;
 +
    float: none;
 +
}
  
<div class="highlightBox">
+
.navbar .navbar-collapse {
<h4>Note</h4>
+
    text-align: center;
<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>
+
}
</div>
+
.bernick a:hover { color: #CCAC00;}
  
 +
.foot a:link{ color: black;}
  
 +
.foot a:visited{ color: black;}
  
<h4>Adding parts to the registry</h4>
+
.foot a:hover { color: #CCAC00;}
<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>
+
  
 +
.bernick_swag a:link{ color: #8798b2; font-family:  Calibri, Helvetica; Arial font-size: 13px;}
  
<h4>What information do I need to start putting my parts on the Registry?</h4>
+
.bernick_swag a:visited{ color: #8798b2; font-family: Calibri, Helvetica; Arial font-size: 13px;}
<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>
+
  
 +
.bernick_swag a:hover { color: #DAA520; font-family:  Calibri, Helvetica; Arial font-size: 13px;}
 +
 +
img {
 +
max-width: 100%;
 +
height: auto;
 +
width: auto\9; /* ie8 */
 +
}
 +
 +
 +
#salt {width: 75%; height: 75%;
 +
      margin: auto;
 +
      position: relative;
 +
      top: -35px;}
 +
 +
 +
div.classname a:hover {
 +
    opacity: 0.4;
 +
    filter: alpha(opacity=100); /* For IE8 and earlier */
 +
}
 +
 +
 +
 +
.gear {
 +
    width: 80px;
 +
    height: 80px;
 +
    -webkit-animation:spin 4s linear infinite;
 +
    -moz-animation:spin 4s linear infinite;
 +
    animation:spin 4s linear infinite;
 +
}
 +
 +
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
 +
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
 +
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
 +
 +
p {margin-left: 20px;
 +
font-family: calibri, helvetica, arial;
 +
font-size: 16px;}
 +
 +
ul#menu li {
 +
    display:inline;
 +
}
 +
 +
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 +
    display:none;}
 +
 +
 +
#top-section {
 +
    border: none;
 +
    height: 0px;
 +
    width: 100%;
 +
    padding-left: 0px;}
 +
 +
 +
#content {
 +
    border: none;
 +
    width: 100%;
 +
    padding: 0px;}
 +
 +
 +
#our_content {
 +
 +
             
 +
position: relative;
 +
                width: 1220px;
 +
                margin: auto;
 +
                repeat: n;
 +
                font-family: Calibri, Helvetica; Arial;
 +
                font-size: 18px;
 +
 +
}
 +
 +
#foot {margin: auto;
 +
        font-size: 12px;
 +
        font-family: Calibri, Helvetica; Arial;}
 +
 +
 +
 +
}
 +
 +
@media screen and (max-width: 1280px) {
 +
 +
.gear {width: 10%; height: 10%;}
 +
 +
#salt {width: 100%}
 +
 +
#our_content {
 +
width: 100%;
 +
}
 +
 +
#top-section {
 +
width: 100%;
 +
}
 +
 +
#content {width: 100%;}
 +
 +
#foot {width: 100%}
 +
 +
 +
}
 +
 +
@media screen and (max-width: 1024px) {
 +
 +
#salt {width: 100%}
 +
 +
#our_content {
 +
width: 100%;
 +
}
 +
 +
#top-section {
 +
width: 100%;
 +
}
 +
 +
#content {width: 100%;}
 +
 +
#foot {width: 100%}
 +
 +
.gear {width: 10%; height: 10%;}
 +
 +
}
 +
@media screen and (max-width: 980px) {
 +
 +
#salt {width: 100%}
 +
#our_content {
 +
width: 100%;
 +
}
 +
 +
#top-section {
 +
width: 100%;
 +
}
 +
 +
#content {width: 100%;}
 +
 +
#foot {width: 100%}
 +
 +
.gear {width: 10%; height: 10%;}
 +
}
 +
 +
@media screen and (max-width: 650px) {
 +
 +
#salt {width: 100%}
 +
 +
#our_content {
 +
width: 100%;
 +
}
 +
 +
#top-section {
 +
width: 100%;
 +
}
 +
 +
#content {width: 100%;}
 +
 +
#foot {width: 100%}
 +
 +
.gear {width: 10%; height: 10%;}
 +
 +
}
 +
 +
 +
 +
</style>
 +
 +
 +
</head>
 +
 +
 +
<!-- menu -->
 +
 +
<!-- end of menu -->
 +
<body>
 +
 +
<nav class="navbar navbar-fixed-top" style="position:relative; top: -10px; background-color: #E5E4E2; text-align:center;" >
 +
  <div  class="container-fluid" >
 +
    <div class="navbar-header" >
 +
      <a class="navbar-brand" href="#"></a>
 +
    </div>
 +
    <div>
 +
      <ul class="nav navbar-nav bernick_swag">
 +
        <li class="active"><a href="https://2015.igem.org/Team:UCSC">Home</a></li>
 +
        <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Team <span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Team">Meet the Team</a></li>
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Breakdown">Breakdown</a></li>
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Fermentation">Fermentation</a></li>
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Field">Field</a></li>
 +
          </ul>
 +
        </li>
 +
        <li><a href="https://2015.igem.org/Team:UCSC/Project">Project</a></li>
 +
          <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practices<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Outreach">Outreach</a></li>
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Bioethics">Bioethics</a></li>
 +
          </ul>
 +
        </li>        <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Notebook<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Logs">Logs</a></li>
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Protocols">Protocols</a></li>
 +
          </ul>
 +
        </li>
 +
        <li><a href="https://2015.igem.org/Team:UCSC/Safety">Safety</a></li>
 +
        <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Achievements<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Parts">Parts</a></li>
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Medal_Fulfillment">Medal Fulfillment</a></li>
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Results">Results</a></li>
 +
 +
    </ul>
 +
        <li><a href="https://2015.igem.org/Team:UCSC/Software">Software</a></li>
 +
 +
      </ul>
 +
    </div>
 +
  </div>
 +
</nav>
 +
 +
 +
<!--First Block -->
 +
 +
<div id="our_content" align="center">
 +
 +
<h1> Parts</h2>
 
<p>
 
<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>
+
</p>
 +
<table border="1"?
 +
<tr>
 +
<td>
 +
</td>
 +
</tr>
 +
</table>
 +
<br />
 +
<br />
  
 +
<div class="classname">
  
 +
<br />
 +
<br />
  
 +
</nav>
  
 +
<br />
 +
<br />
 +
</div>
 +
<br />
 +
<br />
  
 +
</div>
  
<h4>Inspiration</h4>
 
<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>
 
  
<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>
 
  
 +
    <!--Footer-->
  
 +
<div id="foot" class="center foot">
 +
<img src="https://static.igem.org/mediawiki/2015/8/80/Cellulose_Footer.png" width="20%" /><img class="gear" src="https://static.igem.org/mediawiki/2015/1/11/Ucsc_gear.png" alt="">&nbsp;&nbsp; <a href="https://2015.igem.org/Team:UCSC">Home</a> | <a href="https://2015.igem.org/Team:UCSC/Team">Teams</a> | <a href="https://2015.igem.org/Team:UCSC/Project">Project</a> | <a href="https://2015.igem.org/Team:UCSC/Outreach">Human Practices</a> | <a href="https://2015.igem.org/Team:UCSC/Notebook">Notebook</a> | <a href="https://2015.igem.org/Team:UCSC/Safety">Safety</a> | <a href="https://2015.igem.org/Team:UCSC/Parts">Achievements</a> | <a href="https://2015.igem.org/Team:UCSC/Software">F.O.C.U.S</a> &nbsp;&nbsp; <img class="gear" src="https://static.igem.org/mediawiki/2015/1/11/Ucsc_gear.png" alt="">
 +
<img src="https://static.igem.org/mediawiki/2015/4/4c/Fuel_Footer.png"  width="20%"/>
  
<h4>Part Table </h4>
+
<ul id="menu">
</html>
+
<li><img src="https://static.igem.org/mediawiki/2015/a/a9/Fns4kg.png" style="width: 148px; height:148px;" /></li>
<groupparts>iGEM015 Example</groupparts>
+
<html>
+
  
 +
<li><img src="https://static.igem.org/mediawiki/2015/0/03/Vwr.png" /></li>
  
 +
<li><img src="https://static.igem.org/mediawiki/2015/6/62/Ucsc.png" style="width: 348px; height: 98px;" /></li>
 +
 +
<li><img src="https://static.igem.org/mediawiki/2015/b/b6/Geneious_logo.png" style="width: 348px; height: 148px; " /></li>
 +
 +
<li><img src="https://static.igem.org/mediawiki/2015/3/34/Idt.jpg" style="width: 148px; height: 148px;" /></li>
 +
 +
</ul>
  
 
</div>
 
</div>
 +
</body>
 +
 
</html>
 
</html>

Revision as of 20:19, 16 September 2015

Parts