Difference between revisions of "Dev/Results/Alternate"

(Why do we want to sort by awards anyway.)
(-)
 
(5 intermediate revisions by the same user not shown)
Line 45: Line 45:
 
font-size: larger;
 
font-size: larger;
 
padding: 7px;
 
padding: 7px;
 +
vertical-align: middle;
 
}
 
}
 
td.team-name-column {
 
td.team-name-column {
Line 62: Line 63:
 
<script>
 
<script>
 
var t;
 
var t;
var currentYear = 2014;
+
var currentYear = 2015;
var resultsAreOpen = true;
+
var resultsAreOpen = false;
  
 
//Helper function
 
//Helper function
Line 175: Line 176:
 
//var arrayOfTeamAwards = parseTeamsToAwards(data);
 
//var arrayOfTeamAwards = parseTeamsToAwards(data);
 
var arrayOfTeams = data;
 
var arrayOfTeams = data;
 +
for (i = 0; i < arrayOfTeams.length; i++ ) {
 +
team = arrayOfTeams[i];
 +
team.medal = canonicalizeMedal(team.medal);
 +
}
 
 
 
//Initialize dataTable and set up event bindings.
 
//Initialize dataTable and set up event bindings.
Line 257: Line 262:
 
// return (row.award == null ? '' : row.award);
 
// return (row.award == null ? '' : row.award);
 
// }
 
// }
return "<br />".join(row.awards);
+
return row.awards.join("<br />");
 
}
 
}
 
},
 
},
Line 330: Line 335:
 
<center><h1>iGEM 2015 Results </h1></center>
 
<center><h1>iGEM 2015 Results </h1></center>
  
<p>Congratulations to all participants in the 2015 International Genetically Engineered Machine competition! Your hard work and achievements are truly worthy of celebration!</p>
+
<p><b>Congratulations to all participants in the 2015 International Genetically Engineered Machine competition! Your hard work and achievements are truly worthy of celebration!</b></p>
<p>This table shows complete results of the competition, including all medals and awards. Click the "plus" button for more information about each team, and to view their achievements in their wiki, presentation, and poster.</p>
+
<br />
 +
<p>This table shows <b>complete results</b> of the competition, including all medals and awards. <b>Click the "plus" button</b> for more information about each team, and to view their achievements in their wiki, presentation, and poster. <b>Use the search box</b> to search by award, team name, region, or medal.</p>
  
 
<h5>View:</h5>
 
<h5>View:</h5>

Latest revision as of 15:23, 29 September 2015

iGEM 2015 Results

Congratulations to all participants in the 2015 International Genetically Engineered Machine competition! Your hard work and achievements are truly worthy of celebration!


This table shows complete results of the competition, including all medals and awards. Click the "plus" button for more information about each team, and to view their achievements in their wiki, presentation, and poster. Use the search box to search by award, team name, region, or medal.

View:
  •    
  •                    

Team Medal Award
Please enable JavaScript in your browser to view results.