This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6c28406 Automatic Site Publish by Buildbot
6c28406 is described below
commit 6c2840613a20d4a7c7481bb4da96678cefca3edf
Author: buildbot <[email protected]>
AuthorDate: Fri May 3 19:35:00 2024 +0000
Automatic Site Publish by Buildbot
---
output/vote_types.html | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/output/vote_types.html b/output/vote_types.html
index ad859c3..f67fd15 100644
--- a/output/vote_types.html
+++ b/output/vote_types.html
@@ -28,15 +28,15 @@ presented. It is up to the election committee to interpret
the result.</p>
<hr />
<h2 id="ap">Apache-style Single motion voting (Yes/No/Abstain with binding
votes)</h2>
<p>This is a simple tally vote. Voters can vote either Yes or No on an
-issue, or they can abstain, however certain people (committee members,
+issue, or they can abstain; however, certain people (committee members,
for instance) may cast binding votes whereas others may only cast
non-binding votes. Votes are tallied, and the result is presented. It
-is up to the election committee to interpret the result.</p>
+is up to the election committee to interpret the result (for example, are
there sufficient 'binding' votes to match any requirement that has been set,
regardless of the total number of 'yes' and 'no' votes?).</p>
<hr />
<h2 id="fpp">First Past the Post (presidential election style)</h2>
<p>FPP is a voting system with multiple candidates. The candidate with
-the most votes will win, regardless of whether they received more than
-half the votes or not.</p>
+the most votes wins, regardless of whether they received more than
+half the votes.</p>
<hr />
<h2 id="stv">Single Transferable Vote</h2>
<p>The single transferable vote (STV) system is designed to achieve
@@ -44,15 +44,15 @@ proportional representation through ranked voting in
multi-seat
elections. It does so by allowing every voter one vote, that is
transferable to other candidates based on necessity of votes and the
preference of the voter. Thus, if a candidate in an election is voted
-in (or in case of a tie), excess votes are allocated to candidates
+in (or in case of a tie), excess votes for that candidate are allocated to
other candidates
according to the preference of the voter. STV is designed to minimize
-the 'wasted votes' in an election by reallocating votes (and thus the
-wishes of the voters) proportionally to their previous priority.</p>
-<p>Please see the
+'wasted votes' in an election by reallocating votes (and thus the
+wishes of the voters) proportionally to the priority they stated.</p>
+<p>See the
<a
href="https://en.wikipedia.org/wiki/Single_transferable_vote#Voting">Wikipedia
article on STV voting</a>
for more insight into how STV works.</p>
-<p>For calculating result, we use Meek's Method with a quota derived from
-the Droop Quota but with implementation changes such as those
+<p>For calculating results, we use Meek's Method with a quota derived from
+the Droop Quota, but with implementation changes such as those
proposed by New Zealand. See
<a
href="http://svn.apache.org/repos/asf/steve/trunk/stv_background/meekm.pdf">this
paper</a>
for details.</p>