Skip to content

Commit c974e30

Browse files
POBrien333rmzelle
authored andcommitted
Update ieee.csl (JabRef#4467)
1 parent a1b7386 commit c974e30

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

Diff for: ieee-with-url.csl

+10-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<title>IEEE (with URL)</title>
55
<id>http://www.zotero.org/styles/ieee-with-url</id>
66
<link href="http://www.zotero.org/styles/ieee-with-url" rel="self"/>
7-
<link href="http://www.ieee.org/documents/style_manual.pdf" rel="documentation"/>
8-
<link href="http://www.ieee.org/documents/auinfo07.pdf" rel="documentation"/>
7+
<link href="https://ieeeauthorcenter.ieee.org/wp-content/uploads/IEEE-Reference-Guide.pdf" rel="documentation"/>
8+
<link href="https://journals.ieeeauthorcenter.ieee.org/your-role-in-article-production/ieee-editorial-style-manual/" rel="documentation"/>
99
<author>
1010
<name>Michael Berkowitz</name>
1111
<email>[email protected]</email>
@@ -28,7 +28,8 @@
2828
<category citation-format="numeric"/>
2929
<category field="engineering"/>
3030
<category field="generic-base"/>
31-
<updated>2017-11-14T12:30:00+00:00</updated>
31+
<summary>IEEE style with URLs as per the 2018 guidelines, V 11.12.2018.</summary>
32+
<updated>2019-12-20T09:20:25+00:00</updated>
3233
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
3334
</info>
3435
<locale xml:lang="en">
@@ -205,6 +206,9 @@
205206
<text variable="locator"/>
206207
</group>
207208
</macro>
209+
<macro name="doi">
210+
<text variable="DOI" prefix="doi: "/>
211+
</macro>
208212
<!-- Citation -->
209213
<citation collapse="citation-number">
210214
<sort>
@@ -235,6 +239,7 @@
235239
<text macro="locators"/>
236240
<text macro="page"/>
237241
<text macro="issued"/>
242+
<text macro="doi" suffix="."/>
238243
</group>
239244
</if>
240245
<else-if type="paper-conference">
@@ -244,6 +249,7 @@
244249
<text macro="issued"/>
245250
<text macro="locators"/>
246251
<text macro="page"/>
252+
<text macro="doi"/>
247253
</group>
248254
</else-if>
249255
<else-if type="report">
@@ -265,7 +271,7 @@
265271
<text macro="issued"/>
266272
</group>
267273
</else-if>
268-
<else-if type="webpage">
274+
<else-if type="webpage post post-weblog" match="any">
269275
<group delimiter=", " suffix=". ">
270276
<text macro="title"/>
271277
<text variable="container-title" font-style="italic"/>

Diff for: ieee.csl

+12-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<title>IEEE</title>
55
<id>http://www.zotero.org/styles/ieee</id>
66
<link href="http://www.zotero.org/styles/ieee" rel="self"/>
7-
<link href="https://www.ieee.org/content/dam/ieee-org/ieee/web/org/conferences/style_references_manual.pdf" rel="documentation"/>
7+
<link href="https://ieeeauthorcenter.ieee.org/wp-content/uploads/IEEE-Reference-Guide.pdf" rel="documentation"/>
8+
<link href="https://journals.ieeeauthorcenter.ieee.org/your-role-in-article-production/ieee-editorial-style-manual/" rel="documentation"/>
89
<author>
910
<name>Michael Berkowitz</name>
1011
<email>[email protected]</email>
@@ -32,7 +33,8 @@
3233
<category citation-format="numeric"/>
3334
<category field="engineering"/>
3435
<category field="generic-base"/>
35-
<updated>2019-01-02T15:01:14+00:00</updated>
36+
<summary>IEEE style as per the 2018 guidelines, V 11.12.2018.</summary>
37+
<updated>2019-12-20T09:14:19+00:00</updated>
3638
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
3739
</info>
3840
<locale xml:lang="en">
@@ -179,7 +181,7 @@
179181
</macro>
180182
<macro name="access">
181183
<choose>
182-
<if type="webpage">
184+
<if type="webpage post post-weblog" match="any">
183185
<choose>
184186
<if variable="URL">
185187
<group delimiter=". ">
@@ -200,6 +202,9 @@
200202
</if>
201203
</choose>
202204
</if>
205+
<else-if match="any" variable="DOI">
206+
<text variable="DOI" prefix="doi: "/>
207+
</else-if>
203208
</choose>
204209
</macro>
205210
<macro name="page">
@@ -251,6 +256,7 @@
251256
<text macro="page"/>
252257
<text macro="issued"/>
253258
<text macro="status"/>
259+
<text macro="access"/>
254260
</group>
255261
</if>
256262
<else-if type="paper-conference speech" match="any">
@@ -261,6 +267,7 @@
261267
<text macro="locators"/>
262268
<text macro="page"/>
263269
<text macro="status"/>
270+
<text macro="access"/>
264271
</group>
265272
</else-if>
266273
<else-if type="report">
@@ -282,7 +289,7 @@
282289
<text macro="issued"/>
283290
</group>
284291
</else-if>
285-
<else-if type="webpage post-weblog" match="any">
292+
<else-if type="webpage post-weblog post" match="any">
286293
<group delimiter=", " suffix=". ">
287294
<text macro="title"/>
288295
<text variable="container-title" font-style="italic"/>
@@ -345,6 +352,7 @@
345352
<text macro="publisher"/>
346353
<text macro="page"/>
347354
<text macro="issued"/>
355+
<text macro="access"/>
348356
</group>
349357
</else>
350358
</choose>

0 commit comments

Comments
 (0)