2020-11-20 18:57:06 +01:00
|
|
|
$--
|
|
|
|
$-- Affiliations
|
|
|
|
$--
|
2021-12-23 18:45:20 +01:00
|
|
|
<aff id="aff-$it.id$">
|
2020-11-20 18:57:06 +01:00
|
|
|
$-- wrap affiliation if it has a known institution identifier
|
2021-12-23 08:45:39 +01:00
|
|
|
$if(it.group)$
|
|
|
|
<institution content-type="group">${it.group}</institution>
|
2020-11-20 18:57:06 +01:00
|
|
|
$endif$
|
2021-12-23 08:45:39 +01:00
|
|
|
$if(it.department)$
|
|
|
|
<institution content-type="dept">${it.department}</institution>
|
2020-11-20 18:57:06 +01:00
|
|
|
$endif$
|
|
|
|
<institution-wrap>
|
2021-12-23 08:45:39 +01:00
|
|
|
$if(it.organization)$
|
|
|
|
<institution>${it.organization}</institution>
|
2020-11-20 18:57:06 +01:00
|
|
|
$else$
|
2021-12-23 08:45:39 +01:00
|
|
|
<institution>${it.name}</institution>
|
2020-11-20 18:57:06 +01:00
|
|
|
$endif$
|
2021-12-23 08:45:39 +01:00
|
|
|
$if(it.isni)$
|
|
|
|
<institution-id institution-id-type="ISNI">${it.isni}</institution-id>
|
2020-11-20 18:57:06 +01:00
|
|
|
$endif$
|
2021-12-23 08:45:39 +01:00
|
|
|
$if(it.ringgold)$
|
|
|
|
<institution-id institution-id-type="Ringgold">${it.ringgold}</institution-id>
|
2020-11-20 18:57:06 +01:00
|
|
|
$endif$
|
2021-12-23 08:45:39 +01:00
|
|
|
$if(it.ror)$
|
|
|
|
<institution-id institution-id-type="ROR">${it.ror}</institution-id>
|
2020-11-20 18:57:06 +01:00
|
|
|
$endif$
|
2021-12-23 08:45:39 +01:00
|
|
|
$for(it.pid)$
|
|
|
|
<institution-id institution-id-type="${it.type}">${it.id}</institution-id>
|
2020-11-23 10:26:20 +01:00
|
|
|
$endfor$
|
2021-12-23 08:45:39 +01:00
|
|
|
</institution-wrap>$if(it.street-address)$,
|
|
|
|
$for(it.street-address)$
|
|
|
|
<addr-line>${it}</addr-line>$sep$,
|
2020-11-20 18:57:06 +01:00
|
|
|
$endfor$
|
2021-12-23 08:45:39 +01:00
|
|
|
$else$$if(it.city)$, <city>$it.city$</city>$endif$$endif$$if(it.country)$,
|
|
|
|
<country$if(it.country-code)$ country="$it.country-code$"$endif$>$it.country$</country>$endif$
|
2020-11-20 18:57:06 +01:00
|
|
|
</aff>
|