Skip to content

Commit 91fe25e

Browse files
authored
Add article number to IEEE (JabRef#4867)
1 parent 716f635 commit 91fe25e

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

ieee.csl

+19-5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<contributor>
3434
<name>Patrick O'Brien</name>
3535
</contributor>
36+
<contributor>
37+
<name>Brenton M. Wiernik</name>
38+
</contributor>
3639
<category citation-format="numeric"/>
3740
<category field="engineering"/>
3841
<category field="generic-base"/>
@@ -165,7 +168,7 @@
165168
<if type="paper-conference speech" match="any">
166169
<choose>
167170
<!-- Published Conference Paper -->
168-
<if variable="container-title">
171+
<if variable="collection-editor editor editorial-director issue page volume" match="any">
169172
<group delimiter=", ">
170173
<group delimiter=" ">
171174
<text term="in"/>
@@ -230,10 +233,21 @@
230233
</choose>
231234
</macro>
232235
<macro name="page">
233-
<group>
234-
<label variable="page" form="short" suffix=" "/>
235-
<text variable="page"/>
236-
</group>
236+
<choose>
237+
<if type="article-journal" variable="number" match="all">
238+
<group delimiter=" ">
239+
<text value="Art."/>
240+
<text term="issue" form="short"/>
241+
<text variable="number"/>
242+
</group>
243+
</if>
244+
<else>
245+
<group delimiter=" ">
246+
<label variable="page" form="short"/>
247+
<text variable="page"/>
248+
</group>
249+
</else>
250+
</choose>
237251
</macro>
238252
<macro name="citation-locator">
239253
<group delimiter=" ">

0 commit comments

Comments
 (0)