On OJS 3.4.0.5 with the eLife Lens JATS viewer plugin, I’m trying to display an article that I have converted from Markdown with pandoc.
When I add the resulting JATS file as a Galley and then view it using the Preview function, the Lens viewer loads fine and displays the complete article text including all references and the title. However, all contributor meta data (their names, ORCiDs, affiliations), the abstract of the article, and the keywords are missing. Please see a screenshot below.
Is there something I need to configure? The title is drawn correctly so it seems that metadata retrieval works in principle. But why not for author(s), affiliations, keywords, abstract? Is the <contrib-group>
tag correct? Any help is much appreciated!
The data in the JATS file look fine. It seems to me that the correct tags from the Lens schema are used:
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.2 20190208//EN"
"JATS-archivearticle1.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.2" article-type="other">
<front>
<journal-meta>
<journal-id journal-id-type="publisher-id">1234-5678</journal-id>
<journal-title-group>
<journal-title>Test Journal</journal-title>
</journal-title-group>
<issn publication-format="electronic">1234-4567</issn>
<publisher>
<publisher-name>Publishing University</publisher-name>
<publisher-loc>Location</publisher-loc>
</publisher>
</journal-meta>
<article-meta>
<title-group>
<article-title>Article to Test the Lens Viewer</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<contrib-id contrib-id-type="orcid">0000-0000-1234-567X</contrib-id>
<string-name>A. U. Thor</string-name>
<email>author@gmail.com</email>
<aff id="aff-">
<institution-wrap>
<institution>University A</institution>
</institution-wrap>
</aff>
</contrib>
</contrib-group>
<pub-date date-type="pub" publication-format="electronic" iso-8601-date="2025-01-01">
<day>1</day>
<month>1</month>
<year>2025</year>
</pub-date>
<permissions>
<copyright-holder>The author</copyright-holder>
<license>
<license-p></license-p>
</license>
</permissions>
<abstract>
The Abstract of My Test Article.
</abstract>
<kwd-group kwd-group-type="author">
<kwd>Keyword 1</kwd>
<kwd>Keyword 2</kwd>
</kwd-group>
</article-meta>
</front>
Additional information