Difference between revisions of "Team:SMS Shenzhen/Parts"

(Prototype team page)
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{SMS_Shenzhen}}
+
{{Team:SMS_Shenzhen/CSS}}
<html>
+
<html lang="en">
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <title>Title</title>
 +
</head>
 +
<body>
 +
<img src="https://static.igem.org/mediawiki/2017/a/a5/PartsPicture-SMS_Shenzhen.jpg" width="100%" >
  
  
  
 +
<div id="sec1">
 +
    <div id="page">
 +
        <h1 style="text-align:center">Parts Summary Chart</h1>
 +
<h1> </h1>
  
 +
<h3 style="text-align:center">(Click On Part's Name to Go to Part's Page)</h3>
 +
<h1> </h1>
  
 +
        <table class="gridtable">
 +
            <tr>
 +
                <th>Name</th>
 +
                <th>Type</th>
 +
                <th>Part Type</th>
 +
                <th>Vector</th>
 +
                <th>Coding Sequence</th>
 +
                <th>Description</th>
 +
                <th>Submit or Not</th>
 +
            </tr>
 +
            <tr>
  
<div class="column full_size">
+
                <td><a href="http://parts.igem.org/Part:BBa_K2224001">BBa_K2224001</a></td>
 +
                <td>Coding sequence</td>
 +
                <td>Composite part</td>
 +
                <td>pSB1C3</td>
 +
                <td>Chitinase</td>
 +
                <td>This composite part contains a coding sequence of chitinase, which is from the Lecanicillium lecanii strain 432.</td>
 +
                <td>√</td>
 +
            </tr>
 +
            <tr>
 +
                <td><a href="http://parts.igem.org/Part:BBa_K2224002">BBa_K2224002</a></td>
 +
                <td>Coding sequence</td>
 +
                <td>Composite part</td>
 +
                <td>pSB1C3</td>
 +
                <td>Proteinase</td>
 +
                <td>This composite part contains a coding sequence of proteinase , which is from the Lecanicillium lecanii strain CA-12.</td>
 +
                <td>√</td>
 +
            </tr>
 +
            <tr>
 +
                <td><a href="http://parts.igem.org/Part:BBa_K2224003">BBa_K2224003</a></td>
 +
                <td>Measurement</td>
 +
                <td>Composite part</td>
 +
                <td>pSB1C3</td>
 +
                <td>GFP</td>
 +
                <td>This part composes of SacB promoter and GFP. Notice: It has a different RBS with BBa_K2224005</td>
 +
                <td>√</td>
 +
            </tr>
 +
            <tr>
 +
                <td><a href="http://parts.igem.org/Part:BBa_K2224004">BBa_K2224004</a></td>
 +
                <td>Cell Death</td>
 +
                <td>Composite part</td>
 +
                <td>pSB1C3</td>
 +
                <td>SRRz</td>
 +
                <td>This part is the combination of SacB promoter and SRRz the self-lysis gene.</td>
 +
                <td>√</td>
 +
            </tr>
 +
            <tr>
 +
                <td><a href="http://parts.igem.org/Part:BBa_K2224005">BBa_K2224005</a></td>
 +
                <td>Measurement</td>
 +
                <td>Composite part</td>
 +
                <td>pSB1C3</td>
 +
                <td>GFP</td>
 +
                <td>This part composes of SacB promoter and GFP. Notice: This part has a different RBS with BBa_K2224003</td>
 +
                <td>√</td>
 +
            </tr>
 +
            <tr>
 +
                <td><a href="http://parts.igem.org/Part:BBa_K2224006">BBa_K2224006</a></td>
 +
                <td>Coding sequence</td>
 +
                <td>Basic part</td>
 +
                <td>pSB1C3</td>
 +
                <td>Chitinase</td>
 +
                <td>This basic part contains a coding sequence of chitinase, which is from the Lecanicillium lecanii strain 432.</td>
 +
                <td>×</td>
 +
            </tr>
 +
            <tr>
 +
                <td><a href="http://parts.igem.org/Part:BBa_K2224007">BBa_K2224007</a></td>
 +
                <td>Coding sequence</td>
 +
                <td>Basic part</td>
 +
                <td>pSB1C3</td>
 +
                <td>Proteinase</td>
 +
                <td>This basic part contains a coding sequence of proteinase , which is from the Lecanicillium lecanii strain CA-12.</td>
 +
                <td>×</td>
 +
            </tr>
 +
            <tr>
 +
                <td><a href="http://parts.igem.org/Part:BBa_K2224008">BBa_K2224008</a></td>
 +
                <td>Promoter</td>
 +
                <td>Basic part</td>
 +
                <td>pSB1C3</td>
 +
                <td>SacB Promoter</td>
 +
                <td>This is the promoter of SacB gene.</td>
 +
                <td>×</td>
 +
            </tr>
  
<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>
 
  
 +
        </table>
  
 +
        <style type="text/css">
 +
            table.gridtable {
 +
                font-size:18px;
 +
                color:#333333;
 +
                border-width: 1px;
 +
                border-color: #666666;
 +
                border-collapse: collapse;
 +
            }
 +
            table.gridtable th {
 +
                border-width: 1px;
 +
                padding: 8px;
 +
                border-style: solid;
 +
                border-color: #666666;
 +
                background-color: #dedede;
 +
            }
 +
            table.gridtable td {
 +
                border-width: 1px;
 +
                padding: 8px;
 +
                border-style: solid;
 +
                border-color: #666666;
 +
                background-color: #ffffff;
 +
            }
 +
        </style>
 +
    </div>
 
</div>
 
</div>
  
 +
<img src="https://static.igem.org/mediawiki/2017/a/ae/RightsFooter-SMS_Shenzhen.jpg" width="100%" >
  
  
 
+
</body>
 
+
<div class="column half_size">
+
<div class="highlight">
+
<h5>Note</h5>
+
<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="column half_size">
+
 
+
<h5>Adding parts to the registry</h5>
+
<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>
+
</div>
+
 
+
 
+
 
+
 
+
 
+
<div class="column half_size">
+
 
+
<h5>What information do I need to start putting my parts on the Registry?</h5>
+
<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>
+
 
+
 
+
<div class="column half_size">
+
 
+
<h5>Inspiration</h5>
+
<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 class="column full_size">
+
<h5>Part Table </h5>
+
 
+
<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>
+
 
+
<div class="highlight">
+
 
+
 
+
</html>
+
<groupparts>iGEM17 SMS_Shenzhen</groupparts>
+
 
+
<html>
+
</div>
+
</div>
+
 
+
 
+
 
+
 
+
 
</html>
 
</html>

Latest revision as of 05:26, 31 October 2017

Title

Title

Parts Summary Chart

(Click On Part's Name to Go to Part's Page)

Name Type Part Type Vector Coding Sequence Description Submit or Not
BBa_K2224001 Coding sequence Composite part pSB1C3 Chitinase This composite part contains a coding sequence of chitinase, which is from the Lecanicillium lecanii strain 432.
BBa_K2224002 Coding sequence Composite part pSB1C3 Proteinase This composite part contains a coding sequence of proteinase , which is from the Lecanicillium lecanii strain CA-12.
BBa_K2224003 Measurement Composite part pSB1C3 GFP This part composes of SacB promoter and GFP. Notice: It has a different RBS with BBa_K2224005
BBa_K2224004 Cell Death Composite part pSB1C3 SRRz This part is the combination of SacB promoter and SRRz the self-lysis gene.
BBa_K2224005 Measurement Composite part pSB1C3 GFP This part composes of SacB promoter and GFP. Notice: This part has a different RBS with BBa_K2224003
BBa_K2224006 Coding sequence Basic part pSB1C3 Chitinase This basic part contains a coding sequence of chitinase, which is from the Lecanicillium lecanii strain 432. ×
BBa_K2224007 Coding sequence Basic part pSB1C3 Proteinase This basic part contains a coding sequence of proteinase , which is from the Lecanicillium lecanii strain CA-12. ×
BBa_K2224008 Promoter Basic part pSB1C3 SacB Promoter This is the promoter of SacB gene. ×