From acef5564e72ac2a0a794c9f05a426cf9e3c0c2a9 Mon Sep 17 00:00:00 2001 From: "Edward L. Platt" Date: Thu, 27 Oct 2022 11:41:28 -0400 Subject: [PATCH] Add additional context and links to readme. --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5a47052..6d7df87 100644 --- a/Readme.md +++ b/Readme.md @@ -4,8 +4,13 @@ This module provides deliberation tools for the [Guile](https://www.gnu.org/software/guile/) scheme version of [Goblins](https://spritely.institute/goblins/). +The module uses the standard terminology and methods of +[social choice theory](https://en.wikipedia.org/wiki/Social_choice_theory). Currently, this module provides ranked-chioce ballots and two ranked-choice -voting systems: Instant-Runoff Voting, and the Borda count method. +voting systems: +[Instant-Runoff Voting](https://en.wikipedia.org/wiki/Instant-runoff_voting), +and the +[Borda count](https://en.wikipedia.org/wiki/Borda_count) method. These features should be considered experimental. ## Using Deliberate