Open Maelplaine opened 6 years ago
Bit unclear what JATS should be supported. Looking at IJM kitchen sink and DAR, maybe the first:
<article>
<back>
<fn-group>
<title>[optional title]</title>
<fn id="[id]">
<label>[label]</label>
[one or more paragraphs]
</fn>
</fn-group>
</back>
</article>
and
<xref ref-type="fn" rid="[id]">[text]</xref>
Could support multiple <fn-group>
if they have <title>
and certain @content-type
(like we do with kwd-group
).
Also need a design.
@NickDuf Can you have a look at the design proposition. Does that work for the MVP?
@thewilkybarkid I will put some designs together on Monday for you.
@Maelplaine do we have any examples of footnote content that I can use for my visual?
@NickDuf You can find some at the bottom of this IJM pdf: https://www.microsimulation.org/IJM/V11_3/IJM_11_3_1.pdf They are just named "Notes"
Problem / Motivation
- WHO: reader - WHAT: a section including notes text that can be linked from the main text - WHEN: while reading the article page - WHY: give additional context to unclear or short passages in the text, without interrupting the flow for all readers ## Proposed solution - Notes will be included in a new expandable section like the references on the eLife journal - A simple number will be added inside the text. It won’t be a link and the corresponding number in the expandable section won’t link back to the text where the note number is located. ## Tasks - Article schema must be expanded to allow for notes to be stored in the XML - Journal has to render the new section and insert links to it ## TasksClarification needed and assumptions
Assumptions
Technical notes
aria-describedby
attribute.User interface / Wireframes