Line 32: | Line 32: | ||
margin: -4em; /* half the width */ | margin: -4em; /* half the width */ | ||
} | } | ||
+ | |||
+ | .panel-heading [data-toggle="collapse"]:after { | ||
+ | display: inline-block; | ||
+ | font-family: 'Glyphicons Halflings'; | ||
+ | /*content: "\00ab"; "play" icon */ | ||
+ | content: url(https://static.igem.org/mediawiki/2015/d/d8/Vilnius15_chevron_up_h2.png); | ||
+ | position: absolute; | ||
+ | top: 10px; | ||
+ | right: 10px; | ||
+ | color: #DE564B; | ||
+ | font-size: 18px; | ||
+ | line-height: 22px; | ||
+ | /* rotate "play" icon from > (right arrow) to down arrow */ | ||
+ | -webkit-transform: rotate(180deg); | ||
+ | -moz-transform: rotate(180deg); | ||
+ | -ms-transform: rotate(180deg); | ||
+ | -o-transform: rotate(180deg); | ||
+ | transform: rotate(180deg); | ||
+ | } | ||
+ | |||
+ | .panel-heading [data-toggle="collapse"].collapsed:after { | ||
+ | display: inline-block; | ||
+ | content: url(https://static.igem.org/mediawiki/2015/e/e1/Vilnius15_chevron_up.png); | ||
+ | /* rotate "play" icon from > (right arrow) to ^ (up arrow) */ | ||
+ | -webkit-transform: rotate(0deg); | ||
+ | -moz-transform: rotate(0deg); | ||
+ | -ms-transform: rotate(0deg); | ||
+ | -o-transform: rotate(0deg); | ||
+ | transform: rotate(0deg); | ||
+ | color: #454444; | ||
+ | } | ||
+ | |||
+ | .panel-heading a.accordion-toggle { | ||
+ | color: rgb(62,62,62); | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
Line 39: | Line 76: | ||
<div class="column full_size" > | <div class="column full_size" > | ||
− | <h1 class="Raleway" style="text-align:center;"> | + | <h1 class="Raleway" style="text-align:center;">Methods</h1> |
<span class="line" style="margin:0 auto;"> </span> | <span class="line" style="margin:0 auto;"> </span> | ||
− | + | ||
− | <div class= | + | <!-- MethodBox --> |
− | + | <div class="panel panel-default" style="position: relative"> | |
− | + | <div class="panel-heading"> | |
− | + | <a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#1"> | |
− | + | <h4 class="panel-title">1. Plasmid DNA extraction</h4> | |
− | + | </a> | |
− | + | </div> | |
− | + | <div id="1" class="panel-collapse collapse"> | |
− | + | <div class="panel-body"> | |
− | + | <div class="row"> | |
− | + | <div class="col-md-4"> | |
+ | <strong>Materials:</strong><br /> | ||
+ | 4 mL of LB medium<br /> | ||
+ | Antibiotic<br /> | ||
+ | Transformed bacteria<br /> | ||
+ | </div> | ||
+ | <div class="col-md-8"> | ||
+ | <strong>Process</strong>:<br /> | ||
+ | Transformed bacteria, which contain a plasmid with a target DNA, is placed into laboratory tube with 4 ml of liquid LB medium and specific antibiotic. Bacteria are then placed into the shaker during the night at 37ºC. For the plasmid DNA extraction we used GeneJet Plasmid Miniprep Kit, according to manufacturer's <a class="clink" href="https://static.igem.org/mediawiki/2015/b/b1/Vilnius15_PlasmidMiniprep.pdf">instructions.</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | <!-- /MethodBox --> | ||
− | |||
</div> | </div> | ||
</div> | </div> |
Revision as of 11:31, 19 October 2016
Methods
Materials:
4 mL of LB medium
Antibiotic
Transformed bacteria
4 mL of LB medium
Antibiotic
Transformed bacteria
Process:
Transformed bacteria, which contain a plasmid with a target DNA, is placed into laboratory tube with 4 ml of liquid LB medium and specific antibiotic. Bacteria are then placed into the shaker during the night at 37ºC. For the plasmid DNA extraction we used GeneJet Plasmid Miniprep Kit, according to manufacturer's instructions.
Transformed bacteria, which contain a plasmid with a target DNA, is placed into laboratory tube with 4 ml of liquid LB medium and specific antibiotic. Bacteria are then placed into the shaker during the night at 37ºC. For the plasmid DNA extraction we used GeneJet Plasmid Miniprep Kit, according to manufacturer's instructions.