Allow custimizable graph sizes, to fit with newly modular results page. Also,
[selectricity] / app / views / quickvote / _result_ssd.rhtml
1 <h3>Schulze Method Results</h3>
2
3 <%= render :partial => 'result', :object => @election.ssd_result %>
4
5 <div class="rbmoreinfo">
6 <h4>About the Schulze Method</h4>
7
8 <p>The <%= link_to "Schulze method",
9 "http://en.wikipedia.org/wiki/Schulze_method" %> is a preferential
10 voting system. It is based on the Condorcet method but includes a set of
11 methods for resolving "circular" defeats.</p>
12
13 <p>The Schulze method is also known as Schwartz Sequential Dropping
14 (SSD), Cloneproof Schwartz Sequential Dropping (CSSD), Beatpath Method,
15 Beatpath Winner, Path Voting, and Path Winner.</p>
16 </div>
17
18 <%= render :partial => 'pref_tables' %>
19

Benjamin Mako Hill || Want to submit a patch?