From 1c463be8bf410cf6b6af31dce82ffd1dd5879a4b Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 15 Nov 2021 17:59:06 +0100 Subject: [PATCH 1/3] Replace styfle/cancel-workflow-action@0.9.1 by GitHub's "concurrency" feature (#8243) --- .github/workflows/check-links.yaml | 1 + .github/workflows/deployment.yml | 8 ++++---- .github/workflows/gource.yml | 1 + .github/workflows/snap.yml | 4 ++++ .github/workflows/tests-fetchers.yml | 4 ++++ .github/workflows/tests.yml | 12 +++++++----- 6 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index bfc618d021d..2077d20ff80 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -7,6 +7,7 @@ on: schedule: # Run on the first of each month at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07) - cron: "0 9 1 * *" + workflow_dispatch: jobs: markdown-link-check: diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index f6f24eabe87..670407e4d4f 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -26,6 +26,10 @@ env: GRADLE_OPTS: -Xmx4g -Dorg.gradle.daemon=false -Dorg.gradle.vfs.watch=false JAVA_OPTS: -Xmx4g +concurrency: + group: ${{ github.head_ref }} + cancel-in-progress: true + jobs: build: strategy: @@ -45,10 +49,6 @@ jobs: runs-on: ${{ matrix.os }} name: Create installer and portable version for ${{ matrix.displayName }} steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 - with: - access_token: ${{ github.token }} - name: Fetch all history for all tags and branches uses: actions/checkout@v2 with: diff --git a/.github/workflows/gource.yml b/.github/workflows/gource.yml index a9281f17b2f..bf04acc1d4c 100644 --- a/.github/workflows/gource.yml +++ b/.github/workflows/gource.yml @@ -6,6 +6,7 @@ on: - gource schedule: - cron: '15 3 1 1,4,7,10 *' + workflow_dispatch: jobs: action: diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index c190256444f..564ad5f0971 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -9,6 +9,10 @@ on: # run on each day - cron: "33 4 * * *" +concurrency: + group: snap-${{ github.head_ref }} + cancel-in-progress: true + jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/tests-fetchers.yml b/.github/workflows/tests-fetchers.yml index 83ae6ef2685..f670c0ee1ab 100644 --- a/.github/workflows/tests-fetchers.yml +++ b/.github/workflows/tests-fetchers.yml @@ -27,6 +27,10 @@ env: AstrophysicsDataSystemAPIKey: ${{ secrets.AstrophysicsDataSystemAPIKey_FOR_TESTS }} IEEEAPIKey: ${{ secrets.IEEEAPIKey_FOR_TESTS }} +concurrency: + group: fetcher-tests-${{ github.head_ref }} + cancel-in-progress: true + jobs: fetchertests: name: Fetcher tests diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe26e4e8fdc..ba680d86435 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,9 +3,11 @@ name: Tests on: push: branches: - - master + - main + - main-release pull_request: # always run on pull requests + workflow_dispatch: env: SpringerNatureAPIKey: ${{ secrets.SpringerNatureAPIKey }} @@ -14,15 +16,15 @@ env: GRADLE_OPTS: -Xmx4g JAVA_OPTS: -Xmx4g +concurrency: + group: tests-${{ github.head_ref }} + cancel-in-progress: true + jobs: checkstyle: name: Checkstyle runs-on: ubuntu-latest steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 - with: - access_token: ${{ github.token }} - name: Checkout source uses: actions/checkout@v2 - name: Set up JDK From f3bd58a1a06ff8ecb061babd527ee61b960d88d8 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Tue, 16 Nov 2021 13:51:10 +0100 Subject: [PATCH 2/3] [Bot] Update CSL styles (#8245) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Squashed 'buildres/csl/csl-styles/' changes from 3a6a0a7bc1..0654e1649b 0654e1649b Create scandinavian-journal-of-information-systems.csl (#5716) ce2d537f49 Update journal-of-computer-applications-in-archaeology.csl (#5715) 755d3d3759 Create human-rights-law-review.csl (#5626) 0feda948b2 Create journal-of-intercultural-studies.csl (#5709) ae4756d2d2 Update acta-universitatis-agriculturae-sueciae.csl (#5713) 323d9ac2a1 Update mohr-siebeck-recht.csl (#5559) 15530a89ab Bch corr (#5712) 094a1afa28 Create forschungsjournal-soziale-bewegungen-fjsb.csl (#5699) cb91566f92 initialize authors and editors (#5714) 2d5cfff679 Create cancer-biomarkers.csl (#5703) 5e264d542b Update multidisciplinary-digital-publishing-institute.csl (#5708) 46e961fca9 Create klinische-padiatrie.csl (#5711) e81e8774eb Create bulletin-archeologique-des-ecoles-francaises-a-l-etranger.csl (#5704) 0029c5a265 Create polar-research.csl 🧊 (#5702) 7db1361c6e Update vancouver-imperial-college-london.csl (#5641) b953e9f98f Update iso690-author-date-fr-no-abstract.csl (#5706) 91eda8c18c Update thieme-german.csl (#5710) ebe0787d4a Update harvard-imperial-college-london.csl (#5643) 2d4db76c81 Fix UNESCO IIEP in text 436cbf4059 Create revue-archeologique-de-narbonnaise.csl (#5688) 5150bcfe58 Create journal-of-computer-assisted-tomography.csl (#5690) dd6f050f1d Create anti-trafficking-review.csl (#5658) 08e622f480 Create the-angle-orthodontist.csl (#5685) c6a1907a05 journal-of-palm-oil-research.csl fix several errors (#5686) 6cbe29db2b Create bern-university-of-applied-sciences-school-of-agricultural-for… (#5684) f590dc1a5b Update biomed-central.csl (#5701) 1efce81f8a Update turabian-author-date.csl (#5695) 12dbba5632 Create tyndale-bulletin (#5673) b0746dbde3 Create Engineered Regeneration (#5682) e38b9535b8 wikipedia citation template (#5662) 5e7f731f50 Create early-music-history.csl (#5679) 86443f3745 Create zeitschrift-fur-politik.csl (#5676) 68f19962e3 Create annals-of-work-exposures-and-health.csl (#5666) 1ba9dc6e2d Create brazilian-journal-of-psychiatry.csl (#5672) 438f92c130 fix error for speech in ama styles (#5693) 7a0c2d34e4 set initialize-with-hyphen to false (#5689) 3bd2765fa7 Update emu-austral-ornithology.csl (#5671) 31492b2e52 fix various errors in natura-croatica.csl (#5687) 94d6b23502 Update iso690-author-date-cs.csl (#5677) 5d017da4ee minor update on the "Haute école de gestion de Genève - ISO 690" style (#5665) 2cad8f6763 add ibid/subsequent to comparative-politics.csl (#5669) de0b1163bc Create taylor-and-francis-vancouver-national-library-of-medicine.csl (#5650) ed87f99320 Update bulletin-de-correspondance-hellenique.csl (#5663) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 0654e1649b308356e22cbfcc04e39fe3e757b0ca * Squashed 'buildres/csl/csl-locales/' changes from 0cc3885f61..d5ee85de8e d5ee85de8e Period after Übers. added (#241) git-subtree-dir: buildres/csl/csl-locales git-subtree-split: d5ee85de8e74d4109509014758b6f496a968ff03 * fix merge error Co-authored-by: github actions Co-authored-by: Siedlerchr --- ...cta-universitatis-agriculturae-sueciae.csl | 14 +- .../csl-styles/anti-trafficking-review.csl | 384 +++++++++++ ...cultural-forest-and-food-sciences-hafl.csl | 280 ++++++++ buildres/csl/csl-styles/biomed-central.csl | 29 +- .../bulletin-de-correspondance-hellenique.csl | 631 +++++++++--------- buildres/csl/csl-styles/cancer-biomarkers.csl | 151 +++++ ...que-des-ecoles-francaises-a-l-etranger.csl | 21 + .../dependent/klinische-padiatrie.csl | 18 - ...schungsjournal-soziale-bewegungen-fjsb.csl | 178 +++++ .../harvard-imperial-college-london.csl | 62 +- .../csl-styles/human-rights-law-review.csl | 624 +++++++++++++++++ .../iso690-author-date-fr-no-abstract.csl | 417 ++++++------ ...f-computer-applications-in-archaeology.csl | 26 +- ...ournal-of-computer-assisted-tomography.csl | 210 ++++++ .../journal-of-intercultural-studies.csl | 313 +++++++++ .../journal-of-oil-palm-research.csl | 53 +- .../csl/csl-styles/klinische-padiatrie.csl | 135 ++++ .../csl/csl-styles/mohr-siebeck-recht.csl | 4 +- ...ciplinary-digital-publishing-institute.csl | 21 +- buildres/csl/csl-styles/polar-research.csl | 271 ++++++++ .../revue-archeologique-de-narbonnaise.csl | 309 +++++++++ ...inavian-journal-of-information-systems.csl | 368 ++++++++++ .../csl/csl-styles/the-angle-orthodontist.csl | 241 +++++++ buildres/csl/csl-styles/thieme-german.csl | 55 +- .../csl/csl-styles/turabian-author-date.csl | 63 +- ...nal-institute-for-educational-planning.csl | 2 +- .../vancouver-imperial-college-london.csl | 74 +- .../csl-styles/turabian-author-date.csl | 63 +- 28 files changed, 4301 insertions(+), 716 deletions(-) create mode 100644 buildres/csl/csl-styles/anti-trafficking-review.csl create mode 100644 buildres/csl/csl-styles/bern-university-of-applied-sciences-school-of-agricultural-forest-and-food-sciences-hafl.csl create mode 100644 buildres/csl/csl-styles/cancer-biomarkers.csl create mode 100644 buildres/csl/csl-styles/dependent/bulletin-archeologique-des-ecoles-francaises-a-l-etranger.csl delete mode 100644 buildres/csl/csl-styles/dependent/klinische-padiatrie.csl create mode 100644 buildres/csl/csl-styles/forschungsjournal-soziale-bewegungen-fjsb.csl create mode 100644 buildres/csl/csl-styles/human-rights-law-review.csl create mode 100644 buildres/csl/csl-styles/journal-of-computer-assisted-tomography.csl create mode 100644 buildres/csl/csl-styles/journal-of-intercultural-studies.csl create mode 100644 buildres/csl/csl-styles/klinische-padiatrie.csl create mode 100644 buildres/csl/csl-styles/polar-research.csl create mode 100644 buildres/csl/csl-styles/revue-archeologique-de-narbonnaise.csl create mode 100644 buildres/csl/csl-styles/scandinavian-journal-of-information-systems.csl create mode 100644 buildres/csl/csl-styles/the-angle-orthodontist.csl diff --git a/buildres/csl/csl-styles/acta-universitatis-agriculturae-sueciae.csl b/buildres/csl/csl-styles/acta-universitatis-agriculturae-sueciae.csl index 279f1a7f259..8a0830b3456 100644 --- a/buildres/csl/csl-styles/acta-universitatis-agriculturae-sueciae.csl +++ b/buildres/csl/csl-styles/acta-universitatis-agriculturae-sueciae.csl @@ -15,7 +15,7 @@ Style as per the May 2019 guidelines. - 2021-04-22T13:05:29+00:00 + 2021-11-10T10:39:01+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -279,20 +279,12 @@ - - - - - + - - - - - + diff --git a/buildres/csl/csl-styles/anti-trafficking-review.csl b/buildres/csl/csl-styles/anti-trafficking-review.csl new file mode 100644 index 00000000000..fd177bb1a6d --- /dev/null +++ b/buildres/csl/csl-styles/anti-trafficking-review.csl @@ -0,0 +1,384 @@ + + diff --git a/buildres/csl/csl-styles/bern-university-of-applied-sciences-school-of-agricultural-forest-and-food-sciences-hafl.csl b/buildres/csl/csl-styles/bern-university-of-applied-sciences-school-of-agricultural-forest-and-food-sciences-hafl.csl new file mode 100644 index 00000000000..a372a9e4ef4 --- /dev/null +++ b/buildres/csl/csl-styles/bern-university-of-applied-sciences-school-of-agricultural-forest-and-food-sciences-hafl.csl @@ -0,0 +1,280 @@ + + diff --git a/buildres/csl/csl-styles/biomed-central.csl b/buildres/csl/csl-styles/biomed-central.csl index 9e2cb8a095b..7e135c42721 100644 --- a/buildres/csl/csl-styles/biomed-central.csl +++ b/buildres/csl/csl-styles/biomed-central.csl @@ -12,10 +12,13 @@ Sebastian Karcher + + Patrick O'Brien + - 2017-03-15T17:11:28+00:00 + 2021-11-02T17:11:28+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -87,22 +90,22 @@ - + - - + + - - - - - - - - - + + + + + + + + + diff --git a/buildres/csl/csl-styles/bulletin-de-correspondance-hellenique.csl b/buildres/csl/csl-styles/bulletin-de-correspondance-hellenique.csl index 67aea3380e2..ffb7b7117d0 100644 --- a/buildres/csl/csl-styles/bulletin-de-correspondance-hellenique.csl +++ b/buildres/csl/csl-styles/bulletin-de-correspondance-hellenique.csl @@ -1,345 +1,346 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/buildres/csl/csl-styles/cancer-biomarkers.csl b/buildres/csl/csl-styles/cancer-biomarkers.csl new file mode 100644 index 00000000000..19cd2c1f0dd --- /dev/null +++ b/buildres/csl/csl-styles/cancer-biomarkers.csl @@ -0,0 +1,151 @@ + + diff --git a/buildres/csl/csl-styles/dependent/bulletin-archeologique-des-ecoles-francaises-a-l-etranger.csl b/buildres/csl/csl-styles/dependent/bulletin-archeologique-des-ecoles-francaises-a-l-etranger.csl new file mode 100644 index 00000000000..898f98c5ffa --- /dev/null +++ b/buildres/csl/csl-styles/dependent/bulletin-archeologique-des-ecoles-francaises-a-l-etranger.csl @@ -0,0 +1,21 @@ + + diff --git a/buildres/csl/csl-styles/dependent/klinische-padiatrie.csl b/buildres/csl/csl-styles/dependent/klinische-padiatrie.csl deleted file mode 100644 index 067b8c0ffb5..00000000000 --- a/buildres/csl/csl-styles/dependent/klinische-padiatrie.csl +++ /dev/null @@ -1,18 +0,0 @@ - - diff --git a/buildres/csl/csl-styles/forschungsjournal-soziale-bewegungen-fjsb.csl b/buildres/csl/csl-styles/forschungsjournal-soziale-bewegungen-fjsb.csl new file mode 100644 index 00000000000..ddc24bf679f --- /dev/null +++ b/buildres/csl/csl-styles/forschungsjournal-soziale-bewegungen-fjsb.csl @@ -0,0 +1,178 @@ + + diff --git a/buildres/csl/csl-styles/harvard-imperial-college-london.csl b/buildres/csl/csl-styles/harvard-imperial-college-london.csl index e09043e5dba..72b72707f73 100644 --- a/buildres/csl/csl-styles/harvard-imperial-college-london.csl +++ b/buildres/csl/csl-styles/harvard-imperial-college-london.csl @@ -1,5 +1,5 @@ - diff --git a/buildres/csl/csl-styles/iso690-author-date-fr-no-abstract.csl b/buildres/csl/csl-styles/iso690-author-date-fr-no-abstract.csl index 62c82084a70..e385ade4437 100644 --- a/buildres/csl/csl-styles/iso690-author-date-fr-no-abstract.csl +++ b/buildres/csl/csl-styles/iso690-author-date-fr-no-abstract.csl @@ -7,7 +7,7 @@ Pierre-Amiel Giraud - pierre-amiel.giraud@u-bordeaux3.fr + pierre-amiel.giraud@u-bordeaux-montaigne.fr Raphael Grolimund @@ -16,29 +16,21 @@ Style based on ISO 690:2010(F), V1, derived from Mellifluo, Grolimund, Hardegger and Giraud version. - 2020-11-19T21:30:00+00:00 + 2021-11-05T21:30:00+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License - + - Anon. [sans date] in en ligne consulté le disponible à l'adresse - p. + trad. + éd. - - - - - - - - @@ -57,42 +49,46 @@ - + - - - - - - - - - - - - + + + + - + - + + + + + + + + + + + + - - - - - - - + - - - + + + + + + + + + + @@ -116,31 +112,36 @@ - - - - - - - - - - - - - - - - + + + + + + + + + - - - + + + + + + + + + + + + + + + @@ -161,14 +162,39 @@ - - + + + + + + + + + + + - + + + + + + + + + - + + + + + + + + + @@ -181,7 +207,7 @@ - + @@ -214,55 +240,30 @@ - - - - - - - - - - - - - - - - - - - - + + + + + - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - @@ -314,12 +315,10 @@ - - - - - - + + + + @@ -331,14 +330,17 @@ - - - + + + - + + @@ -346,196 +348,225 @@ - - - - + + + + + + - - + - + - - - + + + + + + - + - - - + + + + + + - + - - + - - - + + + + + + - - - + + - + - - - + + + + + + - + - + - - - + + + + + + - - + + - + - - - + + + + + + - - + - + - - - + + + + + + - + - - - + + + + + + - - + - + - - - + + + + + + - - + - + - - - + + + + + + - + - + - - - + + + + + + - + - + - - - + + + + + + - - + + - + - - - - - + + diff --git a/buildres/csl/csl-styles/journal-of-computer-applications-in-archaeology.csl b/buildres/csl/csl-styles/journal-of-computer-applications-in-archaeology.csl index d0e8c8f7610..30a660cd2c3 100644 --- a/buildres/csl/csl-styles/journal-of-computer-applications-in-archaeology.csl +++ b/buildres/csl/csl-styles/journal-of-computer-applications-in-archaeology.csl @@ -11,11 +11,15 @@ Patrick O'Brien obrienpat86@gmail.com + + Ronald Visser + r.m.visser@saxion.nl + 2514-8362 Harvard author-date style edited for Journal of Computer Applications in Archaeology. - 2017-05-24T15:41:19+00:00 + 2017-05-28T00:39:40+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -25,7 +29,7 @@ - + @@ -34,8 +38,8 @@ - - + + + + @@ -93,13 +114,12 @@ - + - @@ -126,6 +146,29 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/buildres/csl/csl-styles/klinische-padiatrie.csl b/buildres/csl/csl-styles/klinische-padiatrie.csl new file mode 100644 index 00000000000..e805412b748 --- /dev/null +++ b/buildres/csl/csl-styles/klinische-padiatrie.csl @@ -0,0 +1,135 @@ + + diff --git a/buildres/csl/csl-styles/mohr-siebeck-recht.csl b/buildres/csl/csl-styles/mohr-siebeck-recht.csl index 6c0b7ce1319..696873cf32f 100644 --- a/buildres/csl/csl-styles/mohr-siebeck-recht.csl +++ b/buildres/csl/csl-styles/mohr-siebeck-recht.csl @@ -12,7 +12,7 @@ Kommentare sind als "report" zu kategorisieren, um richtig zitiert werden zu können. Gibt es keinen einheitlichen Autor oder Herausgeber bei Kommentaren, sondern nur einen Redakteur, ist dieser als Translator anzugeben, um im Literaturverzeichnis ordnungsgemäß zu erscheinen. - 2015-07-06T20:30:41+00:00 + 2021-07-14T20:30:41+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -47,7 +47,7 @@ - + diff --git a/buildres/csl/csl-styles/multidisciplinary-digital-publishing-institute.csl b/buildres/csl/csl-styles/multidisciplinary-digital-publishing-institute.csl index 793c4e00008..944ddc1905a 100644 --- a/buildres/csl/csl-styles/multidisciplinary-digital-publishing-institute.csl +++ b/buildres/csl/csl-styles/multidisciplinary-digital-publishing-institute.csl @@ -1,5 +1,5 @@ - diff --git a/buildres/csl/csl-styles/revue-archeologique-de-narbonnaise.csl b/buildres/csl/csl-styles/revue-archeologique-de-narbonnaise.csl new file mode 100644 index 00000000000..454f5cfffef --- /dev/null +++ b/buildres/csl/csl-styles/revue-archeologique-de-narbonnaise.csl @@ -0,0 +1,309 @@ + + diff --git a/buildres/csl/csl-styles/scandinavian-journal-of-information-systems.csl b/buildres/csl/csl-styles/scandinavian-journal-of-information-systems.csl new file mode 100644 index 00000000000..596efbfcd6c --- /dev/null +++ b/buildres/csl/csl-styles/scandinavian-journal-of-information-systems.csl @@ -0,0 +1,368 @@ + + diff --git a/buildres/csl/csl-styles/the-angle-orthodontist.csl b/buildres/csl/csl-styles/the-angle-orthodontist.csl new file mode 100644 index 00000000000..e40ee9cb232 --- /dev/null +++ b/buildres/csl/csl-styles/the-angle-orthodontist.csl @@ -0,0 +1,241 @@ + + diff --git a/buildres/csl/csl-styles/thieme-german.csl b/buildres/csl/csl-styles/thieme-german.csl index 178193cb771..89e9063c971 100644 --- a/buildres/csl/csl-styles/thieme-german.csl +++ b/buildres/csl/csl-styles/thieme-german.csl @@ -1,6 +1,5 @@ diff --git a/buildres/csl/csl-styles/unesco-international-institute-for-educational-planning.csl b/buildres/csl/csl-styles/unesco-international-institute-for-educational-planning.csl index 2cb8bfa3704..3d6141e31d5 100644 --- a/buildres/csl/csl-styles/unesco-international-institute-for-educational-planning.csl +++ b/buildres/csl/csl-styles/unesco-international-institute-for-educational-planning.csl @@ -71,7 +71,7 @@ - + diff --git a/buildres/csl/csl-styles/vancouver-imperial-college-london.csl b/buildres/csl/csl-styles/vancouver-imperial-college-london.csl index 9f12aa3946b..6d55fb8c1f1 100644 --- a/buildres/csl/csl-styles/vancouver-imperial-college-london.csl +++ b/buildres/csl/csl-styles/vancouver-imperial-college-london.csl @@ -9,10 +9,14 @@ Sebastian Karcher + + S. Mackenzie + + - Vancouver style according to the Imperial College London Guidelines - 2014-09-06T16:03:01+00:00 + Vancouver style from Imperial College London Library - 2021 + 2021-11-10T09:54:55+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -30,7 +34,7 @@ - - + - + @@ -67,7 +76,6 @@ - @@ -77,10 +85,9 @@ - - + @@ -94,9 +101,13 @@ - - - + + + + + + + @@ -106,15 +117,9 @@ - - - - - - @@ -145,11 +150,6 @@ - - - - - @@ -177,7 +177,7 @@ - + @@ -196,7 +196,7 @@ - + @@ -230,6 +230,12 @@ + + + + + + @@ -237,14 +243,6 @@ - - - - - - - diff --git a/src/main/resources/csl-styles/turabian-author-date.csl b/src/main/resources/csl-styles/turabian-author-date.csl index e3ca2a00faa..afb896007ff 100644 --- a/src/main/resources/csl-styles/turabian-author-date.csl +++ b/src/main/resources/csl-styles/turabian-author-date.csl @@ -10,10 +10,15 @@ Tony Chuang zcchuang@tiu.edu + + J. David Stark + david@jdavidstark.com + https://www.jdavidstark.com/ + The author-date variant of the Turabian 9th edition - Based on Chicago 17th (author-date) - 2020-05-16T19:15:00+00:00 + 2021-10-29T15:28:42+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -274,9 +279,6 @@ - - - @@ -285,6 +287,10 @@ + + + + @@ -430,12 +436,9 @@ - - - - - - + + + @@ -445,6 +448,10 @@ + + + + @@ -624,23 +631,27 @@ - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + From 578c1062d37f43ec590e918fbdcc3a16d6c6e8bc Mon Sep 17 00:00:00 2001 From: MLEP Date: Wed, 17 Nov 2021 21:15:05 +0100 Subject: [PATCH 3/3] Add of ADRs 22 and 23 (#8256) --- docs/adr.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/adr.md b/docs/adr.md index eba92a988b2..c95471e06e7 100644 --- a/docs/adr.md +++ b/docs/adr.md @@ -24,6 +24,8 @@ Architectural decisions for JabRef: * [ADR-0019](https://github.com/JabRef/jabref/blob/master/docs/adr/0019-implement-special-fields-as-seperate-fields.md) - Implement special fields as seperate fields * [ADR-0020](https://github.com/JabRef/jabref/blob/master/docs/adr/0020-use-Jackson-to-parse-study-yml.md) - Use Jackson to parse study.yml * [ADR-0021](https://github.com/JabRef/jabref/blob/master/docs/adr/0021-keep-study-as-a-dto.md) - Keep study as a DTO +* [ADR-0022](https://github.com/JabRef/jabref/blob/master/docs/adr/0022-remove-stop-words-during-query-transformation.md) - Remove stop words during query transformation +* [ADR-0023](https://github.com/JabRef/jabref/blob/master/docs/adr/0023-localized-preferences.md) - Localized Preferences For new ADRs, please use [template.md](https://github.com/JabRef/jabref/tree/master/docs/adr/template.md) as basis. More information on the used format is available at [https://adr.github.io/madr/](https://adr.github.io/madr/). General information about architectural decision records is available at [https://adr.github.io/](https://adr.github.io/). Then add them to the above list.