Skip to content

Commit 1851a54

Browse files
Create alternatif-politika.csl (#5527)
1 parent f30aadb commit 1851a54

File tree

1 file changed

+304
-0
lines changed

1 file changed

+304
-0
lines changed

alternatif-politika.csl

Lines changed: 304 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,304 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" name-as-sort-order="first" demote-non-dropping-particle="never">
3+
<!-- Polyglot; journal publishes in Turkish and English -->
4+
<info>
5+
<title>Alternatif Politika</title>
6+
<title-short>Altern. Polit.</title-short>
7+
<id>http://www.zotero.org/styles/alternatif-politika</id>
8+
<link href="http://www.zotero.org/styles/alternatif-politika" rel="self"/>
9+
<link href="http://www.zotero.org/styles/journal-of-peace-research" rel="template"/>
10+
<link href="https://alternatifpolitika.com/site/dosyalar/diger/yazarlar_icin_onemli_notlar.docx" rel="documentation"/>
11+
<author>
12+
<name>Kasım Timur</name>
13+
<email>[email protected]</email>
14+
<uri>https://alternatifpolitika.com</uri>
15+
</author>
16+
<category citation-format="author-date"/>
17+
<category field="social_science"/>
18+
<category field="political_science"/>
19+
<category field="humanities"/>
20+
<eissn>1309-0593</eissn>
21+
<summary>Alternatif Politika author-date style with full first names, https://alternatifpolitika.com/</summary>
22+
<updated>2021-06-23T21:28:25+00:00</updated>
23+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
24+
</info>
25+
<locale xml:lang="en">
26+
<terms>
27+
<term name="editor" form="short">
28+
<single>Ed.</single>
29+
<multiple>Eds.</multiple>
30+
</term>
31+
</terms>
32+
</locale>
33+
<macro name="editor">
34+
<names variable="editor" delimiter=", ">
35+
<name and="text" name-as-sort-order="first"/>
36+
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
37+
</names>
38+
</macro>
39+
<macro name="proceedings-editor">
40+
<names variable="editor" delimiter=", " prefix="(" suffix=")">
41+
<label form="short" suffix=" "/>
42+
<name and="text" delimiter=", " sort-separator=", "/>
43+
</names>
44+
</macro>
45+
<macro name="author">
46+
<names variable="author">
47+
<name and="text" delimiter-precedes-last="never" et-al-min="7" et-al-use-first="6" name-as-sort-order="first"/>
48+
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
49+
<substitute>
50+
<names variable="editor"/>
51+
<names variable="translator"/>
52+
<text variable="container-title" font-style="normal"/>
53+
<text macro="title"/>
54+
</substitute>
55+
</names>
56+
</macro>
57+
<macro name="author-count">
58+
<names variable="author">
59+
<name form="count"/>
60+
<substitute>
61+
<names variable="editor"/>
62+
</substitute>
63+
</names>
64+
</macro>
65+
<macro name="author-short">
66+
<names variable="author">
67+
<name form="short" and="text" delimiter=", " delimiter-precedes-last="never" initialize-with=""/>
68+
<substitute>
69+
<names variable="editor"/>
70+
<names variable="translator"/>
71+
<text variable="container-title" font-style="normal"/>
72+
<text macro="title"/>
73+
</substitute>
74+
</names>
75+
</macro>
76+
<macro name="access">
77+
<choose>
78+
<if variable="DOI"/>
79+
<else-if variable="URL">
80+
<text variable="URL"/>
81+
<group prefix=" (" delimiter=" " suffix=")">
82+
<date variable="accessed">
83+
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
84+
<date-part name="month" form="numeric-leading-zeros" range-delimiter="" suffix="."/>
85+
<date-part name="year"/>
86+
</date>
87+
</group>
88+
</else-if>
89+
</choose>
90+
</macro>
91+
<macro name="title">
92+
<choose>
93+
<if type="book">
94+
<text variable="title" text-case="title" font-style="normal"/>
95+
</if>
96+
<else-if type="bill graphic legal_case motion_picture report song thesis" match="any">
97+
<text variable="title" text-case="title" font-style="normal"/>
98+
</else-if>
99+
<else-if type="article" match="any"/>
100+
<else>
101+
<text variable="title" text-case="title" strip-periods="false" quotes="false" prefix="&quot;" suffix="&quot;,"/>
102+
</else>
103+
</choose>
104+
</macro>
105+
<macro name="publisher">
106+
<choose>
107+
<if type="thesis" match="any">
108+
<group delimiter=": ">
109+
<text variable="publisher-place" prefix="("/>
110+
<text variable="publisher" suffix=")"/>
111+
</group>
112+
</if>
113+
<else-if type="paper-conference" match="any">
114+
<text variable="publisher"/>
115+
</else-if>
116+
<else>
117+
<group delimiter=": " prefix="(" suffix=")">
118+
<text variable="publisher-place"/>
119+
<text variable="publisher"/>
120+
</group>
121+
</else>
122+
</choose>
123+
</macro>
124+
<macro name="year-date">
125+
<choose>
126+
<if variable="issued">
127+
<date variable="issued">
128+
<date-part name="year"/>
129+
</date>
130+
</if>
131+
<else>
132+
<text term="no date" form="short"/>
133+
</else>
134+
</choose>
135+
</macro>
136+
<macro name="locator">
137+
<choose>
138+
<if type="article-journal">
139+
<text variable="volume" suffix=" "/>
140+
<text variable="issue" prefix="(" suffix=")"/>
141+
</if>
142+
</choose>
143+
</macro>
144+
<macro name="published-date">
145+
<choose>
146+
<if type="report" match="any">
147+
<date variable="issued">
148+
<date-part name="day" suffix=" "/>
149+
<date-part name="month" form="long"/>
150+
</date>
151+
</if>
152+
</choose>
153+
</macro>
154+
<macro name="genre">
155+
<choose>
156+
<if type="webpage post-weblog" match="none">
157+
<text variable="genre" text-case="title" prefix="("/>
158+
</if>
159+
</choose>
160+
</macro>
161+
<macro name="pages">
162+
<choose>
163+
<if type="chapter" match="any">
164+
<group delimiter=" " prefix=": ">
165+
<text variable="page"/>
166+
</group>
167+
</if>
168+
<else-if type="article-journal">
169+
<text variable="page" prefix=": "/>
170+
</else-if>
171+
</choose>
172+
</macro>
173+
<macro name="edition">
174+
<choose>
175+
<if is-numeric="edition">
176+
<group delimiter=" ">
177+
<number prefix="(" suffix="." variable="edition" form="ordinal"/>
178+
<text term="edition" form="short" text-case="capitalize-first" suffix="),"/>
179+
</group>
180+
</if>
181+
<else>
182+
<text variable="edition" form="short" suffix="."/>
183+
</else>
184+
</choose>
185+
</macro>
186+
<macro name="container-details">
187+
<choose>
188+
<if type="chapter post-weblog post" match="any">
189+
<group delimiter=", ">
190+
<text macro="editor"/>
191+
<choose>
192+
<if type="chapter">
193+
<text variable="container-title" text-case="title" font-style="normal"/>
194+
</if>
195+
<else>
196+
<text variable="container-title" font-style="italic"/>
197+
</else>
198+
</choose>
199+
</group>
200+
</if>
201+
<else-if type="paper-conference" match="any">
202+
<group delimiter=", " prefix="In: ">
203+
<group delimiter=" ">
204+
<choose>
205+
<if variable="container-title">
206+
<text variable="container-title" font-style="italic"/>
207+
</if>
208+
<else>
209+
<text variable="event" font-style="italic"/>
210+
</else>
211+
</choose>
212+
<text macro="proceedings-editor"/>
213+
</group>
214+
<text variable="publisher-place"/>
215+
<date variable="issued">
216+
<date-part name="day" suffix=" "/>
217+
<date-part name="month" form="long" suffix=" "/>
218+
<date-part name="year"/>
219+
</date>
220+
<group delimiter=" ">
221+
<label variable="page" form="short"/>
222+
<text variable="page"/>
223+
</group>
224+
</group>
225+
</else-if>
226+
<else-if type="webpage" match="none">
227+
<group delimiter=", ">
228+
<group delimiter=" ">
229+
<text macro="editor"/>
230+
<text variable="container-title" font-style="normal" suffix=","/>
231+
</group>
232+
<choose>
233+
<if type="article-newspaper article-magazine" match="any">
234+
<date variable="issued">
235+
<date-part name="day" suffix=" "/>
236+
<date-part name="month" form="long"/>
237+
</date>
238+
</if>
239+
</choose>
240+
</group>
241+
</else-if>
242+
</choose>
243+
</macro>
244+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year">
245+
<sort>
246+
<key macro="author-short"/>
247+
<key macro="year-date"/>
248+
<key variable="title"/>
249+
</sort>
250+
<layout prefix="(" suffix=")" delimiter="; ">
251+
<group delimiter=": ">
252+
<group delimiter=", ">
253+
<text macro="author-short"/>
254+
<text macro="year-date"/>
255+
</group>
256+
<text variable="locator"/>
257+
</group>
258+
</layout>
259+
</citation>
260+
<bibliography hanging-indent="true" et-al-min="4" et-al-use-first="3">
261+
<sort>
262+
<key macro="author" names-min="1" names-use-first="1"/>
263+
<key macro="author-count" names-min="3" names-use-first="3"/>
264+
<key macro="author" names-min="3" names-use-first="1"/>
265+
<key macro="year-date"/>
266+
<key variable="title"/>
267+
</sort>
268+
<layout suffix=".">
269+
<group delimiter=" ">
270+
<text macro="author"/>
271+
<text macro="year-date" prefix="(" suffix="),"/>
272+
<text macro="title"/>
273+
<choose>
274+
<if variable="container-title" match="none">
275+
<text macro="edition"/>
276+
</if>
277+
</choose>
278+
<group delimiter=" ">
279+
<group delimiter=" ">
280+
<text macro="container-details"/>
281+
<text macro="locator"/>
282+
</group>
283+
<choose>
284+
<if variable="container-title" match="any">
285+
<text macro="edition"/>
286+
</if>
287+
</choose>
288+
<group suffix=")">
289+
<group delimiter=" ">
290+
<text variable="collection-title"/>
291+
<text variable="collection-number"/>
292+
<text variable="number"/>
293+
</group>
294+
<text macro="genre"/>
295+
<text macro="published-date"/>
296+
</group>
297+
<text macro="publisher"/>
298+
</group>
299+
</group>
300+
<text macro="pages"/>
301+
<text macro="access" prefix=". "/>
302+
</layout>
303+
</bibliography>
304+
</style>

0 commit comments

Comments
 (0)