(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{UPO-Sevilla}} | + | {{:Team:UPO-Sevilla/Template:CSS}} |
+ | {{:Team:UPO-Sevilla/Template:JAVA}} | ||
+ | |||
<html> | <html> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | * { | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | } | ||
+ | |||
+ | #header { | ||
+ | margin:auto; | ||
+ | width:500px; | ||
+ | font-family:Arial, Helvetica, sans-serif; | ||
+ | } | ||
+ | |||
+ | ul, ol { | ||
+ | list-style:none; | ||
+ | } | ||
+ | |||
+ | .nav > li { | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | .nav li a { | ||
+ | background-color:#CEECF5; | ||
+ | color:#000; | ||
+ | text-decoration:none; | ||
+ | padding:10px 12px; | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | .nav li a:hover { | ||
+ | background-color:#434343; | ||
+ | } | ||
+ | |||
+ | .nav li ul { | ||
+ | display:none; | ||
+ | position:absolute; | ||
+ | min-width:140px; | ||
+ | } | ||
+ | |||
+ | .nav li:hover > ul { | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | .nav li ul li { | ||
+ | position:relative; | ||
+ | } | ||
+ | |||
+ | .nav li ul li ul { | ||
+ | right:-140px; | ||
+ | top:0px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | <!--HEADER ROW--> | ||
+ | <div id="header-row"> | ||
+ | <div class="container" style="height:75px"> | ||
+ | <div class="row" style="height:75px"> | ||
+ | <!--LOGO--> | ||
+ | <div class="span3"><a class="brand" href="#"><img src="https://static.igem.org/mediawiki/2016/9/94/T--UPO-Sevilla--upoescudo.jpg" width="200" height="400"></a></div> | ||
+ | <!-- /LOGO --> | ||
+ | <!-- MAIN NAVIGATION --> | ||
+ | <div class="span9"> | ||
+ | <div class="navbar pull-right" style="font-size:80%"> | ||
+ | <div class="navbar-inner"> | ||
+ | <a data-target=".navbar-responsive-collapse" data-toggle="collapse" class="btn btn-navbar"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a> | ||
+ | <div class="nav-collapse collapse navbar-responsive-collapse"> | ||
+ | <ul class="nav"> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla">Home</a></li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Team<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Team">Members</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Attributions">Attributions</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="about.html">Overview</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Description">Description</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="about.html" class="dropdown-toggle" data-toggle="dropdown">Parts<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Basic_Part">Basic Parts</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Composite_Part">Composite Parts</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Part_Collection">Part Collection</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="about.html" class="dropdown-toggle" data-toggle="dropdown">Wet Lab<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Protocols">Protocols</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Notebook">Notebook</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Safety">Safety</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Results">Results</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Collaborations">Collaborations</a></li> | ||
+ | |||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Human_Practices">Human Practices</a></li> | ||
+ | |||
+ | <li><a href="https://2016.igem.org/Team:UPO-Sevilla/Model">Modeling</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
− | <div | + | </div> |
− | < | + | </div> |
− | < | + | </div> |
+ | <!-- MAIN NAVIGATION --> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="container"> | ||
+ | <!--PAGE TITLE--> | ||
+ | <div class="row"> | ||
+ | <div class="span12"> | ||
+ | <div class="page-header"> | ||
+ | <h1 style="text-align:center"> | ||
+ | Part Collection | ||
+ | </h1> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <section> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-12 col-sm-10" align="center"> | ||
+ | <div style="width:80%;overflow:inherit;text-align:center"> | ||
+ | <p style="color:#2E64FE"><b>BASIC PARTS COLLECTION</b></p> | ||
+ | <table class="table"> | ||
+ | <tr bgcolor="#F5D0A9"> | ||
+ | <th style="text-align:center">Code</th> | ||
+ | <th>Part type</th> | ||
+ | <th style="text-align:center">Description</th> | ||
+ | <th>Length (pb)</th> | ||
+ | </tr> | ||
+ | <tr bgcolor="#A9F5BC"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973000" target="_blank">BBa_K1973000</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td>LapG is a protease that cleave the adhesine LapA</td> | ||
+ | <td>663</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#5CC35A"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973001" target="_blank">BBa_K1973001</a></td> | ||
+ | <td>Attenuator</td> | ||
+ | <td>nasF is an attenuator of transcription elongation</td> | ||
+ | <td>104</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#A9F5BC"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973002" target="_blank">BBa_K1973002</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td>XylS2 is a transcriptional activator of the Pm promoter</td> | ||
+ | <td>987</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#5CC35A"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973013" target="_blank">BBa_K1973013</a></td> | ||
+ | <td>Promoter</td> | ||
+ | <td>Pm1 is one variant of the promoter for the xylS/Pm expression system</td> | ||
+ | <td>388</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#A9F5BC"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973014" target="_blank">BBa_K1973014</a></td> | ||
+ | <td>Promoter</td> | ||
+ | <td>Pm2 is one variant of the promoter for the xylS/Pm expression system</td> | ||
+ | <td>388</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#5CC35A"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973015" target="_blank">BBa_K1973015</a></td> | ||
+ | <td>Promoter</td> | ||
+ | <td>Pm3 is one variant of the promoter for the xylS/Pm expression system</td> | ||
+ | <td>388</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#A9F5BC"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973016" target="_blank">BBa_K1973016</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td>PleD * is a variation of the dyguanilate cyclase PleD that improves its activity </td> | ||
+ | <td>1385</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#5CC35A"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973026" target="_blank">BBa_K1973026</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td>GlpF is a glycerol channel in the inner membrane</td> | ||
+ | <td>861</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#A9F5BC"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973030" target="_blank">BBa_K1973030</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td>Epi is a methylmalonyl-CoA epimerase </td> | ||
+ | <td>497</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#5CC35A"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973033" target="_blank">BBa_K1973033</a></td> | ||
+ | <td>Promoter</td> | ||
+ | <td>The Psal promoter is activated by NahR that is under the constitutive Pr promoter</td> | ||
+ | <td>1039</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#A9F5BC"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973034" target="_blank">BBa_K1973034</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td>YhjH is a c-diGMP phosphodiestarase </td> | ||
+ | <td>818</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#5CC35A"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973036" target="_blank">BBa_K1973036</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td>LapC is a component of the transporter of the adhesine LapA </td> | ||
+ | <td>1398</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#A9F5BC"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973037" target="_blank">BBa_K1973037</a></td> | ||
+ | <td>Coding</td> | ||
+ | <td>NasR is a RNA-binding protein that inhibits the transcription termination dependent on nasF</td> | ||
+ | <td>1213</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="hr-divider" style="margin-bottom:20px"></div> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-12 col-sm-10" align="center"> | ||
+ | <div style="width:80%;overflow:inherit;text-align:center"> | ||
+ | <p style="color:#2E64FE"><b><i>nahR</i>-P<i>sal</i> PARTS COLLECTION</b></p> | ||
+ | <table class="table"> | ||
+ | <tr bgcolor="#F5D0A9"> | ||
+ | <th style="text-align:center">Code</th> | ||
+ | <th style="text-align:center">Description</th> | ||
+ | <th>Length (pb)</th> | ||
+ | </tr> | ||
+ | <tr bgcolor="#A9F5BC"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973003" target="_blank">BBa_K1973003</a></td> | ||
− | < | + | <td>Express the LapG protein under the P<i>sal</i> promoter that is activated by NahR</td> |
+ | <td>1710</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#5CC35A"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973004" target="_blank">BBa_K1973004</a></td> | ||
+ | |||
+ | <td>Express the YhjH protein under the P<i>sal</i> promoter that is activated constitutively by NahR</td> | ||
+ | <td>1836</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#A9F5BC"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973005" target="_blank">BBa_K1973005</a></td> | ||
+ | |||
+ | <td>P<i>sal</i> promoter, that is activated constitutively by NahR, with the attenuator <i>nasF</i></td> | ||
+ | <td>1151</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#5CC35A"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973007" target="_blank">BBa_K1973007</a></td> | ||
+ | |||
+ | <td>Express the LapG protein under the P<i>sal</i> promoter with <i>nasF</i></td> | ||
+ | <td>1822</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#A9F5BC"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973008" target="_blank">BBa_K1973008</a></td> | ||
+ | |||
+ | <td>Express the YhjH protein under the P<i>sal</i> promoter with <i>nasF</td> | ||
+ | <td>1948</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#5CC35A"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973011" target="_blank">BBa_K1973011</a></td> | ||
+ | |||
+ | <td>Express the PleD* protein under the P<i>sal</i> promoter that is activated constitutively by NahR</td> | ||
+ | <td>2432</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#A9F5BC"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973017" target="_blank">BBa_K1973017</a></td> | ||
+ | |||
+ | <td>Express the XylS2 protein under the P<i>sal</i> promoter with <i>nasF</td> | ||
+ | <td>2146</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#5CC35A"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973018" target="_blank">BBa_K1973018</a></td> | ||
+ | |||
+ | <td>Express the PleD* protein under the P<i>sal</i> promoter with <i>nasF</td> | ||
+ | <td>2544</td> | ||
+ | </tr> | ||
+ | <tr bgcolor="#A9F5BC"> | ||
+ | <td><a href="http://parts.igem.org/Part:BBa_K1973020" target="_blank">BBa_K1973020</a></td> | ||
+ | |||
+ | <td>Express the XylS2 protein under the P<i>sal</i> promoter that is activated constitutively by NahR</td> | ||
+ | <td>2034</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
</div> | </div> | ||
+ | </section> | ||
+ | |||
+ | </div> | ||
+ | <!-- /. PAGE TITLE--> | ||
+ | <!--Footer | ||
+ | ==========================--> | ||
+ | <footer> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="span6"><br> | ||
+ | </div> | ||
+ | <div class="span6"> | ||
+ | <div class="social pull-right"> | ||
+ | |||
+ | <a href="https://www.youtube.com/channel/UCXUAle_ywH8F127dWBYrhgw" target="_blank" title="Youtube official page"><img src="https://static.igem.org/mediawiki/2016/a/ac/T--UPO-Sevilla--youtube.jpg" width="60" style="height:50px"</a> | ||
+ | |||
+ | <a href="https://www.facebook.com/profile.php?id=100006118518232&fref=ts" target="_blank" title="Facebook official page"><img src="https://static.igem.org/mediawiki/igem.org/thumb/8/8b/FaceBook-icon.png/120px-FaceBook-icon.png" width="60" height="60"></a> | ||
+ | <a href=https://twitter.com/iGEM_UPO target="_blank" title="Twitter official page"><img src="https://static.igem.org/mediawiki/igem.org/thumb/1/1a/Twitter_logo.png/120px-Twitter_logo.png" width="60" height="60"></a> | ||
+ | <a href="https://www.instagram.com/igemupo/" target="_blank" title="Instagram official page"><img src="https://static.igem.org/mediawiki/2016/thumb/f/f7/Instagram.jpeg/120px-Instagram.jpeg.png" width="60" height="60"></a> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </footer> | ||
− | + | <!--/.Footer--> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</html> | </html> |
Revision as of 23:57, 12 October 2016
Part Collection
BASIC PARTS COLLECTION
Code | Part type | Description | Length (pb) |
---|---|---|---|
BBa_K1973000 | Coding | LapG is a protease that cleave the adhesine LapA | 663 |
BBa_K1973001 | Attenuator | nasF is an attenuator of transcription elongation | 104 |
BBa_K1973002 | Coding | XylS2 is a transcriptional activator of the Pm promoter | 987 |
BBa_K1973013 | Promoter | Pm1 is one variant of the promoter for the xylS/Pm expression system | 388 |
BBa_K1973014 | Promoter | Pm2 is one variant of the promoter for the xylS/Pm expression system | 388 |
BBa_K1973015 | Promoter | Pm3 is one variant of the promoter for the xylS/Pm expression system | 388 |
BBa_K1973016 | Coding | PleD * is a variation of the dyguanilate cyclase PleD that improves its activity | 1385 |
BBa_K1973026 | Coding | GlpF is a glycerol channel in the inner membrane | 861 |
BBa_K1973030 | Coding | Epi is a methylmalonyl-CoA epimerase | 497 |
BBa_K1973033 | Promoter | The Psal promoter is activated by NahR that is under the constitutive Pr promoter | 1039 |
BBa_K1973034 | Coding | YhjH is a c-diGMP phosphodiestarase | 818 |
BBa_K1973036 | Coding | LapC is a component of the transporter of the adhesine LapA | 1398 |
BBa_K1973037 | Coding | NasR is a RNA-binding protein that inhibits the transcription termination dependent on nasF | 1213 |
nahR-Psal PARTS COLLECTION
Code | Description | Length (pb) |
---|---|---|
BBa_K1973003 | Express the LapG protein under the Psal promoter that is activated by NahR | 1710 |
BBa_K1973004 | Express the YhjH protein under the Psal promoter that is activated constitutively by NahR | 1836 |
BBa_K1973005 | Psal promoter, that is activated constitutively by NahR, with the attenuator nasF | 1151 |
BBa_K1973007 | Express the LapG protein under the Psal promoter with nasF | 1822 |
BBa_K1973008 | Express the YhjH protein under the Psal promoter with nasF | 1948 |
BBa_K1973011 | Express the PleD* protein under the Psal promoter that is activated constitutively by NahR | 2432 |
BBa_K1973017 | Express the XylS2 protein under the Psal promoter with nasF | 2146 |
BBa_K1973018 | Express the PleD* protein under the Psal promoter with nasF | 2544 |
BBa_K1973020 | Express the XylS2 protein under the Psal promoter that is activated constitutively by NahR | 2034 |