Skip to content

Commit c15cec8

Browse files
author
github actions
committed
Squashed 'buildres/csl/csl-styles/' changes from c750b6e..8d69f16
8d69f16 Create university-of-hull-harvard.csl (#6146) 139dfdd Create current organic synthesis.csl (#6139) bb006c8 Update acta-universitatis-agriculturae-sueciae.csl (#6143) 5815da0 Create food-science-and-biotechnology.csl (#6132) 2702a7c Update harvard-university-for-the-creative-arts.csl (#6104) ef34543 Update economic-geology.csl (#6128) 0adcd30 Bump mathieudutour/github-tag-action from 5.6 to 6.0 (#6141) 3c36e97 Create universite-du-quebec-a-montreal-prenoms.csl (#6073) 415bc05 Bump softprops/action-gh-release from 0.1.14 to 1 (#6142) ae8c5e4 Create politique-europeenne.csl (#6074) 09cbc09 Update cell-numeric-superscript.csl (#6188) 6ee1ace Update avian-conservation-and-ecology.csl (#6191) cb5c43f Update harvard-anglia-ruskin-university.csl (#6189) 5c4f4c0 Create anais-da-academia-brasileira-de-ciencias.csl (#6066) a60dfe9 Update cardiff-university-harvard.csl (#6190) 999a45c Create sociologia-urbana-e-rurale.csl (#6042) 1bc9d62 Bluebook (#6183) a4f2a72 Oxford Brookes (#6182) 88df8d5 Delete harvard-cardiff-university-old.csl (#6180) b9302fd Update APA styles for "event" macro (#6174) d4daec6 remove DOI for printed articles organizational-studies.csl (#6176) acfc620 Create liver-transplantation.csl (#6167) 129a775 Change "event" to "event-title" (#6164) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 8d69f16
1 parent 871c8d7 commit c15cec8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2571
-812
lines changed

.github/workflows/merge.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,14 @@ jobs:
136136

137137
- name: Bump version and push tag
138138
id: tag_version
139-
uses: mathieudutour/github-tag-action@v5.6
139+
uses: mathieudutour/github-tag-action@v6.0
140140
with:
141141
github_token: ${{ secrets.GITHUB_TOKEN }}
142142
default_bump: patch
143143
if: github.event_name == 'push' && hashFiles('composer.json') != '' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true')
144144

145145
- name: Create a GitHub release
146-
uses: softprops/action-gh-release@v0.1.14
146+
uses: softprops/action-gh-release@v1
147147
env:
148148
github_token: ${{ secrets.GITHUB_TOKEN }}
149149
with:

acta-universitatis-agriculturae-sueciae.csl

+36-27
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@
1515
</contributor>
1616
<category citation-format="author-date"/>
1717
<summary>Style as per the May 2019 guidelines.</summary>
18-
<updated>2021-11-10T10:39:01+00:00</updated>
18+
<updated>2022-07-13T09:26:37+00:00</updated>
1919
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2020
</info>
2121
<locale xml:lang="en">
2222
<terms>
2323
<term name="edition" form="short">ed</term>
24+
<term name="editor" form="short">
25+
<single>ed.</single>
26+
<multiple>eds</multiple>
27+
</term>
2428
</terms>
2529
</locale>
2630
<locale xml:lang="sv">
@@ -34,15 +38,10 @@
3438
</terms>
3539
</locale>
3640
<macro name="container-contributors">
37-
<choose>
38-
<if type="chapter paper-conference" match="any">
39-
<text term="in" text-case="capitalize-first" suffix=":"/>
40-
<names variable="editor translator" delimiter=", " prefix=" ">
41-
<name and="symbol" initialize-with="." name-as-sort-order="all"/>
42-
<label form="short" prefix=" (" suffix=")"/>
43-
</names>
44-
</if>
45-
</choose>
41+
<names variable="editor translator" delimiter=", ">
42+
<name and="symbol" initialize-with="." name-as-sort-order="all"/>
43+
<label form="short" prefix=" (" suffix=")"/>
44+
</names>
4645
</macro>
4746
<macro name="secondary-contributors">
4847
<choose>
@@ -93,8 +92,14 @@
9392
</macro>
9493
<macro name="title">
9594
<choose>
96-
<if type="bill book graphic legal_case legislation motion_picture patent report song thesis webpage" match="any">
95+
<if type="bill book graphic legal_case legislation motion_picture patent report song thesis webpage software" match="any">
9796
<text variable="title" font-style="italic"/>
97+
<choose>
98+
<if type="software" variable="version" match="any">
99+
<text variable="version" prefix=" (" suffix=")"/>
100+
<text variable="medium" prefix=" [" suffix="]"/>
101+
</if>
102+
</choose>
98103
</if>
99104
<else>
100105
<text variable="title"/>
@@ -244,20 +249,26 @@
244249
<text macro="publisher" prefix=". "/>
245250
</if>
246251
<else-if type="chapter entry-encyclopedia" match="any">
247-
<text macro="issued" suffix=" "/>
248-
<group suffix=".">
252+
<group delimiter=". " suffix=".">
253+
<text macro="issued"/>
249254
<text macro="title"/>
250-
<text macro="type"/>
251-
</group>
252-
<text macro="container-contributors" prefix=" "/>
253-
<text macro="secondary-contributors"/>
254-
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>
255-
<group prefix=" (" suffix=")." delimiter="; ">
256-
<text macro="collection-title"/>
257-
<text variable="collection-number"/>
258-
</group>
259-
<text macro="edition" prefix=" "/>
260-
<group delimiter=", " prefix=" ">
255+
<group delimiter=": ">
256+
<choose>
257+
<if type="chapter paper-conference" match="any">
258+
<text term="in" text-case="capitalize-first"/>
259+
</if>
260+
</choose>
261+
<group delimiter=" " suffix=".">
262+
<text macro="container-contributors"/>
263+
<text macro="secondary-contributors"/>
264+
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>
265+
</group>
266+
</group>
267+
<group prefix=" (" suffix=")." delimiter="; ">
268+
<text macro="collection-title"/>
269+
<text variable="collection-number"/>
270+
</group>
271+
<text macro="edition" prefix=" "/>
261272
<text macro="publisher"/>
262273
<text variable="page"/>
263274
</group>
@@ -313,7 +324,7 @@
313324
<text macro="edition" prefix=" "/>
314325
<text macro="publisher" prefix=" " suffix="."/>
315326
</else-if>
316-
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
327+
<else-if type="bill book graphic legal_case legislation motion_picture report song software" match="any">
317328
<choose>
318329
<if variable="URL">
319330
<text macro="issued" suffix=" "/>
@@ -325,7 +336,6 @@
325336
<text macro="secondary-contributors"/>
326337
<text variable="container-title" font-style="italic" prefix=" "/>
327338
<text macro="locators"/>
328-
<text variable="version" prefix=" Version: " suffix="."/>
329339
<text macro="publisher" prefix=" " suffix="."/>
330340
</if>
331341
<else>
@@ -338,7 +348,6 @@
338348
<text macro="secondary-contributors"/>
339349
<text variable="container-title" font-style="italic" prefix=" "/>
340350
<text macro="locators"/>
341-
<text variable="version" prefix=" Version: " suffix="."/>
342351
<text macro="publisher" prefix=". " suffix="."/>
343352
<group prefix=" (" suffix=")" delimiter="; ">
344353
<text macro="collection-title"/>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
3+
<info>
4+
<title>Anais da Academia Brasileira de Ciências</title>
5+
<title-short>An. Acad. Bras. Cienc.</title-short>
6+
<id>http://www.zotero.org/styles/anais-da-academia-brasileira-de-ciencias</id>
7+
<link href="http://www.zotero.org/styles/anais-da-academia-brasileira-de-ciencias" rel="self"/>
8+
<link href="https://www.scielo.br/journal/aabc/about/#instructions" rel="documentation"/>
9+
<author>
10+
<name>Alex C.</name>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="science"/>
14+
<issn>0001-3765</issn>
15+
<eissn>1678-2690</eissn>
16+
<summary>Annals of the Brazilian Academy of Sciences author-date style</summary>
17+
<updated>2022-05-19T13:50:00+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<locale>
21+
<terms>
22+
<term name="editor" form="short">
23+
<single>ed.</single>
24+
<multiple>eds</multiple>
25+
</term>
26+
</terms>
27+
</locale>
28+
<macro name="editor">
29+
<names variable="editor">
30+
<name et-al-min="3" et-al-use-first="1" and="symbol" delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" ">
31+
<name-part name="family" text-case="uppercase"/>
32+
</name>
33+
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
34+
</names>
35+
</macro>
36+
<macro name="author">
37+
<names variable="author">
38+
<name and="symbol" delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" ">
39+
<name-part name="family" text-case="uppercase"/>
40+
</name>
41+
<label form="short" prefix=", "/>
42+
<substitute>
43+
<names variable="editor"/>
44+
<names variable="translator"/>
45+
<text variable="title"/>
46+
</substitute>
47+
</names>
48+
</macro>
49+
<macro name="author-short">
50+
<names variable="author">
51+
<name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never" initialize-with="."/>
52+
<substitute>
53+
<names variable="editor"/>
54+
<names variable="translator"/>
55+
<text variable="title"/>
56+
</substitute>
57+
</names>
58+
</macro>
59+
<macro name="title">
60+
<text variable="title"/>
61+
</macro>
62+
<macro name="publisher">
63+
<group delimiter=": ">
64+
<text variable="publisher-place"/>
65+
<text variable="publisher"/>
66+
</group>
67+
</macro>
68+
<macro name="year-date">
69+
<choose>
70+
<if variable="issued">
71+
<date variable="issued">
72+
<date-part name="year"/>
73+
</date>
74+
</if>
75+
<else>
76+
<text term="no date" form="short"/>
77+
</else>
78+
</choose>
79+
</macro>
80+
<macro name="edition">
81+
<group delimiter=" ">
82+
<number variable="edition"/>
83+
<text term="edition" form="short"/>
84+
</group>
85+
</macro>
86+
<macro name="pages">
87+
<group>
88+
<label variable="page" form="short" plural="never"/>
89+
<text variable="page"/>
90+
</group>
91+
</macro>
92+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" collapse="year-suffix">
93+
<layout prefix="(" suffix=")" delimiter=", ">
94+
<group delimiter=", ">
95+
<group delimiter=" ">
96+
<text macro="author-short"/>
97+
<text macro="year-date"/>
98+
</group>
99+
<group>
100+
<label variable="locator" form="short"/>
101+
<text variable="locator"/>
102+
</group>
103+
</group>
104+
</layout>
105+
</citation>
106+
<bibliography hanging-indent="false" et-al-min="20" et-al-use-first="1" line-spacing="1" entry-spacing="2">
107+
<sort>
108+
<key macro="author"/>
109+
<key macro="year-date"/>
110+
<key variable="title"/>
111+
</sort>
112+
<layout suffix=".">
113+
<text macro="author" suffix="."/>
114+
<date variable="issued" prefix=" " suffix=".">
115+
<date-part name="year"/>
116+
</date>
117+
<choose>
118+
<if type="book" match="any">
119+
<group prefix=" " delimiter=", ">
120+
<text macro="title"/>
121+
<text macro="edition"/>
122+
<text macro="publisher"/>
123+
<text variable="number-of-pages" suffix=" p."/>
124+
</group>
125+
</if>
126+
<else-if type="chapter paper-conference" match="any">
127+
<text macro="title" prefix=" " suffix="."/>
128+
<group prefix=" " delimiter=" ">
129+
<text term="in" text-case="capitalize-first" suffix=":"/>
130+
<text macro="editor" suffix=","/>
131+
<text variable="container-title" suffix=","/>
132+
<text macro="publisher" suffix=","/>
133+
<text macro="pages"/>
134+
</group>
135+
</else-if>
136+
<else-if type="thesis">
137+
<group prefix=" " delimiter=". ">
138+
<text macro="title"/>
139+
<text variable="genre"/>
140+
<text macro="publisher"/>
141+
</group>
142+
</else-if>
143+
<else>
144+
<group suffix="." prefix=" " delimiter=" ">
145+
<text macro="title"/>
146+
<text macro="editor"/>
147+
</group>
148+
<group prefix=" " delimiter=" ">
149+
<text variable="container-title" form="short" strip-periods="true"/>
150+
<group delimiter=": ">
151+
<text variable="volume"/>
152+
<text variable="page"/>
153+
</group>
154+
</group>
155+
</else>
156+
</choose>
157+
</layout>
158+
</bibliography>
159+
</style>

apa-6th-edition-no-ampersand.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@
897897
</macro>
898898
<macro name="event">
899899
<choose>
900-
<if variable="event">
900+
<if variable="event event-title" match="any">
901901
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
902902
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
903903
<choose>

apa-6th-edition.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@
896896
</macro>
897897
<macro name="event">
898898
<choose>
899-
<if variable="event">
899+
<if variable="event event-title" match="any">
900900
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
901901
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
902902
<choose>

apa-annotated-bibliography.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@
15521552
</macro>
15531553
<macro name="event">
15541554
<choose>
1555-
<if variable="event">
1555+
<if variable="event event-title" match="any">
15561556
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
15571557
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
15581558
<choose>

apa-cv.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@
12991299
</macro>
13001300
<macro name="event">
13011301
<choose>
1302-
<if variable="event">
1302+
<if variable="event event-title" match="any">
13031303
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
13041304
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
13051305
<choose>

apa-no-ampersand.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@
15521552
</macro>
15531553
<macro name="event">
15541554
<choose>
1555-
<if variable="event">
1555+
<if variable="event event-title" match="any">
15561556
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
15571557
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
15581558
<choose>

apa-no-doi-no-issue.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@
903903
</macro>
904904
<macro name="event">
905905
<choose>
906-
<if variable="event">
906+
<if variable="event event-title" match="any">
907907
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
908908
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
909909
<choose>

apa-no-initials.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@
15521552
</macro>
15531553
<macro name="event">
15541554
<choose>
1555-
<if variable="event">
1555+
<if variable="event event-title" match="any">
15561556
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
15571557
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
15581558
<choose>

apa-numeric-superscript-brackets.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@
13551355
</macro>
13561356
<macro name="event">
13571357
<choose>
1358-
<if variable="event">
1358+
<if variable="event event-title" match="any">
13591359
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
13601360
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
13611361
<choose>

apa-numeric-superscript.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@
13551355
</macro>
13561356
<macro name="event">
13571357
<choose>
1358-
<if variable="event">
1358+
<if variable="event event-title" match="any">
13591359
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
13601360
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
13611361
<choose>

apa-old-doi-prefix.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@
897897
</macro>
898898
<macro name="event">
899899
<choose>
900-
<if variable="event">
900+
<if variable="event event-title" match="any">
901901
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
902902
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
903903
<choose>

apa-single-spaced.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@
15521552
</macro>
15531553
<macro name="event">
15541554
<choose>
1555-
<if variable="event">
1555+
<if variable="event event-title" match="any">
15561556
<!-- To prevent Zotero from printing event-place due to its double-mapping of all 'place' to
15571557
both publisher-place and event-place. Remove this 'choose' when that is changed. -->
15581558
<choose>

0 commit comments

Comments
 (0)