Line 477: | Line 477: | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <!--- OTHER PRIZES ---> | ||
+ | <div class="clear extra_space"></div> | ||
+ | <div class="column half_size awards_and_nominees" id=""> | ||
+ | <img src="https://static.igem.org/mediawiki/2019/c/c2/Prizes_wiki.svg" height="50px"> | ||
+ | <h4 class="title_award_track">iGEMers' Prize </h4> | ||
+ | |||
+ | <div class="winners_box_wrapper"> | ||
+ | <div class="winning_team"> | ||
+ | <div class="team_section">Section</div> | ||
+ | <div class="team_name"><a href="">Team Name</a></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <h6 class="title_award_track nominees_section"> Nominees </h6> | ||
+ | <div class="nominees_box_wrapper"> | ||
+ | <div class="nominated_teams"> | ||
+ | <div class="team_section">High School</div> | ||
+ | <ul class="section_High_School"> | ||
+ | <a href=""><li>Team Name</li></a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="nominated_teams"> | ||
+ | <div class="team_section">Overgrad</div> | ||
+ | <ul class="section_High_School"> | ||
+ | <a href=""><li>Team Name</li></a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="nominated_teams"> | ||
+ | <div class="team_section">Undergrad</div> | ||
+ | <ul class="section_High_School"> | ||
+ | <a href=""><li>Team Name</li></a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="column half_size awards_and_nominees" id=""> | ||
+ | <img src="https://static.igem.org/mediawiki/2019/c/c2/Prizes_wiki.svg" height="50px"> | ||
+ | <h4 class="title_award_track">Safety Commendation</h4> | ||
+ | |||
+ | <div class="winners_box_wrapper"> | ||
+ | <div class="winning_team"> | ||
+ | <div class="team_section">Section</div> | ||
+ | <div class="team_name"><a href="">Team Name</a></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <h6 class="title_award_track nominees_section"> Nominees </h6> | ||
+ | <div class="nominees_box_wrapper"> | ||
+ | <div class="nominated_teams"> | ||
+ | <div class="team_section">High School</div> | ||
+ | <ul class="section_High_School"> | ||
+ | <a href=""><li>Team Name</li></a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="nominated_teams"> | ||
+ | <div class="team_section">Overgrad</div> | ||
+ | <ul class="section_High_School"> | ||
+ | <a href=""><li>Team Name</li></a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="nominated_teams"> | ||
+ | <div class="team_section">Undergrad</div> | ||
+ | <ul class="section_High_School"> | ||
+ | <a href=""><li>Team Name</li></a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="clear extra_space"></div> | ||
+ | |||
+ | <div class="column half_size awards_and_nominees" id=""> | ||
+ | <img src="https://static.igem.org/mediawiki/2019/c/c2/Prizes_wiki.svg" height="50px"> | ||
+ | <h4 class="title_award_track">Judges Prize </h4> | ||
+ | |||
+ | <div class="winners_box_wrapper"> | ||
+ | <div class="winning_team"> | ||
+ | <div class="team_section">Section</div> | ||
+ | <div class="team_name"><a href="">Team Name</a></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="winners_box_wrapper"> | ||
+ | <div class="winning_team"> | ||
+ | <div class="team_section">Section</div> | ||
+ | <div class="team_name"><a href="">Team Name</a></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <h6 class="title_award_track nominees_section"> Nominees </h6> | ||
+ | |||
+ | </div> | ||
<!--------------------------------------------- MEDALS ---------------------------------------------> | <!--------------------------------------------- MEDALS ---------------------------------------------> | ||
Line 570: | Line 667: | ||
//organize that array | //organize that array | ||
all_awards_ar.sort(); | all_awards_ar.sort(); | ||
− | + | ||
− | + | //array for the unique values | |
var unique_awards=[]; | var unique_awards=[]; | ||
+ | |||
+ | //get all the unique values | ||
for(x=0; x< all_awards_ar.length; x++){ | for(x=0; x< all_awards_ar.length; x++){ | ||
Line 580: | Line 679: | ||
} | } | ||
− | + | ||
− | + | ||
//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 | ||
//note: this will be this starts in 1 since the array has an empty spot at the beginning because of the ',' | //note: this will be this starts in 1 since the array has an empty spot at the beginning because of the ',' | ||
Line 630: | Line 728: | ||
$("#"+appendable_name+ "> .winners_box_wrapper").append("<div class='winning_team'><div class='team_section'>" | $("#"+appendable_name+ "> .winners_box_wrapper").append("<div class='winning_team'><div class='team_section'>" | ||
− | +temp_array_awards[x][0]+"</div><div class='team_name'><a href=''>" | + | +temp_array_awards[x][0]+"</div><div class='team_name'>"+ |
+ | "<a href='https://2018.igem.org/Team:"+temp_array_nominations[x][1]+"'>" | ||
+temp_array_awards[x][1]+"</a></div></div>"); | +temp_array_awards[x][1]+"</a></div></div>"); | ||
} | } |
Revision as of 17:57, 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
Best Diagnostics Project
Nominees
Best Energy Project
Nominees
Best Environment Project
Nominees
Best Food and Nutrition Project
Nominees
Best Foundational Advance Project
Nominees
Best Information Processing Project
Nominees
Best Manufacturing Project
Nominees
Best New Application Project
Nominees
Best Open Project
Nominees
Best Software Project
Nominees
Best Therapeutics Project
Nominees
Awards
Best Education and Public Engagement
Nominees
Best Hardware
Nominees
Best Integrated Human Practices
Nominees
Best Measurement
Nominees
Best Model
Nominees
Best New Basic Part
Nominees
Best New Composite Part
Nominees
Best Part Collection
Nominees
Best Plant Synthetic Biology
Nominees
Best Poster
Nominees
Best Presentation
Nominees
Best Software Tool
Nominees
Best Supporting Entrepreneurship
Nominees
Best Wiki
Nominees
iGEMers' Prize
Section
Nominees
Safety Commendation
Section