forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathborgyogyaszati-es-venerologiai-szemle.csl
168 lines (168 loc) · 6.02 KB
/
borgyogyaszati-es-venerologiai-szemle.csl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<info>
<title>Bőrgyógyászati és Venerológiai Szemle (Magyar)</title>
<title-short>BVSZ</title-short>
<id>http://www.zotero.org/styles/borgyogyaszati-es-venerologiai-szemle</id>
<link href="http://www.zotero.org/styles/borgyogyaszati-es-venerologiai-szemle" rel="self"/>
<link href="http://www.zotero.org/styles/bibliotheque-universitaire-de-medecine-vancouver" rel="template"/>
<link href="https://www.bium.ch/guide-vancouver/" rel="documentation"/>
<author>
<name>Patrick O'Brien</name>
<uri>https://citationstyler.com</uri>
</author>
<category citation-format="numeric"/>
<category field="medicine"/>
<issn>0006-7768</issn>
<eissn>2064-261X</eissn>
<updated>2024-04-22T13:33:29+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
<terms>
<term name="available at">available from</term>
<term name="et-al">és mtsai.</term>
</terms>
</locale>
<macro name="author">
<names variable="author" font-style="italic">
<name delimiter-precedes-et-al="never" initialize-with=". " name-as-sort-order="all" sort-separator=" "/>
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor translator director"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor collection-editor">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
<substitute>
<names variable="container-author" suffix=".">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="long" prefix=", "/>
</names>
</substitute>
</names>
</macro>
<macro name="publisher">
<text variable="publisher"/>
</macro>
<macro name="access">
<choose>
<if type="webpage post post-weblog" match="any">
<group delimiter=": ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
</if>
<else-if type="article-journal" match="any">
<text variable="DOI" prefix="DOI: "/>
</else-if>
</choose>
</macro>
<macro name="title">
<text variable="title"/>
<choose>
<if type="webpage post post-weblog" match="any">
<text term="internet" text-case="capitalize-first" prefix=" [" suffix="]"/>
</if>
<else-if type="thesis" match="any">
<text variable="genre" prefix=" [" suffix="]"/>
</else-if>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="date">
<choose>
<if type="webpage post post-weblog" match="any">
<date form="text" date-parts="year-month-day" variable="issued"/>
<group delimiter=" " prefix=" [" suffix="]">
<text term="cited"/>
<date variable="accessed">
<date-part name="year" suffix=" "/>
<date-part name="month" form="short" strip-periods="true" suffix=" "/>
<date-part name="day"/>
</date>
</group>
</if>
<else>
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
</else>
</choose>
</macro>
<macro name="pages">
<text variable="page"/>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush">
<layout>
<text variable="citation-number" suffix=". "/>
<group delimiter=". " suffix=".">
<group delimiter=": ">
<text macro="author"/>
<text macro="title"/>
</group>
<choose>
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
<group delimiter=". ">
<group delimiter=": ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text macro="editor"/>
</group>
<group delimiter=" ">
<text variable="container-title"/>
<text macro="pages" prefix="(" suffix=")"/>
</group>
</group>
<text macro="edition"/>
<text macro="publisher"/>
<text macro="date"/>
</group>
</if>
<else-if type="article-journal" match="any">
<group delimiter=" ">
<text variable="container-title" form="short" strip-periods="true" suffix="."/>
<text macro="date"/>
<group delimiter=", ">
<group font-style="italic">
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
<text macro="pages"/>
</group>
</group>
</else-if>
<else>
<group delimiter=". ">
<text macro="edition"/>
<text macro="publisher"/>
<text macro="date"/>
</group>
</else>
</choose>
</group>
<text macro="access" prefix=" "/>
</layout>
</bibliography>
</style>