Ranking
The basis of Jury’s algorithm is the Copeland Counting method. A judge will rank as many projects as they can (ideally as many as possible). See the Judging Interface page for a visual on the judges’ UI. The Copeland method works by breaking down rankings into pairwise comparisons. For example, if a judge has ranked projects in the orderA, B, C, it would mean the same as the following comparisons: (A, B), (B, C), (A, C), where we make (winner, loser) pairs. For every time a project is a “winner,” it will get one point; every time it’s a “loser,” it will lose a point. These point values are then aggregated across all judges’ rankings to form a final score for each project.
This method was chosen for its simplicity while supporting uneven counts of partial rankings between different judges.
Starring
Projects can be starred from the finish judging popup:
