The voting period is now up and the detailed results can be found below, but for those that would rather cut to the chase, the winning logo is:
http://99designs.com/contests/28940/entries/598 OpenSTV version 1.5 (http://www.OpenSTV.org/) Loading ballots from file ballots.txt. Ballot file contains 13 candidates and 32 ballots. No candidates have withdrawn. Ballot file contains 32 non-empty ballots. Counting votes for Ballot data from file ballots.txt using Condorcet Voting. 13 candidates running for 1 seat. Using Schwartz Sequential Dropping for the completion method. Pairwise Comparison Matrix: | 30| 33| 598| 369| 576| 2|NOTA| 32| 90| 175| 173| 478| 291 ----+----+----+----+----+----+----+----+----+----+----+----+----+---- 30| 0| 12| 8| 11| 17| 16| 23| 13| 11| 12| 11| 13| 12 33| 19| 0| 15| 17| 21| 18| 29| 18| 13| 18| 18| 22| 19 598| 16| 15| 0| 11| 18| 16| 21| 15| 14| 15| 14| 17| 13 369| 14| 14| 13| 0| 21| 14| 23| 15| 14| 16| 14| 16| 14 576| 8| 9| 5| 4| 0| 9| 22| 6| 7| 8| 8| 6| 7 2| 7| 13| 7| 10| 15| 0| 22| 11| 11| 11| 10| 13| 12 NOTA| 1| 1| 1| 1| 1| 1| 0| 1| 1| 1| 1| 1| 1 32| 13| 13| 11| 13| 20| 15| 25| 0| 11| 15| 15| 17| 16 90| 17| 17| 13| 15| 20| 17| 26| 17| 0| 20| 18| 19| 15 175| 14| 12| 9| 10| 16| 14| 23| 11| 7| 0| 11| 15| 11 173| 14| 12| 10| 12| 16| 15| 23| 11| 9| 14| 0| 12| 13 478| 11| 8| 6| 8| 18| 10| 22| 10| 8| 10| 13| 0| 8 291| 13| 11| 10| 10| 17| 12| 22| 11| 13| 14| 12| 16| 0 Smith Set: 33, 598, 369, and 90 Using Schwartz sequential dropping to choose the winner. Matrix of beatpath magnitudes: | 30| 33| 598| 369| 576| 2|NOTA| 32| 90| 175| 173| 478| 291 ----+----+----+----+----+----+----+----+----+----+----+----+----+---- 30| 13| 0| 0| 0| 17| 16| 23| 0| 0| 13| 13| 13| 13 33| 19| 13| 13| 17| 21| 18| 29| 18| 13| 18| 18| 22| 19 598| 16| 14| 13| 14| 18| 16| 21| 15| 14| 15| 15| 17| 15 369| 14| 13| 13| 13| 21| 15| 23| 15| 13| 16| 15| 16| 15 576| 0| 0| 0| 0| 0| 0| 22| 0| 0| 0| 0| 0| 0 2| 13| 0| 0| 0| 15| 13| 22| 0| 0| 13| 13| 13| 13 NOTA| 0| 0| 0| 0| 0| 0| 0| 0| 0| 0| 0| 0| 0 32| 14| 0| 0| 0| 20| 15| 25| 0| 0| 15| 15| 17| 16 90| 17| 17| 13| 17| 20| 17| 26| 17| 13| 20| 18| 19| 17 175| 14| 0| 0| 0| 16| 14| 23| 0| 0| 13| 13| 15| 13 173| 14| 0| 0| 0| 16| 15| 23| 0| 0| 14| 13| 14| 13 478| 13| 0| 0| 0| 18| 13| 22| 0| 0| 13| 13| 13| 13 291| 14| 0| 0| 0| 17| 14| 22| 0| 0| 14| 13| 16| 13 Winner is 598. -- Eric Evans [email protected]
<<attachment: ballots.raw>>
OPENSTV_DIR = OpenSTV-1.5 all: ballots.txt: sed -s "s/ # .\+//g" ballots.raw > ballots.txt calculate: ballots.txt cd $(OPENSTV_DIR) && ./runElection.py Condorcet ../ballots.txt clean: rm -f ballots.txt
