libero / editor

Expedite your production workflow with our open tools and management system
MIT License
10 stars 0 forks source link

Self URI/Download PDF #44

Open fred-atherden opened 4 years ago

fred-atherden commented 4 years ago

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

User Stories

Author

Production staff

But what if . . . ?

Considerations

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>

Taken from: https://github.com/elifesciences/TextureRequirements/issues/32

NickDuf commented 4 years ago

Requires additional work beyond the scope of Texture

NuclearRedeye commented 4 years ago

@FAtherden-eLife Is the value for the 'xref' attribute always going to be the same? Or does it change for example to 'elife-00002v2.pdf' when a new version of an article is released?

fred-atherden commented 4 years ago

@NuclearRedeye, in our workflow the version numbers are added by Continuum on ingestion rather than by the typesetters.

From Libero Editor's perspective, the eLife value will always be elife-{article-id}.pdf.

Obviously this isn't the case for others.

NuclearRedeye commented 4 years ago

@FAtherden-eLife Thanks, so I think that this is a safe bet initially to just be set automatically by the editor. I'll let @NickDuf work through the finer details but it reads to me that this might be a 'display only' field at least for MVP anyhow.

fred-atherden commented 4 years ago

@FAtherden-eLife Thanks, so I think that this is a safe bet initially to just be set automatically by the editor.

Could do. Or we could retain whatever the typesetter has provided.