This repository contains a Python tool for analyzing grant contributions using Quadratic Funding (QF) and a Pluralistic version of Quadratic Funding (PluralQF).
The tool performs an analysis to determine the distribution of funds to various projects based on individual contributions. compare with Quadratic Funding(QF) and Plural QF
https://docs.google.com/spreadsheets/d/1BRlrpXzhKBZY2z_YDnvW30nDLhhKG9c86JWmgIBwLDw/edit?usp=sharing
-
edit_GR03_contributions.csv
: This file is an enhanced version ofGR03_contributions.csv
, originally available at https://fddhub.io/ (link currently inactive). The enhancement includes the addition of project titles to the contributions data. -
clustered.txt
: Contains clustered participant data from GR3. The data clustering was performed using the DeCartography tool, based on the crowd-workers input.
-
Ensure that
edit_GR03_contributions.csv
andclustered.txt
are placed in the root directory of the project. -
Run the script with Python:
python compare.py
The script will output the results of the QF and PluralQF analysis to the console.
- Python 3.8 or higher
- pandas
- numpy (optional for enhancements)
Feel free to fork this repository, and submit pull requests with any enhancements.
This project is open-sourced under the MIT License. See the LICENSE file for more information.