No description
data | ||
json | ||
download_json.sh | ||
extract_dois.sh | ||
generate_url_calls.sh | ||
load_publications.sh | ||
process_json.sh | ||
README.md | ||
res.jsonl |
Investigating open access publications of Universität Leipzig
Luckily, UL gives us a REST-endpoint to get all of its publications for a given year (aka a unsecured search endpoint that does not limit the number of returned results).
- We call this endpoint by running
./load_publications.sh
. - We then extract all DOIs using
./extract_dois.sh
. - We generate a list of calls to the DOI rest api using
./generate_url_calls.sh
- We then load meta data for each publication using
./download_json.sh
- These are then parsed using
jq
in./process_json.sh
This gives us a jsonl
file that can be used for further analysis.