Line 229: | Line 229: | ||
<img class="footersponsors" src="https://static.igem.org/mediawiki/2019/d/d9/T--DTU-Denmark--sponsorsfooter.svg" title="The logos of all of our sponsors, DTU, BioNordica, Eurofins Genomics, Qiagen, NEB New England biolabs, IDT Integrated DNA technologies and Twist bioscience" alt="The logos of all of our sponsors, DTU, BioNordica, Eurofins Genomics, Qiagen, NEB New England biolabs, IDT Integrated DNA technologies and Twist bioscience"> | <img class="footersponsors" src="https://static.igem.org/mediawiki/2019/d/d9/T--DTU-Denmark--sponsorsfooter.svg" title="The logos of all of our sponsors, DTU, BioNordica, Eurofins Genomics, Qiagen, NEB New England biolabs, IDT Integrated DNA technologies and Twist bioscience" alt="The logos of all of our sponsors, DTU, BioNordica, Eurofins Genomics, Qiagen, NEB New England biolabs, IDT Integrated DNA technologies and Twist bioscience"> | ||
</div></div> | </div></div> | ||
+ | <script> | ||
+ | |||
+ | var coll = document.getElementsByClassName("collapsiblebig"); | ||
+ | var i; | ||
+ | |||
+ | for (i = 0; i < coll.length; i++) { | ||
+ | coll[i].addEventListener("click", function() { | ||
+ | |||
+ | this.classList.toggle("coactivebleu"); | ||
+ | var content = this.nextElementSibling; | ||
+ | if (content.style.maxHeight){ | ||
+ | content.style.maxHeight = null; | ||
+ | } else { | ||
+ | content.style.maxHeight = content.scrollHeight + "px"; | ||
+ | } | ||
+ | }); | ||
+ | } | ||
+ | </script> | ||
</html> | </html> |
Revision as of 14:32, 20 October 2019
Parts overview
We made parts
Part Table
Please include a table of all the parts your team has made during your project on this page. Remember part characterization and measurement data must go on your team part pages on the Registry.