Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hcarter333/women-in-physics-faculty
A projec that mimcs women-in-software-eng
https://github.com/hcarter333/women-in-physics-faculty
Last synced: about 2 months ago
JSON representation
A projec that mimcs women-in-software-eng
- Host: GitHub
- URL: https://github.com/hcarter333/women-in-physics-faculty
- Owner: hcarter333
- Created: 2015-05-09T18:45:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T19:11:14.000Z (over 9 years ago)
- Last Synced: 2024-03-15T05:11:45.695Z (10 months ago)
- Language: Python
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
This is the data collection follow-up to "Where are the numbers?"
https://medium.com/grace-hopper-2013/cb997a57252Viewing Data
------------
The easiest way to view the collected data is this Google spreadsheet:
https://docs.google.com/spreadsheet/ccc?key=0AlZH8QBl60oodEJTdFA5TlZOcDJCMU02RkZoSHF5SHc#gid=0Contributing Data
-----------------
Please read the [contributing guidelines](CONTRIBUTING.md). Thank you for
helping to improve the data!How does the spreadsheet get updated?
-------------------------------------Right now, I manually run `update_script.py` to pull the numbers out
of `data.txt` and submit them to the Google spreadsheet.Something like this:
python update_script.py -e [email protected] -p [password] -d data.txt
You can pass it in to your own spreadsheet by supplying the Spreadsheet Key (`SS_KEY`):
python update_script.py -e $GOOGLE_EMAIL_ADDRESS -p $PASSWORD -d data.txt -s $SS_KEY
Where `SS_KEY` is the key found in a Google Docs spreadsheet URL:
https://docs.google.com/spreadsheet/ccc?key=$SS_KEY
Questions / Comments / Concerns?
--------------------------------
Please reach out to me on Twitter at @triketora or email me at
tracy at pinterest.com. Feedback on anything big or small is very
welcome :)