Team:TU Delft-Leiden/Project/Parts
From 2014.igem.org
(Difference between revisions)
Dschmieden (Talk | contribs) |
Joanctd.igem (Talk | contribs) |
||
(29 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> | |
- | + | ||
- | <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>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> | ||
Line 15: | Line 27: | ||
<br> | <br> | ||
<p><i> Table 1: BioBricks registered in the Parts Registry.</i></p> | <p><i> Table 1: BioBricks registered in the Parts Registry.</i></p> | ||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
.CSSTableGenerator { | .CSSTableGenerator { | ||
- | margin:0px;padding:0px; | + | margin:0px; |
+ | padding:0px; | ||
width:75%; | width:75%; | ||
border:1px solid #000000; | border:1px solid #000000; | ||
- | + | margin-left: auto; | |
+ | margin-right: auto; | ||
} | } | ||
.CSSTableGenerator table{ | .CSSTableGenerator table{ | ||
width:100%; | width:100%; | ||
height:100%; | height:100%; | ||
- | margin:0px;padding:0px; | + | margin:0px; |
+ | padding:0px; | ||
} | } | ||
.CSSTableGenerator tr:nth-child(odd){ background-color:#ffffff; } | .CSSTableGenerator tr:nth-child(odd){ background-color:#ffffff; } | ||
Line 39: | Line 53: | ||
font-weight:bold; | font-weight:bold; | ||
color:#000000; | color:#000000; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
.CSSTableGenerator th{ | .CSSTableGenerator th{ | ||
Line 55: | Line 63: | ||
font-weight:bold; | font-weight:bold; | ||
color:#ffffff; | color:#ffffff; | ||
+ | padding: 4px 16px; | ||
} | } | ||
- | .CSSTableGenerator | + | .CSSTableGenerator img { |
- | + | display: block; | |
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
} | } | ||
- | .CSSTableGenerator | + | .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> | </style> | ||
- | <div class="CSSTableGenerator" > | + | <div class="CSSTableGenerator tablesorter" > |
- | <table> | + | <table id="partstable"> |
<thead> | <thead> | ||
<tr> | <tr> | ||
Line 89: | Line 114: | ||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
- | <td></td> | + | <td>no</td> |
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316000" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316000" target="_blank">BBa_K1316000</a> |
</td> | </td> | ||
<td> | <td> | ||
Line 105: | Line 130: | ||
<tr> | <tr> | ||
- | <td></td> | + | <td>no</td> |
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316001" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316001" target="_blank">BBa_K1316001</a> |
</td> | </td> | ||
<td> | <td> | ||
Line 121: | Line 146: | ||
<tr> | <tr> | ||
- | <td></td> | + | <td>no</td> |
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316002" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316002" target="_blank">BBa_K1316002</a> |
</td> | </td> | ||
<td> | <td> | ||
Line 137: | Line 162: | ||
<tr> | <tr> | ||
- | <td></td> | + | <td>no</td> |
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316003" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316003" target="_blank">BBa_K1316003</a> |
</td> | </td> | ||
Line 154: | Line 179: | ||
<tr> | <tr> | ||
- | <td></td> | + | <td>no</td> |
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316004" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316004" target="_blank">BBa_K1316004</a> |
</td> | </td> | ||
<td> | <td> | ||
Line 170: | Line 195: | ||
<tr> | <tr> | ||
- | <td></td> | + | <td>no</td> |
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316005" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316005" target="_blank">BBa_K1316005</a> |
</td> | </td> | ||
<td> | <td> | ||
Line 186: | Line 211: | ||
<tr> | <tr> | ||
- | <td></td> | + | <td>no</td> |
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316006" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316006" target="_blank">BBa_K1316006</a> |
</td> | </td> | ||
Line 203: | Line 228: | ||
<tr> | <tr> | ||
- | <td > | + | <td>yes</td> |
- | + | ||
- | + | ||
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316007" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316007" target="_blank">BBa_K1316007</a> |
</td> | </td> | ||
<td> | <td> | ||
Line 221: | Line 244: | ||
<tr> | <tr> | ||
- | <td > | + | <td>yes</td> |
- | + | ||
- | + | ||
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316008" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316008" target="_blank">BBa_K1316008</a> |
</td> | </td> | ||
Line 240: | Line 261: | ||
<tr> | <tr> | ||
- | <td></td> | + | <td>no</td> |
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316009" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316009" target="_blank">BBa_K1316009</a> |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Line 257: | Line 277: | ||
<tr> | <tr> | ||
- | <td></td> | + | <td>no</td> |
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316010" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316010" target="_blank">BBa_K1316010</a> |
- | + | ||
</td> | </td> | ||
<td> | <td> | ||
Line 274: | Line 293: | ||
<tr> | <tr> | ||
+ | <td>yes</td> | ||
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316011" target="_blank">BBa_K1316011</a> | |
- | + | ||
- | + | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316011" target="_blank | + | |
</td> | </td> | ||
<td> | <td> | ||
Line 292: | Line 309: | ||
<tr> | <tr> | ||
+ | <td>yes</td> | ||
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316012" target="_blank">BBa_K1316012</a> | |
- | + | ||
- | + | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316012" target="_blank | + | |
</td> | </td> | ||
Line 311: | Line 326: | ||
<tr> | <tr> | ||
+ | <td>yes</td> | ||
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316013" target="_blank">BBa_K1316013</a> | |
- | + | ||
- | + | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316013" target="_blank | + | |
</td> | </td> | ||
<td> | <td> | ||
Line 329: | Line 342: | ||
<tr> | <tr> | ||
+ | <td>yes</td> | ||
<td> | <td> | ||
- | + | <a href="http://parts.igem.org/Part:BBa_K1316014" target="_blank">BBa_K1316014</a> | |
- | + | ||
- | + | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316014" target="_blank | + | |
</td> | </td> | ||
Line 346: | Line 357: | ||
</td> | </td> | ||
</tr> | </tr> | ||
+ | |||
<tr> | <tr> | ||
- | <td></td> | + | <td>no</td> |
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316015" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316015" target="_blank">BBa_K1316015</a> |
</td> | </td> | ||
<td> | <td> | ||
Line 361: | Line 373: | ||
</td> | </td> | ||
</tr> | </tr> | ||
- | |||
<tr> | <tr> | ||
- | <td></td> | + | <td>no</td> |
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316016" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316016" target="_blank">BBa_K1316016</a> |
</td> | </td> | ||
<td> | <td> | ||
Line 380: | Line 391: | ||
<tr> | <tr> | ||
- | <td></td> | + | <td>no</td> |
<td> | <td> | ||
- | <a href="http://parts.igem.org/Part:BBa_K1316017" target="_blank | + | <a href="http://parts.igem.org/Part:BBa_K1316017" target="_blank">BBa_K1316017</a> |
</td> | </td> | ||
<td> | <td> | ||
Line 394: | Line 405: | ||
</td> | </td> | ||
</tr> | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>no</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K1316018" target="_blank">BBa_K1316018</a> | ||
+ | </td> | ||
+ | <td> | ||
+ | Coding | ||
+ | </td> | ||
+ | <td> | ||
+ | RBS + csgB curli-forming gene | ||
+ | </td> | ||
+ | <td> | ||
+ | 535 | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>no</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K1316019" target="_blank">BBa_K1316019</a> | ||
+ | </td> | ||
+ | <td> | ||
+ | Coding | ||
+ | </td> | ||
+ | <td> | ||
+ | 2nd part of Constitutive Anderson promoter + csgA curli gene | ||
+ | </td> | ||
+ | <td> | ||
+ | 497 | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>no</td> | ||
+ | <td> | ||
+ | <a href="http://parts.igem.org/Part:BBa_K1316020" target="_blank">BBa_K1316020</a> | ||
+ | </td> | ||
+ | <td> | ||
+ | Coding | ||
+ | </td> | ||
+ | <td> | ||
+ | 2nd part of Constitutive Anderson promoter + csgA:Histag curli gene | ||
+ | </td> | ||
+ | <td> | ||
+ | 515 | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
</tbody> | </tbody> | ||
</table> | </table> | ||
</div> | </div> | ||
</html> | </html> | ||
+ | {{: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 |