Difference between revisions of "Team:NCTU Formosa/Parts"

(Prototype team page)
 
Line 1: Line 1:
{{NCTU_Formosa}}
+
{{NCTU_Formosa/test}}
 
<html>
 
<html>
  
 +
<head>
 +
  <meta charset="UTF-8">
 +
  <title>Basic Parts</title>
  
<div class="column full_size">
+
  <script src="jQueryAssets/jquery-1.11.1.min.js"></script>
<h1>Parts</h1>
+
  <script src="jQueryAssets/jquery.ui-1.10.4.dialog.min.js"></script>
<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>
+
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<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>
+
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</div>
+
  
<div class="column full_size">
+
  <style>
<div class="highlight decoration_background">
+
<h3>Note</h3>
+
<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>
+
</div>
+
  
<div class="clear extra_space"></div>
 
<div class="line_divider"></div>
 
<div class="clear extra_space"></div>
 
  
 +
    #globalWrapper{
 +
      padding-bottom: 0 !important;
 +
    }
  
 +
    body{
 +
      font-size: 0;
 +
      margin: 0;
 +
      padding: 0 !important;
 +
      width: 100%;
 +
      font-family: Levenim MT;
 +
      background: #f0feff;
 +
    }
  
 +
    .wrapper{
 +
      width: 100%;
 +
      overflow: hidden;
 +
    }
  
 +
    .cover{
 +
      width: 100%;
 +
    }
  
<div class="column two_thirds_size">
 
<div class="highlight decoration_B_full">
 
  
<h3>Adding parts to the registry</h3>
+
    .title{
<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>
+
      font-size: 7vmin;
 +
      margin: 50px;
 +
      margin-top: 0px;
 +
      text-align: center;
 +
    }
  
<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>
+
    .text{
<div class="button_link">
+
      font-size: 4vmin;
<a href="http://parts.igem.org/Add_a_Part_to_the_Registry">
+
      width: 75%;
ADD PARTS
+
      position: relative;
</a>
+
      margin-left: 12.5%;
</div>
+
      margin-right: 12.5%;
 +
      margin-top: 40px;
 +
      margin-bottom: 40px;
 +
      text-align: justify;
 +
    }
  
</div>
+
    p {
</div>
+
      margin: 0;
 +
    }
  
 +
    .title_1 {
 +
      font-size: 7vmin;
 +
      margin: 50px;
 +
      text-align: center;
 +
    }
  
  
<div class="column third_size">
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<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>
 
</div>
 
</div>
 
  
 +
  </style>
  
<div class="clear extra_space"></div>
+
  <!----------------------------------------------------------------------------->
  
 +
  <script>
 +
  </script>
  
 +
  <!----------------------------------------------------------------------------->
  
 +
  <!-- Latex resourse code-->
 +
  <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js" type="text/javascript">
 +
      MathJax.Hub.Config({
 +
          extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
 +
          jax: ["input/TeX", "output/HTML-CSS"],
 +
          tex2jax: {
 +
              inlineMath: [
 +
                  ['$', '$'],
 +
                  ["\\(", "\\)"]
 +
              ],
 +
              displayMath: [
 +
                  ['$$', '$$'],
 +
                  ["\\[", "\\]"]
 +
              ],
 +
          },
 +
          "HTML-CSS": {
 +
              availableFonts: ["TeX"]
 +
          }
 +
      });
 +
  </script>
  
<div class="column full_size">
+
  <!----------------------------------------------------------------------------->
 +
</head>
  
<h3>What information do I need to start putting my parts on the Registry?</h3>
+
<body>
<p>The information needed to initially create a part on the Registry is:</p>
+
  <div class="wrapper">
<ul>
+
    <div class="banner">
<li>Part Name</li>
+
      <img class="cover" src="https://static.igem.org/mediawiki/2018/e/ed/T--NCTU_Formosa--Parts.png">
<li>Part type</li>
+
    </div>
<li>Creator</li>
+
    <div class="sec1">
<li>Sequence</li>
+
      <div class="title_1"><p>Overview</p></div>
<li>Short Description (60 characters on what the DNA does)</li>
+
      <div class="text">
<li>Long Description (Longer description of what the DNA does)</li>
+
        <p>
<li>Design considerations</li>
+
</ul>
+
  
<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>
+
      </div>
  
</div>
 
  
  
<div class="clear extra_space"></div>
+
    </div>
<div class="line_divider"></div>
+
<div class="clear extra_space"></div>
+
 
+
<div class="column full_size">
+
<h3>Part Table </h3>
+
 
+
<p>Please include a table of all the parts your team has made during your project on this page. Remember part characterization and measurement data must go on your team part pages on the Registry. </p>
+
 
+
</html>
+
<groupparts>iGEM18 NCTU_Formosa</groupparts>
+
<html>
+
</div>
+
 
+
  
 +
  </div>
 +
</body>
  
  
 
</html>
 
</html>
 +
<groupparts style="padding-left: 50px;">iGEM2018 NCTU_Formosa</groupparts>
 +
{{NCTU_Formosa/Footer}}

Revision as of 18:05, 21 September 2018

Navigation Bar Basic Parts

Overview

<groupparts style="padding-left: 50px;">iGEM2018 NCTU_Formosa</groupparts>