Difference between revisions of "Team:Carnegie Mellon/Protocols"

Line 23: Line 23:
 
     });
 
     });
 
});
 
});
 +
  
 
$(document).ready(function(){
 
$(document).ready(function(){
Line 36: Line 37:
 
});
 
});
  
 +
$(document).ready(function(){
 +
    $("#flip_agarose_gel").click(function(){
 +
        $("#agarose_gel_p").slideToggle("slow");
 +
    });
 +
});
 
</script>
 
</script>
  
Line 105: Line 111:
 
/* puts bullet point before list items */
 
/* puts bullet point before list items */
 
.newbullet li:before {
 
.newbullet li:before {
 +
    content: "▩  ";
 +
    color: orange;
 +
}
 +
 +
.indentlist ul:before {
 
     content: "▩  ";
 
     content: "▩  ";
 
     color: orange;  
 
     color: orange;  
Line 219: Line 230:
  
 
#restriction_enzyme_digest_p {
 
#restriction_enzyme_digest_p {
 +
    padding: 30px;
 +
    display: none;
 +
    background-color: transparent;
 +
    width: 76%;
 +
    margin-left: auto;
 +
    text-align: left;
 +
    color: black;
 +
}
 +
 +
 +
#agarose_gel_p, #flip_agarose_gel {
 +
    padding: 5px;
 +
    text-align: center;
 +
    border: solid 3px #c3c3c3;
 +
    background-color: #40e6ee; /* #69c94f; */
 +
    color: white;
 +
    width: 80%;
 +
    margin: auto;
 +
}
 +
 +
#agarose_gel_p {
 
     padding: 30px;
 
     padding: 30px;
 
     display: none;
 
     display: none;
Line 330: Line 362:
  
  
 +
 +
<!-- __________________________ Agarose Gel Electrophoresis _____________ -->
 +
<div id = "flip_agarose_gel">Agarose Gel Electrophoresis Protocol</div>
 +
<div id = "agarose_gel_p">
 +
 +
<div class = "title">Aragose Gel Electrophoresis</div>
 +
<div class = "procedure">Procedure:</div>
 +
<ol>
 +
<li>1% aragose gel made of:
 +
<div class = "indentlist"><ul>50 mL 0.5X TAE</ul></div>
 +
<div class = "indentlist"><ul>0.5g agarose</ul></div>
 +
<div class = "indentlist"><ul>2.5 µL ethidium bromide</ul></div>
 +
</li>
 +
<li>Run at 114V.</li>
 +
</ol>
 +
</div><!-- agarose_gel_p -->
 
</body>
 
</body>
  
 
</html>
 
</html>

Revision as of 18:55, 10 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
  1. Centrifuge 1.5 ml of culture for 1min full speed at 15000 rpm.
  2. Remove supernatant.
  3. Add 250 µl of extraction buffer (1% octyl-beta-thioglucoside in 10mM Tris-Cl, pH7.5).
  4. Incubate at room temperature for 10 min.
Wash Beads
  1. Remove 50 µl of Ni-NTA in 10 mM Trischloride bead solution and place in new tube for each purification.
  2. Add 1 mL buffer (see table).
  3. Centrifuge at 800 rpm for 30 seconds.
  4. Remove supernatant.
  5. 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:

  1. Set up overnight cultures for miniprep.
  2. Make the following reaction recipe:
    • 5 mL LB
    • 5 µL Chlorophenical
    • 1 µL overnight colony
  3. Incubate in 37°C for 16-18 hours.
  4. Follow the Life Technologies Miniprep Kit Protocol.
Restriction Enzyme Digest Protocol
Restriction Enzyme Digest
Procedure:
  1. Prepare the following restriction enzyme digestion solution for J23108, J23109, J23111.
  2. Reagent Amount (µL)
    10X Fast Digest Buffer 2
    Plasmid DNA 12
    Restriction Enzyme XbaI 1
    Restriction Enzyme SpeI 1
    Water (to bring up to volume) 2
    Total Volume 18
  3. Digest at 37 °C for 1 hour.
  4. Follow the Life Technologies Restriction Enzyme Digest Protocol.
Agarose Gel Electrophoresis Protocol
Aragose Gel Electrophoresis
Procedure:
  1. 1% aragose gel made of:
      50 mL 0.5X TAE
      0.5g agarose
      2.5 µL ethidium bromide
  2. Run at 114V.