<data-title> Data Title (in a citation)

Within a citation (such as a <mixed-citation> or an <element-citation>), the title of a cited data source such as a dataset or spreadsheet. As <article-title> is to articles, <data-title> is to data sources such as datasets and spreadsheets.

Usage/Remarks

Since datasets can contain very complex relationships, this element may describe different levels within a data collection. In any one citation for a data store, it may be necessary to use both multiple <data-title> elements as well as one or more <source> elements.
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 | num | overline | roman | sans-serif | sc | strike | underline | ruby | named-content | styled-content | sub | sup)*

Tagged Sample

Sci. Data with DOI

...
<ref>
 <mixed-citation publication-type="data">Xu, J. <etal/> 
  <data-title>Cross-platform ultradeep transcriptomic profiling 
   of human reference RNA samples by RNA-Seq</data-title>. 
  <source>Sci. Data</source> 
  <volume>1</volume>:<elocation-id>140020</elocation-id> 
  doi: <pub-id pub-id-type="doi">10.1038/sdata.2014.20</pub-id> 
  (<year iso-8601-date="2014">2014</year>).</mixed-citation>
</ref>
...