substance / texture

A visual editor for research.
MIT License
1k stars 83 forks source link

Self URI/Download PDF #1333

Open JGilbert-eLife opened 5 years ago

JGilbert-eLife commented 5 years ago

Description

Option to download PDF version of article (during proofing).

User stories

Author

  1. As an author, I want to be able to download the article PDF so that I can check this document ahead of publication.

But what if . . . ?

Consideration

XML requirements

The self-uri element is placed as a child of the article-meta and contains a xlink:href attribute, the value of which contains the filename of the PDF (which would be placed in the DAR file).

<article-meta>
     ...
     <self-uri content-type="pdf" xlink:href="elife-00001.pdf"/>
</article-meta>

Mock ups

Proposal