All Versions
DSpace Documentation
...
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 | ||
|---|---|---|
| ||
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:
...