Name of an institution or organization (for example, a university or corporation).
Common Practice: All levels of a multi-tier organization are typically listed within a single <institution> element. For example, a program, a department, and a university may be part of the same <institution>. Similarly both a division and a corporation would be inside one <institution>.
<institution content-type="edu"> University of Frostbite Falls, Dept of Campus Security, Dept of Moose and Squirrel Security, Office of the Acting Dean</institution>
Alternatively, if an archive wishes to record divisional distinctions made by a publisher, such as an “organization” element with “dept” and “office” sub-elements, the embedded divisions could be converted to this Tag Set using multiple <institution> elements using the @content-type attribute to differentiate department and office. As yet another alternative, the distinction can be made with <named-content> elements:
<institution content-type="edu">
University of Frostbite Falls
<named-content content-type="dept">
Dept of Campus Security</named-content>
<named-content content-type="dept">
Dept of Moose and Squirrel Security</named-content>
<named-content content-type="office">
Office of the Acting Dean</named-content>
</institution><!ELEMENT institution (#PCDATA %institution-elements;)* >
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | break)*
Any combination of:
<address>, <addr-line>, <aff>, <collab>, <corresp>, <element-citation>, <mixed-citation>, <principal-award-recipient>, <product>, <publisher-loc>, <related-article>, <related-object>
...
<contrib-group>
<contrib contrib-type="author">
<collab>
<named-content content-type="program">Joint United
Nations Program on HIV/AIDS (UNAIDS)</named-content>,
<institution>World Health Organization</institution>,
Geneva, <country>Switzerland</country>
</collab>
</contrib>
<contrib contrib-type="author">
<collab>
<named-content content-type="program">Nonoccupational HIV
PEP Task Force, Brown University AIDS Program</named-content>
and the <institution>Rhode Island Department of
Health</institution>, Providence, Rhode Island</collab>
</contrib>
</contrib-group>
...
JATS-common1.ent