Difference between revisions of "Results2"

Line 926: Line 926:
 
}
 
}
 
 
}
+
}// end of data team search
 +
  
 
//sort the awards and nominations by section  
 
//sort the awards and nominations by section  
Line 935: Line 936:
 
var appendable_name = (unique_awards[z]).replace(/ /g, "_");
 
var appendable_name = (unique_awards[z]).replace(/ /g, "_");
 
 
+
//append awards
//append awards
+
 
for(x=0; x< temp_array_awards.length; x++ ){
 
for(x=0; x< temp_array_awards.length; x++ ){
  
Line 948: Line 948:
 
for(x=0; x< temp_array_nominations.length; x++ ){
 
for(x=0; x< temp_array_nominations.length; x++ ){
 
 
 
 
 
//remove all empty spaces (if this is high school team  
 
//remove all empty spaces (if this is high school team  
var section_append = (temp_array_nominations[x][0]).replace(/ /g, "_");
+
var section_appendable_name = (temp_array_nominations[x][0]).replace(/ /g, "_");
  
 +
// string to hold the class selection of where to append the nominees
 +
var nominee_classes_append = "#"+appendable_name+" > .nominees_box_wrapper > .nominated_teams > .section_"+section_appendable_name;
 
 
var temp = "#"+appendable_name+" > .nominees_box_wrapper > .nominated_teams > .section_"+section_append;
+
//if it doesn't exist already, create it and append this nominee
+
if ($(nominee_classes_append).length){
if ($(temp).length){
+
     $(nominee_classes_append).append("<a href='https://2019.igem.org/Team:"+temp_array_nominations[x][1]+"'>"+
     $(temp).append("<a href=''><li>"+temp_array_nominations[x][1]+"</li></a>");
+
  "<li>"+temp_array_nominations[x][1]+"</li>"+
 +
  "</a>");
 
}  
 
}  
 +
//if it already exists, append the current nominee
 
else {
 
else {
     $("#"+appendable_name+"> .nominees_box_wrapper").append("<div class='nominated_teams'> <div class='team_section'>"
+
     $("#"+appendable_name+"> .nominees_box_wrapper").append("<div class='nominated_teams'>"+
+section_append+"</div><ul class='section_"
+
"<div class='team_section'>"+temp_array_nominations[x][1]+"</div>"+
+section_append+"'><a href=''><li>"
+
"<ul class='section_"+section_appendable_name+"'>"+
+temp_array_nominations[x][1]+"</li></a></ul></div>");
+
"<a href='https://2019.igem.org/Team:"+temp_array_nominations[x][1]+"'>
}
+
"<li>"+temp_array_nominations[x][1]+"</li>"+
+
"</a>"+
}
+
"</ul>"+
 +
"</div>");
 +
}
 +
}// end of nominations array
 
 
}
+
}// end of prizes for
  
  

Revision as of 16:07, 19 September 2019

Loading...

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

Medals