GitXplorerGitXplorer
b

woswormeileistung

public
14 stars
2 forks
1 issues

Commits

List of commits on branch main.
Unverified
d83935e990f76381034adfdb2cca8a5f7c7adefc

Updates

bbadlogic committed 6 months ago
Unverified
bbc259f0dbc60a95bab7e578127c039ba3c89250

Whoopsies.

bbadlogic committed 9 months ago
Unverified
346d65e96308091a333b0964248d9a7f620052ea

Add extraction of transparency data.

bbadlogic committed 9 months ago
Unverified
f3f71ca94741dd6013ee196a90375837af5f3398

Blurp on validity of rollcalls

bbadlogic committed 10 months ago
Unverified
49ddf4eb44a99f56fb85d380ec7f18e1266ac6ff

Rollcalls per person UI and minor fixes

bbadlogic committed 10 months ago
Unverified
806d96dacbeb7735128eb202497ab495ec15f25d

Clean-up

bbadlogic committed 10 months ago

README

The README file for this repository.

worwormeileistung

Data extraction and analysis project for stenographic protocols of sessions in the Austrian parlament. See woswormeileistung.marioslab.io for more information.

Data extraction

You can run the data extraction pipeline locally to generate the persons.json and sessions.json files yourself.

  1. Install NodeJS +19
  2. Run npm run build
  3. Run node build/process-data.js

You can find these files in the data/ directory after successful completion:

  • persons.json: all persons who spoke in parlament, with or without mandate, since December 2002
  • sessions.json: all sessions since December 2002
  • plaque.json: list of persons who put plaques on the speakers podium during their speach, including the number of plaques and their content if available
  • missing.json: list of sessions, each with a list of persons who were reported abscent during that session, as well as the session transcript source text from which abscences were extracted.
  • screamers.json: list of call outs by persons during speeches of other persons.

Development

  1. Install & run Docker
  2. Install NodeJS +19
npm run dev

In VS Code run the `dev`` launch configurations.