Line 21: | Line 21: | ||
</br></br> | </br></br> | ||
+ | </div> | ||
<button class="collapsible">PCB Design</button> | <button class="collapsible">PCB Design</button> | ||
<div class="drop"> | <div class="drop"> | ||
− | + | <div class="center"> | |
− | + | ||
<img src="https://static.igem.org/mediawiki/2018/f/f9/T--Imperial_College--Pyo_PC2_OD.gif" alt="" width="50%"> | <img src="https://static.igem.org/mediawiki/2018/f/f9/T--Imperial_College--Pyo_PC2_OD.gif" alt="" width="50%"> | ||
Line 52: | Line 52: | ||
</br></br> | </br></br> | ||
− | + | </div> | |
</div> | </div> | ||
+ | <script> | ||
+ | |||
+ | var coll = document.getElementsByClassName("collapsible"); | ||
+ | var i; | ||
+ | |||
+ | for (i = 0; i < coll.length; i++) { | ||
+ | coll[i].addEventListener("click", function() { | ||
+ | this.classList.toggle("active"); | ||
+ | var drop = this.nextElementSibling; | ||
+ | if (drop.style.display === "block") { | ||
+ | drop.style.display = "none"; | ||
+ | } else { | ||
+ | drop.style.display = "block"; | ||
+ | } | ||
+ | }); | ||
+ | } | ||
+ | |||
+ | |||
+ | </script> | ||
</div> | </div> |
Revision as of 16:04, 17 October 2018
Supplementary Materials
Find here the complete growth curves and GFP expression profiles at at increasing redox modulators concentrations. If you are interested in the single curves at single concentrations, just download the image to extrapolate the single curve at each concentrations as single images.