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

From Libopedia
Jump to navigation Jump to search
(Created page with "<center> '''BACK TO RESEARCHER IDENTIFICATION''' </center> ===References=== *https://wiki.duraspace.org/display/DSDOC5x/ORCID+Integ...")
 
m
Line 3: Line 3:
 
</center>
 
</center>
  
 +
===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 ass follows:
 +
<pre>
 +
plugin.named.org.dspace.content.authority.ChoiceAuthority = \
 +
    org.dspace.content.authority.SolrAuthority = SolrAuthorAuthority
 +
</pre>
  
 
===References===
 
===References===
 
*https://wiki.duraspace.org/display/DSDOC5x/ORCID+Integration
 
*https://wiki.duraspace.org/display/DSDOC5x/ORCID+Integration

Revision as of 13:19, 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 ass follows:

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

References