Voting links: Difference between revisions

From electowiki
Content added Content deleted
(DistributedVote site now uses range [0,9] instead of 100 points to distribute.)
m (Added Link to Vote::Count Found a dead link)
Line 108: Line 108:
=== Unsorted ===
=== Unsorted ===
* https://github.com/brianolson/redistricter open source impartial algorithmic redistricting
* https://github.com/brianolson/redistricter open source impartial algorithmic redistricting
*https://metacpan.org/pod/Vote::Count Vote::Count is Perl Library supporting a large number of RCV and Range methods (IRV, Borda, Condorcet, MinMax).
* https://github.com/brianolson/voteutil Count votes with a variety of algorithms in a variety of languages
* https://github.com/brianolson/voteutil Count votes with a variety of algorithms in a variety of languages
* https://bitbucket.org/bodhisnarkva/voteutil Implementations of election methods with which to count votes and reach decisions: Virtual Round Robin (Condorcet's Method), Instant Runoff Vote, Instant Runoff Normalized Ratings. Also a Histogram class with the same interface.
* https://bitbucket.org/bodhisnarkva/voteutil [dead link] Implementations of election methods with which to count votes and reach decisions: Virtual Round Robin (Condorcet's Method), Instant Runoff Vote, Instant Runoff Normalized Ratings. Also a Histogram class with the same interface.
* https://github.com/brianolson/election_simulator Simulate elections to test election algorithms
* https://github.com/brianolson/election_simulator Simulate elections to test election algorithms
* https://github.com/electionscience/vse-sim Methods for running simulations to calculate Voter Satisfaction Efficiency (VSE) of various voting systems in various conditions.
* https://github.com/electionscience/vse-sim Methods for running simulations to calculate Voter Satisfaction Efficiency (VSE) of various voting systems in various conditions.

Revision as of 03:58, 11 September 2020

parent: Contents

This page has a series of links to websites and discussion groups about election methods

Websites

main article: Websites

There are many web pages out there about voting, election methods, the theory behind them, their practical uses, etc. This is a compilation of some of them:

Discussion groups

main: Category:Forum

Polling sites

This is a list of web apps, phone apps, and the like that allow you to conduct polls under various (non-FPTP) voting systems:

Software

Software for calculation, analysis, simulation, etc. of voting methods and elections

Online election calculators

These sites calculate the winner from a listing of ballots:

Simulation

Unsorted

Election data