summaryrefslogtreecommitdiff
path: root/biblio/citation-style-language/ieee.csl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-07-05 03:01:54 +0000
committerNorbert Preining <norbert@preining.info>2023-07-05 03:01:54 +0000
commit973c785dccc1812d63162178e8362e83e8c263c2 (patch)
treeb2cb12a6b36a0a59e90f1611d32cf7e8d125d575 /biblio/citation-style-language/ieee.csl
parentab7f5e4df027c13f5aef4fbdb032184cf2f3d5c3 (diff)
CTAN sync 202307050301
Diffstat (limited to 'biblio/citation-style-language/ieee.csl')
-rw-r--r--biblio/citation-style-language/ieee.csl21
1 files changed, 8 insertions, 13 deletions
diff --git a/biblio/citation-style-language/ieee.csl b/biblio/citation-style-language/ieee.csl
index cf5ae110ea..5a642d3113 100644
--- a/biblio/citation-style-language/ieee.csl
+++ b/biblio/citation-style-language/ieee.csl
@@ -45,7 +45,7 @@
<category field="engineering"/>
<category field="generic-base"/>
<summary>IEEE style as per the 2021 guidelines, V 01.29.2021.</summary>
- <updated>2023-03-29T08:47:55-04:00</updated>
+ <updated>2023-04-22T23:05:51-04: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">
@@ -174,25 +174,20 @@
</macro>
<macro name="event">
<choose>
+ <!-- Published Conference Paper -->
<if type="paper-conference speech" match="any">
<choose>
- <!-- Published Conference Paper -->
<if variable="container-title" match="any">
- <group delimiter=", ">
- <group delimiter=" ">
- <text term="in"/>
- <text variable="container-title" font-style="italic"/>
- </group>
+ <group delimiter=" ">
+ <text term="in"/>
+ <text variable="container-title" font-style="italic"/>
</group>
</if>
<!-- Unpublished Conference Paper -->
<else>
- <group delimiter=", ">
- <group delimiter=" ">
- <text term="presented at"/>
- <text variable="event"/>
- </group>
- <text variable="event-place"/>
+ <group delimiter=" ">
+ <text term="presented at"/>
+ <text variable="event"/>
</group>
</else>
</choose>