From 9063d8302b427e36a4cf805ff579aa6c2013a98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20R=C3=B6nnquist?= Date: Wed, 24 Apr 2024 16:11:16 +0200 Subject: (nl) vote/2024 - Add missing vote files (copy from en) to fix failing build --- dutch/vote/2024/vote_001_majority.src | 7 +++ dutch/vote/2024/vote_001_quorum.src | 5 ++ dutch/vote/2024/vote_001_quorum.txt | 4 ++ dutch/vote/2024/vote_001_results.src | 91 +++++++++++++++++++++++++++++++++++ 4 files changed, 107 insertions(+) create mode 100644 dutch/vote/2024/vote_001_majority.src create mode 100644 dutch/vote/2024/vote_001_quorum.src create mode 100644 dutch/vote/2024/vote_001_quorum.txt create mode 100644 dutch/vote/2024/vote_001_results.src diff --git a/dutch/vote/2024/vote_001_majority.src b/dutch/vote/2024/vote_001_majority.src new file mode 100644 index 00000000000..d964c23575f --- /dev/null +++ b/dutch/vote/2024/vote_001_majority.src @@ -0,0 +1,7 @@ +

Majority

+ diff --git a/dutch/vote/2024/vote_001_quorum.src b/dutch/vote/2024/vote_001_quorum.src new file mode 100644 index 00000000000..18d00b6b2a3 --- /dev/null +++ b/dutch/vote/2024/vote_001_quorum.src @@ -0,0 +1,5 @@ +

Quorum

+ diff --git a/dutch/vote/2024/vote_001_quorum.txt b/dutch/vote/2024/vote_001_quorum.txt new file mode 100644 index 00000000000..0ec81d6a7fd --- /dev/null +++ b/dutch/vote/2024/vote_001_quorum.txt @@ -0,0 +1,4 @@ + Current Developer Count = 1010 + Q ( sqrt(#devel) / 2 ) = 15.8902485820707 + K min(5, Q ) = 5 + Quorum (3 x Q ) = 47.6707457462121 diff --git a/dutch/vote/2024/vote_001_results.src b/dutch/vote/2024/vote_001_results.src new file mode 100644 index 00000000000..7e6eaffbf77 --- /dev/null +++ b/dutch/vote/2024/vote_001_results.src @@ -0,0 +1,91 @@ +

+ + Graphical rendering of the results + +

+

+ In the graph above, any pink colored nodes imply that + the option did not pass majority, the Blue is the + winner. The Octagon is used for the options that did + not beat the default. +

+ +

+ In the following table, tally[row x][col y] represents + the votes that option x received over option y. A + more + detailed explanation of the beat matrix may help in + understanding the table. For understanding the Condorcet method, the + Wikipedia + entry is fairly informative. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
The Beat Matrix
 Option
  1 2 3
Option 1   201 293
Option 2 135   280
Option 3 64 66  
+

+ +Looking at row 2, column 1, Sruthi Chandran
+received 135 votes over Andreas Tille
+
+Looking at row 1, column 2, Andreas Tille
+received 201 votes over Sruthi Chandran.
+

Pair-wise defeats

+ +

The Schwartz Set contains

+ +

The winners

+ +

+ Debian uses the Condorcet method for voting. + Simplistically, plain Condorcets method + can be stated like so :
+ Consider all possible two-way races between candidates. + The Condorcet winner, if there is one, is the one + candidate who can beat each other candidate in a two-way + race with that candidate. + The problem is that in complex elections, there may well + be a circular relationship in which A beats B, B beats C, + and C beats A. Most of the variations on Condorcet use + various means of resolving the tie. See + Cloneproof Schwartz Sequential Dropping + for details. Debian's variation is spelled out in the + constitution, + specifically, A.5. +

-- cgit v1.2.3