Skip to content

Commit

Permalink
Add new datacite resourceType options (#2121)
Browse files Browse the repository at this point in the history
-   Ticket: [ENG-5133]
-   Feature flag: n/a

## Purpose
- Add new options to resource type options to match what will be available in Datacite 4.5 schema

## Summary of Changes
- Add `Instrument` and `StudyRegistration` to resourceTypeGeneralOptions array
  • Loading branch information
futa-ikeda authored Feb 13, 2024
1 parent affec7d commit e0e40d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/custom-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const resourceTypeGeneralOptions = [
'Dissertation',
'Event',
'Image',
'Instrument',
'InteractiveResource',
'Journal',
'JournalArticle',
Expand All @@ -29,6 +30,7 @@ export const resourceTypeGeneralOptions = [
'Software',
'Sound',
'Standard',
'StudyRegistration',
'Text',
'Workflow',
'Other',
Expand Down

0 comments on commit e0e40d6

Please sign in to comment.