Team/CINVESTAV-IPN-UNAM MX/Biobricks.htm
From 2012.igem.org
Ao.patricia (Talk | contribs) |
|||
Line 1: | Line 1: | ||
- | <html xmlns="http://www.w3.org/1999/xhtml"><head> | + | <html xmlns="http://www.w3.org/1999/xhtml"> |
- | <title> | + | <head> |
+ | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
+ | <title>Rho</title> | ||
- | < | + | <style type="text/css"> |
+ | #top-section { | ||
+ | position: relative; | ||
+ | height: 20px; | ||
+ | width: 975px; | ||
+ | margin: 0 auto 0 auto; | ||
+ | border-left: hidden; | ||
+ | border-right: hidden; | ||
+ | border-bottom: hidden; | ||
+ | } | ||
- | + | * { | |
- | + | margin: 0; | |
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background: #FFFFFF url(https://static.igem.org/mediawiki/2012/f/f3/Fondo_bod.jpg) repeat-x; | ||
+ | text-align: justify; | ||
+ | font-family: Georgia, "Times New Roman", Times, serif; | ||
+ | font-size: 12px; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | h1, h2, h3 { | ||
+ | color: #333333; | ||
+ | } | ||
+ | |||
+ | h1, h2 { | ||
+ | margin-bottom: 20px; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | font-size: 197%; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | font-size: 152%; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | |||
+ | p, ul, ol { | ||
+ | margin-bottom: 20px; | ||
+ | line-height: 1.8em; | ||
+ | } | ||
+ | |||
+ | ul, ol { | ||
+ | margin-left: 3em; | ||
+ | } | ||
+ | |||
+ | blockquote { | ||
+ | padding-left: 3em; | ||
+ | background: url(https://static.igem.org/mediawiki/2012/1/11/Img08.gif) no-repeat; | ||
+ | font-style: italic; | ||
+ | } | ||
+ | |||
+ | a:link { | ||
+ | color: #1953A7; | ||
+ | } | ||
+ | |||
+ | a:active { | ||
+ | color: #ED5C0C; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: #666666; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | text-decoration: none; | ||
+ | color: #067600; | ||
+ | } | ||
+ | |||
+ | img { | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | img.left { | ||
+ | float: left; | ||
+ | margin: 0 20px 10px 0; | ||
+ | } | ||
+ | |||
+ | /* Menu */ | ||
+ | |||
+ | #menu { | ||
+ | width: 770px; | ||
+ | height: 65px; | ||
+ | margin: 0 auto; | ||
+ | border-right: 1px solid #EDEBD5; | ||
+ | } | ||
+ | |||
+ | #menu ul { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | #menu li { | ||
+ | display: inline; | ||
+ | font-size: 12px; | ||
+ | color:#4E4E4E; | ||
+ | } | ||
+ | |||
+ | #menu a { | ||
+ | display: block; | ||
+ | float: left; | ||
+ | width: 95px; | ||
+ | height: 45px; | ||
+ | padding: 10px 0 0 0; | ||
+ | border-left: 1px solid #EDEBD5; | ||
+ | text-transform: lowercase; | ||
+ | text-decoration: none; | ||
+ | text-align: center; | ||
+ | font-size: 135%; | ||
+ | color: #BABABA; | ||
+ | } | ||
+ | |||
+ | #menu a:hover { | ||
+ | background: #F7F7F4; | ||
+ | } | ||
+ | |||
+ | #menu .active a { | ||
+ | background: #5dbb10; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | /* Header */ | ||
+ | |||
+ | #header { | ||
+ | width: 770px; | ||
+ | height: 170px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | #header h1 { | ||
+ | float: left; | ||
+ | width: 220px; | ||
+ | height: 100px; | ||
+ | margin: 0; | ||
+ | padding: 70px 0 0 0; | ||
+ | background: url(https://static.igem.org/mediawiki/2012/0/0a/Img02.jpg) no-repeat; | ||
+ | text-align: center; | ||
+ | font-size: 36px; | ||
+ | } | ||
+ | |||
+ | #header h2 { | ||
+ | float: right; | ||
+ | width: 530px; | ||
+ | height: 86px; | ||
+ | margin: 0; | ||
+ | background: url(https://static.igem.org/mediawiki/2012/4/4a/Img03.jpg) no-repeat; | ||
+ | padding: 84px 20px 0 0; | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | #header a { | ||
+ | text-transform: lowercase; | ||
+ | text-decoration: none; | ||
+ | font-style: italic; | ||
+ | font-weight: normal; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | /* Page */ | ||
+ | |||
+ | #page { | ||
+ | width: 770px; | ||
+ | margin: 0 auto; | ||
+ | padding: 20px 0; | ||
+ | } | ||
+ | #context{ | ||
+ | float: left; | ||
+ | width: 570px; | ||
+ | padding-top:5px; | ||
+ | } | ||
+ | /* menudecontenido */ | ||
+ | |||
+ | #sidebar { | ||
+ | float: right; | ||
+ | width: 160px; | ||
+ | padding: 15px; | ||
+ | background: #EDEBD5; | ||
+ | } | ||
+ | |||
+ | #sidebar h2 { | ||
+ | margin: 0; | ||
+ | padding: 5px 15px; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | #sidebar h3 { | ||
+ | font-size: 60%; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | #sidebar ul { | ||
+ | margin: 0; | ||
+ | padding: 15px; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | #sidebar li { | ||
+ | font-size: 12px; | ||
+ | text-align:left; | ||
+ | } | ||
+ | |||
+ | #sidebar a { | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | .orangebox { | ||
+ | background: url(https://static.igem.org/mediawiki/2012/b/b0/Img05.gif) repeat-y; | ||
+ | } | ||
+ | |||
+ | .orangebox h2 { | ||
+ | background: url(https://static.igem.org/mediawiki/2012/c/c2/Img06.gif) repeat-y; | ||
+ | } | ||
+ | |||
+ | /* Footer */ | ||
+ | |||
+ | #footer { | ||
+ | clear: both; | ||
+ | height: 150px; | ||
+ | padding: 25px 0; | ||
+ | background: #EDEBD5 url(https://static.igem.org/mediawiki/2012/a/a5/Img04.gif) repeat-x; | ||
+ | } | ||
+ | |||
+ | #sponsors{ | ||
+ | |||
+ | float: left; | ||
+ | width: 85px; | ||
+ | padding-top:5px; | ||
+ | background: #EDEBD5; | ||
+ | |||
+ | } | ||
+ | #text2 | ||
+ | { | ||
+ | color: #333333; | ||
+ | font-size: 152%; | ||
+ | margin-bottom: 20px; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | #refe | ||
+ | { | ||
+ | color: #000000; | ||
+ | font-size:9; | ||
+ | margin-bottom: 20px; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | .Estilo2 {color: #FDFDFD; font-weight: bold; } | ||
+ | .Estilo3 { | ||
+ | color: #FFFFFF; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | margin-bottom: .1em; | ||
+ | visibility:hidden; | ||
+ | } | ||
+ | |||
+ | img[src*="/wiki/skins/common/images/wiki.png"]{ | ||
+ | width:0; | ||
+ | height:0px; | ||
+ | padding-right:975px; | ||
+ | background:transparent url(https://2011.igem.org/wiki/skins/common/images/wiki.png) top left no-repeat; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <meta name="keywords" content="" /> | ||
+ | <meta name="description" content="" /> | ||
- | |||
</head> | </head> | ||
- | <body | + | <body> |
- | < | + | <div id="menu"> |
- | < | + | <ul> |
+ | <li><a href="home.htm">Home</a></li> | ||
+ | <li><a href="rhodofactory.htm">Rhodofactory</a></li> | ||
+ | <li><a href="promoterselection.htm">Promoter selection </a></li> | ||
+ | <li class="active"><a href="results.htm">results </a></li> | ||
+ | <li><a href="perspectives.htm">Perspectives</a></li> | ||
+ | <li><a href="Modelling.htm">Modeling</a></li> | ||
+ | <li><a href="aboutus.htm">About us</a> </li> | ||
+ | <li><a href="outreach.htm">outreach</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <!-- end #menu --> | ||
+ | <div id="header"> | ||
+ | <h1><a href="#"></a></h1> | ||
+ | <h2><span></span></h2> | ||
+ | </div> | ||
+ | <!-- end #header --> | ||
+ | <div id="page"> | ||
+ | <div id="context"> | ||
+ | |||
+ | <h1><em>Biobricks!</em></h1> | ||
+ | <p id="text2">Favorite</p> | ||
+ | <table border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#999999"> | ||
+ | <tr> | ||
+ | <td width="140" bgcolor="#1054BB"><p align="center" class="Estilo2"> <u>Name</u></p> </td> | ||
+ | <td width="115" bgcolor="#1054BB"><p align="center" class="Estilo2">Type</p></td> | ||
+ | <td width="106" bgcolor="#1054BB"><p align="center" class="Estilo2">Description</p></td> | ||
+ | <td width="139" bgcolor="#1054BB"><p align="center" class="Estilo2">Desing by</p></td> | ||
+ | <td width="58" bgcolor="#1054BB"><p align="center" class="Estilo2">Lenght</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong>W </strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776018">BBa_K776018</a><u> </u></p> | ||
+ | </td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">PpsR Promoter + GFP</p></td> | ||
+ | <td><p align="center">Jhonatan Alejandro Hernandez-Valdes</p></td> | ||
+ | <td><p align="center">1140</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong>W </strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776019">BBa_K776019</a><u> </u></p> </td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">PrrA promoter + GFP</p></td> | ||
+ | <td><p align="center">Patricia Elizabeth Arias Orozco</p></td> | ||
+ | <td><p align="center">1070</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong>W </strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776020">BBa_K776020</a><u> </u></p> </td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">Complete system (concentration dependent promoter Light)</p></td> | ||
+ | <td><p align="center">Jhonatan Alejandro Hernandez-Valdes</p></td> | ||
+ | <td><p align="center">4060</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong>W </strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776021">BBa_K776021</a><u> </u></p> </td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">Complete system (dependent promoter oxygen concentration)</p></td> | ||
+ | <td><p align="center">Patricia Elizabeth Arias Orozco</p></td> | ||
+ | <td><p align="center">3865</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong>W </strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776027">BBa_K776027</a><u> </u></p> </td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">Measurement Kit J23101</p></td> | ||
+ | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | ||
+ | <td><p align="center">970</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong>W </strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776028">BBa_K776028</a><u> </u></p> </td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">Measurement Kit J23102</p></td> | ||
+ | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | ||
+ | <td><p align="center">970</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong>W </strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776029">BBa_K776029</a><u> </u></p> </td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">Measurement Kit J23104</p></td> | ||
+ | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | ||
+ | <td><p align="center">970</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong>W </strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776030">BBa_K776030</a><u> </u></p> </td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">Measurement Kit J23107</p></td> | ||
+ | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | ||
+ | <td><p align="center">970</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong>W </strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776031">BBa_K776031</a><u> </u></p> </td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">Measurement Kit J23108</p></td> | ||
+ | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | ||
+ | <td><p align="center">970</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong>W </strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776032">BBa_K776032</a><u> </u></p> </td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">Measurement Kit J23111</p></td> | ||
+ | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | ||
+ | <td><p align="center">970</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong>W </strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776033">BBa_K776033</a><u> </u></p> </td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">Measurement Kit J23115</p></td> | ||
+ | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | ||
+ | <td><p align="center">970</p></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | <hr> | ||
+ | <p id="text2">Other parts</p> | ||
+ | <table border="1" cellpadding="0" cellspacing="0" bordercolor="#999999"> | ||
<tr> | <tr> | ||
- | + | <td width="116" bgcolor="#1054BB"><p align="center" class="Estilo3"><u>Name </u></p></td> | |
- | + | <td width="134" bgcolor="#1054BB"><p align="center" class="Estilo3">Type</p></td> | |
- | + | <td width="152" bgcolor="#1054BB"><p align="center" class="Estilo3">Description</p></td> | |
+ | <td width="158" bgcolor="#1054BB"><p align="center" class="Estilo3">Desing by</p></td> | ||
+ | </tr> | ||
<tr> | <tr> | ||
- | + | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776000">BBa_K776000</a></strong><strong> </strong></p></td> | |
- | + | <td><p align="center">Coding</p></td> | |
- | + | <td><p align="center">PpsR Promoter</p></td> | |
- | + | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td | + | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776001">BBa_K776001</a></strong><strong> </strong></p></td> |
- | + | <td><p align="center">Coding</p></td> | |
- | < | + | <td><p align="center">PrrA Promoter</p></td> |
- | + | <td><p align="center">Lissania Ximena Guerra-Calderas</p></td> | |
- | + | </tr> | |
- | + | <tr> | |
- | + | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776002">BBa_K776002</a></strong><strong> </strong></p></td> | |
- | + | <td><p align="center">Coding</p></td> | |
- | + | <td><p align="center">PrrA</p></td> | |
- | + | <td><p align="center">Jhonatan Alejandro Hernandez-Valdes</p></td> | |
- | + | </tr> | |
- | < | + | <tr> |
- | + | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776003">BBa_K776003</a></strong><strong> </strong></p></td> | |
- | + | <td><p align="center">Coding</p></td> | |
- | <p> | + | <td><p align="center">PrrB</p></td> |
+ | <td><p align="center">Lissania Ximena Guerra-Calderas</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776004">BBa_K776004</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Coding</p></td> | ||
+ | <td><p align="center">PrrC</p></td> | ||
+ | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776005">BBa_K776005</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Coding</p></td> | ||
+ | <td><p align="center">PpsR</p></td> | ||
+ | <td><p align="center">Lissania Ximena Guerra-Calderas</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776006">BBa_K776006</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Translational_Unit</p></td> | ||
+ | <td><p align="center">RBS + PrrA</p></td> | ||
+ | <td><p align="center">Patricia Elizabeth Arias Orozco</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776007">BBa_K776007</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Translational_Unit</p></td> | ||
+ | <td><p align="center">RBS + PrrB</p></td> | ||
+ | <td><p align="center">Patricia Elizabeth Arias Orozco</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776008">BBa_K776008</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Translational_Unit</p></td> | ||
+ | <td><p align="center">RBS + PrrC</p></td> | ||
+ | <td><p align="center">Patricia Elizabeth Arias Orozco</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776009">BBa_K776009</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Translational_Unit</p></td> | ||
+ | <td><p align="center">RBS + AppA</p></td> | ||
+ | <td><p align="center">Jhonatan Alejandro Hernandez-Valdes</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776010">BBa_K776010</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Translational_Unit</p></td> | ||
+ | <td><p align="center">RBS + PpsR</p></td> | ||
+ | <td><p align="center">Jhonatan Alejandro Hernandez-Valdes</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776011">BBa_K776011</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Intermediate</p></td> | ||
+ | <td><p align="center">PrrA/PrrB</p></td> | ||
+ | <td><p align="center">Jhonatan Alejandro Hernandez-Valdes</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776012">BBa_K776012</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Intermediate</p></td> | ||
+ | <td><p align="center">PrrC DT</p></td> | ||
+ | <td><p align="center">Lissania Ximena Guerra-Calderas</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776013">BBa_K776013</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Intermediate</p></td> | ||
+ | <td><p align="center">Prom J23104 + AppA</p></td> | ||
+ | <td><p align="center">Lissania Ximena Guerra-Calderas</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776014">BBa_K776014</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Intermediate</p></td> | ||
+ | <td><p align="center">PpsR DT</p></td> | ||
+ | <td><p align="center">Lissania Ximena Guerra-Calderas</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776015">BBa_K776015</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Intermediate</p></td> | ||
+ | <td><p align="center">PrrA/PrrB/PrrC</p></td> | ||
+ | <td><p align="center">Lissania Ximena Guerra-Calderas</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776016">BBa_K776016</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Intermediate</p></td> | ||
+ | <td><p align="center">Prom J23104 + AppA + PpsR + DT</p></td> | ||
+ | <td><p align="center">Jhonatan Alejandro Hernandez-Valdes</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776017">BBa_K776017</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Intermediate</p></td> | ||
+ | <td><p align="center">Prom J23104 + PrrA + PrrB + PrrC + DT</p></td> | ||
+ | <td><p align="center">Patricia Elizabeth Arias Orozco</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776022">BBa_K776022</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Intermediate</p></td> | ||
+ | <td><p align="center">AppA-PpsR-ETFA/ETFB</p></td> | ||
+ | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776023">BBa_K776023</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">EAB ABC</p></td> | ||
+ | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776024">BBa_K776024</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">PrrA Promotor BB DT</p></td> | ||
+ | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776025">BBa_K776025</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">Complete system (Promoter PpSR)</p></td> | ||
+ | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p align="center"><strong><a href="http://partsregistry.org/wiki/index.php?title=Part:BBa_K776026">BBa_K776026</a></strong><strong> </strong></p></td> | ||
+ | <td><p align="center">Composite</p></td> | ||
+ | <td><p align="center">System ABC BB EA</p></td> | ||
+ | <td><p align="center">Maritere Uriostegui-Arcos</p></td> | ||
+ | </tr> | ||
+ | </table> | ||
<p> </p> | <p> </p> | ||
+ | </div> | ||
+ | <div id="sidebar"> | ||
+ | <div id="updates" class="orangebox"> | ||
+ | |||
+ | <h2>Results</h2> | ||
+ | <ul> | ||
+ | <li><a href="Biobricks.htm" target="_parent">Biobricks</a></li> | ||
+ | <li><a href="Lightandoxre.htm">Light and oxygen response</a></li> | ||
+ | <li><a href="Notebook.htm">Notebook</a></li> | ||
+ | <li><a href="oxigenresponse.htm">Oxigen response</a></li> | ||
+ | <li><a href="Protocol.htm">Protocols</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div style="clear: both;"> </div> | ||
+ | </div> | ||
+ | <!-- end #page --> | ||
+ | <div id="footer"> | ||
+ | <p align="center"> Rhodofactory 2012 </p> | ||
+ | <div id="sponsors"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/8/8a/Icytdf.png" alt="icytdf" width="70" height="99" /></div> | ||
+ | </div> | ||
+ | <div id="sponsors"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/6/67/Osli.png" alt="osli" width="88" height="46" /></div> | ||
+ | </div> | ||
+ | |||
+ | <div id="sponsors"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/f/fb/Bio.png" alt="bio" width="73" height="99" /></div> | ||
+ | </div> | ||
+ | <div id="sponsors"><img src="https://static.igem.org/mediawiki/2012/d/d6/Fermentas.png" alt="fermentAS" width="82" height="45" /></div> | ||
+ | <div id="sponsors"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/a/a3/Cinestav.png" alt="cinestav" width="74" height="99" /></div> | ||
+ | </div> | ||
+ | <div id="sponsors"><img src="https://static.igem.org/mediawiki/2012/9/9b/Genscript.png" alt="genscript" width="83" height="45" /></div> | ||
+ | <div id="sponsors"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/1/16/Unam.png" alt="unam" width="78" height="91" /></div> | ||
+ | </div> | ||
+ | <div id="sponsors"><img src="https://static.igem.org/mediawiki/2012/c/c9/Gto.png" alt="gto" width="84" height="46" /></div> | ||
+ | <div id="sponsors"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/f/fa/Qimica.png" alt="quimica" width="72" height="80" /></div> | ||
</div> | </div> | ||
- | + | <div id="sponsors"><img src="https://static.igem.org/mediawiki/2012/7/73/Valaner.png" alt="valaner" width="84" height="48" /></div> | |
- | <div | + | <div id="sponsors"> |
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/7/79/Ipn.png" alt="ipn" width="75" height="97" /></div> | ||
+ | </div> | ||
+ | |||
</div> | </div> | ||
- | + | <!-- end #footer --> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 19:07, 25 October 2012
Biobricks!
Favorite
Name |
Type |
Description |
Desing by |
Lenght |
Composite |
PpsR Promoter + GFP |
Jhonatan Alejandro Hernandez-Valdes |
1140 |
|
Composite |
PrrA promoter + GFP |
Patricia Elizabeth Arias Orozco |
1070 |
|
Composite |
Complete system (concentration dependent promoter Light) |
Jhonatan Alejandro Hernandez-Valdes |
4060 |
|
Composite |
Complete system (dependent promoter oxygen concentration) |
Patricia Elizabeth Arias Orozco |
3865 |
|
Composite |
Measurement Kit J23101 |
Maritere Uriostegui-Arcos |
970 |
|
Composite |
Measurement Kit J23102 |
Maritere Uriostegui-Arcos |
970 |
|
Composite |
Measurement Kit J23104 |
Maritere Uriostegui-Arcos |
970 |
|
Composite |
Measurement Kit J23107 |
Maritere Uriostegui-Arcos |
970 |
|
Composite |
Measurement Kit J23108 |
Maritere Uriostegui-Arcos |
970 |
|
Composite |
Measurement Kit J23111 |
Maritere Uriostegui-Arcos |
970 |
|
Composite |
Measurement Kit J23115 |
Maritere Uriostegui-Arcos |
970 |
Other parts
Name |
Type |
Description |
Desing by |
Coding |
PpsR Promoter |
Maritere Uriostegui-Arcos |
|
Coding |
PrrA Promoter |
Lissania Ximena Guerra-Calderas |
|
Coding |
PrrA |
Jhonatan Alejandro Hernandez-Valdes |
|
Coding |
PrrB |
Lissania Ximena Guerra-Calderas |
|
Coding |
PrrC |
Maritere Uriostegui-Arcos |
|
Coding |
PpsR |
Lissania Ximena Guerra-Calderas |
|
Translational_Unit |
RBS + PrrA |
Patricia Elizabeth Arias Orozco |
|
Translational_Unit |
RBS + PrrB |
Patricia Elizabeth Arias Orozco |
|
Translational_Unit |
RBS + PrrC |
Patricia Elizabeth Arias Orozco |
|
Translational_Unit |
RBS + AppA |
Jhonatan Alejandro Hernandez-Valdes |
|
Translational_Unit |
RBS + PpsR |
Jhonatan Alejandro Hernandez-Valdes |
|
Intermediate |
PrrA/PrrB |
Jhonatan Alejandro Hernandez-Valdes |
|
Intermediate |
PrrC DT |
Lissania Ximena Guerra-Calderas |
|
Intermediate |
Prom J23104 + AppA |
Lissania Ximena Guerra-Calderas |
|
Intermediate |
PpsR DT |
Lissania Ximena Guerra-Calderas |
|
Intermediate |
PrrA/PrrB/PrrC |
Lissania Ximena Guerra-Calderas |
|
Intermediate |
Prom J23104 + AppA + PpsR + DT |
Jhonatan Alejandro Hernandez-Valdes |
|
Intermediate |
Prom J23104 + PrrA + PrrB + PrrC + DT |
Patricia Elizabeth Arias Orozco |
|
Intermediate |
AppA-PpsR-ETFA/ETFB |
Maritere Uriostegui-Arcos |
|
Composite |
EAB ABC |
Maritere Uriostegui-Arcos |
|
Composite |
PrrA Promotor BB DT |
Maritere Uriostegui-Arcos |
|
Composite |
Complete system (Promoter PpSR) |
Maritere Uriostegui-Arcos |
|
Composite |
System ABC BB EA |
Maritere Uriostegui-Arcos |