m |
m |
||
Line 117: | Line 117: | ||
window.location = "https://2018.igem.org/Team:Warwick/Medals"; | window.location = "https://2018.igem.org/Team:Warwick/Medals"; | ||
} | } | ||
+ | |||
+ | function showContents(){ | ||
+ | $(".Contents").css("display", "block"); | ||
+ | } | ||
+ | |||
+ | function hideContents(){ | ||
+ | $(".Contents").css("display", "none"); | ||
+ | } | ||
+ | |||
function BioClick(){ | function BioClick(){ | ||
+ | |||
+ | hideContents(); | ||
+ | |||
$("#bioIMG").css("margin", "1% 4%"); | $("#bioIMG").css("margin", "1% 4%"); | ||
$("#bioIMG").css("width", "12%"); | $("#bioIMG").css("width", "12%"); | ||
Line 130: | Line 142: | ||
$("#inorgIMG").css("width", "10%"); | $("#inorgIMG").css("width", "10%"); | ||
$("#inorgIMG").css("background-color", "white"); | $("#inorgIMG").css("background-color", "white"); | ||
+ | |||
+ | $("#Content1").css("display", "block"); | ||
+ | $("#Content1").html("All Experiments can be found within our Lab Book <a href='2018.igem.org/Team:Warwick/Notebook'>here</a>"); | ||
} | } | ||
function OrgClick(){ | function OrgClick(){ | ||
+ | |||
+ | showContents(); | ||
+ | |||
$("#bioIMG").css("margin", "2% 5%"); | $("#bioIMG").css("margin", "2% 5%"); | ||
$("#bioIMG").css("width", "10%"); | $("#bioIMG").css("width", "10%"); | ||
Line 164: | Line 182: | ||
$("#Content10").html('<h2>References</h2><p>“Degradation of Estrogens by Rhodococcus zopfii and Rhodococcus equi Isolates from Activated Sludge in Wastewater Treatment Plants”, Takeshi Yoshimoto, Fumiko Nagai, Junji Fujimoto, Koichi Watanabe, Harumi Mizukoshi, Takashi Makino, Kazumasa Kimura, Hideyuki Saino, Haruji Sawada, Hiroshi Omura, Appl. Environ. Microbiol. Sep 2004, 70 (9) 5283-5289</p>'); | $("#Content10").html('<h2>References</h2><p>“Degradation of Estrogens by Rhodococcus zopfii and Rhodococcus equi Isolates from Activated Sludge in Wastewater Treatment Plants”, Takeshi Yoshimoto, Fumiko Nagai, Junji Fujimoto, Koichi Watanabe, Harumi Mizukoshi, Takashi Makino, Kazumasa Kimura, Hideyuki Saino, Haruji Sawada, Hiroshi Omura, Appl. Environ. Microbiol. Sep 2004, 70 (9) 5283-5289</p>'); | ||
+ | |||
+ | $("#Content11").css("display","none"); | ||
+ | $("#Content12").css("display","none"); | ||
+ | $("#Content13").css("display","none"); | ||
+ | $("#Content14").css("display","none"); | ||
+ | $("#Content15").css("display","none"); | ||
+ | $("#Content16").css("display","none"); | ||
} | } | ||
Line 299: | Line 324: | ||
</div> | </div> | ||
<div class='Contents' id='Content10'> | <div class='Contents' id='Content10'> | ||
+ | </div> | ||
+ | <div class='Contents' id='Content11'> | ||
+ | </div> | ||
+ | <div class='Contents' id='Content12'> | ||
+ | </div> | ||
+ | <div class='Contents' id='Content13'> | ||
+ | </div> | ||
+ | <div class='Contents' id='Content14'> | ||
+ | </div> | ||
+ | <div class='Contents' id='Content15'> | ||
+ | </div> | ||
+ | <div class='Contents' id='Content16'> | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 02:39, 18 October 2018
igem@warwick.ac.uk