Skip to content

Commit

Permalink
Squashed 'buildres/csl/csl-styles/' changes from 6a7b708..9ff3112
Browse files Browse the repository at this point in the history
9ff3112 Update bibtex.csl (#6021)
68ed5f7 Don't initialize with hyphen in Vancouver/NLM (#6022)
80206ad Update american-physics-society.csl (#5934)
cfbdba6 Update csl style (#6003)
546ee88 Update institut-francais-darcheologie-orientale-en.csl (#6018)
1153e3e Update institut-francais-darcheologie-orientale-etudes-arabes.csl (#6019)
42d5031 Update institut-francais-darcheologie-orientale-arab-studies.csl (#6020)
2e10c7a Update institut-francais-darcheologie-orientale.csl (#6015)
0c7d6a1 Create science-china-materials.csl (#6017)
0eb4bc7 Update frontiers.csl (#6014)
0fd9cc2 Update urad-rs-za-makroekonomske-analize-in-razvoj.csl (#5963)
1393837 Update harvard-university-of-the-west-of-england.csl (#6013)
4474b0e Update frontiers-of-biogeography.csl (#6010)
736c6df Render status field (for forthcoming, in press, etc.) to date groups (#6005)
51ff3dc Create journal-of-contemporary-water-research-and-education.csl (#5912)
7387ed3 cell.csl: Add a macro for DOI and webpage accessed date. (#5999)
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: 9ff3112
  • Loading branch information
github actions committed Apr 15, 2022
1 parent 663709d commit 9d994ae
Show file tree
Hide file tree
Showing 49 changed files with 2,563 additions and 1,032 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/label-gun.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Automated tagging for PRs and issues'

on:
issues:
types: [opened, edited, closed]
issue_comment:
types: [created, edited, closed]

jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: retorquere/label-gun@main
with:
token: ${{ github.token }}
label.awaiting: "waiting-for-response-from-contributor"
2 changes: 1 addition & 1 deletion american-journal-of-archaeology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<key variable="issued"/>
<key macro="contributors-short"/>
</sort>
<layout delimiter="; ">
<layout delimiter="; " suffix=".">
<group delimiter=", ">
<group delimiter=" ">
<text macro="contributors-short"/>
Expand Down
15 changes: 12 additions & 3 deletions american-medical-association-alphabetical.csl
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<category citation-format="numeric"/>
<category field="medicine"/>
<summary>The American Medical Association style as used in JAMA, with alphabetically sorted bibliography. Version 11 as per November-2019.</summary>
<updated>2021-10-28T13:38:04+00:00</updated>
<updated>2022-03-17T13:38:04+00:00</updated>
<rights license="https://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
<terms>
<term name="page-range-delimiter">-</term>
<term name="page-range-delimiter">-</term>
<term name="presented at">presented at</term>
</terms>
</locale>
Expand Down Expand Up @@ -86,7 +86,7 @@
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<text variable="title" font-style="italic" text-case="title"/>
</if>
<else>
Expand Down Expand Up @@ -252,6 +252,15 @@
<text variable="event-place"/>
</group>
</else-if>
<else-if type="thesis" match="any">
<group delimiter=". " prefix=" " suffix=".">
<text variable="genre"/>
<group delimiter="; ">
<text variable="publisher"/>
<date date-parts="year" form="text" variable="issued"/>
</group>
</group>
</else-if>
<else>
<text macro="editor" prefix=" " suffix="."/>
<group prefix=" " suffix=".">
Expand Down
13 changes: 11 additions & 2 deletions american-medical-association-brackets.csl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<category citation-format="numeric"/>
<category field="medicine"/>
<summary>The American Medical Association style as used in JAMA. Version 11 as per November-2019.</summary>
<updated>2021-10-28T13:38:04+00:00</updated>
<updated>2022-03-17T13:38:04+00:00</updated>
<rights license="https://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
Expand Down Expand Up @@ -86,7 +86,7 @@
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<text variable="title" font-style="italic" text-case="title"/>
</if>
<else>
Expand Down Expand Up @@ -247,6 +247,15 @@
<text variable="event-place"/>
</group>
</else-if>
<else-if type="thesis" match="any">
<group delimiter=". " prefix=" " suffix=".">
<text variable="genre"/>
<group delimiter="; ">
<text variable="publisher"/>
<date date-parts="year" form="text" variable="issued"/>
</group>
</group>
</else-if>
<else>
<text macro="editor" prefix=" " suffix="."/>
<group prefix=" " suffix=".">
Expand Down
15 changes: 12 additions & 3 deletions american-medical-association-no-et-al.csl
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<category citation-format="numeric"/>
<category field="medicine"/>
<summary>The American Medical Association style as used in JAMA, without et al. Version 11 as per November-2019.</summary>
<updated>2021-10-28T13:38:04+00:00</updated>
<updated>2022-03-17T13:38:04+00:00</updated>
<rights license="https://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
<terms>
<term name="page-range-delimiter">-</term>
<term name="page-range-delimiter">-</term>
<term name="presented at">presented at</term>
</terms>
</locale>
Expand Down Expand Up @@ -86,7 +86,7 @@
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<text variable="title" font-style="italic" text-case="title"/>
</if>
<else>
Expand Down Expand Up @@ -247,6 +247,15 @@
<text variable="event-place"/>
</group>
</else-if>
<else-if type="thesis" match="any">
<group delimiter=". " prefix=" " suffix=".">
<text variable="genre"/>
<group delimiter="; ">
<text variable="publisher"/>
<date date-parts="year" form="text" variable="issued"/>
</group>
</group>
</else-if>
<else>
<text macro="editor" prefix=" " suffix="."/>
<group prefix=" " suffix=".">
Expand Down
15 changes: 12 additions & 3 deletions american-medical-association-no-url.csl
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<category citation-format="numeric"/>
<category field="medicine"/>
<summary>The American Medical Association style as used in JAMA, without the URL. Version 11 as per November-2019.</summary>
<updated>2021-10-28T13:38:04+00:00</updated>
<updated>2022-03-17T13:38:04+00:00</updated>
<rights license="https://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
<terms>
<term name="page-range-delimiter">-</term>
<term name="page-range-delimiter">-</term>
<term name="presented at">presented at</term>
</terms>
</locale>
Expand All @@ -56,7 +56,7 @@
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<text variable="title" font-style="italic" text-case="title"/>
</if>
<else>
Expand Down Expand Up @@ -217,6 +217,15 @@
<text variable="event-place"/>
</group>
</else-if>
<else-if type="thesis" match="any">
<group delimiter=". " prefix=" " suffix=".">
<text variable="genre"/>
<group delimiter="; ">
<text variable="publisher"/>
<date date-parts="year" form="text" variable="issued"/>
</group>
</group>
</else-if>
<else>
<text macro="editor" prefix=" " suffix="."/>
<group prefix=" " suffix=".">
Expand Down
13 changes: 11 additions & 2 deletions american-medical-association.csl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<category citation-format="numeric"/>
<category field="medicine"/>
<summary>The American Medical Association style as used in JAMA. Version 11 as per November-2019.</summary>
<updated>2021-10-28T13:38:04+00:00</updated>
<updated>2022-03-17T08:48:24+00:00</updated>
<rights license="https://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
Expand Down Expand Up @@ -86,7 +86,7 @@
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<text variable="title" font-style="italic" text-case="title"/>
</if>
<else>
Expand Down Expand Up @@ -247,6 +247,15 @@
<text variable="event-place"/>
</group>
</else-if>
<else-if type="thesis" match="any">
<group delimiter=". " prefix=" " suffix=".">
<text variable="genre"/>
<group delimiter="; ">
<text variable="publisher"/>
<date date-parts="year" form="text" variable="issued"/>
</group>
</group>
</else-if>
<else>
<text macro="editor" prefix=" " suffix="."/>
<group prefix=" " suffix=".">
Expand Down
7 changes: 5 additions & 2 deletions american-physics-society.csl
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@
<author>
<name>Brenton M. Wiernik</name>
</author>
<contributor>
<name>Anna C. Véron</name>
</contributor>
<category citation-format="numeric"/>
<category field="physics"/>
<summary>Common style use by APS publications.</summary>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2022-03-02T11:58:54+00:00</updated>
<rights license="https://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
<names variable="author">
<name delimiter=", " initialize-with=". " and="text"/>
<name and="text" et-al-min="11" et-al-use-first="1" initialize-with=". " delimiter=", "/>
<label form="long" prefix=", " suffix=" "/>
<substitute>
<names variable="editor"/>
Expand Down
12 changes: 12 additions & 0 deletions american-sociological-association.csl
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@
<date variable="issued" form="numeric" date-parts="year"/>
</group>
</if>
<else-if variable="status">
<group>
<text variable="status" text-case="lowercase"/>
<text variable="year-suffix" prefix="-"/>
</group>
</else-if>
<else>
<text term="no date" form="short"/>
</else>
Expand All @@ -140,6 +146,12 @@
<if variable="issued">
<date variable="issued" form="numeric" date-parts="year"/>
</if>
<else-if variable="status">
<group>
<text variable="status" text-case="lowercase"/>
<text variable="year-suffix" prefix="-"/>
</group>
</else-if>
<else>
<text term="no date" form="short"/>
</else>
Expand Down
25 changes: 18 additions & 7 deletions archaeonautica.csl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link href="https://journals.openedition.org/archaeonautica/279" rel="documentation"/>
<author>
<name>Antonio Mendes da Silva</name>
<email>mendes@mmsh.univ-aix.fr</email>
<email>antonio.mendes@cnrs.fr</email>
</author>
<category citation-format="author-date"/>
<category field="humanities"/>
Expand All @@ -18,7 +18,7 @@
<eissn>2117-6973</eissn>
<summary>Style conçu pour la revue Archaeonautica. L’archéologie maritime et navale de la
préhistoire à l’époque contemporaine. Centre Camille Jullian, CNRS</summary>
<updated>2020-05-04T12:23:43+00:00</updated>
<updated>2020-05-10T04:06:42+00:00</updated>
<rights license="https://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="fr">
Expand Down Expand Up @@ -346,8 +346,9 @@
</choose>
</macro>
<macro name="year-date">
<!-- Une tabulation après la date -->
<group suffix="&#9;">
<!-- Une tabulation après la date -->
<!-- Fin de la tabulation -->
<choose>
<if variable="issued">
<date variable="issued">
Expand Down Expand Up @@ -462,19 +463,28 @@
</date>
</group>
</macro>
<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=" ">
<macro name="archive">
<group suffix="." prefix=". ">
<group delimiter=", ">
<text variable="archive"/>
<text variable="archive_location"/>
<text variable="call-number"/>
</group>
</group>
</macro>
<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=" ">
<sort>
<key variable="issued" sort="descending"/>
<key macro="author-citation"/>
<key macro="title"/>
</sort>
<layout delimiter="&amp;#160;; ">
<group delimiter=",&amp;#160;">
<layout delimiter="&#160;; " prefix="(" suffix=")">
<group delimiter=",&#160;">
<group delimiter=" ">
<text macro="author-citation"/>
<text macro="year-date-short"/>
</group>
<group delimiter="&amp;#160;">
<group delimiter="&#160;">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
Expand All @@ -500,6 +510,7 @@
<text macro="publisher"/>
<text macro="collection"/>
<text macro="page-bib"/>
<text macro="archive"/>
</group>
<text macro="accessed"/>
</layout>
Expand Down
Loading

0 comments on commit 9d994ae

Please sign in to comment.