Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.01 KB

Sankey chart for your Google Scholar profile

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.

Example

Below is an example for scholar 'Peter Travis Jardine':

Instructions

  1. You will need to install the scholarly API first.
  2. Run sankey_automated.py.
  3. Change the my_name parameter and degree completion info as required.

Plans for improvement

  • expand scope of keywords
  • find a better way to truncate the publication titles
  • fix some bugs with erroneous Google Scholar data