Skip to content

Commit da085e3

Browse files
author
github actions
committed
Squashed 'buildres/csl/csl-styles/' changes from 5563ccc..0237ae7
0237ae7 Update journal-fur-kulturpflanzen-journal-of-cultivated-plants.csl (#5848) ca87cf0 Use container-title for newspaper/magazine articles w/o author (#5847) 1455165 add medium to IEEE (#5846) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 0237ae7
1 parent aaab4e8 commit da085e3

11 files changed

+30
-17
lines changed

chicago-annotated-bibliography.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<text macro="editor"/>
186186
<text macro="translator"/>
187187
<choose>
188-
<if type="webpage post-weblog" match="any">
188+
<if type="article-magazine article-newspaper webpage post-weblog" match="any">
189189
<text variable="container-title"/>
190190
</if>
191191
</choose>

chicago-fullnote-bibliography-16th-edition.csl

+5
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@
181181
<substitute>
182182
<text macro="editor"/>
183183
<text macro="translator"/>
184+
<choose>
185+
<if type="article-magazine article-newspaper webpage post-weblog" match="any">
186+
<text variable="container-title"/>
187+
</if>
188+
</choose>
184189
</substitute>
185190
</names>
186191
<text macro="recipient"/>

chicago-fullnote-bibliography-short-title-subsequent.csl

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<category citation-format="note"/>
3636
<category field="generic-base"/>
3737
<summary>Chicago format with full notes and bibliography</summary>
38-
<updated>2020-01-12T12:00:00+00:00</updated>
38+
<updated>2017-10-12T12:00:00+00:00</updated>
3939
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
4040
</info>
4141
<locale xml:lang="en">
@@ -186,7 +186,7 @@
186186
<text macro="editor"/>
187187
<text macro="translator"/>
188188
<choose>
189-
<if type="webpage post-weblog" match="any">
189+
<if type="article-magazine article-newspaper webpage post-weblog" match="any">
190190
<text variable="container-title"/>
191191
</if>
192192
</choose>

chicago-fullnote-bibliography-with-ibid.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<text macro="editor"/>
186186
<text macro="translator"/>
187187
<choose>
188-
<if type="webpage post-weblog" match="any">
188+
<if type="article-magazine article-newspaper webpage post-weblog" match="any">
189189
<text variable="container-title"/>
190190
</if>
191191
</choose>

chicago-fullnote-bibliography.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<text macro="editor"/>
186186
<text macro="translator"/>
187187
<choose>
188-
<if type="webpage post-weblog" match="any">
188+
<if type="article-magazine article-newspaper webpage post-weblog" match="any">
189189
<text variable="container-title"/>
190190
</if>
191191
</choose>

chicago-library-list.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<text macro="editor"/>
186186
<text macro="translator"/>
187187
<choose>
188-
<if type="webpage post-weblog" match="any">
188+
<if type="article-magazine article-newspaper webpage post-weblog" match="any">
189189
<text variable="container-title"/>
190190
</if>
191191
</choose>

chicago-note-bibliography-16th-edition.csl

+5
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@
181181
<substitute>
182182
<text macro="editor"/>
183183
<text macro="translator"/>
184+
<choose>
185+
<if type="article-magazine article-newspaper webpage post-weblog" match="any">
186+
<text variable="container-title"/>
187+
</if>
188+
</choose>
184189
</substitute>
185190
</names>
186191
<text macro="recipient"/>

chicago-note-bibliography-with-ibid.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<text macro="editor"/>
186186
<text macro="translator"/>
187187
<choose>
188-
<if type="webpage post-weblog" match="any">
188+
<if type="article-magazine article-newspaper webpage post-weblog" match="any">
189189
<text variable="container-title"/>
190190
</if>
191191
</choose>

chicago-note-bibliography.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<text macro="editor"/>
186186
<text macro="translator"/>
187187
<choose>
188-
<if type="webpage post-weblog" match="any">
188+
<if type="article-magazine article-newspaper webpage post-weblog" match="any">
189189
<text variable="container-title"/>
190190
</if>
191191
</choose>

ieee.csl

+11-8
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,7 @@
210210
<text variable="URL"/>
211211
<group delimiter=" " prefix="(" suffix=").">
212212
<text term="accessed"/>
213-
<date variable="accessed">
214-
<date-part name="month" form="short"/>
215-
<date-part name="day" form="numeric-leading-zeros" prefix=" " suffix=", "/>
216-
<date-part name="year" form="long"/>
217-
</date>
213+
<date variable="accessed" form="text"/>
218214
</group>
219215
</group>
220216
</if>
@@ -234,11 +230,18 @@
234230
</group>
235231
<!-- [Online Video]. -->
236232
<group prefix="[" suffix="]" delimiter=" ">
237-
<text term="online" text-case="capitalize-first"/>
238233
<choose>
239-
<if type="motion_picture">
240-
<text value="video" text-case="capitalize-first"/>
234+
<if variable="medium" match="any">
235+
<text variable="medium" text-case="capitalize-first"/>
241236
</if>
237+
<else>
238+
<text term="online" text-case="capitalize-first"/>
239+
<choose>
240+
<if type="motion_picture">
241+
<text term="video" text-case="capitalize-first"/>
242+
</if>
243+
</choose>
244+
</else>
242245
</choose>
243246
</group>
244247
</group>

journal-fur-kulturpflanzen-journal-of-cultivated-plants.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
</if>
574574
</choose>
575575
</macro>
576-
<citation et-al-min="6" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
576+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
577577
<sort>
578578
<key macro="author"/>
579579
<key macro="issued-sort"/>

0 commit comments

Comments
 (0)