refactored the results page
[selectricity-live] / app / views / quickvote / _methodinfo_ssd.rhtml
1 <div class="rbmoreinfo">
2 <h4>About the Schulze Method</h4>
3
4 <p>The <%= link_to "Schulze method",
5 "http://en.wikipedia.org/wiki/Schulze_method" %> is a preferential
6 voting system. It is based on the Condorcet method but includes a set of
7 methods for resolving "circular" defeats.</p>
8
9 <p>The Schulze method is also known as Schwartz Sequential Dropping
10 (SSD), Cloneproof Schwartz Sequential Dropping (CSSD), Beatpath Method,
11 Beatpath Winner, Path Voting, and Path Winner.</p>
12 </div>
13
14 <%= render :partial => 'pref_tables' %>
15

Benjamin Mako Hill || Want to submit a patch?