Closed gnott closed 3 years ago
I have added an extra self-uri
, <self-uri content-type="figures-pdf" xlink:href="elife-54098-figures.pdf"/>
, and loaded a test file to Continuum test - elife-54098-vor-r2.zip
.
https://continuumtest--ppp-dash.elifesciences.org/article/54098
As far as I can tell, the article remains unaffected, as does Lens and download options. Version number still seems to operate as expected.
This has been added to the XML for a long time now, and everything is working great, so closing.
Problem / Motivation
<article-meta>
section, to add an additional<self-uri>
tag, where there currently already exists a tag for the article PDF file<self-uri>
tag where thexlink:href
attribute is set to the Figures PDF file, when presentProposed solution
After some initial email discussion, there are some points where these values may have an impact, however if the proposed is followed it will probably have the least negative impact:
<self-uri>
tag, optionally -- when a figures PDF file exists.content-type
attribute value in the tag is important, because currentlycontent-type="pdf"
already denotes the article PDF, so a value other than"pdf"
would be ideal for this additional<self-uri>
tagcontinuumtest
environment to ensure compatibility with publishing workflowsClarification needed and assumptions
ApplyVersionNumber
activity renames all the tags with anxlink:href
attribute where there is a matching file name in the folder. This currently happens on the existing<self-uri>
tag, and would likely also happen on additional<self-uri>
tags, but it is best to test this<self-uri>
tag value is used to generate Text and Data Mining URLs for reporting to Crossref, and is why thecontent-type="pdf"
value is important to remain as it is<self-uri>
tag file name value to guess at the version number of the XML file it is rendering, to load correct figure image assets<self-uri>
tag for the article PDF file, but it shouldn't need to add anything for a figures PDF file, since those are not individually separated out for articles of that statusTasks
Not listed in a particular order
content-type
attribute value to use on the new<self-uri>
tag, proposed value:figures-pdf
<self-uri>
tagcontinuumtest
environmentTechnical notes
User interface / Wireframes
@FAtherden-eLife I created the issue here, since it seems to be most applicable to be part of XML-mapping. CC @Melissa37 discussion about tagging and naming can continue here.