Skip to content

Commit 1221afe

Browse files
POBrien333rmzelle
authored andcommitted
Create journal-of-advertising-research.csl (#4329)
1 parent 16ca573 commit 1221afe

File tree

1 file changed

+298
-0
lines changed

1 file changed

+298
-0
lines changed

journal-of-advertising-research.csl

+298
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,298 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" and="text" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="en-US">
3+
<info>
4+
<title>Journal of Advertising Research</title>
5+
<title-short>JAR</title-short>
6+
<id>http://www.zotero.org/styles/journal-of-advertising-research</id>
7+
<link href="http://www.zotero.org/styles/journal-of-advertising-research" rel="self"/>
8+
<link href="http://www.zotero.org/styles/byzantine-and-modern-greek-studies" rel="template"/>
9+
<link href="http://www.journalofadvertisingresearch.com/content/submit-manuscript" rel="documentation"/>
10+
<link href="http://www.journalofadvertisingresearch.com/sites/default/files/Additional_assets/JAR%20Guidelines.pdf" rel="documentation"/>
11+
<author>
12+
<name>Patrick O'Brien</name>
13+
</author>
14+
<category citation-format="note"/>
15+
<category field="humanities"/>
16+
<issn>0021-8499</issn>
17+
<eissn>1740-1909</eissn>
18+
<updated>2019-10-02T10:48:04+00:00</updated>
19+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
20+
</info>
21+
<locale xml:lang="en">
22+
<terms>
23+
<term name="translator" form="short">trans.</term>
24+
<term name="editortranslator" form="short">ed. and trans.</term>
25+
<term name="chapter" form="short">c.</term>
26+
</terms>
27+
</locale>
28+
<macro name="author">
29+
<names variable="author" suffix=". ">
30+
<name delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="all">
31+
<name-part name="family" font-variant="small-caps"/>
32+
</name>
33+
<label form="short" prefix=" (" suffix=")" strip-periods="false"/>
34+
<substitute>
35+
<names variable="translator"/>
36+
<names variable="editor"/>
37+
</substitute>
38+
</names>
39+
</macro>
40+
<macro name="author-short">
41+
<names variable="author">
42+
<name form="short" and="text" delimiter=", "/>
43+
<label form="short" prefix=" (" suffix=")" strip-periods="false"/>
44+
<substitute>
45+
<names variable="translator"/>
46+
<names variable="editor"/>
47+
</substitute>
48+
</names>
49+
</macro>
50+
<macro name="editor-translator">
51+
<choose>
52+
<if variable="editor translator" match="any">
53+
<names variable="editor translator" delimiter=", ">
54+
<name and="text" initialize-with=". "/>
55+
<label form="short" strip-periods="false" prefix=", "/>
56+
</names>
57+
</if>
58+
</choose>
59+
</macro>
60+
<macro name="title">
61+
<choose>
62+
<if type="bill book graphic legal_case motion_picture report song" match="any">
63+
<text variable="title" font-style="italic"/>
64+
</if>
65+
<else>
66+
<text variable="title" quotes="true"/>
67+
</else>
68+
</choose>
69+
</macro>
70+
<macro name="title-short">
71+
<choose>
72+
<if type="bill book graphic legal_case motion_picture report song" match="any">
73+
<text variable="title" form="short" font-style="italic"/>
74+
</if>
75+
<else>
76+
<text variable="title" form="short" quotes="true"/>
77+
</else>
78+
</choose>
79+
</macro>
80+
<macro name="collection">
81+
<text variable="collection-title"/>
82+
<text variable="collection-number" prefix=" "/>
83+
</macro>
84+
<macro name="publisher">
85+
<choose>
86+
<if type="paper-conference">
87+
<group delimiter=" ">
88+
<text term="presented at"/>
89+
<text variable="event"/>
90+
</group>
91+
<text variable="event-place" prefix=", "/>
92+
</if>
93+
<else>
94+
<group delimiter=": ">
95+
<text variable="publisher-place"/>
96+
<text variable="publisher"/>
97+
</group>
98+
</else>
99+
</choose>
100+
</macro>
101+
<macro name="date">
102+
<date variable="issued">
103+
<date-part name="year"/>
104+
</date>
105+
</macro>
106+
<macro name="volumes">
107+
<group delimiter=" ">
108+
<text variable="number-of-volumes"/>
109+
<text term="volume" form="short" plural="true" strip-periods="true"/>
110+
</group>
111+
</macro>
112+
<macro name="pageno">
113+
<choose>
114+
<if variable="locator" match="none">
115+
<group>
116+
<text variable="page" prefix=": "/>
117+
</group>
118+
</if>
119+
</choose>
120+
</macro>
121+
<macro name="pageref">
122+
<choose>
123+
<if variable="locator">
124+
<choose>
125+
<if variable="page">
126+
<group>
127+
<text variable="page"/>
128+
<text term="at" prefix=", " suffix=" "/>
129+
</group>
130+
</if>
131+
</choose>
132+
<text variable="locator"/>
133+
</if>
134+
</choose>
135+
</macro>
136+
<macro name="pageref-subsequent">
137+
<text variable="locator"/>
138+
</macro>
139+
<macro name="edition-note">
140+
<choose>
141+
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
142+
<choose>
143+
<if is-numeric="edition">
144+
<group delimiter=" ">
145+
<number variable="edition" form="ordinal"/>
146+
<text term="edition" form="short" strip-periods="false"/>
147+
</group>
148+
</if>
149+
<else>
150+
<text variable="edition"/>
151+
</else>
152+
</choose>
153+
</if>
154+
</choose>
155+
</macro>
156+
<macro name="volref">
157+
<group delimiter=", ">
158+
<text variable="volume"/>
159+
<text variable="issue"/>
160+
</group>
161+
</macro>
162+
<macro name="container">
163+
<choose>
164+
<if type="chapter paper-conference" match="any">
165+
<text variable="container-title" font-style="italic"/>
166+
</if>
167+
<else>
168+
<text variable="container-title" font-style="italic"/>
169+
</else>
170+
</choose>
171+
</macro>
172+
<macro name="access">
173+
<choose>
174+
<if type="webpage" match="any">
175+
<choose>
176+
<if variable="URL" match="any">
177+
<text variable="URL" prefix=" " suffix=", "/>
178+
<text term="accessed" suffix=" "/>
179+
<date variable="accessed">
180+
<date-part name="month" form="numeric" suffix="/"/>
181+
<date-part name="day" suffix="/"/>
182+
<date-part name="year"/>
183+
</date>
184+
</if>
185+
</choose>
186+
</if>
187+
</choose>
188+
</macro>
189+
<citation disambiguate-add-names="true">
190+
<layout suffix="." delimiter="; ">
191+
<choose>
192+
<if position="subsequent">
193+
<group delimiter=", ">
194+
<text macro="author-short"/>
195+
<choose>
196+
<if variable="original-publisher-place" match="none">
197+
<text macro="title-short"/>
198+
</if>
199+
</choose>
200+
<choose>
201+
<if type="book">
202+
<text macro="volref"/>
203+
</if>
204+
</choose>
205+
<text macro="pageref-subsequent"/>
206+
</group>
207+
</if>
208+
<else>
209+
<text macro="author"/>
210+
<choose>
211+
<if type="report thesis" match="any">
212+
<group delimiter=". ">
213+
<text macro="title"/>
214+
<text variable="genre"/>
215+
<text variable="publisher"/>
216+
<text variable="collection-title"/>
217+
</group>
218+
<text variable="number" prefix=" "/>
219+
<group delimiter=", ">
220+
<group prefix=" (" suffix=")" delimiter=", ">
221+
<text macro="date"/>
222+
</group>
223+
<text macro="pageref"/>
224+
</group>
225+
</if>
226+
<else-if type="bill book graphic legal_case motion_picture song" match="any">
227+
<group delimiter=". ">
228+
<group delimiter=", ">
229+
<text macro="title"/>
230+
<text macro="edition-note"/>
231+
<text macro="volumes"/>
232+
<text macro="volref"/>
233+
</group>
234+
<text macro="editor-translator"/>
235+
<text macro="container"/>
236+
</group>
237+
<group delimiter=" " prefix=" ">
238+
<group delimiter=", ">
239+
<text macro="publisher"/>
240+
<text macro="date"/>
241+
</group>
242+
<text macro="pageref"/>
243+
</group>
244+
</else-if>
245+
<else-if type="chapter paper-conference" match="any">
246+
<group delimiter=". ">
247+
<text macro="title"/>
248+
<group delimiter=", ">
249+
<group delimiter=" ">
250+
<text term="in" text-case="capitalize-first" suffix=" "/>
251+
<text macro="container"/>
252+
</group>
253+
<names variable="editor">
254+
<name and="text" initialize-with="." delimiter=", "/>
255+
<label form="short" strip-periods="false" prefix=", "/>
256+
<substitute>
257+
<names variable="editor"/>
258+
<names variable="translator"/>
259+
<names variable="container-author"/>
260+
<text macro="title"/>
261+
</substitute>
262+
</names>
263+
</group>
264+
<text macro="volref"/>
265+
<text macro="volumes"/>
266+
<group delimiter=" ">
267+
<group delimiter=", " prefix=" ">
268+
<text macro="publisher"/>
269+
<text macro="date"/>
270+
</group>
271+
<text macro="pageref"/>
272+
</group>
273+
</group>
274+
</else-if>
275+
<else>
276+
<group delimiter=". ">
277+
<text macro="title"/>
278+
<group delimiter=" ">
279+
<text macro="publisher"/>
280+
<text macro="container"/>
281+
<text macro="collection"/>
282+
<text macro="volref"/>
283+
</group>
284+
<text macro="access"/>
285+
</group>
286+
<group>
287+
<text macro="date" prefix=" (" suffix=")"/>
288+
<text macro="volumes"/>
289+
<text macro="pageno"/>
290+
<text macro="pageref"/>
291+
</group>
292+
</else>
293+
</choose>
294+
</else>
295+
</choose>
296+
</layout>
297+
</citation>
298+
</style>

0 commit comments

Comments
 (0)