Line 215: | Line 215: | ||
//what award did they win ? (trims from after Best to the next empty space ) | //what award did they win ? (trims from after Best to the next empty space ) | ||
help = (awards_set[x].award).substring( 19, (awards_set[x].award).length ); | help = (awards_set[x].award).substring( 19, (awards_set[x].award).length ); | ||
− | help = help.substring( 0 | + | help = help.substring( 0 , help.indexOf( ' ') ); |
− | console.log(help); | + | |
+ | console.log(help); | ||
+ | |||
award_temp = ( help.substring( 0, (help).indexOf(' ', (help).indexOf(' ') + 1) ) ) ; | award_temp = ( help.substring( 0, (help).indexOf(' ', (help).indexOf(' ') + 1) ) ) ; | ||
Line 223: | Line 225: | ||
award_temp =""; | award_temp =""; | ||
− | help=""; | + | help=""; |
} | } | ||
Revision as of 23:00, 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