From e7269beeb684a1a73e38025e41f8bd411c3aae14 Mon Sep 17 00:00:00 2001 From: Castedo Ellerman Date: Wed, 22 Jun 2022 13:17:24 -0400 Subject: [PATCH] Follow JATS4R recommendation and PudMed Central (#8041) Using the default jats template of pandoc 2.18, the https://jats4r.org/jats4r-validator/ warns: "The license URI is given in `@xlink:href`. For JATS 1.1d3 and later, if the license is defined by a canonical URI, then it should be specified in the `` child element." I can confirm that what JATS4R recommends here is consistent with the JATS article packages found on the FTP site for the PubMed Central Open Access Subset (at least with the eLife article I looked at). This proposed change follows the JATS4R recommendation and an example eLife article on the PubMed Central FTP site. --- data/templates/article.jats_publishing | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/templates/article.jats_publishing b/data/templates/article.jats_publishing index 40db76f4b..35315a8ba 100644 --- a/data/templates/article.jats_publishing +++ b/data/templates/article.jats_publishing @@ -194,7 +194,10 @@ $if(copyright.text)$ $endif$ $for(license)$ - + +$if(it.link)$ +${it.link} +$endif$ $if(it.text)$${it.text}$else$${it}$endif$ $endfor$