a simple python script to generate a geographical map of my collaborations based on scival/scopus metrics
pip install pandas folium geopy pycountry tqdm pycountry-convertCreate a Researcher collaboration report from SciVal and extract the section detailing the information on institutional collaboration and save as collab.csv. See the example in this repo.
In the actual map_collab.py script, modify the home location to be your coordinates you want e.g.
home_location = [-27.4975, 153.0137] # University of Queensland, St LuciaThen just run:
python map_collab.py