Back Style Examples

Content that traditionally falls at the end of a document is generally placed into a <back> section in the XML. These sections should be styled using items on the Back tab of the eXtyles style palette. This section describes how to correctly style back sections of your content.

Note that although appendix content is also placed in the <back> of the XML, it has its own tab on the eXtyles palette.

References

eXtyles can support complex reference lists that include discursive text and subheadings. References are sources that are cited in the body of the document, and are distinct from Bibliographies, which do not have to be cited.

Reference Title and Headings

Always style the title of a reference list with Reference Title; any subheadings that separate the references into distinct groups should be styled using the Reference Heading 1 or Reference Heading 2 styles.

<back> <ref-list id="refs1"> <title>References</title> <ref-list id="refs2"> <title>Health Technology Assessments</title> <p>No literature identified</p> </ref-list> <ref-list id="refs3"> <title>Systematic Reviews and Meta-analyses</title> <p>No literature identified</p> </ref-list> <ref-list id="refs4"> <title>Randomized Controlled Trials</title> <p>No literature identified</p> </ref-list> <ref-list id="refs5"> <title>Non-Randomized Studies</title> <ref id="r1"><label>1</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Bokan</surname> <given-names>T</given-names></string-name>, <string-name><surname>Ivanus</surname> <given-names>U</given-names></string-name>, <string-name><surname>Jerman</surname> <given-names>T</given-names></string-name>, <etal>et al.</etal></person-group> <source>Long term results of follow-up after HPV self-sampling with devices Qvintip and HerSwab in women non-attending cervical screening programme.</source> <italic>Radiol Oncol</italic><italic>.</italic> <year>2021</year> 01;55(2):187-195. doi: <pub-id pub-id-type="doi">10.2478/raon-2021-0001</pub-id></mixed-citation></ref> ...

Reference Paragraph and Reference Annotation

Reference Paragraph should be used to style non-reference text that may appear in the reference list (see the previous example). Reference Annotation should be used to style text that further describes a reference entry. For example,

<ref id="r2"><label>2</label> <mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Cho</surname> <given-names>HW</given-names></string-name>, <string-name><surname>Hong</surname> <given-names>JH</given-names></string-name>, <string-name><surname>Min</surname> <given-names>KJ</given-names></string-name>, <etal>et al.</etal></person-group> <source>Performance and Diagnostic Accuracy of Human Papillomavirus Testing on Self-Collected Urine and Vaginal Samples in a Referral Population.</source> <italic>Cancer Res Treat</italic><italic>.</italic> <year>2021</year> 07;53(3):829-836. doi: <pub-id pub-id-type="doi">10.4143/crt.2020.1165</pub-id> <annotation><p>Reference 2 is described in more detail in this paragraph.</p></annotation> </mixed-citation> </ref>

 

 

Â