Names one of the months of the year.
Used within both article metadata and citations, this element may contain the textual name of a month (“December”), a month-name abbreviation (“Dec”), or a numeric month (“12”). Numeric months are best practice for archives who wish to regularize their data.
Best Practice: For ease in comparisons and searching, many archives prefer that months be converted to numeric value of the following form:
Related Essay: For a discussion on the use of <month>, see Dates in Citations.
<!ELEMENT month (#PCDATA) >
Text, numbers, or special characters
<date>, <date-in-citation>, <element-citation>, <mixed-citation>, <nlm-citation>, <product>, <pub-date>, <related-article>, <related-object>
In article metadata:
... <article-meta> <article-id pub-id-type="pmid">...</article-id> <title-group>...</title-group> <contrib-group>...</contrib-group> <aff id="StLukes">...</aff> <pub-date pub-type="pub"> <day>27</day><month>03</month> <year>1999</year> </pub-date> <volume>318</volume> <issue>7187</issue> <fpage>837</fpage> <lpage>841</lpage> <history> <date date-type="accepted"> <day>29</day> <month>01</month> <year>1999</year></date> </history> <permissions> <copyright-statement>Copyright © 1999, British Medical Journal</copyright-statement> <copyright-year>1999</copyright-year> <copyright-holder>British Medical Journal</copyright-holder> </permissions> <abstract> <p>To examine the effectiveness of day hospital attendance in prolonging independent living for elderly people.</p> </abstract> </article-meta> ...
In an element-style bibliographic reference (punctuation and spacing removed):
...
<ref>
<element-citation publication-type="book" publication-format="web">
<source>Fact sheet: AIDS information resources</source>
<comment>[Internet]</comment>
<publisher-loc>Bethesda (MD)</publisher-loc>
<publisher-name>National Library of Medicine
(US)</publisher-name>
<year>2003</year>
<month>May</month>
<day>2</day>
<date-in-citation content-type="updated">updated 2005 Jul 14</date-in-citation>
<date-in-citation content-type="access-date">cited 2006 Nov 15</date-in-citation>
<size units="screen">[about 3 screens]</size>
<comment>Available from:
<uri>http://www.nlm.nih.gov/pubs/factsheets/aidsinfs.html</uri>
</comment>
</element-citation>
</ref>
...
In a mixed-style bibliographic reference (punctuation and spacing preserved):
...
<ref>
<mixed-citation publication-type="book" publication-format="web">
<source>Fact sheet: AIDS information resources</source>
[Internet]. <publisher-loc>Bethesda
(MD)</publisher-loc>: <publisher-name>National
Library of Medicine (US)</publisher-name>;
<year>2003</year> <month>May</month> <day>2</day>
[updated <date-in-citation content-type="updated">2005 Jul 14
</date-in-citation>; cited <date-in-citation
content-type="access-date">2006 Nov 15</date-in-citation>].
<size units="screen">[about 3 screens]</size>.
Available from:
<uri>http://www.nlm.nih.gov/pubs/factsheets/aidsinfs.html</uri>.
</mixed-citation>
</ref>
...
JATS-common0.ent