csp logo

Instructions for using this documentation

Issue XML Requirements

Article XML Requirements

Article Objects

ID Syntaxes

File-Naming Conventions

Full-text Examples

DTD

Article metadata

Author footnotes

Element or context:

<author-notes>, <fn>

Requirements:

N.B. The following requirements are for footnotes on authors only. For footnotes within the text or tables, see Footnotes.

  1. Contain the footnote for an author in <author-notes>
  2. Contain the word "Notes" within <title> inside <author-notes> (see the example)
  3. Give the footnote a unique id of the form "afn{some number}"
  4. Set attribute 'fn-type' to "author-fn"
  5. N.B.: Do not apply a <label> element or any linking symbol
  6. Link the author to the footnote using <xref> within <contrib> (see Authors)

Example

<author-notes>
<title>Notes</title>
<p content-type="article-note">This article is part of a special compilation entitiled "Otherwordly creatures", and has undergone the journal's usual peer-review process.</p> <fn id="afn1" fn-type="author-fn"><p>Deceased.</p></fn>
<fn id="afn2" fn-type="author-fn"><p>Present address: Department of Foreign Affairs, Havana, Cuba.</p></fn> <fn id="afn3" fn-type="author-fn"><p>The Example Author Collaborative is made up of Tomson Highway, Lee Maracle, Thomas King, and Richard Wagamese.</p>
</author-notes>