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
8 changes: 7 additions & 1 deletion dspace/config/modules/orcid.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,10 @@ orcid.external-data.mapping.publication.external-ids = dc.identifier.doi::doi
orcid.external-data.mapping.publication.external-ids = dc.identifier.scopus::eid
orcid.external-data.mapping.publication.external-ids = dc.identifier.pmid::pmid
orcid.external-data.mapping.publication.external-ids = dc.identifier.isi::wosuid
orcid.external-data.mapping.publication.external-ids = dc.identifier.issn::issn
orcid.external-data.mapping.publication.external-ids = dc.identifier.issn::issn

#### Author/ORCID link behavior ####
# Target of the link rendered for an author whose authority value is an ORCID iD.
# browse - clicking the author name navigates to the browse-by-author page (default);
# orcid - clicking the author name navigates directly to the ORCID profile.
orcid.author.link-target = browse
1 change: 1 addition & 0 deletions dspace/config/modules/rest.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ rest.properties.exposed = statistics.cache-server.uri
rest.properties.exposed = citace.pro.url
rest.properties.exposed = citace.pro.university
rest.properties.exposed = citace.pro.allowed
rest.properties.exposed = orcid.author.link-target


#---------------------------------------------------------------#
Expand Down
Loading