Team:UT Dallas/Infographics
From 2012.igem.org
(Difference between revisions)
Line 67: | Line 67: | ||
button_2011.onclick = function() { | button_2011.onclick = function() { | ||
- | + | data=data_2011; | |
+ | document.getElementById('year_no_tracks').innerHTML='Year 2011'; | ||
drawChart(button_2011); | drawChart(button_2011); | ||
} | } | ||
button_2010.onclick = function() { | button_2010.onclick = function() { | ||
data=data_2010; | data=data_2010; | ||
+ | document.getElementById('year_no_tracks').innerHTML='Year 2010'; | ||
drawChart(button_2010); | drawChart(button_2010); | ||
} | } | ||
button_2009.onclick = function() { | button_2009.onclick = function() { | ||
data=data_2009; | data=data_2009; | ||
+ | document.getElementById('year_no_tracks').innerHTML='Year 2009'; | ||
drawChart(button_2009); | drawChart(button_2009); | ||
} | } | ||
button_2008.onclick = function() { | button_2008.onclick = function() { | ||
data=data_2008; | data=data_2008; | ||
+ | document.getElementById('year_no_tracks').innerHTML='Year 2008'; | ||
drawChart(button_2008); | drawChart(button_2008); | ||
} | } | ||
button_2007.onclick = function() { | button_2007.onclick = function() { | ||
data=data_2007; | data=data_2007; | ||
+ | document.getElementById('year_no_tracks').innerHTML='Year 2007'; | ||
drawChart(button_2007); | drawChart(button_2007); | ||
} | } | ||
Line 154: | Line 159: | ||
}); | }); | ||
</script> | </script> | ||
- | <link href="https://2012.igem.org/Team:UT_Dallas/test/page.css?action=raw&ctype=text/css& | + | <link href="https://2012.igem.org/Team:UT_Dallas/test/page.css?action=raw&ctype=text/css&ytfghybu=erdfyw" rel="stylesheet"> |
</html> | </html> | ||
<div id='top_box'> | <div id='top_box'> | ||
Line 179: | Line 184: | ||
<div id='tracks_maps'> | <div id='tracks_maps'> | ||
<div id="tracks_graphs" style="width: 995px;"></div> | <div id="tracks_graphs" style="width: 995px;"></div> | ||
+ | <div id="year_no_tracks">Year 2011</div> | ||
<input type='button' value='2011' id='b2011' class="button" style="width:65px"> | <input type='button' value='2011' id='b2011' class="button" style="width:65px"> | ||
<input type='button' value='2010' id='b2010' class="button" style="width:65px"> | <input type='button' value='2010' id='b2010' class="button" style="width:65px"> |
Revision as of 08:19, 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