Open
Description
Description
Miscellaneous notes appearing in frontmatter or backmatter of an article, intended to capture information related to the publication or translation of an article (or to the issue in which it appears). Can also cover 'Notes added in proof', where an author wishes to append additional content to their article based on, for example, a recently published article that might have bearing on their results.
User stories
Production staff
- As production staff, I want to be able to add one or more notes to the frontmatter for an article so that I can capture miscellaneous information.
- As production staff, I want to be able to add one or more notes to the backmatter for an article so that I can capture miscellaneous information.
- As production staff, I want to be able to set the type for a note so that I can distinguish between different kinds of information.
- As production staff, I want to be able to edit the title and content for a note so that I can correct errors.
- As production staff, I want to be able to remove a note so that I can correct errors.
- As production staff, I want to be able to apply style formatting to text in a note so that I can add emphasis.
But what if . . . ?
Consideration
- Érudit publish issue editorial notes, article editorial notes and translator notes in their frontmatter.
- eLife has used this XML tag in the backmatter in the past but it has not displayed on the HTML page for the article.
- Texture would need to be able to let the user determine whether the tag is for front- or backmatter.
XML requirements
Overall notes on the article should be captured in a notes
element placed in the front
or the back
. If this section contains numerous notes, these can be captured with different sec
s, each with an appropriate @sec-type
.
...
<front>
<journal-meta> ... </journal-meta>
<article-meta> ... </article-meta>
<notes>
<sec sec-type="issue-note">
<title>Issue Editorial Note</title>
<p>Issue editorial note....</p>
</sec>
<sec sec-type="article-note">
<title>Article Editorial Note</title>
<p>Article editorial note...</p>
</sec>
<sec sec-type="translation-note">
<title>Translation Note</title>
<p>Translation note...</p>
</sec>
</notes>
</front>
...
Another example:
<back>
...
<notes>
<p>The views expressed herein do not necessarily reflect the views of the United
Nations.</p>
</notes>
...
</back>
The attribute @notes-type
can be used for further semantic capture, examples include:
<notes notes-type="disclaimer">
<notes notes-type="editor-note">
<notes notes-type="after-epub">
<notes notes-type="conflict-interest">