From 45a2075e5f77b833984dfc09cac159214c728dda Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 23 Mar 2020 21:33:39 -0700 Subject: Updated templates for pandoc 2.9.2.1 --- default.jats_articleauthoring | 90 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 default.jats_articleauthoring (limited to 'default.jats_articleauthoring') diff --git a/default.jats_articleauthoring b/default.jats_articleauthoring new file mode 100644 index 0000000..f86bb2d --- /dev/null +++ b/default.jats_articleauthoring @@ -0,0 +1,90 @@ + +$if(xml-stylesheet)$ + +$endif$ + +$if(article.type)$ +
+$else$ +
+$endif$ + + +$if(title)$ + +$title$ + +$endif$ +$if(author)$ + +$for(author)$ + +$if(author.orcid)$ +$author.orcid$ +$endif$ +$if(author.surname)$ + +$author.surname$ +$author.given-names$ + +$else$ +$author$ +$endif$ +$if(author.email)$ +$author.email$ +$endif$ +$if(author.aff-id)$ + +$endif$ +$if(author.cor-id)$ +* +$endif$ + +$endfor$ + +$endif$ +$if(copyright)$ + +$if(copyright.statement)$ +$copyright.statement$ +$endif$ +$if(copyright.year)$ +$copyright.year$ +$endif$ +$if(copyright.holder)$ +$copyright.holder$ +$endif$ +$if(copyright.text)$ + +$copyright.text$ + +$endif$ + +$endif$ + +$abstract$ + +$if(tags)$ + +$for(tags)$ +$tags$ +$endfor$ + +$endif$ +$if(article.funding-statement)$ + +$article.funding-statement$ + +$endif$ + + + +$body$ + + +$if(back)$ +$back$ +$endif$ + +
-- cgit v1.2.3