JATS template: allow array of persistent institute ids in pid
This commit is contained in:
parent
f9258371dd
commit
f7d80b4170
2 changed files with 10 additions and 0 deletions
|
@ -25,6 +25,9 @@ $endif$
|
||||||
$if(affiliation.ror)$
|
$if(affiliation.ror)$
|
||||||
<institution-id institution-id-type="ROR">$affiliation.ror$</institution-id>
|
<institution-id institution-id-type="ROR">$affiliation.ror$</institution-id>
|
||||||
$endif$
|
$endif$
|
||||||
|
$for(affiliation.pid)$
|
||||||
|
<institution-id institution-id-type="$affiliation.pid.type$">$affiliation.pid.id$</institution-id>
|
||||||
|
$endfor$
|
||||||
</institution-wrap>$if(affiliation.street-address)$,
|
</institution-wrap>$if(affiliation.street-address)$,
|
||||||
$for(affiliation.street-address)$
|
$for(affiliation.street-address)$
|
||||||
<addr-line>$affiliation.street-address$</addr-line>$sep$,
|
<addr-line>$affiliation.street-address$</addr-line>$sep$,
|
||||||
|
|
|
@ -102,6 +102,13 @@ Metadata Values
|
||||||
[`institution-id-type`](attr:institution-id-type) set to
|
[`institution-id-type`](attr:institution-id-type) set to
|
||||||
`ROR`.
|
`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`
|
`street-address`
|
||||||
: The organization's street address; each list item is wrapped
|
: The organization's street address; each list item is wrapped
|
||||||
in an [`<addr-line>`] element, separated by a comma and
|
in an [`<addr-line>`] element, separated by a comma and
|
||||||
|
|
Loading…
Add table
Reference in a new issue