Created by the Information Quality Lab. To view the test website version of the app, go to: https://corinnemc-computable-bibliography-app.share.connect.posit.cloud/
This app retrieves information for a list of publications based on their Digital Object Identifiers (DOIs) using OpenAlex. The input is a .txt file; the output is multiple python dictionaries comparing publication information and multiple plots to visualize trends. The file also measures DOIs that return no information from OpenAlex.
Follow these steps to set up the code
- Install required packages listed in requirements.txt into your environment
- Open folder in Visual Studio Code (currently using the November 2024 version 1.96)
- Run app.py
- Corinne McCumber (@corinnemc) drafted initial code for the app