Difference between revisions of "SUNScholar/Researcher Identification/5.X/ORCID"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
===Step 1 - Enable the ORCID authority control plugin=== | ===Step 1 - Enable the ORCID authority control plugin=== | ||
| − | + | Edit the following file: | |
nano $HOME/{{Source}}/dspace/config/dspace.cfg | nano $HOME/{{Source}}/dspace/config/dspace.cfg | ||
| − | + | Search for <tt>'''plugin.named.org.dspace.content.authority.ChoiceAuthority'''</tt> plugin and add as follows: | |
<pre> | <pre> | ||
plugin.named.org.dspace.content.authority.ChoiceAuthority = \ | plugin.named.org.dspace.content.authority.ChoiceAuthority = \ | ||
Revision as of 15:22, 3 June 2015
BACK TO RESEARCHER IDENTIFICATION
Contents
Step 1 - Enable the ORCID authority control plugin
Edit the following file:
nano $HOME/source/dspace/config/dspace.cfg
Search for 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
Step 3 - Enable the authority event listener
Search for the following and ensure the "default" listener includes "authority".
event.dispatcher.default.consumers = authority, versioning, discovery, eperson, harvester
Step 4 - Import existing authorities
When first enabled the authority index will be empty, to populate the authority index run the following script:
$HOME/bin/dspace index-authority