Difference between revisions of "SUNScholar/Researcher Identification/5.X/ORCID"

From Libopedia
Jump to navigation Jump to search
m
m
Line 6: Line 6:
 
Enable the ORCID authority control plugin, by typing the following:
 
Enable the ORCID authority control plugin, by 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 ass follows:
+
Find the ''plugin.named.org.dspace.content.authority.ChoiceAuthority'' plugin and add as follows:
 
<pre>
 
<pre>
 
plugin.named.org.dspace.content.authority.ChoiceAuthority = \
 
plugin.named.org.dspace.content.authority.ChoiceAuthority = \

Revision as of 13:20, 6 February 2015

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

References