cite

citeNode

One source the document draws on, declared beside the scenes rather than inside one. It renders nothing where it is written: the reference list is generated from every cite the document holds, and !cite:#id() in prose is what points at this one. The head carries the identifier the citations use — cite#fs1969().

Also a micronode

#Attributes

authorsRequired
Also written: authorThe authors as they are cited, printed in the reference list exactly as written: Fellegi, I. P. and Sunter, A. B. Not a semicolon between two names — that ends the attribute.
year
The year of publication. Written text, not a number: n.d., in press and 2019a are all years a bibliography carries.
titleRequired
The work's own title.
container
Also written: journal, inWhat the work appeared in — a journal, a book, a conference. Set in italic in the reference list.
publisher
The publishing body, for a book or a report.
pages
Also written: volumeVolume, issue and page range as one written locator: 64(328), 1183–1210.
The DOI, bare or as doi:…. Rendered as a link through doi.org.
Also written: linkWhere the work is, for a source with no DOI. Used only when doi is absent.

#Examples

cite#fs1969(
    authors: Fellegi, I. P. and Sunter, A. B.
    year: 1969
    title: A theory for record linkage
    container: Journal of the American Statistical Association
    pages: 64(328), 1183–1210
    doi: 10.1080/01621459.1969.10501049
)
cite#tufte2001(
    authors: Tufte, E. R.
    year: 2001
    title: The visual display of quantitative information
    publisher: Graphics Press
)