This program produces a Sankey chart for academic publication records by date, discipline, and degree completion. It automatically pulls the data from Google Scholar using the scholarly API .
The publications are automatically categorized by discipline based on a keyword search of the title and journal/conference name. For now, only keywords for control, learning, and swarming are provided.
Below is an example for scholar 'Peter Travis Jardine':
- You will need to install the scholarly API first.
- Run sankey_automated.py.
- Change the my_name parameter and degree completion info as required.
- expand scope of keywords
- find a better way to truncate the publication titles
- fix some bugs with erroneous Google Scholar data