Skip to content

Commit 2769970

Browse files
authored
Update ruhr-universitat-bochum-lehrstuhl-fur-industrial-sales-and-ser… (#5298)
1 parent 51e3f4c commit 2769970

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

ruhr-universitat-bochum-lehrstuhl-fur-industrial-sales-and-service-engineering.csl

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<email>sebastian.knop@rub.de</email>
1313
</author>
1414
<category citation-format="author-date"/>
15-
<updated>2021-01-15T15:37:00+01:00</updated>
15+
<updated>2021-02-25T04:41:09+00:00</updated>
1616
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1717
</info>
1818
<locale xml:lang="de">
@@ -159,7 +159,7 @@
159159
<text variable="publisher" prefix="Dissertation, "/>
160160
<text variable="publisher-place" prefix=" "/>
161161
</else-if>
162-
<else>
162+
<else-if type="article-journal paper-conference" match="none">
163163
<choose>
164164
<if variable="event" match="none">
165165
<text variable="genre" suffix=", "/>
@@ -169,7 +169,7 @@
169169
<text variable="publisher-place"/>
170170
<text variable="publisher"/>
171171
</group>
172-
</else>
172+
</else-if>
173173
</choose>
174174
</macro>
175175
<macro name="event">
@@ -244,10 +244,10 @@
244244
<number variable="number-of-volumes" form="numeric" prefix="/" suffix=")"/>
245245
</group>
246246
</if>
247-
<else>
247+
<else-if variable="volume" match="any">
248248
<text term="volume" form="short" text-case="capitalize-first" prefix="(" suffix=""/>
249249
<number variable="volume" form="numeric" suffix=")"/>
250-
</else>
250+
</else-if>
251251
</choose>
252252
</group>
253253
</else-if>
@@ -273,6 +273,9 @@
273273
</else>
274274
</choose>
275275
</if>
276+
<else-if type="chapter">
277+
<text term="in" suffix=" "/>
278+
</else-if>
276279
</choose>
277280
<text variable="container-title" font-style="italic"/>
278281
</group>

0 commit comments

Comments
 (0)