Skip to content

Commit d2ec1a7

Browse files
authored
Create Tijdschrift-voor-Geneeskunde.csl (JabRef#4907)
1 parent 5df7250 commit d2ec1a7

File tree

1 file changed

+357
-0
lines changed

1 file changed

+357
-0
lines changed

tijdschrift-voor-geneeskunde.csl

+357
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,357 @@
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="6" et-al-use-first="3" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="nl-NL">
3+
<info>
4+
<title>Tijdschrift voor Geneeskunde (Dutch)</title>
5+
<title-short>TvG</title-short>
6+
<id>http://www.zotero.org/styles/tijdschrift-voor-geneeskunde</id>
7+
<link href="http://www.zotero.org/styles/tijdschrift-voor-geneeskunde" rel="self"/>
8+
<link href="http://www.zotero.org/styles/vancouver" rel="template"/>
9+
<link href="https://www.tvg.be/index.php/richtlijnen-auteurs" rel="documentation"/>
10+
<author>
11+
<name>Sander Dumont</name>
12+
<uri>https://www.mendeley.com/profiles/sander-dumont</uri>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="medicine"/>
16+
<issn>0371-683X</issn>
17+
<eissn>1784-9721</eissn>
18+
<updated>2020-07-08T16:00:00+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="nl-NL">
22+
<terms>
23+
<term name="et-al">et al</term>
24+
<term name="and others" form="verb">et al</term>
25+
<term name="and others" form="short">et al</term>
26+
<term name="and others" form="verb-short">et al</term>
27+
<term name="and others" form="symbol">et al</term>
28+
</terms>
29+
</locale>
30+
<locale xml:lang="en">
31+
<date form="text" delimiter=" ">
32+
<date-part name="year"/>
33+
<date-part name="month" form="short" strip-periods="true"/>
34+
<date-part name="day"/>
35+
</date>
36+
<terms>
37+
<term name="collection-editor" form="long">
38+
<single>editor</single>
39+
<multiple>editors</multiple>
40+
</term>
41+
<term name="presented at">presented at</term>
42+
<term name="available at">available from</term>
43+
<term name="section" form="short">sect.</term>
44+
</terms>
45+
</locale>
46+
<locale xml:lang="fr">
47+
<date form="text" delimiter=" ">
48+
<date-part name="day"/>
49+
<date-part name="month" form="short" strip-periods="true"/>
50+
<date-part name="year"/>
51+
</date>
52+
</locale>
53+
<macro name="author">
54+
<names variable="author">
55+
<name delimiter-precedes-last="always" et-al-min="6" et-al-use-first="3" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
56+
<label form="long" prefix=", "/>
57+
<substitute>
58+
<names variable="editor"/>
59+
</substitute>
60+
</names>
61+
</macro>
62+
<macro name="editor">
63+
<names variable="editor" suffix=".">
64+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
65+
<label form="long" prefix=", "/>
66+
</names>
67+
</macro>
68+
<macro name="chapter-marker">
69+
<choose>
70+
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
71+
<text term="in" text-case="capitalize-first"/>
72+
</if>
73+
</choose>
74+
</macro>
75+
<macro name="publisher">
76+
<choose>
77+
<if type="article-journal article-magazine article-newspaper" match="none">
78+
<group delimiter=": " suffix=";">
79+
<choose>
80+
<if type="thesis">
81+
<text variable="publisher-place" prefix="[" suffix="]"/>
82+
</if>
83+
<else-if type="speech"/>
84+
<else>
85+
<text variable="publisher-place"/>
86+
</else>
87+
</choose>
88+
<text variable="publisher"/>
89+
</group>
90+
</if>
91+
</choose>
92+
</macro>
93+
<macro name="access">
94+
<choose>
95+
<if type="webpage" match="all">
96+
<group delimiter=": ">
97+
<text term="available at" text-case="capitalize-first"/>
98+
<text variable="URL"/>
99+
</group>
100+
</if>
101+
<else-if type="article-journal" match="any">
102+
<text variable="DOI" prefix="doi:"/>
103+
</else-if>
104+
</choose>
105+
</macro>
106+
<macro name="accessed-date">
107+
<choose>
108+
<if type="webpage">
109+
<group prefix="[" suffix="]" delimiter=" ">
110+
<text term="cited" text-case="lowercase"/>
111+
<date variable="accessed" form="text"/>
112+
</group>
113+
</if>
114+
</choose>
115+
</macro>
116+
<macro name="container-title">
117+
<choose>
118+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="any">
119+
<group suffix="." delimiter=" ">
120+
<choose>
121+
<if type="article-journal review review-book" match="any">
122+
<text variable="container-title" form="short" strip-periods="true"/>
123+
</if>
124+
<else>
125+
<text variable="container-title" strip-periods="true"/>
126+
</else>
127+
</choose>
128+
<choose>
129+
<if type="webpage">
130+
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
131+
</if>
132+
</choose>
133+
</group>
134+
<text macro="edition" prefix=" "/>
135+
</if>
136+
<else-if type="bill legislation" match="any">
137+
<group delimiter=", ">
138+
<group delimiter=". ">
139+
<text variable="container-title"/>
140+
<group delimiter=" ">
141+
<text term="section" form="short" text-case="capitalize-first"/>
142+
<text variable="section"/>
143+
</group>
144+
</group>
145+
<text variable="number"/>
146+
</group>
147+
</else-if>
148+
<else-if type="speech">
149+
<group delimiter=": " suffix=";">
150+
<group delimiter=" ">
151+
<text variable="genre" text-case="capitalize-first"/>
152+
<text term="presented at"/>
153+
</group>
154+
<text variable="event"/>
155+
</group>
156+
</else-if>
157+
<else>
158+
<group delimiter=", " suffix=".">
159+
<choose>
160+
<if variable="collection-title" match="none">
161+
<group delimiter=" ">
162+
<label variable="volume" form="short" text-case="capitalize-first"/>
163+
<text variable="volume"/>
164+
</group>
165+
</if>
166+
</choose>
167+
<text variable="container-title"/>
168+
</group>
169+
</else>
170+
</choose>
171+
</macro>
172+
<macro name="title">
173+
<text variable="title"/>
174+
<choose>
175+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="none">
176+
<choose>
177+
<if variable="URL">
178+
<text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
179+
</if>
180+
</choose>
181+
<text macro="edition" prefix=". "/>
182+
</if>
183+
</choose>
184+
<choose>
185+
<if type="thesis">
186+
<text variable="genre" prefix=" [" suffix="]"/>
187+
</if>
188+
</choose>
189+
</macro>
190+
<macro name="edition">
191+
<choose>
192+
<if is-numeric="edition">
193+
<group delimiter=" ">
194+
<number variable="edition" form="ordinal"/>
195+
<text term="edition" form="short"/>
196+
</group>
197+
</if>
198+
<else>
199+
<text variable="edition" suffix="."/>
200+
</else>
201+
</choose>
202+
</macro>
203+
<macro name="date">
204+
<choose>
205+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
206+
<group suffix=";" delimiter=" ">
207+
<date variable="issued" form="text"/>
208+
<text macro="accessed-date"/>
209+
</group>
210+
</if>
211+
<else-if type="bill legislation" match="any">
212+
<group delimiter=", ">
213+
<date variable="issued" delimiter=" ">
214+
<date-part name="month" form="short" strip-periods="true"/>
215+
<date-part name="day"/>
216+
</date>
217+
<date variable="issued">
218+
<date-part name="year"/>
219+
</date>
220+
</group>
221+
</else-if>
222+
<else-if type="report">
223+
<date variable="issued" delimiter=" ">
224+
<date-part name="year"/>
225+
<date-part name="month" form="short" strip-periods="true"/>
226+
</date>
227+
<text macro="accessed-date" prefix=" "/>
228+
</else-if>
229+
<else-if type="patent">
230+
<group suffix=".">
231+
<group delimiter=", ">
232+
<text variable="number"/>
233+
<date variable="issued">
234+
<date-part name="year"/>
235+
</date>
236+
</group>
237+
<text macro="accessed-date" prefix=" "/>
238+
</group>
239+
</else-if>
240+
<else-if type="speech">
241+
<group delimiter="; ">
242+
<group delimiter=" ">
243+
<date variable="issued" delimiter=" ">
244+
<date-part name="year"/>
245+
<date-part name="month" form="short" strip-periods="true"/>
246+
<date-part name="day"/>
247+
</date>
248+
<text macro="accessed-date"/>
249+
</group>
250+
<text variable="event-place"/>
251+
</group>
252+
</else-if>
253+
<else>
254+
<group suffix=".">
255+
<date variable="issued">
256+
<date-part name="year"/>
257+
</date>
258+
<text macro="accessed-date" prefix=" "/>
259+
</group>
260+
</else>
261+
</choose>
262+
</macro>
263+
<macro name="pages">
264+
<choose>
265+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
266+
<text variable="page" prefix=":"/>
267+
</if>
268+
<else-if type="book" match="any">
269+
<text variable="number-of-pages" prefix=" "/>
270+
<choose>
271+
<if is-numeric="number-of-pages">
272+
<label variable="number-of-pages" form="short" prefix=" " plural="never"/>
273+
</if>
274+
</choose>
275+
</else-if>
276+
<else>
277+
<group prefix=" " delimiter=" ">
278+
<label variable="page" form="short" plural="never"/>
279+
<text variable="page"/>
280+
</group>
281+
</else>
282+
</choose>
283+
</macro>
284+
<macro name="journal-location">
285+
<choose>
286+
<if type="article-journal article-magazine review review-book" match="any">
287+
<text variable="volume"/>
288+
<text variable="issue" prefix="(" suffix=")"/>
289+
</if>
290+
</choose>
291+
</macro>
292+
<macro name="collection-details">
293+
<choose>
294+
<if type="article-journal article-magazine article-newspaper review review-book" match="none">
295+
<choose>
296+
<if variable="collection-title">
297+
<group delimiter=" " prefix="(" suffix=")">
298+
<names variable="collection-editor" suffix=".">
299+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
300+
<label form="long" prefix=", "/>
301+
</names>
302+
<group delimiter="; ">
303+
<text variable="collection-title"/>
304+
<group delimiter=" ">
305+
<label variable="volume" form="short"/>
306+
<text variable="volume"/>
307+
</group>
308+
</group>
309+
</group>
310+
</if>
311+
</choose>
312+
</if>
313+
</choose>
314+
</macro>
315+
<macro name="report-details">
316+
<choose>
317+
<if type="report">
318+
<text variable="number" prefix="Report No.: "/>
319+
</if>
320+
</choose>
321+
</macro>
322+
<citation collapse="citation-number">
323+
<sort>
324+
<key variable="citation-number"/>
325+
</sort>
326+
<layout prefix="(" suffix=")" delimiter=",">
327+
<text variable="citation-number"/>
328+
</layout>
329+
</citation>
330+
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
331+
<layout>
332+
<text variable="citation-number" suffix=". "/>
333+
<group delimiter=". " suffix=". ">
334+
<text macro="author"/>
335+
<text macro="title"/>
336+
</group>
337+
<group delimiter=" " suffix=". ">
338+
<group delimiter=": ">
339+
<text macro="chapter-marker"/>
340+
<group delimiter=" ">
341+
<text macro="editor"/>
342+
<text macro="container-title"/>
343+
</group>
344+
</group>
345+
<text macro="publisher"/>
346+
<group>
347+
<text macro="date"/>
348+
<text macro="journal-location"/>
349+
<text macro="pages"/>
350+
</group>
351+
</group>
352+
<text macro="collection-details" suffix=". "/>
353+
<text macro="report-details" suffix=". "/>
354+
<text macro="access"/>
355+
</layout>
356+
</bibliography>
357+
</style>

0 commit comments

Comments
 (0)