Difference between revisions of "Team:Open Science Global/Part Collection"

 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Open_Science_Global/main}}
 
{{Open_Science_Global/main}}
 
{{Open_Science_Global/navbar}}
 
{{Open_Science_Global/navbar}}
 +
{{Open_Science_Global/secondary}}
 
<html>
 
<html>
 
<style>
 
<style>
    @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
+
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
 +
</style>
 +
<!-------------------- HTML CONTENT -------------------------------->
  
    body {
+
<body>
        margin: 0;
+
  <div class="top-banner"></div>
        background-color: #E5E5E5 !important;
+
  <div class="Subtitle">
    }
+
     <div class="Title">Part Collection</div>
 
+
  </div>
    html {
+
  <div class="container">
        scroll-behavior: smooth;
+
     <div class="nav-menu">
    }
+
      <div class="submenu-title">Part Collection</div>
 
+
      <div class="submenu-content">
    .container {
+
         <a href="#Overview">Overview</a>
        height: auto;
+
         <a href="#Basic Parts">Basic Parts</a>
        display: -webkit-box;
+
         <a href="#Composite Parts">Composite Parts</a>
        display: -ms-flexbox;
+
      </div>
        display: flex;
+
     </div>
        -webkit-box-orient: horizontal;
+
     <div class="text-container">
        -webkit-box-direction: normal;
+
      <div class=title-container><h2 id="Overview">Overview</h2></div>
        -ms-flex-direction: row;
+
      <div class="text">
        flex-direction: row;
+
         <p>
        -ms-flex-pack: distribute;
+
          The main goal of our project is to make a frugal biofoundry capable of producing high quantities of enzymes and other proteins of interest. To do that, our team designed a library of parts in order to test in a high-throughput way the combinations that would generate the best results. For this year, the most important part generated by our team was the pHT43 plasmid (BBa_K4103000), an improvement on (BBa_K1074001) from 2013 - this plasmid acts as a shuttle vector between E. coli and B. subtilis, and allows the efficient production and secretion of our protein-of-interest, with our team focusing efforts to use this vector for the production of Pfu-Sso7d Polymerase (BBa_K4103011) codon optimized for B. Subtilis using the software created by our team.
        justify-content: space-around;
+
         </p>
        -ms-flex-wrap: wrap;
+
      </div>
        flex-wrap: wrap;
+
      <div class="title-container"><h2 id="Basic Parts">Basic Parts</h2></div>
        -webkit-column-gap: 18px;
+
      <style type="text/css">
        column-gap: 18px;
+
         .tg {
    }
+
                              border-collapse:   collapse;
 
+
                              border-color:       #ccc;
    .top-banner {
+
                              border-spacing:    0;
        height: 220px;
+
        top: 16px;
+
        background: #FF8552;
+
     }
+
 
+
    .Title {
+
        font-family: Roboto;
+
        text-transform: uppercase;
+
        font-weight: bold;
+
        font-size: 2.5vw;
+
        -ms-flex-item-align: center;
+
        -ms-grid-row-align: center;
+
        align-self: center;
+
    }
+
 
+
    .Subtitle {
+
        display: -webkit-box;
+
        display: -ms-flexbox;
+
        display: flex;
+
        gap: 28vw;
+
        height: 20vh;
+
        justify-content: center;
+
    }
+
 
+
    .Subtitle .mini-subtitle {
+
        display: -webkit-box;
+
        display: -ms-flexbox;
+
        display: flex;
+
        -webkit-box-align: center;
+
        -ms-flex-align: center;
+
        align-items: center;
+
        gap: 50px;
+
        margin-left: 20px;
+
    }
+
 
+
    .Subtitle .mini-subtitle .main-subtitle {
+
        font-family: Roboto;
+
        font-style: normal;
+
        font-weight: bold;
+
        font-size: 1.3vw;
+
    }
+
 
+
    .Subtitle .mini-subtitle .line {
+
        width: 2px;
+
        height: 26px;
+
        background: #000000;
+
    }
+
 
+
    .Subtitle .mini-subtitle .subtopic {
+
        font-family: Roboto;
+
        font-style: normal;
+
        font-weight: bold;
+
        font-size: 1vw;
+
    }
+
 
+
    .subsite-container {
+
        display: -webkit-box;
+
        display: -ms-flexbox;
+
        display: flex;
+
        -webkit-box-orient: vertical;
+
        -webkit-box-direction: normal;
+
        -ms-flex-direction: column;
+
        flex-direction: column;
+
        -webkit-box-align: center;
+
        -ms-flex-align: center;
+
        align-items: center;
+
        font-family: Roboto;
+
        font-weight: bold;
+
        -webkit-box-ordinal-group: 2;
+
        -ms-flex-order: 1;
+
        order: 1;
+
        -webkit-box-flex: 2;
+
        -ms-flex-positive: 2;
+
        flex-grow: 2;
+
        width: 100px;
+
        height: 250px;
+
        -ms-flex-negative: 1;
+
        flex-shrink: 1;
+
        margin-left: 7px;
+
     }
+
 
+
    .subsite-container .submenu-title {
+
        font-size: 1.3vw;
+
        margin-bottom: 7px;
+
    }
+
 
+
    .subsite-container .index-box {
+
        display: -webkit-box;
+
        display: -ms-flexbox;
+
        display: flex;
+
        -webkit-box-orient: vertical;
+
        -webkit-box-direction: normal;
+
        -ms-flex-direction: column;
+
        flex-direction: column;
+
        width: 100%;
+
        height: 100%;
+
        font-size: 1.1vw;
+
        background: #F8F8F8;
+
        border-radius: 15px;
+
        -webkit-box-align: center;
+
        -ms-flex-align: center;
+
        align-items: center;
+
        -webkit-box-pack: space-evenly;
+
        -ms-flex-pack: space-evenly;
+
        justify-content: space-evenly;
+
        border-radius: 15px;
+
    }
+
 
+
    .subsite-container .index-box a {
+
        text-decoration: none;
+
        text-transform: uppercase;
+
        color: black;
+
        width: 80%;
+
        border-bottom: 0.5px solid #DCDCDC;
+
        text-align: center;
+
    }
+
 
+
    .nav-menu {
+
        display: -webkit-box;
+
        display: -ms-flexbox;
+
        display: flex;
+
        -webkit-box-orient: vertical;
+
        -webkit-box-direction: normal;
+
        -ms-flex-direction: column;
+
        flex-direction: column;
+
        font-family: Roboto;
+
        font-weight: bold;
+
        -webkit-box-ordinal-group: 4;
+
        -ms-flex-order: 1;
+
        order: 1;
+
        -webkit-box-flex: 2;
+
        -ms-flex-positive: 2;
+
        flex-grow: 0.5;
+
        -ms-flex-negative: 1;
+
        flex-shrink: 1;
+
        width: 100px;
+
        height: 250px;
+
        margin-right: 7px;
+
        margin-left: 25px;
+
       
+
    }
+
 
+
    .nav-menu .submenu-title {
+
        font-size: 1.3vw;
+
        text-align: center;
+
        text-transform: uppercase;
+
        margin-bottom: 7px;
+
    }
+
 
+
    .nav-menu .submenu-content {
+
         display: -webkit-box;
+
         display: -ms-flexbox;
+
        display: flex;
+
        -webkit-box-orient: vertical;
+
        -webkit-box-direction: normal;
+
        -ms-flex-direction: column;
+
        flex-direction: column;
+
        width: 100%;
+
        height: 100%;
+
        background: #F8F8F8;
+
         border-radius: 15px;
+
        -webkit-box-align: center;
+
        -ms-flex-align: center;
+
        align-items: center;
+
        -webkit-box-pack: space-evenly;
+
        -ms-flex-pack: space-evenly;
+
        justify-content: space-evenly;
+
        border-radius: 15px;
+
    }
+
 
+
    .nav-menu .submenu-content a {
+
        text-decoration: none;
+
        color: black;
+
        font-family: Roboto;
+
        font-size: 1.1vw;
+
        font-weight: bold;
+
        width: 80%;
+
        border-bottom: 0.5px solid #DCDCDC;
+
        text-align: center;
+
        text-transform: uppercase;
+
     }
+
 
+
     .text-container {
+
        display: -webkit-box;
+
        display: -ms-flexbox;
+
         display: flex;
+
        -webkit-box-orient: vertical;
+
        -webkit-box-direction: normal;
+
        -ms-flex-direction: column;
+
        flex-direction: column;
+
        width: 400px;
+
        height: auto;
+
        padding-bottom: 2%;
+
        padding-top: 2%;
+
        background: #F9F9F9;
+
        border-radius: 38px;
+
        -webkit-box-shadow: 0px 11px 15px 1px rgba(0, 0, 0, 0.65);
+
        box-shadow: 0px 11px 15px 1px rgba(0, 0, 0, 0.65);
+
        -webkit-box-align: start;
+
        -ms-flex-align: start;
+
        align-items: flex-start;
+
        overflow: hidden;
+
        -webkit-box-ordinal-group: 3;
+
        -ms-flex-order: 2;
+
        order: 2;
+
        -webkit-box-flex: 4;
+
        -ms-flex-positive: 4;
+
        flex-grow: 2;
+
        -ms-flex-negative: 0.5;
+
        flex-shrink: 0.5;
+
         margin-right: 50px;
+
    }
+
 
+
    .text-container h2 {
+
        -ms-flex-item-align: start !important;
+
         align-self: flex-start !important;
+
        font-family: Roboto;
+
        font-weight: bold;
+
        font-size: 2.5vw;
+
        height: 5vw;
+
        width: 39vw;
+
        letter-spacing: 0.01em;
+
        text-decoration: none !important;
+
        color: #000000;
+
        margin-left: 40px;
+
        margin-top: 35px !important;
+
        margin-bottom: 35px !important;
+
        border-bottom: 2.5px solid #000000;
+
    }
+
 
+
    .text-container .text p {
+
        font-family: Roboto !important;
+
        font-weight: normal;
+
        font-size: 1.3vw !important;
+
        letter-spacing: 0.01em;
+
        color: #000000;
+
        text-align: justify;
+
        margin-right: 40px;
+
        margin-left: 40px;
+
     }
+
 
+
    footer {
+
        height: 300px;
+
        width: 100vw;
+
        bottom: 0;
+
        background: #1E2833;
+
        -ms-flex-item-align: end;
+
        align-self: flex-end;
+
        -webkit-box-ordinal-group: 5;
+
        -ms-flex-order: 4;
+
        order: 4;
+
        padding-top: 2%;
+
        margin-top: 5%;
+
    }
+
 
+
    @media screen and (max-width: 900px) {
+
        .Title {
+
            font-size: 3vw;
+
 
         }
 
         }
  
         .Subtitle .mini-subtitle .main-subtitle {
+
         .tg td {
            font-size: 2.5vw;
+
                              background-color:  #fff;
 +
                              border-color:      #ccc;
 +
                              border-style:      solid;
 +
                              border-width:      1px;
 +
                              color:              #333;
 +
                              font-family:        Roboto;
 +
                              font-size:         14px;
 +
                              overflow:          hidden;
 +
                              padding:            10px 5px;
 +
                              word-break:        normal;
 
         }
 
         }
  
         .Subtitle .mini-subtitle .subtopic {
+
         .tg th {
            font-size: 2vw;
+
                              background-color:  #f0f0f0;
 +
                              border-color:      #ccc;
 +
                              border-style:      solid;
 +
                              border-width:      1px;
 +
                              color:              #333;
 +
                              font-family:        Roboto;
 +
                              font-size:         14px;
 +
                              font-weight:        normal;
 +
                              overflow:          hidden;
 +
                              padding:            10px 5px;
 +
                              word-break:        normal;
 
         }
 
         }
  
         .nav-menu {
+
         .tg .tg-3rmm {
            display: none;
+
                              background-color:  #ffffff;
 +
                              border-color:      inherit;
 +
                              color:              #15C;
 +
                              text-align:        left;
 +
                              text-decoration:    underline;
 +
                              vertical-align:     top;
 
         }
 
         }
  
         .subsite-container {
+
         .tg .tg-lp5f {
            display: none;
+
                              background-color:  #efefef;
 +
                              border-color:      inherit;
 +
                              font-family:        "Roboto Black", Gadget, Roboto !important;
 +
                              text-align:        center;
 +
                              vertical-align:     top;
 
         }
 
         }
  
         .text-container {
+
         .tg .tg-3xi5 {
            margin-left: 20px;
+
                              background-color:  #ffffff;
            margin-right: 20px;
+
                              border-color:      inherit;
 +
                              text-align:         center;
 +
                              vertical-align:     top;
 
         }
 
         }
  
         .text-container .text {
+
         .tg .tg-c6of {
            font-size: 2vw;
+
                              background-color:  #ffffff;
 +
                              border-color:      inherit;
 +
                              text-align:        left;
 +
                              vertical-align:     top;
 
         }
 
         }
  
         h2 {
+
         .tg {
            font-size: 4vw;
+
                              align-self:         center;
 +
                              width:              80%;
 
         }
 
         }
    }
+
      </style>
 
+
          <table class="tg">
    @media screen and (max-width: 600px) {
+
              <thead>
        .Title {
+
            font-size: 4vw;
+
        }
+
 
+
        .Subtitle .mini-subtitle .main-subtitle {
+
            font-size: 2.5vw;
+
        }
+
 
+
        .Subtitle .mini-subtitle .subtopic {
+
            font-size: 2vw;
+
        }
+
 
+
        .nav-menu {
+
            display: none;
+
        }
+
 
+
        .subsite-container {
+
            display: none;
+
        }
+
 
+
        .text-container {
+
            margin-left: 20px;
+
            margin-right: 20px;
+
        }
+
 
+
        .text-container .text {
+
            font-size: 3vw;
+
        }
+
 
+
        h2 {
+
            font-size: 6vw;
+
        }
+
    }
+
</style>
+
<!-------------------- HTML CONTENT -------------------------------->
+
 
+
<body>
+
    <div class="top-banner">
+
    </div>
+
 
+
    <div class="Subtitle">
+
        <div class="Title">Part Collection</div>
+
    </div>
+
    <div class="container">
+
 
+
 
+
 
+
        <div class="nav-menu">
+
            <div class="submenu-title">Part Collection</div>
+
 
+
            <div class="submenu-content">
+
                <a href="#Overview">Overview</a>
+
                <a href="#Basic Parts">Basic Parts</a>
+
                <a href="#Composite Parts">Composite Parts</a>
+
            </div>
+
 
+
        </div>
+
 
+
        <div class="text-container">
+
            <h2 id="Overview">Overview</h2>
+
            <div class="text">
+
                <p>
+
                    The main goal of our project is to make a frugal biofoundry capable of producing high quantities of enzymes and other proteins of interest. To do that, our team designed a library of parts in order to test in a high-throughput way the combinations that would generate the best results. For this year, the most important part generated by our team was the pHT43 plasmid (BBa_K4103000), an improvement on (BBa_K1074001) from 2013 - this plasmid acts as a shuttle vector between E. coli and B. subtilis, and allows the efficient production and secretion of our protein-of-interest, with our team focusing efforts to use this vector for the production of Pfu-Sso7d Polymerase (BBa_K4103011) codon optimized for B. Subtilis using the software created by our team.
+
                </p>
+
            </div>
+
 
+
            <h2 id="Basic Parts">Basic Parts</h2>
+
 
+
            <style type="text/css">
+
                .tg  {border-collapse:collapse;border-color:#ccc;border-spacing:0;}
+
                .tg td{background-color:#fff;border-color:#ccc;border-style:solid;border-width:1px;color:#333;
+
                  font-family:Roboto, Roboto;font-size:14px;overflow:hidden;padding:10px 5px;word-break:normal;}
+
                .tg th{background-color:#f0f0f0;border-color:#ccc;border-style:solid;border-width:1px;color:#333;
+
                  font-family:Roboto, Roboto;font-size:14px;font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
+
                .tg .tg-3rmm{background-color:#ffffff;border-color:inherit;color:#15C;text-align:left;text-decoration:underline;vertical-align:top}
+
                .tg .tg-lp5f{background-color:#efefef;border-color:inherit;font-family:"Roboto Black", Gadget, Roboto !important;;
+
                  text-align:center;vertical-align:top}
+
                .tg .tg-3xi5{background-color:#ffffff;border-color:inherit;text-align:center;vertical-align:top}
+
                .tg .tg-c6of{background-color:#ffffff;border-color:inherit;text-align:left;vertical-align:top}
+
                .tg{
+
                    align-self: center;
+
                    width: 80%;
+
                }
+
                </style>
+
                <table class="tg">
+
                <thead>
+
 
                   <tr>
 
                   <tr>
                    <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Part Name</span></th>
+
                      <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Part Name</span></th>
                    <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Type</span></th>
+
                      <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Type</span></th>
                    <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Description</span></th>
+
                      <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Description</span></th>
                    <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Length (bp)</span></th>
+
                      <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Length (bp)</span></th>
 
                   </tr>
 
                   </tr>
                </thead>
+
              </thead>
                <tbody>
+
              <tbody>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103000" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103000</span></a></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103000" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103000</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">pfu</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">pfu</span></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103001" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103001</span></a></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103001" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103001</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Conjugation origin</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Conjugation origin</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Transfer Origin pIP501</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Transfer Origin pIP501</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">319</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">319</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103003</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103003" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103003</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Resistance marker</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Resistance marker</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">SpecR</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">SpecR</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">989</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">989</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103004</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103004" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103004</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Origin of replication</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Origin of replication</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">EcoORI</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">EcoORI</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">589</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">589</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103005" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103005</span></a></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103005" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103005</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Origin of transfer</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Origin of transfer</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">OriTBsub</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">OriTBsub</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">378</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">378</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103007" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103007</span></a></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103007" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103007</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Resistance marker</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Resistance marker</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">catA9</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">catA9</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">939</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">939</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103008</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103008" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103008</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Insulator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Insulator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">HDV-1 (3' Ribozyme Insulator)</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">HDV-1 (3' Ribozyme Insulator)</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">85</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">85</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103009</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103009" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103009</span></a></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103016</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103016" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103016</span></a></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">OriTBsub</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">OriTBsub</span></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103017</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103017" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103017</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Terminator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Terminator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">E. coli terminator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">E. coli terminator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">54</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">54</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103018</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103018" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103018</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Promoter</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Promoter</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">kanR promoter</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">kanR promoter</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">101</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">101</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103019" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103019</span></a></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103019" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103019</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Terminator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Terminator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">kanR terminator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">kanR terminator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">48</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">48</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103020</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103020" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103020</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">kanR cds</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">kanR cds</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">816</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">816</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103021</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103021" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103021</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">lacI cds</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">lacI cds</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">1083</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">1083</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103022</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103022" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103022</span></a></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103023</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103023" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103023</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Operator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Operator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Lac operator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Lac operator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">25</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">25</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103024</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103024" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103024</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Insulator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Insulator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">RiboJ54 Insulator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">RiboJ54 Insulator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">75</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">75</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103025</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103025" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103025</span></a></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103026</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103026" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103026</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Pfu (DNA polymerase) #4</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Pfu (DNA polymerase) #4</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">2322</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">2322</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103027</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103027" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103027</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Sso-7d #4</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Sso-7d #4</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">189</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">189</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103028</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103028" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103028</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Linker</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Linker</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">TEV linker site #4</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">TEV linker site #4</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">21</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">21</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103029</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103029" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103029</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">fuGFP #4</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">fuGFP #4</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">732</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">732</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103030</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103030" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103030</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Tag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Tag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">10xHisTag #4</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">10xHisTag #4</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">30</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">30</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103031</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103031" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103031</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Tag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Tag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">R5 Silica binding purification tag #4</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">R5 Silica binding purification tag #4</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">57</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">57</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103032</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103032" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103032</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Pfu (DNA polymerase) #2</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Pfu (DNA polymerase) #2</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">2322</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">2322</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103033</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103033" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103033</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Sso-7d #2</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Sso-7d #2</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">189</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">189</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103034</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103034" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103034</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Linker</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Linker</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">TEV linker site</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">TEV linker site</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">21</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">21</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103035</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103035" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103035</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">fuGFP</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">fuGFP</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">732</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">732</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103036</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103036" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103036</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Purification Tag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Purification Tag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">10xHisTag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">10xHisTag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">30</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">30</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103037</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103037" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103037</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Purification Tag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Purification Tag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">R5 Silica binding purification tag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">R5 Silica binding purification tag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">57</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">57</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103038</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103038" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103038</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">ccdb</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">ccdb</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">335</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">335</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103039</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103039" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103039</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">lacA 3' homology</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">lacA 3' homology</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">408</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">408</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103040</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103040" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103040</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">amyE 5' homology</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">amyE 5' homology</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">521</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">521</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103041</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103041" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103041</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">amyE 3' homology</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">amyE 3' homology</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">498</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">498</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103042</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103042" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103042</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">thrC 5' homology</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">thrC 5' homology</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">501</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">501</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103043</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103043" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103043</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">thrC 3' homology</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">thrC 3' homology</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">429</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">429</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103044" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103044</span></a><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">/</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103044" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103044</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">lacA 5' homology arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">lacA 5' homology arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">602</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">602</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103045</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103045" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103045</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Secretion Tag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Secretion Tag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">AmyQ</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">AmyQ</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">93</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">93</span></td>
 
                   </tr>
 
                   </tr>
                </tbody>
+
              </tbody>
                </table>
+
          </table>
           
+
          <div class="title-container">
 +
              <h2 id="Composite Parts">Composite Parts</h2>
 +
          </div>
 +
          <style type="text/css">
 +
          .tg {
 +
              border-collapse: collapse;
 +
              border-color: #ccc;
 +
              border-spacing: 0;
 +
          }
  
 +
          .tg td {
 +
              background-color: #fff;
 +
              border-color: #ccc;
 +
              border-style: solid;
 +
              border-width: 1px;
 +
              color: #333;
 +
              font-family: Roboto, Roboto;
 +
              font-size: 14px;
 +
              overflow: hidden;
 +
              padding: 10px 5px;
 +
              word-break: normal;
 +
          }
  
            <h2 id="Composite Parts">Composite Parts</h2>
+
          .tg th {
            <style type="text/css">
+
              background-color: #f0f0f0;
                .tg {border-collapse:collapse;border-color:#ccc;border-spacing:0;}
+
              border-color: #ccc;
                .tg td{background-color:#fff;border-color:#ccc;border-style:solid;border-width:1px;color:#333;
+
              border-style: solid;
                  font-family:Roboto, Roboto;font-size:14px;overflow:hidden;padding:10px 5px;word-break:normal;}
+
              border-width: 1px;
                .tg th{background-color:#f0f0f0;border-color:#ccc;border-style:solid;border-width:1px;color:#333;
+
              color: #333;
                  font-family:Roboto, Roboto;font-size:14px;font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
+
              font-family: Roboto, Roboto;
                .tg .tg-3rmm{background-color:#ffffff;border-color:inherit;color:#15C;text-align:left;text-decoration:underline;vertical-align:top}
+
              font-size: 14px;
                .tg .tg-lp5f{background-color:#efefef;border-color:inherit;font-family:"Roboto Black", Gadget, Roboto !important;;
+
              font-weight: normal;
                  text-align:center;vertical-align:top}
+
              overflow: hidden;
                .tg .tg-3xi5{background-color:#ffffff;border-color:inherit;text-align:center;vertical-align:top}
+
              padding: 10px 5px;
                .tg .tg-c6of{background-color:#ffffff;border-color:inherit;text-align:left;vertical-align:top}
+
              word-break: normal;
                .tg{
+
          }
                    align-self: center;
+
                    width: 80%;
+
                }
+
  
                </style>
+
          .tg .tg-3rmm {
                <table class="tg">
+
              background-color: #ffffff;
                <thead>
+
              border-color: inherit;
 +
              color: #15C;
 +
              text-align: left;
 +
              text-decoration: underline;
 +
              vertical-align: top
 +
          }
 +
 
 +
          .tg .tg-lp5f {
 +
              background-color: #efefef;
 +
              border-color: inherit;
 +
              font-family: "Roboto Black", Gadget, Roboto !important;
 +
              ;
 +
              text-align: center;
 +
              vertical-align: top
 +
          }
 +
 
 +
          .tg .tg-3xi5 {
 +
              background-color: #ffffff;
 +
              border-color: inherit;
 +
              text-align: center;
 +
              vertical-align: top
 +
          }
 +
 
 +
          .tg .tg-c6of {
 +
              background-color: #ffffff;
 +
              border-color: inherit;
 +
              text-align: left;
 +
              vertical-align: top
 +
          }
 +
 
 +
          .tg {
 +
              align-self: center;
 +
              width: 80%;
 +
          }
 +
          </style>
 +
          <table class="tg">
 +
              <thead>
 
                   <tr>
 
                   <tr>
                    <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Part Name</span></th>
+
                      <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Part Name</span></th>
                    <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Type</span></th>
+
                      <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Type</span></th>
                    <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Description</span></th>
+
                      <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Description</span></th>
                    <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Length (bp)</span></th>
+
                      <th class="tg-lp5f"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Length (bp)</span></th>
 
                   </tr>
 
                   </tr>
                </thead>
+
              </thead>
                <tbody>
+
              <tbody>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103000" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103000</span></a></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103000" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103000</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">pfu</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">pfu</span></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103001" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103001</span></a></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103001" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103001</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Conjugation origin</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Conjugation origin</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Transfer Origin pIP501</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Transfer Origin pIP501</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">319</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">319</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103003</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103003" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103003</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Resistance marker</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Resistance marker</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">SpecR</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">SpecR</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">989</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">989</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103004</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103004" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103004</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Origin of replication</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Origin of replication</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">EcoORI</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">EcoORI</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">589</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">589</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103005" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103005</span></a></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103005" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103005</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Origin of transfer</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Origin of transfer</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">OriTBsub</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">OriTBsub</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">378</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">378</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103007" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103007</span></a></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103007" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103007</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Resistance marker</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Resistance marker</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">catA9</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">catA9</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">939</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">939</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103008</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103008" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103008</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Insulator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Insulator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">HDV-1 (3' Ribozyme Insulator)</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">HDV-1 (3' Ribozyme Insulator)</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">85</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">85</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103009</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103009" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103009</span></a></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103016</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030016" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103016</span></a></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">OriTBsub</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">OriTBsub</span></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103017</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030017" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103017</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Terminator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Terminator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">E. coli terminator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">E. coli terminator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">54</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">54</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103018</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030018" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103018</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Promoter</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Promoter</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">kanR promoter</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">kanR promoter</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">101</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">101</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103019" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103019</span></a></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103019" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103019</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Terminator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Terminator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">kanR terminator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">kanR terminator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">48</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">48</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103020</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030020" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103020</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">kanR cds</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">kanR cds</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">816</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">816</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103021</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030021" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103021</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">lacI cds</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">lacI cds</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">1083</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">1083</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103022</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030022" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103022</span></a></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103023</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030023" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103023</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Operator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Operator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Lac operator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Lac operator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">25</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">25</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103024</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030024" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103024</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Insulator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Insulator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">RiboJ54 Insulator</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">RiboJ54 Insulator</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">75</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">75</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103025</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030025" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103025</span></a></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
                    <td class="tg-c6of"></td>
+
                      <td class="tg-c6of"></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103026</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030026" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103026</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Pfu (DNA polymerase) #4</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Pfu (DNA polymerase) #4</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">2322</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">2322</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103027</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030027" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103027</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Sso-7d #4</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Sso-7d #4</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">189</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">189</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103028</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030028" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103028</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Linker</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Linker</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">TEV linker site #4</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">TEV linker site #4</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">21</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">21</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103029</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030029" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103029</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">fuGFP #4</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">fuGFP #4</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">732</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">732</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103030</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030030" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103030</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Tag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Tag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">10xHisTag #4</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">10xHisTag #4</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">30</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">30</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103031</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030031" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103031</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Tag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Tag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">R5 Silica binding purification tag #4</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">R5 Silica binding purification tag #4</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">57</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">57</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103032</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030032" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103032</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Pfu (DNA polymerase) #2</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Pfu (DNA polymerase) #2</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">2322</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">2322</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103033</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030033" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103033</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Sso-7d #2</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Sso-7d #2</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">189</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">189</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103034</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030034" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103034</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Linker</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Linker</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">TEV linker site</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">TEV linker site</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">21</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">21</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103035</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030035" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103035</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">fuGFP</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">fuGFP</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">732</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">732</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103036</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030036" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103036</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Purification Tag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Purification Tag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">10xHisTag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">10xHisTag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">30</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">30</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103037</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030037" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103037</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Purification Tag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Purification Tag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">R5 Silica binding purification tag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">R5 Silica binding purification tag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">57</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">57</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103038</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030038" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103038</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Coding</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">ccdb</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">ccdb</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">335</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">335</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103039</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030039" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103039</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">lacA 3' homology</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">lacA 3' homology</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">408</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">408</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103040</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030040" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103040</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">amyE 5' homology</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">amyE 5' homology</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">521</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">521</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103041</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030041" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103041</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">amyE 3' homology</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">amyE 3' homology</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">498</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">498</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103042</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030042" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103042</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">thrC 5' homology</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">thrC 5' homology</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">501</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">501</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103043</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K41030043" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103043</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">thrC 3' homology</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">thrC 3' homology</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">429</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">429</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103044" target="_blank" rel="noopener noreferrer"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103044</span></a><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">/</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K4103044" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103044</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Homology Arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">lacA 5' homology arm</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">lacA 5' homology arm</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">602</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">602</span></td>
 
                   </tr>
 
                   </tr>
 
                   <tr>
 
                   <tr>
                    <td class="tg-3rmm"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103045</span></td>
+
                      <td class="tg-3rmm"><a href="http://parts.igem.org/Part:BBa_K410300" target="_blank"><span style="font-weight:400;font-style:normal;text-decoration:underline;color:#15C">http://parts.igem.org/Part:BBa_K4103045</span></a></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Secretion Tag</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">Secretion Tag</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">AmyQ</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">AmyQ</span></td>
                    <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">93</span></td>
+
                      <td class="tg-3xi5"><span style="font-weight:400;font-style:normal;text-decoration:none;color:#000">93</span></td>
 
                   </tr>
 
                   </tr>
                </tbody>
+
              </tbody>
                </table>
+
          </table>
 
+
      </div>
        </div>          
+
      <footer></footer>
 
+
  </div>
        <footer>
+
 
+
        </footer>
+
    </div>
+
 
</body>
 
</body>
 
 
</html>
 
</html>

Latest revision as of 01:24, 18 December 2021

Part Collection

Overview

The main goal of our project is to make a frugal biofoundry capable of producing high quantities of enzymes and other proteins of interest. To do that, our team designed a library of parts in order to test in a high-throughput way the combinations that would generate the best results. For this year, the most important part generated by our team was the pHT43 plasmid (BBa_K4103000), an improvement on (BBa_K1074001) from 2013 - this plasmid acts as a shuttle vector between E. coli and B. subtilis, and allows the efficient production and secretion of our protein-of-interest, with our team focusing efforts to use this vector for the production of Pfu-Sso7d Polymerase (BBa_K4103011) codon optimized for B. Subtilis using the software created by our team.

Basic Parts

Part Name Type Description Length (bp)
http://parts.igem.org/Part:BBa_K4103000 pfu
http://parts.igem.org/Part:BBa_K4103001 Conjugation origin Transfer Origin pIP501 319
http://parts.igem.org/Part:BBa_K4103003 Resistance marker SpecR 989
http://parts.igem.org/Part:BBa_K4103004 Origin of replication EcoORI 589
http://parts.igem.org/Part:BBa_K4103005 Origin of transfer OriTBsub 378
http://parts.igem.org/Part:BBa_K4103007 Resistance marker catA9 939
http://parts.igem.org/Part:BBa_K4103008 Insulator HDV-1 (3' Ribozyme Insulator) 85
http://parts.igem.org/Part:BBa_K4103009
http://parts.igem.org/Part:BBa_K4103016 OriTBsub
http://parts.igem.org/Part:BBa_K4103017 Terminator E. coli terminator 54
http://parts.igem.org/Part:BBa_K4103018 Promoter kanR promoter 101
http://parts.igem.org/Part:BBa_K4103019 Terminator kanR terminator 48
http://parts.igem.org/Part:BBa_K4103020 Coding kanR cds 816
http://parts.igem.org/Part:BBa_K4103021 Coding lacI cds 1083
http://parts.igem.org/Part:BBa_K4103022
http://parts.igem.org/Part:BBa_K4103023 Operator Lac operator 25
http://parts.igem.org/Part:BBa_K4103024 Insulator RiboJ54 Insulator 75
http://parts.igem.org/Part:BBa_K4103025
http://parts.igem.org/Part:BBa_K4103026 Coding Pfu (DNA polymerase) #4 2322
http://parts.igem.org/Part:BBa_K4103027 Coding Sso-7d #4 189
http://parts.igem.org/Part:BBa_K4103028 Linker TEV linker site #4 21
http://parts.igem.org/Part:BBa_K4103029 Coding fuGFP #4 732
http://parts.igem.org/Part:BBa_K4103030 Tag 10xHisTag #4 30
http://parts.igem.org/Part:BBa_K4103031 Tag R5 Silica binding purification tag #4 57
http://parts.igem.org/Part:BBa_K4103032 Coding Pfu (DNA polymerase) #2 2322
http://parts.igem.org/Part:BBa_K4103033 Coding Sso-7d #2 189
http://parts.igem.org/Part:BBa_K4103034 Linker TEV linker site 21
http://parts.igem.org/Part:BBa_K4103035 Coding fuGFP 732
http://parts.igem.org/Part:BBa_K4103036 Purification Tag 10xHisTag 30
http://parts.igem.org/Part:BBa_K4103037 Purification Tag R5 Silica binding purification tag 57
http://parts.igem.org/Part:BBa_K4103038 Coding ccdb 335
http://parts.igem.org/Part:BBa_K4103039 Homology Arm lacA 3' homology 408
http://parts.igem.org/Part:BBa_K4103040 Homology Arm amyE 5' homology 521
http://parts.igem.org/Part:BBa_K4103041 Homology Arm amyE 3' homology 498
http://parts.igem.org/Part:BBa_K4103042 Homology Arm thrC 5' homology 501
http://parts.igem.org/Part:BBa_K4103043 Homology Arm thrC 3' homology 429
http://parts.igem.org/Part:BBa_K4103044 Homology Arm lacA 5' homology arm 602
http://parts.igem.org/Part:BBa_K4103045 Secretion Tag AmyQ 93

Composite Parts

Part Name Type Description Length (bp)
http://parts.igem.org/Part:BBa_K4103000 pfu
http://parts.igem.org/Part:BBa_K4103001 Conjugation origin Transfer Origin pIP501 319
http://parts.igem.org/Part:BBa_K4103003 Resistance marker SpecR 989
http://parts.igem.org/Part:BBa_K4103004 Origin of replication EcoORI 589
http://parts.igem.org/Part:BBa_K4103005 Origin of transfer OriTBsub 378
http://parts.igem.org/Part:BBa_K4103007 Resistance marker catA9 939
http://parts.igem.org/Part:BBa_K4103008 Insulator HDV-1 (3' Ribozyme Insulator) 85
http://parts.igem.org/Part:BBa_K4103009
http://parts.igem.org/Part:BBa_K4103016 OriTBsub
http://parts.igem.org/Part:BBa_K4103017 Terminator E. coli terminator 54
http://parts.igem.org/Part:BBa_K4103018 Promoter kanR promoter 101
http://parts.igem.org/Part:BBa_K4103019 Terminator kanR terminator 48
http://parts.igem.org/Part:BBa_K4103020 Coding kanR cds 816
http://parts.igem.org/Part:BBa_K4103021 Coding lacI cds 1083
http://parts.igem.org/Part:BBa_K4103022
http://parts.igem.org/Part:BBa_K4103023 Operator Lac operator 25
http://parts.igem.org/Part:BBa_K4103024 Insulator RiboJ54 Insulator 75
http://parts.igem.org/Part:BBa_K4103025
http://parts.igem.org/Part:BBa_K4103026 Coding Pfu (DNA polymerase) #4 2322
http://parts.igem.org/Part:BBa_K4103027 Coding Sso-7d #4 189
http://parts.igem.org/Part:BBa_K4103028 Linker TEV linker site #4 21
http://parts.igem.org/Part:BBa_K4103029 Coding fuGFP #4 732
http://parts.igem.org/Part:BBa_K4103030 Tag 10xHisTag #4 30
http://parts.igem.org/Part:BBa_K4103031 Tag R5 Silica binding purification tag #4 57
http://parts.igem.org/Part:BBa_K4103032 Coding Pfu (DNA polymerase) #2 2322
http://parts.igem.org/Part:BBa_K4103033 Coding Sso-7d #2 189
http://parts.igem.org/Part:BBa_K4103034 Linker TEV linker site 21
http://parts.igem.org/Part:BBa_K4103035 Coding fuGFP 732
http://parts.igem.org/Part:BBa_K4103036 Purification Tag 10xHisTag 30
http://parts.igem.org/Part:BBa_K4103037 Purification Tag R5 Silica binding purification tag 57
http://parts.igem.org/Part:BBa_K4103038 Coding ccdb 335
http://parts.igem.org/Part:BBa_K4103039 Homology Arm lacA 3' homology 408
http://parts.igem.org/Part:BBa_K4103040 Homology Arm amyE 5' homology 521
http://parts.igem.org/Part:BBa_K4103041 Homology Arm amyE 3' homology 498
http://parts.igem.org/Part:BBa_K4103042 Homology Arm thrC 5' homology 501
http://parts.igem.org/Part:BBa_K4103043 Homology Arm thrC 3' homology 429
http://parts.igem.org/Part:BBa_K4103044 Homology Arm lacA 5' homology arm 602
http://parts.igem.org/Part:BBa_K4103045 Secretion Tag AmyQ 93