Project

General

Profile

Actions

Feature #6283

open

add field to reference data usage citations

Added by Matt Jones over 10 years ago. Updated over 10 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
eml - general bugs
Target version:
Start date:
12/06/2013
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:

Description

Consider adding an optional top level field to eml-dataset to provide this, possibly something like:

/eml/dataset/dataUsageCitation which would be of type CitationType

See discussion on eml-dev regarding this issue:
http://lists.nceas.ucsb.edu/ecoinformatics/pipermail/eml-dev/2013-December/002004.html

Actions #1

Updated by Matt Jones over 10 years ago

Here's a proposed element definition for the /eml/dataset/citation field. I have preliminarily checked this into EML trunk (r2344) for incorporation in the next release. As it is optional and at the end of the dataset fields, it should be fully backward compatible with prior versions of EML.

<xs:element name="citation" type="cit:CitationType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
       <doc:tooltip>Data Citation</doc:tooltip>
       <doc:summary>A citation to articles or products in which the
       dataset is used or referenced.</doc:summary>
       <doc:description>A citation to articles or products in which the
       dataset is used or referenced. The citation element contains 
       general information about a literature resource that has used or
       references this dataset resource.
       </doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>

Actions #2

Updated by Matt Jones over 10 years ago

  • Category set to eml - general bugs
  • Assignee set to Matt Jones
Actions

Also available in: Atom PDF