This Python program allows you to retrieve and compile the h-index of researchers from given universities.
- Python 3.x
pandaslibraryscholarlylibrary
You can install the required libraries using pip:
pip install pandas scholarly- Clone the repository:
git clone https://github.com/ezekielulrich/metricscraper.git- Navigate to the project directory:
cd metricscraper- Run the program:
python main.pyThe program will search Google Scholar for authors from each university whose interests are associated with manufacturing and retrieve their corresponding h-index and citation count. These results are compiled into a .csv file and can be visualized as a box plot by running
python graph.pypython main.pyOutput:
Running...
...
{'Author': 'A. John Hart', 'Affiliation': 'MIT', 'Citations': 23499, 'H-index': 72}
Searching for information on Aaron Stebner
{'Author': 'Aaron Stebner', 'Affiliation': 'Georgia Tech', 'Citations': 2520, 'H-index': 26}
Searching for information on Adrian Lew
{'Author': 'Adrian Lew', 'Affiliation': 'Stanford', 'Citations': 3330, 'H-index': 28}
...
Saved to .csv file