Difference between revisions of "Team:Vilnius-Lithuania/Methods"

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;">Results</h1>
+
<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='circle-container'>
+
<!-- MethodBox -->
<a href='#' class='center'><img src="https://static.igem.org/mediawiki/2016/5/5e/T--Vilnius-Lithuania--projectiliustracija.png"></a>
+
<div class="panel panel-default" style="position: relative">
<a href='https://2016.igem.org/Team:Vilnius-Lithuania/Description' class='deg170'>Description</a>
+
    <div class="panel-heading">
<a href='https://2016.igem.org/Team:Vilnius-Lithuania/Design' class='deg150'>Design</a>
+
        <a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#1">
<a href='https://2016.igem.org/Team:Vilnius-Lithuania/Dry_Lab' class='deg130'>Dry_Lab</a>
+
            <h4 class="panel-title">1. Plasmid DNA extraction</h4>
<a href='https://2016.igem.org/Team:Vilnius-Lithuania/Experiments' class='deg110'>Experiments</a>
+
        </a>
<a href='https://2016.igem.org/Team:Vilnius-Lithuania/Results' class='deg90'>Results</a>
+
    </div>
<a href='https://2016.igem.org/Team:Vilnius-Lithuania/Proof' class='deg70'>Proof</a>
+
    <div id="1" class="panel-collapse collapse">
<a href='https://2016.igem.org/Team:Vilnius-Lithuania/Demonstrate' class='deg50'>Demonstrate</a>
+
        <div class="panel-body">
<a href='https://2016.igem.org/Team:Vilnius-Lithuania/Notebook' class='deg30'>Notebook</a>
+
            <div class="row">
<a href='https://2016.igem.org/Team:Vilnius-Lithuania/Safety' class='deg10'>Safety</a>
+
                <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 -->
  
<p class="Raleway">Text here</p>
 
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 11:31, 19 October 2016

Facebook link Twitter link Twitter link

Methods

Materials:
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.