You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataCite's schema 4.6 is now public, so we need to upgrade EZID to support DOIs registered with this version of the schema.
Requirements:
Version 4.6 becomes the default schema version for new DataCite DOIs
Version 4.6 is supported for DataCite DOIs registered via both the UI and API
Version 4.6 is supported for XML registrations
Version 4.6 is supported in the batch-registration script
Existing DataCite DOIs that have older schema versions can be updated by users to incorporate the new elements from 4.6
In the case of existing DataCite DOIs with older schema versions, users updating those DOIs (regardless of whether they are incorporating 4.6 elements or not) should not experience any compatibility errors when they make changes as long as the DOIs were registered with 4.x-compatible metadata. If the DOIs are not 4.x compatible, users will receive an error
Update Quick Start Guides for 4.6 updates
Changes in version 4.6 that need to be reflected in EZID are as follows:
Add "Award" and "Project" as allowed resource types in the resourceTypeGeneral field. These values should be added to UI dropdowns where resourceTypeGeneral is used, including:
Resource type dropdown
Any other locations using resourceTypeGeneral
Add "CSTR" and "RRID" as allowed identifier types in the relatedIdentifierType field. These values should be added to dropdowns where relatedIdentifierType is used, including:
Related identifier type dropdown
Add "Translator" as new contributor type in the contributorType field. This value should be added to dropdowns where contributorType is used, including:
Contributor type dropdown
Add new relation type pair to Related Identifier - Relation Type: "HasTranslation" and "IsTranslationOf"
Add new date type: "Coverage"
Key milestones
Develop and test new schema support on dev
Develop and test new schema support on stage
Test new schema support on stage
Release on production
Communicate to users (via EZID-L) that new schema version is available
Tests
UI create DataCite record (advanced form) with/without required data fields
UI update Schema 4.x records
API create Schema 4.x records with/without required data fields
API update Schema 4.x records with/without required data fields
API create datacite.fieldname profile record
API update datacite.fieldname profile record
batch-registration script
Deployment plan
Create new migration file
Deploy the release code
Stop EZID
Apply the database migrations
Restart EZID
The text was updated successfully, but these errors were encountered:
DataCite's schema 4.6 is now public, so we need to upgrade EZID to support DOIs registered with this version of the schema.
Requirements:
Changes in version 4.6 that need to be reflected in EZID are as follows:
DataCite documentation
Add "Award" and "Project" as allowed resource types in the resourceTypeGeneral field. These values should be added to UI dropdowns where resourceTypeGeneral is used, including:
Add "CSTR" and "RRID" as allowed identifier types in the relatedIdentifierType field. These values should be added to dropdowns where relatedIdentifierType is used, including:
Add "Translator" as new contributor type in the contributorType field. This value should be added to dropdowns where contributorType is used, including:
Add new relation type pair to Related Identifier - Relation Type: "HasTranslation" and "IsTranslationOf"
Add new date type: "Coverage"
Key milestones
Tests
Deployment plan
The text was updated successfully, but these errors were encountered: