summaryrefslogtreecommitdiff
path: root/biblio/citation-style-language/ieee.csl
diff options
context:
space:
mode:
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>