Path: blob/main/src/resources/schema/document-attributes.yml
12925 views
- name: title1schema: string2description: "Document title"34- name: subtitle5schema: string6tags:7formats: [$pdf-all, $html-all, context, muse, odt, docx]8description: "Identifies the subtitle of the document."910- name: date11schema:12ref: date13description: "Document date"1415- name: date-format16schema:17ref: date-format18description: "Date format for the document"1920- name: date-modified21tags:22formats: [$html-doc]23schema:24ref: date25description: "Document date modified"2627- name: author28schema:29maybeArrayOf:30anyOf:31- object32- string33description: "Author or authors of the document"3435- name: affiliation36schema:37maybeArrayOf:38anyOf:39- object40- string41tags:42formats: [$jats-all]43description:44short: The list of organizations with which contributors are affiliated.45long: |46The list of organizations with which contributors are47affiliated. Each institution is added as an [`<aff>`] element to48the author's contrib-group. See the Pandoc [JATS documentation](https://pandoc.org/jats.html)49for details on `affiliation` fields.5051- name: copyright52schema: object53tags:54formats: [$jats-all]55description:56short: "Licensing and copyright information."57long: |58Licensing and copyright information. This information is59rendered via the [`<permissions>`](https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/permissions.html) element.60The variables `type`, `link`, and `text` should always be used61together. See the Pandoc [JATS documentation](https://pandoc.org/jats.html)62for details on `copyright` fields.6364- name: article65schema: object66tags:67formats: [$jats-all]68description:69short: "Information concerning the article that identifies or describes it."70long: |71Information concerning the article that identifies or describes72it. The key-value pairs within this map are typically used73within the [`<article-meta>`](https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/article-meta.html) element.74See the Pandoc [JATS documentation](https://pandoc.org/jats.html) for details on `article` fields.7576- name: journal77schema: object78tags:79formats: [$jats-all]80description:81short: Information on the journal in which the article is published.82long: |83Information on the journal in which the article is published.84See the Pandoc [JATS documentation](https://pandoc.org/jats.html) for details on `journal` fields.8586- name: institute87schema:88maybeArrayOf:89anyOf:90- object # This is a temporary fix for https://github.com/quarto-dev/quarto-cli/issues/55291- string92tags:93formats: [$html-pres, beamer]94description: Author affiliations for the presentation.9596- name: abstract97schema: string98tags:99formats:100[101$pdf-all,102$html-doc,103$epub-all,104$asciidoc-all,105$jats-all,106context,107ms,108odt,109docx,110]111description: "Summary of document"112113- name: abstract-title114schema: string115tags:116formats: [$html-doc, $epub-all, docx, typst]117description: "Title used to label document abstract"118119- name: notes120schema: string121tags:122formats: [$jats-all]123description: |124Additional notes concerning the whole article. Added to the125article's frontmatter via the [`<notes>`](https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/notes.html) element.126127- name: tags128schema:129arrayOf: string130tags:131formats: [$jats-all]132description: List of keywords. Items are used as contents of the133[`<kwd>`](https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/kwd.html) element; the elements are grouped in a134[`<kwd-group>`](https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/kwd-group.html) with the135[`kwd-group-type`](https://jats.nlm.nih.gov/publishing/tag-library/1.2/attribute/kwd-group-type.html) value `author`.136137- name: doi138schema: string139tags:140formats: [$html-doc]141description: Displays the document Digital Object Identifier in the header.142143- name: thanks144schema: string145tags:146formats: [$pdf-all, typst]147description: The contents of an acknowledgments footnote after the document title.148149- name: order150schema: number151description: Order for document when included in a website automatic sidebar menu.152153154