SUNScholar/Researcher Identification/5.X/ORCID

From Libopedia
Revision as of 13:21, 6 February 2015 by Hgibson (talk | contribs)
Jump to navigation Jump to search
BACK TO RESEARCHER IDENTIFICATION

Step 1

Enable the ORCID authority control plugin, by typing the following:

nano $HOME/dspace/source/config/dspace.cfg

Find the plugin.named.org.dspace.content.authority.ChoiceAuthority plugin and add as follows:

plugin.named.org.dspace.content.authority.ChoiceAuthority = \
    org.dspace.content.authority.SolrAuthority = SolrAuthorAuthority

Step 2=

Configure the plugin. Search for the following and uncomment the hashes.

solr.authority.server=${solr.server}/authority
choices.plugin.dc.contributor.author = SolrAuthorAuthority
choices.presentation.dc.contributor.author = authorLookup
authority.controlled.dc.contributor.author = true
authority.author.indexer.field.1=dc.contributor.author

References