Difference between revisions of "Team:Dundee/pmodal"

Line 908: Line 908:
 
       </p>
 
       </p>
 
            
 
            
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
 +
 +
 +
 +
<!-- Plate Reader Modal -->
 +
<div class="modal fade" id="platereader-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
 +
  <div class="modal-dialog" role="document">
 +
    <div class="modal-content">
 +
      <div class="modal-header">
 +
        <button type="button" class="close" data-dismiss="modal" aria-label="close" aria-hidden="true" role="dialog" tabindex="-1"><span aria-hidden="true">&times;</span></button>
 +
        <div class="modal-title" id="myModalLabel">Plate Reader Protocol</div>
 +
      </div>
 +
      <div class="modal-body">
 +
 +
      <ol>
 +
        <li>A 5 ml overnight culture of the desired strain was grown at 37 <sup>o</sup>C.</li>
 +
        <li>Equalise OD<sub>600</sub> if required. Dilute culture 1:1000.</li>
 +
        <li>Aliquot 198 µl into the required amount of wells in a 96-well plate.</li>
 +
        <li>Add additional substances and controls as required.</li>
 +
        <li>Preheat platereader to required temperature and start experiment.</li>
 +
        <li>Retrieve and analyse data.</li>
 +
      </ol>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
 +
 +
<!-- Competent Cells Modal -->
 +
<div class="modal fade" id="competent-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
 +
  <div class="modal-dialog" role="document">
 +
    <div class="modal-content">
 +
      <div class="modal-header">
 +
        <button type="button" class="close" data-dismiss="modal" aria-label="close" aria-hidden="true" role="dialog" tabindex="-1"><span aria-hidden="true">&times;</span></button>
 +
        <div class="modal-title" id="myModalLabel">Competent Cells Protocol</div>
 +
      </div>
 +
      <div class="modal-body">
 +
 +
      <ol>
 +
        <li>A 5 ml overnight culture of the desired strain was grown at 37<sup>o</sup>C.</li>
 +
        <li>Subsample <sup>1</sup>/<sub>10</sub> of the volume of the subculture. I.e. 1 ml of the overnight culture into 10 ml fresh LB.</li>
 +
        <li>Grow subculture at at 37 <sup>o</sup>C for 2 h.</li>
 +
        <li>Spin down subculture at 4000 rpm at 4<sup>o</sup>C for 10 min.</li>
 +
        <li>Resuspend the pellet in ice cold transformation buffer. Use <sup>1</sup>/<sub>10</sub> of the initial volume of the subculture.</li>
 +
        <li>Use 100 µl per transformation.</li>
 +
      </ol>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
 +
 +
<!-- Plating Modal -->
 +
<div class="modal fade" id="plating-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
 +
  <div class="modal-dialog" role="document">
 +
    <div class="modal-content">
 +
      <div class="modal-header">
 +
        <button type="button" class="close" data-dismiss="modal" aria-label="close" aria-hidden="true" role="dialog" tabindex="-1"><span aria-hidden="true">&times;</span></button>
 +
        <div class="modal-title" id="myModalLabel">Plating Protocol</div>
 +
      </div>
 +
      <div class="modal-body">
 +
 +
      <ol>
 +
        <li>Agar plates with required antibiotic were taken out of 4<sup>o</sup>C to warm to room temperature.</li>
 +
        <li>Cells or colonies were picked up from the source with a toothpick under sterile conditions.</li>
 +
        <li>Fresh agar plates were inoculated with cells on the toothpick.</li>
 +
        <li>Agar plates were incubated at 4<sup>o</sup>C over night.</li>
 +
      </ol>
 +
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
 +
 +
<!-- Sequencing Modal -->
 +
<div class="modal fade" id="sequencing-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
 +
  <div class="modal-dialog" role="document">
 +
    <div class="modal-content">
 +
      <div class="modal-header">
 +
        <button type="button" class="close" data-dismiss="modal" aria-label="close" aria-hidden="true" role="dialog" tabindex="-1"><span aria-hidden="true">&times;</span></button>
 +
        <div class="modal-title" id="myModalLabel">Sequencing Protocol</div>
 +
      </div>
 +
      <div class="modal-body"><p>
 +
    For sequencing a sample, the following ingredients were added to a microcentrifuge tube:
 +
      <ul>
 +
        <li>Volume of sample equivalent to 550ng DNA</li>
 +
        <li>2 µl of 3 mM primer</li>
 +
        <li>Remaining volume of water for a total volume of 30 µl</li>
 +
      </ul>
 +
    </p>
 +
    <p>
 +
      The samples were submitted to <a href="https://www.dnaseq.co.uk/" target="_blank">DNA sequencing and services</a>.
 +
    </p>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
 +
 +
<!-- Overnightculture Modal -->
 +
<div class="modal fade" id="overnightculture-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
 +
  <div class="modal-dialog" role="document">
 +
    <div class="modal-content">
 +
      <div class="modal-header">
 +
        <button type="button" class="close" data-dismiss="modal" aria-label="close" aria-hidden="true" role="dialog" tabindex="-1"><span aria-hidden="true">&times;</span></button>
 +
        <div class="modal-title" id="myModalLabel">Overnight Culture Protocol</div>
 +
      </div>
 +
      <div class="modal-body"><p>
 +
 +
      <ol>
 +
        <li>Agar plates with required antibiotic were taken out of 4<sup>o</sup>C to warm to room temperature.</li>
 +
        <li>Cells or colonies were picked up from the source with a toothpick under sterile conditions.</li>
 +
        <li>5 ml of LB medium, supplemented with the required antibiotic, were inoculated with the toothpick.</li>
 +
        <li>Tubes were incubated at 37<sup>o</sup>C in a rotary incubator at 200rpm over night.</li>
 +
      </ol>
 +
      </div>
 +
      <div class="modal-footer">
 +
        <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
 +
      </div>
 +
    </div>
 +
  </div>
 +
</div>
 +
 +
<!-- Gel extraction Modal -->
 +
<div class="modal fade" id="gelextraction-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
 +
  <div class="modal-dialog" role="document">
 +
    <div class="modal-content">
 +
      <div class="modal-header">
 +
        <button type="button" class="close" data-dismiss="modal" aria-label="close" aria-hidden="true" role="dialog" tabindex="-1"><span aria-hidden="true">&times;</span></button>
 +
        <div class="modal-title" id="myModalLabel">Gel Extraction Protocol</div>
 +
      </div>
 +
      <div class="modal-body">
 +
 +
      <ol>
 +
        <li>The desired DNA fragment was excised from the agarose gel with a clean, sharp scalpel.</li>
 +
        <li>The gel slice was transferred into a microcentrifuge tube. 700 µl of Buffer QG was added.</li>
 +
        <li>The gel slice was incubated in a water bath at 50°C for 10 min (or until the gel slice has completely dissolved). The tube was vortexed every 2–3 min to help dissolve gel.</li>
 +
        <li>After the gel slice had been dissolved completely, the color of the mixture was checked that it was yellow (similar to Buffer QG without dissolved agarose). If the color of the mixture was orange or violet, 10 μl 3 M sodium acetate, pH 5.0 would be added, and mixed. The color of the mixture would turn yellow.</li>
 +
        <li>230 µl of isopropanol was added to the sample and mixed.</li>
 +
        <li>A QIAquick spin column was placed in a 2 ml collection tube. The sample was applied to the QIAquick spin column and centrifuged for 1 minute. The flow-through was discarded.</li>
 +
        <li>500 µl of QG buffer was added to the QIAquick spin column and centrifuged for 1 minute. The flow-through was discarded.</li>
 +
        <li>750 µl of Buffer PE was added to the QIAquick spin column and centrifuged for 1 minute. The flow-through was discarded.</li>
 +
        <li>The QIAprep spin column was spun for an additional minute to remove residual wash buffer.</li>
 +
        <li>The QIAprep spin column was placed in a clean 1.5 ml microcentrifuge and the DNA eluted by adding 30 µl of H2O to the QIAprep spin column and centrifuging for 1 minute.</li>
 +
      </ol>
 +
 
       </div>
 
       </div>
 
       <div class="modal-footer">
 
       <div class="modal-footer">

Revision as of 09:53, 18 September 2015