diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-12-23 08:45:39 +0100 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2021-12-23 09:11:54 +0100 |
commit | ddd1b856087b7620d9b314026a76dd53d52d65b6 (patch) | |
tree | 9cf87aa2e1a1f1c69c1005985af0f9de19db0a09 /doc | |
parent | 7954070b0141700e17b6bc986d134fed90de7a02 (diff) | |
download | pandoc-ddd1b856087b7620d9b314026a76dd53d52d65b6.tar.gz |
JATS templates: fix affiliation tagging in articleauthoring output
Affiliations were `xlink`ed even in the articleauthoring tag set, but
`<aff>` are not allowed as children of `contrib-group` elements in that
tag set. Each affiliation must be listed directly in the contrib
element.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jats.md | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/doc/jats.md b/doc/jats.md index 7eca75c8e..9b8351840 100644 --- a/doc/jats.md +++ b/doc/jats.md @@ -45,10 +45,21 @@ Metadata Values element. `affiliation` - : list of affiliation identifiers; marks the organizations - with which an author is affiliated. Each identifier in this - list must also occur as the `id` of an affiliation listed in - the top-level `affiliation` list. + : either full affiliation entries as described in field + `affiliation`, or a list of affiliation identifiers. + + The identifiers link to the organizations with which an + author is affiliated. Each identifier in this list must + also occur as the `id` of an affiliation listed in the + top-level `affiliation` list. + + If the top-level `affiliation` field is set, then this + entry assumed to be a list of identifiers, and a list of + full entries if that field is unset. + + Full entries must be given if the articleauthoring tag + set it used, as affiliation links are not allowed in that + schema. `equal-contrib` : boolean attribute used to mark authors who contributed |