This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
jats.csl
175 lines (175 loc) · 7.16 KB
/
jats.csl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-US">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Journal Article Tag Suite</title>
<title-short>JATS</title-short>
<id>http://www.zotero.org/styles/journal-article-tag-suite</id>
<link href="http://www.zotero.org/styles/journal-article-tag-suite" rel="self"/>
<link rel="documentation" href="http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html"/>
<author>
<name>Martin Fenner</name>
<email>[email protected]</email>
</author>
<category citation-format="numeric"/>
<category field="medicine"/>
<category field="biology"/>
<summary>Use this style to generate bibliographic data in Journal Article Tagging Suite (JATS) 1.0 XML format</summary>
<updated>2015-04-26T17:02:43+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
<terms>
<term name="et-al"><etal/></term>
</terms>
</locale>
<macro name="citation-label">
<text variable="citation-number" prefix="id="" suffix="">"/>
<text variable="citation-number" prefix="<label>" suffix="</label>"/>
</macro>
<macro name="author">
<names variable="author">
<name delimiter="</name><name>" prefix="<name>" suffix="</name>" name-as-sort-order="all" sort-separator="">
<name-part name="family" text-case="capitalize-first" prefix="<surname>" suffix="</surname>"/>
<name-part name="given" text-case="capitalize-first" prefix="<given-names>" suffix="</given-names>"/>
</name>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="editor">
<group delimiter=": ">
<names variable="editor">
<name delimiter="" prefix="<name>" suffix="</name>" name-as-sort-order="all" sort-separator="">
<name-part name="family" text-case="capitalize-first" prefix="<surname>" suffix="</surname>"/>
<name-part name="given" text-case="capitalize-first" prefix="<given-names>" suffix="<given-names>"/>
</name>
</names>
</group>
</macro>
<macro name="title">
<text variable="title"/>
</macro>
<macro name="container-title">
<text variable="container-title" form="short" prefix="<source>" suffix="</source>"/>
</macro>
<macro name="publisher">
<text variable="publisher" prefix="<publisher-name>" suffix="</publisher-name>"/>
<text variable="publisher-place" prefix="<publisher-loc>" suffix="</publisher-loc>"/>
</macro>
<macro name="link">
<choose>
<if match="any" variable="DOI">
<text variable="DOI" />
</if>
</choose>
<choose>
<if match="any" variable="PMID">
<text variable="PMID" />
</if>
</choose>
<choose>
<if variable="URL" match="any">
<text variable="URL" />
</if>
</choose>
</macro>
<macro name="date">
<choose>
<if type="article-journal article-magazine article-newspaper report patent" match="any">
<group prefix="<date" suffix="</date>">
<date variable="issued" prefix=" iso-8601-date="" suffix="">">
<date-part name="year" range-delimiter=""/>
<date-part name="month" form="numeric-leading-zeros" range-delimiter="" prefix="-"/>
<date-part name="day" form="numeric-leading-zeros" range-delimiter="" prefix="-"/>
</date>
<date variable="issued">
<date-part name="day" form="numeric-leading-zeros" prefix="<day>" suffix="</day>"/>
<date-part name="month" form="numeric-leading-zeros" prefix="<month>" suffix="</month>"/>
<date-part name="year" prefix="<year>" suffix="</year>"/>
</date>
</group>
</if>
<else>
<group prefix="<date-in-citation content-type="access-date"" suffix="</date-in-citation>">
<date variable="accessed" prefix=" iso-8601-date="" suffix="">">
<date-part name="year"/>
<date-part name="month" form="numeric-leading-zeros" prefix="-"/>
<date-part name="day" form="numeric-leading-zeros" prefix="-"/>
</date>
<date variable="accessed">
<date-part name="day" prefix="<day>" suffix="</day>"/>
<date-part name="month" form="numeric-leading-zeros" prefix="<month>" suffix="</month>"/>
<date-part name="year" prefix="<year>" suffix="</year>"/>
</date>
</group>
</else>
</choose>
</macro>
<macro name="location">
<choose>
<if type="article-journal article-magazine" match="any">
<text variable="volume" prefix="<volume>" suffix="</volume>"/>
<text variable="issue" prefix="<issue>" suffix="</issue>"/>
</if>
</choose>
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<text variable="page-first" prefix="<fpage>" suffix="</fpage>"/>
</if>
</choose>
</macro>
<macro name="publication-type">
<group prefix=" publication-type="" suffix="">">
<choose>
<if type="article-journal article-magazine article-newspaper" match="any">
<text value="journal"/>
</if>
<else-if type="book" match="any">
<text value="book"/>
</else-if>
<else-if type="dataset" match="any">
<text value="dataset"/>
</else-if>
<else-if type="patent" match="any">
<text value="patent"/>
</else-if>
<else-if type="report" match="any">
<text value="report"/>
</else-if>
<else-if type="review" match="any">
<text value="review"/>
</else-if>
<else>
<text value="standard"/>
</else>
</choose>
</group>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography sort-separator="">
<layout>
<group prefix="<ref " suffix="</ref>">
<text macro="citation-label" suffix=" "/>
<group prefix="<element-citation" suffix="</element-citation> ">
<text macro="publication-type"/>
<text macro="author" prefix="<person-group person-group-type="author">" suffix="</person-group>"/>
<text macro="title" prefix="<article-title>" suffix="</article-title>"/>
<text macro="container-title"/>
<text macro="publisher"/>
<text macro="date"/>
<text macro="location"/>
<text macro="link"/>
</group>
</group>
</layout>
</bibliography>
</style>