(Prototype team page) |
|||
(41 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Paris_Bettencourt}} | + | {{Paris_Bettencourt/Menu}} |
+ | {{Paris_Bettencourt/Wiki}} | ||
+ | |||
+ | <!-- Code by the 2016 Paris Bettencourt --> | ||
+ | |||
<html> | <html> | ||
+ | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'> | ||
+ | <style> | ||
+ | a:hover { | ||
+ | text-decoration : none; | ||
+ | } | ||
+ | html { | ||
+ | height : 100%; | ||
+ | } | ||
+ | body { | ||
+ | position : relative; | ||
+ | height : 100%; | ||
+ | margin-left : 0; | ||
+ | margin-right : 0; | ||
+ | margin-top : 0; | ||
+ | } | ||
+ | #topheader { | ||
+ | position : relative; | ||
+ | margin-top : -120px; | ||
+ | margin-left : 0px; | ||
+ | margin-right : 0; | ||
+ | padding:0; | ||
+ | width : 100%; | ||
+ | height : 350px; | ||
+ | background-image : url("https://static.igem.org/mediawiki/2016/7/75/Paris_Bettencourt-Achievements_Top.jpeg"); | ||
+ | background-size : cover; | ||
+ | } | ||
+ | #subheader { | ||
+ | position : relative ; | ||
+ | width : 100%; | ||
+ | height : 100%; | ||
+ | text-align : center; | ||
+ | background-color : rgb(255,255,255); | ||
+ | } | ||
+ | #definition { | ||
+ | width : 80%; | ||
+ | vertical-align : middle; | ||
+ | display : inline-block; | ||
+ | line-height : normal; | ||
+ | text-align : center; | ||
+ | position : relative; | ||
+ | margin-top : 0px; | ||
+ | } | ||
− | + | #project { | |
+ | font-family: Open Sans, sans-serif; | ||
+ | text-align : center; | ||
+ | font-size : 22px; | ||
+ | vertical-align : middle; | ||
+ | color : rgb(150,149,149); | ||
+ | } | ||
+ | .definition { | ||
+ | position : inline-block; | ||
+ | font-family: Open Sans, sans-serif; | ||
+ | text-align : center; | ||
+ | font-size : 22px; | ||
+ | vertical-align : middle; | ||
+ | color : rgb(150,149,149); | ||
+ | } | ||
+ | .descript2 { | ||
+ | width : 60%; | ||
+ | margin-left : 0%; | ||
+ | font-size : 18px; | ||
+ | text-align : center; | ||
+ | color : rgb(255,0,99); | ||
+ | margin-top : 0px; | ||
+ | display : none; | ||
+ | vertical-align : middle; | ||
+ | line-height : normal; | ||
+ | background-color : transparent; | ||
+ | z-index : 91; | ||
+ | } | ||
− | + | .layout { | |
− | + | display : inline-block; | |
+ | width : 100%; | ||
+ | height : 100%; | ||
+ | z-index : 90; | ||
+ | vertical-align : middle; | ||
+ | line-height : 300px; | ||
+ | text-align : center; | ||
+ | display: flex; | ||
+ | justify-content: center; | ||
+ | align-items: center; | ||
+ | -webkit-display: flex; | ||
+ | -webkit-justify-content: center; | ||
+ | -webkit-align-items: center; | ||
+ | vertical-align : middle; | ||
+ | } | ||
+ | .separation { | ||
+ | width: 100%; | ||
+ | height : 100px; | ||
+ | } | ||
− | + | /* Panels */ | |
+ | .panel { | ||
+ | margin: 0 auto; | ||
+ | color: rgb(30,39,43); | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | } | ||
+ | .panel a { | ||
+ | display: inline-block; | ||
+ | color: rgb(46,43,52); | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | /* Subpanels */ | ||
+ | .narrowimg {/* Subpanels background*/ | ||
+ | /*position:absolute;*/ | ||
+ | z-index:2; | ||
+ | opacity:0.3; | ||
+ | filter: alpha(opacity=30); | ||
+ | } | ||
+ | .titlebox {/* Subpanels Title*/ | ||
+ | z-index:1; | ||
+ | position:relative; | ||
+ | bottom: 200px; | ||
+ | background:transparent; | ||
+ | } | ||
+ | .subpanel2 { /* Projects */ | ||
+ | float: left; | ||
+ | width:250px; | ||
+ | height:250px; | ||
+ | font-size:20px; | ||
+ | text-align:center; | ||
+ | margin-top:5px; | ||
+ | margin-bottom:5px; | ||
+ | margin-right:5px; | ||
+ | margin-left:5px; | ||
+ | border-radius:7px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | .subpanel2:hover{ | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | .subpanel2:hover .narrowimg { | ||
+ | opacity:0.8; | ||
+ | filter: alpha(opacity=80); | ||
+ | } | ||
+ | /* pages */ | ||
+ | .subpanel4 { /* divide page in 3 */ | ||
+ | float:left; | ||
+ | width:364px; | ||
+ | height:492px; | ||
+ | font-size:22px; | ||
+ | margin-top:0; | ||
+ | margin-right:10px; | ||
+ | } | ||
+ | .subpanel6 { /* Pages */ | ||
+ | height:240.5px; | ||
+ | margin:0; | ||
+ | margin-bottom:11px; | ||
+ | border-radius:7px; | ||
+ | overflow:hidden; | ||
+ | background:rgb(255,255,255); | ||
+ | color:Black; | ||
+ | text-align:center; | ||
+ | } | ||
+ | .subpanel6:hover{ | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | .subpanel6:hover .narrowimg { | ||
+ | opacity:0.8; | ||
+ | filter: alpha(opacity=80); | ||
+ | } | ||
+ | /* THE CSS CODE FOR TABLE */ | ||
+ | a{text-decoration: underline;} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | .table_style { | ||
+ | display: inline-block; | ||
+ | width: 90%; | ||
+ | } | ||
+ | tr:hover { background: #F5FEEE; } /* Hover cell effect! */ | ||
+ | </style> | ||
− | |||
− | < | + | <head></head> |
− | + | ||
− | + | ||
− | + | ||
+ | <body> | ||
+ | <div id=topheader></div> | ||
+ | <div id=subheader> | ||
+ | <div id=definition> | ||
+ | <div style="margin-top:20px; margin-bottom:20px"></div> | ||
− | |||
− | < | + | <h2 class="red">Our Library of Standard Biological Parts</h2> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | < | + | <table id=table_style> |
− | + | <tr style="background-color:#438CEE"> | |
+ | <th Colspan="4" style="background-color:#8B1813; color:#FFFFFF; font-size:20px;">Enzymes for Stain Digestion</th> | ||
+ | </tr> | ||
+ | <tr style="background-color:#138B3F"> | ||
+ | <th style="background-color:#DDDDDD">BioBrick ID</th> | ||
+ | <th style="background-color:#DDDDDD">Enzyme name</th> | ||
+ | <th style="background-color:#DDDDDD">Description</th> | ||
+ | <th style="background-color:#DDDDDD">Reference</th> | ||
+ | </tr> | ||
− | </ | + | <tr> |
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043001">BBa_K2043001</a></td> | ||
+ | <td>catA</td> | ||
+ | <td style="text-align: justify"><i>catA</i>, Catechol-1,2-dihydrogenase from <i>Acinetobacter pittii</i> codon optimised for <i>E. coli</i>. </td> | ||
+ | <td style="text-align: justify">DOI 10.1007/s10930-015-9637-7</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043002">BBa_K2043002</a></td> | ||
+ | <td>catA-FBD1</td> | ||
+ | <td style="text-align: justify"><i>catA</i>, Catechol-1,2-dihydrogenase from <i>Acinetobacter pittii</i> codon optimised for <i>E. coli</i> and fused on the N-terminal with FBD1 </td> | ||
+ | <td style="text-align: justify"></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043003">BBa_K2043003</a></td> | ||
+ | <td>catA-FBD10</td> | ||
+ | <td style="text-align: justify"><i>catA</i>, Catechol-1,2-dihydrogenase from <i>Acinetobacter pittii</i> codon optimised for <i>E. coli</i> and fused on the N-terminal with FBD10 </td> | ||
+ | <td style="text-align: justify"></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043004">BBa_K2043004</a></td> | ||
+ | <td>xylE</td> | ||
+ | <td style="text-align: justify"><i>xylE</i>, Catechol-2,3-dihydrogenase from <i>Pseudomonas putida</i> codon optimised for <i>E. coli</i> </td> | ||
+ | <td style="text-align: justify">Eur. J. Biochem. 229, 113-118 (1995)</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043005">BBa_K2043005</a></td> | ||
+ | <td>xylE-FBD1</td> | ||
+ | <td style="text-align: justify"><i>xylE</i>, Catechol-2,3-dihydrogenase from <i>Pseudomonas putida</i> codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD1 </td> | ||
+ | <td style="text-align: justify"></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043006">BBa_K2043006</a></td> | ||
+ | <td>xylE-FBD10</td> | ||
+ | <td style="text-align: justify"><i>xylE</i>, Catechol-2,3-dihydrogenase from <i>Pseudomonas putida</i> codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD10 </td> | ||
+ | <td style="text-align: justify"></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043007">BBa_K2043007</a></td> | ||
+ | <td>bpuI</td> | ||
+ | <td style="text-align: justify"><i>bpuI</i>, laccase from <i>Bacillus pumillus</i> codon optimised for <i>E. coli</i> </td> | ||
+ | <td style="text-align: justify">DOI 10.1016/j.biotechadv.2006.04.003</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043008">BBa_K2043008</a></td> | ||
+ | <td>bpuI-FBD1</td> | ||
+ | <td style="text-align: justify"><i>bpuI</i>, laccase from <i>Bacillus pumillus</i> codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD1</td> | ||
+ | <td style="text-align: justify"></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043009">BBa_K2043009</a></td> | ||
+ | <td>bpuI-FBD10</td> | ||
+ | <td style="text-align: justify"><i>bpuI</i>, laccase from <i>Bacillus pumillus</i> codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD10</td> | ||
+ | <td style="text-align: justify"></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043010">BBa_K2043010</a></td> | ||
+ | <td>GFP-FBD1</td> | ||
+ | <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD1 </td> | ||
+ | <td style="text-align: justify"></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043011">BBa_K2043011</a></td> | ||
+ | <td>GFP-FBD2</td> | ||
+ | <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD2 </td> | ||
+ | <td style="text-align: justify"</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043012">BBa_K2043012</a></td> | ||
+ | <td>GFP-FBD5</td> | ||
+ | <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD5 </td> | ||
+ | <td style="text-align: justify"></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043013">BBa_K2043013</a></td> | ||
+ | <td>GFP-FBD6</td> | ||
+ | <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD6</td> | ||
+ | <td style="text-align: justify"></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043014">BBa_K2043014</a></td> | ||
+ | <td>GFP-FBD7</td> | ||
+ | <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD7 </td> | ||
+ | <td style="text-align: justify"></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043015">BBa_K2043015</a></td> | ||
+ | <td>GFP-FBD8</td> | ||
+ | <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD8 </td> | ||
+ | <td style="text-align: justify"></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043016">BBa_K2043016</a></td> | ||
+ | <td>GFP-FBD9</td> | ||
+ | <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD9 </td> | ||
+ | <td style="text-align: justify"></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2043017">BBa_K2043017</a></td> | ||
+ | <td>GFP-FBD10</td> | ||
+ | <td style="text-align: justify">GFP gene, codon optimised for <i>E. coli</i> and fused in the N-terminal with FBD10 </td> | ||
+ | <td style="text-align: justify"></td> | ||
+ | </tr> | ||
+ | </table> | ||
− | |||
− | < | + | <div style="margin-top:20px; margin-bottom:20px"></div> |
− | + | ||
− | < | + | <div class="panel" > |
− | + | <a href="https://2016.igem.org/Team:Paris_Bettencourt/Results" title="Results"> | |
− | + | <div id="pspanel" class="subpanel2" onmouseover="chgtrans(this)"> | |
− | < | + | <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/d/db/T--Paris_Bettencourt--results_icon.jpg" width="400px" height="300px"/> |
− | < | + | <div class="titlebox"> |
− | </ | + | <center><img src="https://static.igem.org/mediawiki/2016/3/3e/T--Paris_Bettencourt--results_logo.png" style="height:90px;margin-top:-30px;"/></center> |
− | </div> | + | <div style="width:60%;margin-left:20%;margin-bottom:0px;"><hr></div> |
+ | Results | ||
+ | </div> | ||
+ | </div> | ||
+ | </a> | ||
− | <div class=" | + | <a href="https://2016.igem.org/Team:Paris_Bettencourt/Medal_Requirements" title="Medal Requirements"> |
− | < | + | <div id="pspanel" class="subpanel2" onmouseover="chgtrans(this)"> |
− | <div | + | <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/b/bb/T--Paris_Bettencourt--medal_icon.jpg" width="400px" height="300px"/> |
+ | <div class="titlebox"> | ||
+ | <center><img src="https://static.igem.org/mediawiki/2016/2/2c/T--Paris_Bettencourt--medal_logo.png" style="height:90px;margin-top:-30px;"/></center> | ||
+ | <div style="width:60%;margin-left:20%;margin-bottom:0px;"><hr></div> | ||
+ | Medal Requirements | ||
+ | </div> | ||
+ | </div> | ||
+ | </a> | ||
+ | <a href="https://2016.igem.org/Team:Paris_Bettencourt/Parts" title="Parts"> | ||
+ | <div id="pspanel" class="subpanel2" onmouseover="chgtrans(this)"> | ||
+ | <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/0/03/T--Paris_Bettencourt--parts_icon.jpg" width="400px" height="300px"/> | ||
+ | <div class="titlebox"> | ||
+ | <center><img src="https://static.igem.org/mediawiki/2016/3/3a/T--Paris_Bettencourt--biobrick_logo.png" style="height:90px;margin-top:-30px;"/></center> | ||
+ | <div style="width:60%;margin-left:20%;margin-bottom:0px;"><hr></div> | ||
+ | Parts | ||
+ | </div> | ||
+ | </div> | ||
+ | </a> | ||
− | </ | + | <a href="https://2016.igem.org/Team:Paris_Bettencourt/Interlab_Study" title="Interlab Study"> |
− | < | + | <div id="pspanel" class="subpanel2" onmouseover="chgtrans(this)"> |
− | < | + | <img class="narrowimg" src="https://static.igem.org/mediawiki/2016/2/2e/T--Paris_Bettencourt--interlab_icon.jpg" width="400px" height="300px"/> |
+ | <div class="titlebox"> | ||
+ | <center><img src="https://static.igem.org/mediawiki/2016/8/85/T--Paris_Bettencourt--interlab_logo.png" style="height:90px;margin-top:-30px;"/></center> | ||
+ | <div style="width:60%;margin-left:20%;margin-bottom:0px;"><hr></div> | ||
+ | Interlab Study | ||
+ | </div> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </body> | |
</html> | </html> | ||
+ | {{Paris_Bettencourt/Footer}} |
Latest revision as of 00:36, 20 October 2016
Our Library of Standard Biological Parts
Enzymes for Stain Digestion | |||
---|---|---|---|
BioBrick ID | Enzyme name | Description | Reference |
BBa_K2043001 | catA | catA, Catechol-1,2-dihydrogenase from Acinetobacter pittii codon optimised for E. coli. | DOI 10.1007/s10930-015-9637-7 |
BBa_K2043002 | catA-FBD1 | catA, Catechol-1,2-dihydrogenase from Acinetobacter pittii codon optimised for E. coli and fused on the N-terminal with FBD1 | |
BBa_K2043003 | catA-FBD10 | catA, Catechol-1,2-dihydrogenase from Acinetobacter pittii codon optimised for E. coli and fused on the N-terminal with FBD10 | |
BBa_K2043004 | xylE | xylE, Catechol-2,3-dihydrogenase from Pseudomonas putida codon optimised for E. coli | Eur. J. Biochem. 229, 113-118 (1995) |
BBa_K2043005 | xylE-FBD1 | xylE, Catechol-2,3-dihydrogenase from Pseudomonas putida codon optimised for E. coli and fused in the N-terminal with FBD1 | |
BBa_K2043006 | xylE-FBD10 | xylE, Catechol-2,3-dihydrogenase from Pseudomonas putida codon optimised for E. coli and fused in the N-terminal with FBD10 | |
BBa_K2043007 | bpuI | bpuI, laccase from Bacillus pumillus codon optimised for E. coli | DOI 10.1016/j.biotechadv.2006.04.003 |
BBa_K2043008 | bpuI-FBD1 | bpuI, laccase from Bacillus pumillus codon optimised for E. coli and fused in the N-terminal with FBD1 | |
BBa_K2043009 | bpuI-FBD10 | bpuI, laccase from Bacillus pumillus codon optimised for E. coli and fused in the N-terminal with FBD10 | |
BBa_K2043010 | GFP-FBD1 | GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD1 | |
BBa_K2043011 | GFP-FBD2 | GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD2 | |
BBa_K2043012 | GFP-FBD5 | GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD5 | |
BBa_K2043013 | GFP-FBD6 | GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD6 | |
BBa_K2043014 | GFP-FBD7 | GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD7 | |
BBa_K2043015 | GFP-FBD8 | GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD8 | |
BBa_K2043016 | GFP-FBD9 | GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD9 | |
BBa_K2043017 | GFP-FBD10 | GFP gene, codon optimised for E. coli and fused in the N-terminal with FBD10 |