CDLUC3 / ezid-service

4 stars 0 forks source link

Update DataCite resource types mapping to Dublin Core #225

Closed mariagould closed 2 years ago

mariagould commented 3 years ago

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:

rushirajnenuji commented 3 years ago
_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 commented 2 years ago

completed as part of v2.0.5 release.