Skip to content

Commit

Permalink
Squashed 'buildres/csl/csl-styles/' changes from e740261..3d3573c
Browse files Browse the repository at this point in the history
3d3573c Update centre-de-recherche-sur-les-civilisations-de-l-asie-orientale.csl (#5988)
5de0fbe Update society-of-biblical-literature-fullnote-bibliography.csl (#5913)
04b6c7a Create revue-internationale-durbanisme.csl (#5974)
4a5bfe2 Update biological-reviews.csl (#6116)
957b2bc Update harvard-cite-them-right-no-et-al.csl (#6115)
e836a6c Update harvard-university-of-bath.csl (#6011)
b4a8dd7 Update and rename harvard-cite-them-right.csl to harvard-cite-them-ri… (#6113)
a198884 Update twentieth-century-music.csl (#6110)
81c1619 Update archaeonautica.csl (#5928)
fc46f1d Bump actions/cache from 2 to 3 (#6112)
fab57ed Bump actions/checkout from 2 to 3 (#6111)
519d594 [don't merge] chore: Included githubactions in the dependabot config (#6109)
a8aa898 Update universidade-estadual-de-alagoas-uneal-abnt.csl (#5915)
6191640 Update isnad-dipnotlu.csl (#5909)
d65a6ac Update isnad-metinici.csl (#5910)
830d337 Update technische-universitat-dresden-linguistik.csl (#6097)
81adc43 Update american-society-for-horticultural-science.csl (#6089)
b767623 Create south-african-law-journal.csl (#6092)
215e1e9 Create journal-of-lithic-studies.csl (#6080)
0740f8c Create eunomia-revista-en-cultura-de-la-legalidad.csl (#6095)
f93c809 Create endocrine-journal.csl (#6086)
3fdeb51 Revert "chore: Set permissions for GitHub actions (#6096)" (#6108)
35ebd1e chore: Set permissions for GitHub actions (#6096)
1cb8758 Create journal-fur-medienlinguistik (#6100)
f4b5f7f Update unified-style-sheet-for-linguistics.csl (#6098)
c3f856a Update advanced-materials.csl (#6103)
d1e7576 Bump diffy from 3.4.0 to 3.4.2 (#6107)
9e5e7ab Fix Dev Dynamics (#6099)
7234520 Add CSL style for the journal Developmental Dynamics (#6093)
ba8db05 Create independent style for vox-sanguinis.csl (#6085)
845dee0 Create meta.csl (#6088)
684bc3a Update universite-du-quebec-a-montreal.csl (#6087)
3602c18 Up-date & re-title pour-reussir/dionne (#6043)
0cc6e82 Fix Mainz Geography
cfc4cec Add DOI and fix printing author names in Population and Économie et statistique (#6079)
14e8b1d Update journal-of-neuroimaging.csl (#6084)
2c0e1f1 Update isnad-dipnotlu.csl (#6081)
02fdb9b Merge pull request #6082 from denismaier/patch-ube-muwi-note
9309378 removes default-locale

git-subtree-dir: buildres/csl/csl-styles
git-subtree-split: 3d3573c
  • Loading branch information
github actions committed Jul 1, 2022
1 parent e89145e commit ffe1663
Show file tree
Hide file tree
Showing 38 changed files with 4,892 additions and 1,226 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
8 changes: 4 additions & 4 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
DISTRIBUTION_UPDATER_TOKEN: "${{ secrets.DISTRIBUTION_UPDATER_TOKEN }}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: github.event_name == 'push'
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: github.event_name == 'workflow_dispatch'
with:
fetch-depth: 0
Expand All @@ -30,7 +30,7 @@ jobs:
id: release
run: echo ::set-output name=branch::v1.0.2
- name: Checkout release branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ steps.release.outputs.branch }}
path: './release'
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
ruby-version: 3.0.2
- name: but use cache to speed that up
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true'))
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sheldon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
# labels to a PR
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests
- name: Checkout repo for OWNER TEST
uses: actions/checkout@v2
uses: actions/checkout@v3
if: contains(github.event.pull_request.labels.*.name, 'safe to test')
with:
ref: ${{ github.event.pull_request.head.ref }}

# otherwise, checkout the current master, and the pr to the subdirectory 'pull-request'
- name: Checkout base repo for pull-request test
uses: actions/checkout@v2
uses: actions/checkout@v3
if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')"
- name: Checkout pull-request
uses: actions/checkout@v2
uses: actions/checkout@v3
if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')"
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
with:
ruby-version: 3.0.2
- name: but use cache to speed that up
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
csl-styles (2.0.0)
csl (~> 2.0)
diff-lcs (1.5.0)
diffy (3.4.0)
diffy (3.4.2)
dotenv (2.7.6)
erubis (2.7.0)
faraday (1.8.0)
Expand Down
10 changes: 5 additions & 5 deletions advanced-materials.csl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>http://www.zotero.org/styles/advanced-materials</id>
<link href="http://www.zotero.org/styles/advanced-materials" rel="self"/>
<link href="http://www.zotero.org/styles/small" rel="template"/>
<link href="http://onlinelibrary.wiley.com/journal/10.1002/%28ISSN%291521-4095/homepage/2089_authorresources.html" rel="documentation"/>
<link href="https://onlinelibrary.wiley.com/page/journal/15214095/homepage/author-guidelines" rel="documentation"/>
<author>
<name>Jimmy Lawrence</name>
<email>jimmymisc@gmail.com</email>
Expand All @@ -16,13 +16,13 @@
<issn>0935-9648</issn>
<eissn>1521-4095</eissn>
<summary>A style for Wiley's Advanced Materials</summary>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2022-06-22T14:43:19+00:00</updated>
<rights license="http://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 initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", " text-case="capitalize-first" suffix=" "/>
<label form="short" text-case="capitalize-first" prefix=", "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
Expand All @@ -32,7 +32,7 @@
<macro name="editor">
<names variable="editor">
<label form="short" text-case="capitalize-first" suffix=".: " strip-periods="true"/>
<name initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
<name delimiter-precedes-last="always" initialize-with=". "/>
</names>
</macro>
<macro name="year-date">
Expand Down Expand Up @@ -124,7 +124,7 @@
<text macro="year-date"/>
</group>
</else-if>
<else-if type="webpage">
<else-if type="webpage post post-weblog" match="any">
<group delimiter=", ">
<text variable="title" quotes="true"/>
<text macro="access"/>
Expand Down
48 changes: 22 additions & 26 deletions american-society-for-horticultural-science.csl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<category citation-format="author-date"/>
<category field="biology"/>
<category field="botany"/>
<updated>2021-07-27T13:34:10+00:00</updated>
<updated>2022-06-14T08:25:19+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="edition">
Expand All @@ -32,11 +32,13 @@
<macro name="container">
<choose>
<if type="chapter paper-conference" match="any">
<text term="in" text-case="capitalize-first" font-style="italic" prefix=". " suffix=" "/>
<names variable="editor translator" delimiter=", " suffix=". ">
<name initialize-with="." delimiter=", " delimiter-precedes-last="never" and="symbol"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
<group delimiter=": ">
<text term="in" text-case="capitalize-first" font-style="normal" prefix=". " suffix=" "/>
<names variable="editor translator" delimiter=", " suffix=". ">
<name initialize-with="." delimiter=", " delimiter-precedes-last="never" and="symbol"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</group>
<group delimiter=", ">
<text variable="container-title" text-case="title"/>
<text variable="collection-title" text-case="title"/>
Expand All @@ -49,7 +51,7 @@
</group>
</else-if>
<else>
<group prefix=". " delimiter=", ">
<group delimiter=", " prefix=". ">
<text variable="container-title" form="short"/>
<text variable="collection-title"/>
</group>
Expand Down Expand Up @@ -86,14 +88,7 @@
</names>
</macro>
<macro name="access">
<choose>
<if type="webpage">
<group>
<text value="URL" suffix=" "/>
<text variable="URL"/>
</group>
</if>
</choose>
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
</macro>
<macro name="title">
<choose>
Expand All @@ -106,10 +101,6 @@
</group>
</group>
</if>
<else-if type="webpage">
<text variable="title"/>
<text value="WWW Document" prefix=" [" suffix="]"/>
</else-if>
<else>
<text variable="title"/>
</else>
Expand Down Expand Up @@ -173,13 +164,13 @@
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<group delimiter=", " prefix=". ">
<text macro="edition"/>
<text macro="event"/>
<text macro="publisher"/>
<group>
<text variable="genre"/>
<text variable="number" prefix=" No. "/>
</group>
<text macro="edition"/>
<text macro="event"/>
<text macro="publisher"/>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
Expand All @@ -188,15 +179,21 @@
<text macro="publisher"/>
</group>
</else-if>
<else-if type="webpage post post-weblog" match="any">
<group delimiter=". " prefix=". ">
<date form="text" date-parts="year-month-day" variable="issued"/>
<text macro="access"/>
</group>
</else-if>
</choose>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" collapse="year">
<sort>
<key macro="issued"/>
<key macro="author"/>
<key macro="issued"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", ">
<group delimiter=" ">
<layout delimiter="; " prefix="(" suffix=")">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="issued"/>
</group>
Expand All @@ -217,7 +214,6 @@
</group>
<text macro="locators"/>
</group>
<text macro="access" prefix=". "/>
</layout>
</bibliography>
</style>
13 changes: 6 additions & 7 deletions archaeonautica.csl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
<category field="history"/>
<issn>0154-1854</issn>
<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>
<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-10T04:06:42+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
Expand Down Expand Up @@ -80,7 +79,7 @@
<name form="long" name-as-sort-order="all" initialize-with=". " sort-separator=" ">
<name-part name="family" font-variant="small-caps"/>
</name>
<label form="short" prefix=", " suffix=". " text-case="uppercase" strip-periods="true"/>
<label form="short" prefix=", " text-case="uppercase" strip-periods="true"/>
<et-al font-style="italic"/>
</names>
</if>
Expand Down Expand Up @@ -217,11 +216,11 @@
</choose>
</macro>
<macro name="translator">
<text term="translator" form="verb" prefix=", " suffix=" "/>
<names variable="translator">
<name form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal">
<name form="long" and="text" delimiter-precedes-last="never" sort-separator=" ">
<name-part name="family" font-variant="small-caps"/>
</name>
<label form="short" prefix="&#160;(" suffix=".)"/>
</names>
</macro>
<macro name="edition">
Expand Down Expand Up @@ -453,7 +452,7 @@
</group>
</macro>
<macro name="accessed">
<text variable="URL" text-decoration="none"/>
<text variable="URL" prefix=" "/>
<group delimiter=" " font-style="normal" prefix=" (" suffix=").">
<text term="accessed"/>
<date variable="accessed" form="numeric">
Expand Down Expand Up @@ -500,7 +499,7 @@
<group display="block">
<text macro="author-bibliography"/>
</group>
<group suffix=". ">
<group suffix=".">
<text macro="year-date"/>
<text macro="title"/>
<text macro="translator"/>
Expand Down
6 changes: 3 additions & 3 deletions biological-reviews.csl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>http://www.zotero.org/styles/biological-reviews</id>
<link href="http://www.zotero.org/styles/biological-reviews" rel="self"/>
<link href="http://www.zotero.org/styles/oryx" rel="template"/>
<link href="http://onlinelibrary.wiley.com/journal/10.1111/%28ISSN%291469-185X/homepage/ForAuthors.html" rel="documentation"/>
<link href="https://onlinelibrary.wiley.com/page/journal/1469185x/homepage/ForAuthors.html" rel="documentation"/>
<author>
<name>Sebastian Karcher</name>
</author>
Expand All @@ -17,7 +17,7 @@
<eissn>1469-185X</eissn>
<issnl>0006-3231</issnl>
<summary>Style for Biological Reviews, aka Biological reviews of the Cambridge Philosophical Society</summary>
<updated>2017-09-18T10:11:09+00:00</updated>
<updated>2022-06-29T10:11:09+00:00</updated>
<rights license="http://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 @@ -60,7 +60,7 @@
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" delimiter=", " initialize-with=". "/>
<name form="short" and="symbol" delimiter=", " initialize-with=". " delimiter-precedes-last="never"/>
<et-al font-style="italic"/>
<substitute>
<names variable="editor"/>
Expand Down
Loading

0 comments on commit ffe1663

Please sign in to comment.