Line 896: | Line 896: | ||
//note: this will be this starts in 1 since the array has an empty spot at the beginning because of the ',' | //note: this will be this starts in 1 since the array has an empty spot at the beginning because of the ',' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
//navigate each prize | //navigate each prize | ||
Line 937: | Line 931: | ||
} | } | ||
+ | |||
+ | |||
//print all nominees and awards for | //print all nominees and awards for | ||
appendable_name = (unique_awards[z]).replace(/ /g, "_"); | appendable_name = (unique_awards[z]).replace(/ /g, "_"); | ||
+ | |||
+ | temp_array_awards.sort(); | ||
+ | console.log(temp_array_awards); | ||
for(x=0; x< temp_array_awards.length; x++ ){ | for(x=0; x< temp_array_awards.length; x++ ){ | ||
− | $("#"+appendable_name+ "> .winners_box_wrapper").append("<div class='winning_team'><div class='team_section'>"+temp_array_awards[x].section+"</div><div class='team_name'><a href=''>"+temp_array_awards[x].team_name+"</a></div></div>"); | + | $("#"+appendable_name+ "> .winners_box_wrapper").append("<div class='winning_team'><div class='team_section'>" |
+ | +temp_array_awards[x].section+"</div><div class='team_name'><a href=''>" | ||
+ | +temp_array_awards[x].team_name+"</a></div></div>"); | ||
} | } |
Revision as of 20:33, 18 September 2019
iGEM 2019 Results - Coming soon!
Congratulations to all participants in the 2019 International Genetically Engineered Machine competition!
Your hard work and achievements are truly worthy of celebration!
On this page you will find the winners and nominees for the: Track Prizes, the Awards, Medals: Gold, Silver, and Bronze, and Awards and Medals by Team