Difference between revisions of "Team:TECHNION-ISRAEL/Experiments"

 
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
 
 +
<script>
  
 +
//up arrow:
 +
$(document).ready(function(){
 +
$(window).scroll(function () {
 +
if ($(this).scrollTop() > 350) {
 +
$('#back-to-top').fadeIn();
 +
} else {
 +
$('#back-to-top').fadeOut();
 +
}
 +
});
 +
// scroll body to 0px on click
 +
$('#back-to-top').click(function () {
 +
$('#back-to-top').tooltip('hide');
 +
$('body,html').animate({
 +
scrollTop: 0
 +
}, 800);
 +
return false;
 +
});
 +
 +
$('#back-to-top').tooltip('show');
 +
 +
});
 +
 +
</script>
 
 
 
 
Line 114: Line 138:
 
<ol class="protocols">
 
<ol class="protocols">
 
<li><a target="_blank" href= "https://static.igem.org/mediawiki/2017/9/93/T--TECHNION-ISRAEL--Transfection_to_HPC-7_with_lipofectamine_2000.pdf">Transfection with Lipofectamine 2000</a></li>
 
<li><a target="_blank" href= "https://static.igem.org/mediawiki/2017/9/93/T--TECHNION-ISRAEL--Transfection_to_HPC-7_with_lipofectamine_2000.pdf">Transfection with Lipofectamine 2000</a></li>
<li><a target="_blank" href="  https://static.igem.org/mediawiki/2017/1/1c/T--TECHNION-ISRAEL--Splitting_for_HPC-7_cells.pdf">Splitting</a></li>
+
<li><a target="_blank" href="  https://static.igem.org/mediawiki/2017/8/89/T--TECHNION-ISRAEL--Splitting_for_HPC-7_cells.PDF">Splitting</a></li>
 
<li><a target="_blank" href="https://static.igem.org/mediawiki/2017/7/74/T--TECHNION-ISRAEL--Multiporator_optimization.pdf">Multiporator Optimization</a></li>
 
<li><a target="_blank" href="https://static.igem.org/mediawiki/2017/7/74/T--TECHNION-ISRAEL--Multiporator_optimization.pdf">Multiporator Optimization</a></li>
 
</ol>
 
</ol>
Line 123: Line 147:
 
<li><a target="_blank" href="https://static.igem.org/mediawiki/2017/c/cc/T--TECHNION-ISRAEL--Transfection_to_HPC-7_with_transIT_2020.pdf">Transfection with TransIT 2020</a></li>
 
<li><a target="_blank" href="https://static.igem.org/mediawiki/2017/c/cc/T--TECHNION-ISRAEL--Transfection_to_HPC-7_with_transIT_2020.pdf">Transfection with TransIT 2020</a></li>
 
<li><a target="_blank" href="https://static.igem.org/mediawiki/2017/7/79/T--TECHNION-ISRAEL--IMDM-medium_recipe-HPC-7.pdf"> Medium Recipe</a></li>
 
<li><a target="_blank" href="https://static.igem.org/mediawiki/2017/7/79/T--TECHNION-ISRAEL--IMDM-medium_recipe-HPC-7.pdf"> Medium Recipe</a></li>
                                                               <li><a target="_blank" href=" https://static.igem.org/mediawiki/2017/3/3a/T--TECHNION-ISRAEL--Electroporation-NEPA2_for_HPC-7.pdf"> Electroporation with NEPA21</a></li>
+
                                                               <li><a target="_blank" href=" https://static.igem.org/mediawiki/2017/3/3a/T--TECHNION-ISRAEL--Electroporation-NEPA2_for_HPC-7.pdf"> Electroporation-NEPA21</a></li>
 
                                                          
 
                                                          
 
 
Line 204: Line 228:
 
</div>
 
</div>
 
</div>
 
</div>
 +
<a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button"><img src="https://static.igem.org/mediawiki/2017/f/f9/T--TECHNION-ISRAEL--newUpAB.png" alt=""></a>
 
</body>
 
</body>
 
</html>
 
</html>
 
{{:Team:TECHNION-ISRAEL/sponsors}}
 
{{:Team:TECHNION-ISRAEL/sponsors}}

Latest revision as of 19:31, 30 October 2017

navbar

Protocols

My First Website