◇◆
<institution-wrap> Institution Wrapper
A wrapper element to hold both the name of an institution (<institution>) and any identifiers for that institution (<institution-id>), for example, an INSI or Ringgold ID.
Usage/Remarks
Common Practice
All levels of a multi-tier
organization may be listed within a single
<institution> element and
given a single institution identifier. For example, a program, a
department, and a university may be part of the same
<institution>, inside a single
<institution-wrap> with a single
<institution-id>. Similarly both a corporation and a
division within the corporation might be inside one <institution> element, inside a <institution-wrap> with a single institution
identifier (<institution-id>). Alternatively, a divisional distinction such as an
“organization” element with a subordinate “dept” and an “office”
inside a department could tagged using multiple
<institution> elements with the
@content-type attribute differentiating institution, department, and
office. Each of these divisions could be assigned an institutional identifier
(<institution-id>), which would require the wrapper element
<institution-wrap>.
Models and Context
May be contained in
Description
Any combination of:
Content Model
<!ELEMENT institution-wrap %institution-wrap-model; >
Expanded Content Model
(institution | institution-id)*
Tagged Sample
Institutions described in funding information
... <funding-source><institution-wrap> <institution content-type="laboratory">Massachusetts Green High Performance Computing Center</institution> </institution-wrap>, operated by <institution-wrap> <institution-id institution-id-type="Ringgold">1846</institution-id> <institution-id institution-id-type="ISNI">0000 0001 2170 1429</institution-id> <institution content-type="university">Boston University</institution> </institution-wrap>, <institution-wrap> <institution-id institution-id-type="Ringgold">1812</institution-id> <institution content-type="university">Harvard University</institution> </institution-wrap>, <institution-wrap> <institution-id institution-id-type="Ringgold">2167</institution-id> <institution content-type="university">MIT</institution> </institution-wrap>, <institution-wrap> <institution-id institution-id-type="Ringgold">1848</institution-id> <institution content-type="university">Northeastern University</institution> </institution-wrap>, and the <institution-wrap> <institution-id institution-id-type="Ringgold">14707</institution-id> <institution content-type="university">University of Massachusetts</institution> </institution-wrap></funding-source> ...