(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
+ | <head> | ||
+ | <style> | ||
+ | #sideMenu, #top_title { | ||
+ | display: none; | ||
+ | } | ||
+ | #content { | ||
+ | width: 100%; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | background: #FFF; | ||
+ | } | ||
+ | .font1 { | ||
+ | font-size: 20px; | ||
+ | color: #2f2f2f; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
− | < | + | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:SZU-China/main/CSS?action=raw&ctype=text/css"> |
+ | <link rel="stylesheet" type="text/css" href="StyleSheet1.css"> | ||
− | < | + | <script type="text/javascript" src="https://2017.igem.org/Template:SZU-China/jquery/Javascript?action=raw&ctype=text/javascript"></script> |
− | < | + | <script type="text/javascript"> |
− | + | $(document).ready(function () { | |
+ | $("#nav-list-ul li").hover(function () { | ||
+ | $(this).find('ul.sub-nav').show(); | ||
+ | }, function () { | ||
+ | $(this).find('ul.sub-nav').hide(); | ||
+ | }); | ||
+ | $("div.navbar").hover(function () { | ||
+ | $(this).css("box-shadow", "1px 1px 7px #000") | ||
+ | }, function () { | ||
+ | $(this).css("box-shadow", "0px 0px 0px #000") | ||
+ | }); | ||
− | </ | + | $("#top").click(function () { |
+ | $('body,html').animate({ scrollTop: 0 }, 200); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | <body style="background: #FEFEFE; height: 2000px; font-family: Arial, Helvetica, sans-serif;"> | ||
+ | <div class="navbar" style="top:0px;position:fixed;z-index:5"> | ||
+ | <div class="navbar-nav"> | ||
+ | <ul id="nav-list-ul" class="nav-list"> | ||
+ | <li> | ||
+ | <a href="#">TEAM</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav"> | ||
+ | <li><a href="#">PEOPLE</a></li> | ||
+ | <li><a href="#">COLLABARATIONS</a></li> | ||
+ | <li><a href="#">ATTRIBUTION</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#">PRACTICE</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav"> | ||
+ | <li><a href="#">GOLD HP</a></li> | ||
+ | <li><a href="#">SILVER HP</a></li> | ||
+ | <li><a href="#">INTEGRATED HP</a></li> | ||
+ | <li><a href="#">ENGAGEMENT</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">OUTEACH</a></li> | ||
+ | <li> | ||
+ | <a href="#">EXPERIMENT</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav"> | ||
+ | <li><a href="#">PROCEDURE</a></li> | ||
+ | <li><a href="#">RESULTS</a></li> | ||
+ | <li><a href="#">NOTEBOOK</a></li> | ||
+ | <li><a href="#">PROTOCOL</a></li> | ||
+ | <li><a href="#">PARTS</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#">PROJECT</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav"> | ||
+ | <li><a href="#">DESCRIPTION</a></li> | ||
+ | <li><a href="#">DESIGN</a></li> | ||
+ | <li><a href="#">PROOF</a></li> | ||
+ | <li><a href="#">SAFTY</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#">ACHIEVEMENT</a> | ||
+ | <span class="caret"></span> | ||
+ | <ul class="sub-nav"> | ||
+ | <li><a href="#">AWARD</a></li> | ||
+ | <li><a href="#">MEDAL</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div style="position: relative;top: 80px;"> | ||
+ | <div style="position: relative;text-align: center;top:10%"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/c/ce/T--SZU-China--design.png" width="100%"> | ||
+ | </div> | ||
+ | <p></p><br /><br /> | ||
+ | <div style="position: relative;margin: 30px 14%;"> | ||
+ | <span class="font1">This year, our team creates a mathematical representation of our concrete self-healing system. This representation, or model, constructs a judging scale in which we can utilize to regulate the four main environmental factors affecting our final concrete healing rate (reflected on mineralization activity). </span><br /><br /> | ||
+ | |||
+ | <p></p> | ||
− | < | + | <table> |
− | < | + | <tbody> |
− | < | + | <tr> |
− | < | + | <th>Part Number</th> |
− | < | + | <th>Name</th> |
− | </ | + | <th>Type</th> |
+ | |||
+ | <th>Description</th> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232000">BBa_K2232000</a></td> | ||
+ | <td>TSLV1-CA-α</td> | ||
+ | <td>Basic</td> | ||
+ | |||
+ | <td>Native sequence from <i> Mycobacterium NBB4 </i>, contained within the ethylene metabolism operon</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232005">BBa_K2232005</a></td> | ||
+ | <td>OF4-CA-α</td> | ||
+ | <td>Basic</td> | ||
+ | |||
+ | <td>Coding sequence of EtnR1 from <i>Mycobacterium NBB4 </i>, codon-optimised for expression in <i> E. coli</i> K12</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232001">BBa_K2232001</a></td> | ||
+ | <td>OF4-nhaC</td> | ||
+ | <td>Basic</td> | ||
+ | |||
+ | <td>Coding sequence of EtnR1 from <i>Mycobacterium </i> NBB4, codon-optimised for expression in<i> E. coli </i>K12</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232002">BBa_K2232002</a></td> | ||
+ | <td>c125-nhaC</td> | ||
+ | <td>Basic</td> | ||
+ | |||
+ | <td>Coding region of the pink mutant version of amilCP</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232003">BBa_K2232003</a></td> | ||
+ | <td>c125-TupA</td> | ||
+ | <td>Basic</td> | ||
+ | |||
+ | <td>Coding region of the purple mutant version of amilCP</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232007">BBa_K2232007</a></td> | ||
+ | <td>BS168-nhaC</td> | ||
+ | <td>Basic</td> | ||
+ | |||
+ | <td>Coding region of the green mutant version of amilCP</td> | ||
+ | |||
+ | </tr> | ||
− | < | + | </tbody> |
+ | </table> | ||
− | < | + | <br /><br /> |
− | <p> | + | <p></p><p></p> |
− | < | + | <span class="font1"></span> |
− | </div> | + | <span></span><br /> |
+ | <span></span><br /> | ||
+ | <span></span><br /> | ||
+ | </div> | ||
+ | <div style="position: relative;margin: 30px 14%;"> | ||
+ | <span class="font1">This year, our team creates a mathematical representation of our concrete self-healing system. This representation, or model, constructs a judging scale in which we can utilize to regulate the four main environmental factors affecting our final concrete healing rate (reflected on mineralization activity). </span><br /><br /> | ||
+ | <p></p> | ||
+ | <table> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <th>Part Number</th> | ||
+ | <th>Name</th> | ||
+ | <th>Type</th> | ||
+ | <th>Description</th> | ||
− | |||
− | + | </tr> | |
− | < | + | <tr> |
− | < | + | <td><a href="http://parts.igem.org/Part:BBa_K2232011">BBa_K2232011</a></td> |
− | + | <td>RBS-c125-TupA-T1</td> | |
− | + | <td>Composite</td> | |
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | < | + | |
− | </ | + | |
− | < | + | <td>Native sequence from <i> Mycobacterium NBB4 </i>, contained within the ethylene metabolism operon</td> |
− | + | ||
− | </ | + | </tr> |
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232012">BBa_K2232012</a></td> | ||
+ | <td>P43-OF4-nhaC-T1</td> | ||
+ | <td>Composite</td> | ||
+ | <td>Coding sequence of EtnR1 from <i>Mycobacterium NBB4 </i>, codon-optimised for expression in <i> E. coli</i> K12</td> | ||
− | < | + | </tr> |
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232013">BBa_K2232013</a></td> | ||
+ | <td>p43-nhaC-T1</td> | ||
+ | <td>Composite</td> | ||
− | < | + | <td>Coding sequence of EtnR1 from <i>Mycobacterium </i> NBB4, codon-optimised for expression in<i> E. coli </i>K12</td> |
− | < | + | |
− | + | </tr> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | < | + | <tr> |
− | < | + | <td><a href="http://parts.igem.org/Part:BBa_K2232014">BBa_K2232014</a></td> |
+ | <td>p43-TSLV1-CA-α</td> | ||
+ | <td>Composite</td> | ||
− | < | + | <td>Coding region of the pink mutant version of amilCP</td> |
− | < | + | </tr> |
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232015">BBa_K2232015</a></td> | ||
+ | <td>P43-OF4-CA-α</td> | ||
+ | <td>Composite</td> | ||
+ | <td>Coding region of the purple mutant version of amilCP</td> | ||
− | </ | + | </tr> |
− | < | + | |
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232026">BBa_K2232026</a></td> | ||
+ | <td>p43-CA-Β</td> | ||
+ | <td>Composite</td> | ||
− | < | + | <td>Coding region of the green mutant version of amilCP</td> |
− | </div> | + | |
− | </div> | + | </tr> |
+ | </tbody> | ||
+ | </table> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <br /><br /> | ||
+ | <p></p><p></p> | ||
+ | <span class="font1"></span> | ||
+ | <span></span><br /> | ||
+ | <span></span><br /> | ||
+ | <span></span><br /> | ||
+ | </div> | ||
+ | <div style="position: relative;margin: 30px 14%;"> | ||
+ | <span class="font1">This year, our team creates a mathematical representation of our concrete self-healing system. This representation, or model, constructs a judging scale in which we can utilize to regulate the four main environmental factors affecting our final concrete healing rate (reflected on mineralization activity). </span><br /><br /> | ||
+ | |||
+ | |||
+ | <table> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232020">BBa_K2232020</a></td> | ||
+ | <td>PsspB-gerAa</td> | ||
+ | <td>Composite</td> | ||
+ | |||
+ | <td>Coding region of the green mutant version of amilCP</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232021">BBa_K2232021</a></td> | ||
+ | <td>PsspB-spoVa</td> | ||
+ | <td>Composite</td> | ||
+ | |||
+ | <td>Coding region of the green mutant version of amilCP</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232022">BBa_K2232022</a></td> | ||
+ | <td>p43-csos3</td> | ||
+ | <td>Composite</td> | ||
+ | |||
+ | <td>Coding region of the green mutant version of amilCP</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K2232025">BBa_K2232025</a></td> | ||
+ | <td>mazEF</td> | ||
+ | <td>Composite</td> | ||
+ | |||
+ | <td>Coding region of the green mutant version of amilCP</td> | ||
+ | |||
+ | </tr> | ||
+ | </tbody> | ||
+ | |||
+ | </table> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="arrow-div"> | ||
+ | <a id="top" href="#" title="Back to top"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/f/f6/T--SZU-China--arrow.png" class="arrow-img"> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
Revision as of 13:44, 22 October 2017
This year, our team creates a mathematical representation of our concrete self-healing system. This representation, or model, constructs a judging scale in which we can utilize to regulate the four main environmental factors affecting our final concrete healing rate (reflected on mineralization activity).
Part Number | Name | Type | Description |
---|---|---|---|
BBa_K2232000 | TSLV1-CA-α | Basic | Native sequence from Mycobacterium NBB4 , contained within the ethylene metabolism operon |
BBa_K2232005 | OF4-CA-α | Basic | Coding sequence of EtnR1 from Mycobacterium NBB4 , codon-optimised for expression in E. coli K12 |
BBa_K2232001 | OF4-nhaC | Basic | Coding sequence of EtnR1 from Mycobacterium NBB4, codon-optimised for expression in E. coli K12 |
BBa_K2232002 | c125-nhaC | Basic | Coding region of the pink mutant version of amilCP |
BBa_K2232003 | c125-TupA | Basic | Coding region of the purple mutant version of amilCP |
BBa_K2232007 | BS168-nhaC | Basic | Coding region of the green mutant version of amilCP |
This year, our team creates a mathematical representation of our concrete self-healing system. This representation, or model, constructs a judging scale in which we can utilize to regulate the four main environmental factors affecting our final concrete healing rate (reflected on mineralization activity).
Part Number | Name | Type | Description |
---|---|---|---|
BBa_K2232011 | RBS-c125-TupA-T1 | Composite | Native sequence from Mycobacterium NBB4 , contained within the ethylene metabolism operon |
BBa_K2232012 | P43-OF4-nhaC-T1 | Composite | Coding sequence of EtnR1 from Mycobacterium NBB4 , codon-optimised for expression in E. coli K12 |
BBa_K2232013 | p43-nhaC-T1 | Composite | Coding sequence of EtnR1 from Mycobacterium NBB4, codon-optimised for expression in E. coli K12 |
BBa_K2232014 | p43-TSLV1-CA-α | Composite | Coding region of the pink mutant version of amilCP |
BBa_K2232015 | P43-OF4-CA-α | Composite | Coding region of the purple mutant version of amilCP |
BBa_K2232026 | p43-CA-Β | Composite | Coding region of the green mutant version of amilCP |
This year, our team creates a mathematical representation of our concrete self-healing system. This representation, or model, constructs a judging scale in which we can utilize to regulate the four main environmental factors affecting our final concrete healing rate (reflected on mineralization activity).
BBa_K2232020 | PsspB-gerAa | Composite | Coding region of the green mutant version of amilCP |
BBa_K2232021 | PsspB-spoVa | Composite | Coding region of the green mutant version of amilCP |
BBa_K2232022 | p43-csos3 | Composite | Coding region of the green mutant version of amilCP |
BBa_K2232025 | mazEF | Composite | Coding region of the green mutant version of amilCP |