Line 597: | Line 597: | ||
//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 ',' | ||
+ | var appendable_name=""; | ||
var temp=""; | var temp=""; | ||
for (z=1; z< unique_awards.length; z++){ | for (z=1; z< unique_awards.length; z++){ | ||
− | + | appendable_name = (unique_awards[z]).replace(/ /g, "_"); | |
Line 607: | Line 608: | ||
if( (data[x].award).includes(unique_awards[z]) ){ | if( (data[x].award).includes(unique_awards[z]) ){ | ||
− | $("#"+ | + | $("#"+appendable_name+ "> .winners_box_wrapper").append("<div class='winning_team'><div class='team_section'>"+data[x].section+"</div><div class='team_name'><a href='"+ data[x].wiki_link+"'>"+data[x].team_name+"</a></div></div>"); |
} | } | ||
+ | |||
+ | if( (data[x].nomination).includes(unique_awards[z]) ){ | ||
+ | |||
+ | temp = "#"+appendable_name+" > .nominees_box_wrapper > .nominated_teams > .section_"+data[x].section; | ||
+ | |||
+ | |||
+ | if ($(temp).length){ | ||
+ | $(temp).append("<a href='"+ data[x].wiki_link+"'><li>"+data[x].team_name+"</li></a>"); | ||
+ | } | ||
+ | else { | ||
+ | $("#"+appendable_name+"> .nominees_box_wrapper").append("<div class='nominated_teams'> <div class='team_section'>"+data[x].section+"</div><ul class='section_"+data[x].section+"'><a href='"+ data[x].wiki_link+"'><li>"+data[x].team_name+"</li></a></ul></div>"); | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
} | } |
Revision as of 15:39, 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