Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dspace/config/modules/external-providers.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ scopus.fetchSize = 20
# follow link to get apikey: https://developer.clarivate.com/apis/wos
wos.apiKey =
wos.url = https://wos-api.clarivate.com/api/wos/id/
wos.url.search = https://wos-api.clarivate.com/api/wos/?databaseId=WOS&lang=en&usrQuery=
wos.url.search = https://wos-api.clarivate.com/api/wos/?databaseId=WOS&optionView=SR&lang=en&usrQuery=
#################################################################
#------------------------- DataCite ----------------------------#
#---------------------------------------------------------------#
Expand Down
2 changes: 1 addition & 1 deletion dspace/config/modules/metrics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# own custom ${dspace.dir}/config/local.cfg file. #

# Settings to retrieve the Citation count from WOS
metrics.wos.citation-count.url = https://wos-api.clarivate.com/api/wos/?databaseId=WOS&lang=en&usrQuery=
metrics.wos.citation-count.url = https://wos-api.clarivate.com/api/wos/?databaseId=WOS&optionView=SR&lang=en&usrQuery=
metrics.wos.citation-count.apiKey = ${wos.apiKey}

# Settings to retrieve the citation count from Scopus
Expand Down