Loading menubar.....

Difference between revisions of "Team:Tuebingen/Basic Part"

 
(2 intermediate revisions by one other user not shown)
Line 21: Line 21:
 
             height: 100%;
 
             height: 100%;
 
             z-index: 9999;
 
             z-index: 9999;
             background: #2B2B35;
+
             background: #292935;
 
         }
 
         }
  
Line 59: Line 59:
 
<body>
 
<body>
 
<div class="se-pre-con">
 
<div class="se-pre-con">
     <img src="https://2019.igem.org/wiki/images/8/83/T--Tuebingen--preloader.gif">
+
     <img src="https://2019.igem.org/wiki/images/4/49/T--Tuebingen--DNA_gif.gif">
 
</div>
 
</div>
 
<script src="https://2019.igem.org/Team:Tuebingen/jqueryLoadJS?action=raw&ctype=text/javascript"></script>
 
<script src="https://2019.igem.org/Team:Tuebingen/jqueryLoadJS?action=raw&ctype=text/javascript"></script>
Line 1,721: Line 1,721:
 
         max-width: 100%;
 
         max-width: 100%;
 
         margin-bottom: 1rem;
 
         margin-bottom: 1rem;
         background-color: transparent
+
         background-color: transparent;
 +
        z-index: 100;
 
     }
 
     }
 
     .veggie td,
 
     .veggie td,
Line 1,730: Line 1,731:
 
         color: #F4F0DE;
 
         color: #F4F0DE;
 
         border-bottom: 1px solid #F4F0DE;
 
         border-bottom: 1px solid #F4F0DE;
 +
        z-index:100;
 
     }
 
     }
 
     .veggie th {
 
     .veggie th {
         background-color: #2ecc71;
+
         background-color: #2ecc71 !important;
         color: #232323 !important
+
         color: #232323 !important;
 +
        z-index:100
 
     }
 
     }
 
     .veggie caption {
 
     .veggie caption {
 
         color: #adb3b7;
 
         color: #adb3b7;
 +
        z-index:100;
 
     }
 
     }
 
     .veggie thead th {
 
     .veggie thead th {
 
         vertical-align: bottom;
 
         vertical-align: bottom;
         border-bottom: 2px solid #dee2e6
+
         border-bottom: 2px solid #dee2e6;
 +
        z-index:100;
 
     }
 
     }
 
     .veggie tbody+tbody {
 
     .veggie tbody+tbody {
         border-top: 2px solid #dee2e6
+
         border-top: 2px solid #dee2e6;
 +
        z-index:100;
 
     }
 
     }
  
Line 1,749: Line 1,755:
 
         .veggie {
 
         .veggie {
 
             font-size: xx-small;
 
             font-size: xx-small;
 +
            z-index:100;
 
         }
 
         }
 
     }
 
     }
Line 9,159: Line 9,166:
 
     }
 
     }
  
    .judges-will-not-evaluate {
+
 
        border: 4px solid #e4dede;
+
        padding: 2% !important;
+
        width: 92% !important;
+
    }
+
  
 
     /* OWN Global Settings */
 
     /* OWN Global Settings */
Line 9,767: Line 9,770:
 
</style>
 
</style>
 
     <head>
 
     <head>
         <title>GLP.exe</title>
+
         <title>GLP.exe - Basic Parts</title>
 
         <meta charset="utf-8">
 
         <meta charset="utf-8">
 
         <meta name="viewport" content="width=device-width, initial-scale=1">
 
         <meta name="viewport" content="width=device-width, initial-scale=1">
Line 10,261: Line 10,264:
 
<body style="">
 
<body style="">
 
  <section id="nav-placeholder">
 
  <section id="nav-placeholder">
    <nav class="shadow navbar navbar-expand-md navbar-dark fixed-top"
+
      <nav class="shadow navbar navbar-expand-md navbar-dark fixed-top"
 
         style="background-color: rgba(30, 30, 30, 0.3); z-index: 100;">
 
         style="background-color: rgba(30, 30, 30, 0.3); z-index: 100;">
 
         <a class="navbar-brand" href="https://2019.igem.org/Team:Tuebingen">
 
         <a class="navbar-brand" href="https://2019.igem.org/Team:Tuebingen">
Line 10,325: Line 10,328:
 
                             Parts</a>
 
                             Parts</a>
 
                         <a class="dropdown-item" href="/Team:Tuebingen/Characterized_Part"
 
                         <a class="dropdown-item" href="/Team:Tuebingen/Characterized_Part"
                           style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Improved
+
                           style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Characterized
 
                             Parts</a>
 
                             Parts</a>
 
                         <a class="dropdown-item" href="/Team:Tuebingen/Composite_Part"
 
                         <a class="dropdown-item" href="/Team:Tuebingen/Composite_Part"
Line 10,692: Line 10,695:
 
     @media only screen and (max-width: 470px) {
 
     @media only screen and (max-width: 470px) {
 
         .info h1 {
 
         .info h1 {
             margin-top: 10%;
+
             margin-top: 22%;
 
             font-size: 1.9em;
 
             font-size: 1.9em;
 
         }
 
         }
Line 10,701: Line 10,704:
 
     @media only screen and (max-width: 400px) {
 
     @media only screen and (max-width: 400px) {
 
         .info h1 {
 
         .info h1 {
             margin-top: 20%;
+
             margin-top: 25%;
 
         }
 
         }
 
         .header {
 
         .header {
Line 10,710: Line 10,713:
 
     @media only screen and (max-width: 350px) {
 
     @media only screen and (max-width: 350px) {
 
         .info h1 {
 
         .info h1 {
             margin-top: 25%;
+
             margin-top: 30%;
 
         }
 
         }
 
     }
 
     }
Line 10,756: Line 10,759:
 
                 <p>
 
                 <p>
 
                     Our best basic part is the coding sequence of the Cas3 Nuclease (<a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K3096001" onclick='window.open("http://parts.igem.org/wiki/index.php?title=Part:BBa_K3096001","_self");'>BBa_K3096001</a>), which is part of the
 
                     Our best basic part is the coding sequence of the Cas3 Nuclease (<a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K3096001" onclick='window.open("http://parts.igem.org/wiki/index.php?title=Part:BBa_K3096001","_self");'>BBa_K3096001</a>), which is part of the
                     Type 1 CRISPR/Cas adaptive system in E. coli. Unlike Cas9-based CRISPR systems, our system does
+
                     Type 1 CRISPR/Cas adaptive system in <i>E. coli</i>. Unlike Cas9-based CRISPR systems, our system does
 
                     not only cut, but also degrade the DNA targeted by the CRISPR arrays. We have amplified this part
 
                     not only cut, but also degrade the DNA targeted by the CRISPR arrays. We have amplified this part
                     via PCR from genomic DNA of E. coli MG1655 and confirmed it via gel electrophoresis. With this part,
+
                     via PCR from genomic DNA of <i>E. coli</i> MG1655 and confirmed it via gel electrophoresis. With this part,
 
                     we newly introduce the Cas3 nuclease to the iGEM registry. It is a nuclease bearing a lot of potential
 
                     we newly introduce the Cas3 nuclease to the iGEM registry. It is a nuclease bearing a lot of potential
 
                     regarding biosafety and the knock-out of genes. For further information, please visit our Kill Switch
 
                     regarding biosafety and the knock-out of genes. For further information, please visit our Kill Switch
Line 10,777: Line 10,780:
 
                                 <th>Length [bp]</th>
 
                                 <th>Length [bp]</th>
 
                                     <tr>
 
                                     <tr>
                                         <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K3096001" onclick='window.open("http://parts.igem.org/wiki/index.php?title=Part:BBa_K3096001","_self");'>BBa_K3096001</a><br>The Cas3 Nuclease is part of the Type I CRISPR/Cas system in E.coli</td>
+
                                         <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K3096001" onclick='window.open("http://parts.igem.org/wiki/index.php?title=Part:BBa_K3096001","_self");'>BBa_K3096001</a><br>The Cas3 Nuclease is part of the Type I CRISPR/Cas system in <i>E. coli</i></td>
 
                                         <td>Coding</td>
 
                                         <td>Coding</td>
 
                                         <td>Kill Switch</td>
 
                                         <td>Kill Switch</td>
Line 10,807: Line 10,810:
 
                                     </tr>
 
                                     </tr>
 
                                     <tr>
 
                                     <tr>
                                         <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K3096014" onclick='window.open("http://parts.igem.org/wiki/index.php?title=Part:BBa_K3096014","_self");'>BBa_K3096014</a><br>CRISPR Array targeting Genomic E.coli DNA</td>
+
                                         <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K3096014" onclick='window.open("http://parts.igem.org/wiki/index.php?title=Part:BBa_K3096014","_self");'>BBa_K3096014</a><br>CRISPR Array targeting Genomic <i>E. coli</i> DNA</td>
 
                                         <td>RNA</td>
 
                                         <td>RNA</td>
 
                                         <td>Kill Switch</td>
 
                                         <td>Kill Switch</td>
Line 10,884: Line 10,887:
 
         </div>
 
         </div>
 
     </main>
 
     </main>
 +
</div>
 
</div>
 
</div>
  
Line 10,897: Line 10,901:
 
<script src="https://2019.igem.org/Team:Tuebingen/popup-imagesJS?action=raw&ctype=text/javascript"></script>
 
<script src="https://2019.igem.org/Team:Tuebingen/popup-imagesJS?action=raw&ctype=text/javascript"></script>
  
        <div class='container-fluid p-3' style="background-color: rgba(35, 35, 35, 0.4);">
+
<div class='container-fluid p-3' style="background-color: #919191;">
    <hr>
+
        <hr>
    <div class='row align-items-center'>
+
        <div class='row align-items-center'>
        <div class='col-6 col-md-2 sponsorLogo text-center'>
+
            <div class='col-6 col-md-2 sponsorLogo text-center'>
            <a href="https://www.stura-tuebingen.de/" target="_blank2"><img class="img-fluid"
+
                <a href="https://www.stura-tuebingen.de/" target="_blank2"><img class="img-fluid"
                                                                            src="https://2019.igem.org/wiki/images/1/10/T--Tuebingen--stura_logo.png"
+
                                                                                src="https://2019.igem.org/wiki/images/1/10/T--Tuebingen--stura_logo.png"
                                                                            style="max-height: 80px;"></a>
+
                                                                                style="max-height: 80px;"></a>
        </div>
+
            </div>
        <div class='col-6 col-md-2 sponsorLogo text-center'>
+
         
             <a href="https://www.embl.de/" target="_blank2"><img class="img-fluid"
+
            <div class='col-6 col-md-2 sponsorLogo text-center'>
                                                                src="https://2019.igem.org/wiki/images/c/c4/T--Tuebingen--embl_logo.png"
+
                <a href="https://www.kohlbacherlab.org" target="_blank2"><img class="img-fluid"
                                                                style="max-height: 80px;"></a>
+
                                                                              src="https://2019.igem.org/wiki/images/9/99/T--Tuebingen--kohlbacher_logo.png"
        </div>
+
                                                                              style="max-height: 80px;"></a>
 +
             </div>
 +
            <div class='col-6 col-md-2 sponsorLogo text-center'>
 +
                <a href="https://www.dieter-schwarz-stiftung.de/homepage.html" target="_blank2"><img class="img-fluid"
 +
                                                                                                    src="https://2019.igem.org/wiki/images/8/86/T--Tuebingen--LogoDSS.png"
 +
                                                                                                    style="max-height: 80px;"></a>
 +
            </div>
 +
   
 +
            <div class='col-6 col-md-2 sponsorLogo text-center'>
 +
                    <a href="https://www.embl.de/" target="_blank2"><img class="img-fluid"
 +
                                                                        src="https://2019.igem.org/wiki/images/c/c4/T--Tuebingen--embl_logo.png"
 +
                                                                        style="max-height: 80px;"></a>
 +
                </div>
 +
   
 +
            <div class='col-6 col-md-2 sponsorLogo text-center'>
 +
                <a href="https://www.experimenta.science/en/" target="_blank2"><img class="img-fluid"
 +
                                                                                    src="https://2019.igem.org/wiki/images/e/eb/T--Tuebingen--Logo-Experimenta.png"
 +
                                                                                    style="max-height: 80px;"></a>
 +
            </div>
 +
           
 
                 <div class='col-6 col-md-2 sponsorLogo text-center'>
 
                 <div class='col-6 col-md-2 sponsorLogo text-center'>
            <a href="https://www.medizin.uni-tuebingen.de/de/medizinische-fakultaet/forschung/core-facilities/ncct"
+
                    <a href="https://www.medizin.uni-tuebingen.de/de/medizinische-fakultaet/forschung/core-facilities/ncct"
              target="_blank2"><img class="img-fluid"
+
                      target="_blank2"><img class="img-fluid"
                                    src="https://2019.igem.org/wiki/images/e/ec/T--Tuebingen--NCCT.png"
+
                                            src="https://2019.igem.org/wiki/images/e/ec/T--Tuebingen--NCCT.png"
                                    style="max-height: 80px;"></a>
+
                                            style="max-height: 80px;"></a>
 +
                </div>
 +
   
 
         </div>
 
         </div>
         <div class='col-6 col-md-2 sponsorLogo text-center'>
+
   
            <a href="https://www.kohlbacherlab.org" target="_blank2"><img class="img-fluid"
+
        <hr>
                                                                          src="https://2019.igem.org/wiki/images/9/99/T--Tuebingen--kohlbacher_logo.png"
+
         <div class='row align-items-center'>
                                                                          style="max-height: 80px;"></a>
+
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.lexogen.com/" target="_blank2"><img class="img-fluid"
 +
                                                                        src="https://2019.igem.org/wiki/images/4/43/T--Tuebingen--lexogen_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.zmbp.uni-tuebingen.de/zmbp.html" target="_blank2"><img class="img-fluid"
 +
                                                                                            src="https://2019.igem.org/wiki/images/d/d8/T--Tuebingen--zmbp_logo.png"
 +
                                                                                            style="max-height: 80px;"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="http://s466755640.online.de/4bl/" target="_blank2"><img class="img-fluid"
 +
                                                                                src="https://2019.igem.org/wiki/images/0/0b/T--Tuebingen--4base_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.agilent.com/" target="_blank2"><img class="img-fluid"
 +
                                                                        src="https://2019.igem.org/wiki/images/e/e7/T--Tuebingen--agilent_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.digitalocean.com/" target="_blank2"><img class="img-fluid"
 +
                                                                              src="https://2019.igem.org/wiki/images/6/67/T--Tuebingen--digitalocean_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://dwk.com/" target="_blank2"><img class="img-fluid"
 +
                                                                src="https://2019.igem.org/wiki/images/c/ce/T--Tuebingen--dwk_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.eppendorf.com/" target="_blank2"><img class="img-fluid"
 +
                                                                          src="https://2019.igem.org/wiki/images/a/a6/T--Tuebingen--eppendorf_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.implen.de/" target="_blank2"><img class="img-fluid"
 +
                                                                      src="https://2019.igem.org/wiki/images/b/bb/T--Tuebingen--Logo-Implen.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.jenabioscience.com/" target="_blank2"><img class="img-fluid"
 +
                                                                                src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--JBS_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.gbo.com/" target="_blank2"><img class="img-fluid"
 +
                                                                    src="https://2019.igem.org/wiki/images/a/ae/T--Tuebingen--greiner_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="http://www.metabion.com/" target="_blank2"><img class="img-fluid"
 +
                                                                        src="https://2019.igem.org/wiki/images/4/41/T--Tuebingen--Logo-Metabion.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.microsynth.ch/home-ch.html" target="_blank2"><img class="img-fluid"
 +
                                                                                      src="https://2019.igem.org/wiki/images/1/18/T--Tuebingen--microsynth_logo.png"></a>
 +
            </div>
 
         </div>
 
         </div>
         <div class='col-6 col-md-2 sponsorLogo text-center'>
+
   
             <a href="https://www.dieter-schwarz-stiftung.de/homepage.html" target="_blank2"><img class="img-fluid"
+
         <div class='row align-items-center'>
                                                                                                src="https://2019.igem.org/wiki/images/8/86/T--Tuebingen--LogoDSS.png"
+
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
                                                                                                style="max-height: 80px;"></a>
+
                <a href="https://www.neb.com/" target="_blank2"><img class="img-fluid"
 +
                                                                    src="https://2019.igem.org/wiki/images/2/29/T--Tuebingen--neb_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.promega.de/en/" target="_blank2"><img class="img-fluid"
 +
                                                                          src="https://2019.igem.org/wiki/images/f/f8/T--Tuebingen--promega_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.qiagen.com/us/" target="_blank2"><img class="img-fluid"
 +
                                                                          src="https://2019.igem.org/wiki/images/9/92/T--Tuebingen--qiagen_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.carlroth.com/en/en" target="_blank2"><img class="img-fluid"
 +
                                                                              src="https://2019.igem.org/wiki/images/6/61/T--Tuebingen--roth_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.sitoolsbiotech.com/" target="_blank2"><img class="img-fluid"
 +
                                                                                src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--sibiotools_logo.png"></a>
 +
             </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.snapgene.com/" target="_blank2"><img class="img-fluid"
 +
                                                                          src="https://2019.igem.org/wiki/images/3/3a/T--Tuebingen--snapgene_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.trilinkbiotech.com/" target="_blank2"><img class="img-fluid"
 +
                                                                                src="https://2019.igem.org/wiki/images/b/b6/T--Tuebingen--trilink_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://twistbioscience.com/" target="_blank2"><img class="img-fluid"
 +
                                                                            src="https://2019.igem.org/wiki/images/4/4c/T--Tuebingen--Logo-Twist.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="http://www.vazymebiotech.com/" target="_blank2"><img class="img-fluid"
 +
                                                                              src="https://2019.igem.org/wiki/images/b/b7/T--Tuebingen--vazyme_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.biolegend.com/" target="_blank2"><img class="img-fluid"
 +
                                                                          src="https://2019.igem.org/wiki/images/c/c3/T--Tuebingen--biolegend_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.zymoresearch.de/" target="_blank2"><img class="img-fluid"
 +
                                                                            src="https://2019.igem.org/wiki/images/6/6e/T--Tuebingen--zymo_logo.png"></a>
 +
            </div>
 +
            <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 +
                <a href="https://www.eurofins.com/" target="_blank2"><img class="img-fluid"
 +
                                                                            src="https://2019.igem.org/wiki/images/c/cd/T--Tuebingen--eurofins_logo.svg"></a>
 +
            </div>
 +
   
 
         </div>
 
         </div>
 
        <div class='col-6 col-md-2 sponsorLogo text-center'>
 
            <a href="https://www.experimenta.science/en/" target="_blank2"><img class="img-fluid"
 
                                                                                src="https://2019.igem.org/wiki/images/e/eb/T--Tuebingen--Logo-Experimenta.png"
 
                                                                                style="max-height: 80px;"></a>
 
        </div>
 
 
 
     </div>
 
     </div>
 
    <hr>
 
    <div class='row align-items-center'>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.lexogen.com/" target="_blank2"><img class="img-fluid"
 
                                                                    src="https://2019.igem.org/wiki/images/4/43/T--Tuebingen--lexogen_logo.png"></a>
 
        </div>
 
                <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.zmbp.uni-tuebingen.de/zmbp.html" target="_blank2"><img class="img-fluid"
 
                                                                                        src="https://2019.igem.org/wiki/images/d/d8/T--Tuebingen--zmbp_logo.png"
 
                                                                                        style="max-height: 80px;"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="http://s466755640.online.de/4bl/" target="_blank2"><img class="img-fluid"
 
                                                                            src="https://2019.igem.org/wiki/images/0/0b/T--Tuebingen--4base_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.agilent.com/" target="_blank2"><img class="img-fluid"
 
                                                                    src="https://2019.igem.org/wiki/images/e/e7/T--Tuebingen--agilent_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.digitalocean.com/" target="_blank2"><img class="img-fluid"
 
                                                                          src="https://2019.igem.org/wiki/images/6/67/T--Tuebingen--digitalocean_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://dwk.com/" target="_blank2"><img class="img-fluid"
 
                                                            src="https://2019.igem.org/wiki/images/c/ce/T--Tuebingen--dwk_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.eppendorf.com/" target="_blank2"><img class="img-fluid"
 
                                                                      src="https://2019.igem.org/wiki/images/a/a6/T--Tuebingen--eppendorf_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.implen.de/" target="_blank2"><img class="img-fluid"
 
                                                                  src="https://2019.igem.org/wiki/images/b/bb/T--Tuebingen--Logo-Implen.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.jenabioscience.com/" target="_blank2"><img class="img-fluid"
 
                                                                            src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--JBS_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.gbo.com/" target="_blank2"><img class="img-fluid"
 
                                                                src="https://2019.igem.org/wiki/images/a/ae/T--Tuebingen--greiner_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="http://www.metabion.com/" target="_blank2"><img class="img-fluid"
 
                                                                    src="https://2019.igem.org/wiki/images/4/41/T--Tuebingen--Logo-Metabion.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.microsynth.ch/home-ch.html" target="_blank2"><img class="img-fluid"
 
                                                                                  src="https://2019.igem.org/wiki/images/1/18/T--Tuebingen--microsynth_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.neb.com/" target="_blank2"><img class="img-fluid"
 
                                                                src="https://2019.igem.org/wiki/images/2/29/T--Tuebingen--neb_logo.png"></a>
 
        </div>
 
    </div>
 
 
    <div class='row align-items-center'>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.promega.de/en/" target="_blank2"><img class="img-fluid"
 
                                                                      src="https://2019.igem.org/wiki/images/f/f8/T--Tuebingen--promega_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.qiagen.com/us/" target="_blank2"><img class="img-fluid"
 
                                                                      src="https://2019.igem.org/wiki/images/9/92/T--Tuebingen--qiagen_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.carlroth.com/en/en" target="_blank2"><img class="img-fluid"
 
                                                                          src="https://2019.igem.org/wiki/images/6/61/T--Tuebingen--roth_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.sitoolsbiotech.com/" target="_blank2"><img class="img-fluid"
 
                                                                            src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--sibiotools_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.snapgene.com/" target="_blank2"><img class="img-fluid"
 
                                                                      src="https://2019.igem.org/wiki/images/3/3a/T--Tuebingen--snapgene_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.trilinkbiotech.com/" target="_blank2"><img class="img-fluid"
 
                                                                            src="https://2019.igem.org/wiki/images/b/b6/T--Tuebingen--trilink_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://twistbioscience.com/" target="_blank2"><img class="img-fluid"
 
                                                                        src="https://2019.igem.org/wiki/images/4/4c/T--Tuebingen--Logo-Twist.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="http://www.vazymebiotech.com/" target="_blank2"><img class="img-fluid"
 
                                                                          src="https://2019.igem.org/wiki/images/b/b7/T--Tuebingen--vazyme_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.biolegend.com/" target="_blank2"><img class="img-fluid"
 
                                                                      src="https://2019.igem.org/wiki/images/c/c3/T--Tuebingen--biolegend_logo.png"></a>
 
        </div>
 
        <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'>
 
            <a href="https://www.zymoresearch.de/" target="_blank2"><img class="img-fluid"
 
                                                                        src="https://2019.igem.org/wiki/images/6/6e/T--Tuebingen--zymo_logo.png"></a>
 
        </div>
 
 
    </div>
 
</div>
 
 
 
<script src="https://2019.igem.org/Team:Tuebingen/magni-popup-minJS?action=raw&ctype=text/javascript"></script>
 
<script src="https://2019.igem.org/Team:Tuebingen/magni-popup-minJS?action=raw&ctype=text/javascript"></script>
 
<script src="https://2019.igem.org/Team:Tuebingen/popup-imagesJS?action=raw&ctype=text/javascript"></script>
 
<script src="https://2019.igem.org/Team:Tuebingen/popup-imagesJS?action=raw&ctype=text/javascript"></script>
 
<div class="visualClear"></div>
 
<div class="visualClear"></div>
 
</html>
 
</html>

Latest revision as of 20:47, 21 October 2019

GLP.exe - Basic Parts

Basic Parts

Overview

Our best basic part is the coding sequence of the Cas3 Nuclease (BBa_K3096001), which is part of the Type 1 CRISPR/Cas adaptive system in E. coli. Unlike Cas9-based CRISPR systems, our system does not only cut, but also degrade the DNA targeted by the CRISPR arrays. We have amplified this part via PCR from genomic DNA of E. coli MG1655 and confirmed it via gel electrophoresis. With this part, we newly introduce the Cas3 nuclease to the iGEM registry. It is a nuclease bearing a lot of potential regarding biosafety and the knock-out of genes. For further information, please visit our Kill Switch page (Project/Kill Switch) and the iGEM registry of BBa_K3096001.

Basic Parts

Table 1: Our basic parts.
Parts/Name Type Collection Length [bp]
BBa_K3096001
The Cas3 Nuclease is part of the Type I CRISPR/Cas system in E. coli
Coding Kill Switch 2667
BBa_K3096000
RBS
RBS 15
BBa_K3096006
NagC regulated promoter
Regulatory Kill Switch 200
BBa_K3096011
CAP promoter without LacI binding site
Regulatory Exendin-4 expression system 183
BBa_K3096050
Mnt
Regulatory Kill Switch 90
BBa_K3096014
CRISPR Array targeting Genomic E. coli DNA
RNA Kill Switch 206
BBa_K3096052
CRISPR Array targetting the Plasmid DNA of the glucose dependent Exendin-4 expression system
RNA Kill Switch 147
BBa_K3096019
6x His Tag
Tag CPP 18
BBa_K3096007
Type I CRISPR/Cas system surveillance complex Cascade ABCDE
Coding Kill Switch 4351
BBa_K3096013
Penetratin - a cell penetrating peptide
Coding CPP 48
BBa_K3096010
YTA2 - cell penetrating peptide
Coding CPP 48
BBa_K3096015
pVEC - a cell penetrating peptide
Coding CPP 54
BBa_K3096016
Tat-LK15 - improved Cell penetrating peptide
Coding CPP 78
BBa_K3096017
SynB1 - cell penetrating peptide
Coding CPP 54
BBa_K3096018
NagC repressor
Coding Kill Switch 1373
BBa_K3096023
GFP with linkers for fusion with His Tag and CPPs
Coding CPP 726
BBa_K3096030
Exendin-4 (GLP-1 analogue) with secretion signal
Coding Exendin-4 expression system 126