(13 intermediate revisions by 3 users not shown) | |||
Line 14: | Line 14: | ||
.parts tbody tr td{ | .parts tbody tr td{ | ||
padding: 20px; | padding: 20px; | ||
+ | word-break:break-all; | ||
font-size: 16px; | font-size: 16px; | ||
color: rgb(20,29,61); | color: rgb(20,29,61); | ||
Line 132: | Line 133: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$(".table td>a").css("color","blue"); | $(".table td>a").css("color","blue"); | ||
+ | $("#parts").find("a").attr("target","_blank"); | ||
+ | var table=document.getElementById("parts"); | ||
+ | for(var i=0;i<table.rows.length;i++){ | ||
+ | if(table.rows[i].cells.length>1) | ||
+ | table.rows[i].deleteCell(1); | ||
+ | }//收起左侧导航 | ||
+ | $("#nav_shrink").click(); | ||
}); | }); | ||
</script> | </script> | ||
Line 140: | Line 148: | ||
background: url(https://static.igem.org/mediawiki/2016/4/45/T--BIT-China--content_bg.jpg)"> | background: url(https://static.igem.org/mediawiki/2016/4/45/T--BIT-China--content_bg.jpg)"> | ||
<div class="content-right" style="float: left;width:100%;padding: 10px;"> | <div class="content-right" style="float: left;width:100%;padding: 10px;"> | ||
− | < | + | |
− | + | <img src="https://static.igem.org/mediawiki/2016/5/5c/T--BIT-China--content_decoration.png" | |
− | + | alt="content_decoration" style="position:absolute;right: 0px;height: 150px;;top: 10px;"> | |
− | + | ||
− | + | <div class="block-border-outer" id="content-right-border"> | |
− | + | <div class="overview-content clearfix"> | |
− | + | ||
<div class="content-title col-sm-12"> | <div class="content-title col-sm-12"> | ||
<img src="https://static.igem.org/mediawiki/2016/5/56/T--BIT-China--img--Achievements--Parts--title.png" | <img src="https://static.igem.org/mediawiki/2016/5/56/T--BIT-China--img--Achievements--Parts--title.png" | ||
− | + | alt="title" class="col-sm-8 col-sm-offset-2"> | |
<!--<br>--> | <!--<br>--> | ||
</div> | </div> | ||
− | <div class="block-content col-sm-12" style="padding: 0; | + | |
+ | <!--Part collection--> | ||
+ | <div id="collection" class="block-title col-sm-12">·Part collection·</div> | ||
+ | <div class="block-content"> | ||
+ | <div class="block-content-item"> | ||
+ | <div class="block-content-item-block"> | ||
+ | <div class="block-header-margin1"> | ||
+ | In 2016, iGEM BIT-CHINA has submitted 69 parts. We divide our parts into 5 group. Each group contains some parts with similar function or close relation. Different groups also connect with each other. | ||
+ | </div> | ||
+ | <div class="block-content-header"> | ||
+ | Group1: killer | ||
+ | </div> | ||
+ | <div class="block-paragraph"> | ||
+ | <i class="fa fa-dot-circle-o" aria-hidden="true"></i> BBa_K2120002~BBa_K2120006 is a collection of arabinose induced toxin protein expression cassette, we test these part to evaluate the efficient of the killer. | ||
+ | </div> | ||
+ | <div class="block-content-header"> | ||
+ | Group2: reverse | ||
+ | </div> | ||
+ | <div class="block-paragraph"> | ||
+ | <i class="fa fa-dot-circle-o" aria-hidden="true"></i> BBa_K2120100~BBa_K2120107 is a collection of reverse components including promoters and coding protein, we construct these part to help us build a reverse device. A reverse device avoid two devices in a circuit affect each other. | ||
+ | </div> | ||
+ | <div class="block-content-header"> | ||
+ | Group3: mutation | ||
+ | </div> | ||
+ | <div class="block-paragraph"> | ||
+ | <i class="fa fa-dot-circle-o" aria-hidden="true"></i> BBa_K2120200~BBa_K2120207 is a collection of mutated promoters and the testing devices. We use mutated promoter to control the efficient of the killer and select an appropriate one. | ||
+ | </div> | ||
+ | <div class="block-content-header"> | ||
+ | Group4: inhibitor | ||
+ | </div> | ||
+ | <div class="block-paragraph"> | ||
+ | <i class="fa fa-dot-circle-o" aria-hidden="true"></i> BBa_K2120303~BBa_K2120307 is a collection of arabinose induced inhibitor expression cassette. | ||
+ | </div> | ||
+ | <div class="block-paragraph"> | ||
+ | <i class="fa fa-dot-circle-o" aria-hidden="true"></i> BBa_K2120308~BBa_K2120311 is a collection of arabinose induced final testing circuits. We use it to evaluate the efficient of our application circuit. | ||
+ | </div> | ||
+ | <div class="block-paragraph"> | ||
+ | <i class="fa fa-dot-circle-o" aria-hidden="true"></i> BBa_K2120312~BBa_K2120327 is a collection of constitutively expression cassette of inhibitors to construct our final application circuit. | ||
+ | </div> | ||
+ | <div class="block-content-header"> | ||
+ | Group5: Application Circuit | ||
+ | </div> | ||
+ | <div class="block-paragraph"> | ||
+ | <i class="fa fa-dot-circle-o" aria-hidden="true"></i> BBa_K2120400~BBa_K2120415 is a collection of constitutive final testing circuits, toxin protein contained. These are our application circuit to carry out P-SLAKILLER function. | ||
+ | |||
+ | </div> | ||
+ | <div class="block-paragraph"> | ||
+ | <i class="fa fa-dot-circle-o" aria-hidden="true"></i> BBa_K2120416~BBa_K2120425 is a collection of constitutive final testing circuits, RFP contained. We use them to evaluate if our application really work. | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="form" class="block-title col-sm-12">·Part Form·</div> | ||
+ | <div class="block-content col-sm-12" style="padding: 0;"> | ||
<div class="block-content-item" style="padding: 0;"> | <div class="block-content-item" style="padding: 0;"> | ||
− | <table class="parts table | + | <table id="parts" class="parts table |
table-bordered table-condensed"> | table-bordered table-condensed"> | ||
<thead> | <thead> | ||
<tr> | <tr> | ||
− | <th>No</th> | + | <th>No.</th> |
<th>Favorite</th> | <th>Favorite</th> | ||
<th>Name</th> | <th>Name</th> | ||
Line 172: | Line 233: | ||
<tr class="info" id="killer"> | <tr class="info" id="killer"> | ||
<td colspan="6" class="divider-style" | <td colspan="6" class="divider-style" | ||
− | + | style="font-size: 2em;text-align: center">Killer</td> | |
</tr> | </tr> | ||
<tr class="info"> | <tr class="info"> | ||
<td>1</td> | <td>1</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120002">BBa_K2120002</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120002">BBa_K2120002</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
<span class="italic"> | <span class="italic"> | ||
− | araC</span>+P< | + | araC</span>+P<sub>BAD</sub>+B0032+ |
<span class="italic">mazF</span> | <span class="italic">mazF</span> | ||
</td> | </td> | ||
Line 189: | Line 250: | ||
<td>2</td> | <td>2</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120003">BBa_K2120003</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120003">BBa_K2120003</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
<span class="italic"> | <span class="italic"> | ||
− | araC</span>+P< | + | araC</span>+P<sub>BAD</sub>+B0032+ |
<span class="italic">hokD</span> | <span class="italic">hokD</span> | ||
</td> | </td> | ||
Line 201: | Line 262: | ||
<td>3</td> | <td>3</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120004">BBa_K2120004</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120004">BBa_K2120004</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
<span class="italic"> | <span class="italic"> | ||
− | araC</span>+P< | + | araC</span>+P<sub>BAD</sub>+B0031+ |
<span class="italic">mazF</span> | <span class="italic">mazF</span> | ||
</td> | </td> | ||
Line 213: | Line 274: | ||
<td>4</td> | <td>4</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120005">BBa_K2120005</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120005">BBa_K2120005</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
<span class="italic"> | <span class="italic"> | ||
− | araC</span>+P< | + | araC</span>+P<sub>BAD</sub>+B0031+ |
<span class="italic">hokD</span> | <span class="italic">hokD</span> | ||
</td> | </td> | ||
Line 225: | Line 286: | ||
<td>5</td> | <td>5</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120006">BBa_K2120006</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120006">BBa_K2120006</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
<span class="italic"> | <span class="italic"> | ||
− | araC</span>+P< | + | araC</span>+P<sub>BAD</sub>+B0034+ |
<span class="italic">mazF</span> | <span class="italic">mazF</span> | ||
</td> | </td> | ||
Line 237: | Line 298: | ||
<td>6</td> | <td>6</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120008">BBa_K2120008</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120008">BBa_K2120008</a></td> |
<td>Coding</td> | <td>Coding</td> | ||
<td> | <td> | ||
Line 255: | Line 316: | ||
<td>7</td> | <td>7</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120100">BBa_K2120100</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120100">BBa_K2120100</a></td> |
<td>Regulatory</td> | <td>Regulatory</td> | ||
<td> | <td> | ||
− | reverse <span class="italic">arac | + | reverse <span class="italic">arac</span>P<sub>BAD</sub> |
</td> | </td> | ||
<td>1209</td> | <td>1209</td> | ||
Line 265: | Line 326: | ||
<td>8</td> | <td>8</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120101">BBa_K2120101</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120101">BBa_K2120101</a></td> |
<td>Regulatory</td> | <td>Regulatory</td> | ||
<td> | <td> | ||
Line 275: | Line 336: | ||
<td>9</td> | <td>9</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120102">BBa_K2120102</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120102">BBa_K2120102</a></td> |
<td>Regulatory</td> | <td>Regulatory</td> | ||
<td> | <td> | ||
Line 285: | Line 346: | ||
<td>10</td> | <td>10</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120103">BBa_K2120103</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120103">BBa_K2120103</a></td> |
<td>Regulatory</td> | <td>Regulatory</td> | ||
<td> | <td> | ||
Line 295: | Line 356: | ||
<td>11</td> | <td>11</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120104">BBa_K2120104</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120104">BBa_K2120104</a></td> |
<td>Regulatory</td> | <td>Regulatory</td> | ||
<td> | <td> | ||
− | reverse | + | reverse J23106 |
</td> | </td> | ||
<td>35</td> | <td>35</td> | ||
Line 305: | Line 366: | ||
<td>12</td> | <td>12</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120105">BBa_K2120105</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120105">BBa_K2120105</a></td> |
<td>Coding</td> | <td>Coding</td> | ||
<td> | <td> | ||
Line 315: | Line 376: | ||
<td>13</td> | <td>13</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120106">BBa_K2120106</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120106">BBa_K2120106</a></td> |
<td>Coding</td> | <td>Coding</td> | ||
<td> | <td> | ||
Line 325: | Line 386: | ||
<td>14</td> | <td>14</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120107">BBa_K2120107</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120107">BBa_K2120107</a></td> |
<td>Coding</td> | <td>Coding</td> | ||
<td> | <td> | ||
Line 341: | Line 402: | ||
<td>15</td> | <td>15</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120200">BBa_K2120200</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120200">BBa_K2120200</a></td> |
<td>Regulatory</td> | <td>Regulatory</td> | ||
<td> | <td> | ||
− | Mutation P< | + | Mutation P<sub>tet-1</sub> |
</td> | </td> | ||
<td>54</td> | <td>54</td> | ||
Line 351: | Line 412: | ||
<td>16</td> | <td>16</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120201">BBa_K2120201</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120201">BBa_K2120201</a></td> |
<td>Regulatory</td> | <td>Regulatory</td> | ||
<td> | <td> | ||
− | Mutation P< | + | Mutation P<sub>tet-2</sub> |
</td> | </td> | ||
<td>54</td> | <td>54</td> | ||
Line 361: | Line 422: | ||
<td>17</td> | <td>17</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120202">BBa_K2120202</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120202">BBa_K2120202</a></td> |
<td>Regulatory</td> | <td>Regulatory</td> | ||
<td> | <td> | ||
− | Mutation P< | + | Mutation P<sub>tet-3</sub> |
</td> | </td> | ||
<td>54</td> | <td>54</td> | ||
Line 371: | Line 432: | ||
<td>18</td> | <td>18</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120203">BBa_K2120203</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120203">BBa_K2120203</a></td> |
<td>Regulatory</td> | <td>Regulatory</td> | ||
<td> | <td> | ||
− | Mutation P< | + | Mutation P<sub>tet-25</sub> |
</td> | </td> | ||
<td>54</td> | <td>54</td> | ||
Line 381: | Line 442: | ||
<td>19</td> | <td>19</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120204">BBa_K2120204</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120204">BBa_K2120204</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
− | P< | + | P<sub>tet-1</sub>+B0034+<span class="italic">rfp</span>+B0015 |
</td> | </td> | ||
<td>923</td> | <td>923</td> | ||
Line 391: | Line 452: | ||
<td>20</td> | <td>20</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120205">BBa_K2120205</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120205">BBa_K2120205</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
− | P< | + | P<sub>tet-2</sub>+B0034+<span class="italic">rfp</span>+B0015 |
</td> | </td> | ||
<td>923</td> | <td>923</td> | ||
Line 401: | Line 462: | ||
<td>21</td> | <td>21</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120206">BBa_K2120206</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120206">BBa_K2120206</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
− | P< | + | P<sub>tet-3</sub>+B0034+<span class="italic">rfp</span>+B0015 |
</td> | </td> | ||
<td>923</td> | <td>923</td> | ||
Line 411: | Line 472: | ||
<td>22</td> | <td>22</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120207">BBa_K2120207</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120207">BBa_K2120207</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
− | P< | + | P<sub>tet-25</sub>+B0034+<span class="italic">rfp</span>+B0015 |
</td> | </td> | ||
<td>923</td> | <td>923</td> | ||
Line 422: | Line 483: | ||
<tr class="info" id="inhibitor"> | <tr class="info" id="inhibitor"> | ||
<td colspan="6" class="divider-style" | <td colspan="6" class="divider-style" | ||
− | + | style="font-size: 2em;text-align:center">Inhibitor</td> | |
</tr> | </tr> | ||
<tr class="info"> | <tr class="info"> | ||
<td>23</td> | <td>23</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120301">BBa_K2120301</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120301">BBa_K2120301</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
− | P<span class=" | + | P<sub>R</sub>+B0032+<span class="italic">rfp</span>+B0015 |
</td> | </td> | ||
<td>919</td> | <td>919</td> | ||
Line 437: | Line 498: | ||
<td>24</td> | <td>24</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120302">BBa_K2120302</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120302">BBa_K2120302</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
− | <span class="italic">araC</span>-P<span class=" | + | <span class="italic">araC</span>-P<sub>BAD</sub>+B0034+<span class="italic">rfp</span>+B0015 |
</td> | </td> | ||
<td>2078</td> | <td>2078</td> | ||
Line 447: | Line 508: | ||
<td>25</td> | <td>25</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120303">BBa_K2120303</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120303">BBa_K2120303</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
− | <span class="italic">araC</span>-P< | + | <span class="italic">araC</span>-P<sub>BAD</sub> |
+B0034+ <span class="italic">tetR</span>+B0015 | +B0034+ <span class="italic">tetR</span>+B0015 | ||
</td> | </td> | ||
Line 458: | Line 519: | ||
<td>26</td> | <td>26</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120304">BBa_K2120304</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120304">BBa_K2120304</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
− | <span class="italic">araC</span>-P< | + | <span class="italic">araC</span>-P<sub>BAD</sub>+B0034+ <span class="italic">lacIq</span>+B0015 |
</td> | </td> | ||
<td>2466</td> | <td>2466</td> | ||
Line 468: | Line 529: | ||
<td>27</td> | <td>27</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120305">BBa_K2120305</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120305">BBa_K2120305</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
− | <span class="italic">araC</span>-P< | + | <span class="italic">araC</span>-P<sub>BAD</sub>+B0034+ <span class="italic">cI</span>+B0015 |
</td> | </td> | ||
<td>2147</td> | <td>2147</td> | ||
Line 478: | Line 539: | ||
<td>28</td> | <td>28</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120306">BBa_K2120306</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120306">BBa_K2120306</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">cI</span>+B0034+P< | + | B0015+<span class="italic">cI</span>+B0034+P<sub>BAD</sub>-<span class="italic">araC</span>+B0015 |
</td> | </td> | ||
<td>2286</td> | <td>2286</td> | ||
Line 488: | Line 549: | ||
<td>29</td> | <td>29</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120307">BBa_K2120307</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120307">BBa_K2120307</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">tetR</span>+B0034+P< | + | B0015+<span class="italic">tetR</span>+B0034+P<sub>BAD</sub>-<span class="italic">araC</span>+B0015 |
</td> | </td> | ||
<td>2196</td> | <td>2196</td> | ||
Line 498: | Line 559: | ||
<td>30</td> | <td>30</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120308">BBa_K2120308</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120308">BBa_K2120308</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
− | + | <td style="font-size: .6em;"> | |
− | + | B0015+<span class="italic">lacIq</span>+B0034+P<sub>BAD</sub>-<span class="italic">araC</span>+P<sub>lac</sub>+B0034+<span class="italic">yfp</span>+B0015 | |
</td> | </td> | ||
<td>3599</td> | <td>3599</td> | ||
Line 508: | Line 569: | ||
<td>31</td> | <td>31</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120309">BBa_K2120309</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120309">BBa_K2120309</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
− | <td style="font-size: . | + | <td style="font-size: .6em;"> |
− | B0015+<span class="italic">cI</span>+B0034+P< | + | B0015+<span class="italic">cI</span>+B0034+P<sub>BAD</sub>-<span class="italic">araC</span>+P<sub>R</sub>+B0032+<span class="italic">rfp</span>+B0015 |
</td> | </td> | ||
<td>3076</td> | <td>3076</td> | ||
Line 518: | Line 579: | ||
<td>32</td> | <td>32</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120310">BBa_K2120310</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120310">BBa_K2120310</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
− | <td style="font-size: . | + | <td style="font-size: .6em;"> |
− | B0015+<span class="italic">cI</span>+B0034+P< | + | B0015+<span class="italic">cI</span>+B0034+P<sub>BAD</sub>-<span class="italic">araC</span>+B0015+P<sub>R</sub>+B0032+<span class="italic">rfp</span>+B0015 |
</td> | </td> | ||
<td>3213</td> | <td>3213</td> | ||
Line 528: | Line 589: | ||
<td>33</td> | <td>33</td> | ||
<td></td> | <td></td> | ||
− | <td> <a href="http://parts.igem.org/Part:BBa_K2120311">BBa_K2120311</td> | + | <td> <a href="http://parts.igem.org/Part:BBa_K2120311">BBa_K2120311</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
− | <td style="font-size: . | + | <td style="font-size: .6em;"> |
B0015+<span class="italic">tetR</span> | B0015+<span class="italic">tetR</span> | ||
− | +B0034+P< | + | +B0034+P<sub>BAD</sub>-<span class="italic">araC</span> |
− | +B0015+P<span class=" | + | +B0015+P<sub>tet</sub>+B0034+<span class="italic">rfp</span>+B0015 |
</td> | </td> | ||
<td>3127</td> | <td>3127</td> | ||
Line 542: | Line 603: | ||
<td>34</td> | <td>34</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120312">BBa_K2120312</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120312">BBa_K2120312</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
Line 552: | Line 613: | ||
<td>35</td> | <td>35</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120313">BBa_K2120313</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120313">BBa_K2120313</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
Line 562: | Line 623: | ||
<td>36</td> | <td>36</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120314">BBa_K2120314</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120314">BBa_K2120314</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
Line 572: | Line 633: | ||
<td>37</td> | <td>37</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120315">BBa_K2120315</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120315">BBa_K2120315</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
Line 582: | Line 643: | ||
<td>38</td> | <td>38</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120317">BBa_K2120317</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120317">BBa_K2120317</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
Line 592: | Line 653: | ||
<td>39</td> | <td>39</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120318">BBa_K2120318</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120318">BBa_K2120318</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
Line 602: | Line 663: | ||
<td>40</td> | <td>40</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120319">BBa_K2120319</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120319">BBa_K2120319</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
Line 614: | Line 675: | ||
<td>41</td> | <td>41</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120321">BBa_K2120321</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120321">BBa_K2120321</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
Line 624: | Line 685: | ||
<td>42</td> | <td>42</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120323">BBa_K2120323</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120323">BBa_K2120323</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
Line 636: | Line 697: | ||
<td>43</td> | <td>43</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120325">BBa_K2120325</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120325">BBa_K2120325</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
Line 646: | Line 707: | ||
<td>44</td> | <td>44</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120326">BBa_K2120326</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120326">BBa_K2120326</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
Line 656: | Line 717: | ||
<td>45</td> | <td>45</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120327">BBa_K2120327</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120327">BBa_K2120327</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
Line 667: | Line 728: | ||
<tr class="info" id="application_circuit"> | <tr class="info" id="application_circuit"> | ||
<td colspan="6" class="divider-style" | <td colspan="6" class="divider-style" | ||
− | + | style="font-size: 2em;text-align:center">Application Circuit</td> | |
</tr> | </tr> | ||
<tr class="info"> | <tr class="info"> | ||
<td>46</td> | <td>46</td> | ||
<td></td> | <td></td> | ||
− | <td> <a href="http://parts.igem.org/Part:BBa_K2120400">BBa_K2120400</td> | + | <td> <a href="http://parts.igem.org/Part:BBa_K2120400">BBa_K2120400</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">tetR</span>+B0034+J23119+P< | + | B0015+<span class="italic">tetR</span>+B0034+J23119+P<sub>tet</sub>+B0034+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1446</td> | <td>1446</td> | ||
Line 682: | Line 743: | ||
<td>47</td> | <td>47</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120401">BBa_K2120401</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120401">BBa_K2120401</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">tetR</span>+B0034+J23119+P< | + | B0015+<span class="italic">tetR</span>+B0034+J23119+P<sub>tet</sub>+B0032+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1447</td> | <td>1447</td> | ||
Line 692: | Line 753: | ||
<td>48</td> | <td>48</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120402">BBa_K2120402</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120402">BBa_K2120402</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">tetR</span>+B0034+J23116+P< | + | B0015+<span class="italic">tetR</span>+B0034+J23116+P<sub>tet</sub>+B0034+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1446</td> | <td>1446</td> | ||
Line 702: | Line 763: | ||
<td>49</td> | <td>49</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120403">BBa_K2120403</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120403">BBa_K2120403</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">tetR</span>+B0034+J23109+P< | + | B0015+<span class="italic">tetR</span>+B0034+J23109+P<sub>tet</sub>+B0034+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1446</td> | <td>1446</td> | ||
Line 712: | Line 773: | ||
<td>50</td> | <td>50</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120404">BBa_K2120404</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120404">BBa_K2120404</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">tetR</span>+B0034+J23106+P< | + | B0015+<span class="italic">tetR</span>+B0034+J23106+P<sub>tet</sub>+B0034+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1446</td> | <td>1446</td> | ||
Line 722: | Line 783: | ||
<td>51</td> | <td>51</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120405">BBa_K2120405</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120405">BBa_K2120405</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">cI</span>+B0034+J23119+P< | + | B0015+<span class="italic">cI</span>+B0034+J23119+P<sub>R</sub>+B0034+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1531</td> | <td>1531</td> | ||
Line 732: | Line 793: | ||
<td>52</td> | <td>52</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120406">BBa_K2120406</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120406">BBa_K2120406</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">cI</span>+B0034+J23119+P< | + | B0015+<span class="italic">cI</span>+B0034+J23119+P<sub>R</sub>+B0032+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1532</td> | <td>1532</td> | ||
Line 742: | Line 803: | ||
<td>53</td> | <td>53</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120407">BBa_K2120407</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120407">BBa_K2120407</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">cI</span>+B0034+J23116+P< | + | B0015+<span class="italic">cI</span>+B0034+J23116+P<sub>R</sub>+B0034+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1531</td> | <td>1531</td> | ||
Line 752: | Line 813: | ||
<td>54</td> | <td>54</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120408">BBa_K2120408</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120408">BBa_K2120408</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">cI</span>+B0034+J23109+P< | + | B0015+<span class="italic">cI</span>+B0034+J23109+P<sub>R</sub>+B0034+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1531</td> | <td>1531</td> | ||
Line 762: | Line 823: | ||
<td>55</td> | <td>55</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120409">BBa_K2120409</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120409">BBa_K2120409</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">cI</span>+B0034+J23106+P< | + | B0015+<span class="italic">cI</span>+B0034+J23106+P<sub>R</sub>+B0034+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1531</td> | <td>1531</td> | ||
Line 772: | Line 833: | ||
<td>56</td> | <td>56</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120410">BBa_K2120410</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120410">BBa_K2120410</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">tetR</span>+B0034+J23116+P< | + | B0015+<span class="italic">tetR</span>+B0034+J23116+P<sub>tet</sub>+B0032+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1447</td> | <td>1447</td> | ||
Line 782: | Line 843: | ||
<td>57</td> | <td>57</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120411">BBa_K2120411</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120411">BBa_K2120411</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">tetR</span>+B0034+J23109+P< | + | B0015+<span class="italic">tetR</span>+B0034+J23109+P<sub>tet</sub>+B0032+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1447</td> | <td>1447</td> | ||
Line 792: | Line 853: | ||
<td>58</td> | <td>58</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120412">BBa_K2120412</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120412">BBa_K2120412</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">tetR</span>+B0034+J23106+P< | + | B0015+<span class="italic">tetR</span>+B0034+J23106+P<sub>tet</sub>+B0032+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1447</td> | <td>1447</td> | ||
Line 802: | Line 863: | ||
<td>59</td> | <td>59</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120413">BBa_K2120413</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120413">BBa_K2120413</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">cI</span>+B0034+J23116+P< | + | B0015+<span class="italic">cI</span>+B0034+J23116+P<sub>R</sub>+B0032+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1532</td> | <td>1532</td> | ||
Line 812: | Line 873: | ||
<td>60</td> | <td>60</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120414">BBa_K2120414</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120414">BBa_K2120414</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">cI</span>+B0034+J23109+P< | + | B0015+<span class="italic">cI</span>+B0034+J23109+P<sub>R</sub>+B0032+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1532</td> | <td>1532</td> | ||
Line 822: | Line 883: | ||
<td>61</td> | <td>61</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120415">BBa_K2120415</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120415">BBa_K2120415</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">cI</span>+B0034+J23106+P< | + | B0015+<span class="italic">cI</span>+B0034+J23106+P<sub>R</sub>+B0032+<span class="italic">mazF</span>+B0015 |
</td> | </td> | ||
<td>1532</td> | <td>1532</td> | ||
Line 832: | Line 893: | ||
<td>62</td> | <td>62</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120416">BBa_K2120416</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120416">BBa_K2120416</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">tetR</span>+B0034+J23119+P< | + | B0015+<span class="italic">tetR</span>+B0034+J23119+P<sub>tet</sub>+B0034+<span class="italic">mRFP</span>+B0015 |
</td> | </td> | ||
<td>1816</td> | <td>1816</td> | ||
Line 842: | Line 903: | ||
<td>63</td> | <td>63</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120418">BBa_K2120418</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120418">BBa_K2120418</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">tetR</span>+B0034+J23116+P< | + | B0015+<span class="italic">tetR</span>+B0034+J23116+P<sub>tet</sub>+B0034+<span class="italic">mRFP</span>+B0015 |
</td> | </td> | ||
<td>1816</td> | <td>1816</td> | ||
Line 852: | Line 913: | ||
<td>64</td> | <td>64</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120419">BBa_K2120419</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120419">BBa_K2120419</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">tetR</span>+B0034+J23109+P< | + | B0015+<span class="italic">tetR</span>+B0034+J23109+P<sub>tet</sub>+B0034+<span class="italic">mRFP</span>+B0015 |
</td> | </td> | ||
<td>1816</td> | <td>1816</td> | ||
Line 862: | Line 923: | ||
<td>65</td> | <td>65</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120420">BBa_K2120420</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120420">BBa_K2120420</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">tetR</span>+B0034+J23106+P< | + | B0015+<span class="italic">tetR</span>+B0034+J23106+P<sub>tet</sub>+B0034+<span class="italic">mRFP</span>+B0015 |
</td> | </td> | ||
<td>1816</td> | <td>1816</td> | ||
Line 872: | Line 933: | ||
<td>66</td> | <td>66</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120421">BBa_K2120421</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120421">BBa_K2120421</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">cI</span>+B0034+J23119+P< | + | B0015+<span class="italic">cI</span>+B0034+J23119+P<sub>R</sub>+B0032+<span class="italic">mRFP</span>+B0015 |
</td> | </td> | ||
<td>1902</td> | <td>1902</td> | ||
Line 882: | Line 943: | ||
<td>67</td> | <td>67</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120423">BBa_K2120423</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120423">BBa_K2120423</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">cI</span>+B0034+J23116+P< | + | B0015+<span class="italic">cI</span>+B0034+J23116+P<sub>R</sub>+B0032+<span class="italic">mRFP</span>+B0015 |
</td> | </td> | ||
<td>1902</td> | <td>1902</td> | ||
Line 892: | Line 953: | ||
<td>68</td> | <td>68</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120424">BBa_K2120424</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120424">BBa_K2120424</a></td> |
<td>Composite</td> | <td>Composite</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">cI</span>+B0034+J23109+P< | + | B0015+<span class="italic">cI</span>+B0034+J23109+P<sub>R</sub>+B0032+<span class="italic">mRFP</span>+B0015 |
</td> | </td> | ||
<td>1902</td> | <td>1902</td> | ||
Line 902: | Line 963: | ||
<td>69</td> | <td>69</td> | ||
<td></td> | <td></td> | ||
− | <td><a href="http://parts.igem.org/Part:BBa_K2120425">BBa_K2120425</td> | + | <td><a href="http://parts.igem.org/Part:BBa_K2120425">BBa_K2120425</a></td> |
<td>Device</td> | <td>Device</td> | ||
<td> | <td> | ||
− | B0015+<span class="italic">cI</span>+B0034+J23106+P< | + | B0015+<span class="italic">cI</span>+B0034+J23106+P<sub>R</sub>+B0032+<span class="italic">mRFP</span>+B0015 |
</td> | </td> | ||
<td>1902</td> | <td>1902</td> | ||
Line 917: | Line 978: | ||
</div> | </div> | ||
− | <div class="nav-left" id="nav_left_wrapper" | + | |
+ | <div class="nav-left slow-transition" id="nav_left_wrapper"> | ||
+ | |||
+ | <div class="nav_shrink" id="nav_shrink"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/8/8a/T--BIT-China--img--pumpkin--collapse.png" alt="nav_shrink_icon" | ||
+ | id="nav_shrink_icon" width="60"> | ||
+ | </div> | ||
<div class="nav-left-title" style="position:relative;width: 200px;padding: 0;"> | <div class="nav-left-title" style="position:relative;width: 200px;padding: 0;"> | ||
<img src="https://static.igem.org/mediawiki/2016/4/43/T--BIT-China--img--nav_left_top.png" alt="nav_left_top" style="width: 100%;"> | <img src="https://static.igem.org/mediawiki/2016/4/43/T--BIT-China--img--nav_left_top.png" alt="nav_left_top" style="width: 100%;"> | ||
Line 928: | Line 995: | ||
<img src="https://static.igem.org/mediawiki/2016/e/e2/T--BIT-China--img--nav_left_c1.png" | <img src="https://static.igem.org/mediawiki/2016/e/e2/T--BIT-China--img--nav_left_c1.png" | ||
alt="c1" style="width: 100%;height: 70px;"> | alt="c1" style="width: 100%;height: 70px;"> | ||
− | <a href="# | + | <a href="#collection" class="nav_point"> |
− | <span class="nav_left_txt"> | + | <span class="nav_left_txt">Collection</span></a> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</li> | </li> | ||
<li> | <li> | ||
<img src="https://static.igem.org/mediawiki/2016/9/9d/T--BIT-China--img--nav_left_c3.png" | <img src="https://static.igem.org/mediawiki/2016/9/9d/T--BIT-China--img--nav_left_c3.png" | ||
alt="c1" style="width: 100%;height: 70px;"> | alt="c1" style="width: 100%;height: 70px;"> | ||
− | <a href="# | + | <a href="#form" class="nav_point"> |
− | <span class="nav_left_txt" > | + | <span class="nav_left_txt" >Form</span></a> |
</li> | </li> | ||
</ul> | </ul> | ||
Line 960: | Line 1,009: | ||
<!--相邻页面切换按钮--> | <!--相邻页面切换按钮--> | ||
− | <div id="site-change-btn" | + | <div id="site-change-btn" class="slow-transition" |
style="position: absolute;left: 20px;bottom: 20px;z-index:9;display: none;"> | style="position: absolute;left: 20px;bottom: 20px;z-index:9;display: none;"> | ||
<a href="https://2016.igem.org/Team:BIT-China/Medals"> | <a href="https://2016.igem.org/Team:BIT-China/Medals"> |
Latest revision as of 15:49, 9 November 2016
·Part collection·
In 2016, iGEM BIT-CHINA has submitted 69 parts. We divide our parts into 5 group. Each group contains some parts with similar function or close relation. Different groups also connect with each other.
Group1: killer
BBa_K2120002~BBa_K2120006 is a collection of arabinose induced toxin protein expression cassette, we test these part to evaluate the efficient of the killer.
Group2: reverse
BBa_K2120100~BBa_K2120107 is a collection of reverse components including promoters and coding protein, we construct these part to help us build a reverse device. A reverse device avoid two devices in a circuit affect each other.
Group3: mutation
BBa_K2120200~BBa_K2120207 is a collection of mutated promoters and the testing devices. We use mutated promoter to control the efficient of the killer and select an appropriate one.
Group4: inhibitor
BBa_K2120303~BBa_K2120307 is a collection of arabinose induced inhibitor expression cassette.
BBa_K2120308~BBa_K2120311 is a collection of arabinose induced final testing circuits. We use it to evaluate the efficient of our application circuit.
BBa_K2120312~BBa_K2120327 is a collection of constitutively expression cassette of inhibitors to construct our final application circuit.
Group5: Application Circuit
BBa_K2120400~BBa_K2120415 is a collection of constitutive final testing circuits, toxin protein contained. These are our application circuit to carry out P-SLAKILLER function.
BBa_K2120416~BBa_K2120425 is a collection of constitutive final testing circuits, RFP contained. We use them to evaluate if our application really work.
·Part Form·
No. | Favorite | Name | Type | Description | Length |
---|---|---|---|---|---|
Killer | |||||
1 | BBa_K2120002 | Composite | araC+PBAD+B0032+ mazF | 1572 | |
2 | BBa_K2120003 | Composite | araC+PBAD+B0032+ hokD | 1392 | |
3 | BBa_K2120004 | Composite | araC+PBAD+B0031+ mazF | 1573 | |
4 | BBa_K2120005 | Composite | araC+PBAD+B0031+ hokD | 1393 | |
5 | BBa_K2120006 | Composite | araC+PBAD+B0034+ mazF | 1571 | |
6 | BBa_K2120008 | Coding | mazF | 336 | |
Reverse | |||||
7 | BBa_K2120100 | Regulatory | reverse aracPBAD | 1209 | |
8 | BBa_K2120101 | Regulatory | reverse J23119 | 35 | |
9 | BBa_K2120102 | Regulatory | reverse J23116 | 35 | |
10 | BBa_K2120103 | Regulatory | reverse J23109 | 35 | |
11 | BBa_K2120104 | Regulatory | reverse J23106 | 35 | |
12 | BBa_K2120105 | Coding | reverse cI | 775 | |
13 | BBa_K2120106 | Coding | reverse tetR | 685 | |
14 | BBa_K2120107 | Coding | reverse lacIq | 1092 | |
Mutation | |||||
15 | BBa_K2120200 | Regulatory | Mutation Ptet-1 | 54 | |
16 | BBa_K2120201 | Regulatory | Mutation Ptet-2 | 54 | |
17 | BBa_K2120202 | Regulatory | Mutation Ptet-3 | 54 | |
18 | BBa_K2120203 | Regulatory | Mutation Ptet-25 | 54 | |
19 | BBa_K2120204 | Device | Ptet-1+B0034+rfp+B0015 | 923 | |
20 | BBa_K2120205 | Device | Ptet-2+B0034+rfp+B0015 | 923 | |
21 | BBa_K2120206 | Device | Ptet-3+B0034+rfp+B0015 | 923 | |
22 | BBa_K2120207 | Device | Ptet-25+B0034+rfp+B0015 | 923 | |
Inhibitor | |||||
23 | BBa_K2120301 | Device | PR+B0032+rfp+B0015 | 919 | |
24 | BBa_K2120302 | Device | araC-PBAD+B0034+rfp+B0015 | 2078 | |
25 | BBa_K2120303 | Device | araC-PBAD +B0034+ tetR+B0015 | 2057 | |
26 | BBa_K2120304 | Device | araC-PBAD+B0034+ lacIq+B0015 | 2466 | |
27 | BBa_K2120305 | Device | araC-PBAD+B0034+ cI+B0015 | 2147 | |
28 | BBa_K2120306 | Composite | B0015+cI+B0034+PBAD-araC+B0015 | 2286 | |
29 | BBa_K2120307 | Composite | B0015+tetR+B0034+PBAD-araC+B0015 | 2196 | |
30 | BBa_K2120308 | Composite | B0015+lacIq+B0034+PBAD-araC+Plac+B0034+yfp+B0015 | 3599 | |
31 | BBa_K2120309 | Composite | B0015+cI+B0034+PBAD-araC+PR+B0032+rfp+B0015 | 3076 | |
32 | BBa_K2120310 | Composite | B0015+cI+B0034+PBAD-araC+B0015+PR+B0032+rfp+B0015 | 3213 | |
33 | BBa_K2120311 | Composite | B0015+tetR +B0034+PBAD-araC +B0015+Ptet+B0034+rfp+B0015 | 3127 | |
34 | BBa_K2120312 | Device | J23119+B0034+tetR+B0015 | 883 | |
35 | BBa_K2120313 | Device | J23119+B0034+cI+B0015 | 973 | |
36 | BBa_K2120314 | Device | J23119+B0032+tetR+B0015 | 884 | |
37 | BBa_K2120315 | Device | J23119+B0032+cI+B0015 | 974 | |
38 | BBa_K2120317 | Device | J23109+B0034+cI+B0015 | 973 | |
39 | BBa_K2120318 | Device | J23109+B0032+tetR+B0015 | 884 | |
40 | BBa_K2120319 | Device | J23109+B0032+cI+B0015 | 974 | |
41 | BBa_K2120321 | Device | J23116+B0034+cI+B0015 | 973 | |
42 | BBa_K2120323 | Device | J23116+B0032+cI+B0015 | 974 | |
43 | BBa_K2120325 | Device | J23106+B0034+cI+B0015 | 973 | |
44 | BBa_K2120326 | Device | J23106+B0032+tetR+B0015 | 884 | |
45 | BBa_K2120327 | Device | J23106+B0032+cI+B0015 | 974 | |
Application Circuit | |||||
46 | BBa_K2120400 | Composite | B0015+tetR+B0034+J23119+Ptet+B0034+mazF+B0015 | 1446 | |
47 | BBa_K2120401 | Composite | B0015+tetR+B0034+J23119+Ptet+B0032+mazF+B0015 | 1447 | |
48 | BBa_K2120402 | Composite | B0015+tetR+B0034+J23116+Ptet+B0034+mazF+B0015 | 1446 | |
49 | BBa_K2120403 | Composite | B0015+tetR+B0034+J23109+Ptet+B0034+mazF+B0015 | 1446 | |
50 | BBa_K2120404 | Composite | B0015+tetR+B0034+J23106+Ptet+B0034+mazF+B0015 | 1446 | |
51 | BBa_K2120405 | Composite | B0015+cI+B0034+J23119+PR+B0034+mazF+B0015 | 1531 | |
52 | BBa_K2120406 | Composite | B0015+cI+B0034+J23119+PR+B0032+mazF+B0015 | 1532 | |
53 | BBa_K2120407 | Composite | B0015+cI+B0034+J23116+PR+B0034+mazF+B0015 | 1531 | |
54 | BBa_K2120408 | Composite | B0015+cI+B0034+J23109+PR+B0034+mazF+B0015 | 1531 | |
55 | BBa_K2120409 | Composite | B0015+cI+B0034+J23106+PR+B0034+mazF+B0015 | 1531 | |
56 | BBa_K2120410 | Composite | B0015+tetR+B0034+J23116+Ptet+B0032+mazF+B0015 | 1447 | |
57 | BBa_K2120411 | Composite | B0015+tetR+B0034+J23109+Ptet+B0032+mazF+B0015 | 1447 | |
58 | BBa_K2120412 | Composite | B0015+tetR+B0034+J23106+Ptet+B0032+mazF+B0015 | 1447 | |
59 | BBa_K2120413 | Composite | B0015+cI+B0034+J23116+PR+B0032+mazF+B0015 | 1532 | |
60 | BBa_K2120414 | Composite | B0015+cI+B0034+J23109+PR+B0032+mazF+B0015 | 1532 | |
61 | BBa_K2120415 | Composite | B0015+cI+B0034+J23106+PR+B0032+mazF+B0015 | 1532 | |
62 | BBa_K2120416 | Composite | B0015+tetR+B0034+J23119+Ptet+B0034+mRFP+B0015 | 1816 | |
63 | BBa_K2120418 | Composite | B0015+tetR+B0034+J23116+Ptet+B0034+mRFP+B0015 | 1816 | |
64 | BBa_K2120419 | Composite | B0015+tetR+B0034+J23109+Ptet+B0034+mRFP+B0015 | 1816 | |
65 | BBa_K2120420 | Composite | B0015+tetR+B0034+J23106+Ptet+B0034+mRFP+B0015 | 1816 | |
66 | BBa_K2120421 | Composite | B0015+cI+B0034+J23119+PR+B0032+mRFP+B0015 | 1902 | |
67 | BBa_K2120423 | Composite | B0015+cI+B0034+J23116+PR+B0032+mRFP+B0015 | 1902 | |
68 | BBa_K2120424 | Composite | B0015+cI+B0034+J23109+PR+B0032+mRFP+B0015 | 1902 | |
69 | BBa_K2120425 | Device | B0015+cI+B0034+J23106+PR+B0032+mRFP+B0015 | 1902 |