Team:TU Delft-Leiden/Project/Parts
From 2014.igem.org
(Difference between revisions)
Dschmieden (Talk | contribs) |
Joanctd.igem (Talk | contribs) |
||
(36 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
<html> | <html> | ||
- | + | ||
- | + | <script> | |
- | + | $(document).ready(function() { | |
- | + | $('#partstable').tablesorter({ | |
+ | sortList: [[0,1],[1,0]] | ||
+ | }); | ||
+ | |||
+ | $('#partstable tr td:first-child').each(function() { | ||
+ | if ($(this).html() == 'yes') { | ||
+ | $(this).html('<img src="https://static.igem.org/mediawiki/2013/d/d9/Heart.png" height="30" width="30">'); | ||
+ | } else { | ||
+ | $(this).html(''); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <h2>Parts</h2> | ||
+ | <p>A main goal of every iGEM project is to extend the Registry of Standard Biological Parts. All the parts we have made and placed in the <a href="http://parts.igem.org/Main_Page">Part Registry</a> are on table 1. | ||
+ | </p> | ||
- | <p> | + | <br> |
- | </ | + | <p><i> Table 1: BioBricks registered in the Parts Registry.</i></p> |
+ | <style type="text/css"> | ||
+ | .CSSTableGenerator { | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | width:75%; | ||
+ | border:1px solid #000000; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | .CSSTableGenerator table{ | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | } | ||
+ | .CSSTableGenerator tr:nth-child(odd){ background-color:#ffffff; } | ||
+ | .CSSTableGenerator tr:nth-child(even) { background-color:#ffffff; }.CSSTableGenerator td{ | ||
+ | vertical-align:middle; | ||
+ | border:1px solid #000000; | ||
+ | border-width:0px 1px 1px 0px; | ||
+ | text-align:left; | ||
+ | padding:7px; | ||
+ | font-size:12px; | ||
+ | font-family:Arial; | ||
+ | font-weight:bold; | ||
+ | color:#000000; | ||
+ | } | ||
+ | .CSSTableGenerator th{ | ||
+ | background-color:#008080; | ||
+ | border:0px solid #000000; | ||
+ | text-align:center; | ||
+ | border-width:0px 0px 1px 1px; | ||
+ | font-size:14px; | ||
+ | font-family:Arial; | ||
+ | font-weight:bold; | ||
+ | color:#ffffff; | ||
+ | padding: 4px 16px; | ||
+ | } | ||
+ | .CSSTableGenerator img { | ||
+ | display: block; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | .CSSTableGenerator a { | ||
+ | color: #0080FF; | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | |||
+ | #partstable thead .header { | ||
+ | background-image: url('https://2014.igem.org/common/tablesorter/themes/groupparts/bg.gif'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center right; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | #partstable thead .headerSortUp { | ||
+ | background-image: url('https://2014.igem.org/common/tablesorter/themes/groupparts/asc.gif'); | ||
+ | } | ||
+ | #partstable thead .headerSortDown { | ||
+ | background-image: url('https://2014.igem.org/common/tablesorter/themes/groupparts/desc.gif'); | ||
+ | } | ||
+ | </style> | ||
- | < | + | <div class="CSSTableGenerator tablesorter" > |
- | + | <table id="partstable"> | |
- | + | <thead> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
<tr> | <tr> | ||
- | < | + | <th> |
Favorite | Favorite | ||
- | </ | + | </th> |
- | < | + | <th> |
Name | Name | ||
- | </ | + | </th> |
- | < | + | <th> |
Type | Type | ||
- | </ | + | </th> |
- | < | + | <th> |
- | + | Description | |
- | </ | + | </th> |
- | < | + | <th> |
- | + | Length | |
- | + | </th> | |
</tr> | </tr> | ||
+ | </thead> | ||
- | + | <tbody> | |
- | <td > | + | <tr> |
- | + | <td>no</td> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316000" target="_blank">BBa_K1316000</a> | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Reporter | Reporter | ||
</td> | </td> | ||
- | + | <td> | |
mKate2 protein | mKate2 protein | ||
</td> | </td> | ||
- | + | <td> | |
717 | 717 | ||
- | </td> | + | </td> |
</tr> | </tr> | ||
- | <tr> | + | <tr> |
- | <td > | + | <td>no</td> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316001" target="_blank">BBa_K1316001</a> | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Reporter | Reporter | ||
</td> | </td> | ||
- | + | <td> | |
mKate2 protein with double transcription terminator | mKate2 protein with double transcription terminator | ||
</td> | </td> | ||
- | + | <td> | |
820 | 820 | ||
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
- | |||
- | + | <tr> | |
- | < | + | <td>no</td> |
- | + | ||
- | </td> | + | |
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316002" target="_blank">BBa_K1316002</a> | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Regulatory | Regulatory | ||
</td> | </td> | ||
- | + | <td> | |
- | + | yqjF promoter | |
</td> | </td> | ||
- | + | <td> | |
- | + | 271 | |
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
- | |||
- | < | + | <tr> |
- | + | <td>no</td> | |
- | </td> | + | |
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316003" target="_blank">BBa_K1316003</a> | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Measurement | Measurement | ||
</td> | </td> | ||
- | + | <td> | |
- | + | yqjF promoter coupled to mKate2 reporter gene | |
</td> | </td> | ||
- | + | <td> | |
- | + | 1099 | |
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
- | |||
- | + | <tr> | |
- | < | + | <td>no</td> |
- | + | ||
- | </td> | + | |
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316004" target="_blank">BBa_K1316004</a> | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Regulatory | Regulatory | ||
</td> | </td> | ||
- | + | <td> | |
- | + | ybiJ promoter | |
</td> | </td> | ||
- | + | <td> | |
- | + | 424 | |
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
- | |||
- | < | + | <tr> |
- | + | <td>no</td> | |
- | </td> | + | |
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316005" target="_blank">BBa_K1316005</a> | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Measurement | Measurement | ||
</td> | </td> | ||
- | + | <td> | |
- | + | ybiJ promoter coupled to mKate2 reporter gene | |
</td> | </td> | ||
- | + | <td> | |
- | + | 1252 | |
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
- | |||
+ | <tr> | ||
+ | <td>no</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K1316006" target="_blank">BBa_K1316006</a> | ||
- | |||
- | |||
</td> | </td> | ||
<td> | <td> | ||
- | + | Coding | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
- | + | Rhamnose promoter coupled to N-genes | |
</td> | </td> | ||
- | + | <td> | |
- | + | 2795 | |
- | + | ||
- | + | ||
- | + | ||
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
- | |||
- | < | + | <tr> |
- | < | + | <td>yes</td> |
- | + | ||
- | + | ||
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316007" target="_blank">BBa_K1316007</a> | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Measurement | Measurement | ||
</td> | </td> | ||
- | + | <td> | |
- | + | yqjF promoter coupled to mKate2 reporter gene and Rhamnose promoter coupled to N-genes | |
</td> | </td> | ||
- | + | <td> | |
- | + | 3902 | |
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
- | |||
- | < | + | <tr> |
+ | <td>yes</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K1316008" target="_blank">BBa_K1316008</a> | ||
- | |||
- | |||
- | |||
- | |||
</td> | </td> | ||
<td> | <td> | ||
- | + | Measurement | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
- | + | ybiJ promoter coupled to mKate2 reporter gene and Rhamnose promoter coupled to N-genes | |
</td> | </td> | ||
- | + | <td> | |
- | + | 4055 | |
- | + | ||
- | + | ||
- | + | ||
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
- | |||
- | + | <tr> | |
- | + | <td>no</td> | |
- | + | ||
- | < | + | |
- | + | ||
- | </td> | + | |
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316009" target="_blank">BBa_K1316009</a> | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Measurement | Measurement | ||
</td> | </td> | ||
- | + | <td> | |
- | + | yqjF promoter coupled to mKate2 reporter gene and ybiJ promoter coupled to mKate2 reporter gene | |
</td> | </td> | ||
- | + | <td> | |
- | + | 2359 | |
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
- | |||
- | + | <tr> | |
- | + | <td>no</td> | |
- | < | + | |
- | + | ||
- | </td> | + | |
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316010" target="_blank">BBa_K1316010</a> | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Regulatory | Regulatory | ||
</td> | </td> | ||
- | + | <td> | |
- | + | pFAB640 | |
</td> | </td> | ||
- | + | <td> | |
- | + | 93 | |
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
- | |||
- | < | + | <tr> |
- | < | + | <td>yes</td> |
- | + | ||
- | + | ||
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316011" target="_blank">BBa_K1316011</a> | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Composite | Composite | ||
</td> | </td> | ||
- | + | <td> | |
- | + | pFAB640 regulating the ccmAH cluster | |
</td> | </td> | ||
- | + | <td> | |
- | + | 6568 | |
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
- | |||
- | < | + | <tr> |
- | < | + | <td>yes</td> |
- | + | ||
- | + | ||
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316012" target="_blank">BBa_K1316012</a> | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Composite | Composite | ||
</td> | </td> | ||
- | + | <td> | |
- | + | T7 lacO + mtrCAB | |
</td> | </td> | ||
- | + | <td> | |
- | + | 5318 | |
</td> | </td> | ||
</tr> | </tr> | ||
- | + | <tr> | |
- | + | <td>yes</td> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <tr> | + | |
- | <td > | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316013" target="_blank">BBa_K1316013</a> | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Generator | Generator | ||
</td> | </td> | ||
- | + | <td> | |
- | + | pRhamnose regulating csgB + J23110 constitutive Anderson promoter regulating csgA | |
</td> | </td> | ||
- | + | <td> | |
- | + | 1152 | |
</td> | </td> | ||
</tr> | </tr> | ||
+ | <tr> | ||
+ | <td>yes</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K1316014" target="_blank">BBa_K1316014</a> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</td> | </td> | ||
<td> | <td> | ||
- | + | Generator | |
- | + | </td> | |
+ | <td> | ||
+ | pRhamnose regulating csgB + J23110 constitutive Anderson promoter regulating csgA with a His tag | ||
+ | </td> | ||
+ | <td> | ||
+ | 1170 | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>no</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K1316015" target="_blank">BBa_K1316015</a> | ||
</td> | </td> | ||
<td> | <td> | ||
Generator | Generator | ||
</td> | </td> | ||
- | + | <td> | |
- | + | pRhamnose regulating csgB and csgA curli proteins | |
</td> | </td> | ||
- | + | <td> | |
- | + | 1128 | |
</td> | </td> | ||
</tr> | </tr> | ||
+ | <tr> | ||
+ | <td>no</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K1316016" target="_blank">BBa_K1316016</a> | ||
+ | </td> | ||
+ | <td> | ||
+ | Reporter | ||
+ | </td> | ||
+ | <td> | ||
+ | constitutively expressed eGFP under the control of J23110 Anderson promoter | ||
+ | </td> | ||
+ | <td> | ||
+ | 741 | ||
+ | </td> | ||
+ | </tr> | ||
- | + | <tr> | |
- | + | <td>no</td> | |
+ | <td> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K1316017" target="_blank">BBa_K1316017</a> | ||
+ | </td> | ||
+ | <td> | ||
+ | DNA | ||
+ | </td> | ||
+ | <td> | ||
+ | T7 lacO + mtrCAB with His tag | ||
+ | </td> | ||
+ | <td> | ||
+ | 5333 | ||
+ | </td> | ||
+ | </tr> | ||
<tr> | <tr> | ||
- | <td >< | + | <td>no</td> |
- | + | <td> | |
- | + | <a href="http://parts.igem.org/Part:BBa_K1316018" target="_blank">BBa_K1316018</a> | |
- | </ | + | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
- | + | Coding | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
- | + | RBS + csgB curli-forming gene | |
</td> | </td> | ||
- | + | <td> | |
- | + | 535 | |
- | + | ||
- | + | ||
- | + | ||
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
<tr> | <tr> | ||
- | <td >< | + | <td>no</td> |
- | + | <td> | |
- | + | <a href="http://parts.igem.org/Part:BBa_K1316019" target="_blank">BBa_K1316019</a> | |
- | </ | + | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
- | + | Coding | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
- | + | 2nd part of Constitutive Anderson promoter + csgA curli gene | |
</td> | </td> | ||
- | + | <td> | |
- | + | 497 | |
- | + | ||
- | + | ||
- | + | ||
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
- | |||
<tr> | <tr> | ||
- | <td >< | + | <td>no</td> |
- | + | <td> | |
- | </ | + | <a href="http://parts.igem.org/Part:BBa_K1316020" target="_blank">BBa_K1316020</a> |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
- | + | Coding | |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
- | + | 2nd part of Constitutive Anderson promoter + csgA:Histag curli gene | |
</td> | </td> | ||
- | + | <td> | |
- | + | 515 | |
- | + | ||
- | + | ||
- | + | ||
</td> | </td> | ||
</tr> | </tr> | ||
- | + | </tbody> | |
- | + | </table> | |
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</html> | </html> | ||
- | |||
{{:Team:TU_Delft-Leiden/Templates/End}} | {{:Team:TU_Delft-Leiden/Templates/End}} |
Latest revision as of 09:27, 17 October 2014
Parts
A main goal of every iGEM project is to extend the Registry of Standard Biological Parts. All the parts we have made and placed in the Part Registry are on table 1.
Table 1: BioBricks registered in the Parts Registry.
Favorite | Name | Type | Description | Length |
---|---|---|---|---|
no | BBa_K1316000 | Reporter | mKate2 protein | 717 |
no | BBa_K1316001 | Reporter | mKate2 protein with double transcription terminator | 820 |
no | BBa_K1316002 | Regulatory | yqjF promoter | 271 |
no | BBa_K1316003 | Measurement | yqjF promoter coupled to mKate2 reporter gene | 1099 |
no | BBa_K1316004 | Regulatory | ybiJ promoter | 424 |
no | BBa_K1316005 | Measurement | ybiJ promoter coupled to mKate2 reporter gene | 1252 |
no | BBa_K1316006 | Coding | Rhamnose promoter coupled to N-genes | 2795 |
yes | BBa_K1316007 | Measurement | yqjF promoter coupled to mKate2 reporter gene and Rhamnose promoter coupled to N-genes | 3902 |
yes | BBa_K1316008 | Measurement | ybiJ promoter coupled to mKate2 reporter gene and Rhamnose promoter coupled to N-genes | 4055 |
no | BBa_K1316009 | Measurement | yqjF promoter coupled to mKate2 reporter gene and ybiJ promoter coupled to mKate2 reporter gene | 2359 |
no | BBa_K1316010 | Regulatory | pFAB640 | 93 |
yes | BBa_K1316011 | Composite | pFAB640 regulating the ccmAH cluster | 6568 |
yes | BBa_K1316012 | Composite | T7 lacO + mtrCAB | 5318 |
yes | BBa_K1316013 | Generator | pRhamnose regulating csgB + J23110 constitutive Anderson promoter regulating csgA | 1152 |
yes | BBa_K1316014 | Generator | pRhamnose regulating csgB + J23110 constitutive Anderson promoter regulating csgA with a His tag | 1170 |
no | BBa_K1316015 | Generator | pRhamnose regulating csgB and csgA curli proteins | 1128 |
no | BBa_K1316016 | Reporter | constitutively expressed eGFP under the control of J23110 Anderson promoter | 741 |
no | BBa_K1316017 | DNA | T7 lacO + mtrCAB with His tag | 5333 |
no | BBa_K1316018 | Coding | RBS + csgB curli-forming gene | 535 |
no | BBa_K1316019 | Coding | 2nd part of Constitutive Anderson promoter + csgA curli gene | 497 |
no | BBa_K1316020 | Coding | 2nd part of Constitutive Anderson promoter + csgA:Histag curli gene | 515 |