| Line 18: | Line 18: | ||
<script type="text/javascript" src="https://2019.igem.org/Team:TJUSLS_China/assets/js/srcjs?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2019.igem.org/Team:TJUSLS_China/assets/js/srcjs?action=raw&ctype=text/javascript"></script> | ||
<script type="text/javascript" src="https://2019.igem.org/Team:TJUSLS_China/assets/js/jqueryminjs?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2019.igem.org/Team:TJUSLS_China/assets/js/jqueryminjs?action=raw&ctype=text/javascript"></script> | ||
| − | + | ||
<title>Parts</title> | <title>Parts</title> | ||
| Line 34: | Line 34: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
| − | background: url("https://2019.igem.org/wiki/images/ | + | background: url("https://2019.igem.org/wiki/images/9/97/T--TJUSLS_China--bg.jpg") no-repeat center center; |
background-size: cover; | background-size: cover; | ||
z-index: -1; | z-index: -1; | ||
| Line 75: | Line 75: | ||
} | } | ||
#navbar { | #navbar { | ||
| − | + | height: 80px; | |
| − | + | ||
| − | height: | + | |
position: fixed; | position: fixed; | ||
top: 0; | top: 0; | ||
| − | background-color: # | + | margin-top: 16px; |
| + | background-color: #11253b; | ||
width: 100%; | width: 100%; | ||
| + | z-index: 100; | ||
| + | left: 0; | ||
} | } | ||
#navbar-logo { | #navbar-logo { | ||
| − | + | height: 50px; | |
| − | + | margin-top: 8px; | |
| − | margin- | + | margin-left: -20px; |
| − | margin- | + | margin-right: 15px; |
} | } | ||
#links { | #links { | ||
float: right; | float: right; | ||
| − | height: | + | height: 60px; |
} | } | ||
#links a { | #links a { | ||
| + | cursor: pointer; | ||
float: right; | float: right; | ||
| − | width: | + | width: 300px; |
| − | line-height: | + | line-height: 60px; |
| − | color: | + | color: white; |
font-size: 20px; | font-size: 20px; | ||
text-decoration: none; | text-decoration: none; | ||
| Line 104: | Line 106: | ||
} | } | ||
#links a:hover { | #links a:hover { | ||
| − | color: | + | color: rgb(172, 172, 172); |
} | } | ||
/*导航栏*/ | /*导航栏*/ | ||
| − | *{padding: 0; margin: 0;} | + | * { |
| − | .menuHolder {width:100px; height:100px; margin:0 0 250px 0; position:inherit;} | + | padding: 0; |
| − | .menuHolder ul {padding:0px; margin:0; list-style:none; position:inherit; left:0; top:0; width:0; height:0;} | + | margin: 0; |
| − | .menuHolder ul li {border-radius:0 0 300px 0; width:0; height:0;} | + | } |
| − | .menuHolder ul li a {color:#000; text-decoration:none; font:bold 13px/30px arial, sans-serif; text-align:center; | + | |
| − | box-shadow:-5px 5px 5px rgba(0,0,0,0.4);transform-origin:0 0;} | + | .menuHolder { |
| − | .menuHolder ul.p1 li {position:absolute; left:0; top:0;} | + | width: 100px; |
| − | .menuHolder ul.p2 {z-index:-1;} | + | height: 100px; |
| − | .menuHolder ul.p3 {z-index:-1;} | + | margin: 0 0 250px 0; |
| + | position: inherit; | ||
| + | } | ||
| + | .menuHolder { | ||
| + | position: fixed; | ||
| + | top: 16px; | ||
| + | z-index: 101; | ||
| + | } | ||
| + | |||
| + | .menuHolder ul { | ||
| + | padding: 0px; | ||
| + | margin: 0; | ||
| + | list-style: none; | ||
| + | position: inherit; | ||
| + | left: 0; | ||
| + | top: 0; | ||
| + | width: 0; | ||
| + | height: 0; | ||
| + | } | ||
| + | |||
| + | .menuHolder ul li { | ||
| + | border-radius: 0 0 300px 0; | ||
| + | width: 0; | ||
| + | height: 0; | ||
| + | } | ||
| + | |||
| + | .menuHolder ul li a { | ||
| + | color: #000; | ||
| + | text-decoration: none; | ||
| + | font: bold 13px/30px arial, sans-serif; | ||
| + | text-align: center; | ||
| + | box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.4); | ||
| + | transform-origin: 0 0; | ||
| + | } | ||
| + | |||
| + | .menuHolder ul.p1 li { | ||
| + | position: absolute; | ||
| + | left: 0; | ||
| + | top: 0; | ||
| + | } | ||
| + | |||
| + | .menuHolder ul.p2 { | ||
| + | z-index: -1; | ||
| + | } | ||
| + | |||
| + | .menuHolder ul.p3 { | ||
| + | z-index: -1; | ||
| + | } | ||
| + | |||
/*画第一个圆圈*/ | /*画第一个圆圈*/ | ||
| − | .menuHolder li.s1 > a {position:absolute; display:block; width:100px; height:100px; background:# | + | .menuHolder li.s1>a { |
| + | position: absolute; | ||
| + | display: block; | ||
| + | width: 100px; | ||
| + | height: 100px; | ||
| + | background: #11253b; | ||
| + | border-radius: 0 0 100px 0; | ||
| + | } | ||
| + | |||
/*画第二个圆圈*/ | /*画第二个圆圈*/ | ||
| − | .menuHolder li.s2 > a {position:absolute; display:block; width:200px; padding-left:100px; height:200px; background:#ddd; border-radius:0 0 200px 0;} | + | .menuHolder li.s2>a { |
| + | position: absolute; | ||
| + | display: block; | ||
| + | width: 200px; | ||
| + | padding-left: 100px; | ||
| + | height: 200px; | ||
| + | background: #ddd; | ||
| + | border-radius: 0 0 200px 0; | ||
| + | } | ||
| + | |||
/*画第三个圆圈*/ | /*画第三个圆圈*/ | ||
| − | .menuHolder ul.p3 li a {position:absolute; display:block; width:300px; padding-left:200px; height:300px; background:#999; border-radius:0 0 300px 0;} | + | .menuHolder ul.p3 li a { |
| + | position: absolute; | ||
| + | display: block; | ||
| + | width: 300px; | ||
| + | padding-left: 200px; | ||
| + | height: 300px; | ||
| + | background: #999; | ||
| + | border-radius: 0 0 300px 0; | ||
| + | } | ||
| + | |||
/*把第二第三个圆隐藏到角落里去,让视角看不到*/ | /*把第二第三个圆隐藏到角落里去,让视角看不到*/ | ||
| − | .menuHolder ul ul {transform-origin:0 0;transform:rotate(90deg);transition:1s; } | + | .menuHolder ul ul { |
| + | transform-origin: 0 0; | ||
| + | transform: rotate(90deg); | ||
| + | transition: 1s; | ||
| + | } | ||
| + | |||
/*绘制第二层的菜单*/ | /*绘制第二层的菜单*/ | ||
| − | .menuHolder li.s2:nth-of-type(8) > a {background:# | + | .menuHolder li.s2:nth-of-type(8)>a { |
| − | transform:rotate(78.25deg); | + | background: #888; |
| + | transform: rotate(78.25deg); | ||
} | } | ||
| − | .menuHolder li.s2:nth-of-type(7) > a {background:# | + | |
| − | transform:rotate(67.5deg); | + | .menuHolder li.s2:nth-of-type(7)>a { |
| + | background: #999; | ||
| + | transform: rotate(67.5deg); | ||
} | } | ||
| − | .menuHolder li.s2:nth-of-type(6) > a {background:# | + | |
| − | transform:rotate(56.25deg); | + | .menuHolder li.s2:nth-of-type(6)>a { |
| + | background: #aaa; | ||
| + | transform: rotate(56.25deg); | ||
} | } | ||
| − | .menuHolder li.s2:nth-of-type(5) > a {background:# | + | |
| − | transform:rotate(45deg); | + | .menuHolder li.s2:nth-of-type(5)>a { |
| + | background: #bbb; | ||
| + | transform: rotate(45deg); | ||
} | } | ||
| − | .menuHolder li.s2:nth-of-type(4) > a {background:# | + | |
| − | transform:rotate(33.75deg); | + | .menuHolder li.s2:nth-of-type(4)>a { |
| + | background: #ccc; | ||
| + | transform: rotate(33.75deg); | ||
} | } | ||
| − | .menuHolder li.s2:nth-of-type(3) > a {background:# | + | |
| − | transform:rotate(22.5deg); | + | .menuHolder li.s2:nth-of-type(3)>a { |
| + | background: #ddd; | ||
| + | transform: rotate(22.5deg); | ||
} | } | ||
| − | .menuHolder li.s2:nth-of-type(2) > a {background:# | + | |
| − | transform:rotate(11.25deg); | + | .menuHolder li.s2:nth-of-type(2)>a { |
| + | background: #eee; | ||
| + | transform: rotate(11.25deg); | ||
} | } | ||
| − | .menuHolder li.s2:nth-of-type(1) > a {background:# | + | |
| − | transform:rotate(0deg); | + | .menuHolder li.s2:nth-of-type(1)>a { |
| + | background: #fff; | ||
| + | transform: rotate(0deg); | ||
} | } | ||
| + | |||
/*绘制Parts的子菜单*/ | /*绘制Parts的子菜单*/ | ||
| − | .menuHolder .a6 li:nth-of-type(1) > a {background:# | + | .menuHolder .a6 li:nth-of-type(1)>a { |
| − | transform:rotate(0deg); | + | background: #fff; |
| + | transform: rotate(0deg); | ||
} | } | ||
| − | .menuHolder .a6 li:nth-of-type( | + | |
| − | transform:rotate( | + | .menuHolder .a6 li:nth-of-type(3)>a { |
| + | background: #ddd; | ||
| + | transform: rotate(45deg); | ||
} | } | ||
| − | .menuHolder .a6 li:nth-of-type( | + | |
| − | transform:rotate( | + | .menuHolder .a6 li:nth-of-type(2)>a { |
| + | background: #eee; | ||
| + | transform: rotate(22.5deg); | ||
} | } | ||
| − | .menuHolder .a6 li:nth-of-type( | + | .menuHolder .a6 li:nth-of-type(4)>a { |
| − | transform:rotate( | + | background: #ccc; |
| + | transform: rotate(67.5deg); | ||
} | } | ||
| − | |||
| − | .menuHolder .a5 li:nth-of-type(3) > a {background:# | + | /*绘制Team的子菜单*/ |
| − | transform:rotate(60deg); | + | |
| + | .menuHolder .a5 li:nth-of-type(3)>a { | ||
| + | background: #aaa; | ||
| + | transform: rotate(60deg); | ||
} | } | ||
| − | .menuHolder .a5 li:nth-of-type(2) > a {background:# | + | |
| − | transform:rotate(30deg); | + | .menuHolder .a5 li:nth-of-type(2)>a { |
| + | background: #ccc; | ||
| + | transform: rotate(30deg); | ||
} | } | ||
| − | .menuHolder .a5 li:nth-of-type(1) > a {background:# | + | |
| − | transform:rotate(0deg); | + | .menuHolder .a5 li:nth-of-type(1)>a { |
| + | background: #fff; | ||
| + | transform: rotate(0deg); | ||
} | } | ||
| + | |||
/*绘制Project的子菜单*/ | /*绘制Project的子菜单*/ | ||
| − | .menuHolder .a3 li:nth-of-type(1) > a {background:# | + | .menuHolder .a3 li:nth-of-type(1)>a { |
| − | transform:rotate(0deg); | + | background: #fff; |
| + | transform: rotate(0deg); | ||
} | } | ||
| − | .menuHolder .a3 li:nth-of-type(8) > a {background:# | + | |
| − | transform:rotate(78.75deg); | + | .menuHolder .a3 li:nth-of-type(8)>a { |
| + | background: #888; | ||
| + | transform: rotate(78.75deg); | ||
} | } | ||
| − | .menuHolder .a3 li:nth-of-type(7) > a {background:# | + | |
| − | transform:rotate(67.5deg); | + | .menuHolder .a3 li:nth-of-type(7)>a { |
| + | background: #999; | ||
| + | transform: rotate(67.5deg); | ||
} | } | ||
| − | .menuHolder .a3 li:nth-of-type(6) > a {background:# | + | |
| − | transform:rotate(56.25deg); | + | .menuHolder .a3 li:nth-of-type(6)>a { |
| + | background: #aaa; | ||
| + | transform: rotate(56.25deg); | ||
} | } | ||
| − | .menuHolder .a3 li:nth-of-type(5) > a {background:# | + | |
| − | transform:rotate(45deg); | + | .menuHolder .a3 li:nth-of-type(5)>a { |
| + | background: #bbb; | ||
| + | transform: rotate(45deg); | ||
} | } | ||
| − | .menuHolder .a3 li:nth-of-type(4) > a {background:# | + | |
| − | transform:rotate(33.75deg); | + | .menuHolder .a3 li:nth-of-type(4)>a { |
| + | background: #ccc; | ||
| + | transform: rotate(33.75deg); | ||
} | } | ||
| − | .menuHolder .a3 li:nth-of-type(3) > a {background:# | + | |
| − | transform:rotate(22.5deg); | + | .menuHolder .a3 li:nth-of-type(3)>a { |
| + | background: #ddd; | ||
| + | transform: rotate(22.5deg); | ||
} | } | ||
| − | .menuHolder .a3 li:nth-of-type(2) > a {background:# | + | |
| − | transform:rotate(11.25deg); | + | .menuHolder .a3 li:nth-of-type(2)>a { |
| + | background: #eee; | ||
| + | transform: rotate(11.25deg); | ||
} | } | ||
| − | .menuHolder .a7 li:nth-of-type(2) > a {background:# | + | .menuHolder .a7 li:nth-of-type(2)>a { |
| − | transform:rotate(45deg); | + | background: #aaa; |
| + | transform: rotate(45deg); | ||
} | } | ||
| − | .menuHolder .a7 li:nth-of-type(1) > a {background:# | + | |
| − | transform:rotate(0deg); | + | .menuHolder .a7 li:nth-of-type(1)>a { |
| + | background: #fff; | ||
| + | transform: rotate(0deg); | ||
} | } | ||
| + | |||
/*鼠标滑过第一层菜单展开第二层菜单*/ | /*鼠标滑过第一层菜单展开第二层菜单*/ | ||
.menuHolder li.s1:hover ul.p2 { | .menuHolder li.s1:hover ul.p2 { | ||
| − | transform:rotate(0deg); | + | transform: rotate(0deg); |
} | } | ||
| + | |||
/*鼠标滑过第二层菜单展开第三层菜单*/ | /*鼠标滑过第二层菜单展开第三层菜单*/ | ||
.menuHolder li.s2:hover ul.p3 { | .menuHolder li.s2:hover ul.p3 { | ||
| − | transform:rotate(0deg); | + | transform: rotate(0deg); |
} | } | ||
| + | |||
/*鼠标滑过改变背景颜色和文字颜色*/ | /*鼠标滑过改变背景颜色和文字颜色*/ | ||
| − | .menuHolder ul li:hover > a {background:# | + | .menuHolder ul li:hover>a { |
| − | .menuHolder li.s2:hover > a {background:# | + | background: #11253b; |
| − | .menuHolder .a6 li:hover > a {background:# | + | color: #fff; |
| − | .menuHolder .a5 li:hover > a {background:# | + | } |
| − | .menuHolder .a3 li:hover > a {background:# | + | |
| − | .menuHolder .a7 li:hover > a {background:# | + | .menuHolder li.s2:hover>a { |
| + | background: #11253b; | ||
| + | color: #fff; | ||
| + | } | ||
| + | |||
| + | .menuHolder .a6 li:hover>a { | ||
| + | background: #11253b; | ||
| + | color: #fff; | ||
| + | } | ||
| + | |||
| + | .menuHolder .a5 li:hover>a { | ||
| + | background: #11253b; | ||
| + | color: #fff; | ||
| + | } | ||
| + | |||
| + | .menuHolder .a3 li:hover>a { | ||
| + | background: #11253b; | ||
| + | color: #fff; | ||
| + | } | ||
| + | |||
| + | .menuHolder .a7 li:hover>a { | ||
| + | background: #11253b; | ||
| + | color: #fff; | ||
| + | } | ||
.footer1{ | .footer1{ | ||
| Line 303: | Line 457: | ||
border-top: 2px solid black; | border-top: 2px solid black; | ||
padding: 8px; | padding: 8px; | ||
| − | background: # | + | background: #11253b; |
border-top:none; | border-top:none; | ||
| Line 391: | Line 545: | ||
</style> | </style> | ||
| − | + | <script> | |
| + | $(document).ready(function () { | ||
| + | $(window).scrollTop(0); | ||
| + | }) | ||
| + | window.onload = function () { | ||
| + | setTimeout(() => window.scrollTo(0, 0), 1) | ||
| + | $("#title").css("margin-top", document.documentElement.clientHeight); | ||
| + | $("#black-content").css("background-color", "rgba(0,0,0," + $(window).scrollTop() / document.documentElement.clientHeight * 0.6 + ")"); | ||
| + | var textUp = 0; | ||
| + | var height; | ||
| + | $(window).scroll(function () { | ||
| + | height = $(window).scrollTop(); | ||
| + | if (height < document.documentElement.clientHeight) { | ||
| + | $("#black-content").css("background-color", "rgba(0,0,0," + $(window).scrollTop() / document.documentElement.clientHeight * 0.6 + ")"); | ||
| + | } | ||
| + | if (height > document.documentElement.clientHeight && !textUp) { | ||
| + | textUp = 1; | ||
| + | $("#title").css("margin-top", "0"); | ||
| + | $("#title").addClass("left"); | ||
| + | $("#main").removeClass("fixed"); | ||
| + | $("#bg-img").css("margin-top", height + "px"); | ||
| + | $("#title").addClass("hidden"); | ||
| + | $("#title-cover").removeClass("hidden"); | ||
| + | } | ||
| + | if (height < document.documentElement.clientHeight && textUp) { | ||
| + | textUp = 0; | ||
| + | $("#title").removeClass("hidden"); | ||
| + | $("#title-cover").addClass("hidden"); | ||
| + | $("#main").addClass("fixed"); | ||
| + | $("#bg-img").css("margin-top", "0"); | ||
| + | $("#title").css("margin-top", document.documentElement.clientHeight); | ||
| + | $("#title").removeClass("left"); | ||
| + | $("#main").addClass("fixed"); | ||
| + | window.scrollTo({ | ||
| + | top: height, | ||
| + | behavior: "instant" | ||
| + | }); | ||
| + | } | ||
| + | }) | ||
| + | } | ||
| + | </script> | ||
| + | |||
</head> | </head> | ||
<body> | <body> | ||
| Line 401: | Line 596: | ||
<a href="#2">Basic Part Collection</a> | <a href="#2">Basic Part Collection</a> | ||
<a href="#1">Parts Overview</a> | <a href="#1">Parts Overview</a> | ||
| − | |||
</div> | </div> | ||
<div class="menuHolder" > | <div class="menuHolder" > | ||
| Line 407: | Line 601: | ||
<ul class="p1"> | <ul class="p1"> | ||
<li class="s1"> | <li class="s1"> | ||
| − | <a href="#url | + | <a href="#url" > |
| − | + | <img src="https://2019.igem.org/wiki/images/4/48/T--TJUSLS_China--logo.svg" alt="TJUSLS" id="navbar-logo"> | |
| − | + | ||
</a> | </a> | ||
| − | <ul class="p2"> | + | <ul class="p2" style="transform: rotate(0deg);"> |
<li class="s2"><a href="#url"><span>HOME</span></a></li> | <li class="s2"><a href="#url"><span>HOME</span></a></li> | ||
<li class="s2"><a href="#url"><span>PROJECT</span></a> | <li class="s2"><a href="#url"><span>PROJECT</span></a> | ||
| Line 433: | Line 626: | ||
<li><a href="#">Basic parts</a></li> | <li><a href="#">Basic parts</a></li> | ||
<li><a href="#">Composite parts</a></li> | <li><a href="#">Composite parts</a></li> | ||
| − | <li><a href="#">Part | + | <li><a href="#">Part Collection</a></li> |
</ul> | </ul> | ||
</li> | </li> | ||
| Line 571: | Line 764: | ||
<div class="col-lg-6 "> | <div class="col-lg-6 "> | ||
<div> | <div> | ||
| − | |||
<!-- countTo_module --> | <!-- countTo_module --> | ||
| − | <div class="countTo_module" | + | <div class="countTo_module"> |
| − | <div class="countTo__icon"><i class="pe-7s-settings"></i></div><span | + | <div class="countTo__icon"><i class="pe-7s-settings"></i></div><span id="span1" style=" font-size: 60px;font-weight: bold;margin-top: 10px;line-height: normal;display: block;font-family: sans-serif;color:#65dbff ">0</span> |
<h3 class="countTo__title">Basic Parts</h3> | <h3 class="countTo__title">Basic Parts</h3> | ||
</div><!-- End / countTo_module --> | </div><!-- End / countTo_module --> | ||
| − | |||
</div> | </div> | ||
</div> | </div> | ||
<div class="col-lg-6 "> | <div class="col-lg-6 "> | ||
<div> | <div> | ||
| − | |||
<!-- countTo_module --> | <!-- countTo_module --> | ||
| − | <div class="countTo_module" | + | <div class="countTo_module" > |
| − | <div class="countTo__icon"><i class="pe-7s-bookmarks"></i></div><span | + | <div class="countTo__icon"><i class="pe-7s-bookmarks"></i></div><span id="span2" style=" font-size: 60px;font-weight: bold;margin-top: 10px;line-height: normal;display: block;font-family: sans-serif;color:#65dbff">0</span> |
<h3 class="countTo__title">Composite Parts</h3> | <h3 class="countTo__title">Composite Parts</h3> | ||
</div><!-- End / countTo_module --> | </div><!-- End / countTo_module --> | ||
| − | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
</section> | </section> | ||
| + | <script> | ||
| + | var num1 = 0; | ||
| + | var num2 = 0; | ||
| + | var t = setInterval(function(){ | ||
| + | num1 = num1 + 1; | ||
| + | var span1 = document.getElementById("span1"); | ||
| + | span1.innerText = num1; | ||
| + | if(num1 == 38){ | ||
| + | clearInterval(t); | ||
| + | } | ||
| + | },100); | ||
| + | var t2 = setInterval(function(){ | ||
| + | num2= num2 + 1; | ||
| + | var span2 = document.getElementById("span2"); | ||
| + | span2.innerText = num2; | ||
| + | if(num2 == 172){ | ||
| + | clearInterval(t2); | ||
| + | } | ||
| + | },30); | ||
| + | </script> | ||
<section class="awe-section" id="2" style="background: white"> | <section class="awe-section" id="2" style="background: white"> | ||
| Line 622: | Line 831: | ||
//mouseover():鼠标滑动事件,设置tr背景色 | //mouseover():鼠标滑动事件,设置tr背景色 | ||
$("#table tr").mouseover(function(){ | $("#table tr").mouseover(function(){ | ||
| − | $(this).css("background","# | + | $(this).css("background","#ff5a55"); |
}); | }); | ||
//当鼠标移出tr时,设置背景色 | //当鼠标移出tr时,设置背景色 | ||
| Line 635: | Line 844: | ||
<table class="table" id="table"> | <table class="table" id="table"> | ||
<tr> | <tr> | ||
| − | <th style="font-size: 18px">Remark</th> | + | <th style="font-size: 18px;color: white">Remark</th> |
| − | <th style="font-size: 18px">Part Number</th> | + | <th style="font-size: 18px;color: white">Part Number</th> |
| − | <th style="font-size: 18px">Description</th> | + | <th style="font-size: 18px;color: white">Description</th> |
| − | <th style="font-size: 18px">Type</th> | + | <th style="font-size: 18px;color: white">Type</th> |
| − | <th style="font-size: 18px">Length</th> | + | <th style="font-size: 18px;color: white">Length</th> |
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 646: | Line 855: | ||
<td>T7 promoter</td> | <td>T7 promoter</td> | ||
<td>Regulatory</td> | <td>Regulatory</td> | ||
| − | <td> | + | <td>19</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 653: | Line 862: | ||
<td>lac operator</td> | <td>lac operator</td> | ||
<td>Regulatory</td> | <td>Regulatory</td> | ||
| − | <td> | + | <td>28</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 660: | Line 869: | ||
<td>RBS b(T7)</td> | <td>RBS b(T7)</td> | ||
<td>RBS</td> | <td>RBS</td> | ||
| − | <td> | + | <td>7</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 667: | Line 876: | ||
<td>Tac promoter</td> | <td>Tac promoter</td> | ||
<td>Regulatory</td> | <td>Regulatory</td> | ||
| − | <td> | + | <td>29</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 674: | Line 883: | ||
<td>Linker e(recognition site of Prescission Protease)</td> | <td>Linker e(recognition site of Prescission Protease)</td> | ||
<td>DNA</td> | <td>DNA</td> | ||
| − | <td> | + | <td>27</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 681: | Line 890: | ||
<td>His-Linker a-SUMO</td> | <td>His-Linker a-SUMO</td> | ||
<td>Tag</td> | <td>Tag</td> | ||
| + | <td>335</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>7</td> | ||
| + | <td>BBa_K2933030</td> | ||
| + | <td>T7 terminator</td> | ||
| + | <td>Terminator</td> | ||
| + | <td>48</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>8</td> | ||
| + | <td>BBa_K2933032</td> | ||
| + | <td>Linker a(Nde I and Nhe I)</td> | ||
| + | <td>DNA</td> | ||
| + | <td>12</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>9</td> | ||
| + | <td>BBa_K2933033</td> | ||
| + | <td>Linker b(BamH I )</td> | ||
| + | <td>DNA</td> | ||
<td>6</td> | <td>6</td> | ||
</tr> | </tr> | ||
| + | <tr> | ||
| + | <td>10</td> | ||
| + | <td>BBa_K2933034</td> | ||
| + | <td>Linker c(Xho l )</td> | ||
| + | <td>DNA</td> | ||
| + | <td>6</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>11</td> | ||
| + | <td>BBa_K2933035</td> | ||
| + | <td>Linker d(Nco I )</td> | ||
| + | <td>DNA</td> | ||
| + | <td>6</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>12</td> | ||
| + | <td>BBa_K2933036</td> | ||
| + | <td>Linker f (thrombin+T7 tag)</td> | ||
| + | <td>DNA</td> | ||
| + | <td>54</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>13</td> | ||
| + | <td>BBa_K2933037</td> | ||
| + | <td>His</td> | ||
| + | <td>Tag</td> | ||
| + | <td>18</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>14</td> | ||
| + | <td>BBa_K2933038</td> | ||
| + | <td>Sumo tag</td> | ||
| + | <td>Tag</td> | ||
| + | <td>291</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>15</td> | ||
| + | <td>BBa_K2933039</td> | ||
| + | <td>RBS a(Tac)</td> | ||
| + | <td>RBS</td> | ||
| + | <td>6</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>16</td> | ||
| + | <td>BBa_K2933040</td> | ||
| + | <td>Linker g(6p)</td> | ||
| + | <td>DNA</td> | ||
| + | <td>8</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>17</td> | ||
| + | <td>BBa_K2933041</td> | ||
| + | <td>Linker h(28a)</td> | ||
| + | <td>DNA</td> | ||
| + | <td>19</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>18</td> | ||
| + | <td>BBa_K2933042</td> | ||
| + | <td>Tac promoter+RBS a</td> | ||
| + | <td>Regulatory</td> | ||
| + | <td>74</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>19</td> | ||
| + | <td>BBa_K2933043</td> | ||
| + | <td>T7 promoter+RBS b</td> | ||
| + | <td>Regulatory</td> | ||
| + | <td>99</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>※20</td> | ||
| + | <td>BBa_K2933001</td> | ||
| + | <td>NDM-23</td> | ||
| + | <td>Coding</td> | ||
| + | <td>813</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>※21</td> | ||
| + | <td>BBa_K2933002</td> | ||
| + | <td>SPG-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>858</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>※22</td> | ||
| + | <td>BBa_K2933025</td> | ||
| + | <td>ElBla2-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>786</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>※23</td> | ||
| + | <td>BBa_K2933004</td> | ||
| + | <td>AFM-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>804</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>24</td> | ||
| + | <td>BBa_K2933005</td> | ||
| + | <td>MYX-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>786</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>25</td> | ||
| + | <td>BBa_K2933006</td> | ||
| + | <td>IND-10</td> | ||
| + | <td>Coding</td> | ||
| + | <td>720</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>26</td> | ||
| + | <td>BBa_K2933008</td> | ||
| + | <td>PEDO-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>864</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>27</td> | ||
| + | <td>BBa_K2933009</td> | ||
| + | <td>CPS-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>873</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>28</td> | ||
| + | <td>BBa_K2933010</td> | ||
| + | <td>MUS-2</td> | ||
| + | <td>Coding</td> | ||
| + | <td>741</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>29</td> | ||
| + | <td>BBa_K2933011</td> | ||
| + | <td>GIM-2</td> | ||
| + | <td>Coding</td> | ||
| + | <td>753</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>30</td> | ||
| + | <td>BBa_K2933012</td> | ||
| + | <td>JOHN-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>747</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>31</td> | ||
| + | <td>BBa_K2933013</td> | ||
| + | <td>SHD</td> | ||
| + | <td>Coding</td> | ||
| + | <td>810</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>31</td> | ||
| + | <td>BBa_K2933014</td> | ||
| + | <td>BcII-194</td> | ||
| + | <td>Coding</td> | ||
| + | <td>771</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>32</td> | ||
| + | <td>BBa_K2933015</td> | ||
| + | <td>TMB-2</td> | ||
| + | <td>Coding</td> | ||
| + | <td>738</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>33</td> | ||
| + | <td>BBa_K2933016</td> | ||
| + | <td>VIM-66</td> | ||
| + | <td>Coding</td> | ||
| + | <td>801</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>34</td> | ||
| + | <td>BBa_K2933017</td> | ||
| + | <td>PST-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>729</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>35</td> | ||
| + | <td>BBa_K2933018</td> | ||
| + | <td>ARL-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>849</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>36</td> | ||
| + | <td>BBa_K2933019</td> | ||
| + | <td>BlaB-14</td> | ||
| + | <td>Coding</td> | ||
| + | <td>747</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>37</td> | ||
| + | <td>BBa_K2933020</td> | ||
| + | <td>IMP-71</td> | ||
| + | <td>Coding</td> | ||
| + | <td>741</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>38</td> | ||
| + | <td>BBa_K2933021</td> | ||
| + | <td>Fla.103</td> | ||
| + | <td>Coding</td> | ||
| + | <td>753</td> | ||
| + | </tr> | ||
| + | |||
</table> | </table> | ||
</div> | </div> | ||
| Line 742: | Line 1,183: | ||
//mouseover():鼠标滑动事件,设置tr背景色 | //mouseover():鼠标滑动事件,设置tr背景色 | ||
$("#table2 tr").mouseover(function(){ | $("#table2 tr").mouseover(function(){ | ||
| − | $(this).css("background","# | + | $(this).css("background","#ff5a55"); |
}); | }); | ||
//当鼠标移出tr时,设置背景色 | //当鼠标移出tr时,设置背景色 | ||
| Line 755: | Line 1,196: | ||
<table class="table" id="table2"> | <table class="table" id="table2"> | ||
<tr> | <tr> | ||
| − | <th style="font-size: 18px">Remark</th> | + | <th style="font-size: 18px;color: white">Remark</th> |
| − | <th style="font-size: 18px">Part Number</th> | + | <th style="font-size: 18px;color: white">Part Number</th> |
| − | <th style="font-size: 18px">Description</th> | + | <th style="font-size: 18px;color: white">Description</th> |
| − | <th style="font-size: 18px">Type</th> | + | <th style="font-size: 18px;color: white">Type</th> |
| − | <th style="font-size: 18px">Length</th> | + | <th style="font-size: 18px;color: white">Length</th> |
</tr> | </tr> | ||
<tr> | <tr> | ||
| − | <td> | + | <td>1※</td> |
<td>BBa_K2933101</td> | <td>BBa_K2933101</td> | ||
<td>GST+Linker e+NDM-23</td> | <td>GST+Linker e+NDM-23</td> | ||
<td>Coding</td> | <td>Coding</td> | ||
| − | <td> | + | <td>1511</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>2</td> | <td>2</td> | ||
| − | <td> | + | <td>BBa_K2933102</td> |
| − | <td> | + | <td>His+Linker a+Sumo+Linker b+SPG-1</td> |
<td>Coding</td> | <td>Coding</td> | ||
| − | <td> | + | <td>1213</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>3</td> | <td>3</td> | ||
| − | <td> | + | <td>BBa_K2933103</td> |
| − | <td> | + | <td>His+Linker a+Sumo+Linker b+ElBla2-1</td> |
<td>Coding</td> | <td>Coding</td> | ||
| − | <td> | + | <td>1141</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 787: | Line 1,228: | ||
<td>GST+Linker e+AFM-1</td> | <td>GST+Linker e+AFM-1</td> | ||
<td>Coding</td> | <td>Coding</td> | ||
| − | <td> | + | <td>1502</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>5</td> | <td>5</td> | ||
| + | <td>BBa_K2933105</td> | ||
| + | <td>GST+Linker e+SPG-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1556</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>6</td> | ||
| + | <td>BBa_K2933106</td> | ||
| + | <td>GST+Linker e+ElBla2-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1484</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>7</td> | ||
<td>BBa_K2933107</td> | <td>BBa_K2933107</td> | ||
<td>GST+Linker e+ MYX-1</td> | <td>GST+Linker e+ MYX-1</td> | ||
<td>Coding</td> | <td>Coding</td> | ||
| − | <td> | + | <td>1484</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
| − | <td> | + | <td>8</td> |
<td>BBa_K2933108</td> | <td>BBa_K2933108</td> | ||
<td>GST+Linker e+IND-10</td> | <td>GST+Linker e+IND-10</td> | ||
<td>Coding</td> | <td>Coding</td> | ||
| − | <td> | + | <td>1418</td> |
| + | </tr> | ||
| + | <tr> | ||
| + | <td>9</td> | ||
| + | <td>BBa_K2933109</td> | ||
| + | <td>GST+Linker e+IND-10</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1562</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>10</td> | ||
| + | <td>BBa_K2933111</td> | ||
| + | <td>GST+Linker e+MUS-2</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1439</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>11</td> | ||
| + | <td>BBa_K2933112</td> | ||
| + | <td>GST+Linker e+GIM-2</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1451</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>12</td> | ||
| + | <td>BBa_K2933113</td> | ||
| + | <td>GST+Linker e+JOHN-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1445</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>13</td> | ||
| + | <td>BBa_K2933114</td> | ||
| + | <td>GST+Linker e+SHD</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1508</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>14</td> | ||
| + | <td>BBa_K2933115</td> | ||
| + | <td>GST+Linker e+BcII-194</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1469</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>15</td> | ||
| + | <td>BBa_K2933116</td> | ||
| + | <td>GST+Linker e+TMB-2</td> | ||
| + | <td>Coding<1/td> | ||
| + | <td>1436</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>16</td> | ||
| + | <td>BBa_K2933117</td> | ||
| + | <td>GST+Linker e+VIM-66</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1499</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>17</td> | ||
| + | <td>BBa_K2933118</td> | ||
| + | <td>GST+Linker e+PST-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1427</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>18</td> | ||
| + | <td>BBa_K2933119</td> | ||
| + | <td>GST+Linker e+ARL-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1547</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>19</td> | ||
| + | <td>BBa_K2933120</td> | ||
| + | <td>GST+Linker e+BlaB-14</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1445</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>20</td> | ||
| + | <td>BBa_K2933121</td> | ||
| + | <td>GST+Linker e+IMP-71</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1439</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>21</td> | ||
| + | <td>BBa_K2933123</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+NDM-23</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1168</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>22</td> | ||
| + | <td>BBa_K2933124</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+AFM-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1159</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>23</td> | ||
| + | <td>BBa_K2933125</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+ MYX-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1141</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>24</td> | ||
| + | <td>BBa_K2933126</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+IND-10</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1075</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>25</td> | ||
| + | <td>BBa_K2933127</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+PEDO-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1219</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>26</td> | ||
| + | <td>BBa_K2933128</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+CPS-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1228</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>27</td> | ||
| + | <td>BBa_K2933129</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+MUS-2</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1096</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>28</td> | ||
| + | <td>BBa_K2933130</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+GIM-2</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1108</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>29</td> | ||
| + | <td>BBa_K2933132</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+SHD</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1165</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>30</td> | ||
| + | <td>BBa_K2933133</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+BcII-194</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1126</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>31</td> | ||
| + | <td>BBa_K2933134</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+TMB-2</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1093</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>32</td> | ||
| + | <td>BBa_K2933135</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+VIM-66</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1156</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>33</td> | ||
| + | <td>BBa_K2933136</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+PST-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1084</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>34</td> | ||
| + | <td>BBa_K2933137</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+ARL-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1204</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>35</td> | ||
| + | <td>BBa_K2933138</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+BlaB-14</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1102</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>36</td> | ||
| + | <td>BBa_K2933139</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+IMP-71</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1096</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>37</td> | ||
| + | <td>BBa_K2933140</td> | ||
| + | <td>His+Linker a+Sumo+Linker b+Fla.103</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1108</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>38</td> | ||
| + | <td>BBa_K2933141</td> | ||
| + | <td>His+Linker f+NDM-23</td> | ||
| + | <td>Coding</td> | ||
| + | <td>899</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>39</td> | ||
| + | <td>BBa_K2933142</td> | ||
| + | <td>His+Linker f+SPG-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>944</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>40</td> | ||
| + | <td>BBa_K2933143</td> | ||
| + | <td>His+Linker f+ElBla2-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>872</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>41</td> | ||
| + | <td>BBa_K2933144</td> | ||
| + | <td>His+Linker f+AFM-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>890</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>42</td> | ||
| + | <td>BBa_K2933145</td> | ||
| + | <td>His+Linker f+ MYX-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>872</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>43</td> | ||
| + | <td>BBa_K2933146</td> | ||
| + | <td>His+Linker f+IND-10</td> | ||
| + | <td>Coding</td> | ||
| + | <td>806</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>44</td> | ||
| + | <td>BBa_K2933147</td> | ||
| + | <td>His+Linker f+PEDO-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>950</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>45</td> | ||
| + | <td>BBa_K2933148</td> | ||
| + | <td>His+Linker f+CPS-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>959</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>46</td> | ||
| + | <td>BBa_K2933149</td> | ||
| + | <td>His+Linker f+MUS-2</td> | ||
| + | <td>Coding</td> | ||
| + | <td>827</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>47</td> | ||
| + | <td>BBa_K2933150</td> | ||
| + | <td>His+Linker f+GIM-2</td> | ||
| + | <td>Coding</td> | ||
| + | <td>839</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>48</td> | ||
| + | <td>BBa_K2933151</td> | ||
| + | <td>His+Linker f+JOHN-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>833</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>49</td> | ||
| + | <td>BBa_K2933152</td> | ||
| + | <td>His+Linker f+SHD</td> | ||
| + | <td>Coding</td> | ||
| + | <td>896</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>50</td> | ||
| + | <td>BBa_K2933153</td> | ||
| + | <td>His+Linker f+BcII-194</td> | ||
| + | <td>Coding</td> | ||
| + | <td>857</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>51</td> | ||
| + | <td>BBa_K2933154</td> | ||
| + | <td>His+Linker f+TMB-2</td> | ||
| + | <td>Coding</td> | ||
| + | <td>824</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>52</td> | ||
| + | <td>BBa_K2933155</td> | ||
| + | <td>His+Linker f+VIM-66</td> | ||
| + | <td>Coding</td> | ||
| + | <td>887</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>53</td> | ||
| + | <td>BBa_K2933156</td> | ||
| + | <td>His+Linker f+PST-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>815</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>54</td> | ||
| + | <td>BBa_K2933157</td> | ||
| + | <td>His+Linker f+ARL-1</td> | ||
| + | <td>Coding</td> | ||
| + | <td>935</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>55</td> | ||
| + | <td>BBa_K2933158</td> | ||
| + | <td>His+Linker f+BlaB-14</td> | ||
| + | <td>Coding</td> | ||
| + | <td>833</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>56</td> | ||
| + | <td>BBa_K2933159</td> | ||
| + | <td>His+Linker f+IMP-71</td> | ||
| + | <td>Coding</td> | ||
| + | <td>827</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>57</td> | ||
| + | <td>BBa_K2933160</td> | ||
| + | <td>His+Linker f+Fla.103</td> | ||
| + | <td>Coding</td> | ||
| + | <td>839</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>58</td> | ||
| + | <td>BBa_K2933161</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker e+NDM-23</td> | ||
| + | <td>composite</td> | ||
| + | <td>1607</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>59</td> | ||
| + | <td>BBa_K2933162</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+SPG-1</td> | ||
| + | <td>composite</td> | ||
| + | <td>1652</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>60</td> | ||
| + | <td>BBa_K2933163</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+ElBla2-1</td> | ||
| + | <td>composite</td> | ||
| + | <td>1580</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>61</td> | ||
| + | <td>BBa_K2933164</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+AFM-1</td> | ||
| + | <td>composite</td> | ||
| + | <td>1598</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>62</td> | ||
| + | <td>BBa_K2933165</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker e+ | ||
| + | MYX-1</td> | ||
| + | <td>composite</td> | ||
| + | <td>1580</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>63</td> | ||
| + | <td>BBa_K2933166</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+IND-10</td> | ||
| + | <td>composite</td> | ||
| + | <td>1514</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>64</td> | ||
| + | <td>BBa_K2933167</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+PEDO-1</td> | ||
| + | <td>composite</td> | ||
| + | <td>1658</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>65</td> | ||
| + | <td>BBa_K2933169</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+MUS-2</td> | ||
| + | <td>composite</td> | ||
| + | <td>1535</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>66</td> | ||
| + | <td>BBa_K2933170</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+GIM-2</td> | ||
| + | <td>composite</td> | ||
| + | <td>1547</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>67</td> | ||
| + | <td>BBa_K2933171</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+JOHN-1</td> | ||
| + | <td>composite</td> | ||
| + | <td>1541</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>68</td> | ||
| + | <td>BBa_K2933172</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker e+SHD</td> | ||
| + | <td>composite</td> | ||
| + | <td>1604</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>69</td> | ||
| + | <td>BBa_K2933173</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+BcII-194</td> | ||
| + | <td>composite</td> | ||
| + | <td>1565</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>70</td> | ||
| + | <td>BBa_K2933174</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+TMB-2</td> | ||
| + | <td>composite</td> | ||
| + | <td>1532</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>71</td> | ||
| + | <td>BBa_K2933175</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+VIM-66</td> | ||
| + | <td>composite</td> | ||
| + | <td>1595</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>72</td> | ||
| + | <td>BBa_K2933176</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+PST-1</td> | ||
| + | <td>composite</td> | ||
| + | <td>1523</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>73</td> | ||
| + | <td>BBa_K2933177</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+ARL-1</td> | ||
| + | <td>composite</td> | ||
| + | <td>1643</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>74</td> | ||
| + | <td>BBa_K2933178</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+BlaB-14</td> | ||
| + | <td>composite</td> | ||
| + | <td>1541</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>75</td> | ||
| + | <td>BBa_K2933179</td> | ||
| + | <td>Tac promoter+RBS a+Linker g+GST+Linker | ||
| + | e+IMP-71</td> | ||
| + | <td>composite</td> | ||
| + | <td>1535</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>76</td> | ||
| + | <td>BBa_K2933182</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker | ||
| + | a+Sumo+Linker b+NDM-23+T7 terminator</td> | ||
| + | <td>composite</td> | ||
| + | <td>1358</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>77</td> | ||
| + | <td>BBa_K2933183</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker | ||
| + | a+Sumo+Linker b+SPG-1+T7 terminator</td> | ||
| + | <td>composite</td> | ||
| + | <td>1403</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>78</td> | ||
| + | <td>BBa_K2933184</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker | ||
| + | b+ElBla2-1+T7 terminator</td> | ||
| + | <td>composite</td> | ||
| + | <td>1331</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>79</td> | ||
| + | <td>BBa_K2933185</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker | ||
| + | a+Sumo+Linker b+AFM-1+T7 terminator</td> | ||
| + | <td>composite</td> | ||
| + | <td>1349</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>80</td> | ||
| + | <td>BBa_K2933186</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker | ||
| + | a+Sumo+Linker b+ MYX-1+T7 terminator</td> | ||
| + | <td>composite</td> | ||
| + | <td>1331</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>81</td> | ||
| + | <td>BBa_K2933187</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker | ||
| + | a+Sumo+Linker b+IND-10+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1265</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>82</td> | ||
| + | <td>BBa_K2933188</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+PEDO-1+T7 | ||
| + | terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1409</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>83</td> | ||
| + | <td>BBa_K2933189</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+CPS-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1418</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>84</td> | ||
| + | <td>BBa_K2933190</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+MUS-2+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1286</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>85</td> | ||
| + | <td>BBa_K2933191</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+GIM-2+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1298</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>86</td> | ||
| + | <td>BBa_K2933193</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+SHD+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1355</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>87</td> | ||
| + | <td>BBa_K2933194</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+BCII-194+T7 | ||
| + | terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1316</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>88</td> | ||
| + | <td>BBa_K2933195</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+TMB-2+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1283</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>89</td> | ||
| + | <td>BBa_K2933196</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+VIM-66+T7 | ||
| + | terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1346</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>90</td> | ||
| + | <td>BBa_K2933197</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+PST-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1274</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>91</td> | ||
| + | <td>BBa_K2933198</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+ARL-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1394</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>92</td> | ||
| + | <td>BBa_K2933199</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+BlaB-14+T7 | ||
| + | terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1292</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>93</td> | ||
| + | <td>BBa_K2933200</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+IMP-71+T7 | ||
| + | terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1286</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>94</td> | ||
| + | <td>BBa_K2933201</td> | ||
| + | <td>T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+Fla.103+T7 | ||
| + | terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1298</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>95</td> | ||
| + | <td>BBa_K2933203</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+NDM-23+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1065</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>96</td> | ||
| + | <td>BBa_K2933204</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+SPG-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1110</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>97</td> | ||
| + | <td>BBa_K2933205</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+ElBlaII+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1038</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>98</td> | ||
| + | <td>BBa_K2933206</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+AFM-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1056</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>99</td> | ||
| + | <td>BBa_K2933207</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+MYX-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1038</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>100</td> | ||
| + | <td>BBa_K2933208</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+IND-10+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>972</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>101</td> | ||
| + | <td>BBa_K2933209</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+PEDO-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1116</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>102</td> | ||
| + | <td>BBa_K2933210</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+CPS-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1125</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>103</td> | ||
| + | <td>BBa_K2933211</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+MUS-2+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>993</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>104</td> | ||
| + | <td>BBa_K2933212</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+GIM-2+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1005</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>105</td> | ||
| + | <td>BBa_K2933213</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+JOHN-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>999</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>106</td> | ||
| + | <td>BBa_K2933214</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+SHD+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1062</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>107</td> | ||
| + | <td>BBa_K2933215</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+BCll-194+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1023</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>108</td> | ||
| + | <td>BBa_K2933216</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+TMB-2+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>990</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>109</td> | ||
| + | <td>BBa_K2933217</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+VIM-66+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1053</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>110</td> | ||
| + | <td>BBa_K2933218</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+PST-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>981</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>111</td> | ||
| + | <td>BBa_K2933219</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+ARL-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1101</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>112</td> | ||
| + | <td>BBa_K2933220</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+BIaB-14+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>999</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>113</td> | ||
| + | <td>BBa_K2933221</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+IMP-71+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>993</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>114</td> | ||
| + | <td>BBa_K2933222</td> | ||
| + | <td>T7 promoter+RBS b+Linker h+His+Linker f+Fla.103+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1005</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>115</td> | ||
| + | <td>BBa_K2933223</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+NDM-23</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1539</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>116</td> | ||
| + | <td>BBa_K2933224</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+SPG-1</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1584</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>117</td> | ||
| + | <td>BBa_K2933225</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+ElBlaII</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1512</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>118</td> | ||
| + | <td>BBa_K2933226</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+AFM-1</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1530</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>119</td> | ||
| + | <td>BBa_K2933227</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+MYX-1</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1512</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>120</td> | ||
| + | <td>BBa_K2933228</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+IND-10</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1446</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>121</td> | ||
| + | <td>BBa_K2933229</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+PEDO-1</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1590</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>122</td> | ||
| + | <td>BBa_K2933231</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+MUS-2</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1467</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>123</td> | ||
| + | <td>BBa_K2933232</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+GIM-2</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1479</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>124</td> | ||
| + | <td>BBa_K2933233</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+JOHN-1</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1473</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>125</td> | ||
| + | <td>BBa_K2933234</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+SHD</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1536</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>126</td> | ||
| + | <td>BBa_K2933235</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+BcII-194</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1497</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>127</td> | ||
| + | <td>BBa_K2933236</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+TMB-2</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1464</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>128</td> | ||
| + | <td>BBa_K2933237</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+VIM-66</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1527</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>129</td> | ||
| + | <td>BBa_K2933238</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+PST-1</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1455</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>130</td> | ||
| + | <td>BBa_K2933239</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+ARL-1</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1575</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>131</td> | ||
| + | <td>BBa_K2933240</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+BlaB-14</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1473</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>132</td> | ||
| + | <td>BBa_K2933241</td> | ||
| + | <td>RBS a+Linker g+GST+Linker e+IMP-71</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1467</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>133</td> | ||
| + | <td>BBa_K2933244</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+NDM-23+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1266</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>134</td> | ||
| + | <td>BBa_K2933245</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+SPG-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1311</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>135</td> | ||
| + | <td>BBa_K2933246</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+ElBlaII+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1239</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>136</td> | ||
| + | <td>BBa_K2933247</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+AFM-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1257</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>137</td> | ||
| + | <td>BBa_K2933248</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+MYX-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1239</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>138</td> | ||
| + | <td>BBa_K2933249</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+IND-10+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1173</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>139</td> | ||
| + | <td>BBa_K2933250</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+PEDO-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1317</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>140</td> | ||
| + | <td>BBa_K2933251</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+CPS-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1326</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>141</td> | ||
| + | <td>BBa_K2933252</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+MUS-2+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1194</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>142</td> | ||
| + | <td>BBa_K2933253</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+GIM-2+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1206</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>143</td> | ||
| + | <td>BBa_K2933255</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+SHD+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1263</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>144</td> | ||
| + | <td>BBa_K2933256</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+BcII-194+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1224</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>145</td> | ||
| + | <td>BBa_K2933257</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+TMB-2+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1191</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>146</td> | ||
| + | <td>BBa_K2933258</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+VIM-66+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1254</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>147</td> | ||
| + | <td>BBa_K2933259</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+PST-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1182</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>148</td> | ||
| + | <td>BBa_K2933260</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+ARL-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1302</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>149</td> | ||
| + | <td>BBa_K2933261</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+BlaB-14+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1200</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>150</td> | ||
| + | <td>BBa_K2933262</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+IMP-71+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1194</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>151</td> | ||
| + | <td>BBa_K2933263</td> | ||
| + | <td>RBS b+Linker h+His+Linker a+Sumo+Linker b+Fla.103+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1206</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>152</td> | ||
| + | <td>BBa_K2933265</td> | ||
| + | <td>RBS+Linker h+His+Linker f+NDM-23+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>997</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>153</td> | ||
| + | <td>BBa_K2933266</td> | ||
| + | <td>RBS+Linker h+His+Linker f+SPG-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1042</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>154</td> | ||
| + | <td>BBa_K2933267</td> | ||
| + | <td>RBS+Linker h+His+Linker f+ElBlaII+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>970</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>155</td> | ||
| + | <td>BBa_K2933268</td> | ||
| + | <td>RBS+Linker h+His+Linker f+AFM-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>988</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>156</td> | ||
| + | <td>BBa_K2933269</td> | ||
| + | <td>RBS+Linker h+His+Linker f+MYX-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>970</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>157</td> | ||
| + | <td>BBa_K2933270</td> | ||
| + | <td>RBS+Linker h+His+Linker f+IND-10+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>904</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>158</td> | ||
| + | <td>BBa_K2933271</td> | ||
| + | <td>RBS+Linker h+His+Linker f+PEDO-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1048</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>159</td> | ||
| + | <td>BBa_K2933272</td> | ||
| + | <td>RBS+Linker h+His+Linker f+CPS-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1057</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>160</td> | ||
| + | <td>BBa_K2933273</td> | ||
| + | <td>RBS+Linker h+His+Linker f+MUS-2+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>925</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>161</td> | ||
| + | <td>BBa_K2933274</td> | ||
| + | <td>RBS+Linker h+His+Linker f+GIM-2+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>937</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>162</td> | ||
| + | <td>BBa_K2933275</td> | ||
| + | <td>RBS+Linker h+His+Linker f+JOHN-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>931</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>163</td> | ||
| + | <td>BBa_K2933276</td> | ||
| + | <td>RBS+Linker h+His+Linker f+SHD+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>994</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>164</td> | ||
| + | <td>BBa_K2933277</td> | ||
| + | <td>RBS+Linker h+His+Linker f+BcII-194+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>955</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>165</td> | ||
| + | <td>BBa_K2933278</td> | ||
| + | <td>RBS+Linker h+His+Linker f+TMB-2+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>922</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>166</td> | ||
| + | <td>BBa_K2933279</td> | ||
| + | <td>RBS+Linker h+His+Linker f+VIM-66+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>985</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>167</td> | ||
| + | <td>BBa_K2933280</td> | ||
| + | <td>RBS+Linker h+His+Linker f+PST-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>913</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>168</td> | ||
| + | <td>BBa_K2933281</td> | ||
| + | <td>RBS+Linker h+His+Linker f+ARL-1+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>1033</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>169</td> | ||
| + | <td>BBa_K2933282</td> | ||
| + | <td>RBS+Linker h+His+Linker f+BlaB-14+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>931</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>170</td> | ||
| + | <td>BBa_K2933283</td> | ||
| + | <td>RBS+Linker h+His+Linker f+IMP-71+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>925</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>171</td> | ||
| + | <td>BBa_K2933284</td> | ||
| + | <td>RBS+Linker h+His+Linker f+Fla.103+T7 terminator</td> | ||
| + | <td>Composite</td> | ||
| + | <td>937</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>172※</td> | ||
| + | <td>BBa_K2933285</td> | ||
| + | <td>smURFP (I, codon-optimized for Escherichia coli) (without terminator | ||
| + | codon TAA)</td> | ||
| + | <td>Coding</td> | ||
| + | <td>1124</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
Revision as of 10:00, 5 October 2019
Parts
The Foundation of Synthetic Biology.
Parts
The Foundation of Synthetic Biology .
Parts
Overview
On this page, we compiled an overview of all the BioBricks we have created this summer in our mission.We submitted 220 parts,but it doesn’t mean we win at quantity.Actually we provided a series of data with high-quality,and all of our parts have been proved to be workable.The links below will lead you the corresponding registry entry.
Parts
Collection
During the experiment, we created many parts .These parts allow us to obtain large amounts of soluble target proteins easier.MBLS reflect essential research value,and we wish our part collection can contribute to follow-up research.
Basic Parts
Composite Parts
Basic Parts
Composite Parts
Basic
Parts
Our project requires many different proteins,and these basic parts are of vital importance. Here's an example:
| Remark | Part Number | Description | Type | Length |
|---|---|---|---|---|
| 1 | BBa_K2933022 | T7 promoter | Regulatory | 19 |
| 2 | BBa_K2933023 | lac operator | Regulatory | 28 |
| 3 | BBa_K2933024 | RBS b(T7) | RBS | 7 |
| 4 | BBa_K2933026 | Tac promoter | Regulatory | 29 |
| 5 | BBa_K2933027 | Linker e(recognition site of Prescission Protease) | DNA | 27 |
| 6 | BBa_K2933029 | His-Linker a-SUMO | Tag | 335 |
| 7 | BBa_K2933030 | T7 terminator | Terminator | 48 |
| 8 | BBa_K2933032 | Linker a(Nde I and Nhe I) | DNA | 12 |
| 9 | BBa_K2933033 | Linker b(BamH I ) | DNA | 6 |
| 10 | BBa_K2933034 | Linker c(Xho l ) | DNA | 6 |
| 11 | BBa_K2933035 | Linker d(Nco I ) | DNA | 6 |
| 12 | BBa_K2933036 | Linker f (thrombin+T7 tag) | DNA | 54 |
| 13 | BBa_K2933037 | His | Tag | 18 |
| 14 | BBa_K2933038 | Sumo tag | Tag | 291 |
| 15 | BBa_K2933039 | RBS a(Tac) | RBS | 6 |
| 16 | BBa_K2933040 | Linker g(6p) | DNA | 8 |
| 17 | BBa_K2933041 | Linker h(28a) | DNA | 19 |
| 18 | BBa_K2933042 | Tac promoter+RBS a | Regulatory | 74 |
| 19 | BBa_K2933043 | T7 promoter+RBS b | Regulatory | 99 |
| ※20 | BBa_K2933001 | NDM-23 | Coding | 813 |
| ※21 | BBa_K2933002 | SPG-1 | Coding | 858 |
| ※22 | BBa_K2933025 | ElBla2-1 | Coding | 786 |
| ※23 | BBa_K2933004 | AFM-1 | Coding | 804 |
| 24 | BBa_K2933005 | MYX-1 | Coding | 786 |
| 25 | BBa_K2933006 | IND-10 | Coding | 720 |
| 26 | BBa_K2933008 | PEDO-1 | Coding | 864 |
| 27 | BBa_K2933009 | CPS-1 | Coding | 873 |
| 28 | BBa_K2933010 | MUS-2 | Coding | 741 |
| 29 | BBa_K2933011 | GIM-2 | Coding | 753 |
| 30 | BBa_K2933012 | JOHN-1 | Coding | 747 |
| 31 | BBa_K2933013 | SHD | Coding | 810 |
| 31 | BBa_K2933014 | BcII-194 | Coding | 771 |
| 32 | BBa_K2933015 | TMB-2 | Coding | 738 |
| 33 | BBa_K2933016 | VIM-66 | Coding | 801 |
| 34 | BBa_K2933017 | PST-1 | Coding | 729 |
| 35 | BBa_K2933018 | ARL-1 | Coding | 849 |
| 36 | BBa_K2933019 | BlaB-14 | Coding | 747 |
| 37 | BBa_K2933020 | IMP-71 | Coding | 741 |
| 38 | BBa_K2933021 | Fla.103 | Coding | 753 |
Composite
Parts
In order to make our project run smoothly, we created these composite parts to get more soluble protein.And all of our composite parts are as follows:
| Remark | Part Number | Description | Type | Length |
|---|---|---|---|---|
| 1※ | BBa_K2933101 | GST+Linker e+NDM-23 | Coding | 1511 |
| 2 | BBa_K2933102 | His+Linker a+Sumo+Linker b+SPG-1 | Coding | 1213 |
| 3 | BBa_K2933103 | His+Linker a+Sumo+Linker b+ElBla2-1 | Coding | 1141 |
| 4 | BBa_K2933104 | GST+Linker e+AFM-1 | Coding | 1502 |
| 5 | BBa_K2933105 | GST+Linker e+SPG-1 | Coding | 1556 |
| 6 | BBa_K2933106 | GST+Linker e+ElBla2-1 | Coding | 1484 |
| 7 | BBa_K2933107 | GST+Linker e+ MYX-1 | Coding | 1484 |
| 8 | BBa_K2933108 | GST+Linker e+IND-10 | Coding | 1418 |
| 9 | BBa_K2933109 | GST+Linker e+IND-10 | Coding | 1562 |
| 10 | BBa_K2933111 | GST+Linker e+MUS-2 | Coding | 1439 |
| 11 | BBa_K2933112 | GST+Linker e+GIM-2 | Coding | 1451 |
| 12 | BBa_K2933113 | GST+Linker e+JOHN-1 | Coding | 1445 |
| 13 | BBa_K2933114 | GST+Linker e+SHD | Coding | 1508 |
| 14 | BBa_K2933115 | GST+Linker e+BcII-194 | Coding | 1469 |
| 15 | BBa_K2933116 | GST+Linker e+TMB-2 | Coding<1/td> | 1436 |
| 16 | BBa_K2933117 | GST+Linker e+VIM-66 | Coding | 1499 |
| 17 | BBa_K2933118 | GST+Linker e+PST-1 | Coding | 1427 |
| 18 | BBa_K2933119 | GST+Linker e+ARL-1 | Coding | 1547 |
| 19 | BBa_K2933120 | GST+Linker e+BlaB-14 | Coding | 1445 |
| 20 | BBa_K2933121 | GST+Linker e+IMP-71 | Coding | 1439 |
| 21 | BBa_K2933123 | His+Linker a+Sumo+Linker b+NDM-23 | Coding | 1168 |
| 22 | BBa_K2933124 | His+Linker a+Sumo+Linker b+AFM-1 | Coding | 1159 |
| 23 | BBa_K2933125 | His+Linker a+Sumo+Linker b+ MYX-1 | Coding | 1141 |
| 24 | BBa_K2933126 | His+Linker a+Sumo+Linker b+IND-10 | Coding | 1075 |
| 25 | BBa_K2933127 | His+Linker a+Sumo+Linker b+PEDO-1 | Coding | 1219 |
| 26 | BBa_K2933128 | His+Linker a+Sumo+Linker b+CPS-1 | Coding | 1228 |
| 27 | BBa_K2933129 | His+Linker a+Sumo+Linker b+MUS-2 | Coding | 1096 |
| 28 | BBa_K2933130 | His+Linker a+Sumo+Linker b+GIM-2 | Coding | 1108 |
| 29 | BBa_K2933132 | His+Linker a+Sumo+Linker b+SHD | Coding | 1165 |
| 30 | BBa_K2933133 | His+Linker a+Sumo+Linker b+BcII-194 | Coding | 1126 |
| 31 | BBa_K2933134 | His+Linker a+Sumo+Linker b+TMB-2 | Coding | 1093 |
| 32 | BBa_K2933135 | His+Linker a+Sumo+Linker b+VIM-66 | Coding | 1156 |
| 33 | BBa_K2933136 | His+Linker a+Sumo+Linker b+PST-1 | Coding | 1084 |
| 34 | BBa_K2933137 | His+Linker a+Sumo+Linker b+ARL-1 | Coding | 1204 |
| 35 | BBa_K2933138 | His+Linker a+Sumo+Linker b+BlaB-14 | Coding | 1102 |
| 36 | BBa_K2933139 | His+Linker a+Sumo+Linker b+IMP-71 | Coding | 1096 |
| 37 | BBa_K2933140 | His+Linker a+Sumo+Linker b+Fla.103 | Coding | 1108 |
| 38 | BBa_K2933141 | His+Linker f+NDM-23 | Coding | 899 |
| 39 | BBa_K2933142 | His+Linker f+SPG-1 | Coding | 944 |
| 40 | BBa_K2933143 | His+Linker f+ElBla2-1 | Coding | 872 |
| 41 | BBa_K2933144 | His+Linker f+AFM-1 | Coding | 890 |
| 42 | BBa_K2933145 | His+Linker f+ MYX-1 | Coding | 872 |
| 43 | BBa_K2933146 | His+Linker f+IND-10 | Coding | 806 |
| 44 | BBa_K2933147 | His+Linker f+PEDO-1 | Coding | 950 |
| 45 | BBa_K2933148 | His+Linker f+CPS-1 | Coding | 959 |
| 46 | BBa_K2933149 | His+Linker f+MUS-2 | Coding | 827 |
| 47 | BBa_K2933150 | His+Linker f+GIM-2 | Coding | 839 |
| 48 | BBa_K2933151 | His+Linker f+JOHN-1 | Coding | 833 |
| 49 | BBa_K2933152 | His+Linker f+SHD | Coding | 896 |
| 50 | BBa_K2933153 | His+Linker f+BcII-194 | Coding | 857 |
| 51 | BBa_K2933154 | His+Linker f+TMB-2 | Coding | 824 |
| 52 | BBa_K2933155 | His+Linker f+VIM-66 | Coding | 887 |
| 53 | BBa_K2933156 | His+Linker f+PST-1 | Coding | 815 |
| 54 | BBa_K2933157 | His+Linker f+ARL-1 | Coding | 935 |
| 55 | BBa_K2933158 | His+Linker f+BlaB-14 | Coding | 833 |
| 56 | BBa_K2933159 | His+Linker f+IMP-71 | Coding | 827 |
| 57 | BBa_K2933160 | His+Linker f+Fla.103 | Coding | 839 |
| 58 | BBa_K2933161 | Tac promoter+RBS a+Linker g+GST+Linker e+NDM-23 | composite | 1607 |
| 59 | BBa_K2933162 | Tac promoter+RBS a+Linker g+GST+Linker e+SPG-1 | composite | 1652 |
| 60 | BBa_K2933163 | Tac promoter+RBS a+Linker g+GST+Linker e+ElBla2-1 | composite | 1580 |
| 61 | BBa_K2933164 | Tac promoter+RBS a+Linker g+GST+Linker e+AFM-1 | composite | 1598 |
| 62 | BBa_K2933165 | Tac promoter+RBS a+Linker g+GST+Linker e+ MYX-1 | composite | 1580 |
| 63 | BBa_K2933166 | Tac promoter+RBS a+Linker g+GST+Linker e+IND-10 | composite | 1514 |
| 64 | BBa_K2933167 | Tac promoter+RBS a+Linker g+GST+Linker e+PEDO-1 | composite | 1658 |
| 65 | BBa_K2933169 | Tac promoter+RBS a+Linker g+GST+Linker e+MUS-2 | composite | 1535 |
| 66 | BBa_K2933170 | Tac promoter+RBS a+Linker g+GST+Linker e+GIM-2 | composite | 1547 |
| 67 | BBa_K2933171 | Tac promoter+RBS a+Linker g+GST+Linker e+JOHN-1 | composite | 1541 |
| 68 | BBa_K2933172 | Tac promoter+RBS a+Linker g+GST+Linker e+SHD | composite | 1604 |
| 69 | BBa_K2933173 | Tac promoter+RBS a+Linker g+GST+Linker e+BcII-194 | composite | 1565 |
| 70 | BBa_K2933174 | Tac promoter+RBS a+Linker g+GST+Linker e+TMB-2 | composite | 1532 |
| 71 | BBa_K2933175 | Tac promoter+RBS a+Linker g+GST+Linker e+VIM-66 | composite | 1595 |
| 72 | BBa_K2933176 | Tac promoter+RBS a+Linker g+GST+Linker e+PST-1 | composite | 1523 |
| 73 | BBa_K2933177 | Tac promoter+RBS a+Linker g+GST+Linker e+ARL-1 | composite | 1643 |
| 74 | BBa_K2933178 | Tac promoter+RBS a+Linker g+GST+Linker e+BlaB-14 | composite | 1541 |
| 75 | BBa_K2933179 | Tac promoter+RBS a+Linker g+GST+Linker e+IMP-71 | composite | 1535 |
| 76 | BBa_K2933182 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+NDM-23+T7 terminator | composite | 1358 |
| 77 | BBa_K2933183 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+SPG-1+T7 terminator | composite | 1403 |
| 78 | BBa_K2933184 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+ElBla2-1+T7 terminator | composite | 1331 |
| 79 | BBa_K2933185 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+AFM-1+T7 terminator | composite | 1349 |
| 80 | BBa_K2933186 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+ MYX-1+T7 terminator | composite | 1331 |
| 81 | BBa_K2933187 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+IND-10+T7 terminator | Composite | 1265 |
| 82 | BBa_K2933188 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+PEDO-1+T7 terminator | Composite | 1409 |
| 83 | BBa_K2933189 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+CPS-1+T7 terminator | Composite | 1418 |
| 84 | BBa_K2933190 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+MUS-2+T7 terminator | Composite | 1286 |
| 85 | BBa_K2933191 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+GIM-2+T7 terminator | Composite | 1298 |
| 86 | BBa_K2933193 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+SHD+T7 terminator | Composite | 1355 |
| 87 | BBa_K2933194 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+BCII-194+T7 terminator | Composite | 1316 |
| 88 | BBa_K2933195 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+TMB-2+T7 terminator | Composite | 1283 |
| 89 | BBa_K2933196 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+VIM-66+T7 terminator | Composite | 1346 |
| 90 | BBa_K2933197 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+PST-1+T7 terminator | Composite | 1274 |
| 91 | BBa_K2933198 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+ARL-1+T7 terminator | Composite | 1394 |
| 92 | BBa_K2933199 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+BlaB-14+T7 terminator | Composite | 1292 |
| 93 | BBa_K2933200 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+IMP-71+T7 terminator | Composite | 1286 |
| 94 | BBa_K2933201 | T7 promoter+RBS b+linker h+His+Linker a+Sumo+Linker b+Fla.103+T7 terminator | Composite | 1298 |
| 95 | BBa_K2933203 | T7 promoter+RBS b+Linker h+His+Linker f+NDM-23+T7 terminator | Composite | 1065 |
| 96 | BBa_K2933204 | T7 promoter+RBS b+Linker h+His+Linker f+SPG-1+T7 terminator | Composite | 1110 |
| 97 | BBa_K2933205 | T7 promoter+RBS b+Linker h+His+Linker f+ElBlaII+T7 terminator | Composite | 1038 |
| 98 | BBa_K2933206 | T7 promoter+RBS b+Linker h+His+Linker f+AFM-1+T7 terminator | Composite | 1056 |
| 99 | BBa_K2933207 | T7 promoter+RBS b+Linker h+His+Linker f+MYX-1+T7 terminator | Composite | 1038 |
| 100 | BBa_K2933208 | T7 promoter+RBS b+Linker h+His+Linker f+IND-10+T7 terminator | Composite | 972 |
| 101 | BBa_K2933209 | T7 promoter+RBS b+Linker h+His+Linker f+PEDO-1+T7 terminator | Composite | 1116 |
| 102 | BBa_K2933210 | T7 promoter+RBS b+Linker h+His+Linker f+CPS-1+T7 terminator | Composite | 1125 |
| 103 | BBa_K2933211 | T7 promoter+RBS b+Linker h+His+Linker f+MUS-2+T7 terminator | Composite | 993 |
| 104 | BBa_K2933212 | T7 promoter+RBS b+Linker h+His+Linker f+GIM-2+T7 terminator | Composite | 1005 |
| 105 | BBa_K2933213 | T7 promoter+RBS b+Linker h+His+Linker f+JOHN-1+T7 terminator | Composite | 999 |
| 106 | BBa_K2933214 | T7 promoter+RBS b+Linker h+His+Linker f+SHD+T7 terminator | Composite | 1062 |
| 107 | BBa_K2933215 | T7 promoter+RBS b+Linker h+His+Linker f+BCll-194+T7 terminator | Composite | 1023 |
| 108 | BBa_K2933216 | T7 promoter+RBS b+Linker h+His+Linker f+TMB-2+T7 terminator | Composite | 990 |
| 109 | BBa_K2933217 | T7 promoter+RBS b+Linker h+His+Linker f+VIM-66+T7 terminator | Composite | 1053 |
| 110 | BBa_K2933218 | T7 promoter+RBS b+Linker h+His+Linker f+PST-1+T7 terminator | Composite | 981 |
| 111 | BBa_K2933219 | T7 promoter+RBS b+Linker h+His+Linker f+ARL-1+T7 terminator | Composite | 1101 |
| 112 | BBa_K2933220 | T7 promoter+RBS b+Linker h+His+Linker f+BIaB-14+T7 terminator | Composite | 999 |
| 113 | BBa_K2933221 | T7 promoter+RBS b+Linker h+His+Linker f+IMP-71+T7 terminator | Composite | 993 |
| 114 | BBa_K2933222 | T7 promoter+RBS b+Linker h+His+Linker f+Fla.103+T7 terminator | Composite | 1005 |
| 115 | BBa_K2933223 | RBS a+Linker g+GST+Linker e+NDM-23 | Composite | 1539 |
| 116 | BBa_K2933224 | RBS a+Linker g+GST+Linker e+SPG-1 | Composite | 1584 |
| 117 | BBa_K2933225 | RBS a+Linker g+GST+Linker e+ElBlaII | Composite | 1512 |
| 118 | BBa_K2933226 | RBS a+Linker g+GST+Linker e+AFM-1 | Composite | 1530 |
| 119 | BBa_K2933227 | RBS a+Linker g+GST+Linker e+MYX-1 | Composite | 1512 |
| 120 | BBa_K2933228 | RBS a+Linker g+GST+Linker e+IND-10 | Composite | 1446 |
| 121 | BBa_K2933229 | RBS a+Linker g+GST+Linker e+PEDO-1 | Composite | 1590 |
| 122 | BBa_K2933231 | RBS a+Linker g+GST+Linker e+MUS-2 | Composite | 1467 |
| 123 | BBa_K2933232 | RBS a+Linker g+GST+Linker e+GIM-2 | Composite | 1479 |
| 124 | BBa_K2933233 | RBS a+Linker g+GST+Linker e+JOHN-1 | Composite | 1473 |
| 125 | BBa_K2933234 | RBS a+Linker g+GST+Linker e+SHD | Composite | 1536 |
| 126 | BBa_K2933235 | RBS a+Linker g+GST+Linker e+BcII-194 | Composite | 1497 |
| 127 | BBa_K2933236 | RBS a+Linker g+GST+Linker e+TMB-2 | Composite | 1464 |
| 128 | BBa_K2933237 | RBS a+Linker g+GST+Linker e+VIM-66 | Composite | 1527 |
| 129 | BBa_K2933238 | RBS a+Linker g+GST+Linker e+PST-1 | Composite | 1455 |
| 130 | BBa_K2933239 | RBS a+Linker g+GST+Linker e+ARL-1 | Composite | 1575 |
| 131 | BBa_K2933240 | RBS a+Linker g+GST+Linker e+BlaB-14 | Composite | 1473 |
| 132 | BBa_K2933241 | RBS a+Linker g+GST+Linker e+IMP-71 | Composite | 1467 |
| 133 | BBa_K2933244 | RBS b+Linker h+His+Linker a+Sumo+Linker b+NDM-23+T7 terminator | Composite | 1266 |
| 134 | BBa_K2933245 | RBS b+Linker h+His+Linker a+Sumo+Linker b+SPG-1+T7 terminator | Composite | 1311 |
| 135 | BBa_K2933246 | RBS b+Linker h+His+Linker a+Sumo+Linker b+ElBlaII+T7 terminator | Composite | 1239 |
| 136 | BBa_K2933247 | RBS b+Linker h+His+Linker a+Sumo+Linker b+AFM-1+T7 terminator | Composite | 1257 |
| 137 | BBa_K2933248 | RBS b+Linker h+His+Linker a+Sumo+Linker b+MYX-1+T7 terminator | Composite | 1239 |
| 138 | BBa_K2933249 | RBS b+Linker h+His+Linker a+Sumo+Linker b+IND-10+T7 terminator | Composite | 1173 |
| 139 | BBa_K2933250 | RBS b+Linker h+His+Linker a+Sumo+Linker b+PEDO-1+T7 terminator | Composite | 1317 |
| 140 | BBa_K2933251 | RBS b+Linker h+His+Linker a+Sumo+Linker b+CPS-1+T7 terminator | Composite | 1326 |
| 141 | BBa_K2933252 | RBS b+Linker h+His+Linker a+Sumo+Linker b+MUS-2+T7 terminator | Composite | 1194 |
| 142 | BBa_K2933253 | RBS b+Linker h+His+Linker a+Sumo+Linker b+GIM-2+T7 terminator | Composite | 1206 |
| 143 | BBa_K2933255 | RBS b+Linker h+His+Linker a+Sumo+Linker b+SHD+T7 terminator | Composite | 1263 |
| 144 | BBa_K2933256 | RBS b+Linker h+His+Linker a+Sumo+Linker b+BcII-194+T7 terminator | Composite | 1224 |
| 145 | BBa_K2933257 | RBS b+Linker h+His+Linker a+Sumo+Linker b+TMB-2+T7 terminator | Composite | 1191 |
| 146 | BBa_K2933258 | RBS b+Linker h+His+Linker a+Sumo+Linker b+VIM-66+T7 terminator | Composite | 1254 |
| 147 | BBa_K2933259 | RBS b+Linker h+His+Linker a+Sumo+Linker b+PST-1+T7 terminator | Composite | 1182 |
| 148 | BBa_K2933260 | RBS b+Linker h+His+Linker a+Sumo+Linker b+ARL-1+T7 terminator | Composite | 1302 |
| 149 | BBa_K2933261 | RBS b+Linker h+His+Linker a+Sumo+Linker b+BlaB-14+T7 terminator | Composite | 1200 |
| 150 | BBa_K2933262 | RBS b+Linker h+His+Linker a+Sumo+Linker b+IMP-71+T7 terminator | Composite | 1194 |
| 151 | BBa_K2933263 | RBS b+Linker h+His+Linker a+Sumo+Linker b+Fla.103+T7 terminator | Composite | 1206 |
| 152 | BBa_K2933265 | RBS+Linker h+His+Linker f+NDM-23+T7 terminator | Composite | 997 |
| 153 | BBa_K2933266 | RBS+Linker h+His+Linker f+SPG-1+T7 terminator | Composite | 1042 |
| 154 | BBa_K2933267 | RBS+Linker h+His+Linker f+ElBlaII+T7 terminator | Composite | 970 |
| 155 | BBa_K2933268 | RBS+Linker h+His+Linker f+AFM-1+T7 terminator | Composite | 988 |
| 156 | BBa_K2933269 | RBS+Linker h+His+Linker f+MYX-1+T7 terminator | Composite | 970 |
| 157 | BBa_K2933270 | RBS+Linker h+His+Linker f+IND-10+T7 terminator | Composite | 904 |
| 158 | BBa_K2933271 | RBS+Linker h+His+Linker f+PEDO-1+T7 terminator | Composite | 1048 |
| 159 | BBa_K2933272 | RBS+Linker h+His+Linker f+CPS-1+T7 terminator | Composite | 1057 |
| 160 | BBa_K2933273 | RBS+Linker h+His+Linker f+MUS-2+T7 terminator | Composite | 925 |
| 161 | BBa_K2933274 | RBS+Linker h+His+Linker f+GIM-2+T7 terminator | Composite | 937 |
| 162 | BBa_K2933275 | RBS+Linker h+His+Linker f+JOHN-1+T7 terminator | Composite | 931 |
| 163 | BBa_K2933276 | RBS+Linker h+His+Linker f+SHD+T7 terminator | Composite | 994 |
| 164 | BBa_K2933277 | RBS+Linker h+His+Linker f+BcII-194+T7 terminator | Composite | 955 |
| 165 | BBa_K2933278 | RBS+Linker h+His+Linker f+TMB-2+T7 terminator | Composite | 922 |
| 166 | BBa_K2933279 | RBS+Linker h+His+Linker f+VIM-66+T7 terminator | Composite | 985 |
| 167 | BBa_K2933280 | RBS+Linker h+His+Linker f+PST-1+T7 terminator | Composite | 913 |
| 168 | BBa_K2933281 | RBS+Linker h+His+Linker f+ARL-1+T7 terminator | Composite | 1033 |
| 169 | BBa_K2933282 | RBS+Linker h+His+Linker f+BlaB-14+T7 terminator | Composite | 931 |
| 170 | BBa_K2933283 | RBS+Linker h+His+Linker f+IMP-71+T7 terminator | Composite | 925 |
| 171 | BBa_K2933284 | RBS+Linker h+His+Linker f+Fla.103+T7 terminator | Composite | 937 |
| 172※ | BBa_K2933285 | smURFP (I, codon-optimized for Escherichia coli) (without terminator codon TAA) | Coding | 1124 |
EMAIL
ADDRESS