This fork of https://github.com/dockstore/orcid-model/ is an EXACT COPY of that codebase, with very minor modifications for DSpace:
- Modified
pom.xml
to us to release it to Maven Central underorg.dspace:orcid-model-jakarta
(as no Jakarta EE compatible version exists in Maven Central). - Modified
pom.xml
to use latest versions of dependencies to align with Spring v6. - Fixed a few tests which failed compilation in Spring v6
- Added Build/Test & Release instructions below.
This fork is only necessary until org.orcid:orcid-model
becomes compatible with Jakarta EE.
See ORCID#50
NOTE: This fork is released under the org.dspace
group for usage by DSpace.
The official ORCID API is released under org.orcid:orcid-model
.
<dependency>
<groupId>org.dspace</groupId>
<artifactId>orcid-model-jakarta</artifactId>
<version>3.3.0</version>
</dependency>
mvn install
Releases a *-SNAPSHOT
release to https://oss.sonatype.org/content/repositories/snapshots
mvn clean javadoc:jar source:jar deploy
# Test release process
mvn release:prepare -DdryRun=true -Drelease
# Tag release in GitHub
mvn release:prepare -Dresume=false -Drelease
# Deploy release to Sonatype
mvn release:perform -Drelease
# Login to http://oss.sonatype.org/
# Verify and release to Maven Central
This repository contains the data model used in the ORCID Registry and APIs as well as Java classes used for mashalling/unmarshalling.
orcid-model is available in Maven central https://mvnrepository.com/artifact/org.orcid/orcid-model/3.0.4
Developers building ORCID API integrations using Java can easily marshall and unmarshall ORCID API data by including this JAR as a dependency in projects.
Contents
* API Base URLs - PRODUCTION
* Public API: https://pub.orcid.org/v3.0/
* Member API: https://api.orcid.org/v3.0/
* API Base URLs - SANDBOX
* Public API: https://pub.sandbox.orcid.org/v3.0/
* Member API: https://api.sandbox.orcid.org/v3.0/
These versions are still supported, but integrations should start planning to move to version 3.0
If using these release candidates please migrate to the current stable version 3.0
-
ORCID Message 2.0_rc4 - Contains: Minor corrections and updates
-
ORCID Message 2.0_rc3 - Contains: bulk works, activities section endpoints
-
ORCID Message 2.0_rc2 - Contains: Person section, migrates all identifiers to external-identifier
-
ORCID Message 2.0_rc1 - Contains: Peer-review, new format XSD for activities
- Version 1.0.x (includes versions 1.0.1 through 1.0.23)
Sunset Date: March 1, 2014 - ORCID Message 1.1
Sunset Date: April 1, 2015 - **Version 1.2.x **
Sunset Date: Aug 1, 2018
NOTE:
API calls for member to ORCID iD holder authorization using OAuth are not affected by XSD versions. Regardless of the XSD version used, the OAuth endpoints are:
At any one time there may be several available versions of the XSD available for use:
- Deprecated Version(s) - past version(s) of the XSD. While deprecated versions may still work, developers should be migrating to a current release version. New development should not be done against deprecated versions.
- Release Version(s) - the XSD version you should be actively migrating to in order to take advantage of either improvements or new functionality.
- One or more Release Candidates - these versions of the XSD contain in-progress improvements and functionality. They are made available to enable API users to take advantage of new functionality faster than waiting for the next Release Version. These versions are subject to change at any time.
Which XSD version should I be using?
The XSD version you should use depends on what you are trying to do. Most developers will use a current Release Version, or be actively migrating to one. However, if you are developing an integration that takes advantage of new functionality or improvement, you likely will need to use one of the Release Candidates.
You can stay informed of updates to the XSD and API by subscribing to our API Users Group mailing list and forum.
The deprecated version(s) of the XSD are former versions of the XSD. If you are using a deprecated version, you should be planning a migration to move to a release version. Other things of note about deprecated versions:
- An XSD that has changed to deprecated status will not be removed immediately, though we are actively encouraging all developers to move to the current release version.
- Developers on deprecated versions should refer to the migration notes to assist in moving to the latest release version.
- Future functionality will not be supported in deprecated versions.
- Future versions may not be backward compatible with deprecated versions.
- Deprecated versions will have a "sunset date", after which they will no longer be supported. Developers experiencing problems with deprecated versions will be directed to move to the release version.
Release versions of the XSD are fully documented, tested, supported and encouraged for use. Of note about release versions:
- Our intent is for release versions of the XSD to have longer lifespans than the very fast pace of ORCID new development.
- When feasible, we will provide estimates of when the next release version is likely to be available, and what it is likely to contain.
- While more than one release version may be available at any time, we highly recommend that developers update to the latest release version at least once per year to enjoy optimal XSD stability.
Release candidate versions of the XSD contain elements and data structures for future functionality, potential changes and other enhancements. Of note about release candidates:
- The version number of release candidates will contain "rc" to indicate that they are release candidates (for example, version 1.2_rc1). The first two numbers indicate the target release version for the candidate. For example, the changes and enhancements in version 1.2_rc1 are being considered for inclusion with release version 1.2.
- Release candidates are generally unsupported, and have limited documentation.
- Elements and data structure within a release candidate XSD could change at any time based on development needs and feedback from early adopters.
- We welcome feedback from any developers working with current release candidates.
Version/link | Release Date | Sunset date | Notes | Who should be using this version |
---|---|---|---|---|
ORCID XSD 3.0 | May 16, 2019 | Latest release version Current Supported version. Default version for API calls. New affiliation types Qualifications, Membership and service, Invited positions and distinctions. Research resources.Schema changes for posting information “on behalf of.” |
This is a preferred version. All developers should, if possible, be using or migrating to this version. Documentation | |
ORCID XSD 2.1 | Nov 17, 2017 | Supported Version Supported version ORCID iDs are expressed in the canonical form with the https prefix |
This is an older but fully supported version. 3.0 is the latest supported version. Use 3.0 for the latest features. Documentation |
|
ORCID XSD 2.0 | Feb 13, 2017 | Release version Deprecated Version Change log from 1.2 |
This is a preferred version. All developers should be using or migrating to this version or 2.1. Documentation | |
ORCID XSD 2.0_rc4 | Jan 24, 2017 | Spring 2018 | Release candidate version minor fixes and corrections |
|
ORCID XSD 2.0_rc3 | Nov 18, 2016 | Spring 2018 | Release candidate version adds bulk works |
|
ORCID XSD 2.0_rc2 | Jul 20, 2016 | Spring 2018 | Release candidate version adds person section |
|
ORCID XSD 2.0_rc1 | Jul 01, 2015 | Spring 2018 | Release candidate version adds peer-review section, reformats XSD for activities |
|
ORCID XSD 1.2 | Jan 12, 2015 | August 1st 2018 | Deprecated version |
All developers on this version should migrate to version 2.0 |
XSD 1.2_rcX | throughout 2014 | Apr 1, 2015 | Deprecated versions XSD 1.2_rc1: adds elements for education or employment affiliations XSD 1.2_rc2: updates the options for the creation-method field, and adds elements needed for funding XSD 1.2_rc3: restricts the valid language codes to those supported by ORCID, and removes patents as a separate element (included under the works element) XSD 1.2_rc4: provides more details about existing elements, email verification info, organization details that create an ORCID record, and funding agency details for funding element XSD 1.2_rc5: clarifies elements for data provenance - the data source, creation date and modification date; work external IDs are required XSD 1.2_rc6: adds more work types |
These versions were sunset as of Apr 1, 2015. They are no longer available and should not be used. |
ORCID XSD 1.1 | Nov 25, 2013 | Apr 1, 2015 | Deprecated version |
This version was sunset as of Apr 1, 2015. It is no longer available and should not be used. |
ORCID XSD 1.0.x | various | Mar 1, 2014 | Sunset version | These versions were sunset as of March 1, 2014. They are no longer available and should not be used. (Versions 1.0.1 - 1.0.23) |
Technical documentation is included with the read-me file for each version. Current release documentation
The ORCID Member Support Site has additional documentation, tutorials and guides, as well as contact for our support team.
We also invite you to submit questions to the API Users Group mailing list and forum.