From fe7b5b94ed4e168a376fd1a6c3576608693b1e04 Mon Sep 17 00:00:00 2001 From: Adamo Date: Thu, 20 Feb 2025 18:58:34 +0100 Subject: [PATCH] [CST-18016] Added OpenAlex external-providers.cfg --- dspace/config/modules/external-providers.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dspace/config/modules/external-providers.cfg b/dspace/config/modules/external-providers.cfg index f1ec32c91034..2df82211bad4 100644 --- a/dspace/config/modules/external-providers.cfg +++ b/dspace/config/modules/external-providers.cfg @@ -96,4 +96,10 @@ datacite.timeout = 180000 #---------------------------------------------------------------# ror.orgunit-import.api-url = https://api.ror.org/organizations +################################################################# +#------------------------- OpenAlex ----------------------------# +#---------------------------------------------------------------# + +openalex.url.works = https://api.openalex.org/works +openalex.url.authors = https://api.openalex.org/authors ################################################################# \ No newline at end of file