Skip to content

Commit 1d32876

Browse files
author
github actions
committed
Squashed 'buildres/csl/csl-styles/' changes from 60bf7d5..f78c707
f78c707 Update Turabian (full note) for 17.1.3.2 Reprint Editions (#5809) 2169ddc Create art-libraries-society-of-north-america-arlisna-reviews.csl (#5791) 94119a6 Create university-of-south-wales-harvard.csl (#5787) 470925c Update fachhochschule-sudwestfalen.csl (#5811) 1a9eff7 Create annals-of-public-and-cooperative-economics.csl (#5747) d7477f2 Merge pull request #5368 from POBrien333/patch-862 113e683 Merge pull request #5812 from citation-style-language/apa-no-initials 62dacff Create universitat-oberta-de-catalunya-apa.csl 046482c Fix Organization Studies title 1213b95 Make oranization-studies dependent c9641f4 Create apa-no-initials.csl 0b4e047 Modify american-journal-of-archaeology.csl (#5719) ddeda4f Create journal-of-economic-impact.csl (#5707) 40c2696 Update gallia.csl (#5782) 5d5927a Create serbian-archives-of-medicine.csl (#5721) 2777954 Merge pull request #5807 from dhacker29/master 77e3fca Update Society of Biblical Literature Full Note for 6.1.6 4479a5a haaga-helia-university-of-applied-sciences-harvard.csl: no date cites need to be unique (#5726) d00e046 Create university-of-roehampton-harvard.csl (#5732) e76da40 Medicinski Razgledi -- fix locale 75b1554 Add original-date extra to proper place as per SBL Handbook 6.2.17-18 (#5725) d43676e Update harvard-bournemouth-university.csl (#5667) 0312a39 Create ABNT NBR 6023:2018. UNESP – Faculdade de Engenharia de Guarati… (#5705) 6585ff9 Create sinergie-italian-journal-of-management.csl (#5776) a7dc678 Create journal-of-global-health.csl (#5775) 02080ce Merge pull request #5800 from citation-style-language/validation-fixes 8b51d85 change s. d. to s.d. in french style for INBO reports (issue #2) (#5634) 1b4ec09 Create bloomsbury-academic.csl (#5741) 1f28d87 Create zeithistorische-forschungen.csl (#5766) bb11942 Remove superfluous 'container' data from wiley-vch-books 06038a7 Remove et-al affixes be96bd8 Remove et-al affixes from bibliotecae-it.csl 03a94e4 Remove more et-al affixes 07d7423 Revert non-et-al changes to universitat-basel-iberomanistik f8e5fd8 Create medicinski-razgledi.csl (#5789) b4df8ee Create dut-harvard.csl (#5762) 40855c4 Fix affixes on et-al b4fe9b0 Merge pull request #5798 from citation-style-language/uris 3dc4aaf URL-encode documentation URLs 408a3a8 fixes citation-style-language/Sheldon#38 42aca5b Update biophysics-and-physicobiology.csl (#5751) 706bea0 Create universidade-do-porto-faculdade-de-engenharia-chicago-pt.csl (#5742) 269ff91 Update universidade-do-porto-faculdade-de-engenharia-chicago.csl (#5797) 0ba51e7 Update el-profesional-de-la-informacion.csl (#5785) dac3baf Create arthropod-systematics-and-phylogeny.csl (#5772) 9dff241 Merge pull request #5796 from dhacker29/patch-1 35949f4 Update turabian-fullnote-bibliography-no-ibid.csl ccfb661 Merge pull request #5793 from benjaminmoon/patch-2 520e127 Update frontiers-medical-journals.csl (#5740) ab629ab Update natura-croatica.csl (#5795) 60b2b17 Rename turabian-fullnote-bibliography-no-ibid to turabian-fullnote-bibliography-no-ibid.csl ad4edff Create turabian-fullnote-bibliography-no-ibid d9b956c Update monographs-of-the-palaeontographical-society.csl 3648ae6 Merge pull request #5792 from StianOby/fix-no-page-number-articles e15b2f7 Update norsk-henvisningsstandard-for-rettsvitenskapelige-tekster.csl d8778cf Removed "page" (s. ) term for articles that do not have page numbers. 409017c add medium field for eBooks to MLA 8th git-subtree-dir: buildres/csl/csl-styles git-subtree-split: f78c707
1 parent fa1b8a7 commit 1d32876

File tree

48 files changed

+8467
-320
lines changed

Some content is hidden

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

48 files changed

+8467
-320
lines changed

.github/workflows/merge.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
tags-ignore:
8+
- '**'
79
workflow_dispatch:
810
inputs:
911
commit_message:

afro-asia.csl

+6-6
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<macro name="producers">
148148
<names variable="author">
149149
<name form="long" sort-separator=", "/>
150-
<et-al term="et-al" prefix=" " font-style="italic"/>
150+
<et-al term="et-al" font-style="italic"/>
151151
<substitute>
152152
<text macro="container-producers"/>
153153
</substitute>
@@ -156,7 +156,7 @@
156156
<macro name="producers-short">
157157
<names variable="author">
158158
<name form="short"/>
159-
<et-al term="et-al" prefix=" " suffix="." font-style="italic"/>
159+
<et-al term="et-al" font-style="italic"/>
160160
<substitute>
161161
<text macro="container-producers-short"/>
162162
</substitute>
@@ -168,7 +168,7 @@
168168
<name form="long" name-as-sort-order="all" sort-separator=", ">
169169
<name-part name="family" text-case="uppercase"/>
170170
</name>
171-
<et-al term="et-al" prefix=" " font-style="italic"/>
171+
<et-al term="et-al" font-style="italic"/>
172172
<substitute>
173173
<text macro="container-producers-surname"/>
174174
</substitute>
@@ -178,7 +178,7 @@
178178
<macro name="container-producers">
179179
<names variable="editor">
180180
<name form="long" sort-separator=", "/>
181-
<et-al term="et-al" prefix=" " font-style="italic"/>
181+
<et-al term="et-al" font-style="italic"/>
182182
<label form="short" prefix=" (" suffix=")" text-case="lowercase"/>
183183
<substitute>
184184
<names variable="container-author"/>
@@ -188,7 +188,7 @@
188188
<macro name="container-producers-short">
189189
<names variable="editor">
190190
<name form="short"/>
191-
<et-al term="et-al" prefix=" " font-style="italic"/>
191+
<et-al term="et-al" font-style="italic"/>
192192
<label form="short" prefix=" (" suffix=")" text-case="lowercase"/>
193193
<substitute>
194194
<names variable="container-author"/>
@@ -201,7 +201,7 @@
201201
<name form="long" name-as-sort-order="all" sort-separator=", ">
202202
<name-part name="family" text-case="uppercase"/>
203203
</name>
204-
<et-al term="et-al" prefix=" " font-style="italic"/>
204+
<et-al term="et-al" font-style="italic"/>
205205
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
206206
<substitute>
207207
<names variable="container-author"/>

american-journal-of-archaeology.csl

+33-19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="minimal" default-locale="en-US">
33
<info>
44
<title>American Journal of Archaeology</title>
55
<title-short>AJA</title-short>
@@ -15,7 +15,7 @@
1515
<issn>0002-9114</issn>
1616
<eissn>1939-828X</eissn>
1717
<summary>The American Journal of Archaeology style</summary>
18-
<updated>2017-04-13T16:17:59+00:00</updated>
18+
<updated>2021-11-12T14:22:00+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>
@@ -32,7 +32,7 @@
3232
<if variable="author">
3333
<names variable="editor">
3434
<label form="verb-short" prefix=" " text-case="capitalize-first" suffix=" "/>
35-
<name and="text" delimiter=", "/>
35+
<name and="text" delimiter=", " suffix=". "/>
3636
</names>
3737
</if>
3838
</choose>
@@ -170,10 +170,10 @@
170170
</choose>
171171
</if>
172172
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
173-
<text variable="title" font-style="italic"/>
173+
<text variable="title" font-style="italic" text-case="title"/>
174174
</else-if>
175175
<else>
176-
<text variable="title" suffix=". " quotes="true"/>
176+
<text variable="title" suffix=". " quotes="true" text-case="title"/>
177177
</else>
178178
</choose>
179179
</macro>
@@ -188,7 +188,7 @@
188188
</group>
189189
</if>
190190
<else>
191-
<text variable="edition" suffix="."/>
191+
<text variable="edition"/>
192192
</else>
193193
</choose>
194194
</if>
@@ -198,7 +198,7 @@
198198
<choose>
199199
<if type="article-journal">
200200
<text variable="volume" prefix=" "/>
201-
<text variable="issue" prefix=" "/>
201+
<text variable="issue" prefix=" (" suffix=")"/>
202202
</if>
203203
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
204204
<group prefix=". " delimiter=". ">
@@ -239,7 +239,7 @@
239239
</group>
240240
</if>
241241
<else-if type="article-journal">
242-
<text variable="page" prefix=": "/>
242+
<text variable="page" prefix=":"/>
243243
</else-if>
244244
</choose>
245245
</macro>
@@ -265,9 +265,19 @@
265265
<text variable="container-title" font-style="italic"/>
266266
</macro>
267267
<macro name="publisher">
268-
<group delimiter=": ">
269-
<text variable="publisher-place"/>
270-
<text variable="publisher"/>
268+
<group>
269+
<choose>
270+
<if type="thesis" match="none">
271+
<text value=". "/>
272+
<group delimiter=": ">
273+
<text variable="publisher-place"/>
274+
<text variable="publisher"/>
275+
</group>
276+
</if>
277+
<else>
278+
<text variable="publisher"/>
279+
</else>
280+
</choose>
271281
</group>
272282
</macro>
273283
<macro name="date">
@@ -287,7 +297,14 @@
287297
</macro>
288298
<macro name="event">
289299
<group>
290-
<text term="presented at" suffix=" "/>
300+
<choose>
301+
<if variable="genre" match="none">
302+
<text term="presented at" suffix=" " text-case="capitalize-first"/>
303+
</if>
304+
<else>
305+
<text term="presented at" suffix=" " text-case="lowercase"/>
306+
</else>
307+
</choose>
291308
<text variable="event"/>
292309
</group>
293310
</macro>
@@ -300,7 +317,7 @@
300317
<if variable="title" match="none"/>
301318
<else-if type="thesis"/>
302319
<else>
303-
<text variable="genre" text-case="capitalize-first" prefix=". "/>
320+
<text variable="genre" text-case="capitalize-first" prefix=" "/>
304321
</else>
305322
</choose>
306323
</macro>
@@ -320,14 +337,13 @@
320337
<text macro="day-month" prefix=", "/>
321338
</else-if>
322339
<else>
323-
<group prefix=". " delimiter=", ">
340+
<group prefix="" delimiter=", ">
324341
<choose>
325342
<if type="thesis">
326343
<text variable="genre" text-case="capitalize-first"/>
327344
</if>
328345
</choose>
329346
<text macro="publisher"/>
330-
<text macro="day-month"/>
331347
</group>
332348
</else>
333349
</choose>
@@ -342,7 +358,6 @@
342358
<group delimiter=" ">
343359
<text macro="contributors-short"/>
344360
<text macro="date"/>
345-
<text macro="day-month" prefix=" (" suffix="), "/>
346361
</group>
347362
<text macro="point-locators"/>
348363
</group>
@@ -356,14 +371,13 @@
356371
<layout suffix=".">
357372
<text macro="contributors" suffix=". "/>
358373
<text macro="date" suffix=". "/>
359-
<text macro="day-month" text-case="capitalize-first" suffix=". "/>
360374
<text macro="title"/>
361375
<text macro="description"/>
362-
<text macro="secondary-contributors" prefix=". "/>
376+
<text macro="secondary-contributors" prefix=" "/>
363377
<text macro="container-title"/>
364378
<text macro="container-contributors" prefix=", "/>
365379
<text macro="locators-chapter"/>
366-
<text macro="edition" prefix=". "/>
380+
<text macro="edition" prefix=". " strip-periods="true"/>
367381
<text macro="locators"/>
368382
<text macro="collection-title" prefix=". "/>
369383
<text macro="issue"/>

0 commit comments

Comments
 (0)