elifesciences / elife-vendor-workflow-config

capturing requriemtns and niggles for setting up the elife production workflow
0 stars 1 forks source link

<sec> #57

Open Melissa37 opened 9 years ago

Melissa37 commented 9 years ago

The start of the <body> begins with the first section, which is the Introduction.

eLife research articles contain 4 main headings: Introduction Results Discussion Materials and methods

Each of these main headings have a JATS approved sec-type, with the exception of materials and methods (on JATS these two are separated).

They also have the corresponding id number according to their order in the content: <sec sec-type="intro" id="s1"> <sec sec-type="results" id="s2"> <sec sec-type="discussion" id="s3"> <sec sec-type="materials|methods" id="s4">

Each of these sections have a title, which are standard and the equivalent of A headings in the PDF: <title>Introduction</title> <title>Results</title> <title>Discussion</title> <title>Materials and methods</title>

Any subsequent heading levels in each of these sections have a sec tag as well as a title tag. They are listed as, eg 2.1, 2.2, 2.3 (for level B headings in the Results (sec 2)) Any level C headings are given section ids of, for example 2.2.1

After the <back> of the article there are further sections.

<sec sec-type="additional-information" id="5" > <sec sec-type="supplementary-material" id="6" > <sec sec-type="datasets" id="7" >

Note - supplementary information and datasets are not mandatory.

ghost commented 9 years ago

This is added in Bugzilla http://bugzilla.exetercs.com/show_bug.cgi?id=4151