summaryrefslogtreecommitdiff
path: root/ieee.csl
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-09-28 10:40:42 -0600
committermo khan <mo@mokhan.ca>2025-09-28 10:40:42 -0600
commit7752e1f5584902d013331a43d779833e390f2f6d (patch)
treec6c81df90943cb078b77f1ccd5b3f50b7f210af7 /ieee.csl
parent5a48efd1e209277cdd570c9ff101692c4d56c808 (diff)
extract bibliography
Diffstat (limited to 'ieee.csl')
-rw-r--r--ieee.csl98
1 files changed, 98 insertions, 0 deletions
diff --git a/ieee.csl b/ieee.csl
new file mode 100644
index 0000000..9696544
--- /dev/null
+++ b/ieee.csl
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="utf-8"?>
+<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" demote-non-dropping-particle="never">
+ <info>
+ <title>IEEE</title>
+ <id>http://www.zotero.org/styles/ieee</id>
+ <link href="http://www.zotero.org/styles/ieee" rel="self"/>
+ <link href="http://www.ieee.org/documents/ieee-gd-tn.pdf" rel="documentation"/>
+ <author>
+ <name>Michael Berkowitz</name>
+ <email>berkowitz@zotero.org</email>
+ </author>
+ <category citation-format="numeric"/>
+ <category field="engineering"/>
+ <category field="generic-base"/>
+ <updated>2010-11-18T21:55:07+00: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>
+ <macro name="author">
+ <names variable="author">
+ <name initialize-with=". " delimiter=", "/>
+ <label form="short" prefix=", "/>
+ <substitute>
+ <names variable="editor"/>
+ </substitute>
+ </names>
+ </macro>
+ <macro name="editor">
+ <names variable="editor">
+ <name initialize-with=". " delimiter=", "/>
+ <label form="short" prefix=", "/>
+ </names>
+ </macro>
+ <macro name="title">
+ <choose>
+ <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
+ <text variable="title" font-style="italic"/>
+ </if>
+ <else>
+ <text variable="title" quotes="true"/>
+ </else>
+ </choose>
+ </macro>
+ <macro name="publisher">
+ <group delimiter=", ">
+ <text variable="publisher"/>
+ <text variable="publisher-place"/>
+ </group>
+ </macro>
+ <macro name="event">
+ <group delimiter=", ">
+ <text variable="event"/>
+ <text variable="event-place"/>
+ </group>
+ </macro>
+ <macro name="issued">
+ <choose>
+ <if variable="issued">
+ <date variable="issued" form="text" date-parts="year"/>
+ </if>
+ <else>
+ <text term="no date" form="short"/>
+ </else>
+ </choose>
+ </macro>
+ <citation et-al-min="6" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-year-suffix="true" disambiguate-add-givenname="true">
+ <sort>
+ <key variable="citation-number"/>
+ </sort>
+ <layout prefix="[" suffix="]" delimiter=", ">
+ <text variable="citation-number"/>
+ </layout>
+ </citation>
+ <bibliography hanging-indent="true" et-al-min="6" et-al-use-first="1" second-field-align="flush">
+ <layout suffix=".">
+ <text variable="citation-number" prefix="[" suffix="]"/>
+ <group delimiter=", ">
+ <text macro="author"/>
+ <text macro="title"/>
+ <choose>
+ <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
+ <text macro="publisher"/>
+ </if>
+ <else-if type="paper-conference">
+ <group delimiter=", ">
+ <text term="in" text-case="capitalize-first"/>
+ <text variable="container-title"/>
+ <text macro="event"/>
+ </group>
+ </else-if>
+ <else>
+ <text variable="container-title"/>
+ </else>
+ </choose>
+ <text macro="issued"/>
+ </group>
+ </layout>
+ </bibliography>
+</style>