For details on OpenAlex, see 10.48550/arXiv.2205.01833
- Find publications of authors associated with an academic institution in Dresden (Timespan: 2017-2022)
# Repository
git clone --recurse-submodules [email protected]:herreio/openalex-client-review.git
cd openalex-client-review
# Python environment
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
# R environment
Rscript renv/activate.R
Rscript -e "renv::restore()"
import openalexapi
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "~/devel/herreio/openalex-client-review/env/lib/python3.8/site-packages/openalexapi/__init__.py", line 3, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
Package requirements are not yet properly specified.
pip install requests pydantic purl
openalex
(kth-library)
openalexR
(ekmaloney)
renv::install("./libs/openalexR-ekmaloney")
openalexR
(massimoaria / CRAN)
renv::install("./libs/openalexR-massimoaria")
- Client Libraries (Documentation)