https://github.com/ashenfad/partisanship
Tracking the Partisanship of the US Congress
https://github.com/ashenfad/partisanship
congress politics visualization
Last synced: 6 months ago
JSON representation
Tracking the Partisanship of the US Congress
- Host: GitHub
- URL: https://github.com/ashenfad/partisanship
- Owner: ashenfad
- Created: 2011-12-14T00:43:53.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T16:48:18.000Z (about 4 years ago)
- Last Synced: 2025-03-28T19:42:04.484Z (7 months ago)
- Topics: congress, politics, visualization
- Language: Clojure
- Homepage: http://ashenfad.github.io/partisanship
- Size: 831 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Partisanship
This project is 1/2 an exploration of partisanship trends in the
US Congress and 1/2 an excuse to play with Clojure.See the [results](http://ashenfad.github.com/partisanship/)!
## Usage
- Install [Leiningen](https://github.com/technomancy/leiningen)
- Scrape voting data: `lein scrape`
- Generate png graphs: `lein graph`
- Generate dygraph CSVs: `lein dygraph`