Line 214: | Line 214: | ||
//append to that award's nominations ul (trims after "Nominated for Best" to end the end minus "Project" | //append to that award's nominations ul (trims after "Nominated for Best" to end the end minus "Project" | ||
− | + | ||
+ | award_temp = ( (awards_set[x].award).substring( 19, ((awards_set[x].award).indexOf(' ', (awards_set[x].award).indexOf(' ') + 1) ) )); | ||
+ | |||
+ | $("#"+award_temp+"_"+awards_set[x].section).append( "<li>" + awards_set[x].team_name + "</li>" ); | ||
+ | |||
+ | award_temp =""; | ||
} | } | ||
Revision as of 22:38, 6 November 2017
AWARDS
Best Diagnostics Project
Nominations
Best Energy Project
Nominations
Best Environment Project
Nominations
Best Food and Nutrition Project
Nominations
Best Foundational Advance Project
Nominations
Best Information Processing Advance Project
Nominations