Line 546: | Line 546: | ||
//create a list of unique prizes | //create a list of unique prizes | ||
− | + | var all_awards_str =""; | |
− | + | ||
− | + | //generate a string with all the awards | |
− | + | for (x=0; x< team_list.length; x++){ | |
− | + | if(team_list[x].awards != '-' && team_list[x].awards != "" && team_list[x].awards !=" "){ | |
− | + | all_awards_str = all_awards_str + team_list[x].awards +", "; | |
− | } | + | } |
+ | } | ||
− | + | //split the string into an array | |
− | + | var all_awards_ar = all_awards_str.split(', '); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
//get all the unique values of the array | //get all the unique values of the array | ||
Line 572: | Line 567: | ||
//sort the unique values | //sort the unique values | ||
unique_awards.sort(); | unique_awards.sort(); | ||
− | + | ||
− | + | ||
− | + | ||
//for each prize on the list, find what teams won or were nominated and append them | //for each prize on the list, find what teams won or were nominated and append them |
Revision as of 16:49, 19 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