libero / publisher

The starting point for raising issues for Libero Publisher
MIT License
16 stars 4 forks source link

Article Notes #11

Open Maelplaine opened 6 years ago

Maelplaine commented 6 years ago

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 ## Tasks

Clarification needed and assumptions

Assumptions

Technical notes

User interface / Wireframes

image

image

thewilkybarkid commented 5 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).

thewilkybarkid commented 5 years ago

Also need a design.

Maelplaine commented 5 years ago

@NickDuf Can you have a look at the design proposition. Does that work for the MVP?

NickDuf commented 5 years ago

@thewilkybarkid I will put some designs together on Monday for you.

NickDuf commented 5 years ago

@Maelplaine do we have any examples of footnote content that I can use for my visual?

Maelplaine commented 5 years ago

@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"

NickDuf commented 5 years ago

@thewilkybarkid the approved notes is design is here. Let me know if you need anything else.