From 4dfa4385c9254c89d29c1d1c11d5728b4313b3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C3=B1o=20Sempere?= Date: Fri, 25 Oct 2019 00:20:06 +0200 Subject: [PATCH] Add files via upload --- ea/ProportionalApprovalVoting.html | 219 +++++++++++++++++++++++++++++ 1 file changed, 219 insertions(+) create mode 100644 ea/ProportionalApprovalVoting.html diff --git a/ea/ProportionalApprovalVoting.html b/ea/ProportionalApprovalVoting.html new file mode 100644 index 0000000..e317376 --- /dev/null +++ b/ea/ProportionalApprovalVoting.html @@ -0,0 +1,219 @@ + + + + + + + + + + + +

Proportional Approval Voting MVP

+

What is this? How does this work?

+

This is the simplest version of a program which computes the result of an election, under the Proportional Approval Voting method.

+

It takes a csv (comma separated value) file, with the same format as this one, which might be produced by a Google Forms like this one.

+

It computes the result using client-side JavaScript, which means that all operations are run in your browser, as opposed to in a server which is not under your control. In effect, all this webpage does is provide you with a bunch of functions. In fact, you could just load this page, disconnect from the internet, upload your files, and you could still use the webpage to get the results you need.

+
+
+ Upload your CSV File to compute the result + + +
+ +
+
+

Proudly created by Nuño Sempere.

+ + +