Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yoachim committed Mar 9, 2016
1 parent f3fd069 commit 88c555b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

A little side project to look at how phd-overproduction has impacted the publication lifetime of astronomers.

Overview
--------

The process here is that I query for all the PhDs in a given year. Then I select only those that are from the USA. Then, for each author I do an author query and build a graph network connecting the papers together (to keep from linking people with common names together). Next, I check that there is at least one paper in the connected network that is an Astronomy journal. Finally, I record some stats about the network (phd year, year of last entry, year of last 1st author entry, etc).

The code is a bit messy since this was a project that grew organically while I was learning lots of new things, but my hope is that it can be refactored into a useful tool that others can expand on. It would be great if other folks wanted to look at other countries, look at gender differences in career lengths, look at institution networks, etc.

The main result so far is that the publication lifetime of PhDs appears to have collapsed after the 2008 crash. My goal is to get this published in a peer-reviewed journal.

Collaborators welcome.



Dependencies:
-------------
* You need an ADS API developer key, follow directions here to get one: https://github.com/adsabs/adsabs-dev-api
Expand Down

0 comments on commit 88c555b

Please sign in to comment.