Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once enabled, an option to login via ORCID is provided to the user among the other authentication methods configured in the system. There are several different scenarios that need to be considered for the ORCID Login process; please see ORCID Login: Guide to Repository access and Account linking for more information. The ORCID authentication doesn't allow the user to reset their password from DSpace.

...

the person import from ORCID is more useful and common to be used in the context of the management of relationship among research outputs and activities (publications, projects, etc) and person, see the Configure the author lookup in submission

Displaying ORCID iDs on work landing pages

For ORCID iDs that have been associated with a user profile (Person Entity), either by a user connecting their authenticated ORCID iD with their profile, or an administrator adding an unauthenticated ORCID iD to a Person Entity profile: the ORCID iD icon will appear next to the user's name on any works landing pages where the user is an author, with the user's ORCID iD displayed upon hovering over the ORCID iD icon. Authenticated ORCID iDs will appear as a green ORCID iD icon:

...

Image Added

Unauthenticated ORCID iDs will appear as a grey icon with the word "unconfirmed" in parentheses:

...

Image Added

Configuration

Enable the integration

...

Mapping of DSpace Publication items to ORCID Works

The mapping of DSpace default type has been established based on the ORCID works type specifications (as consulted on 2025-02-05): https://github.com/ORCID/orcid-model/blob/master/src/main/java/org/orcid/jaxb/model/common/WorkType.java

In DSpace, ORCID document type mapping is defined in the following properties file:  mapConverter-dspace-to-orcid-publication-type.properties


Warning
titleOther document type uses

If you are using document types other than those provided by DSpace (i.e : document type not defined or document type in other language), it will be mapped to other ORCID document type. Changing it will require to edit DSpace mapConverter-dspace-to-orcid-publication-type.properties and ensure to conform with ORCID works type definitions.

When editing mapConverter-dspace-to-orcid-publication-type.properties spaces in the doctype label must be escaped. For example Book chapter must be noted Book\ chapter.


A DSpace "Publication" item is pushed to ORCID as a "Work" using the A DSpace "Publication" item is pushed to ORCID as a "Work" using the org.dspace.orcid.model.factory.impl.OrcidWorkFactory  configured via this mapping bean:

...