Skip to content

Commit

Permalink
Add article number to IEEE (#4867)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwiernik committed Jun 15, 2020
1 parent 716f635 commit 91fe25e
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions ieee.csl
Expand Up @@ -33,6 +33,9 @@
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<contributor>
<name>Brenton M. Wiernik</name>
</contributor>
<category citation-format="numeric"/>
<category field="engineering"/>
<category field="generic-base"/>
Expand Down Expand Up @@ -165,7 +168,7 @@
<if type="paper-conference speech" match="any">
<choose>
<!-- Published Conference Paper -->
<if variable="container-title">
<if variable="collection-editor editor editorial-director issue page volume" match="any">
<group delimiter=", ">
<group delimiter=" ">
<text term="in"/>
Expand Down Expand Up @@ -230,10 +233,21 @@
</choose>
</macro>
<macro name="page">
<group>
<label variable="page" form="short" suffix=" "/>
<text variable="page"/>
</group>
<choose>
<if type="article-journal" variable="number" match="all">
<group delimiter=" ">
<text value="Art."/>
<text term="issue" form="short"/>
<text variable="number"/>
</group>
</if>
<else>
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</else>
</choose>
</macro>
<macro name="citation-locator">
<group delimiter=" ">
Expand Down

0 comments on commit 91fe25e

Please sign in to comment.