diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2020-11-23 10:26:20 +0100 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2020-11-23 10:27:57 +0100 |
commit | f7d80b41709ad79729226243e82a166a236934b8 (patch) | |
tree | ec9c3bf4233f0be5da417def252e435698511ffa /doc | |
parent | f9258371dd20e0a9569c04923188a91f6c2e489e (diff) | |
download | pandoc-f7d80b41709ad79729226243e82a166a236934b8.tar.gz |
JATS template: allow array of persistent institute ids in `pid`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jats.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/jats.md b/doc/jats.md index 99de0b3bf..362ae3bef 100644 --- a/doc/jats.md +++ b/doc/jats.md @@ -102,6 +102,13 @@ Metadata Values [`institution-id-type`](attr:institution-id-type) set to `ROR`. + `pid` + : Array of persistent identifiers which are added as + [`<institution-id>`] elements. Each item must contain a map + with keys `type`, used as + [`institution-id-type`](attr:institution-id-type), and `id`, + used as element content. + `street-address` : The organization's street address; each list item is wrapped in an [`<addr-line>`] element, separated by a comma and |