diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index 61611212800..4c9a02df776 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -28,7 +28,7 @@ jobs: - name: Release branch version id: release - run: echo ::set-output name=branch::v1.0.1 + run: echo ::set-output name=branch::v1.0.2 - name: Checkout release branch uses: actions/checkout@v2 with: diff --git a/.github/workflows/sheldon.yaml b/.github/workflows/sheldon.yaml index b52f89d50fe..486e15c2f47 100644 --- a/.github/workflows/sheldon.yaml +++ b/.github/workflows/sheldon.yaml @@ -18,9 +18,9 @@ jobs: uses: actions/checkout@v2 if: contains(github.event.pull_request.labels.*.name, 'safe to test') with: - ref: ${{ github.event.pull_request.head.sha }} + ref: ${{ github.event.pull_request.head.ref }} - # otherwise, checkout the current master, and the pr to the subdirectory 'pr' + # 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 if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')" @@ -28,8 +28,10 @@ jobs: uses: actions/checkout@v2 if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')" with: + repository: ${{ github.event.pull_request.head.repo.full_name }} path: pull-request - ref: ${{ github.event.pull_request.head.sha }} + ref: ${{ github.event.pull_request.head.ref }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Check for relevant changes uses: dorny/paths-filter@v2 @@ -73,3 +75,13 @@ jobs: - name: report if: (failure() || success()) && steps.changed.outputs.style == 'true' run: bundle exec sheldon --token=$GITHUB_TOKEN --${{ job.status }} --verbose + + - name: commit reindented styles + if: github.repository == 'citation-style-language/styles' && steps.changed.outputs.style == 'true' + continue-on-error: true + uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: Re-indent CSL styles + file_pattern: ${{ steps.changed.outputs.style_files }} + repository: pull-request + skip_dirty_check: false diff --git a/Gemfile b/Gemfile index 7f6467aff47..f4bcbac3c06 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,9 @@ -ruby '3.0.2' +ruby '~>3.0.2' source 'https://rubygems.org' gem 'rake' gem 'rspec' gem 'nokogiri' -gem 'csl', '~>1.0' +gem 'csl', '~>2.0' gem 'fuubar' gem 'sheldon', git: 'https://github.com/citation-style-language/Sheldon.git' diff --git a/Gemfile.lock b/Gemfile.lock index 1c45b4586ec..076ec8b24d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ GIT remote: https://github.com/citation-style-language/Sheldon.git - revision: 38b1c813448737261a43060ccd3669d67dbfcad7 + revision: 2f22073efcbfe1d0a2599f8a8a68791a81da2022 specs: - sheldon (1.0.30) - citeproc-ruby - csl-styles + sheldon (1.0.31) + citeproc-ruby (~> 2.0) + csl-styles (~> 2.0) diffy dotenv erubis (~> 2.7) @@ -24,15 +24,15 @@ GEM public_suffix (>= 2.0.2, < 5.0) citeproc (1.0.10) namae (~> 1.0) - citeproc-ruby (1.1.14) + citeproc-ruby (2.0.0) citeproc (~> 1.0, >= 1.0.9) - csl (~> 1.6) - csl (1.6.0) + csl (~> 2.0) + csl (2.0.0) namae (~> 1.0) rexml - csl-styles (1.0.1.11) - csl (~> 1.0) - diff-lcs (1.4.4) + csl-styles (2.0.0) + csl (~> 2.0) + diff-lcs (1.5.0) diffy (3.4.0) dotenv (2.7.6) erubis (2.7.0) @@ -55,7 +55,7 @@ GEM faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) - faraday_middleware (1.1.0) + faraday_middleware (1.2.0) faraday (~> 1.0) fuubar (2.5.1) rspec-core (~> 3.0) @@ -68,14 +68,16 @@ GEM nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) + nokogiri (1.12.5-x64-mingw32) + racc (~> 1.4) octokit (4.21.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) - ostruct (0.4.0) + ostruct (0.5.2) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.0) rake (13.0.6) - reverse_markdown (2.0.0) + reverse_markdown (2.1.1) nokogiri rexml (3.2.5) rspec (3.10.0) @@ -90,7 +92,7 @@ GEM rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-support (3.10.2) + rspec-support (3.10.3) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) sawyer (0.8.2) @@ -99,9 +101,10 @@ GEM PLATFORMS ruby + x64-mingw32 DEPENDENCIES - csl (~> 1.0) + csl (~> 2.0) fuubar nokogiri rake @@ -112,4 +115,4 @@ RUBY VERSION ruby 3.0.2p107 BUNDLED WITH - 2.2.22 + 2.2.32 diff --git a/README.md b/README.md index 39c98ce0dea..d8eacace411 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ Versioning and style distribution We currently only actively maintain CSL styles in the "master" branch for the latest released version of CSL. -In addition, in order to provide a stable location for styles of a given CSL version, styles in "master" are automatically copied to a branch named after the latest version of CSL (e.g. "v1.0.1" when CSL 1.0.1 is the latest version). -Once a new version of CSL is released (e.g. CSL 1.0.2), "master" will upgrade to that version, after which styles will be copied from "master" to a new version branch ("v1.0.2"). +In addition, in order to provide a stable location for styles of a given CSL version, styles in "master" are automatically copied to a branch named after the latest version of CSL (e.g. "v1.0.2" when CSL 1.0.2 is the latest version). +Once a new version of CSL is released (e.g. CSL 1.1.0), "master" will upgrade to that version, after which styles will be copied from "master" to a new version branch ("v1.1.0"). Version branches for old versions of CSL are kept but typically become dormant, as for these branches we generally stop maintenance, won't accept third-party contributions via pull requests, nor backport changes made to styles in "master". Starting with branch "v1.0.1", the version branches differ from "master" in the following ways: @@ -64,10 +64,11 @@ Starting with branch "v1.0.1", the version branches differ from "master" in the * `` timestamps of styles in the version branch are changed to match the git modification date of each individual style in "master" * superfluous files present in "master", e.g. for style testing, are removed. -As such, especially for downstream integrators, you are encouraged to obtain your CSL styles from the appropriate version branch (e.g. "v1.0.1" for CSL 1.0.1 styles). +As such, especially for downstream integrators, you are encouraged to obtain your CSL styles from the appropriate version branch (e.g. "v1.0.2" for CSL 1.0.2 styles). Currently, the styles repository includes the following (protected) branches: * "master" +* "v1.0.2" (for CSL 1.0.2 styles) * "v1.0.1" (for CSL 1.0.1 styles) * "v1.0" (for CSL 1.0 styles) diff --git a/STYLE_DEVELOPMENT.md b/STYLE_DEVELOPMENT.md index e84548fe697..f6c61af8bf3 100644 --- a/STYLE_DEVELOPMENT.md +++ b/STYLE_DEVELOPMENT.md @@ -34,7 +34,7 @@ If you want to improve an existing CSL style, make sure that you start from the The most recent version of each CSL style can be found in the [`master` branch of this repository](https://github.com/citation-style-language/styles). If you want to create a new style, find an existing style that closely matches what you need using the previews in the style repository. -Typically the best way to find a most similar style is the ["seach by example"](http://editor.citationstyles.org/searchByExample/) function of the CSL Visual Editor. +Typically the best way to find a most similar style is the ["search by example"](http://editor.citationstyles.org/searchByExample/) function of the CSL Visual Editor. ### 2 - Edit the Style diff --git a/administrative-science-quarterly.csl b/administrative-science-quarterly.csl index 989e40cc9e6..86f90713882 100644 --- a/administrative-science-quarterly.csl +++ b/administrative-science-quarterly.csl @@ -14,7 +14,7 @@ 0001-8392 1930-3815 - 2012-09-27T22:06:38+00:00 + 2022-01-07T15:49:10+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -179,6 +179,7 @@ + diff --git a/american-society-for-microbiology.csl b/american-society-for-microbiology.csl index c132f6c4c64..f94e9287ec2 100644 --- a/american-society-for-microbiology.csl +++ b/american-society-for-microbiology.csl @@ -24,10 +24,13 @@ http://twitter.com/cparnot charles.parnot@gmail.com + + Patrick O'Brien + Style for all American Society for Microbiology journals. - 2020-07-27T18:54:54+00:00 + 2022-01-13T16:47:12+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -92,15 +95,21 @@ - - - - - - - - - + + + + + + + + + + + + + + + @@ -117,8 +126,27 @@ + + + + + + + + + + + + + + + + + + + @@ -132,7 +160,7 @@ - + diff --git a/anabases.csl b/anabases.csl index 440efc6aa91..7200fd09809 100644 --- a/anabases.csl +++ b/anabases.csl @@ -38,7 +38,7 @@ § sans date s. d. - s. v. + s. v. et alii en ligne @@ -88,7 +88,7 @@ § ohne Datum o. J. - s. v. + s. v. und et alii « @@ -106,7 +106,7 @@ § sin fecha s. f. - s. v. + s. v. y et alii « @@ -371,7 +371,7 @@ - + diff --git a/aquitania.csl b/aquitania.csl index 9955e456a6c..dfa9a981c63 100644 --- a/aquitania.csl +++ b/aquitania.csl @@ -26,7 +26,7 @@ anon. sans date s. d. - s.u. + s.u. diff --git a/ausonius-editions.csl b/ausonius-editions.csl index 498b31ddfd9..b6dbc77e073 100644 --- a/ausonius-editions.csl +++ b/ausonius-editions.csl @@ -28,7 +28,7 @@ consulté le sans date à paraître - s.u. + s.u. @@ -272,7 +272,7 @@ - + diff --git a/bulletin-de-correspondance-hellenique.csl b/bulletin-de-correspondance-hellenique.csl index ffb7b7117d0..df821dc42a5 100644 --- a/bulletin-de-correspondance-hellenique.csl +++ b/bulletin-de-correspondance-hellenique.csl @@ -253,7 +253,7 @@ - + diff --git a/catholic-biblical-association.csl b/catholic-biblical-association.csl index 7b178cf78cf..3373177fa3f 100644 --- a/catholic-biblical-association.csl +++ b/catholic-biblical-association.csl @@ -393,7 +393,7 @@ - + @@ -447,7 +447,7 @@ - + diff --git a/chicago-author-date-basque.csl b/chicago-author-date-basque.csl index 710568ca816..aa6961a9cc3 100644 --- a/chicago-author-date-basque.csl +++ b/chicago-author-date-basque.csl @@ -88,31 +88,7 @@ zortzigarren bederatzigarren hamargarren - - antropologia - astronomia - biologia - botanika - kimika - ingenieritza - oinarri orokorra - geografia - geologia - historia - giza-gaiak - hizkuntzalaritza - literatura - matematika - medikuntza - filosofia - fiska - psicologia - soziologia - zientziak - politika zientziak - gizarte zientziak - teologia - zoologia + liburua @@ -166,7 +142,7 @@ atala atalak - + sub voce sub vocem @@ -190,7 +166,7 @@ par. zt. atal. - s.v. + s.v. b. bb. diff --git a/council-of-science-editors-author-date.csl b/council-of-science-editors-author-date.csl index 7863d322abe..212ab9f1b0c 100644 --- a/council-of-science-editors-author-date.csl +++ b/council-of-science-editors-author-date.csl @@ -124,10 +124,11 @@ + + + - - - + @@ -188,7 +189,7 @@ - + @@ -201,7 +202,7 @@ - + diff --git a/dependent/artificial-organs.csl b/dependent/artificial-organs.csl index e316672c354..a7019efab4d 100644 --- a/dependent/artificial-organs.csl +++ b/dependent/artificial-organs.csl @@ -1,5 +1,5 @@ - diff --git a/european-society-of-cardiology.csl b/european-society-of-cardiology.csl index 5a54cb9871d..7af78e4d696 100644 --- a/european-society-of-cardiology.csl +++ b/european-society-of-cardiology.csl @@ -5,24 +5,26 @@ http://www.zotero.org/styles/european-society-of-cardiology - + - Charles Parnot - charles.parnot@gmail.com + Sebastian Karcher + + Matthieu Depuydt + 2012-09-27T22:06:38+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License - + sect. - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - + + + + + + + @@ -185,24 +137,23 @@ - + - - - - - - - - - - + + + + + + + + + + + - - diff --git a/gallia.csl b/gallia.csl index e0956b8c57a..42bc0a8d2e4 100644 --- a/gallia.csl +++ b/gallia.csl @@ -297,7 +297,7 @@ - + diff --git a/geschichte-und-gesellschaft.csl b/geschichte-und-gesellschaft.csl index ef179431756..a9e15ad397f 100644 --- a/geschichte-und-gesellschaft.csl +++ b/geschichte-und-gesellschaft.csl @@ -61,7 +61,7 @@ « - o. O. + o. O. hier Eintrag im Blog H. @@ -108,7 +108,7 @@ « - n.pl. + n.pl. here post at no. @@ -515,7 +515,7 @@ - + diff --git a/harvard-imperial-college-london.csl b/harvard-imperial-college-london.csl index 72b72707f73..37a3aacb983 100644 --- a/harvard-imperial-college-london.csl +++ b/harvard-imperial-college-london.csl @@ -17,8 +17,8 @@ 2021-09-28T14:37:15+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License - - + + @@ -90,7 +90,10 @@ - + + + + diff --git a/ieee-with-url.csl b/ieee-with-url.csl index 0cd5f8c1a12..26dbc82af21 100644 --- a/ieee-with-url.csl +++ b/ieee-with-url.csl @@ -33,6 +33,11 @@ This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License + + + + + ch. presented at the @@ -65,17 +70,22 @@ - + - + - - - + + + + + + + + @@ -177,11 +187,7 @@ - - - - - + diff --git a/ieee.csl b/ieee.csl index b56ba3a9bdc..bb9c96ee5aa 100644 --- a/ieee.csl +++ b/ieee.csl @@ -49,6 +49,11 @@ This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License + + + + + ch. presented at the @@ -100,18 +105,10 @@ - - - - - + - - - - - + @@ -233,11 +230,7 @@ - - - - - + diff --git a/institut-francais-darcheologie-orientale-arab-studies.csl b/institut-francais-darcheologie-orientale-arab-studies.csl index 813746e2a3b..05065bbb727 100644 --- a/institut-francais-darcheologie-orientale-arab-studies.csl +++ b/institut-francais-darcheologie-orientale-arab-studies.csl @@ -22,7 +22,7 @@ n.d. - s.v. + s.v. diff --git a/institut-francais-darcheologie-orientale-en.csl b/institut-francais-darcheologie-orientale-en.csl index 8380107307a..72d3cf84be9 100644 --- a/institut-francais-darcheologie-orientale-en.csl +++ b/institut-francais-darcheologie-orientale-en.csl @@ -279,7 +279,7 @@ - + @@ -493,7 +493,7 @@ - + diff --git a/institut-francais-darcheologie-orientale-etudes-arabes.csl b/institut-francais-darcheologie-orientale-etudes-arabes.csl index 7d2e40d4a21..6bed9224445 100644 --- a/institut-francais-darcheologie-orientale-etudes-arabes.csl +++ b/institut-francais-darcheologie-orientale-etudes-arabes.csl @@ -22,7 +22,7 @@ s.d. - s.v. + s.v. diff --git a/institut-francais-darcheologie-orientale.csl b/institut-francais-darcheologie-orientale.csl index 459ed5a631e..416e32d96dc 100644 --- a/institut-francais-darcheologie-orientale.csl +++ b/institut-francais-darcheologie-orientale.csl @@ -21,7 +21,7 @@ s.d. - s.v. + s.v. @@ -268,7 +268,7 @@ - + @@ -486,7 +486,7 @@ - + diff --git a/institut-pertanian-bogor.csl b/institut-pertanian-bogor.csl index 4cefac887d4..bf6f4bdaca5 100644 --- a/institut-pertanian-bogor.csl +++ b/institut-pertanian-bogor.csl @@ -155,7 +155,7 @@ section section - + sub verbo sub verbis @@ -187,7 +187,7 @@ para. pt. sec. - + s.v. s.vv. diff --git a/institut-teknologi-bandung-sekolah-pascasarjana.csl b/institut-teknologi-bandung-sekolah-pascasarjana.csl index 1cfe4f245c2..c6a99cb5976 100644 --- a/institut-teknologi-bandung-sekolah-pascasarjana.csl +++ b/institut-teknologi-bandung-sekolah-pascasarjana.csl @@ -50,11 +50,6 @@ 2018-07-17T06:47:52+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License - - - Personal communication - - @@ -69,7 +64,7 @@ edisi sutradara dalam - Komunikasi pribadi + komunikasi pribadi @@ -232,7 +227,7 @@ - + diff --git a/interdisziplinare-anthropologie.csl b/interdisziplinare-anthropologie.csl index bbd9e6d3cc7..09bae392e11 100644 --- a/interdisziplinare-anthropologie.csl +++ b/interdisziplinare-anthropologie.csl @@ -209,7 +209,7 @@ - + diff --git a/irish-historical-studies.csl b/irish-historical-studies.csl index c67e549a400..6d4ec69bbda 100644 --- a/irish-historical-studies.csl +++ b/irish-historical-studies.csl @@ -88,7 +88,7 @@ sec. secs - + s.v. s.vv diff --git a/jcom-journal-of-science-communication.csl b/jcom-journal-of-science-communication.csl new file mode 100644 index 00000000000..4649f16a70f --- /dev/null +++ b/jcom-journal-of-science-communication.csl @@ -0,0 +1,1448 @@ + + diff --git a/journal-fur-kulturpflanzen-journal-of-cultivated-plants.csl b/journal-fur-kulturpflanzen-journal-of-cultivated-plants.csl new file mode 100644 index 00000000000..db28ec1e1d2 --- /dev/null +++ b/journal-fur-kulturpflanzen-journal-of-cultivated-plants.csl @@ -0,0 +1,617 @@ + + diff --git a/journal-of-jewish-studies.csl b/journal-of-jewish-studies.csl index 0effb7b6008..7e339db8465 100644 --- a/journal-of-jewish-studies.csl +++ b/journal-of-jewish-studies.csl @@ -846,7 +846,7 @@ - + diff --git a/journal-of-neolithic-archaeology.csl b/journal-of-neolithic-archaeology.csl index 2eb459d526a..218cd636d22 100644 --- a/journal-of-neolithic-archaeology.csl +++ b/journal-of-neolithic-archaeology.csl @@ -352,7 +352,7 @@ - + diff --git a/maison-de-l-orient-et-de-la-mediterranee-en.csl b/maison-de-l-orient-et-de-la-mediterranee-en.csl index de9766b6110..0c0fba8930e 100644 --- a/maison-de-l-orient-et-de-la-mediterranee-en.csl +++ b/maison-de-l-orient-et-de-la-mediterranee-en.csl @@ -32,7 +32,7 @@ dir. ed. s.d. - s.v. + s.v. diff --git a/maison-de-l-orient-et-de-la-mediterranee.csl b/maison-de-l-orient-et-de-la-mediterranee.csl index 87b78b11e2f..2fe624f260b 100644 --- a/maison-de-l-orient-et-de-la-mediterranee.csl +++ b/maison-de-l-orient-et-de-la-mediterranee.csl @@ -32,7 +32,7 @@ dir. éd. s.d. - s.v. + s.v. diff --git a/mcgill-en.csl b/mcgill-en.csl index bb827ad478e..83d1ed39164 100644 --- a/mcgill-en.csl +++ b/mcgill-en.csl @@ -42,7 +42,7 @@ at para at paras - + sub verbo sub verbis diff --git a/mcgill-fr.csl b/mcgill-fr.csl index 876394c9d36..d2f24997bb1 100644 --- a/mcgill-fr.csl +++ b/mcgill-fr.csl @@ -49,7 +49,7 @@ au para aux para - + sub verbo sub verbis diff --git a/modern-pathology.csl b/modern-pathology.csl index d1abc76b55f..977b243f7e9 100644 --- a/modern-pathology.csl +++ b/modern-pathology.csl @@ -4,8 +4,8 @@ Modern Pathology http://www.zotero.org/styles/modern-pathology - - + + Patrick O'Brien obrienpat86@gmail.com @@ -14,105 +14,88 @@ 0893-3952 1530-0285 - 2018-02-01T18:13:13+00:00 + 2022-01-06T18:13:13+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License - - - available from - - + + + + + + + + + + - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - + - - + + + + + + + + + + + + + + + - + + + - + - - - - - + + - - - - - - - + - + - - - - - + + + + + + + + + + - + + @@ -120,61 +103,28 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/mycobiology.csl b/mycobiology.csl new file mode 100644 index 00000000000..bf94fd960e1 --- /dev/null +++ b/mycobiology.csl @@ -0,0 +1,163 @@ + + diff --git a/neue-kriminalpolitik.csl b/neue-kriminalpolitik.csl new file mode 100644 index 00000000000..09dfcab92b0 --- /dev/null +++ b/neue-kriminalpolitik.csl @@ -0,0 +1,174 @@ + + diff --git a/nist-technical-publication-journal-of-research-of-nist.csl b/nist-technical-publication-journal-of-research-of-nist.csl new file mode 100644 index 00000000000..a55f06a3e94 --- /dev/null +++ b/nist-technical-publication-journal-of-research-of-nist.csl @@ -0,0 +1,166 @@ + + diff --git a/offa.csl b/offa.csl index d6211e23b1b..8bfc951ca43 100644 --- a/offa.csl +++ b/offa.csl @@ -334,7 +334,7 @@ - + diff --git a/physiotherapy-theory-and-practice.csl b/physiotherapy-theory-and-practice.csl new file mode 100644 index 00000000000..b10b7c0d7c6 --- /dev/null +++ b/physiotherapy-theory-and-practice.csl @@ -0,0 +1,132 @@ + + diff --git a/societe-archeologique-de-bordeaux.csl b/societe-archeologique-de-bordeaux.csl index 92b41bbb723..ac43681ff34 100644 --- a/societe-archeologique-de-bordeaux.csl +++ b/societe-archeologique-de-bordeaux.csl @@ -25,7 +25,7 @@ consulté le sans date s. d. - s.u. + s.u. @@ -270,7 +270,7 @@ - + diff --git a/society-of-biblical-literature-fullnote-bibliography.csl b/society-of-biblical-literature-fullnote-bibliography.csl index b7b4cf48d93..7dba38d085f 100644 --- a/society-of-biblical-literature-fullnote-bibliography.csl +++ b/society-of-biblical-literature-fullnote-bibliography.csl @@ -1029,7 +1029,7 @@ - + diff --git a/taylor-and-francis-acs.csl b/taylor-and-francis-acs.csl index d2634087789..5761278ad21 100644 --- a/taylor-and-francis-acs.csl +++ b/taylor-and-francis-acs.csl @@ -14,7 +14,7 @@ The American Chemical Society style for Taylor & Francis journals. - 2019-06-13T12:53:43+00:00 + 2022-01-14T12:53:43+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -125,7 +125,7 @@ - + @@ -232,7 +232,7 @@ - + diff --git a/taylor-and-francis-council-of-science-editors-numeric.csl b/taylor-and-francis-council-of-science-editors-numeric.csl new file mode 100644 index 00000000000..50a2aaee594 --- /dev/null +++ b/taylor-and-francis-council-of-science-editors-numeric.csl @@ -0,0 +1,187 @@ + + diff --git a/the-korean-journal-of-mycology.csl b/the-korean-journal-of-mycology.csl new file mode 100644 index 00000000000..9d3cb48ed7a --- /dev/null +++ b/the-korean-journal-of-mycology.csl @@ -0,0 +1,332 @@ + + diff --git a/tyndale-bulletin.csl b/tyndale-bulletin.csl index 13b20b5396d..1fde54768c7 100644 --- a/tyndale-bulletin.csl +++ b/tyndale-bulletin.csl @@ -16,24 +16,24 @@ 0082-7118 2752-7042 Tyndale Bulletin format with full notes and bibliography - 2021-10-20T19:25:50+00:00 + 2022-01-11T14:38:09+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License - + - + + edited by ed. ed. ed. and trans. edited and translated by - - + + + review of § §§ @@ -267,6 +267,25 @@ + + + + + + + + + + + + + + + + + + + @@ -284,6 +303,32 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -307,6 +352,20 @@ + + + + + + + + + + + + + + @@ -676,8 +735,8 @@ - @@ -889,7 +948,7 @@ - + diff --git a/universitat-bern-institut-fur-musikwissenschaft-note.csl b/universitat-bern-institut-fur-musikwissenschaft-note.csl index 9de22d8d069..e474459ba0c 100644 --- a/universitat-bern-institut-fur-musikwissenschaft-note.csl +++ b/universitat-bern-institut-fur-musikwissenschaft-note.csl @@ -22,7 +22,7 @@ hrsg. v. o.A. Bde. - Art. + Art. H. u. @@ -124,7 +124,7 @@ - + @@ -141,7 +141,7 @@ - + diff --git a/universite-cheikh-anta-diop-faculte-de-medecine-de-pharmacie-et-dodontologie.csl b/universite-cheikh-anta-diop-faculte-de-medecine-de-pharmacie-et-dodontologie.csl new file mode 100644 index 00000000000..53b8e7f26a3 --- /dev/null +++ b/universite-cheikh-anta-diop-faculte-de-medecine-de-pharmacie-et-dodontologie.csl @@ -0,0 +1,323 @@ + + diff --git a/university-of-roehampton-harvard.csl b/university-of-roehampton-harvard.csl index 8a9ba289e02..1786dd539f6 100644 --- a/university-of-roehampton-harvard.csl +++ b/university-of-roehampton-harvard.csl @@ -1,5 +1,5 @@ -