Difference between revisions of "Team:BIT-China/Parts"

(Prototype team page)
 
 
(44 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{BIT-China}}
 
{{BIT-China}}
 
<html>
 
<html>
 +
<head>
  
 +
<style>
 +
        .parts thead tr th{
 +
            padding: 20px;
 +
            background-color: rgb(20,29,61);
 +
            font-size: 20px;
 +
            font-weight: bold;
 +
            color: #ffffff;
 +
        }
  
 +
        .parts tbody tr td{
 +
            padding: 20px;
 +
            word-break:break-all;
 +
            font-size: 16px;
 +
            color: rgb(20,29,61);
 +
        }
  
 +
#mw-content-text{
 +
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
 +
    font-size: 14px;
 +
    line-height: 1.42857143;
 +
}
 +
#mw-content-text>p{
 +
    position:absolute;
 +
    top:-100%;
 +
}
  
 +
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
 +
    margin: 0;
 +
    padding: 0;
 +
}
  
  
<div class="column full_size">
+
.footer-widgets .widget-title {
 +
    margin-top: 0;
 +
    margin-bottom: 43px;
 +
    font-weight: 700;
 +
    text-transform: uppercase;
 +
    letter-spacing: 0.08em;
 +
    position: relative;
 +
}
  
 +
        .nav_left_ul{
 +
            list-style: none;
 +
            padding-left: 50px;
 +
        }
 +
       
 +
        .nav_left_ul>li{
 +
            position: relative;
 +
            margin-top: -15px;
 +
        }
  
<p>Each team will make new parts during iGEM and will submit them to the Registry of Standard Biological Parts. The iGEM software provides an easy way to present the parts your team has created. The <code>&lt;groupparts&gt;</code> tag (see below) will generate a table with all of the parts that your team adds to your team sandbox.</p>
+
        .nav_left_ul>li:nth-child(1){
<p>Remember that the goal of proper part documentation is to describe and define a part, so that it can be used without needing to refer to the primary literature. Registry users in future years should be able to read your documentation and be able to use the part successfully. Also, you should provide proper references to acknowledge previous authors and to provide for users who wish to know more.</p>
+
            margin-top: -14px;
 +
        }
  
 +
        .nav_left_txt{
 +
            word-break: keep-all;
 +
            white-space: nowrap;
 +
            height: 70px;
 +
            line-height: 70px;
 +
            top: 8px;
 +
            left: 0;
 +
            width:100%;position:absolute;
 +
            color: #FFFFFF;
 +
            font-weight: bold;text-align: center;font-size: 14px;
 +
        }
  
</div>
+
        .nav_left_txt_plus{
 +
            height: 60px;
 +
            line-height: 60px;
 +
            top: 5px;
 +
            right: 0;
 +
            width:60%;position:absolute;
 +
            text-align: center;
 +
            color: #FFFFFF;
 +
            font-weight: bold;font-size: 8px;
 +
            white-space: nowrap;
 +
        }
  
 +
        .content-title{
 +
            width: 100%;
 +
            text-align: center;
 +
            font-size: 2.5em;
 +
        }
  
 +
        .block-title{
 +
            margin-top: 20px;
 +
            padding-bottom: 10px;
 +
            width: 100%;
 +
            text-align: center;
 +
            font-size: 2em;
 +
        }
  
 +
        .problem-title{
 +
            font-size: 1.5em;
 +
        }
  
 +
        .problem-txt div{
 +
            margin-top: 1em;
 +
        }
  
<div class="column half_size">
+
        .block-content-header{
<div class="highlight">
+
            display: inline-block;
<h5>Note</h5>
+
            margin-top: 10px;
<p>Note that parts must be documented on the <a href="http://parts.igem.org/Main_Page"> Registry</a>. This page serves to <i>showcase</i> the parts you have made. Future teams and other users and are much more likely to find parts by looking in the Registry than by looking at your team wiki.</p>
+
            margin-bottom: 20px;
</div>
+
            font-weight: bolder;
</div>
+
        }
  
 +
        .block-content-sub-header{
 +
            display: inline-block;
 +
            font-style: italic;
 +
            margin-top: 5px;
 +
            margin-bottom: 15px;
 +
            font-weight: bold;
 +
        }
 +
        .small{
 +
            font-size: 10px;
 +
        }
  
 +
        .italic{
 +
            font-style: italic;
 +
        }
  
 +
        .block-red{
 +
            color:red;
 +
        }
 +
    </style>
 +
<script>
 +
$(document).ready(function(){
 +
$(".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>
 +
</head>
 +
<body>
  
<div class="column half_size">
+
<div class="col-sm-12 clearfix" style="padding: 0;padding-top:30px;
 +
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;">
  
<h5>Adding parts to the registry</h5>
+
        <img src="https://static.igem.org/mediawiki/2016/5/5c/T--BIT-China--content_decoration.png"
<p>You can add parts to the Registry at our <a href="http://parts.igem.org/Add_a_Part_to_the_Registry">Add a Part to the Registry</a> link.</p>
+
            alt="content_decoration" style="position:absolute;right: 0px;height: 150px;;top: 10px;">
<p>We encourage teams to start completing documentation for their parts on the Registry as soon as you have it available. The sooner you put up your parts, the better you will remember all the details about your parts. Remember, you don't need to send us the DNA sample before you create an entry for a part on the Registry. (However, you <b>do</b> need to send us the DNA sample before the Jamboree. If you don't send us a DNA sample of a part, that part will not be eligible for awards and medal criteria.)</p>
+
</div>
+
  
 +
        <div class="block-border-outer" id="content-right-border">
 +
            <div class="overview-content clearfix">
  
 +
                <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"
 +
                        alt="title" class="col-sm-8 col-sm-offset-2">
 +
                    <!--<br>-->
 +
                </div>
  
 +
                <!--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 class="column half_size">
+
                <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;">
 +
                        <table id="parts" class="parts table
 +
                        table-bordered table-condensed">
 +
                            <thead>
 +
                            <tr>
 +
                                <th>No.</th>
 +
                                <th>Favorite</th>
 +
                                <th>Name</th>
 +
                                <th>Type</th>
 +
                                <th>Description</th>
 +
                                <th>Length</th>
 +
                            </tr>
 +
                            </thead>
 +
                            <tbody class="parts-body">
  
<h5>What information do I need to start putting my parts on the Registry?</h5>
+
                            <!--Killer组-->
<p>The information needed to initially create a part on the Registry is:</p>
+
                            <tr class="info" id="killer">
<ul>
+
                                <td colspan="6" class="divider-style"
<li>Part Name</li>
+
                                    style="font-size: 2em;text-align: center">Killer</td>
<li>Part type</li>
+
                            </tr>
<li>Creator</li>
+
                            <tr class="info">
<li>Sequence</li>
+
                                <td>1</td>
<li>Short Description (60 characters on what the DNA does)</li>
+
                                <td></td>
<li>Long Description (Longer description of what the DNA does)</li>
+
                                <td><a href="http://parts.igem.org/Part:BBa_K2120002">BBa_K2120002</a></td>
<li>Design considerations</li>
+
                                <td>Composite</td>
</ul>
+
                                <td>
 +
                                    <span class="italic">
 +
                                        araC</span>+P<sub>BAD</sub>+B0032+
 +
                                    <span class="italic">mazF</span>
 +
                                </td>
 +
                                <td>1572</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>2</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120003">BBa_K2120003</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    <span class="italic">
 +
                                        araC</span>+P<sub>BAD</sub>+B0032+
 +
                                    <span class="italic">hokD</span>
 +
                                </td>
 +
                                <td>1392</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>3</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120004">BBa_K2120004</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    <span class="italic">
 +
                                        araC</span>+P<sub>BAD</sub>+B0031+
 +
                                    <span class="italic">mazF</span>
 +
                                </td>
 +
                                <td>1573</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>4</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120005">BBa_K2120005</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    <span class="italic">
 +
                                        araC</span>+P<sub>BAD</sub>+B0031+
 +
                                    <span class="italic">hokD</span>
 +
                                </td>
 +
                                <td>1393</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>5</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120006">BBa_K2120006</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    <span class="italic">
 +
                                        araC</span>+P<sub>BAD</sub>+B0034+
 +
                                    <span class="italic">mazF</span>
 +
                                </td>
 +
                                <td>1571</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>6</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120008">BBa_K2120008</a></td>
 +
                                <td>Coding</td>
 +
                                <td>
 +
                                    <span class="italic">
 +
                                        mazF</span>
 +
                                </td>
 +
                                <td>336</td>
 +
                            </tr>
  
<p>
+
                            <!--Reverse-->
We encourage you to put up <em>much more</em> information as you gather it over the summer. If you have images, plots, characterization data and other information, please also put it up on the part page. </p>
+
                            <tr class="info" id="reverse">
 +
                                <td colspan="6" class="divider-style"
 +
                                    style="font-size: 2em;text-align:center">Reverse</td>
 +
                            </tr>
 +
                            <!--8个 Reverse-->
 +
                            <tr class="info">
 +
                                <td>7</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120100">BBa_K2120100</a></td>
 +
                                <td>Regulatory</td>
 +
                                <td>
 +
                                    reverse <span class="italic">arac</span>P<sub>BAD</sub>
 +
                                </td>
 +
                                <td>1209</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>8</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120101">BBa_K2120101</a></td>
 +
                                <td>Regulatory</td>
 +
                                <td>
 +
                                    reverse J23119
 +
                                </td>
 +
                                <td>35</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>9</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120102">BBa_K2120102</a></td>
 +
                                <td>Regulatory</td>
 +
                                <td>
 +
                                    reverse J23116
 +
                                </td>
 +
                                <td>35</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>10</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120103">BBa_K2120103</a></td>
 +
                                <td>Regulatory</td>
 +
                                <td>
 +
                                    reverse J23109
 +
                                </td>
 +
                                <td>35</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>11</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120104">BBa_K2120104</a></td>
 +
                                <td>Regulatory</td>
 +
                                <td>
 +
                                    reverse J23106
 +
                                </td>
 +
                                <td>35</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>12</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120105">BBa_K2120105</a></td>
 +
                                <td>Coding</td>
 +
                                <td>
 +
                                    reverse <span class="italic">cI</span>
 +
                                </td>
 +
                                <td>775</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>13</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120106">BBa_K2120106</a></td>
 +
                                <td>Coding</td>
 +
                                <td>
 +
                                    reverse <span class="italic">tetR</span>
 +
                                </td>
 +
                                <td>685</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>14</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120107">BBa_K2120107</a></td>
 +
                                <td>Coding</td>
 +
                                <td>
 +
                                    reverse <span class="italic">lacIq</span>
 +
                                </td>
 +
                                <td>1092</td>
 +
                            </tr>
  
</div>
+
                            <!--Mutation-->
 +
                            <tr class="info"  id="mutation">
 +
                                <td colspan="6" class="divider-style"
 +
                                    style="font-size:2em;text-align:center">Mutation</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>15</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120200">BBa_K2120200</a></td>
 +
                                <td>Regulatory</td>
 +
                                <td>
 +
                                    Mutation P<sub>tet-1</sub>
 +
                                </td>
 +
                                <td>54</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>16</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120201">BBa_K2120201</a></td>
 +
                                <td>Regulatory</td>
 +
                                <td>
 +
                                    Mutation P<sub>tet-2</sub>
 +
                                </td>
 +
                                <td>54</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>17</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120202">BBa_K2120202</a></td>
 +
                                <td>Regulatory</td>
 +
                                <td>
 +
                                    Mutation P<sub>tet-3</sub>
 +
                                </td>
 +
                                <td>54</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>18</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120203">BBa_K2120203</a></td>
 +
                                <td>Regulatory</td>
 +
                                <td>
 +
                                    Mutation P<sub>tet-25</sub>
 +
                                </td>
 +
                                <td>54</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>19</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120204">BBa_K2120204</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    P<sub>tet-1</sub>+B0034+<span class="italic">rfp</span>+B0015
 +
                                </td>
 +
                                <td>923</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>20</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120205">BBa_K2120205</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    P<sub>tet-2</sub>+B0034+<span class="italic">rfp</span>+B0015
 +
                                </td>
 +
                                <td>923</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>21</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120206">BBa_K2120206</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    P<sub>tet-3</sub>+B0034+<span class="italic">rfp</span>+B0015
 +
                                </td>
 +
                                <td>923</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>22</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120207">BBa_K2120207</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    P<sub>tet-25</sub>+B0034+<span class="italic">rfp</span>+B0015
 +
                                </td>
 +
                                <td>923</td>
 +
                            </tr>
  
 +
                            <!--inhibitor-->
 +
                            <tr class="info" id="inhibitor">
 +
                                <td colspan="6" class="divider-style"
 +
                                    style="font-size: 2em;text-align:center">Inhibitor</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>23</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120301">BBa_K2120301</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    P<sub>R</sub>+B0032+<span class="italic">rfp</span>+B0015
 +
                                </td>
 +
                                <td>919</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>24</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120302">BBa_K2120302</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    <span class="italic">araC</span>-P<sub>BAD</sub>+B0034+<span class="italic">rfp</span>+B0015
 +
                                </td>
 +
                                <td>2078</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>25</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120303">BBa_K2120303</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    <span class="italic">araC</span>-P<sub>BAD</sub>
 +
                                    +B0034+ <span class="italic">tetR</span>+B0015
 +
                                </td>
 +
                                <td>2057</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>26</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120304">BBa_K2120304</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    <span class="italic">araC</span>-P<sub>BAD</sub>+B0034+ <span class="italic">lacIq</span>+B0015
 +
                                </td>
 +
                                <td>2466</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>27</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120305">BBa_K2120305</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    <span class="italic">araC</span>-P<sub>BAD</sub>+B0034+ <span class="italic">cI</span>+B0015
 +
                                </td>
 +
                                <td>2147</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>28</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120306">BBa_K2120306</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">cI</span>+B0034+P<sub>BAD</sub>-<span class="italic">araC</span>+B0015
 +
                                </td>
 +
                                <td>2286</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>29</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120307">BBa_K2120307</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">tetR</span>+B0034+P<sub>BAD</sub>-<span class="italic">araC</span>+B0015
 +
                                </td>
 +
                                <td>2196</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>30</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120308">BBa_K2120308</a></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>3599</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>31</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120309">BBa_K2120309</a></td>
 +
                                <td>Composite</td>
 +
                                <td style="font-size: .6em;">
 +
                                    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>3076</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>32</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120310">BBa_K2120310</a></td>
 +
                                <td>Composite</td>
 +
                                <td style="font-size: .6em;">
 +
                                    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>3213</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>33</td>
 +
                                <td></td>
 +
                                <td> <a href="http://parts.igem.org/Part:BBa_K2120311">BBa_K2120311</a></td>
 +
                                <td>Composite</td>
 +
                                <td style="font-size: .6em;">
 +
                                    B0015+<span class="italic">tetR</span>
 +
                                    +B0034+P<sub>BAD</sub>-<span class="italic">araC</span>
 +
                                    +B0015+P<sub>tet</sub>+B0034+<span class="italic">rfp</span>+B0015
 +
                                </td>
 +
                                <td>3127</td>
 +
                            </tr>
  
<div class="column half_size">
+
                            <!--J kaitou-->
 +
                            <tr class="info">
 +
                                <td>34</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120312">BBa_K2120312</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    J23119+B0034+<span class="italic">tetR</span>+B0015
 +
                                </td>
 +
                                <td>883</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>35</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120313">BBa_K2120313</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    J23119+B0034+<span class="italic">cI</span>+B0015
 +
                                </td>
 +
                                <td>973</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>36</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120314">BBa_K2120314</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    J23119+B0032+<span class="italic">tetR</span>+B0015
 +
                                </td>
 +
                                <td>884</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>37</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120315">BBa_K2120315</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    J23119+B0032+<span class="italic">cI</span>+B0015
 +
                                </td>
 +
                                <td>974</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>38</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120317">BBa_K2120317</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    J23109+B0034+<span class="italic">cI</span>+B0015
 +
                                </td>
 +
                                <td>973</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>39</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120318">BBa_K2120318</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    J23109+B0032+<span class="italic">tetR</span>+B0015
 +
                                </td>
 +
                                <td>884</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>40</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120319">BBa_K2120319</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    J23109+B0032+<span class="italic">cI</span>+B0015
 +
                                </td>
 +
                                <td>974</td>
 +
                            </tr>
  
<h5>Inspiration</h5>
+
                            <!--J23116-->
<p>We have a created  a <a href="http://parts.igem.org/Well_Documented_Parts">collection of well documented parts</a> that can help you get started.</p>
+
                            <tr class="info">
 +
                                <td>41</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120321">BBa_K2120321</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    J23116+B0034+<span class="italic">cI</span>+B0015
 +
                                </td>
 +
                                <td>973</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>42</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120323">BBa_K2120323</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    J23116+B0032+<span class="italic">cI</span>+B0015
 +
                                </td>
 +
                                <td>974</td>
 +
                            </tr>
  
<p> You can also take a look at how other teams have documented their parts in their wiki:</p>
+
                            <!--J23106-->
<ul>
+
                            <tr class="info">
<li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li>
+
                                <td>43</td>
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li>
+
                                <td></td>
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
                                <td><a href="http://parts.igem.org/Part:BBa_K2120325">BBa_K2120325</a></td>
</ul>
+
                                <td>Device</td>
</div>
+
                                <td>
 +
                                    J23106+B0034+<span class="italic">cI</span>+B0015
 +
                                </td>
 +
                                <td>973</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>44</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120326">BBa_K2120326</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    J23106+B0032+<span class="italic">tetR</span>+B0015
 +
                                </td>
 +
                                <td>884</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>45</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120327">BBa_K2120327</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    J23106+B0032+<span class="italic">cI</span>+B0015
 +
                                </td>
 +
                                <td>974</td>
 +
                            </tr>
  
<div class="column full_size">
+
                            <!--application circuit-->
<h5>Part Table </h5>
+
                            <tr class="info" id="application_circuit">
<div class="highlight">
+
                                <td colspan="6" class="divider-style"
 +
                                    style="font-size: 2em;text-align:center">Application Circuit</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>46</td>
 +
                                <td></td>
 +
                                <td> <a href="http://parts.igem.org/Part:BBa_K2120400">BBa_K2120400</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">tetR</span>+B0034+J23119+P<sub>tet</sub>+B0034+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1446</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>47</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120401">BBa_K2120401</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">tetR</span>+B0034+J23119+P<sub>tet</sub>+B0032+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1447</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>48</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120402">BBa_K2120402</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">tetR</span>+B0034+J23116+P<sub>tet</sub>+B0034+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1446</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>49</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120403">BBa_K2120403</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">tetR</span>+B0034+J23109+P<sub>tet</sub>+B0034+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1446</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>50</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120404">BBa_K2120404</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">tetR</span>+B0034+J23106+P<sub>tet</sub>+B0034+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1446</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>51</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120405">BBa_K2120405</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">cI</span>+B0034+J23119+P<sub>R</sub>+B0034+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1531</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>52</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120406">BBa_K2120406</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">cI</span>+B0034+J23119+P<sub>R</sub>+B0032+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1532</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>53</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120407">BBa_K2120407</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">cI</span>+B0034+J23116+P<sub>R</sub>+B0034+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1531</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>54</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120408">BBa_K2120408</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">cI</span>+B0034+J23109+P<sub>R</sub>+B0034+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1531</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>55</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120409">BBa_K2120409</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">cI</span>+B0034+J23106+P<sub>R</sub>+B0034+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1531</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>56</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120410">BBa_K2120410</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">tetR</span>+B0034+J23116+P<sub>tet</sub>+B0032+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1447</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>57</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120411">BBa_K2120411</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">tetR</span>+B0034+J23109+P<sub>tet</sub>+B0032+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1447</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>58</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120412">BBa_K2120412</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">tetR</span>+B0034+J23106+P<sub>tet</sub>+B0032+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1447</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>59</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120413">BBa_K2120413</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">cI</span>+B0034+J23116+P<sub>R</sub>+B0032+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1532</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>60</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120414">BBa_K2120414</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">cI</span>+B0034+J23109+P<sub>R</sub>+B0032+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1532</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>61</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120415">BBa_K2120415</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">cI</span>+B0034+J23106+P<sub>R</sub>+B0032+<span class="italic">mazF</span>+B0015
 +
                                </td>
 +
                                <td>1532</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>62</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120416">BBa_K2120416</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">tetR</span>+B0034+J23119+P<sub>tet</sub>+B0034+<span class="italic">mRFP</span>+B0015
 +
                                </td>
 +
                                <td>1816</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>63</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120418">BBa_K2120418</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">tetR</span>+B0034+J23116+P<sub>tet</sub>+B0034+<span class="italic">mRFP</span>+B0015
 +
                                </td>
 +
                                <td>1816</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>64</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120419">BBa_K2120419</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">tetR</span>+B0034+J23109+P<sub>tet</sub>+B0034+<span class="italic">mRFP</span>+B0015
 +
                                </td>
 +
                                <td>1816</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>65</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120420">BBa_K2120420</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">tetR</span>+B0034+J23106+P<sub>tet</sub>+B0034+<span class="italic">mRFP</span>+B0015
 +
                                </td>
 +
                                <td>1816</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>66</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120421">BBa_K2120421</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">cI</span>+B0034+J23119+P<sub>R</sub>+B0032+<span class="italic">mRFP</span>+B0015
 +
                                </td>
 +
                                <td>1902</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>67</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120423">BBa_K2120423</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">cI</span>+B0034+J23116+P<sub>R</sub>+B0032+<span class="italic">mRFP</span>+B0015
 +
                                </td>
 +
                                <td>1902</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>68</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120424">BBa_K2120424</a></td>
 +
                                <td>Composite</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">cI</span>+B0034+J23109+P<sub>R</sub>+B0032+<span class="italic">mRFP</span>+B0015
 +
                                </td>
 +
                                <td>1902</td>
 +
                            </tr>
 +
                            <tr class="info">
 +
                                <td>69</td>
 +
                                <td></td>
 +
                                <td><a href="http://parts.igem.org/Part:BBa_K2120425">BBa_K2120425</a></td>
 +
                                <td>Device</td>
 +
                                <td>
 +
                                    B0015+<span class="italic">cI</span>+B0034+J23106+P<sub>R</sub>+B0032+<span class="italic">mRFP</span>+B0015
 +
                                </td>
 +
                                <td>1902</td>
 +
                            </tr>
 +
                            </tbody>
 +
                        </table>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
    </div>
  
  
</html>
+
    <div class="nav-left slow-transition" id="nav_left_wrapper">
<groupparts>iGEM2016 Example</groupparts>
+
<html>
+
</div>
+
</div>
+
  
 +
        <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;">
 +
            <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%;">
 +
            <span style="color: #FFFFFF;font-size: 20px;font-weight: bold;position: absolute;
 +
        right: 50px;bottom: 20px;">Parts</span>
 +
        </div>
  
 +
        <ul class="nav_left_ul" style="padding-left: 50px;">
 +
            <li>
 +
                <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;">
 +
                <a href="#collection" class="nav_point">
 +
                    <span class="nav_left_txt">Collection</span></a>
 +
            </li>
 +
            <li>
 +
                <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;">
 +
                <a href="#form" class="nav_point">
 +
                    <span class="nav_left_txt" >Form</span></a>
 +
            </li>
 +
        </ul>
 +
    </div>
  
  
 +
    <!--相邻页面切换按钮-->
 +
    <div id="site-change-btn" class="slow-transition"
 +
        style="position: absolute;left: 20px;bottom: 20px;z-index:9;display: none;">
 +
        <a href="https://2016.igem.org/Team:BIT-China/Medals">
 +
        <span style="color: #654D6F;font-weight: bold;font-size: 12px">
 +
            <i class="fa fa-angle-double-left" aria-hidden="true"></i>Medals</span>
 +
        </a>
 +
        <img src="https://static.igem.org/mediawiki/2016/a/ab/T--BIT-China--img--page_change_left.png"
 +
            alt="page_change" style="width: 40px;height: auto;">
 +
    </div>
 +
</div>
 +
 +
</body>
 
</html>
 
</html>
 +
{{BIT-China/footer}}

Latest revision as of 15:49, 9 November 2016

backtop
content_decoration
title
·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