fixed some typos caught in the first usage
[selectricity-live] / app / views / quickvote / _methodinfo_condorcet.rhtml
1 <div class="rbmoreinfo">
2 <h4>About Simple Cordorcet Voting</h4>
3
4 <p><%= link_to "Condorcet",
5 "http://en.wikipedia.org/wiki/Condorcet_method" %> allows voters to rank
6 candidates in order of preference.  If there is a choice whom voters
7 prefer to each other choice when compared to one at a time, that choice
8 will be the winner.</p>
9
10 <p>There is a family of Condorcet methods. This method is referred to as
11 "Simple Condorcet" to distinguish it from the Schulze method which is
12 another Condorcet system.</p>
13
14 <%= render :partial => 'pref_tables' %>
15
16 </div>

Benjamin Mako Hill || Want to submit a patch?