Skip to content

Commit 3c276e7

Browse files
authored
Create american-medical-association-no-url-alphabetical.csl (#6252)
via https://forums.zotero.org/discussion/99783/style-update-request-american-journal-of-sport-medicine#latest * Update the-american-journal-of-sports-medicine.csl
1 parent 595ad95 commit 3c276e7

File tree

2 files changed

+267
-3
lines changed

2 files changed

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

dependent/the-american-journal-of-sports-medicine.csl

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
33
<info>
44
<title>The American Journal of Sports Medicine</title>
5+
<title-short>AJSM</title-short>
56
<id>http://www.zotero.org/styles/the-american-journal-of-sports-medicine</id>
67
<link href="http://www.zotero.org/styles/the-american-journal-of-sports-medicine" rel="self"/>
7-
<link href="http://www.zotero.org/styles/american-medical-association-alphabetical" rel="independent-parent"/>
8-
<link href="http://www.sagepub.com/upm-data/43365_AJSM_submission_guidelines_09_2011.pdf" rel="documentation"/>
8+
<link href="http://www.zotero.org/styles/american-medical-association-no-url-alphabetical" rel="independent-parent"/>
9+
<link href="https://journals.sagepub.com/pb-assets/cmscontent/AJS/AJSM_Manuscript%20Guidelines-1660171568437.pdf" rel="documentation"/>
910
<category citation-format="numeric"/>
1011
<category field="medicine"/>
1112
<issn>0363-5465</issn>
1213
<eissn>1552-3365</eissn>
13-
<updated>2012-09-09T21:58:08+00:00</updated>
14+
<updated>2022-09-29T23:50:45+00:00</updated>
1415
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1516
</info>
1617
</style>

0 commit comments

Comments
 (0)