A simple model for plotting connectivity between authors!
Explore the docs »
·
Report Bug
·
Request Feature
Table of Contents
This code is a very simple and easy-to-use scraper of profiles and graph generator (maybe papers in the future but right now Google scholar blocks connections for querys...).
The code uses python 3. use the following to download the required libraries
This is an example of how to list things you need to use the software and how to install them.
- npm
pip install -r requirements.txt
Run the script: scrape_profiles.py to scrape the coauthors up to a given number of node distances starting from an initial author
e.g run
python scrape_profiles.py --name 'Martin Barry' --depth 3
Run the script: make_graph.py to simply create the matrix of connectivity between authors. This matrix can then be plotted using Gephi e.g run
python make_graph.py --depth 3
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Project Link: https://github.com/martinbarry59/scholar_graphs