Difference between revisions of "Team:Macquarie Australia/Parts"

(Prototype team page)
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Macquarie_Australia}}
+
{{Macquarie_Australia/NavBar}}
 +
 
 
<html>
 
<html>
  
 +
    <link href="https://2018.igem.org/Team:Macquarie_Australia/CSS_Navbar?action=raw&ctype=text/css" rel="stylesheet">
 +
    <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  
<div class="column full_size">
 
<h1>Parts</h1>
 
<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>
 
<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>
 
</div>
 
  
<div class="column full_size">
+
    <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<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>
 
  
  
 +
    <link href="https://fonts.googleapis.com/css?family=Quicksand:300,400|Roboto:400,400i" rel="stylesheet">
  
  
  
<div class="column two_thirds_size">
+
    <head>
<div class="highlight decoration_B_full">
+
        <meta name="viewport" content="width=device-width, initial-scale=1">
  
<h3>Adding parts to the registry</h3>
+
        <style>
<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>
+
            DO NOT REMOVE
 +
            #content {
 +
                width: 100vw;
 +
                margin: 0;
 +
                padding: 0;
 +
            }
  
<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>
+
            /* Clear the default wiki settings */
<div class="button_link">
+
            #home_logo, #sideMenu { display:none; }
<a href="http://parts.igem.org/Add_a_Part_to_the_Registry">
+
            #sideMenu, #top_title, .patrollink  {display:none;}
ADD PARTS
+
            #content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
</a>
+
            body {background-color: #f2f2f2; }
</div>
+
            #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
</div>
 
</div>
 
  
  
 +
            /* Unique to page */
 +
            body {
 +
                background-color: #f2f2f2;
 +
                width: 100%;
 +
                z-index: 3;
 +
            }
  
<div class="column third_size">
+
            #bodyContent {
<div class="highlight decoration_A_full">
+
                padding-right: 0px;
<h3>Inspiration</h3>
+
                padding-top: 50px;
<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>
+
                width: 100 vw;
 +
                background-color: #f2f2f2;
 +
            }
  
<p> You can also take a look at how other teams have documented their parts in their wiki:</p>
+
            /* Wrapper for the content */
<ul>
+
            .content_wrapper {
<li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li>
+
                width: 85%%;
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li>
+
                margin-left: 150px;
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
                padding: 0px;
</ul>
+
                float: left;
</div>
+
                background-color: #f2f2f2;
</div>
+
            }
  
  
<div class="clear extra_space"></div>
 
  
 +
            /* non numbered lists */
 +
            .content_wrapper ul {
 +
                padding: 0px 20px;
 +
                font-size: 13px;
 +
                font-family: 'Quicksand', sans-serif;
 +
            }
  
 +
            td, th{
 +
                border: 1px solid grey;
 +
                padding: 8px;
 +
            }
 +
            th{
 +
                text-align: left;
 +
                background-color: green;
 +
                color: white;
 +
            }
 +
            tr{
 +
                border: 1pt;
 +
                font-size: 14px;
 +
                font-family: 'Quicksand', sans-serif;
 +
            }
 +
           
 +
           
 +
            a{
 +
                color: blue;
 +
            }
 +
        </style>
  
  
<div class="column full_size">
+
    </head>
  
<h3>What information do I need to start putting my parts on the Registry?</h3>
 
<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>
 
  
</div>
+
    <body>
 +
<div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
 +
<img src="https://static.igem.org/mediawiki/2018/3/3d/T--Macquarie_Australia--parts_logo.png" width="100%" height=auto>
 +
        </div>
  
 +
        <!-- ADD NEW CODE HERE-->
  
<div class="clear extra_space"></div>
+
        <!-- COPY AND PASTE everything between the lines for a new heading and block of content -->
<div class="line_divider"></div>
+
        <!-- ____________________________________________________________________________________________ -->
<div class="clear extra_space"></div>
+
 
 +
 
 +
        <div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
 +
            <h style= "font-size: 25px; font-weight: bold;">
 +
 
 +
 
 +
                <!-- Heading goes here -->Parts Summary
 +
 
 +
            </h>
 +
            <p style="text-align: justify; font-size: 14px;">
 +
 
 +
 
 +
                <!-- ENTER TEXT FOR THE PAGE HERE -->
 +
 
 +
 
 +
 
 +
 
 +
            </p>
 +
        </div>
 +
        <br>
 +
        <br>
 +
        <!-- ____________________________________________________________________________________________ -->
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
        <!-- ____________________________________________________________________________________________ -->
 +
 
 +
        <div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
 +
 
 +
            <table>
 +
                <tr>
 +
                    <th>Part Number</th>
 +
                    <th>Part Name</th>
 +
                    <th>Part Size (bp)</th>
 +
                    <th>Part Type</th>
 +
                </tr>
 +
                <tr>
 +
                    <td><a href="http://parts.igem.org/Part:BBa_K2664001">BBa_K2664001</a></td>
 +
                    <td>trc-POR</td>
 +
                    <td>1125</td>
 +
                    <td>Basic Part</td>
 +
                </tr>
 +
                <tr>
 +
                    <td><a href="http://parts.igem.org/Part:BBa_K2664002">BBa_K2664002</a></td>
 +
                    <td>trc-FNR-Ferredoxin-Double-terminator</td>
 +
                    <td>1497</td>
 +
                    <td>Basic Part</td>
 +
                </tr>
 +
               
 +
                <tr>
 +
                    <td><a href="http://parts.igem.org/Part:BBa_K2664005">BBa_K2664005</a></td>
 +
                    <td>trc-ChlH</td>
 +
                    <td>4198</td>
 +
                    <td>Basic Part</td>
 +
                </tr>
 +
                <tr>
 +
                    <td><a href="http://parts.igem.org/Part:BBa_K2664006">BBa_K2664006</a></td>
 +
                    <td>trc-ChlI1-ChlI2-ChlD-trc-ChlH-GUN4</td>
 +
                    <td>9513</td>
 +
                    <td>Composite Part</td>
 +
                </tr>
 +
                <tr>
 +
                    <td><a href="http://parts.igem.org/Part:BBa_K2664007">BBa_K2664007</a></td>
 +
                    <td>trc-POR-ChlP-DVR1-ChlG</td>
 +
                    <td>4604</td>
 +
                    <td>Composite Part</td>
 +
                </tr>
 +
                <tr>
 +
                    <td><a href="http://parts.igem.org/Part:BBa_K2664008">BBa_K2664008</a></td>
 +
                    <td>trc-ChlI1-ChlI2-ChlD-trc-ChlH-GUN4-lac-CTH1-ycf54-ChlM-ter-trc-FNR-fdx-trc-POR-ChlP-DVR1-ChlG (Complete chlorophyll expression pathway)</td>
 +
                    <td>18352</td>
 +
                    <td>Composite Part</td>
 +
                </tr>
 +
            </table>
 +
 
 +
 
 +
        </div>
 +
 
 +
 
 +
 
 +
 
 +
        <br>
 +
        <br>
 +
        <!-- ____________________________________________________________________________________________ -->
 +
 
 +
 
 +
        <!--INVISIBLE BOX, MAYBE USE TO HOST CONTENT? -->
 +
        <div class="row" style="background-color: #f2f2f2;">
 +
            <div class="column side left" style="background-color: #f2f2f2;">
 +
            </div>
 +
 
 +
 
 +
            <div class="column side right"style="background-color: #f2f2f2;">
 +
 
 +
            </div>
 +
        </div>
 +
        <!-- END OF BOX -->
  
<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 Macquarie_Australia</groupparts>
 
<html>
 
</div>
 
  
  
  
  
 +
    </body>
 
</html>
 
</html>
 +
{{Macquarie_Australia/Footer}}

Latest revision as of 01:07, 18 October 2018


Parts Summary



Part Number Part Name Part Size (bp) Part Type
BBa_K2664001 trc-POR 1125 Basic Part
BBa_K2664002 trc-FNR-Ferredoxin-Double-terminator 1497 Basic Part
BBa_K2664005 trc-ChlH 4198 Basic Part
BBa_K2664006 trc-ChlI1-ChlI2-ChlD-trc-ChlH-GUN4 9513 Composite Part
BBa_K2664007 trc-POR-ChlP-DVR1-ChlG 4604 Composite Part
BBa_K2664008 trc-ChlI1-ChlI2-ChlD-trc-ChlH-GUN4-lac-CTH1-ycf54-ChlM-ter-trc-FNR-fdx-trc-POR-ChlP-DVR1-ChlG (Complete chlorophyll expression pathway) 18352 Composite Part