Skip to content

Commit f3c992e

Browse files
author
github actions
committed
Squashed 'src/main/resources/csl-styles/' changes from cacc4ee..827b986
827b986 add DOI preprint to american-society-for-microbiology.csl (#4946) 7cab2f7 Create depro-ufs.csl (#4947) 2fcda1f Create journal-of-sport-science-and-medicine.csl (#4949) cd457d4 Update american-marketing-association.csl (#4945) git-subtree-dir: src/main/resources/csl-styles git-subtree-split: 827b986
1 parent adbea0e commit f3c992e

4 files changed

+952
-9
lines changed

american-marketing-association.csl

+7-4
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,23 @@
55
<title-short>AMA</title-short>
66
<id>http://www.zotero.org/styles/american-marketing-association</id>
77
<link href="http://www.zotero.org/styles/american-marketing-association" rel="self"/>
8-
<link href="https://www.ama.org/publications/JournalOfMarketing/Documents/AMA_Reference_Style.pdf" rel="documentation"/>
9-
<link href="https://www.ama.org/publications/JournalOfMarketingResearch/Documents/AMA_Reference_Style.pdf" rel="documentation"/>
8+
<link href="https://www.ama.org/submission-guidelines-journal-of-marketing/" rel="documentation"/>
9+
<link href="https://www.ama.org/american-marketing-association-journals-reference-style-examples/" rel="documentation"/>
1010
<author>
1111
<name>Sebastian Karcher</name>
1212
</author>
1313
<contributor>
1414
<name>Rintze Zelle</name>
1515
<uri>http://twitter.com/rintzezelle</uri>
1616
</contributor>
17+
<contributor>
18+
<name>Patrick O'Brien</name>
19+
</contributor>
1720
<category citation-format="author-date"/>
1821
<category field="social_science"/>
1922
<category field="communications"/>
2023
<summary>AMA Reference List Style published by the American Marketing Association</summary>
21-
<updated>2014-10-17T21:46:29+00:00</updated>
24+
<updated>2020-07-27T14:58:51+00:00</updated>
2225
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2326
</info>
2427
<macro name="container-contributors">
@@ -189,7 +192,7 @@
189192
</group>
190193
</layout>
191194
</citation>
192-
<bibliography hanging-indent="true" entry-spacing="0" subsequent-author-substitute="&#8212;&#8212;&#8212;" subsequent-author-substitute-rule="partial-each">
195+
<bibliography subsequent-author-substitute-rule="partial-each" entry-spacing="0" hanging-indent="true">
193196
<sort>
194197
<key macro="author"/>
195198
<key variable="issued"/>

american-society-for-microbiology.csl

+12-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<category citation-format="numeric"/>
2828
<category field="biology"/>
2929
<summary>Style for all American Society for Microbiology journals.</summary>
30-
<updated>2015-03-13T23:14:05+00:00</updated>
30+
<updated>2020-07-27T18:54:54+00:00</updated>
3131
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
3232
</info>
3333
<macro name="author">
@@ -105,10 +105,17 @@
105105
<macro name="locators">
106106
<choose>
107107
<if type="article-journal">
108-
<group prefix=" " delimiter=":">
109-
<text variable="volume"/>
110-
<text variable="page"/>
111-
</group>
108+
<choose>
109+
<if match="none" variable="volume page">
110+
<text variable="DOI" prefix=" https://doi.org/"/>
111+
</if>
112+
<else>
113+
<group prefix=" " delimiter=":">
114+
<text variable="volume"/>
115+
<text variable="page"/>
116+
</group>
117+
</else>
118+
</choose>
112119
</if>
113120
</choose>
114121
</macro>
+188
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
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" default-locale="en-US">
3+
<info>
4+
<title>Journal of Sports Science &amp; Medicine</title>
5+
<title-short>JSSM</title-short>
6+
<id>http://www.zotero.org/styles/journal-of-sports-science-and-medicine</id>
7+
<link href="http://www.zotero.org/styles/journal-of-sports-science-and-medicine" rel="self"/>
8+
<link href="http://www.zotero.org/styles/biometrics" rel="template"/>
9+
<link href="https://www.jssm.org/newauthors.php" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="medicine"/>
15+
<eissn>1303-2968</eissn>
16+
<updated>2020-07-28T08:49:46+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<locale xml:lang="en">
20+
<terms>
21+
<term name="available at">available from URL</term>
22+
</terms>
23+
</locale>
24+
<macro name="editor-translator">
25+
<names variable="editor translator" prefix="(" suffix=")" delimiter=", ">
26+
<label form="short" suffix=" " strip-periods="true"/>
27+
<name and="text" initialize-with="" delimiter=", "/>
28+
</names>
29+
</macro>
30+
<macro name="author">
31+
<names variable="author">
32+
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="never"/>
33+
<label form="short" prefix=" (" suffix=")" strip-periods="true"/>
34+
<substitute>
35+
<names variable="editor"/>
36+
<names variable="translator"/>
37+
<text macro="title"/>
38+
</substitute>
39+
</names>
40+
</macro>
41+
<macro name="author-short">
42+
<names variable="author">
43+
<name form="short" and="text" delimiter=", " initialize-with=". " delimiter-precedes-last="never"/>
44+
<substitute>
45+
<names variable="editor"/>
46+
<names variable="translator"/>
47+
<choose>
48+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
49+
<text variable="title" form="short" font-style="italic"/>
50+
</if>
51+
<else>
52+
<text variable="title" form="short" quotes="true"/>
53+
</else>
54+
</choose>
55+
</substitute>
56+
</names>
57+
</macro>
58+
<macro name="title">
59+
<choose>
60+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
61+
<text variable="title" font-style="italic" text-case="title"/>
62+
</if>
63+
<else>
64+
<text variable="title"/>
65+
</else>
66+
</choose>
67+
</macro>
68+
<macro name="edition">
69+
<choose>
70+
<if is-numeric="edition">
71+
<group delimiter=" ">
72+
<number variable="edition" form="ordinal"/>
73+
<text term="edition" strip-periods="true"/>
74+
</group>
75+
</if>
76+
<else>
77+
<text variable="edition"/>
78+
</else>
79+
</choose>
80+
</macro>
81+
<macro name="publisher">
82+
<choose>
83+
<if type="thesis" match="any">
84+
<group delimiter=", ">
85+
<text variable="genre"/>
86+
<text variable="publisher"/>
87+
<text variable="publisher-place"/>
88+
</group>
89+
</if>
90+
<else>
91+
<group delimiter=": ">
92+
<text variable="publisher-place"/>
93+
<text variable="publisher"/>
94+
</group>
95+
</else>
96+
</choose>
97+
</macro>
98+
<citation collapse="year-suffix" et-al-min="4" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true">
99+
<sort>
100+
<key variable="issued"/>
101+
<key variable="author"/>
102+
</sort>
103+
<layout prefix="(" suffix=")" delimiter="; ">
104+
<group delimiter=", ">
105+
<text macro="author-short"/>
106+
<date variable="issued">
107+
<date-part name="year"/>
108+
</date>
109+
<group>
110+
<label variable="locator" form="short"/>
111+
<text variable="locator" prefix=" "/>
112+
</group>
113+
</group>
114+
</layout>
115+
</citation>
116+
<bibliography et-al-min="7" et-al-use-first="6" hanging-indent="true">
117+
<sort>
118+
<key macro="author-short"/>
119+
<key variable="issued"/>
120+
</sort>
121+
<layout suffix=".">
122+
<group delimiter=". ">
123+
<group delimiter=" ">
124+
<text macro="author"/>
125+
<date variable="issued" prefix="(" suffix=")">
126+
<date-part name="year"/>
127+
</date>
128+
<text macro="title"/>
129+
</group>
130+
<choose>
131+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
132+
<group delimiter=". ">
133+
<text macro="edition" prefix=", "/>
134+
<text macro="editor-translator" prefix=" "/>
135+
<text macro="publisher" prefix=" "/>
136+
</group>
137+
</if>
138+
<else-if type="chapter paper-conference" match="any">
139+
<group delimiter=". ">
140+
<group delimiter=": ">
141+
<text term="in" text-case="capitalize-first"/>
142+
<text variable="container-title" font-style="italic"/>
143+
</group>
144+
<text variable="collection-title" prefix=" " suffix="."/>
145+
<names variable="editor translator">
146+
<label form="short" text-case="capitalize-first" strip-periods="true" suffix=": "/>
147+
<name and="text" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/>
148+
</names>
149+
<text macro="edition" prefix=", "/>
150+
<text macro="publisher" prefix=" "/>
151+
<text variable="page" suffix="."/>
152+
</group>
153+
</else-if>
154+
<else-if type="webpage post post-weblog" match="any">
155+
<group prefix=" " delimiter=". ">
156+
<text variable="container-title"/>
157+
<group delimiter=" ">
158+
<group delimiter=": ">
159+
<text term="available at" text-case="capitalize-first"/>
160+
<text variable="URL" suffix=" "/>
161+
</group>
162+
<group delimiter=" " prefix="[" suffix="]">
163+
<text term="accessed" text-case="capitalize-first"/>
164+
<date delimiter=" " variable="accessed">
165+
<date-part name="day"/>
166+
<date-part name="month"/>
167+
<date-part name="year"/>
168+
</date>
169+
</group>
170+
</group>
171+
</group>
172+
</else-if>
173+
<else>
174+
<group delimiter=". ">
175+
<group delimiter=", ">
176+
<group delimiter=" ">
177+
<text variable="container-title" font-style="italic"/>
178+
<text variable="volume" font-weight="bold"/>
179+
</group>
180+
<text variable="page"/>
181+
</group>
182+
</group>
183+
</else>
184+
</choose>
185+
</group>
186+
</layout>
187+
</bibliography>
188+
</style>

0 commit comments

Comments
 (0)