Neurotree scraping
This is the code for scraping neurotree to get faculty placement rates. Check out the blog post detailing the results.
In order to reproduce my results, run:
cp neuroscience.csv.orig neuroscience.csv
python3 scrape_neurotree.py
python3 find_placement_stats.py
The above will produce a table of placement rates for PhDs from the institution.
In order to get the rates for post-docs, uncomment the line below in find_placement_stats.py
and run that file again:
phd = person['post-doc'] # for post-doc rates