Team:TU Delft-Leiden/Project/Parts

From 2014.igem.org

(Difference between revisions)
 
(43 intermediate revisions not shown)
Line 4: Line 4:
<html>
<html>
-
             
+
   
-
<!--PAGE CONTENT----------------->  
+
    <script>
-
         
+
        $(document).ready(function() {   
-
      <h2> Parts </h2>
+
            $('#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>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.
+
    <br>
-
</p>
+
    <p><i> Table 1: BioBricks registered in the Parts Registry.</i></p>
-
 
+
        <style type="text/css">
-
<br>
+
            .CSSTableGenerator {
-
<p><i> Table 1: BioBricks registered in the Parts Registry.</i></p>
+
                margin:0px;
-
<style type="text/css">
+
                padding:0px;
-
.CSSTableGenerator {
+
                width:75%;
-
margin:0px;padding:0px;
+
                border:1px solid #000000;
-
width:75%;
+
                margin-left: auto;
-
box-shadow: 10px 10px 5px #888888;
+
                margin-right: auto;
-
border:1px solid #000000;
+
            }
-
+
            .CSSTableGenerator table{
-
-moz-border-radius-bottomleft:0px;
+
                width:100%;
-
-webkit-border-bottom-left-radius:0px;
+
                height:100%;
-
border-bottom-left-radius:0px;
+
                margin:0px;
-
+
                padding:0px;
-
-moz-border-radius-bottomright:0px;
+
            }
-
-webkit-border-bottom-right-radius:0px;
+
            .CSSTableGenerator tr:nth-child(odd){ background-color:#ffffff; }
-
border-bottom-right-radius:0px;
+
            .CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
-
+
                vertical-align:middle;
-
-moz-border-radius-topright:0px;
+
                border:1px solid #000000;
-
-webkit-border-top-right-radius:0px;
+
                border-width:0px 1px 1px 0px;
-
border-top-right-radius:0px;
+
                text-align:left;
-
+
                padding:7px;
-
-moz-border-radius-topleft:0px;
+
                font-size:12px;
-
-webkit-border-top-left-radius:0px;
+
                font-family:Arial;
-
border-top-left-radius:0px;
+
                font-weight:bold;
-
}.CSSTableGenerator table{
+
                color:#000000;
-
width:100%;
+
            }
-
height:100%;
+
            .CSSTableGenerator th{
-
margin:0px;padding:0px;
+
                background-color:#008080;
-
}.CSSTableGenerator tr:last-child td:last-child {
+
                border:0px solid #000000;
-
-moz-border-radius-bottomright:0px;
+
                text-align:center;
-
-webkit-border-bottom-right-radius:0px;
+
                border-width:0px 0px 1px 1px;
-
border-bottom-right-radius:0px;
+
                font-size:14px;
-
}
+
                font-family:Arial;
-
.CSSTableGenerator table tr:first-child td:first-child {
+
                font-weight:bold;
-
-moz-border-radius-topleft:0px;
+
                color:#ffffff;
-
-webkit-border-top-left-radius:0px;
+
                padding: 4px 16px;
-
border-top-left-radius:0px;
+
            }
-
}
+
            .CSSTableGenerator img {
-
.CSSTableGenerator table tr:first-child td:last-child {
+
                display: block;
-
-moz-border-radius-topright:0px;
+
                margin-left: auto;
-
-webkit-border-top-right-radius:0px;
+
                margin-right: auto;
-
border-top-right-radius:0px;
+
            }
-
}.CSSTableGenerator tr:last-child td:first-child{
+
            .CSSTableGenerator a {
-
-moz-border-radius-bottomleft:0px;
+
                color: #0080FF;
-
-webkit-border-bottom-left-radius:0px;
+
                font-size: 16px;
-
border-bottom-left-radius:0px;
+
            }
-
}.CSSTableGenerator tr:hover td{
+
           
-
+
            #partstable thead .header {
-
}
+
                background-image: url('https://2014.igem.org/common/tablesorter/themes/groupparts/bg.gif');
-
.CSSTableGenerator tr:nth-child(odd){ background-color:#ffffff; }
+
                background-repeat: no-repeat;
-
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
+
                background-position: center right;
-
vertical-align:middle;
+
                cursor: pointer;
-
+
            }
-
+
            #partstable thead .headerSortUp {
-
border:1px solid #000000;
+
                background-image: url('https://2014.igem.org/common/tablesorter/themes/groupparts/asc.gif');
-
border-width:0px 1px 1px 0px;
+
            }
-
text-align:left;
+
            #partstable thead .headerSortDown {
-
padding:7px;
+
                background-image: url('https://2014.igem.org/common/tablesorter/themes/groupparts/desc.gif');
-
font-size:12px;
+
            }
-
font-family:Arial;
+
        </style>
-
font-weight:bold;
+
-
color:#000000;
+
-
}.CSSTableGenerator tr:last-child td{
+
-
border-width:0px 1px 0px 0px;
+
-
}.CSSTableGenerator tr td:last-child{
+
-
border-width:0px 0px 1px 0px;
+
-
}.CSSTableGenerator tr:last-child td:last-child{
+
-
border-width:0px 0px 0px 0px;
+
-
}
+
-
.CSSTableGenerator tr:first-child td{
+
-
background:-o-linear-gradient(bottom, #008080 5%, #008080 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #008080), color-stop(1, #008080) );
+
-
background:-moz-linear-gradient( center top, #008080 5%, #008080 100% );
+
-
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#008080", endColorstr="#008080"); background: -o-linear-gradient(top,#008080,008080);
+
-
 
+
-
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;
+
-
}
+
-
.CSSTableGenerator tr:first-child:hover td{
+
-
background:-o-linear-gradient(bottom, #008080 5%, #008080 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #008080), color-stop(1, #008080) );
+
-
background:-moz-linear-gradient( center top, #008080 5%, #008080 100% );
+
-
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#008080", endColorstr="#008080"); background: -o-linear-gradient(top,#008080,008080);
+
-
 
+
-
background-color:#008080;
+
-
}
+
-
.CSSTableGenerator tr:first-child td:first-child{
+
-
border-width:0px 0px 1px 0px;
+
-
}
+
-
.CSSTableGenerator tr:first-child td:last-child{
+
-
border-width:0px 0px 1px 1px;
+
-
}
+
-
</style>
+
-
</html>
+
-
<html>
+
-
 
+
-
<div class="CSSTableGenerator" >
+
        <div class="CSSTableGenerator tablesorter" >
-
                <table >
+
            <table id="partstable">
 +
                <thead>
                     <tr>
                     <tr>
-
                         <td>
+
                         <th>
                             Favorite
                             Favorite
-
                         </td>
+
                         </th>
-
                         <td >
+
                         <th>
                             Name
                             Name
-
                         </td>
+
                         </th>
-
                         <td>
+
                         <th>
                             Type
                             Type
-
                         </td>
+
                         </th>
-
                         <td>
+
                         <th>
-
                          Description
+
                            Description
-
                         </td>  
+
                         </th>  
-
                         <td>
+
                         <th>
-
                          Length
+
                            Length
-
                        </td>
+
                        </th>
                     </tr>
                     </tr>
 +
                </thead>
-
  <tr>
+
                <tbody>
-
                         <td >
+
                    <tr>
-
                         
+
                         <td>no</td>
-
<center>
+
-
 
+
-
</center>
+
-
 
+
-
                        </td>
+
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316000" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316000</font></a> </li>
+
                            <a href="http://parts.igem.org/Part:BBa_K1316000" target="_blank">BBa_K1316000</a>  
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
                             Reporter
                             Reporter
                         </td>
                         </td>
-
                        <td>
+
                        <td>
                             mKate2 protein  
                             mKate2 protein  
                         </td>
                         </td>
-
                        <td>
+
                        <td>
                             717
                             717
-
                         </td>
+
                         </td>
                     </tr>                     
                     </tr>                     
-
<tr>
+
                    <tr>
-
                         <td >
+
                         <td>no</td>
-
                         
+
-
<center>
+
-
 
+
-
</center>
+
-
 
+
-
                        </td>
+
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316001" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316001</font></a> </li>
+
                            <a href="http://parts.igem.org/Part:BBa_K1316001" target="_blank">BBa_K1316001</a>  
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
                             Reporter
                             Reporter
                         </td>
                         </td>
-
                        <td>
+
                        <td>
                             mKate2 protein with double transcription terminator
                             mKate2 protein with double transcription terminator
                         </td>
                         </td>
-
                        <td>
+
                        <td>
                             820
                             820
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
<tr>
 
-
                        <td ><center>
 
-
 
+
                    <tr>
-
</center>
+
                         <td>no</td>
-
                         
+
-
                         </td>
+
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316002" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316002</font></a> </li>
+
                            <a href="http://parts.igem.org/Part:BBa_K1316002" target="_blank">BBa_K1316002</a>  
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
                             Regulatory
                             Regulatory
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          yqjF promoter
+
                            yqjF promoter
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          271
+
                            271
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
<tr>
 
-
                        <td ><center>
 
-
</center>
+
                    <tr>
-
                         
+
                         <td>no</td>
-
                         </td>
+
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316003" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316003</font></a> </li>
+
                            <a href="http://parts.igem.org/Part:BBa_K1316003" target="_blank">BBa_K1316003</a>  
-
                       
+
 
                         </td>
                         </td>
                         <td>
                         <td>
                             Measurement
                             Measurement
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          yqjF promoter coupled to mKate2 reporter gene
+
                            yqjF promoter coupled to mKate2 reporter gene
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          1099
+
                            1099
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
<tr>
 
-
                        <td ><center>
 
-
 
+
                    <tr>
-
</center>
+
                         <td>no</td>
-
                         
+
-
                         </td>
+
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316004" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316004</font></a> </li>
+
                            <a href="http://parts.igem.org/Part:BBa_K1316004" target="_blank">BBa_K1316004</a>  
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
                             Regulatory
                             Regulatory
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          ybiJ promoter
+
                            ybiJ promoter
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          424
+
                            424
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
<tr>
 
-
                        <td ><center>
 
-
</center>
+
                    <tr>
-
                         
+
                         <td>no</td>
-
                         </td>
+
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316005" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316005</font></a> </li>
+
                            <a href="http://parts.igem.org/Part:BBa_K1316005" target="_blank">BBa_K1316005</a>  
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
                             Measurement
                             Measurement
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          ybiJ promoter coupled to mKate2 reporter gene
+
                            ybiJ promoter coupled to mKate2 reporter gene
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          1252
+
                            1252
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
<tr>
 
-
                        <td ><center>
 
 +
                    <tr>
 +
                        <td>no</td>
 +
                        <td>
 +
                            <a href="http://parts.igem.org/Part:BBa_K1316006" target="_blank">BBa_K1316006</a>
-
</center>
 
-
                         
 
                         </td>
                         </td>
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316006" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316006</font></a> </li>
+
                            Coding
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
-
                             Coding
+
                             Rhamnose promoter coupled to N-genes
                         </td>
                         </td>
-
                        <td>
+
                         <td>
-
                          Rhamnose promoter coupled to N-genes
+
                            2795
-
                         </td>
+
-
                        <td>
+
-
                          2795
+
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
<tr>
 
-
                        <td ><center>
 
-
<img src="https://static.igem.org/mediawiki/2013/d/d9/Heart.png" HEIGHT="30" WIDTH="30"  >
+
                    <tr>
-
</center>
+
                        <td>yes</td>
-
                         
+
-
                        </td>
+
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316007" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316007</font></a> </li>
+
                            <a href="http://parts.igem.org/Part:BBa_K1316007" target="_blank">BBa_K1316007</a>  
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
                             Measurement
                             Measurement
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          yqjF promoter coupled to mKate2 reporter gene and Rhamnose promoter coupled to N-genes
+
                            yqjF promoter coupled to mKate2 reporter gene and Rhamnose promoter coupled to N-genes
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          3902
+
                            3902
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
<tr>
 
-
                        <td ><center>
 
-
 
-
<img src="https://static.igem.org/mediawiki/2013/d/d9/Heart.png" HEIGHT="30" WIDTH="30"  >
 
-
 
 +
                    <tr>
 +
                        <td>yes</td>
 +
                        <td>
 +
                            <a href="http://parts.igem.org/Part:BBa_K1316008" target="_blank">BBa_K1316008</a>
-
</center>
 
-
                         
 
                         </td>
                         </td>
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316008" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316008</font></a> </li>
+
                            Measurement
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
-
                             Measurement
+
                             ybiJ promoter coupled to mKate2 reporter gene and Rhamnose promoter coupled to N-genes
                         </td>
                         </td>
-
                        <td>
+
                         <td>
-
                          ybiJ promoter coupled to mKate2 reporter gene and Rhamnose promoter coupled to N-genes
+
                            4055
-
                         </td>
+
-
                        <td>
+
-
                          4055
+
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
<tr>
 
-
                        <td ><center>
 
-
 
+
                    <tr>
-
 
+
                         <td>no</td>
-
 
+
-
</center>
+
-
                         
+
-
                         </td>
+
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316009" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316009</font></a> </li>
+
                            <a href="http://parts.igem.org/Part:BBa_K1316009" target="_blank">BBa_K1316009</a>  
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
                             Measurement
                             Measurement
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          yqjF promoter coupled to mKate2 reporter gene and ybiJ promoter coupled to mKate2 reporter gene
+
                            yqjF promoter coupled to mKate2 reporter gene and ybiJ promoter coupled to mKate2 reporter gene
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          2359
+
                            2359
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
<tr>
 
-
                        <td ><center>
 
-
 
+
                    <tr>
-
 
+
                         <td>no</td>
-
</center>
+
-
                         
+
-
                         </td>
+
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316010" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316010</font></a> </li>
+
                            <a href="http://parts.igem.org/Part:BBa_K1316010" target="_blank">BBa_K1316010</a>  
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
                             Regulatory
                             Regulatory
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          pFAB640
+
                            pFAB640
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          93
+
                            93
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
<tr>
 
-
                        <td ><center>
 
-
<img src="https://static.igem.org/mediawiki/2013/d/d9/Heart.png" HEIGHT="30" WIDTH="30"  >
+
                    <tr>
-
</center>
+
                        <td>yes</td>
-
                         
+
-
                        </td>
+
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316011" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316011</font></a> </li>
+
                            <a href="http://parts.igem.org/Part:BBa_K1316011" target="_blank">BBa_K1316011</a>  
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
                             Composite
                             Composite
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          pFAB640 regulating the ccmAH cluster
+
                            pFAB640 regulating the ccmAH cluster
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          6568
+
                            6568
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
<tr>
 
-
                        <td ><center>
 
-
<img src="https://static.igem.org/mediawiki/2013/d/d9/Heart.png" HEIGHT="30" WIDTH="30"  >
+
                    <tr>
-
</center>
+
                        <td>yes</td>
-
                         
+
-
                        </td>
+
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316012" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316012</font></a> </li>
+
                            <a href="http://parts.igem.org/Part:BBa_K1316012" target="_blank">BBa_K1316012</a>  
-
                       
+
 
                         </td>
                         </td>
                         <td>
                         <td>
                             Composite
                             Composite
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          T7 lacO + mtrCAB
+
                            T7 lacO + mtrCAB
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          5318
+
                            5318
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
 
+
                    <tr>
-
 
+
                         <td>yes</td>
-
 
+
-
 
+
-
 
+
-
 
+
-
<tr>
+
-
                         <td ><center>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/d/d9/Heart.png" HEIGHT="30" WIDTH="30"  >
+
-
</center>
+
-
                         
+
-
                        </td>
+
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316013" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316013</font></a> </li>
+
                            <a href="http://parts.igem.org/Part:BBa_K1316013" target="_blank">BBa_K1316013</a>  
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
                             Generator
                             Generator
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          pRhamnose regulating csgB + J23110 constitutive Anderson promoter regulating csgA
+
                            pRhamnose regulating csgB + J23110 constitutive Anderson promoter regulating csgA
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          1152
+
                            1152
                         </td>   
                         </td>   
                     </tr>
                     </tr>
 +
                    <tr>
 +
                        <td>yes</td>
 +
                        <td>
 +
                            <a href="http://parts.igem.org/Part:BBa_K1316014" target="_blank">BBa_K1316014</a>
-
 
-
<tr>
 
-
                        <td ><center>
 
-
 
-
<img src="https://static.igem.org/mediawiki/2013/d/d9/Heart.png" HEIGHT="30" WIDTH="30"  >
 
-
</center>
 
-
                         
 
                         </td>
                         </td>
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316014" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316014</font></a> </li>
+
                            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>
+
                        <td>
-
                          pRhamnose regulating csgB + J23110 constitutive Anderson promoter regulating csgA with a His tag
+
                            pRhamnose regulating csgB and csgA curli proteins
                         </td>
                         </td>
-
                        <td>
+
                        <td>
-
                          1170
+
                            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 ><center>
+
                         <td>no</td>
-
 
+
                        <td>
-
 
+
                            <a href="http://parts.igem.org/Part:BBa_K1316018" target="_blank">BBa_K1316018</a>  
-
</center>
+
-
                         
+
                         </td>
                         </td>
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316015" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316015</font></a> </li>
+
                            Coding
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
-
                             Generator
+
                             RBS + csgB curli-forming gene
                         </td>
                         </td>
-
                        <td>
+
                         <td>
-
                          pRhamnose regulating csgB and csgA curli proteins
+
                            535
-
                         </td>
+
-
                        <td>
+
-
                          1128
+
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
 
<tr>
<tr>
-
                         <td ><center>
+
                         <td>no</td>
-
 
+
                        <td>
-
 
+
                            <a href="http://parts.igem.org/Part:BBa_K1316019" target="_blank">BBa_K1316019</a>  
-
</center>
+
-
                         
+
                         </td>
                         </td>
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316016" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316016</font></a> </li>
+
                            Coding
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
-
                             Reporter
+
                             2nd part of Constitutive Anderson promoter + csgA curli gene
                         </td>
                         </td>
-
                        <td>
+
                         <td>
-
                          constitutively expressed eGFP under the control of J23110 Anderson promoter
+
                            497
-
                         </td>
+
-
                        <td>
+
-
                          741
+
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
 
-
 
<tr>
<tr>
-
                         <td ><center>
+
                         <td>no</td>
-
 
+
                        <td>
-
</center>
+
                            <a href="http://parts.igem.org/Part:BBa_K1316020" target="_blank">BBa_K1316020</a>  
-
                         
+
                         </td>
                         </td>
                         <td>
                         <td>
-
                          <a href="http://parts.igem.org/Part:BBa_K1316017" style="text-decoration: none"" target="_blank"><font color="#0080FF" size="3">BBa_K1316017</font></a> </li>
+
                            Coding
-
                       
+
                         </td>
                         </td>
                         <td>
                         <td>
-
                             DNA
+
                             2nd part of Constitutive Anderson promoter + csgA:Histag curli gene
                         </td>
                         </td>
-
                        <td>
+
                         <td>
-
                          T7 lacO + mtrCAB with His tag
+
                            515
-
                         </td>
+
-
                        <td>
+
-
                          5333
+
                         </td>   
                         </td>   
                     </tr>
                     </tr>
-
 
+
                </tbody>
-
 
+
            </table>
-
                    <tr>
+
        </div>        
-
 
+
-
                </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
Top
facebook twitter