Skip to content

Commit 93f6600

Browse files
authored
1 parent bfa3b6d commit 93f6600

File tree

1 file changed

+274
-0
lines changed

1 file changed

+274
-0
lines changed

refugee-survey-quarterly.csl

Lines changed: 274 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,274 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" and="symbol" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="en-GB">
3+
<info>
4+
<title>Refugee Survey Quarterly</title>
5+
<id>http://www.zotero.org/styles/refugee-survey-quarterly</id>
6+
<link href="http://www.zotero.org/styles/refugee-survey-quarterly" rel="self"/>
7+
<link href="http://www.zotero.org/styles/henoch" rel="template"/>
8+
<link href="https://academic.oup.com/rsq/pages/information_for_authors" rel="documentation"/>
9+
<link href="https://static.primary.prod.gcms.the-infra.com/static/site/rsq/document/rsq-style-sheet-for-authors.pdf?node=9f756c3cee0c555986ff&amp;version=78284:309db0246a9285b2f409" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="note"/>
14+
<category field="history"/>
15+
<issn>1020-4067</issn>
16+
<eissn>1471-695X</eissn>
17+
<updated>2021-03-28T08:30:53+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<locale xml:lang="en">
21+
<terms>
22+
<term name="translator" form="short">trans.</term>
23+
<term name="editortranslator" form="short">ed. and trans.</term>
24+
<term name="chapter" form="short">c.</term>
25+
<term name="open-quote">"</term>
26+
<term name="close-quote">"</term>
27+
</terms>
28+
</locale>
29+
<macro name="author">
30+
<names variable="author" suffix=", ">
31+
<name initialize-with="."/>
32+
<et-al font-style="italic"/>
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">
54+
<label form="short" suffix=". " strip-periods="false"/>
55+
<name and="text" initialize-with="."/>
56+
</names>
57+
</if>
58+
</choose>
59+
</macro>
60+
<macro name="container-editor">
61+
<group delimiter=" ">
62+
<text term="in" suffix=" "/>
63+
<names variable="editor">
64+
<name initialize-with="."/>
65+
<label form="short" prefix=" (" suffix=")" strip-periods="false"/>
66+
<substitute>
67+
<names variable="editor"/>
68+
<names variable="translator"/>
69+
<names variable="container-author"/>
70+
<text macro="title"/>
71+
</substitute>
72+
</names>
73+
</group>
74+
</macro>
75+
<macro name="title">
76+
<choose>
77+
<if type="bill book graphic legal_case motion_picture report song" match="any">
78+
<text variable="title" font-style="italic"/>
79+
</if>
80+
<else>
81+
<text variable="title" quotes="true"/>
82+
</else>
83+
</choose>
84+
</macro>
85+
<macro name="title-short">
86+
<choose>
87+
<if type="bill book graphic legal_case motion_picture report song" match="any">
88+
<text variable="title" form="short" font-style="italic"/>
89+
</if>
90+
<else>
91+
<text variable="title" form="short" quotes="true"/>
92+
</else>
93+
</choose>
94+
</macro>
95+
<macro name="collection">
96+
<text variable="collection-title"/>
97+
<text variable="collection-number" prefix=" "/>
98+
</macro>
99+
<macro name="publisher">
100+
<choose>
101+
<if type="paper-conference">
102+
<group delimiter=" ">
103+
<text term="presented at"/>
104+
<text variable="event"/>
105+
</group>
106+
<text variable="event-place" prefix=", "/>
107+
</if>
108+
<else>
109+
<group delimiter=", ">
110+
<text variable="publisher-place"/>
111+
<text variable="publisher"/>
112+
</group>
113+
</else>
114+
</choose>
115+
</macro>
116+
<macro name="date">
117+
<choose>
118+
<if type="article-newspaper" match="any">
119+
<date form="text" date-parts="year-month-day" variable="issued"/>
120+
</if>
121+
<else>
122+
<date variable="issued">
123+
<date-part name="year"/>
124+
</date>
125+
</else>
126+
</choose>
127+
</macro>
128+
<macro name="volumes">
129+
<group delimiter=" ">
130+
<text variable="number-of-volumes"/>
131+
<text term="volume" form="short" plural="true" strip-periods="true"/>
132+
</group>
133+
</macro>
134+
<macro name="pageno">
135+
<choose>
136+
<if variable="locator" match="none">
137+
<text variable="page"/>
138+
</if>
139+
</choose>
140+
</macro>
141+
<macro name="pageref">
142+
<choose>
143+
<if variable="locator">
144+
<group delimiter=" ">
145+
<choose>
146+
<if match="none" locator="page">
147+
<label variable="locator" form="short"/>
148+
</if>
149+
</choose>
150+
<text variable="locator"/>
151+
</group>
152+
</if>
153+
</choose>
154+
</macro>
155+
<macro name="pageref-subsequent">
156+
<label variable="locator" form="short" suffix=" "/>
157+
<text variable="locator"/>
158+
</macro>
159+
<macro name="volref">
160+
<text variable="volume"/>
161+
<text variable="issue" prefix="(" suffix=")"/>
162+
</macro>
163+
<macro name="container">
164+
<choose>
165+
<if type="chapter paper-conference" match="any">
166+
<text variable="container-title" font-style="italic"/>
167+
</if>
168+
<else>
169+
<text variable="container-title" font-style="italic"/>
170+
</else>
171+
</choose>
172+
</macro>
173+
<macro name="access">
174+
<choose>
175+
<if type="webpage post post-weblog report article-newspaper" match="any">
176+
<choose>
177+
<if variable="URL" match="any">
178+
<group delimiter=" ">
179+
<group delimiter=": ">
180+
<text term="available at"/>
181+
<text variable="URL" prefix=" " suffix=", "/>
182+
</group>
183+
<group delimiter=" " prefix="(" suffix=")">
184+
<text term="accessed"/>
185+
<date variable="accessed">
186+
<date-part name="month" form="numeric" suffix="/"/>
187+
<date-part name="day" suffix="/"/>
188+
<date-part name="year"/>
189+
</date>
190+
</group>
191+
</group>
192+
</if>
193+
</choose>
194+
</if>
195+
</choose>
196+
</macro>
197+
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true">
198+
<layout suffix="." delimiter="; ">
199+
<choose>
200+
<if position="ibid-with-locator ibid" match="any">
201+
<group delimiter=", ">
202+
<text term="ibid" form="short" text-case="capitalize-first" font-style="italic"/>
203+
<text macro="pageref"/>
204+
</group>
205+
</if>
206+
<else-if match="any" position="subsequent">
207+
<group delimiter=", ">
208+
<text macro="author-short"/>
209+
<text macro="title-short"/>
210+
<text macro="pageref-subsequent"/>
211+
</group>
212+
</else-if>
213+
<else>
214+
<text macro="author"/>
215+
<choose>
216+
<if type="report thesis" match="any">
217+
<group delimiter=", ">
218+
<text macro="title"/>
219+
<text variable="genre"/>
220+
<text variable="publisher"/>
221+
<text variable="number" prefix=" "/>
222+
<text variable="collection-title"/>
223+
<text macro="date"/>
224+
<text macro="pageref"/>
225+
<text macro="access"/>
226+
</group>
227+
</if>
228+
<else-if type="bill book graphic legal_case motion_picture song" match="any">
229+
<group delimiter=", ">
230+
<text macro="title"/>
231+
<text macro="editor-translator"/>
232+
<text macro="container"/>
233+
<text macro="volumes"/>
234+
<text macro="collection"/>
235+
<text macro="volref"/>
236+
<text macro="publisher"/>
237+
<text macro="date"/>
238+
<text macro="pageref"/>
239+
</group>
240+
</else-if>
241+
<else-if type="chapter paper-conference" match="any">
242+
<group delimiter=", ">
243+
<text macro="title"/>
244+
<text macro="container-editor"/>
245+
<text macro="container"/>
246+
<text macro="volref"/>
247+
<text macro="volumes"/>
248+
<text macro="collection"/>
249+
<text macro="publisher"/>
250+
<text macro="date"/>
251+
<text macro="pageno"/>
252+
<text macro="pageref"/>
253+
</group>
254+
</else-if>
255+
<else>
256+
<group delimiter=", ">
257+
<text macro="title"/>
258+
<text macro="publisher"/>
259+
<text macro="container"/>
260+
<text macro="collection"/>
261+
<text macro="volref"/>
262+
<text macro="date"/>
263+
<text macro="volumes"/>
264+
<text macro="pageno"/>
265+
<text macro="pageref"/>
266+
<text macro="access"/>
267+
</group>
268+
</else>
269+
</choose>
270+
</else>
271+
</choose>
272+
</layout>
273+
</citation>
274+
</style>

0 commit comments

Comments
 (0)