Difference between revisions of "Team:GenetiX Tec CCM/Experiments"

(Prototype team page)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{GenetiX_Tec_CCM}}
 
 
<html>
 
<html>
 +
  <head>
 +
      <meta charset="utf-8">
 +
          <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
          <meta name="viewport" content="width=device-width, initial-scale=1">
 +
          <title>iGem Tec CCM/Home</title>
 +
          <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
 +
          <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 +
          <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
 +
  </head>
 +
<script>
 +
    function close() {
 +
        if(document.getElementById('benefits').style.display=='block') {
 +
          document.getElementById('benefits').style.display='none';
 +
        }
 +
    } 
 +
</script>
 +
<script>
 +
  function show() {
 +
    if(document.getElementById('benefits').style.display=='none') {
 +
      document.getElementById('benefits').style.display='block';
 +
    }
 +
  }
 +
  </script>
  
<h2>Experiments &amp; Protocols</h2>
+
<style type="text/css"> /* Used in page */
 +
  body { background-color: #fff; }
 +
  ul{list-style: none; list-style-type: none;}
 +
  li{list-style: none; list-style-type: none;}
 +
  h1{display: none;}
 +
  h2{color:#23b593;}
 +
  h3{color:#23b588;}
 +
  #globalWrapper, #content{
 +
        background-color: transparent;
 +
        border: 0px;
 +
        margin:0px;
 +
        padding: 0px;
 +
        width:100%;
 +
      }
 +
  #mainContainer {/* Creates a container that will wrap all of the content inside your wiki pages. */
 +
  width: 100%;
 +
  overflow:hidden;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  margin-bottom: 10px;
 +
  background-color: #fff;
 +
  font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
  }
 +
  .menu {
 +
    font-family: "Verdana", Geneva, sans-serif;
 +
    font-weight: 10;
 +
    font-size: 28px;
 +
    float: top;
 +
    color: black;
 +
    margin-top: 20px;
 +
  }
 +
  #menuNavbar  {
 +
  background: #fff;
 +
  float:top;
 +
  width: 97%;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  margin-top: 16px;
 +
  }
 +
  .navContainer li{
 +
    margin-top: 10px;
 +
  }
 +
  .navContainer li ul {
 +
          display: none;
 +
          padding-top:10px;
 +
          margin-left: -19px;
 +
  }
 +
  .navContainer li:hover ul {
 +
          /*display: inline-block; */
 +
          display: block;
 +
          position: absolute;
 +
          float:right;
 +
          margin-left:-40px;
 +
          margin-top:-10px;
 +
  }
 +
  .up{
 +
    background: #fff;
 +
  }
 +
  #topbar {
 +
    background: #fff;
 +
    padding: 10px 0 10px 0;
 +
    text-align: center;
 +
    height: 100px;
 +
    color: black;
 +
    overflow: hidden;
 +
    -webkit-transition: height 0.5s linear;
 +
    -moz-transition: height 0.5s linear;
 +
    transition: height 0.5s linear;
 +
  }
 +
#pall{
 +
        color: #202020;
 +
        font-size: 25px;
 +
        font-weight: normal;
 +
        margin-bottom: 10px;
 +
        text-align:justify;
 +
  }
 +
  #topbar a {
 +
    color: #fff;
 +
    font-size:1.3em;
 +
    line-height: 1.25em;
 +
    text-decoration: none;
 +
    opacity: 0.5;
 +
    font-weight: bold;
 +
  }
 +
  #tophiddenbar {
 +
    font-size:1.5em;
 +
    background: #fff;
 +
    font-weight: bold;
 +
    text-align: right;
 +
    text-shadow: 1px 1px 0 #444;
 +
  }
 +
  #tophiddenbar a {
 +
    color: black;
 +
    font-size: 0.5em;
 +
    text-decoration: none;
 +
    opacity: 0.5;
 +
    text-shadow: none;
 +
  }
 +
  #tophiddenbar a:hover { opacity: 1; }
 +
  .subnavbar{
 +
    width:90%;
 +
    height:100px;
 +
    margin-left: 0px;
 +
  }
 +
  #contentContainer {
 +
    margin-top: 100px;
 +
    padding-top:20px;
 +
    padding-right:20px;
 +
    padding-left: 20px;
 +
    margin-bottom: 20px;
 +
    width: 100%;
 +
    background-color: #fff;
 +
    font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
  }
 +
  #bannerContainer {
 +
    height:200px;
 +
    margin:auto;
 +
    text-align:center;
 +
    color: #24B694;
 +
    width: 90%;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
  }
 +
  #contentContainer h1, h2, h3, h4, h5, h6 {
 +
    color: #565656;
 +
    border-bottom: none;
 +
    font-weight: bold;
 +
    font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
    margin-top:10px;
 +
    }
  
<p>Describe the experiments, research and protocols you used in your iGEM project.</p>
+
  #footer{
 +
    width: 100%;
 +
    background-color: #EEFFFF ;
 +
    font-family: "Impact", "Charcoal", sans-serif;
 +
    font-weight: 100;
 +
    font-size: 25px;
 +
    color: #594F4F;
 +
    float: bottom;
 +
  }
 +
  .address{
 +
    font-family: "Verdana", Geneva, sans-serif;
 +
    font-weight: 100;
 +
    font-size: 12px;
 +
    color:#594F4F;
 +
    margin-top: 20px;
 +
    margin-bottom: 10px;
 +
  }
 +
  .video {
 +
    margin-top: 40px;
 +
    margin-bottom: 60px;
 +
  }
 +
    .icons{
 +
    width: 50px;
 +
    margin-top: 20px;
 +
    margin-right: 10px;
 +
  }
 +
  .icons2{
 +
    width: 20px;
  
<h5>What should this page contain?</h5>
+
  }
<ul>
+
  .clear{
<li> Protocols </li>
+
    clear:both;
<li> Experiments </li>
+
    height: 10px;
<li>Documentation of the development of your project </li>
+
  }
</ul>
+
</style>
  
 +
<style>
 +
 
 +
  .submenu {
 +
    font-weight: 50;
 +
    font-family: "Verdana", Geneva, sans-serif;
 +
    font-size: 20px;
 +
    color: black;
 +
    float: right;
 +
    margin-top: 10px;
 +
  }
 +
  .btn-default {
 +
    background-color: transparent;
 +
    border-color: transparent;
 +
    font-weight: bold;
 +
    font-size: 25px;
 +
    color: black;
 +
  }
 +
  .headerline {
 +
    height: 30px;
 +
    width: 100px;
 +
  }
 +
  .body {
 +
    margin-top: 25px;
 +
  }
 +
  .abstract{
 +
    font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
    font-weight: 100;
 +
    font-size: 30px;
 +
    color: black;
 +
  }
 +
</style><!-- de iGem-->
 +
    <!-- Start of CSS-->
 +
<style type="text/css">
 +
  /*Change the styling of text for everything inside main container*/
 +
        #mainContainer p {
 +
            font-size: 13px;
 +
            color: #000000;
 +
        }
 +
    /*Style of the links - links are different inside the menu */
 +
        #contentContainer a {
 +
            font-weight: bold;
 +
            color: #23b593;
 +
        }
 +
      /* Styling links on hover- links are different inside the menu */
 +
        #contentContainer a:hover {
 +
            color: #59bf92;
 +
        }
 +
    /*Change the styling of tables */
 +
                #contentContainer table {
 +
                border: 1px solid #565656;
 +
                border-collapse: collapse;
 +
                width: 90%
 +
                margin: auto;
 +
                margin-bottom: 15px;
 +
                margin-top: 15px;
 +
                margin-right: 10px;
 +
                margin-left: 10px;
 +
            }
 +
    /*Change the styling of table cells*/
 +
            #contentContainer  td {
 +
                padding: 10px;
 +
                border: 1px solid #565656;
 +
                border-collapse: collapse;
 +
                vertical-align: text-top;
 +
            }
 +
    /*Change the styling of table headers */
 +
            #contentContainer th {
 +
                background-color: #E8E8E9;
 +
                padding: 10px;
 +
                border: 1px solid #565656;
 +
                border-collapse: collapse;
 +
                vertical-align: text-top;
 +
            }
 +
    /*MENU STYLING */
 +
    /*Styling for the links in the menu */
 +
    /*  #menuContainer a {
 +
            color: #565656;
 +
            text-decoration:none;
 +
            font-weight: bold;
 +
        }
 +
    /* Sets the style for lists inside menuContainer  */
 +
        #menuContainer ul {
 +
            list-style: none;
 +
            margin-left:0px;
 +
        }
 +
    /*Styles the list items to become menu buttons */
 +
        #menuContainer ul li {
 +
            text-align: center;
 +
            display: block;
 +
            width: 100%;
 +
            height:30px;
 +
        }
 +
    /*For the menu buttons, changes the color when hovering*/
 +
        #menuContainer li:hover {
 +
            color:  black;
 +
            background-color: #24B694;
 +
        }
 +
    /*Submenus are not displayed as default*/
 +
        #menuContainer li ul {
 +
            display: none;
 +
            padding-top:-30px;
 +
            margin-left: -19px;
 +
        }
 +
    /*Submenus are displayed when hovering the menu button */
 +
        #menuContainer li:hover ul {
 +
            /*display: inline-block; */
 +
            display: block;
 +
            position: absolute;
 +
            float:right;
 +
            margin-left: 134px;
 +
            margin-top:-82px;
 +
        }
 +
    /*Style the submenu buttons*/
 +
      #menuContainer ul li {
 +
        text-align: center;
 +
        display: block;
 +
        width: 100%;
 +
        height:30px;
 +
        padding-left:30px;
 +
      }
 +
      ul {
 +
          list-style-type: none;
 +
          margin: 0;
 +
      }
 +
      li {
 +
          float: left;
 +
        list-style-type: none;
 +
        padding-left: 20px;
 +
      }
 +
      a {
 +
          display: block;
 +
      }
 +
      .menu-main{
 +
        width:90%;
 +
        height:30px;
 +
        align:center;
 +
        padding-right: 50px;
 +
      }
 +
        /*CLASSES */
 +
        /*Clear class for all the pages, adds spacing too*/
 +
        /* highlight box for special messages */
 +
            .highlightBox {
 +
                    width:500px;
 +
                    margin:auto;
 +
                    background-color: #E8E8E9;
 +
            margin-bottom: 15px;
 +
            margin-top: 15px;
 +
            padding: 15px;
 +
            padding-top: 5px;
 +
            }
 +
</style><!-- de iGem-->
  
 +
<div id="mainContainer" class="container-fluid"> <!-- Es un div de todo la página-->
 +
  <div class="menu" class="row">
 +
      <nav class="navbar navbar-default navbar-fixed-top" id="menuNavbar">
 +
        <div class="up" id="tophiddenbar">
 +
              <li ><a href="https://2015.igem.org/Team:GenetiX_Tec_CCM"> <img src="https://static.igem.org/mediawiki/2015/d/da/TeamLogo.png" style="width:90px;" alt="iGemlogo" > </a></li>
 +
              <li ><a href="https://2015.igem.org"> <img src="https://static.igem.org/mediawiki/2015/d/d2/IGemLogo.png" style="width: 90px; padding-top:10px;" alt="TeamLogo"> </a></li>
 +
            </div>
 +
        <div class="navContainer" id="topbar">
 +
          <div id="tophiddenbar">
 +
            <div>
 +
              <ul>
 +
              <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Description" onclick=show()> <li>PROJECT
 +
                <ul class="subnavbar">
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Description"><li>Description</li></a>
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Design"><li>Design</li></a>
 +
           
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Experiments"><li>Experiments &amp; Protocols</li></a>
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/References"><li>References</li></a> 
 +
                </ul>
 +
              </li> </a>
 +
              <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Team" onclick=show()><li>TEAM
 +
                <ul class="subnavbar">
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Attributions"><li>Attribution</li></a>
 +
                </ul>
 +
              </li></a>
 +
              <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Practices" onclick=show()><li>HUMAN PRACTICES
 +
                  <ul class="subnavbar">
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Collaborations"><li>Meet up</li></a>
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Practices"><li>Todos por Xochimilco</li></a> 
 +
                  <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Practices"><li>Education</li></a>
 +
                  </ul>
 +
              </li></a>
 +
              <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Safety"><li>SAFETY</li></a>
 +
              <a href="https://2015.igem.org/Team:GenetiX_Tec_CCM/Gallery"><li>GALLERY</li></a>
 +
              </ul>
 +
            </div>
 +
          </div>
 +
        </div>
 +
    </nav>
 +
  </div> <!-- Es el menú de arriba--> <!-- no tocar-->
  
<h4>Inspiration</h4>
+
  <body>
<ul>
+
    <div id="contentContainer">
<li><a href="https://2014.igem.org/Team:Colombia/Protocols">2014 Colombia </a></li>
+
      <div id="bannerContainer" class="row" style="height:500px;">
<li><a href="https://2014.igem.org/Team:Imperial/Protocols">2014 Imperial </a></li>
+
          <span>
<li><a href="https://2014.igem.org/Team:Caltech/Project/Experiments">2014 Caltech </a></li>
+
            <embed width="640" height="480" class="video" src="https://www.youtube.com/embed/nkzaehaVfYQ">
</ul>
+
          </span>
 +
        </div>
 +
 
 +
<h3>Protocol 1</h3>
 +
<p id="pall"> Preparation of culture media (1L). 1.- 5 g of yeast 2.- 10 g of sodium chloride. 3.- 10 g of triptone. 4.- Add water till 1 uL volume.</p>
 +
 
 +
<h3>Protocol 2</h3>
 +
<p id="pall"> Competent cell´s preparation 1.- Centrifug your media culture tube (25 mL) at 4,000 rpm during 15 min. 2.- Pour the supernatant and add 10 mL of cold MgCl2 solution. Centrifuge them at 4,000 rpm at 4 °C during 15 min. 3.- Pour the supernatant and resuspend the pellet in 40 mL of cold CaCl2 solution. Keep it in ice during 20 min and place them in eppendorf tubes. Centrifuge them at 4,000 rpm at 4°C during 15 min. 4.- Pour the supernatant and resuspend the pellet in 40 mL of cold 85mM CaCl2/15% glycerlol v/v solution. Centrifuge again at 2,100 rpm at 4°C during 15 min. 5.- Pour the supernatant and resuspend in 2 mL of cold 85bmM CaCl2/15% glycerol v/v solution. 6.- Aliquote in tubes of 100 uL previously frozen and store at -80°C.</p>
 +
 
 +
<h3>Protocol 3</h3>
 +
<p id="pall"> DNA extraction from Buffy coat: 1.- Centrifuge 5 mL of culture medium at 1,500 rpm for 10 min at 4°C. 2.- Carefully transfer 600 uL of buffy coat to a microtube. 3.- Add 1 mL of RBC buffer and mix throughly by vortex. 4.- Centrifuge at 4,500 rpm during 30 s and pour carefully so your pellet is not wasted. 5.- Repeat steps 2 and 3 adding just 500 uL from RBC buffer. 6.- Once separated, add 300 uL of lysis buffer to the pellet and mix by vortex. 7.- Add 150 uL of protein precipitation solution. 8.- Centrifuge at 11,000 rpm during 5 min; then, transfer the supernatant to a new microtube. 9.- Add 700 uL of cold isopropanol and mix by inverting until you see a white formation within the tube. 10.- Centrifuge at 11,000 rpm during 4 min and pour carefully taking care of the pellet at the bottom. 11.- Add 500 uL of cold ethanol 70% to wash and then centrifuge at 11,000 rpm during 4 min. 12.- Pour and let the ethanol evaporate at room temperature. 13.- Resuspend the DNA pellet with 12 uL of TE buffer; incubate all night at 4 °C.</p>
 +
 
 +
<h3>Protocol 4</h3>
 +
<p id="pall">Electrophoresis: 1.- Prepare 1L of TAE 10X (48.4g of Tris base[ tris (hidroxymethyl) amminomethane], 11.4 mL of glacial acetic acid (17.4 M) and 3.7 g of EDTA then fill with deionized water to 1 L. 2.- Prepare a 50 mL solution of 3% agarose using TAE buffer (without using water). 3.- Heat the gel in the microwave in intervals of 30 s, 20 s and 10 s until the agarose is completely dissolved, taking care that it does not boil so much. 4.- Let cool down the gel (55-60°C) and pour in a base with the comb already on its place to form the charging wells. 5.- Wait until the gel solidifies. 6.- Remove the comb and place the base with the gel inside the electrophoretic chamber. 7.- Add TAE buffer until the gel is covered. 8.- Take 5 uL of each sample from the PCR and 1 uL of charging gel in a new PCR tube, mix well. 9.- Charge the samples inside the wells of the gel, adding a weight marcker. 10.- Close the electrophoretic chamber and run at 120 V during 30 min. Follow the displacement ofthe samples. 11.- Take out the gel from the chamber very carefully and place in the UV light to see the DNA strands.</p>
 +
 
 +
<h3>Protocol 5</h3>
 +
<p id="pall">Competent cell transformation: 1.- Place 1 uL of the plasmid in a microtube, gently add 100 uL of your competent cells. Take another tube and place only 100 uL of competent cells, so you have a control group. 2.- Mix gently with a pipette and incubate during 30 min in ice. 3.- Ab ruptly place your cells in 42°C dry bath during 2 min and replace in ice whwn finished. 4.- Add 900 uL of LB medium and incubate at 37 °C for 30 min. 5.- Inoculate with 200 uL of your transformed cells in LB-Amp. 6.- Incubate overnight and store at 4 °C of freeze in 15-25% glycerol.</p>
 +
 
 +
<h4>Check https://2014hs.igem.org/Team:GenetiX_Tec_CCM for protocols used</h4>
 +
 
 +
  </body>
 +
 
 +
</div>  
 +
<div id="footer">
 +
    <div class="row" style="background-color: #EEFFFF ;">
 +
      <div class="col-md-1">
 +
        <div>
 +
          <image src="https://static.igem.org/mediawiki/2015/3/3c/TeamLogo.gif" style="width: 100px; margin-top: 50px;">
 +
        </div>
 +
      </div>
 +
      <div class="col-md-3">
 +
        <div style="margin-top: 20px;">OUR SCHOOL<a href="http://www.itesm.mx/wps/wcm/connect/Campus/CCM/Ciudad+de+Mexico/"><image src="https://static.igem.org/mediawiki/2015/b/b0/OurSchool.jpg" style="width: 190px; margin-top: 20px;"></a>
 +
        </div>
 +
        <div class="address"><a href="https://www.google.com/maps/place/itesm+campus+ciudad+de+mexico/@19.28358,-99.13541,15z/data=!4m2!3m1!1s0x0:0x129534395a02e72a?sa=X&    ved=0CIYBEPwSMAtqFQoTCOPt762E48cCFUlxPgodUlcG8w"><image src="https://static.igem.org/mediawiki/2015/4/43/Map.png" style="width: 30px;" align="center"></a>
 +
        <address style="color:#594F4F">
 +
          <strong>Location</strong><br>Calle del Puente 222, Tlalpan, Ejidos de Huipulco,<br>14380 Ciudad de México, D.F., Mexico.<br>
 +
        </address>
 +
        </div>
 +
      </div>
 +
      <div class="col-md-4" style="margin-top: 20px;">
 +
        <div>SOCIAL<a class="twitter-timeline" href="https://twitter.com/GenetiXCCM" data-widget-id="643542425776947200">Tweets por el @GenetiXCCM.</a>
 +
            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js. src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
 +
        </div>
 +
      </div>
 +
      <div class="col-md-4" style="margin-top: 20px;">
 +
          <div>FIND US <br>
 +
            <span href="https://www.facebook.com/genetixtecccm?fref=ts"> <image src="https://static.igem.org/mediawiki/2015/5/55/Facebook.png" class="icons"> </span>
 +
            <span href="https://twitter.com/GenetiXCCM"> <image src="https://static.igem.org/mediawiki/2015/f/f7/Twitter.png" class="icons"> </span>
 +
            <span href=""> <image src="https://static.igem.org/mediawiki/2015/b/b7/Instagram.png" class="icons"> </span>
 +
            <span href=""> <image src="https://static.igem.org/mediawiki/2015/a/af/Youtube.png" class="icons"> </span>
 +
            <div class="address"><image src="https://static.igem.org/mediawiki/2015/5/58/Phone.png" class="icons2">"Phone: Kai: +521(55)40597475"
 +
            </div>
 +
          <div class="address"><image src="https://static.igem.org/mediawiki/2015/5/5c/Email.png" class="icons2" style="margin-right: 10px;">genetixccm@gmail.com
 +
          </div>
 +
        </div>
 +
      </div> 
 +
    </div>  <!-- Footer solo cambiar tamaños de fuente t color--><!-- no tocar-->
 
</div>
 
</div>
 
</html>
 
</html>

Latest revision as of 03:06, 19 September 2015

iGem Tec CCM/Home

Protocol 1

Preparation of culture media (1L). 1.- 5 g of yeast 2.- 10 g of sodium chloride. 3.- 10 g of triptone. 4.- Add water till 1 uL volume.

Protocol 2

Competent cell´s preparation 1.- Centrifug your media culture tube (25 mL) at 4,000 rpm during 15 min. 2.- Pour the supernatant and add 10 mL of cold MgCl2 solution. Centrifuge them at 4,000 rpm at 4 °C during 15 min. 3.- Pour the supernatant and resuspend the pellet in 40 mL of cold CaCl2 solution. Keep it in ice during 20 min and place them in eppendorf tubes. Centrifuge them at 4,000 rpm at 4°C during 15 min. 4.- Pour the supernatant and resuspend the pellet in 40 mL of cold 85mM CaCl2/15% glycerlol v/v solution. Centrifuge again at 2,100 rpm at 4°C during 15 min. 5.- Pour the supernatant and resuspend in 2 mL of cold 85bmM CaCl2/15% glycerol v/v solution. 6.- Aliquote in tubes of 100 uL previously frozen and store at -80°C.

Protocol 3

DNA extraction from Buffy coat: 1.- Centrifuge 5 mL of culture medium at 1,500 rpm for 10 min at 4°C. 2.- Carefully transfer 600 uL of buffy coat to a microtube. 3.- Add 1 mL of RBC buffer and mix throughly by vortex. 4.- Centrifuge at 4,500 rpm during 30 s and pour carefully so your pellet is not wasted. 5.- Repeat steps 2 and 3 adding just 500 uL from RBC buffer. 6.- Once separated, add 300 uL of lysis buffer to the pellet and mix by vortex. 7.- Add 150 uL of protein precipitation solution. 8.- Centrifuge at 11,000 rpm during 5 min; then, transfer the supernatant to a new microtube. 9.- Add 700 uL of cold isopropanol and mix by inverting until you see a white formation within the tube. 10.- Centrifuge at 11,000 rpm during 4 min and pour carefully taking care of the pellet at the bottom. 11.- Add 500 uL of cold ethanol 70% to wash and then centrifuge at 11,000 rpm during 4 min. 12.- Pour and let the ethanol evaporate at room temperature. 13.- Resuspend the DNA pellet with 12 uL of TE buffer; incubate all night at 4 °C.

Protocol 4

Electrophoresis: 1.- Prepare 1L of TAE 10X (48.4g of Tris base[ tris (hidroxymethyl) amminomethane], 11.4 mL of glacial acetic acid (17.4 M) and 3.7 g of EDTA then fill with deionized water to 1 L. 2.- Prepare a 50 mL solution of 3% agarose using TAE buffer (without using water). 3.- Heat the gel in the microwave in intervals of 30 s, 20 s and 10 s until the agarose is completely dissolved, taking care that it does not boil so much. 4.- Let cool down the gel (55-60°C) and pour in a base with the comb already on its place to form the charging wells. 5.- Wait until the gel solidifies. 6.- Remove the comb and place the base with the gel inside the electrophoretic chamber. 7.- Add TAE buffer until the gel is covered. 8.- Take 5 uL of each sample from the PCR and 1 uL of charging gel in a new PCR tube, mix well. 9.- Charge the samples inside the wells of the gel, adding a weight marcker. 10.- Close the electrophoretic chamber and run at 120 V during 30 min. Follow the displacement ofthe samples. 11.- Take out the gel from the chamber very carefully and place in the UV light to see the DNA strands.

Protocol 5

Competent cell transformation: 1.- Place 1 uL of the plasmid in a microtube, gently add 100 uL of your competent cells. Take another tube and place only 100 uL of competent cells, so you have a control group. 2.- Mix gently with a pipette and incubate during 30 min in ice. 3.- Ab ruptly place your cells in 42°C dry bath during 2 min and replace in ice whwn finished. 4.- Add 900 uL of LB medium and incubate at 37 °C for 30 min. 5.- Inoculate with 200 uL of your transformed cells in LB-Amp. 6.- Incubate overnight and store at 4 °C of freeze in 15-25% glycerol.

Check https://2014hs.igem.org/Team:GenetiX_Tec_CCM for protocols used