Difference between revisions of "Team:Carnegie Mellon/Protocols"
Line 19: | Line 19: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
− | $("# | + | $("#flip_estrogen_sensor").click(function(){ |
$("#estrogen_sensor_p").slideToggle("slow"); | $("#estrogen_sensor_p").slideToggle("slow"); | ||
}); | }); | ||
}); | }); | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $("#flip_miniprep").click(function(){ | ||
+ | $("#miniprep_p").slideToggle("slow"); | ||
+ | }); | ||
+ | }); | ||
+ | |||
</script> | </script> | ||
Line 129: | Line 136: | ||
− | #estrogen_sensor_p, # | + | #estrogen_sensor_p, #flip_estrogen_sensor { |
padding: 5px; | padding: 5px; | ||
text-align: center; | text-align: center; | ||
Line 146: | Line 153: | ||
margin: auto; | margin: auto; | ||
color: black; | color: black; | ||
+ | } | ||
+ | |||
+ | #miniprep_p, #flip_miniprep { | ||
+ | padding: 5px; | ||
+ | text-align: center; | ||
+ | border: solid 3px #c3c3c3; | ||
+ | background-color: #40e6ee; /* #69c94f; */ | ||
+ | color: white; | ||
+ | width: 80%; | ||
+ | margin: auto; | ||
+ | } | ||
+ | |||
+ | #miniprep_p { | ||
+ | padding: 30px; | ||
+ | display: none; | ||
+ | background-color: transparent; | ||
+ | width: 76%; | ||
+ | margin-left: auto; | ||
+ | text-align: left; | ||
+ | color: black; | ||
+ | } | ||
} | } | ||
/* /toggle menu code */ | /* /toggle menu code */ | ||
Line 182: | Line 210: | ||
</ol></div> | </ol></div> | ||
− | <div id = " | + | <div id = "flip_estrogen_sensor">Estrogen Sensor</div> |
<div id = "estrogen_sensor_p">Estrogen Sensor Protocol</div> | <div id = "estrogen_sensor_p">Estrogen Sensor Protocol</div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!-- ________________________________ Miniprep Protocol __________________________ --> | ||
+ | <div id = "flip_miniprep">MiniPrep Protocol</div> | ||
+ | <div id = "miniprep_p"> | ||
+ | <div><b>Minipreps of MACH Cells Expressing Flourescence</b></div> | ||
+ | <div><b><u>Purpose:</u></b> To isolate plasmid DNA from MACH cells.</div> | ||
+ | <p><b><u>Procedure:</u></b></p> | ||
+ | <ol> | ||
+ | <li>Set up overnight cultures for miniprep.</li> | ||
+ | <li>Make the following reaction recipe: | ||
+ | <ul> | ||
+ | <li>5 mL LB</li> | ||
+ | <li> 5 µL Chlorophenical</li> | ||
+ | <li>1 µL overnight colony</li> | ||
+ | </ul></li> | ||
+ | <li>Incubate in 37°C for 16-18 hours.</li> | ||
+ | <li>Follow the <a href = "https://tools.lifetechnologies.com/content/sfs/manuals/MAN0012655_GeneJET_Plasmid_Miniprep_UG.pdf">Life Technologies Miniprep Kit Protocol</a>.</li> | ||
+ | </ol> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 17:16, 6 August 2015
Under Construction.
This is almost as well-documented as Kim Kardashian's wedding.
Click to slide the panel down or up
Hello world!
His-Tag Soluble Protein Extraction
- Centrifuge 1.5 ml of culture for 1min full speed at 15000 rpm.
- Remove supernatant.
- Add 250 µl of extraction buffer (1% octyl-beta-thioglucoside in 10mM Tris-Cl, pH7.5).
- Incubate at room temperature for 10 min.
- Remove 50 µl of Ni-NTA in 10 mM Trischloride bead solution and place in new tube for each purification.
- Add 1 mL buffer (see table).
- Centrifuge at 800 rpm for 30 seconds.
- Remove supernatant.
- Repeat 3 times and resuspend in 1 mL of Bead Wash Solution.
Estrogen Sensor
Estrogen Sensor Protocol
MiniPrep Protocol
Minipreps of MACH Cells Expressing Flourescence
Purpose: To isolate plasmid DNA from MACH cells.
Procedure:
- Set up overnight cultures for miniprep.
- Make the following reaction recipe:
- 5 mL LB
- 5 µL Chlorophenical
- 1 µL overnight colony
- Incubate in 37°C for 16-18 hours.
- Follow the Life Technologies Miniprep Kit Protocol.