Line 64: | Line 64: | ||
<div class="clear extra_space"></div> | <div class="clear extra_space"></div> | ||
− | <div class="column third_size" id=" | + | <div class="column third_size" id="Diagnostics_TA"> |
<h4>Best Diagnostics Project </h4> | <h4>Best Diagnostics Project </h4> | ||
− | <p> Nominations </p> <ul id=" | + | <p> Nominations </p> <ul id="Diagnostics_nominations_TA"> </ul> |
</div> | </div> | ||
− | <div class="column third_size" id=" | + | <div class="column third_size" id="Energy_TA"> |
<h4>Best Energy Project </h4> | <h4>Best Energy Project </h4> | ||
− | <p> Nominations </p> <ul id=" | + | <p> Nominations </p> <ul id="Energy_nominations_TA"> </ul> |
</div> | </div> | ||
− | <div class="column third_size" id=" | + | <div class="column third_size" id="Environment_TA"> |
<h4>Best Environment Project </h4> | <h4>Best Environment Project </h4> | ||
− | <p> Nominations </p> <ul id=" | + | <p> Nominations </p> <ul id="Environment_nominations_TA"> </ul> |
</div> | </div> | ||
Line 87: | Line 87: | ||
<div class="clear extra_space"></div> | <div class="clear extra_space"></div> | ||
− | <div class="column third_size" id=" | + | <div class="column third_size" id="Food_TA"> |
<h4>Best Food and Nutrition Project </h4> | <h4>Best Food and Nutrition Project </h4> | ||
− | <p> Nominations </p> <ul id=" | + | <p> Nominations </p> <ul id="Food_nominations_TA"> </ul> |
</div> | </div> | ||
− | <div class="column third_size" id=" | + | <div class="column third_size" id="Foundational_TA"> |
<h4>Best Foundational Advance Project </h4> | <h4>Best Foundational Advance Project </h4> | ||
− | <p> Nominations </p> <ul id=" | + | <p> Nominations </p> <ul id="Foundational_nominations_TA"> </ul> |
</div> | </div> | ||
Line 155: | Line 155: | ||
− | <div class="column third_size" id=" | + | <div class="column third_size" id="Wiki_SA"> |
<h4>Best Wiki </h4> | <h4>Best Wiki </h4> | ||
− | <p> Nominations </p> <ul id=" | + | <p> Nominations </p> <ul id="Wiki_nominations_SA"> </ul> |
</div> | </div> | ||
− | <div class="column third_size" id=" | + | <div class="column third_size" id="Presentation_SA"> |
<h4>Best Presentation </h4> | <h4>Best Presentation </h4> | ||
− | <p> Nominations </p> <ul id=" | + | <p> Nominations </p> <ul id="Presentation_nominations_SA"> </ul> |
</div> | </div> | ||
− | <div class="column third_size" id=" | + | <div class="column third_size" id="Poster_SA"> |
<h4>Best Poster</h4> | <h4>Best Poster</h4> | ||
− | <p> Nominations </p> <ul id=" | + | <p> Nominations </p> <ul id="Poster_nominations_SA"> </ul> |
</div> | </div> | ||
Line 177: | Line 177: | ||
− | <div class="column third_size" id=" | + | <div class="column third_size" id="Integrated_SA"> |
<h4>Best Integrated Human Practices</h4> | <h4>Best Integrated Human Practices</h4> | ||
− | <p> Nominations </p> <ul id=" | + | <p> Nominations </p> <ul id="Integrated_nominations_SA"> </ul> |
</div> | </div> | ||
Line 550: | Line 550: | ||
if ( award_name.indexOf('Project') > -1) { | if ( award_name.indexOf('Project') > -1) { | ||
//its a track, trim at the first empty space | //its a track, trim at the first empty space | ||
− | award_name = award_name.substring( 0 , award_name.indexOf(' ') ); | + | award_name = award_name.substring( 0 , award_name.indexOf(' ') ) +"_TA"; |
} | } | ||
else { | else { | ||
//trim to the first comma if the team is overgrad or high school to standardize | //trim to the first comma if the team is overgrad or high school to standardize | ||
if( awards_set[x].section == "high_school" || awards_set[x].section == "overgrad") { | if( awards_set[x].section == "high_school" || awards_set[x].section == "overgrad") { | ||
− | award_name = award_name.substring( 0 , award_name.indexOf(',') ); | + | award_name = award_name.substring( 0 , award_name.indexOf(',') ) +"_SA" ; |
} | } | ||
//if its more than one word | //if its more than one word | ||
if ( award_name.indexOf(' ') >= 0 ) { | if ( award_name.indexOf(' ') >= 0 ) { | ||
− | award_name = award_name.substring( 0 , award_name.indexOf(' ') ); | + | award_name = award_name.substring( 0 , award_name.indexOf(' ') ) +"_SA" ; |
} | } | ||
} | } |
Revision as of 21:47, 7 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 Project
Nominations
Best Manufacturing Project
Nominations
Best New Application Project
Nominations
Best Therapeutics Project
Nominations
Best Hardware Project
Nominations
Best SoftwareProject
Nominations
Best Measurement Project
Nominations
Best Wiki
Nominations
Best Presentation
Nominations
Best Poster
Nominations
Best Integrated Human Practices
Nominations
Best Education & Public Engagement
Nominations
Best Model
Nominations
Best Entrepreneurship
Nominations
Best Applied Design
Nominations