From f2cf21dd271c5937bf7b4847c38acad75e6ad826 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 10 Feb 2020 04:28:52 +0000 Subject: [PATCH] Added Random Sample Voting to sortition.md --- docs/mediums/lottery_voting.md | 3 ++- docs/mediums/sortition.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/mediums/lottery_voting.md b/docs/mediums/lottery_voting.md index 173076c..3a9428e 100644 --- a/docs/mediums/lottery_voting.md +++ b/docs/mediums/lottery_voting.md @@ -34,7 +34,8 @@ Because of its original conception as a thought experiment, lottery voting is no ### Tools -Probability tools can be found [online]( https://www.interactive-maths.com/probability-tools-flash.html) and in a variety of [phone applications]( https://apps.apple.com/us/app/probability-tools/id544340525). +* Probability tools can be found [online]( https://www.interactive-maths.com/probability-tools-flash.html) and in a variety of [phone applications]( https://apps.apple.com/us/app/probability-tools/id544340525). + ## Further resources diff --git a/docs/mediums/sortition.md b/docs/mediums/sortition.md index ed5fabc..d4fbee3 100644 --- a/docs/mediums/sortition.md +++ b/docs/mediums/sortition.md @@ -35,6 +35,8 @@ In recent political systems, it is used most commonly for the formation of citiz ### Tools * [Aragon Court](https://github.com/aragon/aragon-court) - "handles subjective disputes that cannot be solved by smart contracts" using jurors incentivized to win rewards by playing a [Schelling game](https://en.wikipedia.org/wiki/Focal_point_(game_theory) +* [Random-Sample Voting](https://rsvoting.org/) + - Implementation: [Seventh Estate Polling System](https://github.com/seventh-estate/seventh-estate) ## Further resources