Team:UANL Mty-Mexico/Safety/stability test

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
<html>
<html>
-
<h1>Safety</h1>
+
<h3>Stability Test</h3>
 +
<script src="http://code.highcharts.com/highcharts.js"></script>
 +
<script src="http://code.highcharts.com/modules/exporting.js"></script>
 +
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
 +
 
 +
<div id="container" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
 +
<script type="text/javascript">
 +
$(function () {
 +
        $('#container').highcharts({
 +
            title: {
 +
                text: 'Plasmid Stability',
 +
                x: -20 //center
 +
            },
 +
            subtitle: {
 +
                text: 'Population percentage retaining antibiotic resistance',
 +
                x: -20
 +
            },
 +
            xAxis: {
 +
                categories: ['Day 1', 'Day 2', 'Day 3', 'Day 4', 'Day 5']
 +
            },
 +
            yAxis: {
 +
                title: {
 +
                    text: 'Plasmid retention'
 +
                },
 +
                plotLines: [{
 +
                    value: 0,
 +
                    width: 1,
 +
                    color: '#808080'
 +
                }]
 +
            },
 +
            tooltip: {
 +
                valueSuffix: '%'
 +
            },
 +
            legend: {
 +
                layout: 'vertical',
 +
                align: 'right',
 +
                verticalAlign: 'middle',
 +
                borderWidth: 0
 +
            },
 +
            series: [{
 +
                name: 'pUC57',
 +
                data: [21, 30, 1, 2, 0]
 +
            } ]
 +
        });
 +
    });
 +
  </script>
 +
 
 +
<b>Protocol</b>
-
<h2>Stability Test</h2>
 
<p>Plasmid stability test in E. coli:</p>
<p>Plasmid stability test in E. coli:</p>
<p>A. Inoculate a flask with 10 ml of LB medium without antibiotic.</p>
<p>A. Inoculate a flask with 10 ml of LB medium without antibiotic.</p>
Line 14: Line 60:
<p>F. Count colonies and calculate the percentage of plasmid retention.</p>
<p>F. Count colonies and calculate the percentage of plasmid retention.</p>
-
</html>
+
<!-- Site footer -->
 +
      <div class="well">
 +
<center>
 +
        <a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/80x15.png" /></a>
 +
</center>
 +
      </div>
-
{{:Team:UANL_Mty-Mexico/Templates:Footer}}
+
<!-- Bootstrap core JavaScript
 +
    ================================================== -->
 +
    <!-- Placed at the end of the document so the pages load faster -->
 +
    <script src="https://2013.igem.org/Team:UANL_Mty-Mexico/js?action=raw&ctype=text/javascript"></script>
 +
    <script src="https://2013.igem.org/Team:UANL_Mty-Mexico/holderjs?action=raw&ctype=text/javascript"></script>
 +
</html>

Revision as of 23:03, 27 September 2013

Carousel Template for Bootstrap


Stability Test

Protocol

Plasmid stability test in E. coli:

A. Inoculate a flask with 10 ml of LB medium without antibiotic.

B. Grow overnight until saturation is reached.

C. Make serial dilutions (1:6, 1:7, 1:8).

D. Inoculate in LB medium without antibiotic and incubate for 80 Generations.

E. Inoculate each generation in petri dishes with LB medium with and without antibiotic, incubate overnight.

F. Count colonies and calculate the percentage of plasmid retention.

Creative Commons License