Difference between revisions of "Team:UiOslo Norway/Experiments/test"
(Created page with "{{UiOslo_Norway}} <html> </div> </html>") |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{UiOslo_Norway}} | {{UiOslo_Norway}} | ||
<html> | <html> | ||
+ | |||
+ | |||
+ | <script type="text/javascript"> | ||
+ | function toggleMe(a){ | ||
+ | var e=document.getElementById(a); | ||
+ | var i = document.getElementById(a + '_image'); | ||
+ | if(!e)return true; | ||
+ | if(e.style.display=="none"){ | ||
+ | e.style.display="block"; | ||
+ | } else { | ||
+ | e.style.display="none"; | ||
+ | } | ||
+ | return false; | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | <a style="cursor:pointer;" onclick="return toggleMe('para1')"><h2>Handling bacteria </h2><img src="https://static.igem.org/mediawiki/2015/4/4f/UiOslo_Molecular_biolog_overview_e.jpg"/></a> | ||
+ | <div id="para1" style="display:none;"> | ||
+ | </br> | ||
+ | <ul> | ||
+ | <li><p><a href="https://2015.igem.org/Team:UiOslo_Norway/Experiments/E_coli_strains"><i>E. coli</i> strains </a></p></li> | ||
+ | <li><p><a href="https://2015.igem.org/Team:UiOslo_Norway/Experiments/Transformation">Transformation of chemically competent <i>E. coli</i> cells</a></p></li> | ||
+ | <li><p><a href="https://2015.igem.org/Team:UiOslo_Norway/Experiments/Antibiotics">Antibiotic Concentrations</a></p></li> | ||
+ | <li><p><a href="https://2015.igem.org/Team:UiOslo_Norway/Experiments/LB-media">LB media </a></p></li> | ||
+ | <li><p><a href="https://2015.igem.org/Team:UiOslo_Norway/Experiments/Cultivation_M_c(bath)">Cultivation of <i>Methylococcus capsulatus</i> (Bath)</a></p></li> | ||
+ | <li><p><a href="https://2015.igem.org/Team:UiOslo_Norway/Experiments/NMS medium">NMS medium</a></p></li> | ||
+ | <li><p><a href="https://2015.igem.org/Team:UiOslo_Norway/Experiments/NMS-medium_M_c(bath)">NMS-medium for growth of <i>Methylococcus capsulatus</i> (Bath)</a></p></li> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | |||
</div> | </div> | ||
</html> | </html> |
Latest revision as of 10:46, 3 September 2015