Line 908: | Line 908: | ||
for(x=0; x< data.length; x++){ | for(x=0; x< data.length; x++){ | ||
− | var | + | var temp_array=[]; |
− | + | var counter=0; | |
− | //get all the | + | //get all the winners for this award |
if( (data[x].award).includes(unique_awards[z]) ){ | if( (data[x].award).includes(unique_awards[z]) ){ | ||
− | + | temp_array[0][0] = data[x].section; | |
− | + | temp_array[0][1] = data[x].team_name; | |
− | temp_array_awards.push( | + | temp_array_awards.push(temp_array); |
} | } | ||
− | //get all the nominees | + | //get all the nominees for this award |
if( (data[x].nomination).includes(unique_awards[z]) ){ | if( (data[x].nomination).includes(unique_awards[z]) ){ | ||
− | + | temp_array[0][0] = data[x].section; | |
− | + | temp_array[0][1] = data[x].team_name; | |
− | temp_array_nominations.push( | + | temp_array_nominations.push(temp_array); |
} | } | ||
Line 938: | Line 938: | ||
temp_array_awards.sort(); | temp_array_awards.sort(); | ||
− | console.log(temp_array_awards); | + | temp_array_nominations.sort(); |
+ | console.log(appendable_name +" "+ temp_array_awards); | ||
+ | console.log(appendable_name +" "+ temp_array_nominations); | ||
− | for(x=0; x< temp_array_awards.length; x++ ){ | + | /*for(x=0; x< temp_array_awards.length; x++ ){ |
Line 952: | Line 954: | ||
for(x=0; x< temp_array_nominations.length; x++ ){ | for(x=0; x< temp_array_nominations.length; x++ ){ | ||
− | } | + | }*/ |
Revision as of 20:45, 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