tif-calin / votevote

Voting systems comparison website. Simulate a single election in dozens of different voting methods including plurality, borda count, instant runoff, bucklin, copeland, and many more!

Home Page:https://votevote.page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VoteVote

Deployed at https://votevote.page/

VoteVote takes a scored ballot and calculates what its equivalent ballot would look like for a large number of voting systems. Through this we can simulate the same election in FPTP, Instant Runoff, Approval, Borda, Condorcet, and many many more. The original prototype of this implemented 28 different methods and this rebirth of it aims to surpass that.

Currently its just a toy, but it is completely open-sourced and might some day grow to be an actual tool. The main contributer of this project is culi, but I'm very interested in opening up the project for more contributers if anyone is interested in getting involved. Feel free to use whatever, however. If you do have a use for this tool, I'd LOVE to hear about it :)

The VoteVote Figma

Voting methods

(28 implemented as of v0.1.3)

  • plurality: fptp, veto, signed, vfa
  • contingent: contingency, supplementary, sri_lanka
  • runoff: irv, coombs, fab_irv
  • positional: borda, nauru, eurovision, dabagh, binary_positional
  • evaluative: approval, disapproval, cav, score, range
  • condorcet: copeland, lull, kemeny_young, black
  • budgetary: cumulative, fractional, quadratic, equal_even

Not yet implemented

  • median: typical_judgement, usual_judgement, central_judgement (evaluative aka average, so median is natural successor)
  • condorcet: dasgupta_maskin
  • bucklin: fallback, bucklin, vfa_runoff
  • hybrid: star, three_two_one
  • other: majority_judgement

Not yet implemented or well-researched

  • tournament_borda (allows for ties and unranked candidates)
  • minimax
  • nanson
  • baldwin (aka borda_elmination, nanson_modified)
  • dodgeson
  • ranked_pairs
  • beat_path_winner
  • tideman_smith
  • tideman_schwartz (aka top_cycle)
  • river
  • smith_minimax
  • smith_irv
  • irv_btr (bottomTwoRunoffIRV)
  • fallback (aka bucklin, expandingApproval)
  • historical_bucklin
  • sir
  • dasgupta_maskin (copeland with borda tiebreaker)
  • minimum_violations

Won't support

  • non-deterministic methods: At the moment we only support deterministic methods.
  • multi-winner methods: This wasn't the original intention of the site, but who knows.
  • two/multi round methods: We support contingent votes as well as some variations of it like runoff or sriLankanContingent. Two-round runoff is generally considered to be the mathematical equivalent of a two-round runoff by assuming voters don't change their minds from one the first round to the second. However, in the real world, voters often change their minds. We can possibly support a twoRoundRunoff if we come up with a method of changing views that's fair and mathematically sound. It might be non-deterministic, like adding some noise to the voter's preference of each candidate.
  • methods that involve candidate behavior: Methods like xxx involve the candidates themselves negotiating or voting. We don't have a good way of modeling candidate behavior.

Lists of voting methods I wanna reach feature parity with:

Tech

Design philosophy

Shoutouts

About

Voting systems comparison website. Simulate a single election in dozens of different voting methods including plurality, borda count, instant runoff, bucklin, copeland, and many more!

https://votevote.page

License:The Unlicense


Languages

Language:TypeScript 93.4%Language:CSS 5.9%Language:HTML 0.6%