JackBechtel (Talk | contribs) |
|||
(25 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{WLC-Milwaukee}} | + | {{WLC-Milwaukee/header}} |
+ | {{WLC-Milwaukee/CSS}} | ||
+ | |||
<html> | <html> | ||
+ | <head lang="en"> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta http-equiv="x-ua-compatible" content="IE=edge; chrome=1"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <!--IMPORT CSS--> | ||
+ | <link href="fonts.css" rel="stylesheet"> | ||
+ | <link href="main.css" rel="stylesheet"> | ||
+ | <!--IMPORT JQUERY--> | ||
+ | <script src="jquery.js.txt"></script> | ||
+ | <script> | ||
+ | //Include Header and Footer Files using jQuery | ||
+ | $(function(){ | ||
+ | $("#header").load("header.html"); | ||
+ | $("#footer").load("footer.html"); | ||
+ | }); | ||
+ | </script> | ||
+ | <style> | ||
+ | .parts-table{ | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | border-collapse: collapse; | ||
+ | width: 100%; | ||
+ | } | ||
+ | .parts-table th,td{ | ||
+ | text-align: left; | ||
+ | padding: 0.5em; | ||
+ | } | ||
+ | .parts-table td{ | ||
+ | border: none; | ||
+ | border-top: 1px solid #ccc; | ||
+ | } | ||
− | + | .parts-table th{ | |
+ | background-color: var(--primary-color) !important; | ||
+ | color: white !important; | ||
+ | } | ||
+ | h3{ | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | tr:hover{ | ||
+ | background-color: var(--gray) !important; | ||
+ | } | ||
+ | </style> | ||
− | < | + | <!--PAGE TITLE--> |
− | < | + | <title>WLC iGEM 2018 | Parts</title> |
− | + | </head> | |
− | |||
− | |||
− | + | <body> | |
− | + | ||
− | < | + | |
− | + | ||
+ | <!--BEGIN HEADER IMPORT--> | ||
+ | <div id="header"></div> | ||
+ | <!--END HEADER IMPORT--> | ||
+ | <div class="content"> | ||
+ | <!--CONTENT CONTAINER--> | ||
+ | <div class="container"> | ||
+ | <!--PAGE TITLE--> | ||
+ | <div class="row centered header-image-container dark-overlay" style="background-image: url(https://static.igem.org/mediawiki/2018/d/dd/T--WLC-Milwaukee--PartsHeader.jpeg);"> | ||
+ | <div class="header-image-text"><h1>Parts</h1></div> | ||
+ | <img id="img" src="https://static.igem.org/mediawiki/2018/d/dd/T--WLC-Milwaukee--PartsHeader.jpeg"> | ||
</div> | </div> | ||
+ | <p> | ||
+ | The parts used in the 2018 WLC-Milwaukee iGEM project and testing of our E. coli detection system include both new coding and composite parts and improved parts from past WLC-iGEM Teams. We have also characterized several parts to improve their ability to be used in future projects by other iGEM teams and researchers. | ||
+ | </p> | ||
+ | <!--New Parts table--> | ||
+ | <h3>New Parts</h3> | ||
+ | <table class="parts-table"> | ||
+ | <tr> | ||
+ | <th>Part Number</th> | ||
+ | <th>Type</th> | ||
+ | <th>Description</th> | ||
+ | <th>Length</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2589000">BBa_K2589000</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td>x-short lambda phage J-protein, C-terminal His tag | ||
+ | </td> | ||
+ | <td>temp</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2589001">BBa_K2589001</a></td> | ||
+ | <td>Composite</td> | ||
+ | <td>Lambda phage tail J-protein, N-terminal His tag with trc-promoter</td> | ||
+ | <td>temp</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2589002">BBa_K2589002 | ||
+ | </a></td> | ||
+ | <td>Composite</td> | ||
+ | <td>x-short lambda phage J-protein, C-terminal His tag with trc-promoter | ||
+ | </td> | ||
+ | <td>temp</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <!--Old Parts table--> | ||
+ | <h3>Parts Used From Past Teams</h3> | ||
+ | <table class="parts-table"> | ||
+ | <tr> | ||
+ | <th>Part Number</th> | ||
+ | <th>Type</th> | ||
+ | <th>Description</th> | ||
+ | <th>Length</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2452000">BBa_K2452000</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td>Lambda phage tail J-protein | ||
+ | </td> | ||
+ | <td>756 | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2452002">BBa_K2452002</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td>Lambda phage tail J-protein, N-Terminal His tag | ||
+ | </td> | ||
+ | <td>783 | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2042004">BBa_K2042004<a></td> | ||
+ | <td>Regulatory</td> | ||
+ | <td>IPTG Inducible promoter (trc-promoter) | ||
+ | </td> | ||
+ | <td>76 | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | |||
+ | |||
+ | <!--Characterized Parts table--> | ||
+ | <h3>Characterized Parts</h3> | ||
+ | <table class="parts-table"> | ||
+ | <tr> | ||
+ | <th>Part Number</th> | ||
+ | <th>Type</th> | ||
+ | <th>Description</th> | ||
+ | <th>Length</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1900002:Experience">BBa_K1900002</a></td> | ||
+ | <td>Composite</td> | ||
+ | <td>E. coli tolC with Strong RBS | ||
+ | </td> | ||
+ | <td>1641 | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1291571">BBa_K1291571 </a></td> | ||
+ | <td>Coding</td> | ||
+ | <td>Horse Radish Peroxidase (HRP) Type C | ||
+ | </td> | ||
+ | <td>1059 | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | <!--END CONTENT CONTAINER--> | ||
+ | </div> | ||
+ | |||
+ | <!--BEGIN FOOTER IMPORT--> | ||
+ | <div id="footer"></div> | ||
+ | <!--END FOOTER IMPORT--> | ||
+ | |||
+ | </body> | ||
</html> | </html> | ||
+ | |||
+ | {{WLC-Milwaukee/footer}} |
Latest revision as of 01:52, 18 October 2018
The parts used in the 2018 WLC-Milwaukee iGEM project and testing of our E. coli detection system include both new coding and composite parts and improved parts from past WLC-iGEM Teams. We have also characterized several parts to improve their ability to be used in future projects by other iGEM teams and researchers.
New Parts
Part Number | Type | Description | Length |
---|---|---|---|
BBa_K2589000 | Coding | x-short lambda phage J-protein, C-terminal His tag | temp |
BBa_K2589001 | Composite | Lambda phage tail J-protein, N-terminal His tag with trc-promoter | temp |
BBa_K2589002 | Composite | x-short lambda phage J-protein, C-terminal His tag with trc-promoter | temp |
Parts Used From Past Teams
Part Number | Type | Description | Length |
---|---|---|---|
BBa_K2452000 | Coding | Lambda phage tail J-protein | 756 |
BBa_K2452002 | Coding | Lambda phage tail J-protein, N-Terminal His tag | 783 |
BBa_K2042004 | Regulatory | IPTG Inducible promoter (trc-promoter) | 76 |
Characterized Parts
Part Number | Type | Description | Length |
---|---|---|---|
BBa_K1900002 | Composite | E. coli tolC with Strong RBS | 1641 |
BBa_K1291571 | Coding | Horse Radish Peroxidase (HRP) Type C | 1059 |