Versions Compared

Key

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

...

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 the org.dspace.orcid.model.factory.impl.OrcidWorkFactory  configured via this mapping bean:

...