diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index 0a0d9db955e..7e5736cc960 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -48,6 +48,10 @@ jobs: - deleted: [ '*.csl', 'dependent/*.csl', '*.xml' ] workflows: - added|modified: .github/workflows/*.yaml + updated_composer: + - added|modified: composer.json + deleted_composer: + - deleted: composer.json - name: Changed files if: github.event_name == 'push' @@ -87,11 +91,24 @@ jobs: run: cd release && git rm ${{ steps.update.outputs.deleted_files }} if: github.event_name == 'push' && steps.update.outputs.deleted == 'true' + - name: Update composer.json + if: steps.update.outputs.updated_composer == 'true' + run: | + cp composer.json release/composer.json + cd release + git add composer.json + + - name: Delete composer.json + if: steps.update.outputs.deleted_composer == 'true' + run: | + cd release + git rm composer.json + - uses: stefanzweifel/git-auto-commit-action@v4 with: repository: 'release' - commit_message: Releasing ${{ steps.update.outputs.updated_files }} ${{ steps.update.outputs.deleted_files }} - if: github.event_name == 'push' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true') + commit_message: Releasing ${{ steps.update.outputs.updated_files }} ${{ steps.update.outputs.deleted_files }} ${{ steps.update.outputs.updated_composer_files }} ${{ steps.update.outputs.deleted_composer_files }} + if: github.event_name == 'push' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true' || steps.update.outputs.updated_composer == 'true' || steps.update.outputs.deleted_composer == 'true') - uses: stefanzweifel/git-auto-commit-action@v4 with: @@ -116,3 +133,21 @@ jobs: git-user: "csl-bot" git-user-email: github@citationstyles.org git-commit-message: copied ${{ steps.update.outputs.workflows_files }} from styles + + - name: Bump version and push tag + id: tag_version + uses: mathieudutour/github-tag-action@v5.6 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + default_bump: patch + if: github.event_name == 'push' && hashFiles('composer.json') != '' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true') + + - name: Create a GitHub release + uses: softprops/action-gh-release@v0.1.14 + env: + github_token: ${{ secrets.GITHUB_TOKEN }} + with: + tag_name: ${{ steps.tag_version.outputs.new_tag }} + name: Release ${{ steps.tag_version.outputs.new_tag }} + body: Released ${{ steps.update.outputs.updated_files }} ${{ steps.update.outputs.deleted_files }} ${{ steps.update.outputs.updated_composer_files }} ${{ steps.update.outputs.deleted_composer_files }} + if: github.event_name == 'push' && hashFiles('composer.json') != '' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true') diff --git a/annals-of-allergy-asthma-and-immunology.csl b/annals-of-allergy-asthma-and-immunology.csl new file mode 100644 index 00000000000..b612c5ff55f --- /dev/null +++ b/annals-of-allergy-asthma-and-immunology.csl @@ -0,0 +1,267 @@ + + diff --git a/apa-5th-edition.csl b/apa-5th-edition.csl index a2784ca4b5b..87cc83196a3 100644 --- a/apa-5th-edition.csl +++ b/apa-5th-edition.csl @@ -183,7 +183,7 @@ - + @@ -196,23 +196,37 @@ - + - + - + + + + + + + + + + + + diff --git a/apa-6th-edition-no-ampersand.csl b/apa-6th-edition-no-ampersand.csl index b0f618ec31f..ff55b46b98d 100644 --- a/apa-6th-edition-no-ampersand.csl +++ b/apa-6th-edition-no-ampersand.csl @@ -897,32 +897,52 @@ - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + @@ -1401,7 +1421,7 @@ - diff --git a/apa-6th-edition.csl b/apa-6th-edition.csl index 775857accbe..851a3096ab0 100644 --- a/apa-6th-edition.csl +++ b/apa-6th-edition.csl @@ -896,32 +896,52 @@ - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + @@ -1400,7 +1420,7 @@ - diff --git a/apa-annotated-bibliography.csl b/apa-annotated-bibliography.csl index 014ae44f162..0636d93db58 100644 --- a/apa-annotated-bibliography.csl +++ b/apa-annotated-bibliography.csl @@ -320,8 +320,8 @@ @@ -389,7 +389,7 @@ - @@ -470,7 +470,7 @@ - @@ -529,7 +529,7 @@ - @@ -1294,7 +1294,7 @@ - @@ -1559,7 +1559,7 @@ - + @@ -1567,6 +1567,20 @@ + + + + + + + + + + + @@ -1574,7 +1588,7 @@ - diff --git a/apa-cv.csl b/apa-cv.csl index 5a766c3dc61..228ad3ee882 100644 --- a/apa-cv.csl +++ b/apa-cv.csl @@ -320,8 +320,8 @@ @@ -415,7 +415,7 @@ - @@ -1085,7 +1085,7 @@ - @@ -1301,12 +1301,12 @@ + both publisher-place and event-place. Remove this 'choose' when that is changed. --> - + @@ -1314,6 +1314,20 @@ + + + + + + + + + + + @@ -1321,7 +1335,7 @@ - diff --git a/apa-fr-provost.csl b/apa-fr-provost.csl index 4b068cf752d..9e7928dca71 100644 --- a/apa-fr-provost.csl +++ b/apa-fr-provost.csl @@ -245,7 +245,7 @@ - + @@ -298,17 +298,17 @@ - + - + - + @@ -317,6 +317,20 @@ + + + + + + + + + + + diff --git a/apa-no-ampersand.csl b/apa-no-ampersand.csl index 446103abb69..5759e34ec4a 100644 --- a/apa-no-ampersand.csl +++ b/apa-no-ampersand.csl @@ -320,8 +320,8 @@ @@ -389,7 +389,7 @@ - @@ -470,7 +470,7 @@ - @@ -529,7 +529,7 @@ - @@ -1294,7 +1294,7 @@ - @@ -1554,12 +1554,12 @@ + both publisher-place and event-place. Remove this 'choose' when that is changed. --> - + @@ -1567,6 +1567,20 @@ + + + + + + + + + + + @@ -1574,7 +1588,7 @@ - diff --git a/apa-no-doi-no-issue.csl b/apa-no-doi-no-issue.csl index 08306362d76..c72c8bdf126 100644 --- a/apa-no-doi-no-issue.csl +++ b/apa-no-doi-no-issue.csl @@ -903,32 +903,52 @@ - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + @@ -1414,7 +1434,7 @@ - diff --git a/apa-no-initials.csl b/apa-no-initials.csl index b8bcab11e79..4695cd9b6fb 100644 --- a/apa-no-initials.csl +++ b/apa-no-initials.csl @@ -320,8 +320,8 @@ @@ -389,7 +389,7 @@ - @@ -470,7 +470,7 @@ - @@ -529,7 +529,7 @@ - @@ -1294,7 +1294,7 @@ - @@ -1559,7 +1559,7 @@ - + @@ -1567,6 +1567,20 @@ + + + + + + + + + + + @@ -1574,7 +1588,7 @@ - diff --git a/apa-numeric-superscript-brackets.csl b/apa-numeric-superscript-brackets.csl index c6d3de36f82..ba3dadf6d20 100644 --- a/apa-numeric-superscript-brackets.csl +++ b/apa-numeric-superscript-brackets.csl @@ -123,8 +123,8 @@ @@ -192,7 +192,7 @@ - @@ -273,7 +273,7 @@ - @@ -332,7 +332,7 @@ - @@ -1097,7 +1097,7 @@ - @@ -1362,7 +1362,7 @@ - + @@ -1370,6 +1370,20 @@ + + + + + + + + + + + @@ -1377,7 +1391,7 @@ - diff --git a/apa-numeric-superscript.csl b/apa-numeric-superscript.csl index 0a6af38540b..1ed0ae88b7c 100644 --- a/apa-numeric-superscript.csl +++ b/apa-numeric-superscript.csl @@ -123,8 +123,8 @@ @@ -192,7 +192,7 @@ - @@ -273,7 +273,7 @@ - @@ -332,7 +332,7 @@ - @@ -1097,7 +1097,7 @@ - @@ -1362,7 +1362,7 @@ - + @@ -1370,6 +1370,20 @@ + + + + + + + + + + + @@ -1377,7 +1391,7 @@ - diff --git a/apa-old-doi-prefix.csl b/apa-old-doi-prefix.csl index 02ecfc75fac..cdfaa73a451 100644 --- a/apa-old-doi-prefix.csl +++ b/apa-old-doi-prefix.csl @@ -897,32 +897,52 @@ - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + @@ -1401,7 +1421,7 @@ - diff --git a/apa-single-spaced.csl b/apa-single-spaced.csl index c2157cb296a..ff224f6a405 100644 --- a/apa-single-spaced.csl +++ b/apa-single-spaced.csl @@ -320,8 +320,8 @@ @@ -389,7 +389,7 @@ - @@ -470,7 +470,7 @@ - @@ -529,7 +529,7 @@ - @@ -1294,7 +1294,7 @@ - @@ -1554,12 +1554,12 @@ + both publisher-place and event-place. Remove this 'choose' when that is changed. --> - + @@ -1567,6 +1567,20 @@ + + + + + + + + + + + @@ -1574,7 +1588,7 @@ - diff --git a/apa-tr.csl b/apa-tr.csl index 557066dafd8..d17be770985 100644 --- a/apa-tr.csl +++ b/apa-tr.csl @@ -223,7 +223,7 @@ - + @@ -241,15 +241,15 @@ - + - + - + @@ -257,6 +257,20 @@ + + + + + + + + + + + diff --git a/apa-with-abstract.csl b/apa-with-abstract.csl index ddff715c9d6..25d185866bf 100644 --- a/apa-with-abstract.csl +++ b/apa-with-abstract.csl @@ -320,8 +320,8 @@ @@ -389,7 +389,7 @@ - @@ -470,7 +470,7 @@ - @@ -529,7 +529,7 @@ - @@ -1294,7 +1294,7 @@ - @@ -1559,7 +1559,7 @@ - + @@ -1567,6 +1567,20 @@ + + + + + + + + + + + @@ -1574,7 +1588,7 @@ - diff --git a/apa.csl b/apa.csl index 09f4635a505..0fd6bd71a5e 100644 --- a/apa.csl +++ b/apa.csl @@ -320,8 +320,8 @@ @@ -389,7 +389,7 @@ - @@ -470,7 +470,7 @@ - @@ -530,7 +530,7 @@ - @@ -1295,7 +1295,7 @@ - @@ -1560,7 +1560,7 @@ - + @@ -1568,6 +1568,20 @@ + + + + + + + + + + + @@ -1575,7 +1589,7 @@ - diff --git a/associacao-brasileira-de-normas-tecnicas.csl b/associacao-brasileira-de-normas-tecnicas.csl index 2b769703f27..cc8975fa8c2 100644 --- a/associacao-brasileira-de-normas-tecnicas.csl +++ b/associacao-brasileira-de-normas-tecnicas.csl @@ -82,7 +82,7 @@ tendo as inicias separadas por ponto.--> - - - - - - @@ -199,7 +194,6 @@ - @@ -212,7 +206,6 @@ - @@ -236,7 +229,6 @@ - @@ -244,7 +236,6 @@ - @@ -262,18 +253,10 @@ - - - - - - - - - + @@ -282,7 +265,6 @@ - @@ -293,13 +275,11 @@ - - diff --git a/australasian-journal-of-philosophy.csl b/australasian-journal-of-philosophy.csl new file mode 100644 index 00000000000..ed846706972 --- /dev/null +++ b/australasian-journal-of-philosophy.csl @@ -0,0 +1,317 @@ + + diff --git a/beilstein-journal-of-organic-chemistry.csl b/beilstein-journal-of-organic-chemistry.csl index 8487b04c1ee..2ab0fe83caf 100644 --- a/beilstein-journal-of-organic-chemistry.csl +++ b/beilstein-journal-of-organic-chemistry.csl @@ -3,7 +3,7 @@ Beilstein Journal of Organic Chemistry - Beilstein + BJOC http://www.zotero.org/styles/beilstein-journal-of-organic-chemistry @@ -154,7 +154,6 @@ - diff --git a/bibliothek-forschung-und-praxis.csl b/bibliothek-forschung-und-praxis.csl new file mode 100644 index 00000000000..5e85189c238 --- /dev/null +++ b/bibliothek-forschung-und-praxis.csl @@ -0,0 +1,623 @@ + + diff --git a/chaucer-review.csl b/chaucer-review.csl new file mode 100644 index 00000000000..123910b954a --- /dev/null +++ b/chaucer-review.csl @@ -0,0 +1,775 @@ + + diff --git a/chemical-engineering-technology.csl b/chemical-engineering-technology.csl new file mode 100644 index 00000000000..8497a7049e3 --- /dev/null +++ b/chemical-engineering-technology.csl @@ -0,0 +1,173 @@ + + diff --git a/composer.json b/composer.json new file mode 100644 index 00000000000..7906f93ba75 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "citation-style-language/styles", + "description": "Citation Style Language (CSL) Styless", + "type": "library", + "license": "CC-BY-SA-3.0", + "homepage": "http://citationstyles.org/", + "authors": [ + { + "name": "Citation Style Language (CSL) Team", + "homepage": "http://citationstyles.org/about/#Credits" + } + ] +} diff --git a/copernicus-publications.csl b/copernicus-publications.csl index 1745d371a3f..018ec7cb15c 100644 --- a/copernicus-publications.csl +++ b/copernicus-publications.csl @@ -255,7 +255,7 @@ - + diff --git a/dependent/annals-of-allergy-asthma-and-immunology.csl b/dependent/annals-of-allergy-asthma-and-immunology.csl deleted file mode 100644 index 12086db4e67..00000000000 --- a/dependent/annals-of-allergy-asthma-and-immunology.csl +++ /dev/null @@ -1,14 +0,0 @@ - - diff --git a/deutsche-gesellschaft-fur-psychologie.csl b/deutsche-gesellschaft-fur-psychologie.csl index e6795a3b3e4..2f7e4e8243e 100644 --- a/deutsche-gesellschaft-fur-psychologie.csl +++ b/deutsche-gesellschaft-fur-psychologie.csl @@ -33,6 +33,7 @@ et al. Zugriff am Original erschienen + n. d. diff --git a/entomological-review.csl b/entomological-review.csl new file mode 100644 index 00000000000..7b078499259 --- /dev/null +++ b/entomological-review.csl @@ -0,0 +1,231 @@ + + diff --git a/haffner-style-manual.csl b/haffner-style-manual.csl new file mode 100644 index 00000000000..279bbd8156a --- /dev/null +++ b/haffner-style-manual.csl @@ -0,0 +1,512 @@ + + diff --git a/health-physics.csl b/health-physics.csl new file mode 100644 index 00000000000..dc69ba1cefe --- /dev/null +++ b/health-physics.csl @@ -0,0 +1,161 @@ + + diff --git a/journal-on-efficiency-and-responsibility-in-education-and-science.csl b/journal-on-efficiency-and-responsibility-in-education-and-science.csl index 43ac15cd67d..e3387113c32 100644 --- a/journal-on-efficiency-and-responsibility-in-education-and-science.csl +++ b/journal-on-efficiency-and-responsibility-in-education-and-science.csl @@ -10,7 +10,7 @@ Dominik Bláha - blahad@sic.czu.cz + blahad@lib.czu.cz Igor Krejčí @@ -20,7 +20,7 @@ 2336-2375 1803-1617 - 2019-04-20T15:03:39+00:00 + 2022-07-10T17:58:51+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -618,8 +618,8 @@ - - + + diff --git a/nature-no-et-al.csl b/nature-no-et-al.csl index 60dbfb6c761..115b680cb44 100644 --- a/nature-no-et-al.csl +++ b/nature-no-et-al.csl @@ -12,7 +12,7 @@ - 2014-06-22T12:00:00+00:00 + 2014-06-23T03:22:15+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -35,7 +35,7 @@ - + @@ -55,6 +55,28 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/nature-no-superscript.csl b/nature-no-superscript.csl index 225eaf50c59..6c04d8139b3 100644 --- a/nature-no-superscript.csl +++ b/nature-no-superscript.csl @@ -12,7 +12,7 @@ - 2014-06-03T22:14:43+00:00 + 2022-07-02T11:44:17+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -35,7 +35,7 @@ - + @@ -55,6 +55,28 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/nature.csl b/nature.csl index 2646cfe922c..a2253b8b817 100644 --- a/nature.csl +++ b/nature.csl @@ -15,7 +15,7 @@ 0028-0836 1476-4687 - 2019-10-08T13:18:12+00:00 + 2022-07-01T16:03:34+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -37,7 +37,7 @@ - + @@ -55,6 +55,28 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/renamed-styles.json b/renamed-styles.json index d5396d84489..e30246291be 100644 --- a/renamed-styles.json +++ b/renamed-styles.json @@ -529,5 +529,6 @@ "investigaciones-de-historia-economica-economic-history-research": "investigaciones-de-historia-economica", "reach-reviews-in-human-space-exploration": "reach", "journal-of-oncological-science": "journal-of-oncological-sciences", - "harvard-dublin-city-university": "harvard-cite-them-right" + "harvard-dublin-city-university": "harvard-cite-them-right", + "technische-universitat-dresden-medizin": "apa" } diff --git a/science.csl b/science.csl index 641de8f592d..06ee7b70359 100644 --- a/science.csl +++ b/science.csl @@ -144,6 +144,7 @@ + diff --git a/sciences-po-ecole-doctorale-author-date.csl b/sciences-po-ecole-doctorale-author-date.csl index 8b570113983..3fe5189cd70 100644 --- a/sciences-po-ecole-doctorale-author-date.csl +++ b/sciences-po-ecole-doctorale-author-date.csl @@ -1,7 +1,7 @@ - diff --git a/university-of-pretoria-harvard-theology-religion.csl b/university-of-pretoria-harvard-theology-religion.csl new file mode 100644 index 00000000000..f59a9edfa0a --- /dev/null +++ b/university-of-pretoria-harvard-theology-religion.csl @@ -0,0 +1,347 @@ + + diff --git a/vancouver-author-date.csl b/vancouver-author-date.csl index 13b1bc2d023..4bd51dd6b9d 100644 --- a/vancouver-author-date.csl +++ b/vancouver-author-date.csl @@ -7,6 +7,7 @@ + Charles Parnot charles.parnot@gmail.com @@ -15,7 +16,7 @@ Vancouver style as outlined by International Committee of Medical Journal Editors Uniform Requirements for Manuscripts Submitted to Biomedical Journals: Sample References - 2012-11-09T12:00:00+00:00 + 2022-07-18T16:49:43+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -47,6 +48,16 @@ + + + + + + @@ -253,25 +264,29 @@ - - - - - + + + + - - - + + + + + +