Skip to content

support citations for datasets #94

@twhiteaker

Description

@twhiteaker

In EML 2.2, datasets can have these child elements:

  • referencePublication - (0, 1) THE publication that describes the dataset, or when a paper is intended to be the canonical or examplar reference to the dataset
  • usageCitation - (0, many) a publication in which the dataset is used
  • literatureCited - (0, many) a publication referenced in the dataset or its metadata, e.g., a paper on a particular method used to collect the data

To support this, the dataset table could be related to publications. Here are a couple of ideas:

(a). Three new tables, one for each type of publication listed above.
(b). One table, with a column, RelationToDataset with possible values referencePublication, usageCitation, literatureCited.

(b) seems more efficient, but I don't know how you'd support (0,1) for referencePublication and (0, many) for the others.

The citation itself could be a varchar field storing XML or BibTeX. A separate column indicates type of content.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions