<institution>

Institution Name: in an Address

Name of an institution or organization (for example, a university or corporation).

Remarks

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>

Attributes

content-type Type of Content
id Identifier
specific-use Specific Use
xlink:actuate Actuating the Link
xlink:href Href (Linking Mechanism)
xlink:role Role of the Link
xlink:show Showing the Link
xlink:title Title of the Link
xlink:type Type of Link
xmlns:xlink XLink Namespace Declaration
xml:lang Language

Related Elements

The elements used in an address may include the address class elements: <addr-line>, <country>, <fax>, <institution>, and <phone> and the address linking class elements: <email>, <ext-link>, and <uri>.

Content Model

<!ELEMENT  institution  (#PCDATA %institution-elements;)*            >

Expanded Content Model

(#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)*

Description

Any combination of:

This element may be contained in:

<address>, <addr-line>, <aff>, <collab>, <corresp>, <element-citation>, <mixed-citation>, <principal-award-recipient>, <product>, <publisher-loc>, <related-article>, <related-object>

Example

          
...
<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>
...


        

Module

JATS-common1.ent