This repository includes Python programs designed to automate the process of assessing library electronic journal collections.
This repository contains programs designed to automate the work of evaluating library electronic journal collections. The programs use the Scopus API to retreive citation data and query a library’s link resolver systems using the OpenURL protocol.
This project is in development, but will contain three programs that:
Explore the data with pandas and the Jupyter notebook.
To use these programs you must have access to Elsevier’s Scopus citation database and be running it from an IP address that is affiliated with an institution subscribing to Scopus. You must also have an API key from Elsevier.
This program is designed to query library link resolvers that follow the OpenURL protocol.
This program is written in Python using Jupyter Notebooks, and is dependent on the following modules that don’t come pre-installed with Python:
When you first use the scopus module, you will need to configure it by entering the API key provided to you by Elsevier.
The link resolver querying functionality is provided by the searchOpenURL
function, and has been written to parse out XML statements that follow the OpenURL protocol, and more specifically, the Alma link resolver.
r = requests.get
by replacing http://na01.alma.exlibrisgroup.com/view/uresolver/01UTON_UW/openurl?svc_dat=CTO&issn={}
with your base URL. The ?svc_dat=CTO&issn={}
parameters must remainns
dictionary and replace the current values with the namespace values in the XML output from your link resolver. Currently, these values are for the Alma Link Resolver.findall
statements and ensure that the element names reflect the names in your link resolver’s XML output.Once configured, use these programs by providing properly-structued data in the Data folder. Run the programs with Jupyter.
scopusGetPapersByAuthors
These programs have been developed by Roger Reka.
GNU GPLv3; see LICENSE.