Difference between revisions of "Team:FAU Erlangen/Experiments"

(Prototype team page)
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{FAU_Erlangen}}
 
 
<html>
 
<html>
 +
<head>
  
<div class="column full_size">
+
   
 +
   
  
<h1>Experiments</h1>
+
    <link type="text/css" rel="stylesheet" href="https://2019.igem.org/Template:FAU_Erlangen/CSS?action=raw&ctype=text/css">
<p>Describe the research, experiments, and protocols you used in your iGEM project. These should be detailed enough for another team to repeat your experiments.</p>
+
       
 +
        <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
 +
 
 +
   
 +
   
 +
   
 +
 
 +
    <script src="http://example.org/js/bundle.min.js"></script>
 +
</head>
 +
<body class="font-sans antialiased bg-grey-lightest">
 +
 
 +
<style>
 +
    .fancy-btn-blue {
 +
        background-image: linear-gradient(148deg, #5DBDFF 0%, #1C43D9 100%);
 +
        box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.22);
 +
        border-radius: 2rem;
 +
        margin-top: 0.75rem !important;
 +
        padding: 0.5rem 0.75rem 0.5rem 0.75rem !important;
 +
    }
 +
 
 +
    .fancy-btn-blue:hover {
 +
        box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.3);
 +
        margin-top: 0.6rem !important;
 +
        padding: 0.65rem 0.9rem 0.65rem 0.9rem;
 +
    }
 +
 
 +
   
 +
    .btn-arrow {
 +
        display: block;
 +
        background: url('https://2019.igem.org/wiki/images/c/cc/T--FAU_Erlangen--arrow-right.svg');
 +
        background-repeat: no-repeat;
 +
        background-size: 15px 11px;
 +
        background-position: 0px 4px;
 +
        margin-left: 6px;
 +
        padding-left: 26px;
 +
 
 +
        -webkit-transition: background-position .05s ease-in;
 +
        -moz-transition: background-position .05s ease-in;
 +
        -o-transition: background-position .05s ease-in;
 +
        transition: background-position .05s ease-in;
 +
    }
 +
 
 +
    .btn-arrow:hover {
 +
        background-position: 3px 4px;
 +
    }
 +
 
 +
   
 +
    .social-bar {
 +
        position: fixed;
 +
        left: 20px;
 +
        top: 50%;
 +
        margin-top: -98px;
 +
        width: 196px;
 +
    }
 +
 
 +
    .social-bar a {
 +
        display: block;
 +
        width: 39px;
 +
        height: 39px;
 +
        opacity: 0.4;
 +
        padding: 0;
 +
        margin: 0;
 +
    }
 +
 
 +
    .social-bar a:hover {
 +
        opacity: 0.6;
 +
    }
 +
 
 +
    .social-bar ul {
 +
        display: block;
 +
        width: 39px;
 +
    }
 +
 
 +
    .social-bar li {
 +
        display: block !important;
 +
        padding: 0;
 +
        margin: 5px 0;
 +
        width: 39px;
 +
        height: 39px;
 +
    }
 +
 
 +
    .facebook {
 +
        background: url('https://2019.igem.org/wiki/images/b/ba/T--FAU_Erlangen--facebook.svg');
 +
        background-size: 39px 39px;
 +
    }
 +
 
 +
    .instagram {
 +
        background: url('https://2019.igem.org/wiki/images/6/60/T--FAU_Erlangen--instagram.svg');
 +
        background-size: 39px 39px;
 +
    }
 +
 
 +
    .twitter {
 +
        background: url('https://2019.igem.org/wiki/images/8/83/T--FAU_Erlangen--twitter.svg');
 +
        background-size: 39px 39px;
 +
    }
 +
 
 +
    .youtube {
 +
        background: url('https://2019.igem.org/wiki/images/7/78/T--FAU_Erlangen--youtube.svg');
 +
        background-size: 39px 39px;
 +
    }
 +
 
 +
   
 +
 
 +
    nav {
 +
        position: absolute;
 +
        top: 85px;
 +
        right: 50px;
 +
    }
 +
 
 +
    .sticky-header nav {
 +
        top: 15px;
 +
        right: 50px;
 +
    }
 +
 
 +
    header ul, .sticky-header ul {
 +
        list-style: none;
 +
        margin: 0;
 +
        padding-left: 0;
 +
    }
 +
 
 +
    header li, .sticky-header li {
 +
        color: #fff;
 +
        display: block;
 +
        float: left;
 +
        padding: 1rem;
 +
        position: relative;
 +
        text-decoration: none;
 +
        transition-duration: 0.5s;
 +
    }
 +
 
 +
    header li:hover,
 +
    header li:focus-within,
 +
    .sticky-header li:hover,
 +
    .sticky-header li:focus-within {
 +
        cursor: pointer;
 +
    }
 +
 
 +
    header li:focus-within a,
 +
    .sticky-header li:focus-within a {
 +
        outline: none;
 +
    }
 +
 
 +
    header ul li,
 +
    .sticky-header ul li {
 +
        width: 140px;
 +
        font-size: 0.8rem;
 +
        margin: 0.1rem;
 +
    }
 +
 
 +
    header ul li ul,
 +
    .sticky-header ul li ul {
 +
        visibility: hidden;
 +
        opacity: 0;
 +
        display: none;
 +
 
 +
       
 +
        width: 140px;
 +
       
 +
        transition: all 0.5s ease;
 +
        margin-top: 1rem;
 +
        left: 0;
 +
    }
 +
 
 +
    header ul li:hover>ul,
 +
    header ul li:focus-within>ul,
 +
    header ul li ul:hover,
 +
    header ul li ul:focus,
 +
    .sticky-header ul li:hover>ul,
 +
    .sticky-header ul li:focus-within>ul,
 +
    .sticky-header ul li ul:hover,
 +
    .sticky-header ul li ul:focus
 +
    {
 +
        visibility: visible;
 +
        opacity: 1;
 +
        display: block;
 +
    }
 +
 
 +
    header ul li ul li,
 +
    .sticky-header ul li ul li {
 +
        clear: both;
 +
        font-size: 0.7rem;
 +
        margin: -1rem;
 +
        text-shadow: none;
 +
        width: 140px;
 +
       
 +
    }
 +
 
 +
    header ul li ul li a,
 +
    .sticky-header ul li ul li a {
 +
        display: block;
 +
        color: #737373;
 +
        margin-left: -0.6rem;
 +
        margin-right: -0.6rem;
 +
        padding: 0.6rem;
 +
        border: 1px solid transparent;
 +
    }
 +
 
 +
    header ul li ul li:last-child,
 +
    .sticky-header ul li ul li:last-child {
 +
        margin-bottom: -1.6rem;
 +
    }
 +
 
 +
    header ul li ul li a:hover,
 +
    .sticky-header ul li ul li a:hover {
 +
        background: rgba(255, 255, 255, 0.4);
 +
        border-radius: 6px;
 +
        border: 1px solid rgba(0, 0, 0, 0.1);
 +
    }
 +
 
 +
    .dropdown-item {
 +
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.30);
 +
        border-radius: 6px;
 +
    }
 +
 
 +
    #mobile-navigation {
 +
        position: fixed;
 +
        right: 0 !important;
 +
        top: 0;
 +
        margin: 0;
 +
        background: rgba(255, 255, 255, 0.8);
 +
        color: black !important;
 +
        box-shadow: -10px 0 -20px rgba(2,10,50,1);
 +
        height: 100vh;
 +
        z-index: 9001;
 +
 
 +
        transition: all 0.1s ease-in-out;
 +
        overflow: scroll;
 +
    }
 +
 
 +
    #mobile-navigation ul {
 +
        display: block;
 +
        width: 200px;
 +
    }
 +
 
 +
    #mobile-navigation li {
 +
        display: block !important;
 +
        padding: 1rem;
 +
        margin: 5px 0;
 +
        height: 39px;
 +
        font-size: 10px;
 +
        width: 100%;
 +
        color: black !important;
 +
    }
 +
 
 +
    #mobile-navigation li a {
 +
        display: block;
 +
        color: #737373;
 +
        margin-left: -0.6rem;
 +
        margin-right: -0.6rem;
 +
        padding: 0.6rem;
 +
        border: 1px solid transparent;
 +
    }
 +
 
 +
    #mobile-navigation li a:hover {
 +
        background: rgba(255, 255, 255, 0.4);
 +
        border-radius: 6px;
 +
        border: 1px solid rgba(0, 0, 0, 0.1);
 +
    }
 +
 
 +
    .has-dropdown::after {
 +
        display: inline-block;
 +
        content: ' ';
 +
        margin-left: 0.3rem;
 +
        background: url('https://2019.igem.org/wiki/images/c/c9/T--FAU_Erlangen--dropdown.svg');
 +
        text-shadow: 0px 0px 0px transparent;
 +
        width: 12px;
 +
        height: 9px;
 +
    }
 +
 
 +
    .dropdown-item:hover,
 +
    .dropdown-item:focus,
 +
    .dropdown-item:focus-within {
 +
        background-color: rgba(255, 255, 255, 0.8);
 +
        box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, 0.22);
 +
        width: 140px;
 +
        color: #2D4459;
 +
    }
 +
 
 +
    .sticky-header .dropdown-item:hover,
 +
    .sticky-header .dropdown-item:focus,
 +
    .sticky-header .dropdown-item:focus-within {
 +
        background-color: rgba(255, 255, 255, 0.95);
 +
    }
 +
 
 +
    .menu-dropdown {
 +
        background: transparent;
 +
        -moz-transition: all 0.2s ease-in;
 +
        -webkit-transition: all 0.2s ease-in;
 +
        -o-transition: all 0.2s ease-in;
 +
        transition: all 0.2s ease-in;
 +
        border-radius: 6px;
 +
    }
 +
 
 +
    .menu-dropdown:hover {
 +
       
 +
        background: rgba(255, 255, 255, 0.6);
 +
        box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, 0.22);
 +
    }
 +
 
 +
    .menu-item {
 +
        border: 1px transparent;
 +
        color: #737373;
 +
    }
 +
 
 +
    .menu-item:hover {
 +
       
 +
        box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.05);
 +
        background: rgba(0, 0, 0, 0.1);
 +
        border-radius: 4px;
 +
    }
 +
</style>
 +
 
 +
<header style="background: url('https://2019.igem.org/wiki/images/9/9d/T--FAU_Erlangen--background-green.svg') no-repeat; min-height: 1157px; background-size: 100vw">
 +
    <div class="mx- pt-6 w-full">
 +
 
 +
       
 +
        <a href="https://2019.igem.org/Team:FAU_Erlangen">
 +
        <div id="logo" class="inline-block align-middle ml-6 mt-6">
 +
            <svg width="180px" height="123px" viewBox="0 0 210 143" version="1.1" xmlns="http://www.w3.org/2000/svg"
 +
                xmlns:xlink="http://www.w3.org/1999/xlink">
 +
                <defs>
 +
                    <filter x="-15.4%" y="-24.0%" width="130.9%" height="148.0%" filterUnits="objectBoundingBox"
 +
                        id="filter-1">
 +
                        <feOffset dx="5" dy="5" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
 +
                        <feGaussianBlur stdDeviation="5" in="shadowOffsetOuter1" result="shadowBlurOuter1">
 +
                        </feGaussianBlur>
 +
                        <feColorMatrix values="0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.205747378 0" type="matrix"
 +
                            in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
 +
                        <feMerge>
 +
                            <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
 +
                            <feMergeNode in="SourceGraphic"></feMergeNode>
 +
                        </feMerge>
 +
                    </filter>
 +
                    <linearGradient x1="0%" y1="49.1585099%" x2="101.999998%" y2="50.8583199%" id="linearGradient-2">
 +
                        <stop stop-color="#FAAC39" offset="0%"></stop>
 +
                        <stop stop-color="#E3209C" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <linearGradient x1="106.481982%" y1="58.6047602%" x2="-7.35198796%" y2="43.2132964%"
 +
                        id="linearGradient-3">
 +
                        <stop stop-color="#1D5279" offset="0%"></stop>
 +
                        <stop stop-color="#0F2B45" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <path
 +
                        d="M177,72 L170.46578,77.3333333 L139,77.3333333 L139,72 L177,72 Z M166.381892,80.6666667 L163.205247,83.2594945 L171.016083,86 L139,86 L139,80.6666667 L166.381892,80.6666667 Z"
 +
                        id="path-4"></path>
 +
                    <linearGradient x1="99.1374639%" y1="50%" x2="0%" y2="50%" id="linearGradient-5">
 +
                        <stop stop-color="#FFFFFF" offset="0%"></stop>
 +
                        <stop stop-color="#FFFFFF" offset="40.0299012%"></stop>
 +
                        <stop stop-color="#B5F829" offset="44.8825793%"></stop>
 +
                        <stop stop-color="#15F2F3" offset="55.5045952%"></stop>
 +
                        <stop stop-color="#FFFFFF" offset="60.6309638%"></stop>
 +
                        <stop stop-color="#FFFFFF" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <linearGradient x1="106.481982%" y1="51.4314786%" x2="-7.35198796%" y2="48.8709714%"
 +
                        id="linearGradient-6">
 +
                        <stop stop-color="#1D5279" offset="0%"></stop>
 +
                        <stop stop-color="#0F2B45" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <rect id="path-7" x="0" y="8.66666667" width="35.4920635" height="5.33333333"></rect>
 +
                    <linearGradient x1="106.481982%" y1="51.3779701%" x2="-7.35198796%" y2="48.9131743%"
 +
                        id="linearGradient-8">
 +
                        <stop stop-color="#1D5279" offset="0%"></stop>
 +
                        <stop stop-color="#0F2B45" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <rect id="path-9" x="49.8253968" y="0" width="36.1746032" height="5.33333333"></rect>
 +
                    <linearGradient x1="0%" y1="0%" x2="97.6494292%" y2="96.6920827%" id="linearGradient-10">
 +
                        <stop stop-color="#0FE6F1" offset="0%"></stop>
 +
                        <stop stop-color="#CFF968" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <linearGradient x1="2.44820263%" y1="3.97792628%" x2="123.107123%" y2="82.6286156%"
 +
                        id="linearGradient-11">
 +
                        <stop stop-color="#DA1AE6" offset="0%"></stop>
 +
                        <stop stop-color="#140CF7" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <linearGradient x1="34.40034%" y1="27.1369695%" x2="95.5986745%" y2="100.573377%"
 +
                        id="linearGradient-12">
 +
                        <stop stop-color="#FFCC23" offset="0%"></stop>
 +
                        <stop stop-color="#E3209C" offset="94.1067558%"></stop>
 +
                        <stop stop-color="#E115A3" offset="100%"></stop>
 +
                    </linearGradient>
 +
                </defs>
 +
                <g id="Website" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
 +
                    <g id="Full-HD" transform="translate(-53.000000, -33.000000)">
 +
                        <g id="Logo-(Dark-BG)" filter="url(#filter-1)" transform="translate(58.000000, 38.000000)">
 +
                            <path
 +
                                d="M5.37577552,59.3125 C4.42555247,59.3125 3.62537665,58.9802117 2.97522404,58.315625 C2.32507143,57.6510383 2,56.8330978 2,55.8617788 L2,22.9649038 C2,21.9935849 2.32507143,21.162864 2.97522404,20.4727163 C3.62537665,19.7825687 4.42555247,19.4375 5.37577552,19.4375 C6.3760103,19.4375 7.20119162,19.7697883 7.85134423,20.434375 C8.50149684,21.0989617 8.82656827,21.9424628 8.82656827,22.9649038 L8.82656827,55.8617788 C8.82656827,56.8330978 8.48899409,57.6510383 7.81383561,58.315625 C7.13867713,58.9802117 6.32599856,59.3125 5.37577552,59.3125 Z M45.8192778,60 C40.5855493,60 35.9362388,58.8382196 31.871207,56.514624 C27.8061751,54.1910283 24.6558227,50.9482567 22.4200552,46.7862117 C20.1842877,42.6241667 19.0664207,37.8876774 19.0664207,32.5766017 C19.0664207,27.1633898 20.2350998,22.3630664 22.5724931,18.1754875 C24.9098864,13.9879085 28.0983479,10.7451368 32.1379733,8.44707521 C36.1775987,6.14901358 40.6617697,5 45.5906209,5 C49.5540269,5 53.0219552,5.48513907 55.9945097,6.45543175 C58.9670643,7.42572444 61.8252469,8.7790071 64.5691434,10.5153203 C64.9756466,10.7195925 65.3313315,11.0770634 65.6362089,11.5877437 C65.9410863,12.0984241 66.0935227,12.6601641 66.0935227,13.2729805 C66.0935227,14.1411371 65.8013529,14.8816125 65.2170046,15.494429 C64.6326563,16.1072454 63.8577712,16.413649 62.8923262,16.413649 C62.3333843,16.413649 61.7998568,16.2859808 61.2917279,16.0306407 C58.9035217,14.6007357 56.5153513,13.528323 54.1271451,12.8133705 C51.7389388,12.098418 49.1475199,11.7409471 46.3528105,11.7409471 C42.4910303,11.7409471 39.010399,12.5580234 35.9108122,14.1922006 C32.8112254,15.8263777 30.3849459,18.2137726 28.6319009,21.3544568 C26.8788559,24.4951411 26.0023466,28.2358186 26.0023466,32.5766017 C26.0023466,36.5599085 26.8280438,40.1218506 28.479463,43.2625348 C30.1308822,46.403219 32.5190526,48.8799817 35.6440458,50.6928969 C38.769039,52.5058122 42.4656219,53.4122563 46.7339053,53.4122563 C51.5103178,53.4122563 55.9563797,52.2887763 60.0722244,50.0417827 L60.0722244,36.1768802 L47.496095,36.1768802 C46.6322757,36.1768802 45.8954998,35.8704766 45.285745,35.2576602 C44.6759902,34.6448437 44.3711174,33.9043683 44.3711174,33.0362117 C44.3711174,32.1680551 44.6759902,31.4275797 45.285745,30.8147632 C45.8954998,30.2019468 46.6322757,29.8955432 47.496095,29.8955432 L62.5112313,29.8955432 C63.5274893,29.8955432 64.3912956,30.2530141 65.1026762,30.9679666 C65.8140567,31.6829191 66.1697417,32.5510627 66.1697417,33.5724234 L66.1697417,50.9610028 C66.1697417,52.0334315 65.902978,52.9909429 65.3694426,53.8335655 C64.8359071,54.6761881 64.1372403,55.3017621 63.273421,55.7103064 C57.5823764,58.5701164 51.7643868,60 45.8192778,60 Z M83.2780431,59.3125 C82.3054733,59.3125 81.4864795,58.9795879 80.821037,58.3137536 C80.1555945,57.6479193 79.8228782,56.8284433 79.8228782,55.8553009 L79.8228782,9.22152579 C79.8228782,8.24838339 80.1555945,7.41610303 80.821037,6.72465974 C81.4864795,6.03321646 82.3054733,5.6875 83.2780431,5.6875 L114.067402,5.6875 C114.988784,5.6875 115.769387,6.00760783 116.409236,6.64783309 C117.049084,7.28805836 117.369004,8.06912146 117.369004,8.99104585 C117.369004,9.91297023 117.049084,10.681229 116.409236,11.2958453 C115.769387,11.9104615 114.988784,12.217765 114.067402,12.217765 L86.8099895,12.217765 L86.8099895,29.1964542 L111.30327,29.1964542 C112.224652,29.1964542 113.005255,29.516562 113.645104,30.1567872 C114.284952,30.7970125 114.604872,31.5780756 114.604872,32.5 C114.604872,33.4219244 114.284952,34.1901832 113.645104,34.8047994 C113.005255,35.4194157 112.224652,35.7267192 111.30327,35.7267192 L86.8099895,35.7267192 L86.8099895,52.782235 L114.067402,52.782235 C114.988784,52.782235 115.769387,53.1023428 116.409236,53.7425681 C117.049084,54.3827933 117.369004,55.1638564 117.369004,56.0857808 C117.369004,57.0077052 117.049084,57.775964 116.409236,58.3905802 C115.769387,59.0051965 114.988784,59.3125 114.067402,59.3125 L83.2780431,59.3125 Z M131.71364,60 C130.75037,60 129.939207,59.6675822 129.280127,59.0027366 C128.621048,58.337891 128.291513,57.5196317 128.291513,56.5479343 L128.291513,10.7505297 C128.291513,9.36969649 128.773141,8.18066353 129.736411,7.18339513 C130.699681,6.18612672 131.865727,5.6875 133.234585,5.6875 L135.744145,5.6875 C136.758113,5.6875 137.683346,5.99434721 138.51987,6.60805085 C139.356394,7.22175448 139.97744,7.98887252 140.383028,8.90942797 L157.645756,52.3287429 L174.908485,8.90942797 C175.314073,7.98887252 175.935119,7.22175448 176.771643,6.60805085 C177.608167,5.99434721 178.5334,5.6875 179.547368,5.6875 L182.056928,5.6875 C183.425785,5.6875 184.591832,6.18612672 185.555102,7.18339513 C186.518372,8.18066353 187,9.36969649 187,10.7505297 L187,56.5479343 C187,57.5196317 186.670465,58.337891 186.011386,59.0027366 C185.352306,59.6675822 184.541143,60 183.577873,60 C182.614603,60 181.790766,59.6675822 181.106337,59.0027366 C180.421908,58.337891 180.079699,57.5196317 180.079699,56.5479343 L180.079699,12.9751942 L162.512781,56.778072 C162.107194,57.7497695 161.460799,58.5296728 160.573576,59.1178054 C159.686354,59.7059381 158.710423,60 157.645756,60 C156.581089,60 155.605159,59.7059381 154.717937,59.1178054 C153.830714,58.5296728 153.184319,57.7497695 152.778732,56.778072 L135.211814,12.9751942 L135.211814,56.5479343 C135.211814,57.5196317 134.869605,58.337891 134.185176,59.0027366 C133.500747,59.6675822 132.67691,60 131.71364,60 Z"
 +
                                id="iGEM-Copy" fill="#FFFFFF"></path>
 +
                            <path
 +
                                d="M3.50770833,123 C3.08331423,123 2.72593509,122.855143 2.43556018,122.565425 C2.14518528,122.275707 2,121.919136 2,121.495702 L2,101.204394 C2,100.780959 2.14518528,100.418817 2.43556018,100.117956 C2.72593509,99.817095 3.08331423,99.6666667 3.50770833,99.6666667 L16.9430648,99.6666667 C17.3451223,99.6666667 17.6857493,99.8059521 17.964956,100.084527 C18.2441626,100.363102 18.3837638,100.702959 18.3837638,101.104107 C18.3837638,101.505255 18.2441626,101.83954 17.964956,102.106972 C17.6857493,102.374404 17.3451223,102.508118 16.9430648,102.508118 L5.04892129,102.508118 L5.04892129,109.895893 L15.7368981,109.895893 C16.1389557,109.895893 16.4795827,110.035178 16.7587893,110.313754 C17.0379959,110.592329 17.1775972,110.932185 17.1775972,111.333333 C17.1775972,111.734481 17.0379959,112.068767 16.7587893,112.336199 C16.4795827,112.603631 16.1389557,112.737345 15.7368981,112.737345 L5.04892129,112.737345 L5.04892129,120.158548 L16.9430648,120.158548 C17.3451223,120.158548 17.6857493,120.297834 17.964956,120.576409 C18.2441626,120.854984 18.3837638,121.19484 18.3837638,121.595989 C18.3837638,121.997137 18.2441626,122.331422 17.964956,122.598854 C17.6857493,122.866286 17.3451223,123 16.9430648,123 L3.50770833,123 Z M25.3530694,123 C24.9285789,123 24.5711185,122.856173 24.2806776,122.568516 C23.9902367,122.280858 23.8450185,121.926824 23.8450185,121.506401 L23.8450185,101.193457 C23.8450185,100.773034 23.9902367,100.413468 24.2806776,100.114746 C24.5711185,99.8160251 24.9285789,99.6666667 25.3530694,99.6666667 L33.1614223,99.6666667 C36.199881,99.6666667 38.4786908,100.286227 39.9979202,101.525367 C41.5171495,102.764508 42.2767528,104.390854 42.2767528,106.404457 C42.2767528,107.732107 41.9025364,108.94357 41.1540926,110.038881 C40.4056487,111.134192 39.3165117,111.925239 37.8866488,112.412044 C39.4952445,112.832466 40.5955522,113.822657 41.1876048,115.382646 C41.7796574,116.942635 42.0756793,118.474941 42.0756793,119.979611 L42.0756793,121.506401 C42.0756793,121.926824 41.930461,122.280858 41.6400201,122.568516 C41.3495792,122.856173 40.9921189,123 40.5676283,123 C40.0984545,123 39.7242382,122.861705 39.4449681,122.585111 C39.165698,122.308518 39.0260651,121.948951 39.0260651,121.506401 L39.0260651,120.510669 C39.0260651,119.404294 38.9255294,118.380912 38.7244549,117.440493 C38.5233804,116.500074 38.043043,115.659242 37.2834284,114.917971 C36.5238137,114.176699 35.3732382,113.806069 33.8316672,113.806069 L26.8946327,113.806069 L26.8946327,121.506401 C26.8946327,121.926824 26.7438291,122.280858 26.4422174,122.568516 C26.1406057,122.856173 25.77756,123 25.3530694,123 Z M32.6193847,111 C34.5338015,111 36.0530687,110.613302 37.1772321,109.839895 C38.3013954,109.066488 38.8634686,107.974635 38.8634686,106.564304 C38.8634686,105.199468 38.3793065,104.15311 37.4109678,103.425197 C36.4426291,102.697284 34.7897999,102.333333 32.4524306,102.333333 L26.5756458,102.333333 L26.5756458,111 L32.6193847,111 Z M49.8698387,122.333333 C49.2833002,122.333333 48.7813661,122.128657 48.3640213,121.719298 C47.9466766,121.309939 47.7380074,120.81761 47.7380074,120.242295 L47.7380074,100.52679 C47.7380074,100.106367 47.8846398,99.7468009 48.1779091,99.4480797 C48.4711784,99.1493584 48.8321197,99 49.2607441,99 C49.6893684,99 50.0559495,99.1493584 50.3604983,99.4480797 C50.6650472,99.7468009 50.8173193,100.106367 50.8173193,100.52679 L50.8173193,119.312945 L61.8825391,119.312945 C62.3111634,119.312945 62.6777445,119.462303 62.9822934,119.761024 C63.2868422,120.059745 63.4391144,120.419312 63.4391144,120.839734 C63.4391144,121.260157 63.2868422,121.614192 62.9822934,121.901849 C62.6777445,122.189507 62.3111634,122.333333 61.8825391,122.333333 L49.8698387,122.333333 Z M67.0087967,123 C66.5579169,123 66.1915825,122.853109 65.9097826,122.559322 C65.6279827,122.265535 65.4870849,121.903957 65.4870849,121.474576 C65.4870849,121.293784 65.543444,121.067798 65.656164,120.79661 L74.2791976,100.389831 C74.4595495,99.9830488 74.7131656,99.6497188 75.0400535,99.3898305 C75.3669413,99.1299422 75.7670912,99 76.240515,99 L76.5786732,99 C77.052097,99 77.4522469,99.1299422 77.7791347,99.3898305 C78.1060226,99.6497188 78.3596387,99.9830488 78.5399906,100.389831 L87.1630242,120.79661 C87.2757442,121.067798 87.3321033,121.293784 87.3321033,121.474576 C87.3321033,121.903957 87.1912055,122.265535 86.9094056,122.559322 C86.6276057,122.853109 86.2612713,123 85.8103915,123 C85.4947756,123 85.2073441,122.915255 84.9480881,122.745763 C84.6888322,122.57627 84.4915753,122.344634 84.3563113,122.050847 L82.1582832,116.762712 L70.660905,116.762712 L68.4628769,122.050847 C68.3276129,122.344634 68.1303559,122.57627 67.8711,122.745763 C67.6118441,122.915255 67.3244126,123 67.0087967,123 Z M71.6309963,113.666667 L81.1881919,113.666667 L76.4095941,103 L71.6309963,113.666667 Z M93.6744224,123 C93.2342616,123 92.8636055,122.853109 92.5624428,122.559322 C92.2612802,122.265535 92.1107011,121.903957 92.1107011,121.474576 L92.1107011,101.237288 C92.1107011,100.627116 92.3307782,100.101697 92.770939,99.6610169 C93.2110998,99.2203368 93.743918,99 94.3694097,99 L94.8211514,99 C95.5624748,99 96.1995401,99.3389797 96.7323663,100.016949 L110.110871,118.864407 L110.110871,100.559322 C110.110871,100.129941 110.26145,99.7627134 110.562612,99.4576271 C110.863775,99.1525408 111.234431,99 111.674592,99 C112.114753,99 112.491201,99.1525408 112.803946,99.4576271 C113.116692,99.7627134 113.273063,100.129941 113.273063,100.559322 L113.273063,120.79661 C113.273063,121.406783 113.047194,121.926552 112.59545,122.355932 C112.143706,122.785313 111.605096,123 110.979605,123 L110.562612,123 C110.191951,123 109.844461,122.915255 109.520132,122.745763 C109.195803,122.57627 108.929393,122.355934 108.720896,122.084746 L95.2728931,103.135593 L95.2728931,121.474576 C95.2728931,121.903957 95.1165225,122.265535 94.8037767,122.559322 C94.4910309,122.853109 94.1145832,123 93.6744224,123 Z M130.07106,123 C127.719675,123 125.630854,122.493041 123.804536,121.479109 C121.978217,120.465176 120.562841,119.050148 119.558366,117.233983 C118.553891,115.417818 118.051661,113.350987 118.051661,111.033426 C118.051661,108.671297 118.576719,106.576611 119.626852,104.749304 C120.676986,102.921996 122.109483,101.506969 123.924387,100.504178 C125.739291,99.5013877 127.753919,99 129.96833,99 C131.748991,99 133.307046,99.211697 134.642541,99.6350975 C135.978037,100.058498 137.262148,100.649021 138.494913,101.406685 C138.677545,101.495822 138.837345,101.651809 138.974319,101.874652 C139.111293,102.097494 139.179779,102.342617 139.179779,102.610028 C139.179779,102.98886 139.048514,103.311976 138.785981,103.579387 C138.523448,103.846798 138.175311,103.980501 137.74156,103.980501 C137.490441,103.980501 137.250741,103.924792 137.022451,103.81337 C135.949488,103.189412 134.876542,102.72145 133.80358,102.409471 C132.730618,102.097491 131.566357,101.941504 130.310763,101.941504 C128.57576,101.941504 127.011999,102.298047 125.619431,103.011142 C124.226863,103.724238 123.136795,104.76601 122.349195,106.13649 C121.561595,107.506971 121.167801,109.139266 121.167801,111.033426 C121.167801,112.771596 121.538767,114.325898 122.280709,115.696379 C123.02265,117.066859 124.095597,118.147628 125.499579,118.938719 C126.903562,119.729809 128.564345,120.125348 130.48198,120.125348 C132.627904,120.125348 134.62541,119.635102 136.474558,118.654596 L136.474558,112.604457 L130.824413,112.604457 C130.43632,112.604457 130.105305,112.470753 129.831357,112.203343 C129.557409,111.935932 129.420437,111.612815 129.420437,111.233983 C129.420437,110.855151 129.557409,110.532035 129.831357,110.264624 C130.105305,109.997213 130.43632,109.86351 130.824413,109.86351 L137.570344,109.86351 C138.026923,109.86351 138.41501,110.019497 138.734616,110.331476 C139.054222,110.643456 139.214022,111.022282 139.214022,111.467967 L139.214022,119.05571 C139.214022,119.523679 139.094172,119.941502 138.854467,120.309192 C138.614763,120.676882 138.300869,120.94986 137.912777,121.128134 C135.35593,122.376051 132.742051,123 130.07106,123 Z M146.182985,122.333333 C145.758591,122.333333 145.401212,122.188476 145.110837,121.898758 C144.820462,121.60904 144.675277,121.252469 144.675277,120.829035 L144.675277,100.537727 C144.675277,100.114293 144.820462,99.7521505 145.110837,99.4512894 C145.401212,99.1504283 145.758591,99 146.182985,99 L159.618342,99 C160.020399,99 160.361026,99.1392855 160.640233,99.4178606 C160.919439,99.6964356 161.059041,100.036292 161.059041,100.43744 C161.059041,100.838588 160.919439,101.172874 160.640233,101.440306 C160.361026,101.707738 160.020399,101.841452 159.618342,101.841452 L147.724198,101.841452 L147.724198,109.229226 L158.412175,109.229226 C158.814232,109.229226 159.154859,109.368512 159.434066,109.647087 C159.713273,109.925662 159.852874,110.265519 159.852874,110.666667 C159.852874,111.067815 159.713273,111.4021 159.434066,111.669532 C159.154859,111.936964 158.814232,112.070678 158.412175,112.070678 L147.724198,112.070678 L147.724198,119.491882 L159.618342,119.491882 C160.020399,119.491882 160.361026,119.631167 160.640233,119.909742 C160.919439,120.188317 161.059041,120.528174 161.059041,120.929322 C161.059041,121.33047 160.919439,121.664755 160.640233,121.932187 C160.361026,122.199619 160.020399,122.333333 159.618342,122.333333 L146.182985,122.333333 Z M167.40136,123 C166.961199,123 166.590543,122.853109 166.28938,122.559322 C165.988217,122.265535 165.837638,121.903957 165.837638,121.474576 L165.837638,101.237288 C165.837638,100.627116 166.057715,100.101697 166.497876,99.6610169 C166.938037,99.2203368 167.470855,99 168.096347,99 L168.548089,99 C169.289412,99 169.926477,99.3389797 170.459304,100.016949 L183.837808,118.864407 L183.837808,100.559322 C183.837808,100.129941 183.988387,99.7627134 184.28955,99.4576271 C184.590712,99.1525408 184.961369,99 185.401529,99 C185.84169,99 186.218138,99.1525408 186.530884,99.4576271 C186.843629,99.7627134 187,100.129941 187,100.559322 L187,120.79661 C187,121.406783 186.774131,121.926552 186.322387,122.355932 C185.870643,122.785313 185.332034,123 184.706542,123 L184.28955,123 C183.918888,123 183.571398,122.915255 183.247069,122.745763 C182.92274,122.57627 182.656331,122.355934 182.447834,122.084746 L168.99983,103.135593 L168.99983,121.474576 C168.99983,121.903957 168.84346,122.265535 168.530714,122.559322 C168.217968,122.853109 167.84152,123 167.40136,123 Z"
 +
                                id="ERLANGEN-Copy" fill="url(#linearGradient-2)"></path>
 +
                            <path
 +
                                d="M24.5167671,72 L56,72 L56,77.3333333 L26.9213619,77.3333333 L24.5167671,72 Z M28.4242336,80.6666667 L56,80.6666667 L56,86 L24,86 L28.8746507,81.6656807 L28.4242336,80.6666667 Z"
 +
                                id="Combined-Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
 +
                            <g id="Combined-Shape" fill-rule="nonzero">
 +
                                <use fill="url(#linearGradient-3)" xlink:href="#path-4"></use>
 +
                                <use fill="#FFFFFF" xlink:href="#path-4"></use>
 +
                            </g>
 +
                            <g id="Group-2" transform="translate(54.000000, 72.000000)">
 +
                                <polygon id="Shape" fill="url(#linearGradient-5)" fill-rule="nonzero"
 +
                                    points="0 0 40.2698413 0 46.4126984 8.66666667 49.8253968 8.66666667 86 8.66666667 86 14 45.047619 14 38.9047619 5.33333333 0 5.33333333">
 +
                                </polygon>
 +
                                <g id="Group"></g>
 +
                                <g id="Rectangle" fill-rule="nonzero">
 +
                                    <use fill="url(#linearGradient-6)" xlink:href="#path-7"></use>
 +
                                    <use fill="#FFFFFF" xlink:href="#path-7"></use>
 +
                                </g>
 +
                                <g id="Rectangle" fill-rule="nonzero">
 +
                                    <use fill="url(#linearGradient-8)" xlink:href="#path-9"></use>
 +
                                    <use fill="#FFFFFF" xlink:href="#path-9"></use>
 +
                                </g>
 +
                            </g>
 +
                            <g id="Green-Circle" fill="url(#linearGradient-10)" fill-rule="nonzero">
 +
                                <path
 +
                                    d="M7,14 C3.13400675,14 0,10.8659932 0,7 C0,3.13400675 3.13400675,0 7,0 C10.8659932,0 14,3.13400675 14,7 C14,10.8659932 10.8659932,14 7,14 Z M7,10 C8.65685425,10 10,8.65685425 10,7 C10,5.34314575 8.65685425,4 7,4 C5.34314575,4 4,5.34314575 4,7 C4,8.65685425 5.34314575,10 7,10 Z"
 +
                                    id="Oval-2"></path>
 +
                            </g>
 +
                            <g id="Purple-Pentagon" transform="translate(1.000000, 67.000000)"
 +
                                fill="url(#linearGradient-11)" fill-rule="nonzero">
 +
                                <path
 +
                                    d="M17.7702964,0.433333333 L23.6674501,13.6785575 L12.8928141,23.3800834 L0.336569067,16.1307319 L3.3510189,1.94886047 L17.7702964,0.433333333 Z M15.350853,4.66666667 L6.77722851,5.56779091 L4.98485294,14.000255 L12.4507284,18.3106802 L18.8572687,12.5422054 L15.350853,4.66666667 Z"
 +
                                    id="Polygon-2"></path>
 +
                            </g>
 +
                            <g id="Yellow-Triangle" transform="translate(168.000000, 67.000000)"
 +
                                fill="url(#linearGradient-12)" fill-rule="nonzero">
 +
                                <path
 +
                                    d="M18.494355,0.24487464 L22.4769585,23.5626719 L0.209090909,15.5887166 L18.494355,0.24487464 Z M15.5996385,8.08741097 L8.15454545,14.1780421 L17.3236674,17.4614355 L15.5996385,8.08741097 Z"
 +
                                    id="Combined-Shape"></path>
 +
                            </g>
 +
                        </g>
 +
                    </g>
 +
                </g>
 +
            </svg>
 +
        </div>
 +
        </a>
 +
 
 +
        <nav class="hidden xl:inline-block align-middle" role="navigation">
 +
 
 +
            <ul>
 +
                <li class="dropdown-item">
 +
                    <a href="#" class="has-dropdown" aria-haspopup="true">Team</a>
 +
                    <ul class="dropdown w-32" aria-label="submenu">
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Team">Team Members</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Collaborations">Collaborations</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Attributions">Attributions</a></li>
 +
                    </ul>
 +
                </li>
 +
 
 +
                <li class="dropdown-item">
 +
                    <a href="#" class="has-dropdown" aria-haspopup="true">Project</a>
 +
                    <ul class="dropdown" aria-label="submenu">
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Description">Description</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Design">Design</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Experiments">Experiments</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Notebook">Notebook</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Contribution">Contribution</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Results">Results</a></li>
 +
                       
 +
                    </ul>
 +
                </li>
 +
 
 +
                <li class="dropdown-item">
 +
                    <a href="#" class="has-dropdown" aria-haspopup="true">Parts</a>
 +
                    <ul class="dropdown" aria-label="submenu">
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Parts">Parts Overview</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Basic_Part">Basic Parts</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Composite_Part">Composite Parts</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Part_Collection">Parts Collection</a></li>
 +
                    </ul>
 +
                </li>
 +
 
 +
                <li class="dropdown-item"><a href="https://2019.igem.org/Team:FAU_Erlangen/Safety">Safety</a></li>
 +
 
 +
                <li class="dropdown-item"><a href="https://2019.igem.org/Team:FAU_Erlangen/Human_Practices">Human Practices</a></li>
 +
 
 +
               
 +
 
 +
                <li class="dropdown-item">
 +
                    <a href="#" class="has-dropdown" aria-haspopup="true">Awards</a>
 +
                    <ul class="dropdown" aria-label="submenu">
 +
                       
 +
                       
 +
                       
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Model">Model</a></li>
 +
                       
 +
                       
 +
                    </ul>
 +
                </li>
 +
 
 +
 
 +
                <li class="mx-8 inline-block fancy-btn-blue">
 +
                    <a href="https://igem.org/2019_Judging_Form?team=FAU_Erlangen" target="_blank" class="btn-arrow inline-block text-white" style="width: 150px !important">Judging Form</a>
 +
                </li>
 +
 
 +
            </ul>
 +
        </nav>
 +
 
 +
        <script>
 +
        function toggleMobileNavigation() {
 +
            var isClosed = $("#mobile-navigation").hasClass("navigation-hidden");
 +
 
 +
            if (isClosed) {
 +
                $("#mobile-navigation").removeClass('navigation-hidden');
 +
 
 +
               
 +
 
 +
            } else {
 +
                $("#mobile-navigation").addClass('navigation-hidden');
 +
               
 +
               
 +
            }
 +
        }
 +
        </script>
 +
 
 +
        <a id="toggleBtn" class="block lg:hidden absolute top-0 text-white w-3 h-3 p-5 right-0 top-0 m-5" onclick="toggleMobileNavigation()" style="text-shadow: 2px 2px 10px rgba(0,0,0,0.3); z-index: 9010;"><i class="fas fa-bars"></i></a>
 +
 
 +
        <div id="mobile-navigation" class="block xl:hidden navigation-hidden float-right mr-8">
 +
                <ul>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Team">Team Members</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Collaborations">Collaborations</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Attributions">Attributions</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Safety">Safety</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Human_Practices">Human Practices</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Model">Model</a></li>
 +
 
 +
                    <li class="inline-block font-bold pt-12 uppercase text-gray-900">Project</li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Description">Description</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Design">Design</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Experiments">Experiments</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Notebook">Notebook</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Contribution">Contribution</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Results">Results</a></li>
 +
 
 +
                    <li class="inline-block font-bold pt-12 uppercase text-gray-900">Parts</li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Parts">Parts Overview</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Basic_Part">Basic Parts</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Composite_Part">Composite Parts</a></li>
 +
                    <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Part_Collection">Parts Collection</a></li>
 +
       
 +
                    <li>
 +
                        <a href="https://igem.org/2019_Judging_Form?team=FAU_Erlangen">Judging Form</a>
 +
                    </li>
 +
       
 +
                </ul>
 +
        </div>
 +
 
 +
        <div class="social-bar xl:block lg:hidden">
 +
            <ul>
 +
               
 +
                <li><a class="facebook" href="https://facebook.com/igemErlangen" target="_blank"></a></li>
 +
               
 +
               
 +
                <li><a class="twitter" target="_blank" href="https://www.twitter.com/iGEM_Erlangen"></a></li>
 +
               
 +
               
 +
                <li><a class="instagram" target="_blank" href="https://www.instagram.com/igem.erlangen"></a></li>
 +
               
 +
               
 +
                <li><a class="youtube" target="_blank" href="https://www.youtube.com/channel/UCxT11JmhRH62aBn-HZxGhQA"></a></li>
 +
               
 +
            </ul>
 +
        </div>
 +
 
 +
        <div style="position: absolute; top: 0; right: 0; height: 1157px; width: 100%;">
 +
        <h1 class="text-white text-5xl z-10" style="display: block; position: absolute; left: 50%; top: 50%; width: 450px; height: 60px; vertical-align: middle; text-align: center; margin-top: -30px; margin-left: -225px;">Experiments</h1>
 +
        </div>
 +
 
 +
       
 +
</header>
 +
 
 +
<div class="sm:hidden xs:hidden md:hidden lg:hidden sticky-header sticky-off sticky top-0 z-50 shadow-xl" style="background: url('https://2019.igem.org/wiki/images/a/ab/T--FAU_Erlangen--sticky-background-green.svg'); height: 80px;">
 +
 
 +
        <a href="https://2019.igem.org/Team:FAU_Erlangen">
 +
          <div id="logo" class="hidden xl:inline-block mt-2 ml-12">
 +
            <svg height="65px" viewBox="0 0 210 143" version="1.1" xmlns="http://www.w3.org/2000/svg"
 +
                xmlns:xlink="http://www.w3.org/1999/xlink">
 +
                <defs>
 +
                    <filter x="-15.4%" y="-24.0%" width="130.9%" height="148.0%" filterUnits="objectBoundingBox"
 +
                        id="filter-1">
 +
                        <feOffset dx="5" dy="5" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
 +
                        <feGaussianBlur stdDeviation="5" in="shadowOffsetOuter1" result="shadowBlurOuter1">
 +
                        </feGaussianBlur>
 +
                        <feColorMatrix values="0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.205747378 0" type="matrix"
 +
                            in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
 +
                        <feMerge>
 +
                            <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
 +
                            <feMergeNode in="SourceGraphic"></feMergeNode>
 +
                        </feMerge>
 +
                    </filter>
 +
                    <linearGradient x1="0%" y1="49.1585099%" x2="101.999998%" y2="50.8583199%" id="linearGradient-2">
 +
                        <stop stop-color="#FAAC39" offset="0%"></stop>
 +
                        <stop stop-color="#E3209C" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <linearGradient x1="106.481982%" y1="58.6047602%" x2="-7.35198796%" y2="43.2132964%"
 +
                        id="linearGradient-3">
 +
                        <stop stop-color="#1D5279" offset="0%"></stop>
 +
                        <stop stop-color="#0F2B45" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <path
 +
                        d="M177,72 L170.46578,77.3333333 L139,77.3333333 L139,72 L177,72 Z M166.381892,80.6666667 L163.205247,83.2594945 L171.016083,86 L139,86 L139,80.6666667 L166.381892,80.6666667 Z"
 +
                        id="path-4"></path>
 +
                    <linearGradient x1="99.1374639%" y1="50%" x2="0%" y2="50%" id="linearGradient-5">
 +
                        <stop stop-color="#FFFFFF" offset="0%"></stop>
 +
                        <stop stop-color="#FFFFFF" offset="40.0299012%"></stop>
 +
                        <stop stop-color="#B5F829" offset="44.8825793%"></stop>
 +
                        <stop stop-color="#15F2F3" offset="55.5045952%"></stop>
 +
                        <stop stop-color="#FFFFFF" offset="60.6309638%"></stop>
 +
                        <stop stop-color="#FFFFFF" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <linearGradient x1="106.481982%" y1="51.4314786%" x2="-7.35198796%" y2="48.8709714%"
 +
                        id="linearGradient-6">
 +
                        <stop stop-color="#1D5279" offset="0%"></stop>
 +
                        <stop stop-color="#0F2B45" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <rect id="path-7" x="0" y="8.66666667" width="35.4920635" height="5.33333333"></rect>
 +
                    <linearGradient x1="106.481982%" y1="51.3779701%" x2="-7.35198796%" y2="48.9131743%"
 +
                        id="linearGradient-8">
 +
                        <stop stop-color="#1D5279" offset="0%"></stop>
 +
                        <stop stop-color="#0F2B45" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <rect id="path-9" x="49.8253968" y="0" width="36.1746032" height="5.33333333"></rect>
 +
                    <linearGradient x1="0%" y1="0%" x2="97.6494292%" y2="96.6920827%" id="linearGradient-10">
 +
                        <stop stop-color="#0FE6F1" offset="0%"></stop>
 +
                        <stop stop-color="#CFF968" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <linearGradient x1="2.44820263%" y1="3.97792628%" x2="123.107123%" y2="82.6286156%"
 +
                        id="linearGradient-11">
 +
                        <stop stop-color="#DA1AE6" offset="0%"></stop>
 +
                        <stop stop-color="#140CF7" offset="100%"></stop>
 +
                    </linearGradient>
 +
                    <linearGradient x1="34.40034%" y1="27.1369695%" x2="95.5986745%" y2="100.573377%"
 +
                        id="linearGradient-12">
 +
                        <stop stop-color="#FFCC23" offset="0%"></stop>
 +
                        <stop stop-color="#E3209C" offset="94.1067558%"></stop>
 +
                        <stop stop-color="#E115A3" offset="100%"></stop>
 +
                    </linearGradient>
 +
                </defs>
 +
                <g id="Website" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
 +
                    <g id="Full-HD" transform="translate(-53.000000, -33.000000)">
 +
                        <g id="Logo-(Dark-BG)" filter="url(#filter-1)" transform="translate(58.000000, 38.000000)">
 +
                            <path
 +
                                d="M5.37577552,59.3125 C4.42555247,59.3125 3.62537665,58.9802117 2.97522404,58.315625 C2.32507143,57.6510383 2,56.8330978 2,55.8617788 L2,22.9649038 C2,21.9935849 2.32507143,21.162864 2.97522404,20.4727163 C3.62537665,19.7825687 4.42555247,19.4375 5.37577552,19.4375 C6.3760103,19.4375 7.20119162,19.7697883 7.85134423,20.434375 C8.50149684,21.0989617 8.82656827,21.9424628 8.82656827,22.9649038 L8.82656827,55.8617788 C8.82656827,56.8330978 8.48899409,57.6510383 7.81383561,58.315625 C7.13867713,58.9802117 6.32599856,59.3125 5.37577552,59.3125 Z M45.8192778,60 C40.5855493,60 35.9362388,58.8382196 31.871207,56.514624 C27.8061751,54.1910283 24.6558227,50.9482567 22.4200552,46.7862117 C20.1842877,42.6241667 19.0664207,37.8876774 19.0664207,32.5766017 C19.0664207,27.1633898 20.2350998,22.3630664 22.5724931,18.1754875 C24.9098864,13.9879085 28.0983479,10.7451368 32.1379733,8.44707521 C36.1775987,6.14901358 40.6617697,5 45.5906209,5 C49.5540269,5 53.0219552,5.48513907 55.9945097,6.45543175 C58.9670643,7.42572444 61.8252469,8.7790071 64.5691434,10.5153203 C64.9756466,10.7195925 65.3313315,11.0770634 65.6362089,11.5877437 C65.9410863,12.0984241 66.0935227,12.6601641 66.0935227,13.2729805 C66.0935227,14.1411371 65.8013529,14.8816125 65.2170046,15.494429 C64.6326563,16.1072454 63.8577712,16.413649 62.8923262,16.413649 C62.3333843,16.413649 61.7998568,16.2859808 61.2917279,16.0306407 C58.9035217,14.6007357 56.5153513,13.528323 54.1271451,12.8133705 C51.7389388,12.098418 49.1475199,11.7409471 46.3528105,11.7409471 C42.4910303,11.7409471 39.010399,12.5580234 35.9108122,14.1922006 C32.8112254,15.8263777 30.3849459,18.2137726 28.6319009,21.3544568 C26.8788559,24.4951411 26.0023466,28.2358186 26.0023466,32.5766017 C26.0023466,36.5599085 26.8280438,40.1218506 28.479463,43.2625348 C30.1308822,46.403219 32.5190526,48.8799817 35.6440458,50.6928969 C38.769039,52.5058122 42.4656219,53.4122563 46.7339053,53.4122563 C51.5103178,53.4122563 55.9563797,52.2887763 60.0722244,50.0417827 L60.0722244,36.1768802 L47.496095,36.1768802 C46.6322757,36.1768802 45.8954998,35.8704766 45.285745,35.2576602 C44.6759902,34.6448437 44.3711174,33.9043683 44.3711174,33.0362117 C44.3711174,32.1680551 44.6759902,31.4275797 45.285745,30.8147632 C45.8954998,30.2019468 46.6322757,29.8955432 47.496095,29.8955432 L62.5112313,29.8955432 C63.5274893,29.8955432 64.3912956,30.2530141 65.1026762,30.9679666 C65.8140567,31.6829191 66.1697417,32.5510627 66.1697417,33.5724234 L66.1697417,50.9610028 C66.1697417,52.0334315 65.902978,52.9909429 65.3694426,53.8335655 C64.8359071,54.6761881 64.1372403,55.3017621 63.273421,55.7103064 C57.5823764,58.5701164 51.7643868,60 45.8192778,60 Z M83.2780431,59.3125 C82.3054733,59.3125 81.4864795,58.9795879 80.821037,58.3137536 C80.1555945,57.6479193 79.8228782,56.8284433 79.8228782,55.8553009 L79.8228782,9.22152579 C79.8228782,8.24838339 80.1555945,7.41610303 80.821037,6.72465974 C81.4864795,6.03321646 82.3054733,5.6875 83.2780431,5.6875 L114.067402,5.6875 C114.988784,5.6875 115.769387,6.00760783 116.409236,6.64783309 C117.049084,7.28805836 117.369004,8.06912146 117.369004,8.99104585 C117.369004,9.91297023 117.049084,10.681229 116.409236,11.2958453 C115.769387,11.9104615 114.988784,12.217765 114.067402,12.217765 L86.8099895,12.217765 L86.8099895,29.1964542 L111.30327,29.1964542 C112.224652,29.1964542 113.005255,29.516562 113.645104,30.1567872 C114.284952,30.7970125 114.604872,31.5780756 114.604872,32.5 C114.604872,33.4219244 114.284952,34.1901832 113.645104,34.8047994 C113.005255,35.4194157 112.224652,35.7267192 111.30327,35.7267192 L86.8099895,35.7267192 L86.8099895,52.782235 L114.067402,52.782235 C114.988784,52.782235 115.769387,53.1023428 116.409236,53.7425681 C117.049084,54.3827933 117.369004,55.1638564 117.369004,56.0857808 C117.369004,57.0077052 117.049084,57.775964 116.409236,58.3905802 C115.769387,59.0051965 114.988784,59.3125 114.067402,59.3125 L83.2780431,59.3125 Z M131.71364,60 C130.75037,60 129.939207,59.6675822 129.280127,59.0027366 C128.621048,58.337891 128.291513,57.5196317 128.291513,56.5479343 L128.291513,10.7505297 C128.291513,9.36969649 128.773141,8.18066353 129.736411,7.18339513 C130.699681,6.18612672 131.865727,5.6875 133.234585,5.6875 L135.744145,5.6875 C136.758113,5.6875 137.683346,5.99434721 138.51987,6.60805085 C139.356394,7.22175448 139.97744,7.98887252 140.383028,8.90942797 L157.645756,52.3287429 L174.908485,8.90942797 C175.314073,7.98887252 175.935119,7.22175448 176.771643,6.60805085 C177.608167,5.99434721 178.5334,5.6875 179.547368,5.6875 L182.056928,5.6875 C183.425785,5.6875 184.591832,6.18612672 185.555102,7.18339513 C186.518372,8.18066353 187,9.36969649 187,10.7505297 L187,56.5479343 C187,57.5196317 186.670465,58.337891 186.011386,59.0027366 C185.352306,59.6675822 184.541143,60 183.577873,60 C182.614603,60 181.790766,59.6675822 181.106337,59.0027366 C180.421908,58.337891 180.079699,57.5196317 180.079699,56.5479343 L180.079699,12.9751942 L162.512781,56.778072 C162.107194,57.7497695 161.460799,58.5296728 160.573576,59.1178054 C159.686354,59.7059381 158.710423,60 157.645756,60 C156.581089,60 155.605159,59.7059381 154.717937,59.1178054 C153.830714,58.5296728 153.184319,57.7497695 152.778732,56.778072 L135.211814,12.9751942 L135.211814,56.5479343 C135.211814,57.5196317 134.869605,58.337891 134.185176,59.0027366 C133.500747,59.6675822 132.67691,60 131.71364,60 Z"
 +
                                id="iGEM-Copy" fill="#FFFFFF"></path>
 +
                            <path
 +
                                d="M3.50770833,123 C3.08331423,123 2.72593509,122.855143 2.43556018,122.565425 C2.14518528,122.275707 2,121.919136 2,121.495702 L2,101.204394 C2,100.780959 2.14518528,100.418817 2.43556018,100.117956 C2.72593509,99.817095 3.08331423,99.6666667 3.50770833,99.6666667 L16.9430648,99.6666667 C17.3451223,99.6666667 17.6857493,99.8059521 17.964956,100.084527 C18.2441626,100.363102 18.3837638,100.702959 18.3837638,101.104107 C18.3837638,101.505255 18.2441626,101.83954 17.964956,102.106972 C17.6857493,102.374404 17.3451223,102.508118 16.9430648,102.508118 L5.04892129,102.508118 L5.04892129,109.895893 L15.7368981,109.895893 C16.1389557,109.895893 16.4795827,110.035178 16.7587893,110.313754 C17.0379959,110.592329 17.1775972,110.932185 17.1775972,111.333333 C17.1775972,111.734481 17.0379959,112.068767 16.7587893,112.336199 C16.4795827,112.603631 16.1389557,112.737345 15.7368981,112.737345 L5.04892129,112.737345 L5.04892129,120.158548 L16.9430648,120.158548 C17.3451223,120.158548 17.6857493,120.297834 17.964956,120.576409 C18.2441626,120.854984 18.3837638,121.19484 18.3837638,121.595989 C18.3837638,121.997137 18.2441626,122.331422 17.964956,122.598854 C17.6857493,122.866286 17.3451223,123 16.9430648,123 L3.50770833,123 Z M25.3530694,123 C24.9285789,123 24.5711185,122.856173 24.2806776,122.568516 C23.9902367,122.280858 23.8450185,121.926824 23.8450185,121.506401 L23.8450185,101.193457 C23.8450185,100.773034 23.9902367,100.413468 24.2806776,100.114746 C24.5711185,99.8160251 24.9285789,99.6666667 25.3530694,99.6666667 L33.1614223,99.6666667 C36.199881,99.6666667 38.4786908,100.286227 39.9979202,101.525367 C41.5171495,102.764508 42.2767528,104.390854 42.2767528,106.404457 C42.2767528,107.732107 41.9025364,108.94357 41.1540926,110.038881 C40.4056487,111.134192 39.3165117,111.925239 37.8866488,112.412044 C39.4952445,112.832466 40.5955522,113.822657 41.1876048,115.382646 C41.7796574,116.942635 42.0756793,118.474941 42.0756793,119.979611 L42.0756793,121.506401 C42.0756793,121.926824 41.930461,122.280858 41.6400201,122.568516 C41.3495792,122.856173 40.9921189,123 40.5676283,123 C40.0984545,123 39.7242382,122.861705 39.4449681,122.585111 C39.165698,122.308518 39.0260651,121.948951 39.0260651,121.506401 L39.0260651,120.510669 C39.0260651,119.404294 38.9255294,118.380912 38.7244549,117.440493 C38.5233804,116.500074 38.043043,115.659242 37.2834284,114.917971 C36.5238137,114.176699 35.3732382,113.806069 33.8316672,113.806069 L26.8946327,113.806069 L26.8946327,121.506401 C26.8946327,121.926824 26.7438291,122.280858 26.4422174,122.568516 C26.1406057,122.856173 25.77756,123 25.3530694,123 Z M32.6193847,111 C34.5338015,111 36.0530687,110.613302 37.1772321,109.839895 C38.3013954,109.066488 38.8634686,107.974635 38.8634686,106.564304 C38.8634686,105.199468 38.3793065,104.15311 37.4109678,103.425197 C36.4426291,102.697284 34.7897999,102.333333 32.4524306,102.333333 L26.5756458,102.333333 L26.5756458,111 L32.6193847,111 Z M49.8698387,122.333333 C49.2833002,122.333333 48.7813661,122.128657 48.3640213,121.719298 C47.9466766,121.309939 47.7380074,120.81761 47.7380074,120.242295 L47.7380074,100.52679 C47.7380074,100.106367 47.8846398,99.7468009 48.1779091,99.4480797 C48.4711784,99.1493584 48.8321197,99 49.2607441,99 C49.6893684,99 50.0559495,99.1493584 50.3604983,99.4480797 C50.6650472,99.7468009 50.8173193,100.106367 50.8173193,100.52679 L50.8173193,119.312945 L61.8825391,119.312945 C62.3111634,119.312945 62.6777445,119.462303 62.9822934,119.761024 C63.2868422,120.059745 63.4391144,120.419312 63.4391144,120.839734 C63.4391144,121.260157 63.2868422,121.614192 62.9822934,121.901849 C62.6777445,122.189507 62.3111634,122.333333 61.8825391,122.333333 L49.8698387,122.333333 Z M67.0087967,123 C66.5579169,123 66.1915825,122.853109 65.9097826,122.559322 C65.6279827,122.265535 65.4870849,121.903957 65.4870849,121.474576 C65.4870849,121.293784 65.543444,121.067798 65.656164,120.79661 L74.2791976,100.389831 C74.4595495,99.9830488 74.7131656,99.6497188 75.0400535,99.3898305 C75.3669413,99.1299422 75.7670912,99 76.240515,99 L76.5786732,99 C77.052097,99 77.4522469,99.1299422 77.7791347,99.3898305 C78.1060226,99.6497188 78.3596387,99.9830488 78.5399906,100.389831 L87.1630242,120.79661 C87.2757442,121.067798 87.3321033,121.293784 87.3321033,121.474576 C87.3321033,121.903957 87.1912055,122.265535 86.9094056,122.559322 C86.6276057,122.853109 86.2612713,123 85.8103915,123 C85.4947756,123 85.2073441,122.915255 84.9480881,122.745763 C84.6888322,122.57627 84.4915753,122.344634 84.3563113,122.050847 L82.1582832,116.762712 L70.660905,116.762712 L68.4628769,122.050847 C68.3276129,122.344634 68.1303559,122.57627 67.8711,122.745763 C67.6118441,122.915255 67.3244126,123 67.0087967,123 Z M71.6309963,113.666667 L81.1881919,113.666667 L76.4095941,103 L71.6309963,113.666667 Z M93.6744224,123 C93.2342616,123 92.8636055,122.853109 92.5624428,122.559322 C92.2612802,122.265535 92.1107011,121.903957 92.1107011,121.474576 L92.1107011,101.237288 C92.1107011,100.627116 92.3307782,100.101697 92.770939,99.6610169 C93.2110998,99.2203368 93.743918,99 94.3694097,99 L94.8211514,99 C95.5624748,99 96.1995401,99.3389797 96.7323663,100.016949 L110.110871,118.864407 L110.110871,100.559322 C110.110871,100.129941 110.26145,99.7627134 110.562612,99.4576271 C110.863775,99.1525408 111.234431,99 111.674592,99 C112.114753,99 112.491201,99.1525408 112.803946,99.4576271 C113.116692,99.7627134 113.273063,100.129941 113.273063,100.559322 L113.273063,120.79661 C113.273063,121.406783 113.047194,121.926552 112.59545,122.355932 C112.143706,122.785313 111.605096,123 110.979605,123 L110.562612,123 C110.191951,123 109.844461,122.915255 109.520132,122.745763 C109.195803,122.57627 108.929393,122.355934 108.720896,122.084746 L95.2728931,103.135593 L95.2728931,121.474576 C95.2728931,121.903957 95.1165225,122.265535 94.8037767,122.559322 C94.4910309,122.853109 94.1145832,123 93.6744224,123 Z M130.07106,123 C127.719675,123 125.630854,122.493041 123.804536,121.479109 C121.978217,120.465176 120.562841,119.050148 119.558366,117.233983 C118.553891,115.417818 118.051661,113.350987 118.051661,111.033426 C118.051661,108.671297 118.576719,106.576611 119.626852,104.749304 C120.676986,102.921996 122.109483,101.506969 123.924387,100.504178 C125.739291,99.5013877 127.753919,99 129.96833,99 C131.748991,99 133.307046,99.211697 134.642541,99.6350975 C135.978037,100.058498 137.262148,100.649021 138.494913,101.406685 C138.677545,101.495822 138.837345,101.651809 138.974319,101.874652 C139.111293,102.097494 139.179779,102.342617 139.179779,102.610028 C139.179779,102.98886 139.048514,103.311976 138.785981,103.579387 C138.523448,103.846798 138.175311,103.980501 137.74156,103.980501 C137.490441,103.980501 137.250741,103.924792 137.022451,103.81337 C135.949488,103.189412 134.876542,102.72145 133.80358,102.409471 C132.730618,102.097491 131.566357,101.941504 130.310763,101.941504 C128.57576,101.941504 127.011999,102.298047 125.619431,103.011142 C124.226863,103.724238 123.136795,104.76601 122.349195,106.13649 C121.561595,107.506971 121.167801,109.139266 121.167801,111.033426 C121.167801,112.771596 121.538767,114.325898 122.280709,115.696379 C123.02265,117.066859 124.095597,118.147628 125.499579,118.938719 C126.903562,119.729809 128.564345,120.125348 130.48198,120.125348 C132.627904,120.125348 134.62541,119.635102 136.474558,118.654596 L136.474558,112.604457 L130.824413,112.604457 C130.43632,112.604457 130.105305,112.470753 129.831357,112.203343 C129.557409,111.935932 129.420437,111.612815 129.420437,111.233983 C129.420437,110.855151 129.557409,110.532035 129.831357,110.264624 C130.105305,109.997213 130.43632,109.86351 130.824413,109.86351 L137.570344,109.86351 C138.026923,109.86351 138.41501,110.019497 138.734616,110.331476 C139.054222,110.643456 139.214022,111.022282 139.214022,111.467967 L139.214022,119.05571 C139.214022,119.523679 139.094172,119.941502 138.854467,120.309192 C138.614763,120.676882 138.300869,120.94986 137.912777,121.128134 C135.35593,122.376051 132.742051,123 130.07106,123 Z M146.182985,122.333333 C145.758591,122.333333 145.401212,122.188476 145.110837,121.898758 C144.820462,121.60904 144.675277,121.252469 144.675277,120.829035 L144.675277,100.537727 C144.675277,100.114293 144.820462,99.7521505 145.110837,99.4512894 C145.401212,99.1504283 145.758591,99 146.182985,99 L159.618342,99 C160.020399,99 160.361026,99.1392855 160.640233,99.4178606 C160.919439,99.6964356 161.059041,100.036292 161.059041,100.43744 C161.059041,100.838588 160.919439,101.172874 160.640233,101.440306 C160.361026,101.707738 160.020399,101.841452 159.618342,101.841452 L147.724198,101.841452 L147.724198,109.229226 L158.412175,109.229226 C158.814232,109.229226 159.154859,109.368512 159.434066,109.647087 C159.713273,109.925662 159.852874,110.265519 159.852874,110.666667 C159.852874,111.067815 159.713273,111.4021 159.434066,111.669532 C159.154859,111.936964 158.814232,112.070678 158.412175,112.070678 L147.724198,112.070678 L147.724198,119.491882 L159.618342,119.491882 C160.020399,119.491882 160.361026,119.631167 160.640233,119.909742 C160.919439,120.188317 161.059041,120.528174 161.059041,120.929322 C161.059041,121.33047 160.919439,121.664755 160.640233,121.932187 C160.361026,122.199619 160.020399,122.333333 159.618342,122.333333 L146.182985,122.333333 Z M167.40136,123 C166.961199,123 166.590543,122.853109 166.28938,122.559322 C165.988217,122.265535 165.837638,121.903957 165.837638,121.474576 L165.837638,101.237288 C165.837638,100.627116 166.057715,100.101697 166.497876,99.6610169 C166.938037,99.2203368 167.470855,99 168.096347,99 L168.548089,99 C169.289412,99 169.926477,99.3389797 170.459304,100.016949 L183.837808,118.864407 L183.837808,100.559322 C183.837808,100.129941 183.988387,99.7627134 184.28955,99.4576271 C184.590712,99.1525408 184.961369,99 185.401529,99 C185.84169,99 186.218138,99.1525408 186.530884,99.4576271 C186.843629,99.7627134 187,100.129941 187,100.559322 L187,120.79661 C187,121.406783 186.774131,121.926552 186.322387,122.355932 C185.870643,122.785313 185.332034,123 184.706542,123 L184.28955,123 C183.918888,123 183.571398,122.915255 183.247069,122.745763 C182.92274,122.57627 182.656331,122.355934 182.447834,122.084746 L168.99983,103.135593 L168.99983,121.474576 C168.99983,121.903957 168.84346,122.265535 168.530714,122.559322 C168.217968,122.853109 167.84152,123 167.40136,123 Z"
 +
                                id="ERLANGEN-Copy" fill="url(#linearGradient-2)"></path>
 +
                            <path
 +
                                d="M24.5167671,72 L56,72 L56,77.3333333 L26.9213619,77.3333333 L24.5167671,72 Z M28.4242336,80.6666667 L56,80.6666667 L56,86 L24,86 L28.8746507,81.6656807 L28.4242336,80.6666667 Z"
 +
                                id="Combined-Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
 +
                            <g id="Combined-Shape" fill-rule="nonzero">
 +
                                <use fill="url(#linearGradient-3)" xlink:href="#path-4"></use>
 +
                                <use fill="#FFFFFF" xlink:href="#path-4"></use>
 +
                            </g>
 +
                            <g id="Group-2" transform="translate(54.000000, 72.000000)">
 +
                                <polygon id="Shape" fill="url(#linearGradient-5)" fill-rule="nonzero"
 +
                                    points="0 0 40.2698413 0 46.4126984 8.66666667 49.8253968 8.66666667 86 8.66666667 86 14 45.047619 14 38.9047619 5.33333333 0 5.33333333">
 +
                                </polygon>
 +
                                <g id="Group"></g>
 +
                                <g id="Rectangle" fill-rule="nonzero">
 +
                                    <use fill="url(#linearGradient-6)" xlink:href="#path-7"></use>
 +
                                    <use fill="#FFFFFF" xlink:href="#path-7"></use>
 +
                                </g>
 +
                                <g id="Rectangle" fill-rule="nonzero">
 +
                                    <use fill="url(#linearGradient-8)" xlink:href="#path-9"></use>
 +
                                    <use fill="#FFFFFF" xlink:href="#path-9"></use>
 +
                                </g>
 +
                            </g>
 +
                            <g id="Green-Circle" fill="url(#linearGradient-10)" fill-rule="nonzero">
 +
                                <path
 +
                                    d="M7,14 C3.13400675,14 0,10.8659932 0,7 C0,3.13400675 3.13400675,0 7,0 C10.8659932,0 14,3.13400675 14,7 C14,10.8659932 10.8659932,14 7,14 Z M7,10 C8.65685425,10 10,8.65685425 10,7 C10,5.34314575 8.65685425,4 7,4 C5.34314575,4 4,5.34314575 4,7 C4,8.65685425 5.34314575,10 7,10 Z"
 +
                                    id="Oval-2"></path>
 +
                            </g>
 +
                            <g id="Purple-Pentagon" transform="translate(1.000000, 67.000000)"
 +
                                fill="url(#linearGradient-11)" fill-rule="nonzero">
 +
                                <path
 +
                                    d="M17.7702964,0.433333333 L23.6674501,13.6785575 L12.8928141,23.3800834 L0.336569067,16.1307319 L3.3510189,1.94886047 L17.7702964,0.433333333 Z M15.350853,4.66666667 L6.77722851,5.56779091 L4.98485294,14.000255 L12.4507284,18.3106802 L18.8572687,12.5422054 L15.350853,4.66666667 Z"
 +
                                    id="Polygon-2"></path>
 +
                            </g>
 +
                            <g id="Yellow-Triangle" transform="translate(168.000000, 67.000000)"
 +
                                fill="url(#linearGradient-12)" fill-rule="nonzero">
 +
                                <path
 +
                                    d="M18.494355,0.24487464 L22.4769585,23.5626719 L0.209090909,15.5887166 L18.494355,0.24487464 Z M15.5996385,8.08741097 L8.15454545,14.1780421 L17.3236674,17.4614355 L15.5996385,8.08741097 Z"
 +
                                    id="Combined-Shape"></path>
 +
                            </g>
 +
                        </g>
 +
                    </g>
 +
                </g>
 +
            </svg>
 +
       
 +
        </div>     
 +
        </a>
 +
       
 +
        <nav class="md:hidden lg:inline-block align-middle" role="navigation">
 +
            <ul>
 +
                <li class="dropdown-item w-32">
 +
                    <a href="#" class="has-dropdown" aria-haspopup="true">Team</a>
 +
                    <ul class="dropdown w-32" aria-label="submenu">
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Team">Team Members</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Collaborations">Collaborations</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Attributions">Attributions</a></li>
 +
                    </ul>
 +
                </li>
 +
 
 +
                <li class="dropdown-item">
 +
                    <a href="#" class="has-dropdown" aria-haspopup="true">Project</a>
 +
                    <ul class="dropdown" aria-label="submenu">
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Description">Description</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Design">Design</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Experiments">Experiments</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Notebook">Notebook</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Contribution">Contribution</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Results">Results</a></li>
 +
                    </ul>
 +
                </li>
 +
 
 +
                <li class="dropdown-item">
 +
                    <a href="#" class="has-dropdown" aria-haspopup="true">Parts</a>
 +
                    <ul class="dropdown" aria-label="submenu">
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Parts">Parts Overview</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Basic_Part">Basic Parts</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Composite_Part">Composite Parts</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Part_Collection">Parts Collection</a></li>
 +
                    </ul>
 +
                </li>
 +
 
 +
                <li class="dropdown-item"><a href="">Safety</a></li>
 +
 
 +
                <li class="dropdown-item">
 +
                    <a href="https://2019.igem.org/Team:FAU_Erlangen/Human_Practices">Human Practices</a>
 +
                </li>
 +
 
 +
                <li class="dropdown-item">
 +
                    <a href="#" class="has-dropdown" aria-haspopup="true">Awards</a>
 +
                    <ul class="dropdown" aria-label="submenu">
 +
                       
 +
                       
 +
                       
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Model">Model</a></li>
 +
                       
 +
                       
 +
                    </ul>
 +
                </li>
 +
 
 +
 
 +
                <li class="ml-12 inline-block fancy-btn-blue">
 +
                    <a href="https://igem.org/2019_Judging_Form?team=FAU_Erlangen" class="btn-arrow inline-block text-white">Judging Form</a></li>
 +
 
 +
            </ul>
 +
 
 +
        </nav>
  
<p>
 
Please remember to put all characterization and measurement data for your parts on the corresponding Registry part pages.
 
</p>
 
  
 
</div>
 
</div>
  
 +
<div id="main" class="bg-white z-50" style="margin-top: -100px;">
  
 +
<div class="container mx-auto my-10 min-h-screen">
 +
    <p>
 +
        <p>The following protocols cover our methods used for cloning, cell culture, protein analysis, and measurement.</p>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex1" class="hidden">
 +
      <label for="panel-ex1" class="accordion__label">Puring gels</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex1">
 +
            <p><strong>Puring gels:</strong></p>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>For Coomassi staining and western blots gels are needed. The choice of
 +
gel and % of the gel is dependent on the protein.</p>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<p><strong>SDS Gel for 2 Gels:</strong></p>
 +
 +
<p>Resolving Gel:</p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Percentage Gel</th>
 +
<th>8%</th>
 +
<th>10%</th>
 +
<th>15%</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>H2O</td>
 +
<td>4.6</td>
 +
<td>4.0</td>
 +
<td>2.3</td>
 +
</tr>
 +
 +
<tr>
 +
<td>30% acrylamidmix</td>
 +
<td>2.7</td>
 +
<td>3.3</td>
 +
<td>5.0</td>
 +
</tr>
 +
 +
<tr>
 +
<td>1,5 M Tris (pH 8.8)</td>
 +
<td>2.5</td>
 +
<td>2.5</td>
 +
<td>2.5</td>
 +
</tr>
 +
 +
<tr>
 +
<td>10% SDS</td>
 +
<td>0.1</td>
 +
<td>0.1</td>
 +
<td>0.1</td>
 +
</tr>
 +
 +
<tr>
 +
<td>10 % APS</td>
 +
<td>0.1</td>
 +
<td>0.1</td>
 +
<td>0.1</td>
 +
</tr>
 +
 +
<tr>
 +
<td>TEMED</td>
 +
<td>0.004</td>
 +
<td>0.004</td>
 +
<td>0.004</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<p>Stacking gel:</p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Percentage Gel</th>
 +
<th>5%</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>H2O</td>
 +
<td>2.1</td>
 +
</tr>
 +
 +
<tr>
 +
<td>30% acrylamidmix</td>
 +
<td>0.33</td>
 +
</tr>
 +
 +
<tr>
 +
<td>1 M Tris (pH 6.8)</td>
 +
<td>0.25</td>
 +
</tr>
 +
 +
<tr>
 +
<td>10% SDS</td>
 +
<td>0.02</td>
 +
</tr>
 +
 +
<tr>
 +
<td>10 % APS</td>
 +
<td>0.02</td>
 +
</tr>
 +
 +
<tr>
 +
<td>TEMED</td>
 +
<td>0.002</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<p><strong>BisTris Gel for 2 Gels:</strong></p>
 +
 +
<p>Resolving Gel:</p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Percentage Gel</th>
 +
<th>8%</th>
 +
<th>10%</th>
 +
<th>12%</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>H2O</td>
 +
<td>8.74</td>
 +
<td>7.41</td>
 +
<td>6.07</td>
 +
</tr>
 +
 +
<tr>
 +
<td>30% acrylamidmix</td>
 +
<td>5.33</td>
 +
<td>6.67</td>
 +
<td>8.0</td>
 +
</tr>
 +
 +
<tr>
 +
<td>1,5 M BisTris</td>
 +
<td>5.72</td>
 +
<td>5.72</td>
 +
<td>5.72</td>
 +
</tr>
 +
 +
<tr>
 +
<td>10 % APS</td>
 +
<td>0.2</td>
 +
<td>0.2</td>
 +
<td>0.2</td>
 +
</tr>
 +
 +
<tr>
 +
<td>TEMED</td>
 +
<td>0.008</td>
 +
<td>0.008</td>
 +
<td>0.008</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<p>Stacking gel:</p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Percentage Gel</th>
 +
<th>5%</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>H2O</td>
 +
<td>7.13</td>
 +
</tr>
 +
 +
<tr>
 +
<td>30% acrylamidmix</td>
 +
<td>1.43</td>
 +
</tr>
 +
 +
<tr>
 +
<td>1,5 M BisTris</td>
 +
<td>1.33</td>
 +
</tr>
 +
 +
<tr>
 +
<td>10 % APS</td>
 +
<td>0.1</td>
 +
</tr>
 +
 +
<tr>
 +
<td>TEMED</td>
 +
<td>0.01</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex2" class="hidden">
 +
      <label for="panel-ex2" class="accordion__label">Handling of IDT sequences</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex2">
 +
            <h2 id="handling-of-idt-sequences"><strong>Handling of IDT sequences:</strong></h2>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<ol>
 +
<li><p>spin down aliquots</p></li>
 +
 +
<li><p>add required volume of TE buffer (20 µl)</p></li>
 +
 +
<li><p>vortex thoroughly</p></li>
 +
 +
<li><p>incubate on the heating block at 50°C for 20 min</p></li>
 +
 +
<li><p>Store at -20°C</p></li>
 +
</ol>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex3" class="hidden">
 +
      <label for="panel-ex3" class="accordion__label">Preparation of all buffers</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex3">
 +
            <h2 id="preparation-of-all-buffers"><strong>Preparation of all buffers:</strong></h2>
 +
 +
<p><strong>LB Medium:</strong></p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>10 g/L</th>
 +
<th>Tryptone</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>5 g/L</td>
 +
<td>Yeast extract</td>
 +
</tr>
 +
 +
<tr>
 +
<td>10 g/L</td>
 +
<td>NaCl</td>
 +
</tr>
 +
</tbody>
 +
</table>
  
<div class="column two_thirds_size">
 
<h3>What should this page contain?</h3>
 
 
<ul>
 
<ul>
<li> Protocols </li>
+
<li>Sterilize by autoclaving and store at room temperature.</li>
<li> Experiments </li>
+
<li> Documentation of the development of your project </li>
+
 
</ul>
 
</ul>
  
 +
<p><strong>CC buffer:</strong></p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>10mM</th>
 +
<th>Hepes</th>
 +
<th>2.38 g/L</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>15 mM</td>
 +
<td>CaCl<sub>2</sub></td>
 +
<td>2.21 g/L</td>
 +
</tr>
 +
 +
<tr>
 +
<td>55 mM</td>
 +
<td>MnCl2xH2O</td>
 +
<td>10.89 g/L</td>
 +
</tr>
 +
 +
<tr>
 +
<td>250 mM</td>
 +
<td>KCl</td>
 +
<td>18.64 g/L</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<ul>
 +
<li>Dissolve all components except MnCl2 and adjust the pH to 6.7 with
 +
KOH. Then add the MnCl2 an filter sterilize the solution over a 0.22
 +
µm filter</li>
 +
</ul>
 +
 +
<p><strong>SOC/SOB medium:</strong></p>
 +
 +
<ol>
 +
<li>To 950 mL of deionized H2O, add:</li>
 +
</ol>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Tryptone</th>
 +
<th>20g</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>Yeast extract</td>
 +
<td>5g</td>
 +
</tr>
 +
 +
<tr>
 +
<td>NaCl</td>
 +
<td>0.5g</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<ol>
 +
<li><p>SOC medium is identical to SOB medium, except that it contains 20 mM
 +
glucose. To prepare SOB medium, combine the above ingredients and
 +
shake until the solutes have dissolved. Add 10 mL of a 250 mM
 +
solution of KCl. (This solution is made by dissolving 1.86 g of KCl
 +
in 100 mL of deionized H2O.)</p></li>
 +
 +
<li><p>Adjust the pH of the medium to 7.0 with 5 N NaOH (∼0.2 mL). Adjust
 +
the volume of the solution to 1 L with deionized H2O. Sterilize by
 +
autoclaving for 20 min at 15 psi (1.05 kg/cm2) on liquid cycle.</p></li>
 +
 +
<li><p>Just before use, add 5 mL of a sterile solution of 2 M MgCl2 and 5ml
 +
of MGSO4. (This solution is made by dissolving 40,66 g of MgCl2
 +
(Hydrate) and 49,3g MgSO4 (Hydrate) respectively in 90 mL of
 +
deionized H2O. Adjust the volume of the solution to 100 mL with
 +
deionized H2O and sterilize by autoclaving for 20 min at 15 psi
 +
[1.05 kg/cm2] on liquid cycle.)</p>
 +
 +
<p>After the SOB medium has been autoclaved, allow it to cool to 60°C or
 +
less.</p></li>
 +
 +
<li><p>Add 20 mL of a sterile 1 M solution of glucose. (This solution is
 +
made by dissolving 18 g of glucose in 90 mL of deionized H2O. After
 +
the sugar has dissolved, adjust the volume of the solution to 100 mL
 +
with deionized H2O and sterilize by passing it through a 0.22-µm
 +
filter.)</p></li>
 +
</ol>
 +
 +
<p><strong>10% Glycerol</strong></p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Glycerol</th>
 +
<th>Glycerol</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>ddH2O</td>
 +
<td>ddH2O</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Total:</td>
 +
<td>1L of 10% Glycerol</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<p><strong>Medium for 293T HEK cells (10%) (HEK medium):</strong></p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>DMEM - Dulbecco&rsquo;s Modified Eagle Medium</th>
 +
<th>500 ml</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>FCS</td>
 +
<td>50 ml</td>
 +
</tr>
 +
 +
<tr>
 +
<td>L-Glutamin</td>
 +
<td>5ml</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 
</div>
 
</div>
  
<div class="column third_size">
+
<div class="accordion flex flex-col items-center justify-center">
<div class="highlight decoration_A_full">
+
    <div class="w-full">
<h3>Inspiration</h3>
+
      <input type="checkbox" name="panel" id="panel-ex4" class="hidden">
 +
      <label for="panel-ex4" class="accordion__label">Cultivation of E.coli strains</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex4">
 +
            <h2 id="cultivation-of-e-coli-strains"><strong>Cultivation of <em>E.coli</em> strains:</strong></h2>
 +
 
 +
<p><strong>Freezing of <em>E.coli</em> strains:</strong></p>
 +
 
 +
<ol>
 +
<li><p>Spinned for 10 minutes at 2,500 rpm</p></li>
 +
 
 +
<li><p>Discarded supernatant without disturbing the pellet, while leaving
 +
~1ml for every sample</p></li>
 +
 
 +
<li><p>Resuspend the pellet in the remaining supernatant. </p></li>
 +
 
 +
<li><p>Added 900μl cell culture and 300μl 99% glycerol, to a final
 +
glycerol concentration of ~25%. 6.</p></li>
 +
 
 +
<li><p>Store in -80 °C freezer</p></li>
 +
</ol>
 +
 
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex5" class="hidden">
 +
      <label for="panel-ex5" class="accordion__label">Preparation of chemically competent bacteria</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex5">
 +
            <h2 id="preparation-of-chemically-competent-bacteria"><strong>Preparation of chemically competent bacteria:</strong></h2>
 +
 
 +
<p><em>Why did we choose this method?</em></p>
 +
 
 +
<p>Competent cells have an increased cell permeability. This is an important
 +
characteristic for the following transformation in which the aim is to
 +
transfer DNA into the bacteria.</p>
 +
 
 +
<p><strong>Procedure:</strong></p>
 +
 
 +
<ol>
 +
<li><p>Inoculate 5 ml LB medium with the appropriate antibiotics with the
 +
E. coli strain of which you want to make competent cells and incubate
 +
overnight at 37°C. When preparing DH5a competent cells it is better to
 +
use SOB medium instead of LB.</p></li>
 +
 
 +
<li><p>Use the overnight culture to inoculate 500 ml LB medium and incubate
 +
at 30°C until the absorbance at 600 nm is between 0.4-0.6. Optional: add
 +
2.5 ml 2M MgCl2 to the medium (to a final concentration of 10 mM) at the
 +
start of the cultivation.</p></li>
 +
 
 +
<li><p>Chill the culture for at least 10 min on ice. In the following steps
 +
the cell suspension should be kept on ice as much as possible.</p></li>
 +
 
 +
<li><p>Spin the cell suspension for 10 min at 6000 rpm (Sorvall GSA rotor)
 +
or 4000 rpm when harvested in 50-ml Falcon tubes.</p></li>
 +
 
 +
<li><p>Gently resuspend the pellet in 100 ml ice-cold CC buffer in 50-ml
 +
Falcon tubes. Resuspend with a 10-ml serological pipette and avoid
 +
introducing bubbles.</p></li>
 +
 
 +
<li><p>Incubate the cell suspension on ice for at least 10 min.</p></li>
 +
 
 +
<li><p>Spin for 10 min at 4000 rpm at 4°C.</p></li>
 +
 
 +
<li><p>Gently resuspend the pellet in 18.6 ml ice-cold CC buffer and add 1.4 ml DMSO.</p></li>
 +
 
 +
<li><p>Incubate the cell suspension on ice for at least 10 min.</p></li>
 +
 
 +
<li><p>Distribute the cell suspension in 100-200 µl aliquots in 0.5 or
 +
1.5-ml microfuge tubes.</p></li>
 +
 
 +
<li><p>Flash freeze the cell suspension in liquid nitrogen and store the
 +
tubes at -80°C. At -80°C the cell will be competent for at least 6
 +
months.</p></li>
 +
</ol>
 +
 
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex6" class="hidden">
 +
      <label for="panel-ex6" class="accordion__label">Preparation of electro-competent cells</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex6">
 +
            <h2 id="preparation-of-electro-competent-cells"><strong>Preparation of electro-competent cells</strong></h2>
 +
 
 +
<p><em>Why did we choose this method?</em></p>
 +
 
 +
<p>Competent cells have a increased cell permeability. This is an important
 +
characteristic for the following transformation in which the aim is to
 +
transfer DNA into the bacteria.</p>
 +
 
 +
<p><strong>Prepare first:</strong></p>
 +
 
 
<ul>
 
<ul>
<li><a href="http://2014.igem.org/Team:Colombia/Protocols">2014 Colombia </a></li>
+
<li><p>2 liter of LB without NaCl (10 g tryptone, 5 g yeast extract)</p></li>
<li><a href="http://2014.igem.org/Team:Imperial/Protocols">2014 Imperial </a></li>
+
 
<li><a href="http://2014.igem.org/Team:Caltech/Project/Experiments">2014 Caltech </a></li>
+
<li><p>250 ml of 8.7 % v/v glycerol autoclaved/sterile</p></li>
 +
 
 +
<li><p>2 liter of milliQ water autoclaved/sterile</p></li>
 +
 
 +
<li><p>250 ml cylinder closed with aluminum foil containing
 +
autoclaved/sterile</p></li>
 +
 
 +
<li><p>4x 2 L Erlenmeyer flasks autoclaved/sterile</p></li>
 +
 
 +
<li><p>4x 250 ml centrifuge tubes for Beckam rotor J14 autoclaved/sterile</p></li>
 +
 
 +
<li><p>5 ml pipet tips autoclaved/sterile</p></li>
 +
 
 +
<li><p>1 ml pipet tips autoclaved/sterile</p></li>
 +
 
 +
<li><p>200 µl pipet tips autoclaved/sterile</p></li>
 +
 
 +
<li><p>At least 500x 0.5 ml eppendorf tubes autoclaved/sterile</p></li>
 +
 
 +
<li><p>Required: Centrifuge Beckam with rotor J14 or similar</p></li>
 +
 
 +
<li><p>Work very sterile because we do not use any antibiotics!</p></li>
 
</ul>
 
</ul>
 +
 +
<p><strong>Procedures:</strong></p>
 +
 +
<ol>
 +
<li><p>Reserve 15 ml LB in a small bottle at 4 °C</p></li>
 +
 +
<li><p>Inoculate 2 L LB Medium with a starter culture and mix well</p></li>
 +
 +
<li><p>Spread to 4x 2 L Erlenmeyer flasks</p></li>
 +
 +
<li><p>Incubate at 37 °C shaking 200 rpm</p></li>
 +
 +
<li><p>Measure OD 600 of all four flasks every 45 min</p></li>
 +
 +
<li><p>If the first flask reaches OD 0.40 put all flasks for 15 min on an
 +
ice-water bath</p></li>
 +
 +
<li><p>Pellet (1.) at 3500 G for 20 min at 4 °C</p></li>
 +
 +
<li><p>Discard supernatant and resuspend in 6x 150 ml ice cold water</p></li>
 +
 +
<li><p>Pellet (2.) at 5000 G for 20 min at 4 °C</p></li>
 +
 +
<li><p>Discard supernatant and resuspend in 6x 150 ml ice cold water</p></li>
 +
 +
<li><p>Pellet (3.) at 5000 G for 20 min at 4 °C</p></li>
 +
 +
<li><p>Discard supernatant and resuspend in 2x 150 ml ice cold water<br />
 +
Attention: 3 buckets are now pooled in one!</p></li>
 +
 +
<li><p>Pellet (4.) at 5000 G for 20 min at 4 °C</p></li>
 +
 +
<li><p>Discard supernatant and resuspend in 2x 100 ml ice cold 8.7 %
 +
glycerol<br />
 +
Attention: use now 8.7 % glycerol, not water!</p></li>
 +
 +
<li><p>Pellet (5.) at 5000 G for 20 min at 4 °C</p></li>
 +
 +
<li><p>Discard supernatant and resuspend in 2x 2.5 ml ice cold 8.7 %
 +
glycerol</p></li>
 +
 +
<li><p>Pool both buckets in one 50 ml tube</p></li>
 +
 +
<li><p>Make 50 µl aliquots in 0.5 ml eppendorf tubes</p></li>
 +
 +
<li><p>Freeze and store at -80 °C</p></li>
 +
</ol>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 
</div>
 
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex7" class="hidden">
 +
      <label for="panel-ex7" class="accordion__label">Polymerase chain reaction PCR</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex7">
 +
            <h2 id="polymerase-chain-reaction-pcr"><strong>Polymerase chain reaction (PCR):</strong></h2>
 +
 +
<p><em>Why did we use this method?</em></p>
 +
 +
<p>Within the method of PCR it is possible to amplify small fragments of
 +
DNA which is very useful for further investigation. Furthermore, one
 +
task of the project was to perform Gibson Assembly and thereby it was
 +
necessary to fuse overhangs to the DNA fragments. Another method for
 +
cloning was the restriction enzyme digest. Therefore, suitable
 +
restriction sites had to be added to the ends of our DNA fragments. All
 +
these tasks were performed by different programs of PCR using the
 +
Phusion High-Fidelity PCR master mix.</p>
 +
 +
<p><strong>PCR Mix:</strong></p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Template DNA</th>
 +
<th>5µl (250ng)</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>Forward primer</td>
 +
<td>1.25µl (0.5µM)</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Reverse primer</td>
 +
<td>1.25µl (0.5µM)</td>
 +
</tr>
 +
 +
<tr>
 +
<td>2xPhusion Master Mix</td>
 +
<td>12.5µl</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Autoclaved H2O</td>
 +
<td>25µl</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<p><strong>Distinct programs for PCR:</strong></p>
 +
 +
<p><em>Amplification of DNA constructs:</em></p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Cycle Step</th>
 +
<th>Temperature [°C]</th>
 +
<th>Time [min.]</th>
 +
<th>Cycles</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>Initial Denaturation</td>
 +
<td>98</td>
 +
<td>00:30</td>
 +
<td>X1</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Denaturation</td>
 +
<td>98</td>
 +
<td>00:10</td>
 +
<td>X40</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Annealing</td>
 +
<td>56.0</td>
 +
<td>00:30</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
<td>Extension</td>
 +
<td>72.0</td>
 +
<td>00:30</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
<td>Final Extension</td>
 +
<td>72.0</td>
 +
<td>2:00</td>
 +
<td>X1</td>
 +
</tr>
 +
 +
<tr>
 +
<td></td>
 +
<td>4.0</td>
 +
<td>hold</td>
 +
<td></td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<p><em>Adding of restriction sites with PCR:</em></p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Cycle Step</th>
 +
<th>Temperature [°C]</th>
 +
<th>Time [min.]</th>
 +
<th>Cycles</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>Initial Denaturation</td>
 +
<td>98</td>
 +
<td>5:00</td>
 +
<td>X1</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Denaturation</td>
 +
<td>98</td>
 +
<td>00:10</td>
 +
<td>X40</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Annealing</td>
 +
<td>53.7</td>
 +
<td>00:30</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
<td>Extension</td>
 +
<td>72.0</td>
 +
<td>1:00</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
<td>Final Extension</td>
 +
<td>72.0</td>
 +
<td>10:00</td>
 +
<td>X1</td>
 +
</tr>
 +
 +
<tr>
 +
<td></td>
 +
<td>4.0</td>
 +
<td>hold</td>
 +
<td></td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<p><em>Adding overhangs for Gibson Assembly:</em></p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Cycle Step</th>
 +
<th>Temperature [°C]</th>
 +
<th>Time [min.]</th>
 +
<th>Cycles</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>Initial Denaturation</td>
 +
<td>98</td>
 +
<td>3:00</td>
 +
<td>X1</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Denaturation</td>
 +
<td>98</td>
 +
<td>00:10</td>
 +
<td>X40</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Annealing</td>
 +
<td>59.8</td>
 +
<td>00:30</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
<td>Extension</td>
 +
<td>72.0</td>
 +
<td>1:00</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
<td>Final Extension</td>
 +
<td>72.0</td>
 +
<td>10:00</td>
 +
<td>X1</td>
 +
</tr>
 +
 +
<tr>
 +
<td></td>
 +
<td>4.0</td>
 +
<td>hold</td>
 +
<td></td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 
</div>
 
</div>
  
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex8" class="hidden">
 +
      <label for="panel-ex8" class="accordion__label">Restriction digest</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex8">
 +
            <h2 id="restriction-digest"><strong>Restriction digest</strong></h2>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>We used a restriction digest for our cloning strategy.</p>
 +
 +
<p><strong>Materials:</strong></p>
 +
 +
<p>- Template DNA</p>
 +
 +
<p>- Restriction Enzyme of choice</p>
 +
 +
<p>- 10x Cutsmart Buffer (NEB)</p>
 +
 +
<p>- ddH2O Procedure</p>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<p>1. Mix the following reagents.</p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Concentration</th>
 +
<th>Reagent</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>4-5µg</td>
 +
<td>Template DNA</td>
 +
</tr>
 +
 +
<tr>
 +
<td>1µl</td>
 +
<td>Restriction enzyme(s)</td>
 +
</tr>
 +
 +
<tr>
 +
<td>4µl</td>
 +
<td>Cutsmart Buffer (NEB)</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Fill to 40µl</td>
 +
<td>ddH<sub>2</sub>O</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<p>2. Incubate 60 minutes 37°C. (respectively to enzyme)</p>
 +
 +
<p>3. Inactivate 20 minutes at 65°C</p>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex9" class="hidden">
 +
      <label for="panel-ex9" class="accordion__label">Dephosphoryllation of the digested DNA fragments</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex9">
 +
            <h2 id="dephosphoryllation-of-the-digested-dna-fragments"><strong>Dephosphoryllation of the digested DNA fragments</strong></h2>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>After vector digestion, the newly formed fragments could religate, which would prevent the insertion of our sequence.
 +
Removing the phosphate groups of the fragment ends by dephosphorylation probits that issue.</p>
 +
 +
<p><strong>Master Mix:   </strong></p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Name</th>
 +
<th>Amount</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>DNA</td>
 +
<td>3.3 µl</td>
 +
</tr>
 +
 +
<tr>
 +
<td>CutSmart x10 NEB</td>
 +
<td>5 µl</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Arctic Buffer 10x NEB</td>
 +
<td>5 µl</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Arctic Phosphatase NEB</td>
 +
<td>1 µl</td>
 +
</tr>
 +
 +
<tr>
 +
<td>SmaI NEB</td>
 +
<td>0.5 µl</td>
 +
</tr>
 +
 +
<tr>
 +
<td>H2O to 50 µl</td>
 +
<td>35.2 µl</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<ol>
 +
<li><p>Incubate the samples at 37°C for 1 h;</p></li>
 +
 +
<li><p>Inactivate at 80  °C for 20 min (80 °C necessary to inactivate the
 +
phosphatase, SmaI itself 65 °C for 20 min would be sufficient)</p></li>
 +
</ol>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex10" class="hidden">
 +
      <label for="panel-ex10" class="accordion__label">Electroporation</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex10">
 +
            <h2 id="electroporation"><strong>Electroporation</strong></h2>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>This method makes cell membranes permeable, which allows to transform DNA into the
 +
cells. The permeabilization is done by short pulses</p>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<ol>
 +
<li><p>Prepare 17 mm x 100 mm round-bottom culture tubes (e.g. VWR
 +
#60818-667) at room temperature. Place SOC recovery medium in a
 +
37°C water bath. Pre-warm selective plates at 37°C for 1 hour.</p></li>
 +
 +
<li><p>Place electroporation cuvettes (1 mm) and microcentrifuge tubes on
 +
ice.</p></li>
 +
 +
<li><p>As a positive control for transformation, dilute the control pUC19
 +
by 1:5 to a final concentration of 10 pg/μl using sterile water.
 +
Heat-denatured ligation reactions can be used for electroporation
 +
directly; however, column purification is recommended.</p></li>
 +
 +
<li><p>Thaw NEB Turbo Electrocompetent cells on ice (about 10 min) and mix
 +
cells by flicking gently. Transfer 25 μl of the cells (or the amount
 +
specified for the cuvettes) to a chilled microcentrifuge tube. Add 1
 +
μl of the DNA solution.</p></li>
 +
 +
<li><p>Carefully transfer the cell/DNA mix into a chilled cuvette without
 +
introducing bubbles and make sure that the cells deposit across the
 +
bottom of the cuvette. Electroporate using the following conditions
 +
for BTX ECM 630 and Bio-Rad GenePulser electroporators: 2.1 kV,<br />
 +
100 Ω, and 25 μF. The typical time constant is ~2.6 milliseconds.</p></li>
 +
 +
<li><p>Immediately add 975 µl of 37°C SOC to the cuvette, gently mix up and
 +
down twice, then transfer to the 17 mm x 100 mm round-bottom culture
 +
tube.</p></li>
 +
 +
<li><p>Shake vigorously (250 rpm) or rotate at 37°C for 1 hour.</p></li>
 +
 +
<li><p>Dilute the cells as appropriate then spread 100-200 μl cells onto a
 +
pre-warmed selective plate.</p></li>
 +
 +
<li><p>Incubate plates 8 hours to overnight at 37°C.</p></li>
 +
</ol>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex11" class="hidden">
 +
      <label for="panel-ex11" class="accordion__label">Heat Shock</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex11">
 +
            <h2 id="heat-shock"><strong>Heat Shock</strong></h2>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>Heat shock is performed to insert our produced plasmids into our prepared chemically competent cells.</p>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<ol>
 +
<li><p>Thaw competent cells on ice.</p></li>
 +
 +
<li><p>Chill approximately 5 ng (2 μl) of the ligation mixture in a 1.5 ml
 +
microcentrifuge tube.</p></li>
 +
 +
<li><p>Add 50 µl of competent cells to the DNA. Mix gently by pipetting up
 +
and down or flicking the tube 4–5 times to mix the cells and DNA. Do
 +
not vortex.</p></li>
 +
 +
<li><p>Place the mixture on ice for 30 minutes. Do not mix.</p></li>
 +
 +
<li><p>Heat shock at 42°C for 30 seconds. Do not mix.</p></li>
 +
 +
<li><p>Add 950 µl of room temperature media to the tube.</p></li>
 +
 +
<li><p>Place tube at 37°C for 60 minutes. Shake vigorously (250 rpm) or
 +
rotate.</p></li>
 +
 +
<li><p>Warm selection plates to 37°C.</p></li>
 +
 +
<li><p>Spread 50–100 µl of the cells and ligation mixture onto the plates.</p></li>
 +
 +
<li><p>Incubate overnight at 37°C.</p></li>
 +
</ol>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex12" class="hidden">
 +
      <label for="panel-ex12" class="accordion__label">Isolation of plasmid DNA from transformed bacteria (Mini – Midi Prep)</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex12">
 +
            <h2 id="isolation-of-plasmid-dna-from-transformed-bacteria-mini-midi-prep"><strong>Isolation of plasmid DNA from transformed bacteria (Mini – Midi Prep)</strong></h2>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>Isolating the plasmid from the transformed bacteria allows us to verify the cloning and transformation success.</p>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<p><strong>Mini Prep:</strong></p>
 +
 +
<ol>
 +
<li><p>Pick a single colony from a freshly streaked selective plate and
 +
inoculate a starter culture of 2–5ml LB medium containing the
 +
appropriate selective antibiotic. Incubate for approximately 8 h at 37°C
 +
with vigorous shaking (approx. 300 rpm). Use a tube or flask with a
 +
volume of at least 4 times the volume of the culture.</p></li>
 +
 +
<li><p>Dilute the starter culture <sup>1</sup>&frasl;<sub>500</sub> to <sup>1</sup>&frasl;<sub>1000</sub> into 3 ml selective LB
 +
medium. Grow at 37°C for 12–16 h with vigorous shaking (approx. 300
 +
rpm). Use a flask or vessel with a volume of at least 4 times the volume
 +
of the culture. The culture should reach a cell density of approximately
 +
3–4 x 109 cells per ml, which typically corresponds to a pellet wet
 +
weight of approximately 3 g/liter.</p></li>
 +
 +
<li><p>Harvest the bacterial cells by centrifugation at 6000 x g for 15 min
 +
at 4°C.
 +
If you wish to stop the protocol and continue later, freeze the cell pellets at –20°C.</p></li>
 +
 +
<li><p>Resuspend the bacterial pellet in 0.3 ml of Buffer P1. Ensure that
 +
RNase A has been added to Buffer P1.</p></li>
 +
 +
<li><p>Add 0.3 ml of Buffer P2, mix thoroughly by vigorously inverting the
 +
sealed tube 4–6 times, and incubate at</p></li>
 +
 +
<li><p>Add 0.3 ml of chilled Buffer P3, mix immediately and thoroughly by
 +
vigorously inverting 4–6 times, and incubate on ice for 5 min.
 +
Precipitation is enhanced by using chilled Buffer P3 and incubating on
 +
ice. After addition of Buffer P3, a fluffy white material forms and the
 +
lysate becomes less viscous.</p></li>
 +
 +
<li><p>Centrifuge at maximum speed in a microcentrifuge for 10 min. Remove
 +
supernatant containing plasmid DNA promptly. Before loading the
 +
centrifuge, the sample should be mixed again. Centrifugation should be
 +
performed at maximum speed in 1.5 ml or 2 ml microcentrifuge tubes
 +
(e.g., 10,000–13,000 rpm in a microcentrifuge).</p></li>
 +
 +
<li><p>Equilibrate a QIAGEN-tip 20 by applying 1 ml Buffer QBT, and allow
 +
the column to empty by gravity flow.</p></li>
 +
 +
<li><p>Apply the supernatant from step 7 to the QIAGEN-tip 20 and allow it
 +
to enter the resin by gravity flow.</p></li>
 +
 +
<li><p>Wash the QIAGEN-tip 20 with 2 x 2 ml Buffer QC. Allow Buffer QC to
 +
move through the QIAGEN-tip by gravity flow.</p></li>
 +
 +
<li><p>Elute DNA with 0.8 ml Buffer QF. Collect the eluate in a 1.5 ml or
 +
2 ml microcentrifuge tubes (not supplied).</p></li>
 +
 +
<li><p>Precipitate DNA by adding 0.7 volumes (0.56 ml per 0.8 ml of
 +
elution volume) of room-temperature isopropanol to the eluted DNA. Mix
 +
and centrifuge immediately at≥15,000xg rpm for 30 min in a
 +
microcentrifuge. Carefully decant the supernatant.</p></li>
 +
 +
<li><p>Wash DNA pellet with 1ml of 70 % ethanol and centrifuge at 15,000xg
 +
for 10min. Carefully decant the supernatant without disturbing the
 +
pellet.</p></li>
 +
 +
<li><p>Air-dry the pellet for 5–10min, and redissolve the DNA in a
 +
suitable volume of buffer (e.g., TE buffer, pH 8.0, or 10mM Tris·Cl, pH
 +
8.5)</p></li>
 +
</ol>
 +
 +
<p><strong>Midi-Prep:</strong></p>
 +
 +
<ol>
 +
<li><p>Harvest overnight bacterial culture by centrifuging at 6000 x g for
 +
15 min at 4°C.</p></li>
 +
 +
<li><p>Resuspend the bacterial pellet in 4 ml Buffer P1. </p></li>
 +
 +
<li><p>Add 4 ml Buffer P2, mix thoroughly by vigorously inverting 4–6 times
 +
and incubate at room temperature (15–25°C) for 5 min. If using LyseBlue
 +
reagent, the solution will turn blue. </p></li>
 +
 +
<li><p>Add 4 ml Buffer P3, mix thoroughly by vigorously inverting 4–6
 +
times. Incubate on ice for 15 min. If using LyseBlue reagent, mix the
 +
solution until it is colorless. </p></li>
 +
 +
<li><p>Centrifuge at ≥20,000 x g for 30 min at 4°C. Re-centrifuge the
 +
supernatant at ≥20,000 x g for 15 min at 4°C. 6. Equilibrate a
 +
QIAGEN-tip 100 by applying 4 ml Buffer QBT, and allow column to empty by
 +
gravity flow. </p></li>
 +
 +
<li><p>Apply the supernatant from step 5 to the QIAGEN-tip and allow it to
 +
enter the resin by gravity flow. </p></li>
 +
 +
<li><p>Wash the QIAGEN-tip with 2 x 10 ml Buffer QC. Allow Buffer QC to
 +
move through the QIAGEN-tip by gravity flow. </p></li>
 +
 +
<li><p>Elute DNA with 5 ml Buffer QF into a clean 15 ml vessel. For
 +
constructs larger than 45 kb, prewarming the elution buffer to 65°C may
 +
help to increase the yield. </p></li>
 +
 +
<li><p>Precipitate DNA by adding 3.5 ml roomtemperature isopropanol to the
 +
eluted DNA and mix. Centrifuge at ≥15,000 x g for 30 min at 4°C.
 +
Carefully decant the supernatant. </p></li>
 +
 +
<li><p>Wash the DNA pellet with 2 ml room-temperature 70% ethanol and
 +
centrifuge at ≥15,000 x g for 10 min. Carefully decant supernatant. </p></li>
 +
 +
<li><p>Air-dry pellet for 5–10 min and redissolve DNA in a suitable volume
 +
of appropriate buffer (e.g., TE buffer, pH 8.0, or 10 mM Tris·Cl, pH
 +
8.5).</p></li>
 +
</ol>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex13" class="hidden">
 +
      <label for="panel-ex13" class="accordion__label">Colony PCR</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex13">
 +
            <h2 id="colony-pcr"><strong>Colony PCR:</strong></h2>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>Polymerase chain reaction is an in vitro technique to exponentially
 +
amplify DNA of interest. Here, we exploit this technique to confirm the
 +
transformation and insertion of our sequence into our plasmids.</p>
 +
 +
<p><strong>Materials:</strong></p>
 +
 +
<ul>
 +
<li><p>Template DNA</p></li>
 +
 +
<li><p>Forward Primer</p></li>
 +
 +
<li><p>Reverse Primer</p></li>
 +
 +
<li><p>OneTaq Polymerase</p></li>
 +
 +
<li><p>LB-Agar plate</p></li>
 +
</ul>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<ol>
 +
<li>Pick a clone with the pipet.</li>
 +
</ol>
 +
 +
<p>2. Putting the pipette in the PCR tube and then into the LB with
 +
antibiotics.</p>
 +
 +
<ol>
 +
<li><p>Mix the following reagents.</p></li>
 +
 +
<li><p>Run a PCR (see protocol PCR)</p></li>
 +
</ol>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Concentration</th>
 +
<th>Reagents</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>5µl</td>
 +
<td>OneTaq buffer</td>
 +
</tr>
 +
 +
<tr>
 +
<td>0.25µM</td>
 +
<td>Forward Primer</td>
 +
</tr>
 +
 +
<tr>
 +
<td>0.25µM</td>
 +
<td>Reverse Primer</td>
 +
</tr>
 +
 +
<tr>
 +
<td>0.125µl</td>
 +
<td>OneTaq Polymerase</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Bacteria from 1 colony</td>
 +
<td>Template</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Fill to 25µl</td>
 +
<td>ddH2O</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex14" class="hidden">
 +
      <label for="panel-ex14" class="accordion__label">Agarose-Gel electrophoresis</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex14">
 +
            <h2 id="agarose-gel-electrophoresis"><strong>Agarose-Gel electrophoresis</strong></h2>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>This method is used as a quality control of enzymatic reactions on DNA
 +
or RNA. It is also useful for the separation of DNA or RNA fragments of
 +
different lengths.</p>
 +
 +
<p><strong>Materials</strong></p>
 +
 +
<ul>
 +
<li><p>DNA of Interest</p></li>
 +
 +
<li><p>Gel Ladder</p></li>
 +
 +
<li><p>6x purple loading dye</p></li>
 +
 +
<li><p>Agarose</p></li>
 +
 +
<li><p>1x TAE buffer</p></li>
 +
 +
<li><p>Gel chamber</p></li>
 +
 +
<li><p>Sybr Safe DNA stain</p></li>
 +
 +
<li><p>UV illuminator + camera Procedure</p></li>
 +
</ul>
 +
 +
<ol>
 +
<li><p>Prepare an agarose gel with an appropriate concentration for the
 +
fragment (0.5%-3% (w/v)) in TAE buffer.</p></li>
 +
 +
<li><p>Heat solution until it is fully dissolved.</p></li>
 +
 +
<li><p>Add DNA stain.</p></li>
 +
 +
<li><p>Cast the gel in a gel chamber, add an appropriate comb and wait at
 +
least 20 minutes until the gel is fully polymerized.</p></li>
 +
 +
<li><p>Mix at least 100ng DNA with loading dye.</p></li>
 +
 +
<li><p>Load the gel with your sample.</p></li>
 +
 +
<li><p>Let it run at 120V, 400mA for 20 minutes.</p></li>
 +
 +
<li><p>Image the gel under a Camera with UV illuminator.</p></li>
 +
</ol>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex15" class="hidden">
 +
      <label for="panel-ex15" class="accordion__label">Gibson Assembly</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex15">
 +
            <h2 id="gibson-assembly"><strong>Gibson Assembly</strong></h2>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>Gibson assembly is a very useful tool for cloning, because it is
 +
possible to fuse several fragments. Therefore, Gibson assembly was chosen as one of our cloning strategies.</p>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<ol>
 +
<li>Set up the following reaction on ice:</li>
 +
</ol>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th></th>
 +
<th>Rcommended Amount of Fragments Used for Assembly</th>
 +
<th></th>
 +
<th></th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td></td>
 +
<td>2-3 fragments</td>
 +
<td>4-6 fragments</td>
 +
<td>Positive control</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Total Amount of Fragments</td>
 +
<td>0.02-0.05 pmol * x µl</td>
 +
<td>0.2-1 pmol * x µl</td>
 +
<td>10 µl</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Gibson Assembly Master Mix (2x)</td>
 +
<td>10 µl</td>
 +
<td>10 µl</td>
 +
<td>10 µl</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Deionized H2O</td>
 +
<td>10-X µl</td>
 +
<td>10-X µl</td>
 +
<td>0</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Total volume:</td>
 +
<td>20 µl</td>
 +
<td>20 µl</td>
 +
<td>20 µl</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<ol>
 +
<li>assembled or 60 minutes when 4-6 fragments are being assembled.
 +
Following incubation, store samples on ice or at –20°C for
 +
subsequent transformation.</li>
 +
</ol>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex16" class="hidden">
 +
      <label for="panel-ex16" class="accordion__label">Ligation</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex16">
 +
            <h2 id="ligation"><strong>Ligation:</strong></h2>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>With the help of the T4 Ligase, it is possible to connect DNA fragments
 +
which were previous digested by restriction digestion. Thus, blunt-end cloning was performed with this method.</p>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<ol>
 +
<li>Set up the following reaction in a microcentrifuge tube on ice.</li>
 +
</ol>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Component</th>
 +
<th>20µl reaction</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>T4 DNA Ligase Buffer (10x)</td>
 +
<td>2 µl</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Vector DNA (4kb)</td>
 +
<td>50 ng (0,020 pmol)</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Insert DNA (1kb)</td>
 +
<td>37.5 ng (0.060 pmol)</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Nuclease-free water</td>
 +
<td>To 20µl</td>
 +
</tr>
 +
 +
<tr>
 +
<td>T4 DNA Ligase</td>
 +
<td>1 µl</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<ol>
 +
<li><p>The T4 DNA Ligase Buffer should be thawed and resuspended at room
 +
temperature.</p></li>
 +
 +
<li><p>Gently mix the reaction by pipetting up and down and microfuge
 +
briefly.</p></li>
 +
 +
<li><p>For cohesive (sticky) ends, incubate at 16°C overnight or room
 +
temperature for 10 minutes.</p></li>
 +
 +
<li><p>For blunt ends or single base overhangs, incubate at 16°C
 +
overnight or room temperature for 2 hours (alternatively, high
 +
concentration T4 DNA Ligase can be used in a 10 minute ligation).</p></li>
 +
 +
<li><p>Heat inactivate at 65°C for 10 minutes.</p></li>
 +
 +
<li><p>Chill on ice and transform 1-5 μl of the reaction into 50 μl
 +
competent cells.</p></li>
 +
</ol>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex17" class="hidden">
 +
      <label for="panel-ex17" class="accordion__label">Gelextraction</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex17">
 +
            <h2 id="gelextraction"><strong>Gelextraction</strong></h2>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>Gelextraction was performed to isolate specific DNA fragments from agarose gels.
 +
Thereby, with the help of gelextraction it was possible for us to carry out further experiments with the desired DNA fragments.</p>
 +
 +
<p><strong>Materials:</strong></p>
 +
 +
<p>QIAquick® Gel Extraction Kit</p>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<ol>
 +
<li><p>Excise the DNA fragment from the agarose gel with a clean, sharp
 +
scalpel.</p></li>
 +
 +
<li><p>Weigh the gel slice in a colorless tube. Add 3 volumes Buffer QG to
 +
1 volume gel (100 mg ~ 100 μl). For &gt;2% agarose gels, add 6 volumes
 +
Buffer QG.</p></li>
 +
 +
<li><p>Incubate at 50°C for 10 min (or until the gel slice has completely
 +
dissolved). Vortex the tube every 2–3 min to help dissolve gel.</p></li>
 +
 +
<li><p>After the gel slice has dissolved completely, check that the color
 +
of the mixture is yellow (similar to Buffer QG without dissolved
 +
agarose)</p></li>
 +
 +
<li><p>Add 1 gel volume of isopropanol to the sample and mix.</p></li>
 +
 +
<li><p>Place a QIAquick spin column in a provided 2 ml collection tube</p></li>
 +
 +
<li><p>To bind DNA, apply the sample to the QIAquick column and centrifuge
 +
for 1 min until all the samples have passed through the column. Discard
 +
flow-through and place the QIAquick column back into the same tube.</p></li>
 +
 +
<li><p>If the DNA will subsequently be used for sequencing, in vitro
 +
transcription, or microinjection, add 0.5 ml Buffer QG to the QIAquick
 +
column and S centrifuge for 1 min. Discard flow-through and place the
 +
QIAquick column back into the same tube.</p></li>
 +
 +
<li><p>To wash, add 0.75 ml Buffer PE to QIAquick column and centrifuge for
 +
1 min. Discard flow-through and place the QIAquick column back into the
 +
same tube.</p></li>
 +
 +
<li><p>Centrifuge the QIAquick column once more in the provided 2 ml
 +
collection tube for 1 min at 17,900 x g (13,000 rpm) to remove residual
 +
wash buffer.</p></li>
 +
 +
<li><p>Place QIAquick column into a clean 1.5 ml microcentrifuge tube.</p></li>
 +
 +
<li><p>To elute DNA, add 50 μl water to the center of the QIAquick
 +
membrane and centrifuge the column for 1 min.</p></li>
 +
 +
<li><p>If the purified DNA is to be analyzed on a gel, add 1 volume of
 +
Loading Dye to 5 volumes of purified DNA. Mix the solution by pipetting
 +
up and down before loading the gel.</p></li>
 +
</ol>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex18" class="hidden">
 +
      <label for="panel-ex18" class="accordion__label">Cultivation of HEK 293T cells</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex18">
 +
            <h2 id="cultivation-of-hek-293t-cells"><strong>Cultivation of HEK 293T cells:</strong></h2>
 +
 +
<p>*Why did we choose this method?</p>
 +
 +
<p>HEK 293T cells expressed our constructs optimized for eukaryotic expression. Cultivation is performed to obtain a sufficient number of cells for transfection and protein expression.</p>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<p><strong>Apply frozen 293T cells to cell culture</strong></p>
 +
 +
<ol>
 +
<li><p>Fill 10ml medium into a 75 cm² culture flask</p></li>
 +
 +
<li><p>Frozen cells in cryotubes should be defrosted quickly under warm water.</p></li>
 +
 +
<li><p>Transfer cells into centrifuge tubes and add 5ml HEK medium (see preparation of all buffers)</p></li>
 +
 +
<li><p>Centrifuge the tubes at 900 U for 5 min and discard the supernatant</p></li>
 +
 +
<li><p>Resuspend the pellet in 5ml HEK medium and put the suspension the the
 +
prepared culture flask from step 1</p></li>
 +
</ol>
 +
 +
<p><strong>Change medium of the adherent 293T cells</strong></p>
 +
 +
<ol>
 +
<li><p>Discard HEK medium</p></li>
 +
 +
<li><p>Add new HEK medium into the culture flask</p></li>
 +
</ol>
 +
 +
<p><strong>Trypsinization of the 293T cells to detach them from the culture flask
 +
wall</strong></p>
 +
 +
<ol>
 +
<li><p>Discard HEK medium</p></li>
 +
 +
<li><p>Washing with 3 ml trypsin</p></li>
 +
 +
<li><p>Incubation with 3 ml trypsin</p></li>
 +
 +
<li><p>When cells are detached mixing with 7 ml HEK medium </p></li>
 +
 +
<li><p>Counting in neubauer chamber</p></li>
 +
 +
<li><p>Add respective amount of HEK medium</p></li>
 +
</ol>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex19" class="hidden">
 +
      <label for="panel-ex19" class="accordion__label">FACS (fluorescence activated cell sorting)</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex19">
 +
            <h2 id="facs-fluorescence-activated-cell-sorting"><strong>FACS (fluorescence activated cell sorting):</strong></h2>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>With the fluorescence-activated cell sorting (FACS) method it is possible to send cells trough a laser sensor
 +
and check the condition of the cells. We used FACS for the part characterization.</p>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<ol>
 +
<li><p>Overnight culture of the bacteria</p></li>
 +
 +
<li><p>For prohibiting clumbing of the cells, they were treated 1:1 with
 +
ELISA buffer (with 0,05% Tween) direct before the measurement</p></li>
 +
 +
<li><p>Cells (<em>E.coli</em> bacteria) were not stained before FACS analysis</p></li>
 +
 +
<li><p>Cells were checked for fluorescence to measure CFP expression</p>
 +
 +
<ol>
 +
<li><p>Excitation at 405nm</p></li>
 +
 +
<li><p>Detection of CFP at 485nm</p></li>
 +
 +
<li><p>Gain: FSC 165, SSC 400</p></li>
 +
</ol></li>
 +
</ol>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex20" class="hidden">
 +
      <label for="panel-ex20" class="accordion__label">Protein purification by His SpinTrap</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex20">
 +
            <h2 id="protein-purification-by-his-spintrap"><strong>Protein purification by His SpinTrap</strong></h2>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>We integrated Histidine (His)-tags in all our composite parts for detection and purification. This allows us to isolate our desired proteins via His-tag-purification. His-tag purification uses the purification technique of immobilized metal affinity chromatography. In this technique, transition metal ions are immobilized on a resin matrix using a chelating agent such as iminodiacetic acid. The most common ion for the his-purification is Ni2+. The His-tag has high affinity for these metal ions and binds strongly to the column. Imidazole competes with the His-tag for binding to the metal-charged resin and thus is used for elution of the protein.</p>
 +
 +
<p>Binding buffer: 50mM NaH2PO4, 500 mM NaCl, 20 mM Imidazol, pH 8,0</p>
 +
 +
<p>Elution buffer: 50 mM NaH2PO4, pH 8,0, 500 mM NaCl, 500 mM Imidazol</p>
 +
 +
<p><strong>Procedure:</strong></p>
 +
 +
<ol>
 +
<li><p>Place the column in a 2 ml microcentrifuge tube to collect the
 +
liquid during centrifugation.</p></li>
 +
 +
<li><p>Remove storage solution</p></li>
 +
</ol>
 +
 +
<ul>
 +
<li><p>Invert and shake the column repeatedly to resuspend the medium.</p></li>
 +
 +
<li><p>Loosen the top cap one-quarter of a turn and twist off the bottom
 +
closure.</p></li>
 +
 +
<li><p>Place the column in a 2 ml microcentrifuge tube and centrifuge for
 +
30 s at 70 to 100 × g.</p></li>
 +
 +
<li><p>Remove and discard the top cap.</p></li>
 +
</ul>
 +
 +
<ol>
 +
<li>Column equilibration</li>
 +
</ol>
 +
 +
<ul>
 +
<li><p>Add 600 µl binding buffer.</p></li>
 +
 +
<li><p>Centrifuge for 30 s at 70 to 100 × g</p></li>
 +
</ul>
 +
 +
<ol>
 +
<li>Sample application</li>
 +
</ol>
 +
 +
<ul>
 +
<li>Add up to 600 µl sample in one application. • Centrifuge for 30 s at
 +
70 to 100 × g.</li>
 +
</ul>
 +
 +
<ol>
 +
<li>Wash</li>
 +
</ol>
 +
 +
<ul>
 +
<li><p>Add 600 µl binding buffer.</p></li>
 +
 +
<li><p>Centrifuge for 30 s at 70 to 100 × g.</p></li>
 +
</ul>
 +
 +
<ol>
 +
<li>Elution</li>
 +
</ol>
 +
 +
<ul>
 +
<li><p>Add 200 µl elution buffer.</p></li>
 +
 +
<li><p>Centrifuge for 30 s at 70 to 100 × g and collect the purified
 +
sample.</p></li>
 +
 +
<li><p>Add 200 µl elution buffer.</p></li>
 +
 +
<li><p>Centrifuge for 30 s at 70 to 100 × g and collect the purified sample</p></li>
 +
</ul>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex21" class="hidden">
 +
      <label for="panel-ex21" class="accordion__label">Western Blotting</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex21">
 +
            <h2 id="western-blotting"><strong>Western Blotting</strong></h2>
 +
 +
<p><em>Why did we choose this method</em></p>
 +
 +
<p>Different purification tags are commonly used to isolate fusion proteins or to detect certain proteins within lysates or other protein mixtures. Western Blotting is a technique used to identify small amounts of tagged proteins.
 +
A primary antibody detects and binds a specific target protein present in the sample and is then recognized by a secondary antibody, that is coupled to a fluorescent protein, radioactive substance, or an enzyme, which catalyzes a light emitting reaction. Then, detection systems are able to visualize the target proteins.</p>
 +
 +
<p><strong>Materials</strong></p>
 +
 +
<ul>
 +
<li><p>Anti-6xHis Antibody (mouse)</p></li>
 +
 +
<li><p>HRP anti-mouse (donkey)</p></li>
 +
 +
<li><p>Washing buffer (1xPBS, 0.1% Tween-20)</p></li>
 +
 +
<li><p>Transfer Buffer</p></li>
 +
 +
<li><p>PVDF blotting membrane</p></li>
 +
 +
<li><p>Blocking Buffer (10% milkpowder solution)</p></li>
 +
 +
<li><p>Filter paper</p></li>
 +
 +
<li><p>Methanol</p></li>
 +
 +
<li><p>Proteinmarker: Page ruler: Protein Ladder Thermo Fisher</p></li>
 +
</ul>
 +
 +
<p><strong>Procedure</strong></p>
 +
 +
<ol>
 +
<li><p>Preperation of a 10% Bis-tris Gel. </p></li>
 +
 +
<li><p>Mixing of 10 µl harvested cells with 2x loading buffer</p></li>
 +
 +
<li><p>95°C for 5 min</p></li>
 +
 +
<li><p>Loading of the gel with 5µL marker</p></li>
 +
 +
<li><p>Running gel for 1 h at 130V in 1x MOPS buffer</p></li>
 +
 +
<li><p>Blotting to the membrane at 65mA for 1h30</p></li>
 +
 +
<li><p>Blocking membrane in 10% milkpowder for 1h30</p></li>
 +
 +
<li><p>Washing with PBST </p></li>
 +
 +
<li><p>Adding primary antibody (mouse anti-His in 1:2000 dilution) 10mL in
 +
10% milkpowder</p></li>
 +
 +
<li><p>Shaking overnight at 4°C</p></li>
 +
 +
<li><p>3 times washing for 10 min with PBST</p></li>
 +
 +
<li><p>Adding secondary antibody (HRP anti mouse in 1:2000 dilution) 10 ml
 +
in 10% milkpowder</p></li>
 +
 +
<li><p>Shaking at RT for 1h</p></li>
 +
 +
<li><p>3 times washing for 10 min with PBST</p></li>
 +
 +
<li><p>Adding 2mL of the reaction mix directly before taking the picture
 +
of the blot</p></li>
 +
</ol>
 +
 +
<hr />
 +
 +
<p>For the picture select channel &ldquo;Chemiluminescence&rdquo; to detect the bands.</p>
 +
 +
<p>For the marker select &ldquo;Copy Marker&rdquo; and don’t move the membrane between
 +
the two pictures!</p>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
<div class="accordion flex flex-col items-center justify-center">
 +
    <div class="w-full">
 +
      <input type="checkbox" name="panel" id="panel-ex22" class="hidden">
 +
      <label for="panel-ex22" class="accordion__label">Transfection of 293T cells</label>
 +
      <div class="accordion__content overflow-hidden bg-grey-lighter shadow-2xl rounded-lg my-2">
 +
        <p class="accordion__body" id="panel-ex22">
 +
            <h2 id="transfection-of-293t-cells"><strong>Transfection of 293T cells</strong></h2>
 +
 +
<p><em>Why did we choose this method?</em></p>
 +
 +
<p>To insert our DNA of interest within our plasmids into eukaryotic cells, transfection was
 +
performed with calcium-phosphate (calcium-phosphate transfection) and lipofectamine (lipofection).</p>
 +
 +
<p><strong>Conduction:</strong></p>
 +
 +
<p><strong>Calcium-phosphate transfection</strong></p>
 +
 +
<p>Day 0: Seed 4x10<sup>6</sup> HEK 293T cells in 10ml medium on a 10cm
 +
dish</p>
 +
 +
<p>Day 1: One hour prior to transfection, change the medium (+8ml medium)</p>
 +
 +
<p>Plasmid should be diluted to a concentration od 1µg/µl in TE buffer</p>
 +
 +
<p><strong>Perpare two  mixes:</strong></p>
 +
 +
<p>A) 1 ml of 2x HBS in a 15 ml Falcon;</p>
 +
 +
<p>B)  DNA Mix: </p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Water</th>
 +
<th>860 µl</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>Plasmid</td>
 +
<td>20 µl (1 µg/µl)</td>
 +
</tr>
 +
 +
<tr>
 +
<td>2,5 M CaCl2</td>
 +
<td>100 µl</td>
 +
</tr>
 +
 +
<tr>
 +
<td>25 mM Chloroquine</td>
 +
<td>20 µl</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<ul>
 +
<li><p>Carefully apply the DNA mix to the 2x HBS over the time of 1 min,
 +
while constantly blowing air into the HBS with a Pipette boy</p></li>
 +
 +
<li><p>Vortex the resulting mix thorougly and apply it dropwise to the
 +
cells</p></li>
 +
 +
<li><p>Change medium 6-10 hours after transfection (+10ml medium)</p></li>
 +
</ul>
 +
 +
<p>Day 2: Change medium and collect the old medium</p>
 +
 +
<p>Day 3: Collect supernatant</p>
 +
 +
<p>Day 4: Collect supernatant</p>
 +
 +
<ul>
 +
<li>For day 2-4 the harvest should be centrifuged and the remaining
 +
supernatant should be filtered through 0.22 µm filter.</li>
 +
</ul>
 +
 +
<p><strong>Lipofection:</strong></p>
 +
 +
<p>Day 0: Seed 4x10^6 HEK 293T cells in 10ml medium on a 10cm dish.</p>
 +
 +
<p>Day 1: Medium change 1 hour before transfection</p>
 +
 +
<ul>
 +
<li><p>Preparation of following solutions</p>
 +
 +
<ul>
 +
<li><p>A: 500µl pure medium with 2µg DNA</p></li>
 +
 +
<li><p>B: 500µl pure medium with 4µl genjet (twice the amount of DNA)</p></li>
 +
</ul></li>
 +
 +
<li><p>Mixing and incubation for 10 minutes at room temperature</p></li>
 +
 +
<li><p>Add the solution dropwise to the cells</p></li>
 +
</ul>
 +
 +
<p>Day 3: Harvesting of the cells</p>
 +
 +
<ul>
 +
<li><p>Centrifugation at 250rpm for 5 min.</p></li>
 +
 +
<li><p>Filtering through</p></li>
 +
</ul>
 +
 +
        </p>
 +
        </div>
 +
    </div>
 +
</div>
 +
 +
    </p>
 +
</div>
 +
 +
</div>
 +
 +
 +
 +
<footer class="bg-grey-darkest w-full">
 +
 +
    <div class="container mx-auto py-10">
 +
 +
        <div class="table w-full">
 +
 +
            <div class="block sm:table-cell sm:w-1/6">
 +
                <p class="uppercase text-grey-700 text-sm sm:mb-6">&nbsp;</p>
 +
                <ul class="list-reset text-xs mb-6">
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen" class="no-underline text-grey hover:text-grey-dark">Home</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Safety" class="no-underline text-grey hover:text-grey-dark">Safety</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Human_Practices" class="no-underline text-grey hover:text-grey-dark">Human Practices</a></li>
 +
                </ul>
 +
            </div>
 +
 +
            <div class="block sm:table-cell sm:w-1/6">
 +
                <p class="uppercase text-yellow-700 font-bold text-sm sm:mb-6">Team</p>
 +
                <ul class="list-reset text-xs mb-6">
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Team" class="no-underline text-grey hover:text-grey-dark">Team Members</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Collaborations" class="no-underline text-grey hover:text-grey-dark">Collaborations</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Attributions" class="no-underline text-grey hover:text-grey-dark">Attributions</a></li>
 +
                </ul>
 +
            </div>
 +
 +
            <div class="block sm:table-cell sm:w-1/6">
 +
                <p class="uppercase text-green-700 font-bold text-sm sm:mb-6">Project</p>
 +
                <ul class="list-reset text-xs mb-6">
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Description" class="no-underline text-grey hover:text-grey-dark">Description</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Design" class="no-underline text-grey hover:text-grey-dark">Design</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Experiments" class="no-underline text-grey hover:text-grey-dark">Experiments</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Notebook" class="no-underline text-grey hover:text-grey-dark">Notebook</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Contribution" class="no-underline text-grey hover:text-grey-dark">Contribution</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Results" class="no-underline text-grey hover:text-grey-dark">Results</a></li>
 +
                </ul>
 +
            </div>
 +
 +
            <div class="block sm:table-cell sm:w-1/6">
 +
                <p class="uppercase text-blue-700 font-bold text-sm sm:mb-6">Parts</p>
 +
                <ul class="list-reset text-xs mb-6">
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Parts" class="no-underline text-grey hover:text-grey-dark">Parts Overview</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Basic_Part" class="no-underline text-grey hover:text-grey-dark">Basic Parts</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Composite_Part" class="no-underline text-grey hover:text-grey-dark">Composite Parts</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Part_Collection" class="no-underline text-grey hover:text-grey-dark">Parts Collection</a></li>
 +
                </ul>
 +
            </div>
 +
 +
           
 +
 +
            <div class="block sm:table-cell sm:w-1/6">
 +
                <p class="uppercase text-red-700 font-bold text-sm sm:mb-6">Awards</p>
 +
                <ul class="list-reset text-xs mb-6">
 +
                   
 +
                   
 +
                   
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Model" class="no-underline text-grey hover:text-grey-dark">Model</a></li>
 +
                   
 +
                   
 +
                </ul>
 +
            </div>
 +
 +
        </div>
 +
 +
       
 +
        <div class="flex items-center justify-end mr-32 align-middle">
 +
            <div class="text-xs text-grey-dark mr-5">Join us on social media</div>
 +
            <ul class="list-reset">
 +
           
 +
            <li class="inline-block text-2xl m-2"><a class="no-underline hover:text-gray-600 text-grey" href="https://facebook.com/igemErlangen" target="_blank"><i class="fab fa-facebook-square"></i></a></li>
 +
           
 +
           
 +
            <li class="inline-block text-2xl m-2"><a class="no-underline hover:text-gray-600 text-grey" target="_blank" href="https://www.twitter.com/iGEM_Erlangen"><i class="fab fa-twitter"></i></a></li>
 +
           
 +
           
 +
            <li class="inline-block text-2xl m-2"><a class="no-underline hover:text-gray-600 text-grey" target="_blank" href="https://www.instagram.com/igem.erlangen"><i class="fab fa-instagram"></i></a></li>
 +
           
 +
           
 +
            <li class="inline-block text-2xl m-2"><a class="no-underline hover:text-gray-600 text-grey" target="_blank" href="https://www.youtube.com/channel/UCxT11JmhRH62aBn-HZxGhQA"><i class="fab fa-youtube"></i></a></li>
 +
           
 +
            </ul>
 +
        </div>
 +
       
 +
 +
    </div>
 +
 +
</footer>
 +
 +
</body>
 +
</html>
 +
C118.051661,108.671297 118.576719,106.576611 119.626852,104.749304 C120.676986,102.921996 122.109483,101.506969 123.924387,100.504178 C125.739291,99.5013877 127.753919,99 129.96833,99 C131.748991,99 133.307046,99.211697 134.642541,99.6350975 C135.978037,100.058498 137.262148,100.649021 138.494913,101.406685 C138.677545,101.495822 138.837345,101.651809 138.974319,101.874652 C139.111293,102.097494 139.179779,102.342617 139.179779,102.610028 C139.179779,102.98886 139.048514,103.311976 138.785981,103.579387 C138.523448,103.846798 138.175311,103.980501 137.74156,103.980501 C137.490441,103.980501 137.250741,103.924792 137.022451,103.81337 C135.949488,103.189412 134.876542,102.72145 133.80358,102.409471 C132.730618,102.097491 131.566357,101.941504 130.310763,101.941504 C128.57576,101.941504 127.011999,102.298047 125.619431,103.011142 C124.226863,103.724238 123.136795,104.76601 122.349195,106.13649 C121.561595,107.506971 121.167801,109.139266 121.167801,111.033426 C121.167801,112.771596 121.538767,114.325898 122.280709,115.696379 C123.02265,117.066859 124.095597,118.147628 125.499579,118.938719 C126.903562,119.729809 128.564345,120.125348 130.48198,120.125348 C132.627904,120.125348 134.62541,119.635102 136.474558,118.654596 L136.474558,112.604457 L130.824413,112.604457 C130.43632,112.604457 130.105305,112.470753 129.831357,112.203343 C129.557409,111.935932 129.420437,111.612815 129.420437,111.233983 C129.420437,110.855151 129.557409,110.532035 129.831357,110.264624 C130.105305,109.997213 130.43632,109.86351 130.824413,109.86351 L137.570344,109.86351 C138.026923,109.86351 138.41501,110.019497 138.734616,110.331476 C139.054222,110.643456 139.214022,111.022282 139.214022,111.467967 L139.214022,119.05571 C139.214022,119.523679 139.094172,119.941502 138.854467,120.309192 C138.614763,120.676882 138.300869,120.94986 137.912777,121.128134 C135.35593,122.376051 132.742051,123 130.07106,123 Z M146.182985,122.333333 C145.758591,122.333333 145.401212,122.188476 145.110837,121.898758 C144.820462,121.60904 144.675277,121.252469 144.675277,120.829035 L144.675277,100.537727 C144.675277,100.114293 144.820462,99.7521505 145.110837,99.4512894 C145.401212,99.1504283 145.758591,99 146.182985,99 L159.618342,99 C160.020399,99 160.361026,99.1392855 160.640233,99.4178606 C160.919439,99.6964356 161.059041,100.036292 161.059041,100.43744 C161.059041,100.838588 160.919439,101.172874 160.640233,101.440306 C160.361026,101.707738 160.020399,101.841452 159.618342,101.841452 L147.724198,101.841452 L147.724198,109.229226 L158.412175,109.229226 C158.814232,109.229226 159.154859,109.368512 159.434066,109.647087 C159.713273,109.925662 159.852874,110.265519 159.852874,110.666667 C159.852874,111.067815 159.713273,111.4021 159.434066,111.669532 C159.154859,111.936964 158.814232,112.070678 158.412175,112.070678 L147.724198,112.070678 L147.724198,119.491882 L159.618342,119.491882 C160.020399,119.491882 160.361026,119.631167 160.640233,119.909742 C160.919439,120.188317 161.059041,120.528174 161.059041,120.929322 C161.059041,121.33047 160.919439,121.664755 160.640233,121.932187 C160.361026,122.199619 160.020399,122.333333 159.618342,122.333333 L146.182985,122.333333 Z M167.40136,123 C166.961199,123 166.590543,122.853109 166.28938,122.559322 C165.988217,122.265535 165.837638,121.903957 165.837638,121.474576 L165.837638,101.237288 C165.837638,100.627116 166.057715,100.101697 166.497876,99.6610169 C166.938037,99.2203368 167.470855,99 168.096347,99 L168.548089,99 C169.289412,99 169.926477,99.3389797 170.459304,100.016949 L183.837808,118.864407 L183.837808,100.559322 C183.837808,100.129941 183.988387,99.7627134 184.28955,99.4576271 C184.590712,99.1525408 184.961369,99 185.401529,99 C185.84169,99 186.218138,99.1525408 186.530884,99.4576271 C186.843629,99.7627134 187,100.129941 187,100.559322 L187,120.79661 C187,121.406783 186.774131,121.926552 186.322387,122.355932 C185.870643,122.785313 185.332034,123 184.706542,123 L184.28955,123 C183.918888,123 183.571398,122.915255 183.247069,122.745763 C182.92274,122.57627 182.656331,122.355934 182.447834,122.084746 L168.99983,103.135593 L168.99983,121.474576 C168.99983,121.903957 168.84346,122.265535 168.530714,122.559322 C168.217968,122.853109 167.84152,123 167.40136,123 Z"
 +
                                id="ERLANGEN-Copy" fill="url(#linearGradient-2)"></path>
 +
                            <path
 +
                                d="M24.5167671,72 L56,72 L56,77.3333333 L26.9213619,77.3333333 L24.5167671,72 Z M28.4242336,80.6666667 L56,80.6666667 L56,86 L24,86 L28.8746507,81.6656807 L28.4242336,80.6666667 Z"
 +
                                id="Combined-Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
 +
                            <g id="Combined-Shape" fill-rule="nonzero">
 +
                                <use fill="url(#linearGradient-3)" xlink:href="#path-4"></use>
 +
                                <use fill="#FFFFFF" xlink:href="#path-4"></use>
 +
                            </g>
 +
                            <g id="Group-2" transform="translate(54.000000, 72.000000)">
 +
                                <polygon id="Shape" fill="url(#linearGradient-5)" fill-rule="nonzero"
 +
                                    points="0 0 40.2698413 0 46.4126984 8.66666667 49.8253968 8.66666667 86 8.66666667 86 14 45.047619 14 38.9047619 5.33333333 0 5.33333333">
 +
                                </polygon>
 +
                                <g id="Group"></g>
 +
                                <g id="Rectangle" fill-rule="nonzero">
 +
                                    <use fill="url(#linearGradient-6)" xlink:href="#path-7"></use>
 +
                                    <use fill="#FFFFFF" xlink:href="#path-7"></use>
 +
                                </g>
 +
                                <g id="Rectangle" fill-rule="nonzero">
 +
                                    <use fill="url(#linearGradient-8)" xlink:href="#path-9"></use>
 +
                                    <use fill="#FFFFFF" xlink:href="#path-9"></use>
 +
                                </g>
 +
                            </g>
 +
                            <g id="Green-Circle" fill="url(#linearGradient-10)" fill-rule="nonzero">
 +
                                <path
 +
                                    d="M7,14 C3.13400675,14 0,10.8659932 0,7 C0,3.13400675 3.13400675,0 7,0 C10.8659932,0 14,3.13400675 14,7 C14,10.8659932 10.8659932,14 7,14 Z M7,10 C8.65685425,10 10,8.65685425 10,7 C10,5.34314575 8.65685425,4 7,4 C5.34314575,4 4,5.34314575 4,7 C4,8.65685425 5.34314575,10 7,10 Z"
 +
                                    id="Oval-2"></path>
 +
                            </g>
 +
                            <g id="Purple-Pentagon" transform="translate(1.000000, 67.000000)"
 +
                                fill="url(#linearGradient-11)" fill-rule="nonzero">
 +
                                <path
 +
                                    d="M17.7702964,0.433333333 L23.6674501,13.6785575 L12.8928141,23.3800834 L0.336569067,16.1307319 L3.3510189,1.94886047 L17.7702964,0.433333333 Z M15.350853,4.66666667 L6.77722851,5.56779091 L4.98485294,14.000255 L12.4507284,18.3106802 L18.8572687,12.5422054 L15.350853,4.66666667 Z"
 +
                                    id="Polygon-2"></path>
 +
                            </g>
 +
                            <g id="Yellow-Triangle" transform="translate(168.000000, 67.000000)"
 +
                                fill="url(#linearGradient-12)" fill-rule="nonzero">
 +
                                <path
 +
                                    d="M18.494355,0.24487464 L22.4769585,23.5626719 L0.209090909,15.5887166 L18.494355,0.24487464 Z M15.5996385,8.08741097 L8.15454545,14.1780421 L17.3236674,17.4614355 L15.5996385,8.08741097 Z"
 +
                                    id="Combined-Shape"></path>
 +
                            </g>
 +
                        </g>
 +
                    </g>
 +
                </g>
 +
            </svg>
 +
       
 +
        </div>     
 +
        </a>
 +
       
 +
        <nav class="md:hidden lg:inline-block align-middle" role="navigation">
 +
            <ul>
 +
                <li class="dropdown-item w-32">
 +
                    <a href="#" class="has-dropdown" aria-haspopup="true">Team</a>
 +
                    <ul class="dropdown w-32" aria-label="submenu">
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Team">Team Members</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Collaborations">Collaborations</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Attributions">Attributions</a></li>
 +
                    </ul>
 +
                </li>
 +
 +
                <li class="dropdown-item">
 +
                    <a href="#" class="has-dropdown" aria-haspopup="true">Project</a>
 +
                    <ul class="dropdown" aria-label="submenu">
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Description">Description</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Design">Design</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Experiments">Experiments</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Notebook">Notebook</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Contribution">Contribution</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Results">Results</a></li>
 +
                    </ul>
 +
                </li>
 +
 +
                <li class="dropdown-item">
 +
                    <a href="#" class="has-dropdown" aria-haspopup="true">Parts</a>
 +
                    <ul class="dropdown" aria-label="submenu">
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Parts">Parts Overview</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Basic_Part">Basic Parts</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Composite_Part">Composite Parts</a></li>
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Part_Collection">Parts Collection</a></li>
 +
                    </ul>
 +
                </li>
 +
 +
                <li class="dropdown-item"><a href="">Safety</a></li>
 +
 +
                <li class="dropdown-item">
 +
                    <a href="https://2019.igem.org/Team:FAU_Erlangen/Human_Practices">Human Practices</a>
 +
                </li>
 +
 +
                <li class="dropdown-item">
 +
                    <a href="#" class="has-dropdown" aria-haspopup="true">Awards</a>
 +
                    <ul class="dropdown" aria-label="submenu">
 +
                       
 +
                       
 +
                       
 +
                        <li><a href="https://2019.igem.org/Team:FAU_Erlangen/Model">Model</a></li>
 +
                       
 +
                       
 +
                    </ul>
 +
                </li>
 +
 +
 +
                <li class="ml-12 inline-block fancy-btn-blue">
 +
                    <a href="https://igem.org/2019_Judging_Form?team=FAU_Erlangen" class="btn-arrow inline-block text-white">Judging Form</a></li>
 +
 +
            </ul>
 +
 +
        </nav>
 +
 +
 +
</div>
 +
 +
<div id="main" class="bg-white z-50" style="margin-top: -100px;">
 +
 +
<div class="container mx-auto my-10 min-h-screen">
 +
    <p>
 +
       
 +
 +
<p>For the measurement, we chose the Part BBa_E0020, which is an engineered cyan fluorescent protein (CFP) derived from <em>A. victoria</em> GFP designed by Caitlin Conboy and Jennifer Braff. We performed the cloning with the restriction enzymes XbaI and EcoRI into the vector pUC19. CFP was under control of the lac promotor and the lac operator. For the amplification, the cloned plasmid was transformed by heat shock into the E.coli cloning strain DH5α. After plasmid preparation, the construct was transformed into the E.coli expression strains BL21 Star (DE3) and BL21 (DE3). The clones for overnight cultures were picked under a fluorescence microscope to ensure that they contain the CFP insert.
 +
To assure the same amount of cells, the OD of the distinct strains of the overnight cultures was measured.</p>
 +
 +
<table>
 +
<thead>
 +
<tr>
 +
<th>Culture</th>
 +
<th>OD</th>
 +
</tr>
 +
</thead>
 +
 +
<tbody>
 +
<tr>
 +
<td>Star CFP transformed</td>
 +
<td>2.59</td>
 +
</tr>
 +
 +
<tr>
 +
<td>BL21 CFP transformed</td>
 +
<td>1.76.</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Tuner CFP untransformed</td>
 +
<td>1.97</td>
 +
</tr>
 +
 +
<tr>
 +
<td>Star CFP untransformed</td>
 +
<td>1.77</td>
 +
</tr>
 +
 +
<tr>
 +
<td>BL21 CFP untransformed</td>
 +
<td>1.67</td>
 +
</tr>
 +
</tbody>
 +
</table>
 +
 +
<p><em>Table 1: Measurement of the OD of the overnight cultures (Star, BL21, Tuner) of transformed and untransformed bacteria with the protein CFP by photometer</em></p>
 +
 +
<p>Afterwards, they were set to an OD of 0.5 in a total volume of 5 ml. For induction of the expression, IPTG was used. The bacteria were induced for 2 h 20 min with 0 mM, 0.3 mM and 0.5 mM IPTG.</p>
 +
 +
<p>The fluorescence of the transformed bacteria was measured by fluorescence activated cell sorting (FACS). Therefore, the bacterial cells were separated from each other by treating them with 1:1 ELISA buffer (including 0,05% Tween). Afterwards, they were measured unstained within the FACS machine. Gain settings of the FACS were set to FSC 165 and SSC 400. The measuring part CFP was excited by the 405 nm laser line and detected by 485 nm.</p>
 +
 +
<h1 id="results">Results</h1>
 +
 +
<p>The gating strategy for the identification of the <em>E.coli</em> cells by FACS machine can be seen in Figure 1. For the identification of the <em>E.coli</em> cells, the backgating method was used. The cell’s physical properties were investigated by using the forward and the sideward scatter, analysing the size and the granularity of the cells.</p>
 +
 +
<div>
 +
    <img class="w-2/3 mx-auto" src="https://2019.igem.org/wiki/images/5/5d/T--FAU_Erlangen--Identification_of_E.coli.png" />
 +
    <div class="block w-2/3 mx-auto my-12 text-center">
 +
    <p class="inline-block font-bold">Figure 1</p>: Gating strategy for the identification of E.coli cells for further analysis of expressed CFP
 +
    </div>
 +
</div>
 +
 +
<div>
 +
    <img class="w-2/3 mx-auto" src="https://2019.igem.org/wiki/images/2/29/T--FAU_Erlangen--IPTG_induction_of_BL21_and_Star.png" />
 +
    <div class="block w-2/3 mx-auto my-12 text-center">
 +
    <p class="inline-block font-bold">Figure 2</p>: Comparison of IPTG inductions with different concentrations (0mM, 0.3mM, 0.5mM) in BL21 (Fig. A) and Star (Fig. B)
 +
    </div>
 +
</div>
 +
 +
<p>The CFP expression was analysed afterwards by measuring the fluorescence signal. For the analysis, the cell counts were normalized to mode. Different concentrations of IPTG were tested. In Figure 2 it can be seen that IPTG induction had no effect on the CFP expression. Nevertheless, CFP was expressed indicating a leaky expression independent of IPTG. According to the literature, leaky expression is a characteristic of lac promotors, which is a component of our chosen vector (Rosano und Ceccarelli 2014).</p>
 +
 +
<div>
 +
    <img class="w-2/3 mx-auto" src="https://2019.igem.org/wiki/images/1/11/T--FAU_Erlangen--Comparison_of_transformed_and_untransformed_cells.png" />
 +
    <div class="block w-2/3 mx-auto my-12 text-center">
 +
    <p class="inline-block font-bold">Figure 3</p>: Comparison of IPTG inductions with different concentrations (0mM, 0.3mM, 0.5mM) in BL21 (Fig. A) and Star (Fig. B)
 +
    </div>
 +
</div>
 +
 +
<p>In Figure 3, a clear difference between transformed and non-transformed bacteria can be detected. Transformed bacteria were able to express CFP, which results in a higher fluorescence signal, whereas non-transformed bacteria showed no CFP signal. Therefore, it can be suggested that CFP is a non-toxic protein for the cells upon they survived the protein expression.</p>
 +
 +
<p>The fluorescence signal of BL21, Star and the negative control (Tuner) is compared in Figure 4.</p>
 +
 +
<div>
 +
    <img class="w-2/3 mx-auto" src="https://2019.igem.org/wiki/images/f/f5/T--FAU_Erlangen--Comparison_of_BL21%2C_Tuner_and_Star.png" />
 +
    <div class="block w-2/3 mx-auto my-12 text-center">
 +
    <p class="inline-block font-bold">Figure 4</p>: Comparison of BL21, Tuner and Star
 +
    </div>
 +
</div>
 +
 +
<p>BL21 shows the highest fluorescence signal meaning that CFP expression is stronger in this strain compared to Star. This result is contrary to our expectations, because Star has mutations in the RNAseE (rne131), which results in reduced mRNA degradation and therefore a higher protein expression was suggested (Lopez et al. 1999).</p>
 +
 +
<p>The FACS method can also be used to analyse a whole cell culture.</p>
 +
 +
<div>
 +
    <img class="w-2/3 mx-auto" src="https://2019.igem.org/wiki/images/3/3b/T--FAU_Erlangen--Cell_culture_analysis_by_FACS.png" />
 +
    <div class="block w-2/3 mx-auto my-12 text-center">
 +
    <p class="inline-block font-bold">Figure 5</p>: Cell culture analysis by FACS
 +
    </div>
 +
</div>
 +
 +
<p>In Figure 5 BL21(DE3) is depicted, which was analysed by FACS as a preliminary experiment to investigate the properties of the strain. It was expected that the culture is monoclonal, derived from one single clone. The result of the FACS experiment demonstrates that the bacteria of this culture did not all origin from one clone, because two peaks at different fluorescent levels can be noticed. This suggests a special application of the FACS method to define the assets of a bacterial culture.</p>
 +
 +
<p>In summary, it can be said that BL21 Star (DE3) and BL21 (DE3) are able to express functional CFP. Furthermore, analysis of the bacterial cells can be conducted via the FACS method and cell cultures can be investigated upon their properties, like their uniformity.</p>
 +
 +
<h2 id="references">References</h2>
 +
 +
<p>Lopez, P. J.; Marchand, I.; Joyce, S. A.; Dreyfus, M. (1999): The C-terminal half of RNase E, which organizes the Escherichia coli degradosome, participates in mRNA degradation but not rRNA processing in vivo. In: <em>Molecular microbiology</em> 33 (1), S. 188–199. DOI: 10.1046/j.1365-2958.1999.01465.x.</p>
 +
 +
<p>Rosano, Germán L.; Ceccarelli, Eduardo A. (2014): Recombinant protein expression in Escherichia coli: advances and challenges. In: <em>Frontiers in microbiology</em> 5, S. 172. DOI: 10.3389/fmicb.2014.00172.</p>
 +
 +
    </p>
 +
</div>
 +
 +
</div>
 +
 +
 +
 +
<footer class="bg-grey-darkest w-full">
 +
 +
    <div class="container mx-auto py-10">
 +
 +
        <div class="table w-full">
 +
 +
            <div class="block sm:table-cell sm:w-1/6">
 +
                <p class="uppercase text-grey-700 text-sm sm:mb-6">&nbsp;</p>
 +
                <ul class="list-reset text-xs mb-6">
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen" class="no-underline text-grey hover:text-grey-dark">Home</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Safety" class="no-underline text-grey hover:text-grey-dark">Safety</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Human_Practices" class="no-underline text-grey hover:text-grey-dark">Human Practices</a></li>
 +
                </ul>
 +
            </div>
 +
 +
            <div class="block sm:table-cell sm:w-1/6">
 +
                <p class="uppercase text-yellow-700 font-bold text-sm sm:mb-6">Team</p>
 +
                <ul class="list-reset text-xs mb-6">
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Team" class="no-underline text-grey hover:text-grey-dark">Team Members</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Collaborations" class="no-underline text-grey hover:text-grey-dark">Collaborations</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Attributions" class="no-underline text-grey hover:text-grey-dark">Attributions</a></li>
 +
                </ul>
 +
            </div>
 +
 +
            <div class="block sm:table-cell sm:w-1/6">
 +
                <p class="uppercase text-green-700 font-bold text-sm sm:mb-6">Project</p>
 +
                <ul class="list-reset text-xs mb-6">
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Description" class="no-underline text-grey hover:text-grey-dark">Description</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Design" class="no-underline text-grey hover:text-grey-dark">Design</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Experiments" class="no-underline text-grey hover:text-grey-dark">Experiments</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Notebook" class="no-underline text-grey hover:text-grey-dark">Notebook</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Contribution" class="no-underline text-grey hover:text-grey-dark">Contribution</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Results" class="no-underline text-grey hover:text-grey-dark">Results</a></li>
 +
                </ul>
 +
            </div>
 +
 +
            <div class="block sm:table-cell sm:w-1/6">
 +
                <p class="uppercase text-blue-700 font-bold text-sm sm:mb-6">Parts</p>
 +
                <ul class="list-reset text-xs mb-6">
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Parts" class="no-underline text-grey hover:text-grey-dark">Parts Overview</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Basic_Part" class="no-underline text-grey hover:text-grey-dark">Basic Parts</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Composite_Part" class="no-underline text-grey hover:text-grey-dark">Composite Parts</a></li>
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Part_Collection" class="no-underline text-grey hover:text-grey-dark">Parts Collection</a></li>
 +
                </ul>
 +
            </div>
 +
 +
           
 +
 +
            <div class="block sm:table-cell sm:w-1/6">
 +
                <p class="uppercase text-red-700 font-bold text-sm sm:mb-6">Awards</p>
 +
                <ul class="list-reset text-xs mb-6">
 +
                   
 +
                   
 +
                   
 +
                    <li class="mt-2 inline-block mr-2 sm:block sm:mr-0"><a href="https://2019.igem.org/Team:FAU_Erlangen/Model" class="no-underline text-grey hover:text-grey-dark">Model</a></li>
 +
                   
 +
                   
 +
                </ul>
 +
            </div>
 +
 +
        </div>
 +
 +
       
 +
        <div class="flex items-center justify-end mr-32 align-middle">
 +
            <div class="text-xs text-grey-dark mr-5">Join us on social media</div>
 +
            <ul class="list-reset">
 +
           
 +
            <li class="inline-block text-2xl m-2"><a class="no-underline hover:text-gray-600 text-grey" href="https://facebook.com/igemErlangen" target="_blank"><i class="fab fa-facebook-square"></i></a></li>
 +
           
 +
           
 +
            <li class="inline-block text-2xl m-2"><a class="no-underline hover:text-gray-600 text-grey" target="_blank" href="https://www.twitter.com/iGEM_Erlangen"><i class="fab fa-twitter"></i></a></li>
 +
           
 +
           
 +
            <li class="inline-block text-2xl m-2"><a class="no-underline hover:text-gray-600 text-grey" target="_blank" href="https://www.instagram.com/igem.erlangen"><i class="fab fa-instagram"></i></a></li>
 +
           
 +
           
 +
            <li class="inline-block text-2xl m-2"><a class="no-underline hover:text-gray-600 text-grey" target="_blank" href="https://www.youtube.com/channel/UCxT11JmhRH62aBn-HZxGhQA"><i class="fab fa-youtube"></i></a></li>
 +
           
 +
            </ul>
 +
        </div>
 +
       
  
 +
    </div>
  
 +
</footer>
  
 +
</body>
 
</html>
 
</html>

Latest revision as of 20:53, 13 December 2019

Experiments

The following protocols cover our methods used for cloning, cell culture, protein analysis, and measurement.

Puring gels:

Why did we choose this method?

For Coomassi staining and western blots gels are needed. The choice of gel and % of the gel is dependent on the protein.

Procedure:

SDS Gel for 2 Gels:

Resolving Gel:

Percentage Gel 8% 10% 15%
H2O 4.6 4.0 2.3
30% acrylamidmix 2.7 3.3 5.0
1,5 M Tris (pH 8.8) 2.5 2.5 2.5
10% SDS 0.1 0.1 0.1
10 % APS 0.1 0.1 0.1
TEMED 0.004 0.004 0.004

Stacking gel:

Percentage Gel 5%
H2O 2.1
30% acrylamidmix 0.33
1 M Tris (pH 6.8) 0.25
10% SDS 0.02
10 % APS 0.02
TEMED 0.002

BisTris Gel for 2 Gels:

Resolving Gel:

Percentage Gel 8% 10% 12%
H2O 8.74 7.41 6.07
30% acrylamidmix 5.33 6.67 8.0
1,5 M BisTris 5.72 5.72 5.72
10 % APS 0.2 0.2 0.2
TEMED 0.008 0.008 0.008

Stacking gel:

Percentage Gel 5%
H2O 7.13
30% acrylamidmix 1.43
1,5 M BisTris 1.33
10 % APS 0.1
TEMED 0.01

Handling of IDT sequences:

Procedure:

  1. spin down aliquots

  2. add required volume of TE buffer (20 µl)

  3. vortex thoroughly

  4. incubate on the heating block at 50°C for 20 min

  5. Store at -20°C

Preparation of all buffers:

LB Medium:

10 g/L Tryptone
5 g/L Yeast extract
10 g/L NaCl
  • Sterilize by autoclaving and store at room temperature.

CC buffer:

10mM Hepes 2.38 g/L
15 mM CaCl2 2.21 g/L
55 mM MnCl2xH2O 10.89 g/L
250 mM KCl 18.64 g/L
  • Dissolve all components except MnCl2 and adjust the pH to 6.7 with KOH. Then add the MnCl2 an filter sterilize the solution over a 0.22 µm filter

SOC/SOB medium:

  1. To 950 mL of deionized H2O, add:
Tryptone 20g
Yeast extract 5g
NaCl 0.5g
  1. SOC medium is identical to SOB medium, except that it contains 20 mM glucose. To prepare SOB medium, combine the above ingredients and shake until the solutes have dissolved. Add 10 mL of a 250 mM solution of KCl. (This solution is made by dissolving 1.86 g of KCl in 100 mL of deionized H2O.)

  2. Adjust the pH of the medium to 7.0 with 5 N NaOH (∼0.2 mL). Adjust the volume of the solution to 1 L with deionized H2O. Sterilize by autoclaving for 20 min at 15 psi (1.05 kg/cm2) on liquid cycle.

  3. Just before use, add 5 mL of a sterile solution of 2 M MgCl2 and 5ml of MGSO4. (This solution is made by dissolving 40,66 g of MgCl2 (Hydrate) and 49,3g MgSO4 (Hydrate) respectively in 90 mL of deionized H2O. Adjust the volume of the solution to 100 mL with deionized H2O and sterilize by autoclaving for 20 min at 15 psi [1.05 kg/cm2] on liquid cycle.)

    After the SOB medium has been autoclaved, allow it to cool to 60°C or less.

  4. Add 20 mL of a sterile 1 M solution of glucose. (This solution is made by dissolving 18 g of glucose in 90 mL of deionized H2O. After the sugar has dissolved, adjust the volume of the solution to 100 mL with deionized H2O and sterilize by passing it through a 0.22-µm filter.)

10% Glycerol

Glycerol Glycerol
ddH2O ddH2O
Total: 1L of 10% Glycerol

Medium for 293T HEK cells (10%) (HEK medium):

DMEM - Dulbecco’s Modified Eagle Medium 500 ml
FCS 50 ml
L-Glutamin 5ml

Cultivation of E.coli strains:

Freezing of E.coli strains:

  1. Spinned for 10 minutes at 2,500 rpm

  2. Discarded supernatant without disturbing the pellet, while leaving ~1ml for every sample

  3. Resuspend the pellet in the remaining supernatant. 

  4. Added 900μl cell culture and 300μl 99% glycerol, to a final glycerol concentration of ~25%. 6.

  5. Store in -80 °C freezer

Preparation of chemically competent bacteria:

Why did we choose this method?

Competent cells have an increased cell permeability. This is an important characteristic for the following transformation in which the aim is to transfer DNA into the bacteria.

Procedure:

  1. Inoculate 5 ml LB medium with the appropriate antibiotics with the E. coli strain of which you want to make competent cells and incubate overnight at 37°C. When preparing DH5a competent cells it is better to use SOB medium instead of LB.

  2. Use the overnight culture to inoculate 500 ml LB medium and incubate at 30°C until the absorbance at 600 nm is between 0.4-0.6. Optional: add 2.5 ml 2M MgCl2 to the medium (to a final concentration of 10 mM) at the start of the cultivation.

  3. Chill the culture for at least 10 min on ice. In the following steps the cell suspension should be kept on ice as much as possible.

  4. Spin the cell suspension for 10 min at 6000 rpm (Sorvall GSA rotor) or 4000 rpm when harvested in 50-ml Falcon tubes.

  5. Gently resuspend the pellet in 100 ml ice-cold CC buffer in 50-ml Falcon tubes. Resuspend with a 10-ml serological pipette and avoid introducing bubbles.

  6. Incubate the cell suspension on ice for at least 10 min.

  7. Spin for 10 min at 4000 rpm at 4°C.

  8. Gently resuspend the pellet in 18.6 ml ice-cold CC buffer and add 1.4 ml DMSO.

  9. Incubate the cell suspension on ice for at least 10 min.

  10. Distribute the cell suspension in 100-200 µl aliquots in 0.5 or 1.5-ml microfuge tubes.

  11. Flash freeze the cell suspension in liquid nitrogen and store the tubes at -80°C. At -80°C the cell will be competent for at least 6 months.

Preparation of electro-competent cells

Why did we choose this method?

Competent cells have a increased cell permeability. This is an important characteristic for the following transformation in which the aim is to transfer DNA into the bacteria.

Prepare first:

  • 2 liter of LB without NaCl (10 g tryptone, 5 g yeast extract)

  • 250 ml of 8.7 % v/v glycerol autoclaved/sterile

  • 2 liter of milliQ water autoclaved/sterile

  • 250 ml cylinder closed with aluminum foil containing autoclaved/sterile

  • 4x 2 L Erlenmeyer flasks autoclaved/sterile

  • 4x 250 ml centrifuge tubes for Beckam rotor J14 autoclaved/sterile

  • 5 ml pipet tips autoclaved/sterile

  • 1 ml pipet tips autoclaved/sterile

  • 200 µl pipet tips autoclaved/sterile

  • At least 500x 0.5 ml eppendorf tubes autoclaved/sterile

  • Required: Centrifuge Beckam with rotor J14 or similar

  • Work very sterile because we do not use any antibiotics!

Procedures:

  1. Reserve 15 ml LB in a small bottle at 4 °C

  2. Inoculate 2 L LB Medium with a starter culture and mix well

  3. Spread to 4x 2 L Erlenmeyer flasks

  4. Incubate at 37 °C shaking 200 rpm

  5. Measure OD 600 of all four flasks every 45 min

  6. If the first flask reaches OD 0.40 put all flasks for 15 min on an ice-water bath

  7. Pellet (1.) at 3500 G for 20 min at 4 °C

  8. Discard supernatant and resuspend in 6x 150 ml ice cold water

  9. Pellet (2.) at 5000 G for 20 min at 4 °C

  10. Discard supernatant and resuspend in 6x 150 ml ice cold water

  11. Pellet (3.) at 5000 G for 20 min at 4 °C

  12. Discard supernatant and resuspend in 2x 150 ml ice cold water
    Attention: 3 buckets are now pooled in one!

  13. Pellet (4.) at 5000 G for 20 min at 4 °C

  14. Discard supernatant and resuspend in 2x 100 ml ice cold 8.7 % glycerol
    Attention: use now 8.7 % glycerol, not water!

  15. Pellet (5.) at 5000 G for 20 min at 4 °C

  16. Discard supernatant and resuspend in 2x 2.5 ml ice cold 8.7 % glycerol

  17. Pool both buckets in one 50 ml tube

  18. Make 50 µl aliquots in 0.5 ml eppendorf tubes

  19. Freeze and store at -80 °C

Polymerase chain reaction (PCR):

Why did we use this method?

Within the method of PCR it is possible to amplify small fragments of DNA which is very useful for further investigation. Furthermore, one task of the project was to perform Gibson Assembly and thereby it was necessary to fuse overhangs to the DNA fragments. Another method for cloning was the restriction enzyme digest. Therefore, suitable restriction sites had to be added to the ends of our DNA fragments. All these tasks were performed by different programs of PCR using the Phusion High-Fidelity PCR master mix.

PCR Mix:

Template DNA 5µl (250ng)
Forward primer 1.25µl (0.5µM)
Reverse primer 1.25µl (0.5µM)
2xPhusion Master Mix 12.5µl
Autoclaved H2O 25µl

Distinct programs for PCR:

Amplification of DNA constructs:

Cycle Step Temperature [°C] Time [min.] Cycles
Initial Denaturation 98 00:30 X1
Denaturation 98 00:10 X40
Annealing 56.0 00:30
Extension 72.0 00:30
Final Extension 72.0 2:00 X1
4.0 hold

Adding of restriction sites with PCR:

Cycle Step Temperature [°C] Time [min.] Cycles
Initial Denaturation 98 5:00 X1
Denaturation 98 00:10 X40
Annealing 53.7 00:30
Extension 72.0 1:00
Final Extension 72.0 10:00 X1
4.0 hold

Adding overhangs for Gibson Assembly:

Cycle Step Temperature [°C] Time [min.] Cycles
Initial Denaturation 98 3:00 X1
Denaturation 98 00:10 X40
Annealing 59.8 00:30
Extension 72.0 1:00
Final Extension 72.0 10:00 X1
4.0 hold

Restriction digest

Why did we choose this method?

We used a restriction digest for our cloning strategy.

Materials:

- Template DNA

- Restriction Enzyme of choice

- 10x Cutsmart Buffer (NEB)

- ddH2O Procedure

Procedure:

1. Mix the following reagents.

Concentration Reagent
4-5µg Template DNA
1µl Restriction enzyme(s)
4µl Cutsmart Buffer (NEB)
Fill to 40µl ddH2O

2. Incubate 60 minutes 37°C. (respectively to enzyme)

3. Inactivate 20 minutes at 65°C

Dephosphoryllation of the digested DNA fragments

Why did we choose this method?

After vector digestion, the newly formed fragments could religate, which would prevent the insertion of our sequence. Removing the phosphate groups of the fragment ends by dephosphorylation probits that issue.

Master Mix:   

Name Amount
DNA 3.3 µl
CutSmart x10 NEB 5 µl
Arctic Buffer 10x NEB 5 µl
Arctic Phosphatase NEB 1 µl
SmaI NEB 0.5 µl
H2O to 50 µl 35.2 µl

Procedure:

  1. Incubate the samples at 37°C for 1 h;

  2. Inactivate at 80  °C for 20 min (80 °C necessary to inactivate the phosphatase, SmaI itself 65 °C for 20 min would be sufficient)

Electroporation

Why did we choose this method?

This method makes cell membranes permeable, which allows to transform DNA into the cells. The permeabilization is done by short pulses

Procedure:

  1. Prepare 17 mm x 100 mm round-bottom culture tubes (e.g. VWR #60818-667) at room temperature. Place SOC recovery medium in a 37°C water bath. Pre-warm selective plates at 37°C for 1 hour.

  2. Place electroporation cuvettes (1 mm) and microcentrifuge tubes on ice.

  3. As a positive control for transformation, dilute the control pUC19 by 1:5 to a final concentration of 10 pg/μl using sterile water. Heat-denatured ligation reactions can be used for electroporation directly; however, column purification is recommended.

  4. Thaw NEB Turbo Electrocompetent cells on ice (about 10 min) and mix cells by flicking gently. Transfer 25 μl of the cells (or the amount specified for the cuvettes) to a chilled microcentrifuge tube. Add 1 μl of the DNA solution.

  5. Carefully transfer the cell/DNA mix into a chilled cuvette without introducing bubbles and make sure that the cells deposit across the bottom of the cuvette. Electroporate using the following conditions for BTX ECM 630 and Bio-Rad GenePulser electroporators: 2.1 kV,
    100 Ω, and 25 μF. The typical time constant is ~2.6 milliseconds.

  6. Immediately add 975 µl of 37°C SOC to the cuvette, gently mix up and down twice, then transfer to the 17 mm x 100 mm round-bottom culture tube.

  7. Shake vigorously (250 rpm) or rotate at 37°C for 1 hour.

  8. Dilute the cells as appropriate then spread 100-200 μl cells onto a pre-warmed selective plate.

  9. Incubate plates 8 hours to overnight at 37°C.

Heat Shock

Why did we choose this method?

Heat shock is performed to insert our produced plasmids into our prepared chemically competent cells.

Procedure:

  1. Thaw competent cells on ice.

  2. Chill approximately 5 ng (2 μl) of the ligation mixture in a 1.5 ml microcentrifuge tube.

  3. Add 50 µl of competent cells to the DNA. Mix gently by pipetting up and down or flicking the tube 4–5 times to mix the cells and DNA. Do not vortex.

  4. Place the mixture on ice for 30 minutes. Do not mix.

  5. Heat shock at 42°C for 30 seconds. Do not mix.

  6. Add 950 µl of room temperature media to the tube.

  7. Place tube at 37°C for 60 minutes. Shake vigorously (250 rpm) or rotate.

  8. Warm selection plates to 37°C.

  9. Spread 50–100 µl of the cells and ligation mixture onto the plates.

  10. Incubate overnight at 37°C.

Isolation of plasmid DNA from transformed bacteria (Mini – Midi Prep)

Why did we choose this method?

Isolating the plasmid from the transformed bacteria allows us to verify the cloning and transformation success.

Procedure:

Mini Prep:

  1. Pick a single colony from a freshly streaked selective plate and inoculate a starter culture of 2–5ml LB medium containing the appropriate selective antibiotic. Incubate for approximately 8 h at 37°C with vigorous shaking (approx. 300 rpm). Use a tube or flask with a volume of at least 4 times the volume of the culture.

  2. Dilute the starter culture 1500 to 11000 into 3 ml selective LB medium. Grow at 37°C for 12–16 h with vigorous shaking (approx. 300 rpm). Use a flask or vessel with a volume of at least 4 times the volume of the culture. The culture should reach a cell density of approximately 3–4 x 109 cells per ml, which typically corresponds to a pellet wet weight of approximately 3 g/liter.

  3. Harvest the bacterial cells by centrifugation at 6000 x g for 15 min at 4°C. If you wish to stop the protocol and continue later, freeze the cell pellets at –20°C.

  4. Resuspend the bacterial pellet in 0.3 ml of Buffer P1. Ensure that RNase A has been added to Buffer P1.

  5. Add 0.3 ml of Buffer P2, mix thoroughly by vigorously inverting the sealed tube 4–6 times, and incubate at

  6. Add 0.3 ml of chilled Buffer P3, mix immediately and thoroughly by vigorously inverting 4–6 times, and incubate on ice for 5 min. Precipitation is enhanced by using chilled Buffer P3 and incubating on ice. After addition of Buffer P3, a fluffy white material forms and the lysate becomes less viscous.

  7. Centrifuge at maximum speed in a microcentrifuge for 10 min. Remove supernatant containing plasmid DNA promptly. Before loading the centrifuge, the sample should be mixed again. Centrifugation should be performed at maximum speed in 1.5 ml or 2 ml microcentrifuge tubes (e.g., 10,000–13,000 rpm in a microcentrifuge).

  8. Equilibrate a QIAGEN-tip 20 by applying 1 ml Buffer QBT, and allow the column to empty by gravity flow.

  9. Apply the supernatant from step 7 to the QIAGEN-tip 20 and allow it to enter the resin by gravity flow.

  10. Wash the QIAGEN-tip 20 with 2 x 2 ml Buffer QC. Allow Buffer QC to move through the QIAGEN-tip by gravity flow.

  11. Elute DNA with 0.8 ml Buffer QF. Collect the eluate in a 1.5 ml or 2 ml microcentrifuge tubes (not supplied).

  12. Precipitate DNA by adding 0.7 volumes (0.56 ml per 0.8 ml of elution volume) of room-temperature isopropanol to the eluted DNA. Mix and centrifuge immediately at≥15,000xg rpm for 30 min in a microcentrifuge. Carefully decant the supernatant.

  13. Wash DNA pellet with 1ml of 70 % ethanol and centrifuge at 15,000xg for 10min. Carefully decant the supernatant without disturbing the pellet.

  14. Air-dry the pellet for 5–10min, and redissolve the DNA in a suitable volume of buffer (e.g., TE buffer, pH 8.0, or 10mM Tris·Cl, pH 8.5)

Midi-Prep:

  1. Harvest overnight bacterial culture by centrifuging at 6000 x g for 15 min at 4°C.

  2. Resuspend the bacterial pellet in 4 ml Buffer P1. 

  3. Add 4 ml Buffer P2, mix thoroughly by vigorously inverting 4–6 times and incubate at room temperature (15–25°C) for 5 min. If using LyseBlue reagent, the solution will turn blue. 

  4. Add 4 ml Buffer P3, mix thoroughly by vigorously inverting 4–6 times. Incubate on ice for 15 min. If using LyseBlue reagent, mix the solution until it is colorless. 

  5. Centrifuge at ≥20,000 x g for 30 min at 4°C. Re-centrifuge the supernatant at ≥20,000 x g for 15 min at 4°C. 6. Equilibrate a QIAGEN-tip 100 by applying 4 ml Buffer QBT, and allow column to empty by gravity flow. 

  6. Apply the supernatant from step 5 to the QIAGEN-tip and allow it to enter the resin by gravity flow. 

  7. Wash the QIAGEN-tip with 2 x 10 ml Buffer QC. Allow Buffer QC to move through the QIAGEN-tip by gravity flow. 

  8. Elute DNA with 5 ml Buffer QF into a clean 15 ml vessel. For constructs larger than 45 kb, prewarming the elution buffer to 65°C may help to increase the yield. 

  9. Precipitate DNA by adding 3.5 ml roomtemperature isopropanol to the eluted DNA and mix. Centrifuge at ≥15,000 x g for 30 min at 4°C. Carefully decant the supernatant. 

  10. Wash the DNA pellet with 2 ml room-temperature 70% ethanol and centrifuge at ≥15,000 x g for 10 min. Carefully decant supernatant. 

  11. Air-dry pellet for 5–10 min and redissolve DNA in a suitable volume of appropriate buffer (e.g., TE buffer, pH 8.0, or 10 mM Tris·Cl, pH 8.5).

Colony PCR:

Why did we choose this method?

Polymerase chain reaction is an in vitro technique to exponentially amplify DNA of interest. Here, we exploit this technique to confirm the transformation and insertion of our sequence into our plasmids.

Materials:

  • Template DNA

  • Forward Primer

  • Reverse Primer

  • OneTaq Polymerase

  • LB-Agar plate

Procedure:

  1. Pick a clone with the pipet.

2. Putting the pipette in the PCR tube and then into the LB with antibiotics.

  1. Mix the following reagents.

  2. Run a PCR (see protocol PCR)

Concentration Reagents
5µl OneTaq buffer
0.25µM Forward Primer
0.25µM Reverse Primer
0.125µl OneTaq Polymerase
Bacteria from 1 colony Template
Fill to 25µl ddH2O

Agarose-Gel electrophoresis

Why did we choose this method?

This method is used as a quality control of enzymatic reactions on DNA or RNA. It is also useful for the separation of DNA or RNA fragments of different lengths.

Materials

  • DNA of Interest

  • Gel Ladder

  • 6x purple loading dye

  • Agarose

  • 1x TAE buffer

  • Gel chamber

  • Sybr Safe DNA stain

  • UV illuminator + camera Procedure

  1. Prepare an agarose gel with an appropriate concentration for the fragment (0.5%-3% (w/v)) in TAE buffer.

  2. Heat solution until it is fully dissolved.

  3. Add DNA stain.

  4. Cast the gel in a gel chamber, add an appropriate comb and wait at least 20 minutes until the gel is fully polymerized.

  5. Mix at least 100ng DNA with loading dye.

  6. Load the gel with your sample.

  7. Let it run at 120V, 400mA for 20 minutes.

  8. Image the gel under a Camera with UV illuminator.

Gibson Assembly

Why did we choose this method?

Gibson assembly is a very useful tool for cloning, because it is possible to fuse several fragments. Therefore, Gibson assembly was chosen as one of our cloning strategies.

Procedure:

  1. Set up the following reaction on ice:
Rcommended Amount of Fragments Used for Assembly
2-3 fragments 4-6 fragments Positive control
Total Amount of Fragments 0.02-0.05 pmol * x µl 0.2-1 pmol * x µl 10 µl
Gibson Assembly Master Mix (2x) 10 µl 10 µl 10 µl
Deionized H2O 10-X µl 10-X µl 0
Total volume: 20 µl 20 µl 20 µl
  1. assembled or 60 minutes when 4-6 fragments are being assembled. Following incubation, store samples on ice or at –20°C for subsequent transformation.

Ligation:

Why did we choose this method?

With the help of the T4 Ligase, it is possible to connect DNA fragments which were previous digested by restriction digestion. Thus, blunt-end cloning was performed with this method.

Procedure:

  1. Set up the following reaction in a microcentrifuge tube on ice.
Component 20µl reaction
T4 DNA Ligase Buffer (10x) 2 µl
Vector DNA (4kb) 50 ng (0,020 pmol)
Insert DNA (1kb) 37.5 ng (0.060 pmol)
Nuclease-free water To 20µl
T4 DNA Ligase 1 µl
  1. The T4 DNA Ligase Buffer should be thawed and resuspended at room temperature.

  2. Gently mix the reaction by pipetting up and down and microfuge briefly.

  3. For cohesive (sticky) ends, incubate at 16°C overnight or room temperature for 10 minutes.

  4. For blunt ends or single base overhangs, incubate at 16°C overnight or room temperature for 2 hours (alternatively, high concentration T4 DNA Ligase can be used in a 10 minute ligation).

  5. Heat inactivate at 65°C for 10 minutes.

  6. Chill on ice and transform 1-5 μl of the reaction into 50 μl competent cells.

Gelextraction

Why did we choose this method?

Gelextraction was performed to isolate specific DNA fragments from agarose gels. Thereby, with the help of gelextraction it was possible for us to carry out further experiments with the desired DNA fragments.

Materials:

QIAquick® Gel Extraction Kit

Procedure:

  1. Excise the DNA fragment from the agarose gel with a clean, sharp scalpel.

  2. Weigh the gel slice in a colorless tube. Add 3 volumes Buffer QG to 1 volume gel (100 mg ~ 100 μl). For >2% agarose gels, add 6 volumes Buffer QG.

  3. Incubate at 50°C for 10 min (or until the gel slice has completely dissolved). Vortex the tube every 2–3 min to help dissolve gel.

  4. After the gel slice has dissolved completely, check that the color of the mixture is yellow (similar to Buffer QG without dissolved agarose)

  5. Add 1 gel volume of isopropanol to the sample and mix.

  6. Place a QIAquick spin column in a provided 2 ml collection tube

  7. To bind DNA, apply the sample to the QIAquick column and centrifuge for 1 min until all the samples have passed through the column. Discard flow-through and place the QIAquick column back into the same tube.

  8. If the DNA will subsequently be used for sequencing, in vitro transcription, or microinjection, add 0.5 ml Buffer QG to the QIAquick column and S centrifuge for 1 min. Discard flow-through and place the QIAquick column back into the same tube.

  9. To wash, add 0.75 ml Buffer PE to QIAquick column and centrifuge for 1 min. Discard flow-through and place the QIAquick column back into the same tube.

  10. Centrifuge the QIAquick column once more in the provided 2 ml collection tube for 1 min at 17,900 x g (13,000 rpm) to remove residual wash buffer.

  11. Place QIAquick column into a clean 1.5 ml microcentrifuge tube.

  12. To elute DNA, add 50 μl water to the center of the QIAquick membrane and centrifuge the column for 1 min.

  13. If the purified DNA is to be analyzed on a gel, add 1 volume of Loading Dye to 5 volumes of purified DNA. Mix the solution by pipetting up and down before loading the gel.

Cultivation of HEK 293T cells:

*Why did we choose this method?

HEK 293T cells expressed our constructs optimized for eukaryotic expression. Cultivation is performed to obtain a sufficient number of cells for transfection and protein expression.

Procedure:

Apply frozen 293T cells to cell culture

  1. Fill 10ml medium into a 75 cm² culture flask

  2. Frozen cells in cryotubes should be defrosted quickly under warm water.

  3. Transfer cells into centrifuge tubes and add 5ml HEK medium (see preparation of all buffers)

  4. Centrifuge the tubes at 900 U for 5 min and discard the supernatant

  5. Resuspend the pellet in 5ml HEK medium and put the suspension the the prepared culture flask from step 1

Change medium of the adherent 293T cells

  1. Discard HEK medium

  2. Add new HEK medium into the culture flask

Trypsinization of the 293T cells to detach them from the culture flask wall

  1. Discard HEK medium

  2. Washing with 3 ml trypsin

  3. Incubation with 3 ml trypsin

  4. When cells are detached mixing with 7 ml HEK medium 

  5. Counting in neubauer chamber

  6. Add respective amount of HEK medium

FACS (fluorescence activated cell sorting):

Why did we choose this method?

With the fluorescence-activated cell sorting (FACS) method it is possible to send cells trough a laser sensor and check the condition of the cells. We used FACS for the part characterization.

Procedure:

  1. Overnight culture of the bacteria

  2. For prohibiting clumbing of the cells, they were treated 1:1 with ELISA buffer (with 0,05% Tween) direct before the measurement

  3. Cells (E.coli bacteria) were not stained before FACS analysis

  4. Cells were checked for fluorescence to measure CFP expression

    1. Excitation at 405nm

    2. Detection of CFP at 485nm

    3. Gain: FSC 165, SSC 400

Protein purification by His SpinTrap

Why did we choose this method?

We integrated Histidine (His)-tags in all our composite parts for detection and purification. This allows us to isolate our desired proteins via His-tag-purification. His-tag purification uses the purification technique of immobilized metal affinity chromatography. In this technique, transition metal ions are immobilized on a resin matrix using a chelating agent such as iminodiacetic acid. The most common ion for the his-purification is Ni2+. The His-tag has high affinity for these metal ions and binds strongly to the column. Imidazole competes with the His-tag for binding to the metal-charged resin and thus is used for elution of the protein.

Binding buffer: 50mM NaH2PO4, 500 mM NaCl, 20 mM Imidazol, pH 8,0

Elution buffer: 50 mM NaH2PO4, pH 8,0, 500 mM NaCl, 500 mM Imidazol

Procedure:

  1. Place the column in a 2 ml microcentrifuge tube to collect the liquid during centrifugation.

  2. Remove storage solution

  • Invert and shake the column repeatedly to resuspend the medium.

  • Loosen the top cap one-quarter of a turn and twist off the bottom closure.

  • Place the column in a 2 ml microcentrifuge tube and centrifuge for 30 s at 70 to 100 × g.

  • Remove and discard the top cap.

  1. Column equilibration
  • Add 600 µl binding buffer.

  • Centrifuge for 30 s at 70 to 100 × g

  1. Sample application
  • Add up to 600 µl sample in one application. • Centrifuge for 30 s at 70 to 100 × g.
  1. Wash
  • Add 600 µl binding buffer.

  • Centrifuge for 30 s at 70 to 100 × g.

  1. Elution
  • Add 200 µl elution buffer.

  • Centrifuge for 30 s at 70 to 100 × g and collect the purified sample.

  • Add 200 µl elution buffer.

  • Centrifuge for 30 s at 70 to 100 × g and collect the purified sample

Western Blotting

Why did we choose this method

Different purification tags are commonly used to isolate fusion proteins or to detect certain proteins within lysates or other protein mixtures. Western Blotting is a technique used to identify small amounts of tagged proteins. A primary antibody detects and binds a specific target protein present in the sample and is then recognized by a secondary antibody, that is coupled to a fluorescent protein, radioactive substance, or an enzyme, which catalyzes a light emitting reaction. Then, detection systems are able to visualize the target proteins.

Materials

  • Anti-6xHis Antibody (mouse)

  • HRP anti-mouse (donkey)

  • Washing buffer (1xPBS, 0.1% Tween-20)

  • Transfer Buffer

  • PVDF blotting membrane

  • Blocking Buffer (10% milkpowder solution)

  • Filter paper

  • Methanol

  • Proteinmarker: Page ruler: Protein Ladder Thermo Fisher

Procedure

  1. Preperation of a 10% Bis-tris Gel. 

  2. Mixing of 10 µl harvested cells with 2x loading buffer

  3. 95°C for 5 min

  4. Loading of the gel with 5µL marker

  5. Running gel for 1 h at 130V in 1x MOPS buffer

  6. Blotting to the membrane at 65mA for 1h30

  7. Blocking membrane in 10% milkpowder for 1h30

  8. Washing with PBST 

  9. Adding primary antibody (mouse anti-His in 1:2000 dilution) 10mL in 10% milkpowder

  10. Shaking overnight at 4°C

  11. 3 times washing for 10 min with PBST

  12. Adding secondary antibody (HRP anti mouse in 1:2000 dilution) 10 ml in 10% milkpowder

  13. Shaking at RT for 1h

  14. 3 times washing for 10 min with PBST

  15. Adding 2mL of the reaction mix directly before taking the picture of the blot


For the picture select channel “Chemiluminescence” to detect the bands.

For the marker select “Copy Marker” and don’t move the membrane between the two pictures!

Transfection of 293T cells

Why did we choose this method?

To insert our DNA of interest within our plasmids into eukaryotic cells, transfection was performed with calcium-phosphate (calcium-phosphate transfection) and lipofectamine (lipofection).

Conduction:

Calcium-phosphate transfection

Day 0: Seed 4x106 HEK 293T cells in 10ml medium on a 10cm dish

Day 1: One hour prior to transfection, change the medium (+8ml medium)

Plasmid should be diluted to a concentration od 1µg/µl in TE buffer

Perpare two  mixes:

A) 1 ml of 2x HBS in a 15 ml Falcon;

B)  DNA Mix: 

Water 860 µl
Plasmid 20 µl (1 µg/µl)
2,5 M CaCl2 100 µl
25 mM Chloroquine 20 µl
  • Carefully apply the DNA mix to the 2x HBS over the time of 1 min, while constantly blowing air into the HBS with a Pipette boy

  • Vortex the resulting mix thorougly and apply it dropwise to the cells

  • Change medium 6-10 hours after transfection (+10ml medium)

Day 2: Change medium and collect the old medium

Day 3: Collect supernatant

Day 4: Collect supernatant

  • For day 2-4 the harvest should be centrifuged and the remaining supernatant should be filtered through 0.22 µm filter.

Lipofection:

Day 0: Seed 4x10^6 HEK 293T cells in 10ml medium on a 10cm dish.

Day 1: Medium change 1 hour before transfection

  • Preparation of following solutions

    • A: 500µl pure medium with 2µg DNA

    • B: 500µl pure medium with 4µl genjet (twice the amount of DNA)

  • Mixing and incubation for 10 minutes at room temperature

  • Add the solution dropwise to the cells

Day 3: Harvesting of the cells

  • Centrifugation at 250rpm for 5 min.

  • Filtering through

C118.051661,108.671297 118.576719,106.576611 119.626852,104.749304 C120.676986,102.921996 122.109483,101.506969 123.924387,100.504178 C125.739291,99.5013877 127.753919,99 129.96833,99 C131.748991,99 133.307046,99.211697 134.642541,99.6350975 C135.978037,100.058498 137.262148,100.649021 138.494913,101.406685 C138.677545,101.495822 138.837345,101.651809 138.974319,101.874652 C139.111293,102.097494 139.179779,102.342617 139.179779,102.610028 C139.179779,102.98886 139.048514,103.311976 138.785981,103.579387 C138.523448,103.846798 138.175311,103.980501 137.74156,103.980501 C137.490441,103.980501 137.250741,103.924792 137.022451,103.81337 C135.949488,103.189412 134.876542,102.72145 133.80358,102.409471 C132.730618,102.097491 131.566357,101.941504 130.310763,101.941504 C128.57576,101.941504 127.011999,102.298047 125.619431,103.011142 C124.226863,103.724238 123.136795,104.76601 122.349195,106.13649 C121.561595,107.506971 121.167801,109.139266 121.167801,111.033426 C121.167801,112.771596 121.538767,114.325898 122.280709,115.696379 C123.02265,117.066859 124.095597,118.147628 125.499579,118.938719 C126.903562,119.729809 128.564345,120.125348 130.48198,120.125348 C132.627904,120.125348 134.62541,119.635102 136.474558,118.654596 L136.474558,112.604457 L130.824413,112.604457 C130.43632,112.604457 130.105305,112.470753 129.831357,112.203343 C129.557409,111.935932 129.420437,111.612815 129.420437,111.233983 C129.420437,110.855151 129.557409,110.532035 129.831357,110.264624 C130.105305,109.997213 130.43632,109.86351 130.824413,109.86351 L137.570344,109.86351 C138.026923,109.86351 138.41501,110.019497 138.734616,110.331476 C139.054222,110.643456 139.214022,111.022282 139.214022,111.467967 L139.214022,119.05571 C139.214022,119.523679 139.094172,119.941502 138.854467,120.309192 C138.614763,120.676882 138.300869,120.94986 137.912777,121.128134 C135.35593,122.376051 132.742051,123 130.07106,123 Z M146.182985,122.333333 C145.758591,122.333333 145.401212,122.188476 145.110837,121.898758 C144.820462,121.60904 144.675277,121.252469 144.675277,120.829035 L144.675277,100.537727 C144.675277,100.114293 144.820462,99.7521505 145.110837,99.4512894 C145.401212,99.1504283 145.758591,99 146.182985,99 L159.618342,99 C160.020399,99 160.361026,99.1392855 160.640233,99.4178606 C160.919439,99.6964356 161.059041,100.036292 161.059041,100.43744 C161.059041,100.838588 160.919439,101.172874 160.640233,101.440306 C160.361026,101.707738 160.020399,101.841452 159.618342,101.841452 L147.724198,101.841452 L147.724198,109.229226 L158.412175,109.229226 C158.814232,109.229226 159.154859,109.368512 159.434066,109.647087 C159.713273,109.925662 159.852874,110.265519 159.852874,110.666667 C159.852874,111.067815 159.713273,111.4021 159.434066,111.669532 C159.154859,111.936964 158.814232,112.070678 158.412175,112.070678 L147.724198,112.070678 L147.724198,119.491882 L159.618342,119.491882 C160.020399,119.491882 160.361026,119.631167 160.640233,119.909742 C160.919439,120.188317 161.059041,120.528174 161.059041,120.929322 C161.059041,121.33047 160.919439,121.664755 160.640233,121.932187 C160.361026,122.199619 160.020399,122.333333 159.618342,122.333333 L146.182985,122.333333 Z M167.40136,123 C166.961199,123 166.590543,122.853109 166.28938,122.559322 C165.988217,122.265535 165.837638,121.903957 165.837638,121.474576 L165.837638,101.237288 C165.837638,100.627116 166.057715,100.101697 166.497876,99.6610169 C166.938037,99.2203368 167.470855,99 168.096347,99 L168.548089,99 C169.289412,99 169.926477,99.3389797 170.459304,100.016949 L183.837808,118.864407 L183.837808,100.559322 C183.837808,100.129941 183.988387,99.7627134 184.28955,99.4576271 C184.590712,99.1525408 184.961369,99 185.401529,99 C185.84169,99 186.218138,99.1525408 186.530884,99.4576271 C186.843629,99.7627134 187,100.129941 187,100.559322 L187,120.79661 C187,121.406783 186.774131,121.926552 186.322387,122.355932 C185.870643,122.785313 185.332034,123 184.706542,123 L184.28955,123 C183.918888,123 183.571398,122.915255 183.247069,122.745763 C182.92274,122.57627 182.656331,122.355934 182.447834,122.084746 L168.99983,103.135593 L168.99983,121.474576 C168.99983,121.903957 168.84346,122.265535 168.530714,122.559322 C168.217968,122.853109 167.84152,123 167.40136,123 Z"
                               id="ERLANGEN-Copy" fill="url(#linearGradient-2)"></path>
                           <path
                               d="M24.5167671,72 L56,72 L56,77.3333333 L26.9213619,77.3333333 L24.5167671,72 Z M28.4242336,80.6666667 L56,80.6666667 L56,86 L24,86 L28.8746507,81.6656807 L28.4242336,80.6666667 Z"
                               id="Combined-Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
                           <g id="Combined-Shape" fill-rule="nonzero">
                               <use fill="url(#linearGradient-3)" xlink:href="#path-4"></use>
                               <use fill="#FFFFFF" xlink:href="#path-4"></use>
                           </g>
                           <g id="Group-2" transform="translate(54.000000, 72.000000)">
                               <polygon id="Shape" fill="url(#linearGradient-5)" fill-rule="nonzero"
                                   points="0 0 40.2698413 0 46.4126984 8.66666667 49.8253968 8.66666667 86 8.66666667 86 14 45.047619 14 38.9047619 5.33333333 0 5.33333333">
                               </polygon>
                               <g id="Group"></g>
                               <g id="Rectangle" fill-rule="nonzero">
                                   <use fill="url(#linearGradient-6)" xlink:href="#path-7"></use>
                                   <use fill="#FFFFFF" xlink:href="#path-7"></use>
                               </g>
                               <g id="Rectangle" fill-rule="nonzero">
                                   <use fill="url(#linearGradient-8)" xlink:href="#path-9"></use>
                                   <use fill="#FFFFFF" xlink:href="#path-9"></use>
                               </g>
                           </g>
                           <g id="Green-Circle" fill="url(#linearGradient-10)" fill-rule="nonzero">
                               <path
                                   d="M7,14 C3.13400675,14 0,10.8659932 0,7 C0,3.13400675 3.13400675,0 7,0 C10.8659932,0 14,3.13400675 14,7 C14,10.8659932 10.8659932,14 7,14 Z M7,10 C8.65685425,10 10,8.65685425 10,7 C10,5.34314575 8.65685425,4 7,4 C5.34314575,4 4,5.34314575 4,7 C4,8.65685425 5.34314575,10 7,10 Z"
                                   id="Oval-2"></path>
                           </g>
                           <g id="Purple-Pentagon" transform="translate(1.000000, 67.000000)"
                               fill="url(#linearGradient-11)" fill-rule="nonzero">
                               <path
                                   d="M17.7702964,0.433333333 L23.6674501,13.6785575 L12.8928141,23.3800834 L0.336569067,16.1307319 L3.3510189,1.94886047 L17.7702964,0.433333333 Z M15.350853,4.66666667 L6.77722851,5.56779091 L4.98485294,14.000255 L12.4507284,18.3106802 L18.8572687,12.5422054 L15.350853,4.66666667 Z"
                                   id="Polygon-2"></path>
                           </g>
                           <g id="Yellow-Triangle" transform="translate(168.000000, 67.000000)"
                               fill="url(#linearGradient-12)" fill-rule="nonzero">
                               <path
                                   d="M18.494355,0.24487464 L22.4769585,23.5626719 L0.209090909,15.5887166 L18.494355,0.24487464 Z M15.5996385,8.08741097 L8.15454545,14.1780421 L17.3236674,17.4614355 L15.5996385,8.08741097 Z"
                                   id="Combined-Shape"></path>
                           </g>
                       </g>
                   </g>
               </g>
           </svg>
       
       </div>       
       </a>
       
       <nav class="md:hidden lg:inline-block align-middle" role="navigation">
       </nav>


</div>

<p>For the measurement, we chose the Part BBa_E0020, which is an engineered cyan fluorescent protein (CFP) derived from A. victoria GFP designed by Caitlin Conboy and Jennifer Braff. We performed the cloning with the restriction enzymes XbaI and EcoRI into the vector pUC19. CFP was under control of the lac promotor and the lac operator. For the amplification, the cloned plasmid was transformed by heat shock into the E.coli cloning strain DH5α. After plasmid preparation, the construct was transformed into the E.coli expression strains BL21 Star (DE3) and BL21 (DE3). The clones for overnight cultures were picked under a fluorescence microscope to ensure that they contain the CFP insert. To assure the same amount of cells, the OD of the distinct strains of the overnight cultures was measured.

<thead> </thead> <tbody> </tbody>
Culture OD
Star CFP transformed 2.59
BL21 CFP transformed 1.76.
Tuner CFP untransformed 1.97
Star CFP untransformed 1.77
BL21 CFP untransformed 1.67

Table 1: Measurement of the OD of the overnight cultures (Star, BL21, Tuner) of transformed and untransformed bacteria with the protein CFP by photometer

Afterwards, they were set to an OD of 0.5 in a total volume of 5 ml. For induction of the expression, IPTG was used. The bacteria were induced for 2 h 20 min with 0 mM, 0.3 mM and 0.5 mM IPTG.

The fluorescence of the transformed bacteria was measured by fluorescence activated cell sorting (FACS). Therefore, the bacterial cells were separated from each other by treating them with 1:1 ELISA buffer (including 0,05% Tween). Afterwards, they were measured unstained within the FACS machine. Gain settings of the FACS were set to FSC 165 and SSC 400. The measuring part CFP was excited by the 405 nm laser line and detected by 485 nm.

Results

The gating strategy for the identification of the E.coli cells by FACS machine can be seen in Figure 1. For the identification of the E.coli cells, the backgating method was used. The cell’s physical properties were investigated by using the forward and the sideward scatter, analysing the size and the granularity of the cells.

   <img class="w-2/3 mx-auto" src="T--FAU_Erlangen--Identification_of_E.coli.png" />

Figure 1

: Gating strategy for the identification of E.coli cells for further analysis of expressed CFP
   <img class="w-2/3 mx-auto" src="T--FAU_Erlangen--IPTG_induction_of_BL21_and_Star.png" />

Figure 2

: Comparison of IPTG inductions with different concentrations (0mM, 0.3mM, 0.5mM) in BL21 (Fig. A) and Star (Fig. B)

The CFP expression was analysed afterwards by measuring the fluorescence signal. For the analysis, the cell counts were normalized to mode. Different concentrations of IPTG were tested. In Figure 2 it can be seen that IPTG induction had no effect on the CFP expression. Nevertheless, CFP was expressed indicating a leaky expression independent of IPTG. According to the literature, leaky expression is a characteristic of lac promotors, which is a component of our chosen vector (Rosano und Ceccarelli 2014).

   <img class="w-2/3 mx-auto" src="T--FAU_Erlangen--Comparison_of_transformed_and_untransformed_cells.png" />

Figure 3

: Comparison of IPTG inductions with different concentrations (0mM, 0.3mM, 0.5mM) in BL21 (Fig. A) and Star (Fig. B)

In Figure 3, a clear difference between transformed and non-transformed bacteria can be detected. Transformed bacteria were able to express CFP, which results in a higher fluorescence signal, whereas non-transformed bacteria showed no CFP signal. Therefore, it can be suggested that CFP is a non-toxic protein for the cells upon they survived the protein expression.

The fluorescence signal of BL21, Star and the negative control (Tuner) is compared in Figure 4.

   <img class="w-2/3 mx-auto" src="T--FAU_Erlangen--Comparison_of_BL21%2C_Tuner_and_Star.png" />

Figure 4

: Comparison of BL21, Tuner and Star

BL21 shows the highest fluorescence signal meaning that CFP expression is stronger in this strain compared to Star. This result is contrary to our expectations, because Star has mutations in the RNAseE (rne131), which results in reduced mRNA degradation and therefore a higher protein expression was suggested (Lopez et al. 1999).

The FACS method can also be used to analyse a whole cell culture.

   <img class="w-2/3 mx-auto" src="T--FAU_Erlangen--Cell_culture_analysis_by_FACS.png" />

Figure 5

: Cell culture analysis by FACS

In Figure 5 BL21(DE3) is depicted, which was analysed by FACS as a preliminary experiment to investigate the properties of the strain. It was expected that the culture is monoclonal, derived from one single clone. The result of the FACS experiment demonstrates that the bacteria of this culture did not all origin from one clone, because two peaks at different fluorescent levels can be noticed. This suggests a special application of the FACS method to define the assets of a bacterial culture.

In summary, it can be said that BL21 Star (DE3) and BL21 (DE3) are able to express functional CFP. Furthermore, analysis of the bacterial cells can be conducted via the FACS method and cell cultures can be investigated upon their properties, like their uniformity.

References

Lopez, P. J.; Marchand, I.; Joyce, S. A.; Dreyfus, M. (1999): The C-terminal half of RNase E, which organizes the Escherichia coli degradosome, participates in mRNA degradation but not rRNA processing in vivo. In: Molecular microbiology 33 (1), S. 188–199. DOI: 10.1046/j.1365-2958.1999.01465.x.

Rosano, Germán L.; Ceccarelli, Eduardo A. (2014): Recombinant protein expression in Escherichia coli: advances and challenges. In: Frontiers in microbiology 5, S. 172. DOI: 10.3389/fmicb.2014.00172.

   </p>


<footer class="bg-grey-darkest w-full">

 

Team

Project

Parts


Awards


Join us on social media


</footer>

</body> </html>