Skip to content

Commit 8fd80a6

Browse files
KasinhouMatus Kasak
andauthored
ZCU-PUB/Config for redirecting author (#1324)
* Added configurable property to switch between redirecting to orcid/browse * Changed from dspace to orcid.cfg --------- Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
1 parent dcd737e commit 8fd80a6

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

dspace/config/modules/orcid.cfg

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,10 @@ orcid.external-data.mapping.publication.external-ids = dc.identifier.doi::doi
161161
orcid.external-data.mapping.publication.external-ids = dc.identifier.scopus::eid
162162
orcid.external-data.mapping.publication.external-ids = dc.identifier.pmid::pmid
163163
orcid.external-data.mapping.publication.external-ids = dc.identifier.isi::wosuid
164-
orcid.external-data.mapping.publication.external-ids = dc.identifier.issn::issn
164+
orcid.external-data.mapping.publication.external-ids = dc.identifier.issn::issn
165+
166+
#### Author/ORCID link behavior ####
167+
# Target of the link rendered for an author whose authority value is an ORCID iD.
168+
# browse - clicking the author name navigates to the browse-by-author page (default);
169+
# orcid - clicking the author name navigates directly to the ORCID profile.
170+
orcid.author.link-target = browse

dspace/config/modules/rest.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ rest.properties.exposed = statistics.cache-server.uri
8282
rest.properties.exposed = citace.pro.url
8383
rest.properties.exposed = citace.pro.university
8484
rest.properties.exposed = citace.pro.allowed
85+
rest.properties.exposed = orcid.author.link-target
8586

8687

8788
#---------------------------------------------------------------#

0 commit comments

Comments
 (0)