Skip to content

Dataset Metadata - Add more Related Publication ID Types Controlled Vocabulary #45

@eaquigley

Description

@eaquigley

Author Name: Eleni Castro (@posixeleni)
Original Redmine Issue: 3452, https://redmine.hmdc.harvard.edu/issues/3452
Original Date: 2014-01-28
Original Assignee: Kevin Condon


In metadata for Related Publications there is an attribute called "ID Type". At the moment we only have the option of 2 ID Types: DOI and arXiv.
DataCite has a list of Related ID Types which we can add to our list to make it more exhaustive than it currently is: http://schema.datacite.org/meta/kernel-3/metadata.xsd

For example, this would be particularly beneficial for supporting :

  • biomedical and health datasets since they use PubMed IDs.
  • astro: arXiv and bibcode
relatedIdentifierType
IDENTIFIERS = Choices(
        ('ark', _(u'Archival Resource Key')),
        ('arXiv', _(u'Cornell arXiv identifier')),
        ('bibcode', _(u'SAO/NASA bibligraphic code')),
        ('doi', _(u'Digital Object Identifier')),
        ('ean13', _(u'International Article Number')),
        ('eissn', _(u'Electronic Internation Standard Serial Number')),
        ('handle', _(u'Handle')),
        ('isbn', _(u'International Standard Book Number')),
        ('issn', _(u'Internation Standard Serial Number')),
        ('istc', _(u'International Standard Text Code')),
        ('lissn', _(u'Linking ISSN')),
        ('lsid', _(u'Life Science Identifier')),
        ('pmid', _(u'PubMed Identifier')),
        ('pmcid', _(u'PubMed Centrial Identifier')),
        ('purl', _(u'Persistent Uniform Resource Locator')),
        ('upc', _(u'Universal Product Code')),
        ('url', _(u'Uniform Resource Locator')),
        ('urn', _(u'Uniform Resource Name')),"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions