Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fgregg/ann_arbor_990
Analysis of Ann Arbor 990
https://github.com/fgregg/ann_arbor_990
Last synced: about 1 month ago
JSON representation
Analysis of Ann Arbor 990
- Host: GitHub
- URL: https://github.com/fgregg/ann_arbor_990
- Owner: fgregg
- Created: 2019-10-29T13:47:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T19:56:14.000Z (about 5 years ago)
- Last Synced: 2024-10-15T09:55:55.754Z (3 months ago)
- Language: Makefile
- Size: 541 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analysis of Ann Arbor Nonprofits using 990 data.
This repository makes a series of analyses and graph visualisatiosn of the Ann Arbor nonprofit landscape using data
from the [tax forms that nonprofits submit to the IRS](https://en.wikipedia.org/wiki/Form_990).## Steps:
1. This one is a doozy. [Build you a local database of 990 data](https://github.com/datamade/990-xml-database/blob/master/irsdb/Makefile).
2. Clone this repo and go to the repo's directory
3. `pip install -r requirements.txt`
4. `make org.gml` This makes a file that represents the number of shared board members between Ann Arbor area nonprofits.Using a program like [yEd](https://www.yworks.com/products/yed), you can open up `org.gml` and do graph analysis and make visualisations like below.
![Ann Arbor Board Interlock Visualisation](https://github.com/fgregg/ann_arbor_990/blob/master/Screenshot_2019-10-29%20org%20pdf.png)