diff --git a/buildres/csl/csl-locales/Gemfile b/buildres/csl/csl-locales/Gemfile index 17b2c314a33..10a8635675e 100644 --- a/buildres/csl/csl-locales/Gemfile +++ b/buildres/csl/csl-locales/Gemfile @@ -1,4 +1,4 @@ -ruby '2.7.1' +ruby '3.0.0' source 'https://rubygems.org' gem 'rake' diff --git a/buildres/csl/csl-locales/Gemfile.lock b/buildres/csl/csl-locales/Gemfile.lock index b220ca304d2..e16789b793e 100644 --- a/buildres/csl/csl-locales/Gemfile.lock +++ b/buildres/csl/csl-locales/Gemfile.lock @@ -1,56 +1,85 @@ GIT remote: https://github.com/citation-style-language/Sheldon.git - revision: 1962fad73610a3e0b1610e0c24c16669d584196b + revision: 38b6de75ac4dd86d6b3b47c172431e6e44f53ca0 specs: - sheldon (1.0.2) + sheldon (1.0.30) citeproc-ruby csl-styles diffy dotenv + erubis (~> 2.7) + faraday + faraday_middleware + git_diff + hashdiff (= 0.3.7) nokogiri + octokit (~> 4.0) ostruct reverse_markdown GEM remote: https://rubygems.org/ specs: + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) citeproc (1.0.10) namae (~> 1.0) - citeproc-ruby (1.1.12) + citeproc-ruby (1.1.13) citeproc (~> 1.0, >= 1.0.9) csl (~> 1.5) - csl (1.5.1) + csl (1.5.2) namae (~> 1.0) csl-styles (1.0.1.10) csl (~> 1.0) diff-lcs (1.4.4) diffy (3.4.0) dotenv (2.7.6) - fuubar (2.5.0) + erubis (2.7.0) + faraday (1.3.0) + faraday-net_http (~> 1.0) + multipart-post (>= 1.2, < 3) + ruby2_keywords + faraday-net_http (1.0.1) + faraday_middleware (1.0.0) + faraday (~> 1.0) + fuubar (2.5.1) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - mini_portile2 (2.4.0) - namae (1.0.1) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) - ostruct (0.2.0) - rake (13.0.1) + git_diff (0.4.3) + hashdiff (0.3.7) + mini_portile2 (2.5.0) + multipart-post (2.1.1) + namae (1.0.2) + nokogiri (1.11.1) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + octokit (4.20.0) + faraday (>= 0.9) + sawyer (~> 0.8.0, >= 0.5.3) + ostruct (0.3.3) + public_suffix (4.0.6) + racc (1.5.2) + rake (13.0.3) reverse_markdown (2.0.0) nokogiri - rspec (3.9.0) - rspec-core (~> 3.9.0) - rspec-expectations (~> 3.9.0) - rspec-mocks (~> 3.9.0) - rspec-core (3.9.2) - rspec-support (~> 3.9.3) - rspec-expectations (3.9.2) + rspec (3.10.0) + rspec-core (~> 3.10.0) + rspec-expectations (~> 3.10.0) + rspec-mocks (~> 3.10.0) + rspec-core (3.10.1) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-mocks (3.9.1) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-support (3.9.3) - ruby-progressbar (1.10.1) + rspec-support (~> 3.10.0) + rspec-support (3.10.2) + ruby-progressbar (1.11.0) + ruby2_keywords (0.0.4) + sawyer (0.8.2) + addressable (>= 2.3.5) + faraday (> 0.8, < 2.0) PLATFORMS ruby @@ -64,7 +93,7 @@ DEPENDENCIES sheldon! RUBY VERSION - ruby 2.7.1 + ruby 3.0.0p0 BUNDLED WITH - 2.1.4 + 2.2.3 diff --git a/buildres/csl/csl-locales/spec/spec_helper.rb b/buildres/csl/csl-locales/spec/spec_helper.rb index 6b85511fa8e..b1571abaa78 100644 --- a/buildres/csl/csl-locales/spec/spec_helper.rb +++ b/buildres/csl/csl-locales/spec/spec_helper.rb @@ -2,6 +2,8 @@ require 'json' LOCALE_ROOT = File.expand_path('../..', __FILE__) +PULL_REQUEST = File.join(LOCALE_ROOT, 'pull-request') +LOCALE_ROOT = PULL_REQUEST if File.directory?(PULL_REQUEST) NO_REGIONS = %w{ eu ar la diff --git a/buildres/csl/csl-styles/acta-anaesthesiologica-scandinavica.csl b/buildres/csl/csl-styles/acta-anaesthesiologica-scandinavica.csl index 8f2dc158822..643b9aa3003 100644 --- a/buildres/csl/csl-styles/acta-anaesthesiologica-scandinavica.csl +++ b/buildres/csl/csl-styles/acta-anaesthesiologica-scandinavica.csl @@ -155,9 +155,11 @@ - - - + + + + + diff --git a/buildres/csl/csl-styles/aquatic-conservation.csl b/buildres/csl/csl-styles/aquatic-conservation.csl index 7b083b793bf..cb0c81339c8 100644 --- a/buildres/csl/csl-styles/aquatic-conservation.csl +++ b/buildres/csl/csl-styles/aquatic-conservation.csl @@ -1,5 +1,5 @@ - diff --git a/buildres/csl/csl-styles/associacao-brasileira-de-normas-tecnicas-note.csl b/buildres/csl/csl-styles/associacao-brasileira-de-normas-tecnicas-note.csl index cacfd635ddd..b1e81bef570 100644 --- a/buildres/csl/csl-styles/associacao-brasileira-de-normas-tecnicas-note.csl +++ b/buildres/csl/csl-styles/associacao-brasileira-de-normas-tecnicas-note.csl @@ -1,5 +1,5 @@ - diff --git a/buildres/csl/csl-styles/dependent/college-and-research-libraries.csl b/buildres/csl/csl-styles/dependent/college-and-research-libraries.csl new file mode 100644 index 00000000000..a4793212fab --- /dev/null +++ b/buildres/csl/csl-styles/dependent/college-and-research-libraries.csl @@ -0,0 +1,17 @@ + + diff --git a/buildres/csl/csl-styles/dependent/experimental-biology-and-medicine.csl b/buildres/csl/csl-styles/dependent/experimental-biology-and-medicine.csl deleted file mode 100644 index 4e6b9695407..00000000000 --- a/buildres/csl/csl-styles/dependent/experimental-biology-and-medicine.csl +++ /dev/null @@ -1,16 +0,0 @@ - - diff --git a/buildres/csl/csl-styles/dependent/journal-of-neurosurgery-pediatrics.csl b/buildres/csl/csl-styles/dependent/journal-of-neurosurgery-pediatrics.csl index 188cc818fe1..9476670d2d8 100644 --- a/buildres/csl/csl-styles/dependent/journal-of-neurosurgery-pediatrics.csl +++ b/buildres/csl/csl-styles/dependent/journal-of-neurosurgery-pediatrics.csl @@ -4,13 +4,13 @@ Journal of Neurosurgery: Pediatrics http://www.zotero.org/styles/journal-of-neurosurgery-pediatrics - + 1933-0707 1933-0715 - 2012-09-09T21:58:08+00:00 + 2021-04-01T21:58:08+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/buildres/csl/csl-styles/dependent/journal-of-neurosurgery-spine.csl b/buildres/csl/csl-styles/dependent/journal-of-neurosurgery-spine.csl index 383db4462fa..8274d90adc8 100644 --- a/buildres/csl/csl-styles/dependent/journal-of-neurosurgery-spine.csl +++ b/buildres/csl/csl-styles/dependent/journal-of-neurosurgery-spine.csl @@ -4,13 +4,13 @@ Journal of Neurosurgery: Spine http://www.zotero.org/styles/journal-of-neurosurgery-spine - + 1547-5654 1547-5646 - 2012-09-09T21:58:08+00:00 + 2021-04-01T21:58:08+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/buildres/csl/csl-styles/dependent/journal-of-neurosurgery.csl b/buildres/csl/csl-styles/dependent/journal-of-neurosurgery.csl new file mode 100644 index 00000000000..2ef22530d9c --- /dev/null +++ b/buildres/csl/csl-styles/dependent/journal-of-neurosurgery.csl @@ -0,0 +1,17 @@ + + diff --git a/buildres/csl/csl-styles/dependent/neurosurgical-focus.csl b/buildres/csl/csl-styles/dependent/neurosurgical-focus.csl index 2338e7413bb..12294d931ed 100644 --- a/buildres/csl/csl-styles/dependent/neurosurgical-focus.csl +++ b/buildres/csl/csl-styles/dependent/neurosurgical-focus.csl @@ -4,12 +4,12 @@ Neurosurgical Focus http://www.zotero.org/styles/neurosurgical-focus - + 1092-0684 - 2012-09-09T21:58:08+00:00 + 2021-04-01T21:58:08+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/buildres/csl/csl-styles/dependent/south-african-medical-journal.csl b/buildres/csl/csl-styles/dependent/south-african-medical-journal.csl deleted file mode 100644 index c9e079e7a5e..00000000000 --- a/buildres/csl/csl-styles/dependent/south-african-medical-journal.csl +++ /dev/null @@ -1,16 +0,0 @@ - - diff --git a/buildres/csl/csl-styles/endocrine-connections.csl b/buildres/csl/csl-styles/endocrine-connections.csl new file mode 100644 index 00000000000..232242662f8 --- /dev/null +++ b/buildres/csl/csl-styles/endocrine-connections.csl @@ -0,0 +1,147 @@ + + diff --git a/buildres/csl/csl-styles/experimental-biology-and-medicine.csl b/buildres/csl/csl-styles/experimental-biology-and-medicine.csl new file mode 100644 index 00000000000..49b04ed92d5 --- /dev/null +++ b/buildres/csl/csl-styles/experimental-biology-and-medicine.csl @@ -0,0 +1,198 @@ + + diff --git a/buildres/csl/csl-styles/gost-r-7-0-5-2008-numeric-alphabetical.csl b/buildres/csl/csl-styles/gost-r-7-0-5-2008-numeric-alphabetical.csl index 7ab662b01d8..95861899904 100644 --- a/buildres/csl/csl-styles/gost-r-7-0-5-2008-numeric-alphabetical.csl +++ b/buildres/csl/csl-styles/gost-r-7-0-5-2008-numeric-alphabetical.csl @@ -13,7 +13,7 @@ Russian GOST-2008 style. Book, report, webpage, post-weblog and article chapters edited. Note!!! In articles form of № = Issue (Volume). - 2015-07-01T06:08:18+00:00 + 2021-04-23T06:08:18+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -131,7 +131,7 @@ - + diff --git a/buildres/csl/csl-styles/gost-r-7-0-5-2008-numeric.csl b/buildres/csl/csl-styles/gost-r-7-0-5-2008-numeric.csl index a451278e008..eb9c16ee577 100644 --- a/buildres/csl/csl-styles/gost-r-7-0-5-2008-numeric.csl +++ b/buildres/csl/csl-styles/gost-r-7-0-5-2008-numeric.csl @@ -18,7 +18,7 @@ И последнее, патенты по умолчанию представлены как USA, поскольку в CSL 1.0 нет переменной, соответствующей полю country в базе Zotero 4.0. Надеюсь, это будет исправлено в будущих версиях. 2010-03-22T10:40:00+06:00 - 2015-01-23T02:03:08+00:00 + 2021-04-23T02:03:08+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -63,7 +63,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/buildres/csl/csl-styles/gost-r-7-0-5-2008.csl b/buildres/csl/csl-styles/gost-r-7-0-5-2008.csl index 62400465998..795fadfed75 100644 --- a/buildres/csl/csl-styles/gost-r-7-0-5-2008.csl +++ b/buildres/csl/csl-styles/gost-r-7-0-5-2008.csl @@ -14,7 +14,7 @@ Russian GOST-2008 style. - 2012-09-27T22:06:38+00:00 + 2021-04-23T08:29:37+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -134,11 +134,11 @@ - + - + diff --git a/buildres/csl/csl-styles/infoclio-de-kurzbelege.csl b/buildres/csl/csl-styles/infoclio-de-kurzbelege.csl new file mode 100644 index 00000000000..0a776fc6a60 --- /dev/null +++ b/buildres/csl/csl-styles/infoclio-de-kurzbelege.csl @@ -0,0 +1,467 @@ + + diff --git a/buildres/csl/csl-styles/infoclio-de.csl b/buildres/csl/csl-styles/infoclio-de.csl index 8430b682841..a3983aa7b35 100644 --- a/buildres/csl/csl-styles/infoclio-de.csl +++ b/buildres/csl/csl-styles/infoclio-de.csl @@ -292,7 +292,7 @@ - + + + + İstanbul Medical Journal + http://www.zotero.org/styles/istanbul-medical-journal + + + + + Huseyin Karamelikli + hakperest@gmail.com + https://www.karamelikli.com + + + + 2619-9793 + 2148-094X + Istanbul Medical Journal + 2021-04-10T13:40:36+00:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License + + + + ch. + presented at the + available + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/buildres/csl/csl-styles/jci-insight.csl b/buildres/csl/csl-styles/jci-insight.csl new file mode 100644 index 00000000000..adbd5781319 --- /dev/null +++ b/buildres/csl/csl-styles/jci-insight.csl @@ -0,0 +1,152 @@ + + diff --git a/buildres/csl/csl-styles/journal-of-neurosurgery.csl b/buildres/csl/csl-styles/journal-of-neurosurgery.csl deleted file mode 100644 index 0d3c267e778..00000000000 --- a/buildres/csl/csl-styles/journal-of-neurosurgery.csl +++ /dev/null @@ -1,182 +0,0 @@ - - diff --git a/buildres/csl/csl-styles/journal-of-nutrition.csl b/buildres/csl/csl-styles/journal-of-nutrition.csl index 96c8e38c731..e92117fe6ed 100644 --- a/buildres/csl/csl-styles/journal-of-nutrition.csl +++ b/buildres/csl/csl-styles/journal-of-nutrition.csl @@ -5,7 +5,7 @@ http://www.zotero.org/styles/journal-of-nutrition - + Sebastian Karcher @@ -15,7 +15,7 @@ 0022-3166 1541-6100 Vancouver style with only year/volume and et al after 11 authors - 2013-12-15T07:14:53+00:00 + 2021-04-19T12:19:55+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -90,13 +90,13 @@ - + - + @@ -107,7 +107,6 @@ - diff --git a/buildres/csl/csl-styles/journal-of-oil-palm-research.csl b/buildres/csl/csl-styles/journal-of-oil-palm-research.csl new file mode 100644 index 00000000000..037bf9ee77a --- /dev/null +++ b/buildres/csl/csl-styles/journal-of-oil-palm-research.csl @@ -0,0 +1,137 @@ + + diff --git a/buildres/csl/csl-styles/mammalia.csl b/buildres/csl/csl-styles/mammalia.csl index 23116cb37ca..6c6b643063f 100644 --- a/buildres/csl/csl-styles/mammalia.csl +++ b/buildres/csl/csl-styles/mammalia.csl @@ -5,8 +5,7 @@ http://www.zotero.org/styles/mammalia - - + Patrick O'Brien @@ -15,7 +14,7 @@ 0025-1461 1864-1547 Style for Mammalia as per the guidelines from October 1, 2020. - 2021-01-11T13:22:22+00:00 + 2021-04-21T09:13:35+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -26,7 +25,7 @@ - + - + diff --git a/buildres/csl/csl-styles/ocean-and-coastal-research.csl b/buildres/csl/csl-styles/ocean-and-coastal-research.csl new file mode 100644 index 00000000000..c44a8b4ab3e --- /dev/null +++ b/buildres/csl/csl-styles/ocean-and-coastal-research.csl @@ -0,0 +1,198 @@ + + diff --git a/buildres/csl/csl-styles/oil-shale.csl b/buildres/csl/csl-styles/oil-shale.csl new file mode 100644 index 00000000000..4d0d9c08619 --- /dev/null +++ b/buildres/csl/csl-styles/oil-shale.csl @@ -0,0 +1,338 @@ + + diff --git a/buildres/csl/csl-styles/revue-forestiere-francaise.csl b/buildres/csl/csl-styles/revue-forestiere-francaise.csl new file mode 100644 index 00000000000..2e04b49d975 --- /dev/null +++ b/buildres/csl/csl-styles/revue-forestiere-francaise.csl @@ -0,0 +1,262 @@ + + diff --git a/buildres/csl/csl-styles/society-of-biblical-literature-fullnote-bibliography.csl b/buildres/csl/csl-styles/society-of-biblical-literature-fullnote-bibliography.csl index 821bff3dc2e..36e4e54414f 100644 --- a/buildres/csl/csl-styles/society-of-biblical-literature-fullnote-bibliography.csl +++ b/buildres/csl/csl-styles/society-of-biblical-literature-fullnote-bibliography.csl @@ -24,10 +24,15 @@ Tyler Mykkanen + + J. David Stark + david@jdavidstark.com + https://www.jdavidstark.com/ + Society of Biblical Literature format with full notes and bibliography - 2018-02-01T14:42:46+00:00 + 2021-04-13T15:55:26+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -669,10 +674,21 @@ - - + + + + + + + + + + + @@ -920,8 +936,15 @@ + + + + + + + - + @@ -932,7 +955,7 @@ - + diff --git a/buildres/csl/csl-styles/south-african-medical-journal.csl b/buildres/csl/csl-styles/south-african-medical-journal.csl new file mode 100644 index 00000000000..6f5b658e695 --- /dev/null +++ b/buildres/csl/csl-styles/south-african-medical-journal.csl @@ -0,0 +1,158 @@ + + diff --git a/buildres/csl/csl-styles/surgical-neurology-international.csl b/buildres/csl/csl-styles/surgical-neurology-international.csl index f794bd3936e..57a2137ee9c 100644 --- a/buildres/csl/csl-styles/surgical-neurology-international.csl +++ b/buildres/csl/csl-styles/surgical-neurology-international.csl @@ -5,7 +5,7 @@ SNI http://www.zotero.org/styles/surgical-neurology-international - + @@ -18,7 +18,7 @@ 2229-5097 2152-7806 Style for Surgical Neurology International, the open-acccess journal for neurosurgery and clinical neuroscience. - 2019-12-23T14:40:52+00:00 + 2021-04-14T12:00:00+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/buildres/csl/csl-styles/the-bovine-practitioner.csl b/buildres/csl/csl-styles/the-bovine-practitioner.csl new file mode 100644 index 00000000000..0b3eec67e80 --- /dev/null +++ b/buildres/csl/csl-styles/the-bovine-practitioner.csl @@ -0,0 +1,210 @@ + + diff --git a/buildres/csl/csl-styles/the-journal-of-laryngology-and-otology.csl b/buildres/csl/csl-styles/the-journal-of-laryngology-and-otology.csl new file mode 100644 index 00000000000..df40ef9dbcf --- /dev/null +++ b/buildres/csl/csl-styles/the-journal-of-laryngology-and-otology.csl @@ -0,0 +1,234 @@ + + diff --git a/buildres/csl/csl-styles/universite-du-quebec-a-montreal.csl b/buildres/csl/csl-styles/universite-du-quebec-a-montreal.csl index 36dfd9f1f5a..7b6f0a146e1 100644 --- a/buildres/csl/csl-styles/universite-du-quebec-a-montreal.csl +++ b/buildres/csl/csl-styles/universite-du-quebec-a-montreal.csl @@ -953,7 +953,7 @@ - + diff --git a/buildres/csl/csl-styles/university-of-york-harvard-archaeology.csl b/buildres/csl/csl-styles/university-of-york-harvard-archaeology.csl index ceab9dca15e..5ecdf6c8f2a 100644 --- a/buildres/csl/csl-styles/university-of-york-harvard-archaeology.csl +++ b/buildres/csl/csl-styles/university-of-york-harvard-archaeology.csl @@ -38,7 +38,7 @@ - + diff --git a/buildres/csl/csl-styles/university-of-york-harvard-environment.csl b/buildres/csl/csl-styles/university-of-york-harvard-environment.csl index c65f9730e9c..886376b95f9 100644 --- a/buildres/csl/csl-styles/university-of-york-harvard-environment.csl +++ b/buildres/csl/csl-styles/university-of-york-harvard-environment.csl @@ -38,7 +38,7 @@ - +