Skip to content

Commit 21de2bf

Browse files
author
github actions
committed
Squashed 'buildres/csl/csl-styles/' changes from 6a7b708..21e2177
21e2177 Create respiratory-care-journal.csl (#5998) d0a2846 Update archaeonautica.csl (#5987) 664784e Update cardiff-university-harvard.csl (#5982) 07ce91e improve journal-of-avian-biology.csl (#5984) 349a5d6 update based on latest version of ISO 690 standard (#5976) d8c3725 Update mary-ann-liebert-vancouver.csl (#5981) 7b2e70d Update style-manual-australian-government.csl (#5975) bebf50c Create extracellular-vesicles-and-circulating-nucleic-acids.csl (#5979) cabcdd4 Update united-states-international-trade-commission.csl (#5967) 948c48a Update cardiff-university-harvard.csl (#5977) d6bf535 Add name to label gun cf0d930 Test label gun 2f40fcd Update the-journal-of-egyptian-archaeology.csl (#5964) aa023e1 Create materials-research-society-bulletin.csl (#5917) ea31783 Changed quotation marks to Spanish ones (#5968) 27245f9 AJA: Add "." suffix to citation layout. (#5971) 7726a40 Update american-medical-association.csl (#5970) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 21e2177
1 parent 663709d commit 21de2bf

23 files changed

+1051
-198
lines changed

.github/workflows/label-gun.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: 'Automated tagging for PRs and issues'
2+
3+
on:
4+
issues:
5+
types: [opened, edited, closed]
6+
issue_comment:
7+
types: [created, edited, closed]
8+
9+
jobs:
10+
label:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: retorquere/label-gun@main
14+
with:
15+
token: ${{ github.token }}
16+
label.awaiting: "waiting-for-response-from-contributor"

american-journal-of-archaeology.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
<key variable="issued"/>
354354
<key macro="contributors-short"/>
355355
</sort>
356-
<layout delimiter="; ">
356+
<layout delimiter="; " suffix=".">
357357
<group delimiter=", ">
358358
<group delimiter=" ">
359359
<text macro="contributors-short"/>

american-medical-association-alphabetical.csl

+12-3
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<category citation-format="numeric"/>
2828
<category field="medicine"/>
2929
<summary>The American Medical Association style as used in JAMA, with alphabetically sorted bibliography. Version 11 as per November-2019.</summary>
30-
<updated>2021-10-28T13:38:04+00:00</updated>
30+
<updated>2022-03-17T13:38:04+00:00</updated>
3131
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
3232
</info>
3333
<locale xml:lang="en">
3434
<terms>
35-
<term name="page-range-delimiter">-</term>
35+
<term name="page-range-delimiter">-</term>
3636
<term name="presented at">presented at</term>
3737
</terms>
3838
</locale>
@@ -86,7 +86,7 @@
8686
</macro>
8787
<macro name="title">
8888
<choose>
89-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
89+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
9090
<text variable="title" font-style="italic" text-case="title"/>
9191
</if>
9292
<else>
@@ -252,6 +252,15 @@
252252
<text variable="event-place"/>
253253
</group>
254254
</else-if>
255+
<else-if type="thesis" match="any">
256+
<group delimiter=". " prefix=" " suffix=".">
257+
<text variable="genre"/>
258+
<group delimiter="; ">
259+
<text variable="publisher"/>
260+
<date date-parts="year" form="text" variable="issued"/>
261+
</group>
262+
</group>
263+
</else-if>
255264
<else>
256265
<text macro="editor" prefix=" " suffix="."/>
257266
<group prefix=" " suffix=".">

american-medical-association-brackets.csl

+11-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<category citation-format="numeric"/>
2828
<category field="medicine"/>
2929
<summary>The American Medical Association style as used in JAMA. Version 11 as per November-2019.</summary>
30-
<updated>2021-10-28T13:38:04+00:00</updated>
30+
<updated>2022-03-17T13:38:04+00:00</updated>
3131
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
3232
</info>
3333
<locale xml:lang="en">
@@ -86,7 +86,7 @@
8686
</macro>
8787
<macro name="title">
8888
<choose>
89-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
89+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
9090
<text variable="title" font-style="italic" text-case="title"/>
9191
</if>
9292
<else>
@@ -247,6 +247,15 @@
247247
<text variable="event-place"/>
248248
</group>
249249
</else-if>
250+
<else-if type="thesis" match="any">
251+
<group delimiter=". " prefix=" " suffix=".">
252+
<text variable="genre"/>
253+
<group delimiter="; ">
254+
<text variable="publisher"/>
255+
<date date-parts="year" form="text" variable="issued"/>
256+
</group>
257+
</group>
258+
</else-if>
250259
<else>
251260
<text macro="editor" prefix=" " suffix="."/>
252261
<group prefix=" " suffix=".">

american-medical-association-no-et-al.csl

+12-3
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<category citation-format="numeric"/>
2828
<category field="medicine"/>
2929
<summary>The American Medical Association style as used in JAMA, without et al. Version 11 as per November-2019.</summary>
30-
<updated>2021-10-28T13:38:04+00:00</updated>
30+
<updated>2022-03-17T13:38:04+00:00</updated>
3131
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
3232
</info>
3333
<locale xml:lang="en">
3434
<terms>
35-
<term name="page-range-delimiter">-</term>
35+
<term name="page-range-delimiter">-</term>
3636
<term name="presented at">presented at</term>
3737
</terms>
3838
</locale>
@@ -86,7 +86,7 @@
8686
</macro>
8787
<macro name="title">
8888
<choose>
89-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
89+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
9090
<text variable="title" font-style="italic" text-case="title"/>
9191
</if>
9292
<else>
@@ -247,6 +247,15 @@
247247
<text variable="event-place"/>
248248
</group>
249249
</else-if>
250+
<else-if type="thesis" match="any">
251+
<group delimiter=". " prefix=" " suffix=".">
252+
<text variable="genre"/>
253+
<group delimiter="; ">
254+
<text variable="publisher"/>
255+
<date date-parts="year" form="text" variable="issued"/>
256+
</group>
257+
</group>
258+
</else-if>
250259
<else>
251260
<text macro="editor" prefix=" " suffix="."/>
252261
<group prefix=" " suffix=".">

american-medical-association-no-url.csl

+12-3
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<category citation-format="numeric"/>
2828
<category field="medicine"/>
2929
<summary>The American Medical Association style as used in JAMA, without the URL. Version 11 as per November-2019.</summary>
30-
<updated>2021-10-28T13:38:04+00:00</updated>
30+
<updated>2022-03-17T13:38:04+00:00</updated>
3131
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
3232
</info>
3333
<locale xml:lang="en">
3434
<terms>
35-
<term name="page-range-delimiter">-</term>
35+
<term name="page-range-delimiter">-</term>
3636
<term name="presented at">presented at</term>
3737
</terms>
3838
</locale>
@@ -56,7 +56,7 @@
5656
</macro>
5757
<macro name="title">
5858
<choose>
59-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
59+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
6060
<text variable="title" font-style="italic" text-case="title"/>
6161
</if>
6262
<else>
@@ -217,6 +217,15 @@
217217
<text variable="event-place"/>
218218
</group>
219219
</else-if>
220+
<else-if type="thesis" match="any">
221+
<group delimiter=". " prefix=" " suffix=".">
222+
<text variable="genre"/>
223+
<group delimiter="; ">
224+
<text variable="publisher"/>
225+
<date date-parts="year" form="text" variable="issued"/>
226+
</group>
227+
</group>
228+
</else-if>
220229
<else>
221230
<text macro="editor" prefix=" " suffix="."/>
222231
<group prefix=" " suffix=".">

american-medical-association.csl

+11-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<category citation-format="numeric"/>
2828
<category field="medicine"/>
2929
<summary>The American Medical Association style as used in JAMA. Version 11 as per November-2019.</summary>
30-
<updated>2021-10-28T13:38:04+00:00</updated>
30+
<updated>2022-03-17T08:48:24+00:00</updated>
3131
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
3232
</info>
3333
<locale xml:lang="en">
@@ -86,7 +86,7 @@
8686
</macro>
8787
<macro name="title">
8888
<choose>
89-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
89+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
9090
<text variable="title" font-style="italic" text-case="title"/>
9191
</if>
9292
<else>
@@ -247,6 +247,15 @@
247247
<text variable="event-place"/>
248248
</group>
249249
</else-if>
250+
<else-if type="thesis" match="any">
251+
<group delimiter=". " prefix=" " suffix=".">
252+
<text variable="genre"/>
253+
<group delimiter="; ">
254+
<text variable="publisher"/>
255+
<date date-parts="year" form="text" variable="issued"/>
256+
</group>
257+
</group>
258+
</else-if>
250259
<else>
251260
<text macro="editor" prefix=" " suffix="."/>
252261
<group prefix=" " suffix=".">

archaeonautica.csl

+18-7
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link href="https://journals.openedition.org/archaeonautica/279" rel="documentation"/>
1010
<author>
1111
<name>Antonio Mendes da Silva</name>
12-
<email>mendes@mmsh.univ-aix.fr</email>
12+
<email>antonio.mendes@cnrs.fr</email>
1313
</author>
1414
<category citation-format="author-date"/>
1515
<category field="humanities"/>
@@ -18,7 +18,7 @@
1818
<eissn>2117-6973</eissn>
1919
<summary>Style conçu pour la revue Archaeonautica. L’archéologie maritime et navale de la
2020
préhistoire à l’époque contemporaine. Centre Camille Jullian, CNRS</summary>
21-
<updated>2020-05-04T12:23:43+00:00</updated>
21+
<updated>2020-05-10T04:06:42+00:00</updated>
2222
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2323
</info>
2424
<locale xml:lang="fr">
@@ -346,8 +346,9 @@
346346
</choose>
347347
</macro>
348348
<macro name="year-date">
349+
<!-- Une tabulation après la date -->
349350
<group suffix="&#9;">
350-
<!-- Une tabulation après la date -->
351+
<!-- Fin de la tabulation -->
351352
<choose>
352353
<if variable="issued">
353354
<date variable="issued">
@@ -462,19 +463,28 @@
462463
</date>
463464
</group>
464465
</macro>
465-
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year" year-suffix-delimiter=", " after-collapse-delimiter="&amp;#160;; " name-delimiter=", " initialize-with=". " delimiter-precedes-last="never" name-as-sort-order="all" sort-separator=" ">
466+
<macro name="archive">
467+
<group suffix="." prefix=". ">
468+
<group delimiter=", ">
469+
<text variable="archive"/>
470+
<text variable="archive_location"/>
471+
<text variable="call-number"/>
472+
</group>
473+
</group>
474+
</macro>
475+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year" year-suffix-delimiter=", " after-collapse-delimiter="&#160;; " name-delimiter=", " initialize-with=". " delimiter-precedes-last="never" name-as-sort-order="all" sort-separator=" ">
466476
<sort>
467477
<key variable="issued" sort="descending"/>
468478
<key macro="author-citation"/>
469479
<key macro="title"/>
470480
</sort>
471-
<layout delimiter="&amp;#160;; ">
472-
<group delimiter=",&amp;#160;">
481+
<layout delimiter="&#160;; " prefix="(" suffix=")">
482+
<group delimiter=",&#160;">
473483
<group delimiter=" ">
474484
<text macro="author-citation"/>
475485
<text macro="year-date-short"/>
476486
</group>
477-
<group delimiter="&amp;#160;">
487+
<group delimiter="&#160;">
478488
<label variable="locator" form="short"/>
479489
<text variable="locator"/>
480490
</group>
@@ -500,6 +510,7 @@
500510
<text macro="publisher"/>
501511
<text macro="collection"/>
502512
<text macro="page-bib"/>
513+
<text macro="archive"/>
503514
</group>
504515
<text macro="accessed"/>
505516
</layout>

cardiff-university-harvard.csl

+2-2
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="in-text" version="1.0" demote-non-dropping-particle="sort-only">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never">
33
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
44
<info>
55
<title>Cardiff University - Harvard</title>
@@ -86,7 +86,7 @@
8686
</macro>
8787
<macro name="title">
8888
<choose>
89-
<if type="bill book graphic legal_case legislation motion_picture report song thesis patent" match="any">
89+
<if type="bill book graphic legal_case legislation motion_picture report song thesis patent webpage" match="any">
9090
<text variable="title" font-style="italic"/>
9191
</if>
9292
<else>

0 commit comments

Comments
 (0)