Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DataCite resource types mapping to Dublin Core #225

Closed
3 tasks
mariagould opened this issue Sep 17, 2021 · 2 comments
Closed
3 tasks

Update DataCite resource types mapping to Dublin Core #225

mariagould opened this issue Sep 17, 2021 · 2 comments
Assignees
Labels
DataCite DataCite-related issue

Comments

@mariagould
Copy link
Collaborator

mariagould commented Sep 17, 2021

EZID maps DataCite resource types to Dublin Core. We need to update the mapping to include the new resource types that DataCite has added in its latest schema release, which we are now adding to the EZID registration form.

To do:

  • Rushiraj: Add current list to this ticket

  • Maria: Determine what the new mappings should be

  • Rushiraj: Update the mappings list

@mariagould mariagould added the DataCite DataCite-related issue label Sep 17, 2021
@rushirajnenuji
Copy link

_dublinCoreTypes = {
    "collection": "Collection",
    "dataset": "Dataset",
    "event": "Event",
    "image": "Image",
    "interactiveresource": "InteractiveResource",
    "movingimage": "Audiovisual",
    "physicalobject": "PhysicalObject",
    "service": "Service",
    "software": "Software",
    "sound": "Sound",
    "stillimage": "Image",
    "text": "Text",
}

@rushirajnenuji
Copy link

completed as part of v2.0.5 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DataCite DataCite-related issue
Projects
None yet
Development

No branches or pull requests

2 participants