Team:UT Dallas/Infographics
From 2012.igem.org
(Difference between revisions)
Line 68: | Line 68: | ||
button_2011.onclick = function() { | button_2011.onclick = function() { | ||
data=data_2011; | data=data_2011; | ||
- | setTimeout("document.getElementById('year_no_tracks').innerHTML='Year 2011';", | + | setTimeout("document.getElementById('year_no_tracks').innerHTML='Year 2011';",1000); |
drawChart(button_2011); | drawChart(button_2011); | ||
} | } | ||
button_2010.onclick = function() { | button_2010.onclick = function() { | ||
data=data_2010; | data=data_2010; | ||
- | setTimeout("document.getElementById('year_no_tracks').innerHTML='Year 2010';", | + | setTimeout("document.getElementById('year_no_tracks').innerHTML='Year 2010';",1000); |
drawChart(button_2010); | drawChart(button_2010); | ||
} | } | ||
button_2009.onclick = function() { | button_2009.onclick = function() { | ||
data=data_2009; | data=data_2009; | ||
- | setTimeout("document.getElementById('year_no_tracks').innerHTML='Year 2009';", | + | setTimeout("document.getElementById('year_no_tracks').innerHTML='Year 2009';",1000); |
drawChart(button_2009); | drawChart(button_2009); | ||
} | } | ||
button_2008.onclick = function() { | button_2008.onclick = function() { | ||
data=data_2008; | data=data_2008; | ||
- | setTimeout("document.getElementById('year_no_tracks').innerHTML='Year 2008';", | + | setTimeout("document.getElementById('year_no_tracks').innerHTML='Year 2008';",1000); |
drawChart(button_2008); | drawChart(button_2008); | ||
} | } | ||
button_2007.onclick = function() { | button_2007.onclick = function() { | ||
data=data_2007; | data=data_2007; | ||
- | setTimeout("document.getElementById('year_no_tracks').innerHTML='Year 2007';", | + | setTimeout("document.getElementById('year_no_tracks').innerHTML='Year 2007';",1000); |
drawChart(button_2007); | drawChart(button_2007); | ||
} | } |
Revision as of 08:29, 25 September 2012
Infographics
This year, it has been X years since iGEM first started. We wanted to highlight some of the defining moments and show them to the rest of the iGEM world through these infographics! Enjoy!Year 2012
Year 2011