Skip to content

Commit 120efb1

Browse files
authored
Update journal of hearing science
remove periods in and after journal abbreviations
1 parent e503477 commit 120efb1

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

journal-of-hearing-science.csl

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<link href="http://www.zotero.org/styles/vancouver" rel="template"/>
88
<link href="http://www.journalofhearingscience.com/index.php?/content/get_cont/3" rel="documentation"/>
99
<author>
10-
<name>Mateusz Rusiniak</name>
11-
<email>m.rusiniak@ifps.org.pl</email>
10+
<name>Aleksandra Mankiewicz-Malinowska</name>
11+
<email>a.malinowska@ifps.org.pl</email>
1212
</author>
1313
<category citation-format="numeric"/>
1414
<category field="medicine"/>
@@ -89,22 +89,22 @@
8989
</macro>
9090
<macro name="container-title">
9191
<choose>
92-
<if type="article-journal article-magazine chapter paper-conference article-newspaper" match="any">
93-
<group suffix="." delimiter=" ">
94-
<text variable="container-title" form="short"/>
95-
<choose>
96-
<if variable="URL">
97-
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
98-
</if>
99-
</choose>
100-
</group>
101-
<text macro="edition" prefix=" "/>
92+
<if type="article-journal article-newspaper" match="any">
93+
<text variable="container-title" form="short" strip-periods="true" suffix=","/>
10294
</if>
95+
<else-if type="article-magazine article-newspaper" match="any">
96+
<text variable="container-title" suffix=","/>
97+
</else-if>
98+
<else-if type="chapter paper-conference" match="any">
99+
<group delimiter=". " suffix=".">
100+
<text variable="container-title"/>
101+
</group>
102+
</else-if>
103103
<!--add event-name and event-place once they become available-->
104104
<else-if type="bill">
105105
<group delimiter=", ">
106106
<group delimiter=". ">
107-
<text variable="container-title" form="short"/>
107+
<text variable="container-title"/>
108108
<group delimiter=" ">
109109
<text term="section" form="short" text-case="capitalize-first"/>
110110
<text variable="section"/>
@@ -114,7 +114,7 @@
114114
</group>
115115
</else-if>
116116
<else>
117-
<text variable="container-title" suffix="." form="short"/>
117+
<text variable="container-title" suffix="."/>
118118
</else>
119119
</choose>
120120
</macro>
@@ -151,7 +151,7 @@
151151
</macro>
152152
<macro name="date">
153153
<choose>
154-
<if type="article-journal article-magazine article-newspaper" match="any">
154+
<if type="article-magazine article-newspaper" match="any">
155155
<group suffix=";" delimiter=" ">
156156
<date variable="issued" delimiter=" ">
157157
<date-part name="year"/>
@@ -161,6 +161,9 @@
161161
<text macro="accessed-date"/>
162162
</group>
163163
</if>
164+
<else-if type="article-journal" match="any">
165+
<date variable="issued" form="numeric" date-parts="year" suffix=";"/>
166+
</else-if>
164167
<else-if type="bill">
165168
<group delimiter=", ">
166169
<date variable="issued" delimiter=" ">
@@ -191,17 +194,18 @@
191194
<macro name="pages">
192195
<choose>
193196
<if type="article-journal article-magazine article-newspaper" match="any">
194-
<text variable="page" prefix=":"/>
197+
<text variable="page"/>
195198
</if>
196199
<else>
197-
<text variable="page" prefix=" p. "/>
200+
<text variable="page" prefix="p. "/>
198201
</else>
199202
</choose>
200203
</macro>
201204
<macro name="journal-location">
202205
<choose>
203206
<if type="article-journal article-magazine" match="any">
204207
<text variable="volume"/>
208+
<text variable="issue" prefix="(" suffix=")"/>
205209
</if>
206210
</choose>
207211
</macro>
@@ -233,8 +237,8 @@
233237
<text macro="editor"/>
234238
<text macro="container-title"/>
235239
<text macro="publisher"/>
236-
<group>
237-
<text macro="date"/>
240+
<text macro="date"/>
241+
<group delimiter=": ">
238242
<text macro="journal-location"/>
239243
<text macro="pages"/>
240244
</group>

0 commit comments

Comments
 (0)