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: | + | background-color: rgb(197,90,17); |
} | } | ||
Line 27: | Line 31: | ||
width:100%; | width:100%; | ||
margin-bottom:100px; | margin-bottom:100px; | ||
− | margin-top: | + | margin-top:5px; |
} | } | ||
Line 50: | Line 54: | ||
.sub_sub_title{ | .sub_sub_title{ | ||
font-size:20px; | font-size:20px; | ||
− | color: | + | color:white; |
padding:10px; | padding:10px; | ||
− | margin-top: | + | margin-top: 5px; |
} | } | ||
Line 120: | Line 124: | ||
− | < | + | <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> | |
− | < | + | |
+ | <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> | |
− | < | + | |
+ | <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
Medium and Buffers
- Prepare the solution by mixing the ingredients stated above.
- Sterilize in an autoclave before using it to prepare the SOC medium.
- Prepare the solution by mixing the ingredients stated above.
- 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)
- Prepare the solution by mixing the ingredients stated above.
If not using pre-mixed LB agar powder, prepare the materials as below:
- In a 1L Erlenmeyer flask, swirl and mix the solution.
- Cover the top of the flask with a lid/aluminum foil and label with autoclave tape.
- Autoclave the liquid setting for 20 minutes or according to your autoclave's specifications.
- After removing the solution from the autoclave, allow the agar solution to cool to 55°C in an oven or water bath.
- 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.
- Add the appropriate amount of desired antibiotic (refer the table below) to the solution and swirl to mix.
- Pour approximately 20mL of LB agar per 10cm polystyrene Petri dish.
- Place the lids on the plates and allow them to cool for until the agar is solidified.
- Label the bottom of plates with antibiotic and date before storing in plastic bags or sealed with Parafilm at 4°C.