User:Kim/Prototyping 2nd year/GitPub Cite: Difference between revisions
(→CSL) |
|||
| Line 8: | Line 8: | ||
both are documented in [https://bdarcus.github.io/schema/csl-data.html#items_categories this list] | both are documented in [https://bdarcus.github.io/schema/csl-data.html#items_categories this list] | ||
examples of bibliographies [https://github.com/jgm/pandoc/issues/8366 yaml/json] and [https://gist.github.com/bwiernik/9343f1188127799baff0fbeedcde5217 yaml] for formatting. | |||
==CSL== | ==CSL== | ||
Revision as of 09:13, 29 January 2026
Yaml Metadata Bibliography
Git log is output as metadata formatted as yaml.
in order to be legible for CSL, yaml has to:
- follow specific terms (e.g. 'id', 'categories', 'note', 'language') these are predefined in the fixed vocabulary of csl
- which comply to specified object types (e.g. id = string or number, categories = array of string)
both are documented in this list
examples of bibliographies yaml/json and yaml for formatting.
CSL
Citation Style Language
is an xml based markup language for formatting references, bibliographies and inline citations using standard citation styles such as APA, Harvard etc.
CSL is divided in dependent (linked/ based on an independent style, usually linked in the head, less metadata needs to be defined bc the actual citation formatting is only linked to) and independent (defines citation format, relies on locale files specifying languages dates, terms and grammar) styles.
resources
- repository of citation styles and their csl files.
- csl introduction
- csl specs