Difference between revisions of "Team:Manchester/Project/Protocols"

Line 5: Line 5:
  
 
<style>
 
<style>
 +
.agarinfo, .electrophoresisinfo, .glucoseinfo, .glycerolinfo{
 +
    display:none;
 +
}
 +
 
button{
 
button{
 
     width:100%;
 
     width:100%;
 
     cursor: pointer;
 
     cursor: pointer;
 
     color: white;
 
     color: white;
     background-color: #d2691e;
+
     background-color: rgb(197,90,17);
 
}
 
}
  
Line 27: Line 31:
 
     width:100%;
 
     width:100%;
 
     margin-bottom:100px;
 
     margin-bottom:100px;
     margin-top:50px;
+
     margin-top:5px;
 
}
 
}
  
Line 50: Line 54:
 
.sub_sub_title{
 
.sub_sub_title{
 
     font-size:20px;
 
     font-size:20px;
     color:rgb(197,90,17);
+
     color:white;
 
     padding:10px;
 
     padding:10px;
     margin-top: 35px;
+
     margin-top: 5px;
 
}
 
}
  
Line 120: Line 124:
  
  
   <h2 class="sub_sub_title">50% (w/v) glycerol solution</h2>
+
   <button class="glycerol sub_sub_title">50% (w/v) glycerol solution</button>
 
     <br />
 
     <br />
 +
<div class="glycerolinfo">
 
   <img src="https://static.igem.org/mediawiki/2016/6/66/T--Manchester--protocoltable2.png" alt="table2" />
 
   <img src="https://static.igem.org/mediawiki/2016/6/66/T--Manchester--protocoltable2.png" alt="table2" />
 
     <br />
 
     <br />
Line 131: Line 136:
 
   <p>*Source from 2015 iGEM Exeter [link = 2015.igem2015 .org/wiki/images/a/ab/Exeter_Glycerol_recipe.pdf]</p>
 
   <p>*Source from 2015 iGEM Exeter [link = 2015.igem2015 .org/wiki/images/a/ab/Exeter_Glycerol_recipe.pdf]</p>
 
     <br />
 
     <br />
 
+
</div> 
   <h2 class="sub_sub_title">Electrophoresis buffers</h2>
+
 
 +
   <button class="electrophoresis sub_sub_title">Electrophoresis buffers</button>
 
     <br />
 
     <br />
 +
<div class="electrophoresisinfo">
 
   <p class="font20"><i>For nucleic acid DNA/RNA separation</i></p>
 
   <p class="font20"><i>For nucleic acid DNA/RNA separation</i></p>
 
   <ul>
 
   <ul>
Line 148: Line 155:
 
   </ol>
 
   </ol>
 
     <br />
 
     <br />
 
+
</div>
   <h2 class="sub_sub_title">LB agar (Luria-Bertani agar)</h2>
+
 +
   <button class="agar sub_sub_title">LB agar (Luria-Bertani agar)</button>
 
     <br />
 
     <br />
 +
<div class="agarinfo">
 
   <p style="font-size:20px;">If not using pre-mixed LB agar powder, prepare the materials as below:</p>
 
   <p style="font-size:20px;">If not using pre-mixed LB agar powder, prepare the materials as below:</p>
 
     <br />
 
     <br />
Line 169: Line 178:
 
     <li>Label the bottom of plates with antibiotic and date before storing in plastic bags or sealed with Parafilm at 4°C.</li>
 
     <li>Label the bottom of plates with antibiotic and date before storing in plastic bags or sealed with Parafilm at 4°C.</li>
 
   </ol>
 
   </ol>
 
+
</div>
  
  
Line 182: Line 191:
 
         $(".glucose").click(function(){
 
         $(".glucose").click(function(){
 
             $(".glucoseinfo").toggle();
 
             $(".glucoseinfo").toggle();
 +
        });
 +
});
 +
 +
$(document).ready(function(){
 +
        $(".glycerol").click(function(){
 +
            $(".glycerolinfo").toggle();
 +
        });
 +
});
 +
 +
$(document).ready(function(){
 +
        $(".electrophoresis").click(function(){
 +
            $(".electrophoresisinfo").toggle();
 +
        });
 +
});
 +
 +
$(document).ready(function(){
 +
        $(".agar").click(function(){
 +
            $(".agarinfo").toggle();
 
         });
 
         });
 
});
 
});

Revision as of 17:08, 23 September 2016

Manchester iGEM 2016

Protocols banner

symbol

Medium and Buffers


table 1
  1. Prepare the solution by mixing the ingredients stated above.
  2. Sterilize in an autoclave before using it to prepare the SOC medium.


table2
  1. Prepare the solution by mixing the ingredients stated above.
  2. Sterilize in an autoclave.

*Source from 2015 iGEM Exeter [link = 2015.igem2015 .org/wiki/images/a/ab/Exeter_Glycerol_recipe.pdf]



For nucleic acid DNA/RNA separation

  • TAE buffer (Tris-acetate-EDTA)
  • TBE buffer (Tris-borate-EDTA)
  • LB buffer (Lithium borate)

table3
  1. Prepare the solution by mixing the ingredients stated above.


If not using pre-mixed LB agar powder, prepare the materials as below:


table4
  1. In a 1L Erlenmeyer flask, swirl and mix the solution.
  2. Cover the top of the flask with a lid/aluminum foil and label with autoclave tape.
  3. Autoclave the liquid setting for 20 minutes or according to your autoclave's specifications.
  4. After removing the solution from the autoclave, allow the agar solution to cool to 55°C in an oven or water bath.
  5. When pouring the LB agar into plates, keep the bench area sterile by working near a flame or Bunsen burner. Alternatively, prepare the plates in a vacuum hood.
  6. Add the appropriate amount of desired antibiotic (refer the table below) to the solution and swirl to mix.
  7. Pour approximately 20mL of LB agar per 10cm polystyrene Petri dish.
  8. Place the lids on the plates and allow them to cool for until the agar is solidified.
  9. Label the bottom of plates with antibiotic and date before storing in plastic bags or sealed with Parafilm at 4°C.