X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/538c52ea43285fc1ae40e3c3ff5ee78befa1c142..da6c29f53b3598a6d2d9959df277b0340bc54cee:/app/views/common/_methodinfo_borda.rhtml diff --git a/app/views/common/_methodinfo_borda.rhtml b/app/views/common/_methodinfo_borda.rhtml new file mode 100644 index 0000000..644522a --- /dev/null +++ b/app/views/common/_methodinfo_borda.rhtml @@ -0,0 +1,16 @@ +
+

About Borda Count

+ +

<%= link_to "Borda count", +"http://en.wikipedia.org/wiki/Borda_count" %> +is an election method in which voters rank +candidates in order of preference. The Borda count determines the winner +of an election by giving each candidate a certain number of points +corresponding to the position in which he or she is ranked by each +voter. Once all votes have been counted the candidate with the most +points is the winner.

+
+ +
+ <%= image_tag( graph_url( :action => 'borda_bar', :id => @election ) ) %> +