API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
Start with these files — they give you everything you need to understand and access the dataset.
- 1. Download data resources listed in the metadata file
- 2. Read README.md for full context
Data Previews
evaluation
Schema
| name | type | format |
|---|---|---|
| id | integer | default |
| Ident | integer | default |
| Participation | string | default |
| Presence | string | default |
| Actions | string | default |
| Impact | integer | default |
| Accessibility | integer | default |
| Feedback | string | default |
participation
Schema
| name | type | format |
|---|---|---|
| id | integer | default |
| Title | string | default |
| Subtitle | string | default |
| Tags | string | default |
| Link | string | default |
| Date | integer | default |
| Source | string | default |
| Virtual | boolean | default |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
evaluation | 176 B | evaluation | ||
participation | 3.98 kB | participation |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 2 | 4.16 kB | csv | almost 2 years ago | Unilicense |
Teilhaber:in
A prototype started at Hack4SocialGood 2024
We are using the Flet framework connected to a Baserow database to create an app that supports social science research into civic participation. For more details, please see the BACKGROUND or visit our Dribdat page.
Development
See install docs to get started. You will need to install the libmpv library on Linux, e.g.:
sudo apt install libmpv1
On Arch Linux (and other distros) you may get an error that libmpv.so.1 is not found - try this:
sudo ln -s /usr/lib/libmpv.so /usr/lib/libmpv.so.1
To run the app, once you have Poetry installed:
poetry install
poetry shell
flet run teilhaber
License
This project is open source and public domain under the Unlicense.