Skip to content

Commit 561024e

Browse files
authored
Create istanbul-medical-journal.csl (#5374)
1 parent 21ba5d8 commit 561024e

File tree

1 file changed

+373
-0
lines changed

1 file changed

+373
-0
lines changed

istanbul-medical-journal.csl

Lines changed: 373 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,373 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" et-al-min="7" et-al-use-first="6" sort-separator="" page-range-format="minimal" demote-non-dropping-particle="sort-only">
3+
<!-- Polyglot; journal publishes in English and Turkish -->
4+
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
5+
<info>
6+
<title>İstanbul Medical Journal</title>
7+
<id>http://www.zotero.org/styles/istanbul-medical-journal</id>
8+
<link href="http://www.zotero.org/styles/istanbul-medical-journal" rel="self"/>
9+
<link href="http://www.zotero.org/styles/ieee" rel="template"/>
10+
<link href="http://istanbulmedicaljournal.org/instructions-to-authors" rel="documentation"/>
11+
<author>
12+
<name>Huseyin Karamelikli</name>
13+
<email>[email protected]</email>
14+
<uri>https://www.karamelikli.com</uri>
15+
</author>
16+
<category citation-format="numeric"/>
17+
<category field="medicine"/>
18+
<issn>2619-9793</issn>
19+
<eissn>2148-094X</eissn>
20+
<summary>Istanbul Medical Journal</summary>
21+
<updated>2021-04-10T13:40:36+00:00</updated>
22+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
23+
</info>
24+
<locale xml:lang="en">
25+
<terms>
26+
<term name="chapter" form="short">ch.</term>
27+
<term name="presented at">presented at the</term>
28+
<term name="available at">available</term>
29+
</terms>
30+
</locale>
31+
<macro name="status">
32+
<choose>
33+
<if variable="page issue volume" match="none">
34+
<text variable="status" text-case="capitalize-first" suffix="" font-weight="bold"/>
35+
</if>
36+
</choose>
37+
</macro>
38+
<macro name="edition">
39+
<choose>
40+
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
41+
<choose>
42+
<if is-numeric="edition">
43+
<group delimiter=" ">
44+
<number variable="edition" form="ordinal"/>
45+
<text term="edition" form="short"/>
46+
</group>
47+
</if>
48+
<else>
49+
<text variable="edition" text-case="capitalize-first" suffix="."/>
50+
</else>
51+
</choose>
52+
</if>
53+
</choose>
54+
</macro>
55+
<macro name="issued">
56+
<choose>
57+
<if type="article-journal report" match="any">
58+
<date date-parts="year" form="text" variable="issued" suffix=";">
59+
<date-part name="month" form="long"/>
60+
<date-part name="year" form="long"/>
61+
</date>
62+
</if>
63+
<else-if type="bill book chapter graphic legal_case legislation motion_picture song thesis" match="any">
64+
<date variable="issued">
65+
<date-part name="year" form="long"/>
66+
</date>
67+
</else-if>
68+
<else-if type="paper-conference" match="any">
69+
<date variable="issued">
70+
<date-part name="month" form="short"/>
71+
<date-part name="year" prefix=" "/>
72+
</date>
73+
</else-if>
74+
<else>
75+
<date variable="issued">
76+
<date-part name="month" form="short" suffix=" "/>
77+
<date-part name="day" form="numeric-leading-zeros" suffix=", "/>
78+
<date-part name="year"/>
79+
</date>
80+
</else>
81+
</choose>
82+
</macro>
83+
<macro name="author">
84+
<names variable="author">
85+
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
86+
<label text-case="lowercase" prefix=" " suffix=". "/>
87+
<substitute>
88+
<names variable="editor" text-decoration="none"/>
89+
<names variable="translator"/>
90+
<choose>
91+
<if type="report">
92+
<text variable="publisher"/>
93+
<text macro="title"/>
94+
</if>
95+
<else>
96+
<text macro="title"/>
97+
</else>
98+
</choose>
99+
</substitute>
100+
</names>
101+
</macro>
102+
<macro name="editor">
103+
<names variable="editor">
104+
<name initialize-with=". " delimiter=", " and="text"/>
105+
<label text-case="lowercase" prefix=", "/>
106+
</names>
107+
</macro>
108+
<macro name="locators">
109+
<group>
110+
<text macro="edition"/>
111+
<group delimiter=" ">
112+
<text term="number" form="short"/>
113+
<number variable="volume" form="numeric"/>
114+
</group>
115+
<group delimiter=" ">
116+
<number variable="number-of-volumes" form="numeric"/>
117+
<text term="volume" form="short" plural="true"/>
118+
</group>
119+
<group delimiter=" ">
120+
<number prefix="(" suffix=");" variable="issue"/>
121+
</group>
122+
</group>
123+
</macro>
124+
<macro name="title">
125+
<choose>
126+
<if type="bill book graphic legal_case legislation motion_picture song" match="any">
127+
<text variable="title" font-style="normal"/>
128+
</if>
129+
<else>
130+
<text variable="title" quotes="false" suffix="."/>
131+
</else>
132+
</choose>
133+
</macro>
134+
<macro name="publisher">
135+
<choose>
136+
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference song" match="any">
137+
<group delimiter=": ">
138+
<text variable="publisher-place"/>
139+
<text variable="publisher"/>
140+
</group>
141+
</if>
142+
<else>
143+
<group delimiter=", ">
144+
<text variable="publisher"/>
145+
<text variable="publisher-place"/>
146+
</group>
147+
</else>
148+
</choose>
149+
</macro>
150+
<macro name="event">
151+
<choose>
152+
<if type="paper-conference speech" match="any">
153+
<choose>
154+
<if variable="collection-editor editor editorial-director issue page volume" match="any">
155+
<group delimiter=", ">
156+
<group delimiter=" ">
157+
<text term="in"/>
158+
<text variable="container-title" font-style="italic"/>
159+
</group>
160+
<text variable="event-place"/>
161+
</group>
162+
</if>
163+
<else>
164+
<group delimiter=", ">
165+
<group delimiter=" ">
166+
<text term="presented at"/>
167+
<text variable="event"/>
168+
</group>
169+
<text variable="event-place"/>
170+
</group>
171+
</else>
172+
</choose>
173+
</if>
174+
</choose>
175+
</macro>
176+
<macro name="access">
177+
<choose>
178+
<if type="webpage post post-weblog report" match="any">
179+
<choose>
180+
<if variable="URL">
181+
<group delimiter=" ">
182+
<text variable="URL" prefix="Available from: URL: "/>
183+
<group delimiter=" " prefix="(" suffix=")">
184+
<text term="accessed" text-case="lowercase"/>
185+
<date form="text" variable="accessed">
186+
<date-part name="month" strip-periods="false"/>
187+
<date-part name="day" form="numeric-leading-zeros"/>
188+
<date-part name="year" form="long"/>
189+
</date>
190+
</group>
191+
</group>
192+
</if>
193+
</choose>
194+
</if>
195+
<else-if match="any" variable="DOI">
196+
<text variable="DOI" prefix="doi: "/>
197+
</else-if>
198+
<else>
199+
<group delimiter=". ">
200+
<group delimiter=": ">
201+
<text term="accessed" text-case="capitalize-first"/>
202+
<date variable="accessed">
203+
<date-part name="month" form="short" suffix=" "/>
204+
<date-part name="day" form="numeric-leading-zeros" suffix=", "/>
205+
<date-part name="year"/>
206+
</date>
207+
</group>
208+
<text variable="URL" text-case="capitalize-first" prefix="Available from: URL: "/>
209+
<group delimiter=": ">
210+
<text term="available at" text-case="capitalize-first"/>
211+
<text variable="URL"/>
212+
</group>
213+
</group>
214+
</else>
215+
</choose>
216+
</macro>
217+
<macro name="page">
218+
<choose>
219+
<if type="article-journal" variable="number" match="all">
220+
<group delimiter=" ">
221+
<text value="Art."/>
222+
<text term="issue" form="short"/>
223+
<text variable="number"/>
224+
</group>
225+
</if>
226+
<else>
227+
<group delimiter=" ">
228+
<text variable="page" form="short"/>
229+
</group>
230+
</else>
231+
</choose>
232+
</macro>
233+
<macro name="citation-locator">
234+
<group delimiter=" ">
235+
<choose>
236+
<if locator="page">
237+
<label variable="locator" form="short"/>
238+
</if>
239+
<else>
240+
<label variable="locator" form="short" text-case="capitalize-first"/>
241+
</else>
242+
</choose>
243+
<text variable="locator"/>
244+
</group>
245+
</macro>
246+
<citation collapse="citation-number">
247+
<sort>
248+
<key variable="citation-number"/>
249+
</sort>
250+
<layout delimiter=", " prefix="(" suffix=")">
251+
<group delimiter=", ">
252+
<text variable="citation-number"/>
253+
<text macro="citation-locator"/>
254+
</group>
255+
</layout>
256+
</citation>
257+
<bibliography sort-separator="" second-field-align="flush" entry-spacing="0">
258+
<layout>
259+
<text variable="citation-number" suffix="."/>
260+
<text macro="author" suffix=". "/>
261+
<choose>
262+
<if type="article-journal">
263+
<group delimiter=" ">
264+
<text macro="title"/>
265+
<text variable="container-title" strip-periods="false" font-style="normal"/>
266+
<text macro="issued"/>
267+
<text macro="locators"/>
268+
<text macro="page"/>
269+
<text macro="status"/>
270+
<text macro="access"/>
271+
</group>
272+
</if>
273+
<else-if type="paper-conference speech" match="any">
274+
<group delimiter=", ">
275+
<text macro="title"/>
276+
<text macro="event"/>
277+
<text macro="issued"/>
278+
<text macro="locators"/>
279+
<text macro="page"/>
280+
<text macro="status"/>
281+
<text macro="access"/>
282+
</group>
283+
</else-if>
284+
<else-if type="report">
285+
<group delimiter=". ">
286+
<group delimiter=", ">
287+
<text macro="title"/>
288+
<text macro="publisher"/>
289+
<group delimiter=" ">
290+
<text variable="genre"/>
291+
<text variable="number"/>
292+
</group>
293+
<text macro="issued"/>
294+
</group>
295+
<text macro="access"/>
296+
</group>
297+
</else-if>
298+
<else-if type="thesis">
299+
<group delimiter=". ">
300+
<text macro="title"/>
301+
<text variable="genre"/>
302+
<text macro="publisher"/>
303+
<text macro="issued"/>
304+
</group>
305+
</else-if>
306+
<else-if type="webpage post-weblog post" match="any">
307+
<group delimiter=", " suffix=". ">
308+
<text macro="title"/>
309+
<text variable="container-title" font-style="normal"/>
310+
<text macro="issued"/>
311+
</group>
312+
<text macro="access"/>
313+
</else-if>
314+
<else-if type="patent">
315+
<group delimiter=", ">
316+
<text macro="title"/>
317+
<text variable="number"/>
318+
<text macro="issued"/>
319+
</group>
320+
</else-if>
321+
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
322+
<group delimiter=", " suffix=". ">
323+
<text macro="title"/>
324+
<text macro="locators"/>
325+
</group>
326+
<group delimiter="; ">
327+
<text macro="publisher"/>
328+
<text macro="issued"/>
329+
<text macro="page"/>
330+
</group>
331+
</else-if>
332+
<else-if type="article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
333+
<group delimiter=", ">
334+
<text macro="title"/>
335+
<text variable="container-title" font-style="italic"/>
336+
<text macro="locators"/>
337+
<text macro="publisher"/>
338+
<text macro="page"/>
339+
<text macro="issued"/>
340+
</group>
341+
</else-if>
342+
<else-if type="chapter paper-conference" match="any">
343+
<group delimiter=". " suffix=". ">
344+
<text macro="title"/>
345+
<text macro="editor" suffix=" "/>
346+
<group delimiter=" ">
347+
<text variable="container-title" font-style="italic"/>
348+
</group>
349+
<text macro="locators"/>
350+
</group>
351+
<group delimiter=", ">
352+
<text macro="publisher"/>
353+
<text macro="issued"/>
354+
<text macro="page"/>
355+
</group>
356+
</else-if>
357+
<else>
358+
<group delimiter=", " suffix=". ">
359+
<text macro="title"/>
360+
<text variable="container-title" font-style="italic"/>
361+
<text macro="locators"/>
362+
</group>
363+
<group delimiter=", ">
364+
<text macro="publisher"/>
365+
<text macro="page"/>
366+
<text macro="issued"/>
367+
<text macro="access"/>
368+
</group>
369+
</else>
370+
</choose>
371+
</layout>
372+
</bibliography>
373+
</style>

0 commit comments

Comments
 (0)