<data-title> Data Title

The formal title or name of a cited data source (or a component of a cited data source) such as a dataset or spreadsheet.

Usage/Remarks

Data titles as mentioned in citations (<element-citation> or <mixed-citation>), product descriptions (<product>), etc., may include applicable dates.

Best Practice

Since datasets can contain very complex relationships for citing data, both the <source> element and this element may be used in a single citation to describe different levels of the data source. The <data-title> is typically used as an equivalent of an article title (see samples below).
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  data-title
                        (#PCDATA %data-title-elements;)*             >
Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-graphic | inline-media | private-char | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | named-content | styled-content | sub | sup)*

Tagged Samples
<source> and external link
...
<ref>
 <mixed-citation publication-type="data"><person-group
  person-group-type="allauthors"><string-name>Kollman JM</string-name>, 
 <string-name>Charles EJ</string-name>, <string-name
 >Hansen JM</string-name></person-group>, 
  <year iso-8601-date="2014">2014</year>, <data-title>Cryo-EM structure of 
  the CTP synthetase filament</data-title>, <ext-link ext-link-type="uri" 
  xlink:href="http://www.ebi.ac.uk/pdbe/entry/EMD-2700">
  http://www.ebi.ac.uk/pdbe/entry/EMD-2700</ext-link>, Publicly available 
  from <source>The Electron Microscopy Data Bank (EMDB)</source>.</mixed-citation>
</ref>
...
Dryad with DOI
...
<ref-list>
<ref id="r5">
 <mixed-citation publication-type="data"><person-group
   person-group-type="author"><name><surname>Levy</surname> 
   <given-names>I</given-names></name>,
   <name><surname>Maor</surname>
   <given-names>Y</given-names></name>,
   <name><surname>Mahroum</surname>
   <given-names>N</given-names></name>, 
   <etal>et al.</etal></person-group> 
   <data-title>Data from: Missed opportunities for earlier 
   diagnosis of HIV in patients that presented with advanced 
   HIV disease: a retrospective cohort 
   study.</data-title> <source>Dryad Digital Repository</source>.
   <year>2016</year>.  doi:<pub-id pub-id-type="doi"
   >10.5061/dryad.73c00</pub-id></mixed-citation>
</ref>

<ref id="r9">
<mixed-citation publication-type="data"><person-group 
  person-group-type="author"
  ><string-name><surname>Hanson</surname>, 
  <given-names>B.</given-names></string-name>,  
  <string-name><surname>Wooden</surname>, 
  <given-names>P.</given-names></string-name>, &amp; 
  <string-name><surname>Lerback</surname>, 
  <given-names>J.</given-names></string-name>
  </person-group> (<year>2019</year>). <data-title>Datasets for 
  Age, Gender, and International Author Networks in the Earth 
  and Space Sciences: Implications for Addressing Implicit 
  Bias</data-title> [Data set]. <pub-id pub-id-type="doi"
  >10.5281/ZENODO.3591871</pub-id></mixed-citation></ref>
</ref-list>
GenBank
...
<ref>
 <mixed-citation publication-type="data">
  <data-title>Homo sapiens cAMP responsive element binding protein 1 
  (CREB1), transcript variant A, mRNA</data-title>. <source>GenBank</source> 
  <ext-link ext-link-type="genbank" xlink:href="NM_004379.3">NM_004379.3</ext-link>.
 </mixed-citation>
</ref>
...
Related Resources