<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.
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
Content Model
<!ELEMENT data-title (#PCDATA %data-title-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | named-content | styled-content | sub | sup)*
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Emphasis Elements
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- Baseline Change Elements
This element may be contained in:
Example
RNA sequence sample:
...
<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>
...