◇◆
<conf-loc> Conference Location (in a citation)
Within a citation (such as a <mixed-citation> or an <element-citation>),
the physical location(s) of a conference (for example, city, country, campus, organization
location).
Usage/Remarks
Best Practice
If the conference is in the United States, the state should also be provided. Do not
include a specific venue or address (for example, the conference hotel), unless there
is no other location information.
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- Address Elements
- <addr-line> Address Line
- <city> City (in an address)
- <country> Country (in an address)
- <fax> Fax Number (in address)
- <institution> Institution Name
- <institution-wrap> Institution Wrapper
- <phone> Phone Number: in an Address
- <postal-code> Postal Code: in an Address
- <state> State or Province (in an address)
Content Model
<!ELEMENT conf-loc (#PCDATA %conf-loc-elements;)* >
Expanded Content Model
(#PCDATA | addr-line | city | country | fax | institution | institution-wrap | phone | postal-code | state)*
Tagged Sample
Describing a cited conference
...
<ref>
<label>...</label>
<mixed-citation publication-type="paper"
><person-group
><string-name><surname>Kowitz</surname>
<given-names>G.T.</given-names></string-name>
<etal>et al.</etal></person-group>
<article-title>From ERIC source documents to abstracts:
A problem in readability</article-title> Presented at the
<conf-name>Rocky Mountain Education Research
Association</conf-name>, <conf-loc>Tucson, AZ</conf-loc>,
<conf-date iso-8601-date="1973-11-29">November 29, 1973</conf-date>.
<pub-id>ED0086243</pub-id>.</mixed-citation>
</ref>
...