Skip to content

Commit 62e3f3d

Browse files
author
github actions
committed
Squashed 'src/main/resources/csl-styles/' changes from 906cd6d..1e20dbd
1e20dbd Harvard Stellenbosch: Further et al adjustment a59a17e Update american-medical-association.csl to version 11 (JabRef#4727) 22849dd Create unified-style-sheet-for-linguistics-de-gruyter-literature.csl (JabRef#4627) 647fb56 Update karabuk-university-graduate-school-of-natural-and-applied-scie… (JabRef#4756) a4317f2 Update quaternaire.csl (JabRef#4752) 36fe9c2 Update journal-of-management-studies.csl (JabRef#4740) f0cb15d Bugfix (JabRef#4750) ef19002 Revert 1 yrg23 patch 1 (JabRef#4754) 873fc9e Update the-geological-society-of-london.csl (JabRef#4738) 93ca354 Update The Geological Society dependents (JabRef#4751) 9d3f0f5 Update technische-universitat-dresden-linguistik.csl (JabRef#4737) 63d657c change et al. min (JabRef#4736) git-subtree-dir: src/main/resources/csl-styles git-subtree-split: 1e20dbd
1 parent 2a00aa3 commit 62e3f3d

22 files changed

+970
-204
lines changed
Lines changed: 276 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,276 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="expanded" default-locale="en-US">
3+
<info>
4+
<title>American Medical Association 10th edition</title>
5+
<title-short>AMA (10th ed.)</title-short>
6+
<id>http://www.zotero.org/styles/american-medical-association-10th-edition</id>
7+
<link href="http://www.zotero.org/styles/american-medical-association-10th-edition" rel="self"/>
8+
<link href="https://westlibrary.txwes.edu/sites/default/files/pdf/AMACitationStyle.pdf" rel="documentation"/>
9+
<author>
10+
<name>Julian Onions</name>
11+
<email>[email protected]</email>
12+
</author>
13+
<contributor>
14+
<name>Christian Pietsch</name>
15+
<uri>http://purl.org/net/pietsch</uri>
16+
</contributor>
17+
<contributor>
18+
<name>Daniel W Chan</name>
19+
<email>[email protected]</email>
20+
</contributor>
21+
<category citation-format="numeric"/>
22+
<category field="medicine"/>
23+
<summary>The American Medical Association style as used in JAMA.</summary>
24+
<updated>2018-01-18T11:17:00-05:00</updated>
25+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
26+
</info>
27+
<locale xml:lang="en">
28+
<terms>
29+
<term name="page-range-delimiter">-</term>
30+
</terms>
31+
</locale>
32+
<macro name="editor">
33+
<names variable="editor">
34+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
35+
<label form="short" prefix=", "/>
36+
</names>
37+
</macro>
38+
<macro name="author">
39+
<group suffix=".">
40+
<names variable="author">
41+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
42+
<label form="short" prefix=", "/>
43+
<substitute>
44+
<names variable="editor"/>
45+
<text macro="title"/>
46+
</substitute>
47+
</names>
48+
</group>
49+
</macro>
50+
<macro name="access">
51+
<choose>
52+
<if type="article-newspaper" match="none">
53+
<choose>
54+
<if variable="DOI">
55+
<text value="doi:"/>
56+
<text variable="DOI"/>
57+
</if>
58+
<else-if variable="URL">
59+
<group delimiter=". " suffix=".">
60+
<text variable="URL"/>
61+
<choose>
62+
<if type="webpage">
63+
<date variable="issued" prefix="Published " form="text"/>
64+
</if>
65+
</choose>
66+
<group>
67+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
68+
<date variable="accessed">
69+
<date-part name="month" suffix=" "/>
70+
<date-part name="day" suffix=", "/>
71+
<date-part name="year"/>
72+
</date>
73+
</group>
74+
</group>
75+
</else-if>
76+
</choose>
77+
</if>
78+
</choose>
79+
</macro>
80+
<macro name="title">
81+
<choose>
82+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
83+
<text variable="title" font-style="italic" text-case="title"/>
84+
</if>
85+
<else>
86+
<text variable="title"/>
87+
</else>
88+
</choose>
89+
</macro>
90+
<macro name="publisher">
91+
<group delimiter=": ">
92+
<text variable="publisher-place"/>
93+
<text variable="publisher"/>
94+
</group>
95+
</macro>
96+
<macro name="edition">
97+
<choose>
98+
<if is-numeric="edition">
99+
<group delimiter=" ">
100+
<number variable="edition" form="ordinal"/>
101+
<text term="edition" form="short"/>
102+
</group>
103+
</if>
104+
<else>
105+
<text variable="edition" suffix="."/>
106+
</else>
107+
</choose>
108+
</macro>
109+
<citation collapse="citation-number">
110+
<sort>
111+
<key variable="citation-number"/>
112+
</sort>
113+
<layout delimiter="," vertical-align="sup">
114+
<text variable="citation-number"/>
115+
<group prefix="(" suffix=")">
116+
<label variable="locator" form="short" strip-periods="true"/>
117+
<text variable="locator"/>
118+
</group>
119+
</layout>
120+
</citation>
121+
<bibliography hanging-indent="false" et-al-min="7" et-al-use-first="3" second-field-align="flush">
122+
<layout>
123+
<text variable="citation-number" suffix=". "/>
124+
<text macro="author"/>
125+
<text macro="title" prefix=" " suffix="."/>
126+
<choose>
127+
<if type="bill book graphic legislation motion_picture report song" match="any">
128+
<group suffix="." prefix=" " delimiter=" ">
129+
<group delimiter=" ">
130+
<text term="volume" form="short" text-case="capitalize-first" strip-periods="true"/>
131+
<text variable="volume" suffix="."/>
132+
</group>
133+
<text macro="edition"/>
134+
<text macro="editor" prefix="(" suffix=")"/>
135+
</group>
136+
<text macro="publisher" prefix=" "/>
137+
<group suffix="." prefix="; ">
138+
<date variable="issued">
139+
<date-part name="year"/>
140+
</date>
141+
<text variable="page" prefix=":"/>
142+
</group>
143+
</if>
144+
<else-if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
145+
<group prefix=" " delimiter=" ">
146+
<text term="in" text-case="capitalize-first" suffix=":"/>
147+
<text macro="editor"/>
148+
<text variable="container-title" font-style="italic" suffix="." text-case="title"/>
149+
<group delimiter=" ">
150+
<text term="volume" form="short" text-case="capitalize-first" strip-periods="true"/>
151+
<text variable="volume" suffix="."/>
152+
</group>
153+
<text macro="edition"/>
154+
<text variable="collection-title" suffix="."/>
155+
<group suffix=".">
156+
<text macro="publisher"/>
157+
<group suffix="." prefix="; ">
158+
<date variable="issued">
159+
<date-part name="year"/>
160+
</date>
161+
<text variable="page" prefix=":"/>
162+
</group>
163+
</group>
164+
</group>
165+
</else-if>
166+
<else-if type="article-newspaper">
167+
<text variable="container-title" font-style="italic" prefix=" " suffix=". "/>
168+
<choose>
169+
<if variable="URL">
170+
<group delimiter=". " suffix=".">
171+
<text variable="URL"/>
172+
<group prefix="Published ">
173+
<date variable="issued">
174+
<date-part name="month" suffix=" "/>
175+
<date-part name="day" suffix=", "/>
176+
<date-part name="year"/>
177+
</date>
178+
</group>
179+
<group>
180+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
181+
<date variable="accessed">
182+
<date-part name="month" suffix=" "/>
183+
<date-part name="day" suffix=", "/>
184+
<date-part name="year"/>
185+
</date>
186+
</group>
187+
</group>
188+
</if>
189+
<else>
190+
<group delimiter=":" suffix=".">
191+
<group>
192+
<date variable="issued">
193+
<date-part name="month" suffix=" "/>
194+
<date-part name="day" suffix=", "/>
195+
<date-part name="year"/>
196+
</date>
197+
</group>
198+
<text variable="page"/>
199+
</group>
200+
</else>
201+
</choose>
202+
</else-if>
203+
<else-if type="legal_case">
204+
<group suffix="," prefix=" " delimiter=" ">
205+
<text macro="editor" prefix="(" suffix=")"/>
206+
</group>
207+
<group prefix=" " delimiter=" ">
208+
<text variable="container-title"/>
209+
<text variable="volume"/>
210+
</group>
211+
<text variable="page" prefix=", " suffix=" "/>
212+
<group prefix="(" suffix=")." delimiter=" ">
213+
<text variable="authority"/>
214+
<date variable="issued">
215+
<date-part name="year"/>
216+
</date>
217+
</group>
218+
</else-if>
219+
<else-if type="webpage">
220+
<text variable="container-title" prefix=" " suffix="."/>
221+
</else-if>
222+
<else-if type="speech">
223+
<group prefix=" " suffix=":">
224+
<choose>
225+
<if variable="genre">
226+
<text variable="genre" suffix=" "/>
227+
<text term="presented at"/>
228+
</if>
229+
<else>
230+
<text term="presented at" text-case="capitalize-first"/>
231+
</else>
232+
</choose>
233+
</group>
234+
<group delimiter="; " prefix=" " suffix=".">
235+
<text variable="event"/>
236+
<group>
237+
<date delimiter=" " variable="issued">
238+
<date-part name="month"/>
239+
<date-part name="day" suffix=","/>
240+
<date-part name="year"/>
241+
</date>
242+
</group>
243+
<text variable="event-place"/>
244+
</group>
245+
</else-if>
246+
<else>
247+
<text macro="editor" prefix=" " suffix="."/>
248+
<group prefix=" " suffix=".">
249+
<text variable="container-title" font-style="italic" form="short" strip-periods="true" suffix="."/>
250+
<group delimiter=";" prefix=" ">
251+
<choose>
252+
<if variable="issue volume" match="any">
253+
<date variable="issued">
254+
<date-part name="year"/>
255+
</date>
256+
</if>
257+
<else>
258+
<date variable="issued">
259+
<date-part name="month" suffix=" "/>
260+
<date-part name="year"/>
261+
</date>
262+
</else>
263+
</choose>
264+
<group>
265+
<text variable="volume"/>
266+
<text variable="issue" prefix="(" suffix=")"/>
267+
</group>
268+
</group>
269+
<text variable="page" prefix=":"/>
270+
</group>
271+
</else>
272+
</choose>
273+
<text prefix=" " macro="access"/>
274+
</layout>
275+
</bibliography>
276+
</style>

0 commit comments

Comments
 (0)