Difference between revisions of "SUNScholar/Researcher Identification/5.X/ORCID"
Jump to navigation
Jump to search
m |
m (→Step 1) |
||
| Line 3: | Line 3: | ||
</center> | </center> | ||
| − | ===Step 1 | + | ===Step 1 - Enable the ORCID authority control plugin=== |
| − | Enable the ORCID authority control plugin | + | Typing the following: |
nano $HOME/dspace/source/config/dspace.cfg | nano $HOME/dspace/source/config/dspace.cfg | ||
Find the ''plugin.named.org.dspace.content.authority.ChoiceAuthority'' plugin and add as follows: | Find the ''plugin.named.org.dspace.content.authority.ChoiceAuthority'' plugin and add as follows: | ||
| Line 10: | Line 10: | ||
plugin.named.org.dspace.content.authority.ChoiceAuthority = \ | plugin.named.org.dspace.content.authority.ChoiceAuthority = \ | ||
org.dspace.content.authority.SolrAuthority = SolrAuthorAuthority | org.dspace.content.authority.SolrAuthority = SolrAuthorAuthority | ||
| − | </pre> | + | </pre> |
===Step 2=== | ===Step 2=== | ||
Revision as of 13:24, 6 February 2015
BACK TO RESEARCHER IDENTIFICATION
Step 1 - Enable the ORCID authority control plugin
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
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