Difference between revisions of "Team:NYU Shanghai/Design"
Line 514: | Line 514: | ||
}; | }; | ||
} | } | ||
− | |||
function expandButton1() { | function expandButton1() { | ||
if (document.getElementById("button1").className === "expanded") { | if (document.getElementById("button1").className === "expanded") { | ||
Line 536: | Line 535: | ||
document.getElementById("button2").className = "expanded"; | document.getElementById("button2").className = "expanded"; | ||
}; | }; | ||
+ | } | ||
function expandforty() { | function expandforty() { | ||
if (document.getElementById("forty").className === "expanded") { | if (document.getElementById("forty").className === "expanded") { | ||
Line 629: | Line 629: | ||
<img src="https://static.igem.org/mediawiki/2015/3/31/NYU_Shanghai_Waves2.png" width="440"></img> | <img src="https://static.igem.org/mediawiki/2015/3/31/NYU_Shanghai_Waves2.png" width="440"></img> | ||
<div style="width: 440px; display: inline-block; margin-left: 20px;" > | <div style="width: 440px; display: inline-block; margin-left: 20px;" > | ||
− | < | + | <h6 id="forty" class="collapsed" onclick="collapse();expandforty()"><span class="noselect">What is the 40min sound?</span> |
<p id="fortyText" class="collapsed">We wanted to represent a real-time biological oscillator, the natural form of a beat-generator. We would like to acknowledge the current limitations of biological systems due to time-scales of expression, inherent randomness, and lack of mainpulated synchronization, and the role of electronics in the future of synthetic biology.</p> | <p id="fortyText" class="collapsed">We wanted to represent a real-time biological oscillator, the natural form of a beat-generator. We would like to acknowledge the current limitations of biological systems due to time-scales of expression, inherent randomness, and lack of mainpulated synchronization, and the role of electronics in the future of synthetic biology.</p> | ||
− | </ | + | </h6> |
</div> | </div> | ||
</div> | </div> |
Revision as of 05:38, 17 September 2015