From c78137096be650626e211ec15de50d1f0c02d3d0 Mon Sep 17 00:00:00 2001 From: Andrei Kislichenko Date: Mon, 16 Jan 2023 15:54:41 -0500 Subject: [PATCH] fix issue #12 --- lib/relaton_doi/parser.rb | 8 +- spec/fixtures/book-chapter.xml | 4 +- spec/fixtures/book-part.xml | 4 +- spec/fixtures/book-section.xml | 4 +- spec/fixtures/book-series.xml | 4 +- spec/fixtures/book-set.xml | 4 +- spec/fixtures/book-track.xml | 4 +- spec/fixtures/book.xml | 4 +- spec/fixtures/book_chapter_editors.xml | 5 +- spec/fixtures/book_editors.xml | 5 +- spec/fixtures/component.xml | 4 +- spec/fixtures/database.xml | 4 +- spec/fixtures/dataset.xml | 4 +- spec/fixtures/dissertation.xml | 4 +- spec/fixtures/edited-book.xml | 6 +- spec/fixtures/grant.xml | 4 +- spec/fixtures/journal-article.xml | 4 +- spec/fixtures/journal-issue-1.xml | 4 +- spec/fixtures/journal-issue-2.xml | 4 +- spec/fixtures/journal-volume.xml | 4 +- spec/fixtures/journal.xml | 4 +- spec/fixtures/monograph-1.xml | 4 +- spec/fixtures/monograph-2.xml | 7 +- spec/fixtures/other.xml | 4 +- spec/fixtures/peer-review.xml | 6 +- spec/fixtures/posted-content.xml | 4 +- spec/fixtures/proceedings-series.xml | 4 +- spec/fixtures/proceedings.xml | 4 +- spec/fixtures/reference-book.xml | 4 +- spec/fixtures/reference-entry.xml | 4 +- spec/fixtures/report-component.xml | 4 +- spec/fixtures/report-series.xml | 4 +- spec/fixtures/report.xml | 4 +- spec/fixtures/standard.xml | 5 +- spec/vcr_cassettes/book-chapter.yml | 107 +++-- spec/vcr_cassettes/book-part.yml | 158 +++---- spec/vcr_cassettes/book-section.yml | 164 +++---- spec/vcr_cassettes/book-series.yml | 82 ++-- spec/vcr_cassettes/book-set.yml | 62 +-- spec/vcr_cassettes/book-track.yml | 132 +++--- spec/vcr_cassettes/book.yml | 68 +-- spec/vcr_cassettes/book_chapter_editors.yml | 100 ++-- spec/vcr_cassettes/book_editors.yml | 52 +-- spec/vcr_cassettes/component.yml | 170 +++++-- spec/vcr_cassettes/crossref_bipm.yml | 271 ++--------- spec/vcr_cassettes/crossref_ieee.yml | 12 +- spec/vcr_cassettes/crossref_nist.yml | 12 +- spec/vcr_cassettes/crossref_rfc.yml | 80 ++-- spec/vcr_cassettes/database.yml | 268 +++++------ spec/vcr_cassettes/dataset.yml | 158 +++---- spec/vcr_cassettes/dissertation.yml | 70 +-- spec/vcr_cassettes/edited-book.yml | 82 ++-- spec/vcr_cassettes/grant.yml | 76 +-- spec/vcr_cassettes/journal-article.yml | 162 ++----- spec/vcr_cassettes/journal-issue-1.yml | 162 ++----- spec/vcr_cassettes/journal-issue-2.yml | 110 ++--- spec/vcr_cassettes/journal-volume.yml | 363 ++------------- spec/vcr_cassettes/journal.yml | 80 ++-- spec/vcr_cassettes/monograph-1.yml | 485 +++++++++++--------- spec/vcr_cassettes/monograph-2.yml | 12 +- spec/vcr_cassettes/other.yml | 74 +-- spec/vcr_cassettes/peer-review.yml | 179 ++------ spec/vcr_cassettes/posted-content.yml | 202 ++++---- spec/vcr_cassettes/proceedings-article.yml | 245 +++++----- spec/vcr_cassettes/proceedings-series.yml | 70 +-- spec/vcr_cassettes/proceedings.yml | 12 +- spec/vcr_cassettes/reference-book.yml | 80 ++-- spec/vcr_cassettes/reference-entry.yml | 168 +++---- spec/vcr_cassettes/report-component.yml | 104 ++--- spec/vcr_cassettes/report-series.yml | 63 ++- spec/vcr_cassettes/report.yml | 120 ++--- spec/vcr_cassettes/standard.yml | 12 +- 72 files changed, 2185 insertions(+), 2792 deletions(-) diff --git a/lib/relaton_doi/parser.rb b/lib/relaton_doi/parser.rb index a2824a0..3f0ab72 100644 --- a/lib/relaton_doi/parser.rb +++ b/lib/relaton_doi/parser.rb @@ -280,8 +280,8 @@ def parse_link # rubocop:disable Metrics/MethodLength, Metrics/AbcSize, Metrics/ type = case l["URL"] when /\.pdf$/ then "pdf" - when /\/rfc\d+$|iopscience\.iop\.org|ieeexplore\.ieee\.org/ - "src" + # when /\/rfc\d+$|iopscience\.iop\.org|ieeexplore\.ieee\.org/ + else "src" end links << RelatonBib::TypedUri.new(type: type, content: l["URL"]) # if type end @@ -615,10 +615,10 @@ def parse_place # rubocop:disable Metrics/MethodLength, Metrics/CyclomaticComple if COUNTRIES.include? pls2 country = RelatonBib::Place::RegionType.new(name: pls2) [RelatonBib::Place.new(city: pls1, country: [country])] - elsif pls2 == pls2&.upcase + elsif pls2 && pls2 == pls2&.upcase region = RelatonBib::Place::RegionType.new(name: pls2) [RelatonBib::Place.new(city: pls1, region: [region])] - elsif pls1 == pls2 + elsif pls1 == pls2 || pls2.nil? || pls2.empty? [RelatonBib::Place.new(city: pls1)] else [RelatonBib::Place.new(city: pls1), RelatonBib::Place.new(city: pls2)] diff --git a/spec/fixtures/book-chapter.xml b/spec/fixtures/book-chapter.xml index b36f8b4..c12b4cd 100644 --- a/spec/fixtures/book-chapter.xml +++ b/spec/fixtures/book-chapter.xml @@ -1,8 +1,8 @@ - 2022-12-31 + 2023-01-15 Gender and public space in a bilingual school http://dx.doi.org/10.1515/9783110889406.257 - https://www.degruyter.com/document/doi/10.1515/9783110889406.257/html + https://www.degruyter.com/document/doi/10.1515/9783110889406.257/html 10.1515/9783110889406.257 2011-03-18 diff --git a/spec/fixtures/book-part.xml b/spec/fixtures/book-part.xml index 9676ca5..fe6b0e7 100644 --- a/spec/fixtures/book-part.xml +++ b/spec/fixtures/book-part.xml @@ -1,8 +1,8 @@ - 2022-12-31 + 2023-01-15 Occupied Haiti (1915–1934) http://dx.doi.org/10.1215/9781478007609-047 - http://read.dukeupress.edu/books/book/2710/chapter/2008410/Occupied-Haiti-19151934 + http://read.dukeupress.edu/books/book/2710/chapter/2008410/Occupied-Haiti-19151934 10.1215/9781478007609-047 2020 diff --git a/spec/fixtures/book-section.xml b/spec/fixtures/book-section.xml index 12232d6..9722f8a 100644 --- a/spec/fixtures/book-section.xml +++ b/spec/fixtures/book-section.xml @@ -1,8 +1,8 @@ - 2022-12-31 + 2023-01-15 High-resolution lidar data for infrastructure corridors, Wiseman Quadrangle, Alaska http://dx.doi.org/10.14509/23007 - http://www.dggs.alaska.gov/pubs/id/23007 + http://www.dggs.alaska.gov/pubs/id/23007 10.14509/23007 2014-05-16 diff --git a/spec/fixtures/book-series.xml b/spec/fixtures/book-series.xml index d5f1a8b..b1e1298 100644 --- a/spec/fixtures/book-series.xml +++ b/spec/fixtures/book-series.xml @@ -1,8 +1,8 @@ - 2023-01-06 + 2023-01-15 Chemical Thermodynamics http://dx.doi.org/10.1787/20743300 - https://www.oecd-ilibrary.org/nuclear-energy/chemical-thermodynamics_20743300 + https://www.oecd-ilibrary.org/nuclear-energy/chemical-thermodynamics_20743300 10.1787/20743300 2074-3300 diff --git a/spec/fixtures/book-set.xml b/spec/fixtures/book-set.xml index c532741..e1dff9e 100644 --- a/spec/fixtures/book-set.xml +++ b/spec/fixtures/book-set.xml @@ -1,8 +1,8 @@ - 2022-12-31 + 2023-01-15 Occupational Therapy Manager, 6th Ed http://dx.doi.org/10.7139/2017.978-1-56900-592-7 - https://library.aota.org/Occupational-Therapy-Manager-6 + https://library.aota.org/Occupational-Therapy-Manager-6 10.7139/2017.978-1-56900-592-7 9781569005927 diff --git a/spec/fixtures/book-track.xml b/spec/fixtures/book-track.xml index 1138184..0ae92a4 100644 --- a/spec/fixtures/book-track.xml +++ b/spec/fixtures/book-track.xml @@ -1,8 +1,8 @@ - 2022-12-31 + 2023-01-15 Wholesale commodity price indexes in Richmond, the eastern Confederacy, New York, and San Francisco: 1861-1865 http://dx.doi.org/10.1017/isbn-9780511132971.eh132-135 - http://hsus.cambridge.org/HSUSWeb/toc/tableToc.do?id=Eh132-135 + http://hsus.cambridge.org/HSUSWeb/toc/tableToc.do?id=Eh132-135 10.1017/isbn-9780511132971.eh132-135 2007-03-06 diff --git a/spec/fixtures/book.xml b/spec/fixtures/book.xml index c1d603e..05403e9 100644 --- a/spec/fixtures/book.xml +++ b/spec/fixtures/book.xml @@ -1,8 +1,8 @@ - 2022-12-31 + 2023-01-15 The Nature and Origin of Language http://dx.doi.org/10.1093/acprof:oso/9780199681624.001.0001 - https://academic.oup.com/book/8112 + https://academic.oup.com/book/8112 10.1093/acprof:oso/9780199681624.001.0001 9780199681624 diff --git a/spec/fixtures/book_chapter_editors.xml b/spec/fixtures/book_chapter_editors.xml index 7fbfc0a..a2c7275 100644 --- a/spec/fixtures/book_chapter_editors.xml +++ b/spec/fixtures/book_chapter_editors.xml @@ -1,8 +1,8 @@ - 2022-12-31 + 2023-01-15 Culinary arts: Talent and their development. http://dx.doi.org/10.1037/0000120-016 - http://content.apa.org/books/16096-016 + http://content.apa.org/books/16096-016 10.1037/0000120-016 2019 @@ -104,7 +104,6 @@ Washington - diff --git a/spec/fixtures/book_editors.xml b/spec/fixtures/book_editors.xml index 4787bb2..5ec9fda 100644 --- a/spec/fixtures/book_editors.xml +++ b/spec/fixtures/book_editors.xml @@ -1,8 +1,8 @@ - 2023-01-06 + 2023-01-15 Wide Area Workflow Management http://dx.doi.org/10.1007/978-1-4471-1578-6 - http://link.springer.com/10.1007/978-1-4471-1578-6 + http://link.springer.com/10.1007/978-1-4471-1578-6 10.1007/978-1-4471-1578-6 9783540762430 9781447115786 @@ -38,7 +38,6 @@ London - book diff --git a/spec/fixtures/component.xml b/spec/fixtures/component.xml index 47b7eb9..f6c9b51 100644 --- a/spec/fixtures/component.xml +++ b/spec/fixtures/component.xml @@ -1,7 +1,7 @@ - 2023-01-02 + 2023-01-16 http://dx.doi.org/10.1371/journal.pone.0020476.s005 - https://dx.plos.org/10.1371/journal.pone.0020476.s005 + https://dx.plos.org/10.1371/journal.pone.0020476.s005 10.1371/journal.pone.0020476.s005 2013-01-28 diff --git a/spec/fixtures/database.xml b/spec/fixtures/database.xml index da434b4..30419a0 100644 --- a/spec/fixtures/database.xml +++ b/spec/fixtures/database.xml @@ -1,8 +1,8 @@ - 2023-01-02 + 2023-01-16 ProteomeXchange dataset http://dx.doi.org/10.6019/pxd038478 - http://central.proteomexchange.org/PXD038478 + http://central.proteomexchange.org/PXD038478 10.6019/pxd038478 2022-12-01 diff --git a/spec/fixtures/dataset.xml b/spec/fixtures/dataset.xml index 643bafe..99e1853 100644 --- a/spec/fixtures/dataset.xml +++ b/spec/fixtures/dataset.xml @@ -1,8 +1,8 @@ - 2023-01-02 + 2023-01-16 TAʿIZZ http://dx.doi.org/10.1163/2214-871x_ei1_sim_5628 - https://referenceworks.brillonline.com/entries/encyclopaedia-of-islam-1/*-SIM_5628 + https://referenceworks.brillonline.com/entries/encyclopaedia-of-islam-1/*-SIM_5628 10.1163/2214-871x_ei1_sim_5628 2014-10-29 diff --git a/spec/fixtures/dissertation.xml b/spec/fixtures/dissertation.xml index 3e7cf96..7ae84ad 100644 --- a/spec/fixtures/dissertation.xml +++ b/spec/fixtures/dissertation.xml @@ -1,8 +1,8 @@ - 2023-01-02 + 2023-01-16 Nós temos nosso direito que é o certo: significados das lutas por reconhecimento entre comunidades do Vale do Ribeira, São Paulo http://dx.doi.org/10.11606/t.8.2017.tde-08052017-100442 - http://www.teses.usp.br/teses/disponiveis/8/8134/tde-08052017-100442/ + http://www.teses.usp.br/teses/disponiveis/8/8134/tde-08052017-100442/ 10.11606/t.8.2017.tde-08052017-100442 2017-05-08 diff --git a/spec/fixtures/edited-book.xml b/spec/fixtures/edited-book.xml index d9757db..26b63db 100644 --- a/spec/fixtures/edited-book.xml +++ b/spec/fixtures/edited-book.xml @@ -1,8 +1,8 @@ - 2022-12-24 + 2023-01-16 The New Natural History of Madagascar http://dx.doi.org/10.1515/9780691229409 - https://www.degruyter.com/document/doi/10.1515/9780691229409/html + https://www.degruyter.com/document/doi/10.1515/9780691229409/html 10.1515/9780691229409 9780691229409 @@ -36,4 +36,4 @@ edited-book - + \ No newline at end of file diff --git a/spec/fixtures/grant.xml b/spec/fixtures/grant.xml index ea0e9bc..a740a52 100644 --- a/spec/fixtures/grant.xml +++ b/spec/fixtures/grant.xml @@ -1,8 +1,8 @@ - 2023-01-03 + 2023-01-16 Single-particle cryo-EM structural analysis of Q-dependent transcription antitermination http://dx.doi.org/10.46936/cpcy.proj.2019.50733/60006578 - https://www.osti.gov/award-doi-service/biblio/10.46936/cpcy.proj.2019.50733/60006578 + https://www.osti.gov/award-doi-service/biblio/10.46936/cpcy.proj.2019.50733/60006578 10.46936/cpcy.proj.2019.50733/60006578 2019-04-15 diff --git a/spec/fixtures/journal-article.xml b/spec/fixtures/journal-article.xml index 351cb04..e9f51e7 100644 --- a/spec/fixtures/journal-article.xml +++ b/spec/fixtures/journal-article.xml @@ -1,8 +1,8 @@ - 2023-01-06 + 2023-01-16 A watermelon without seeds: A case study in rhetorical rationality http://dx.doi.org/10.1515/text.2001.011 - https://www.degruyter.com/document/doi/10.1515/text.2001.011/html + https://www.degruyter.com/document/doi/10.1515/text.2001.011/html 10.1515/text.2001.011 0165-4888 1613-4117 diff --git a/spec/fixtures/journal-issue-1.xml b/spec/fixtures/journal-issue-1.xml index 4d06718..e82f7f4 100644 --- a/spec/fixtures/journal-issue-1.xml +++ b/spec/fixtures/journal-issue-1.xml @@ -1,8 +1,8 @@ - 2023-01-04 + 2023-01-16 The semantic categories of cutting and breaking events: A crosslinguistic perspective http://dx.doi.org/10.1515/cog.2007.005 - https://www.degruyter.com/document/doi/10.1515/COG.2007.005/html + https://www.degruyter.com/document/doi/10.1515/COG.2007.005/html 10.1515/cog.2007.005 0936-5907 1613-3641 diff --git a/spec/fixtures/journal-issue-2.xml b/spec/fixtures/journal-issue-2.xml index 447783f..39ce9b0 100644 --- a/spec/fixtures/journal-issue-2.xml +++ b/spec/fixtures/journal-issue-2.xml @@ -1,7 +1,7 @@ - 2023-01-06 + 2023-01-16 http://dx.doi.org/10.1111/read.1991.25.issue-1 - http://doi.wiley.com/10.1111/read.1991.25.issue-1 + http://doi.wiley.com/10.1111/read.1991.25.issue-1 10.1111/read.1991.25.issue-1 1741-4350 1741-4369 diff --git a/spec/fixtures/journal-volume.xml b/spec/fixtures/journal-volume.xml index 14283dc..3f256c8 100644 --- a/spec/fixtures/journal-volume.xml +++ b/spec/fixtures/journal-volume.xml @@ -1,8 +1,8 @@ - 2023-01-04 + 2023-01-16 Fall 2020, Innaugural Issue http://dx.doi.org/10.46409/001.rlpt5688 - https://soar.usa.edu/sjot/vol1/ + https://soar.usa.edu/sjot/vol1/ 10.46409/001.rlpt5688 2689-1662 diff --git a/spec/fixtures/journal.xml b/spec/fixtures/journal.xml index 1a68ee4..d2ca189 100644 --- a/spec/fixtures/journal.xml +++ b/spec/fixtures/journal.xml @@ -1,9 +1,9 @@ - 2023-01-04 + 2023-01-16 Juni Khyat Journal Juni Khyat http://dx.doi.org/10.46528/jk - http://www.junikhyat.com/ + http://www.junikhyat.com/ 10.46528/jk 2278-4632 diff --git a/spec/fixtures/monograph-1.xml b/spec/fixtures/monograph-1.xml index 389f31f..22641cb 100644 --- a/spec/fixtures/monograph-1.xml +++ b/spec/fixtures/monograph-1.xml @@ -1,9 +1,9 @@ - 2023-01-04 + 2023-01-16 Multilingualism, Second Language Learning, and Gender <uri type="DOI">http://dx.doi.org/10.1515/9783110889406</uri> - <uri>https://www.degruyter.com/document/doi/10.1515/9783110889406/html</uri> + <uri type="src">https://www.degruyter.com/document/doi/10.1515/9783110889406/html</uri> <docidentifier type="DOI" primary="true">10.1515/9783110889406</docidentifier> <docidentifier type="ISBN">9783110170269</docidentifier> <date type="issued"> diff --git a/spec/fixtures/monograph-2.xml b/spec/fixtures/monograph-2.xml index b8291b7..8ed660a 100644 --- a/spec/fixtures/monograph-2.xml +++ b/spec/fixtures/monograph-2.xml @@ -1,8 +1,8 @@ <bibdata type="book" schema-version="v1.2.1"> - <fetched>2022-12-18</fetched> + <fetched>2023-01-16</fetched> <title type="main" format="text/plain" script="Latn">Die Gattungen Pupa, Megaspira, Balea und Tornatellina : in Abbildungen nach der Natur mit Beschreibungen http://dx.doi.org/10.5962/bhl.title.124254 - http://www.biodiversitylibrary.org/bibliography/124254 + http://www.biodiversitylibrary.org/bibliography/124254 10.5962/bhl.title.124254 1852 @@ -45,9 +45,8 @@ Nürnberg - monograph - + \ No newline at end of file diff --git a/spec/fixtures/other.xml b/spec/fixtures/other.xml index c706f45..1e8cdf6 100644 --- a/spec/fixtures/other.xml +++ b/spec/fixtures/other.xml @@ -1,8 +1,8 @@ - 2023-01-06 + 2023-01-16 Extradition would boost image of Honduras’s Castro http://dx.doi.org/10.1108/oxan-es268033 - https://www.emerald.com/insight/content/doi/10.1108/OXAN-ES268033/full/html + https://www.emerald.com/insight/content/doi/10.1108/OXAN-ES268033/full/html 10.1108/oxan-es268033 2633-304X diff --git a/spec/fixtures/peer-review.xml b/spec/fixtures/peer-review.xml index 3ae255f..0c550ad 100644 --- a/spec/fixtures/peer-review.xml +++ b/spec/fixtures/peer-review.xml @@ -1,8 +1,8 @@ - 2022-12-23 + 2023-01-16 Decision letter for "Self‐care of patients with multiple chronic conditions and their caregivers during the COVID‐19 pandemic: A qualitative descriptive study" http://dx.doi.org/10.1111/jan.15115/v3/decision1 - https://publons.com/publon/50403050 + https://publons.com/publon/50403050 10.1111/jan.15115/v3/decision1 2021-10-17 @@ -33,4 +33,4 @@ peer-review - + \ No newline at end of file diff --git a/spec/fixtures/posted-content.xml b/spec/fixtures/posted-content.xml index 9bd421a..6aba2dc 100644 --- a/spec/fixtures/posted-content.xml +++ b/spec/fixtures/posted-content.xml @@ -1,8 +1,8 @@ - 2023-01-05 + 2023-01-16 Deciphering the rules underlying xenogeneic silencing and counter-silencing of Lsr2-like proteins http://dx.doi.org/10.1101/751156 - http://biorxiv.org/lookup/doi/10.1101/751156 + http://biorxiv.org/lookup/doi/10.1101/751156 10.1101/751156 2019-08-30 diff --git a/spec/fixtures/proceedings-series.xml b/spec/fixtures/proceedings-series.xml index 156bef8..7fc9f86 100644 --- a/spec/fixtures/proceedings-series.xml +++ b/spec/fixtures/proceedings-series.xml @@ -1,8 +1,8 @@ - 2023-01-05 + 2023-01-16 European Proceedings of Social and Behavioural Sciences http://dx.doi.org/10.15405/epsbs(2357-1330).2021.6.1 - https://europeanproceedings.com/book-series/EpSBS/books/vol109-cipe-2020 + https://europeanproceedings.com/book-series/EpSBS/books/vol109-cipe-2020 10.15405/epsbs(2357-1330).2021.6.1 2357-1330 diff --git a/spec/fixtures/proceedings.xml b/spec/fixtures/proceedings.xml index 47b3093..24ff2e2 100644 --- a/spec/fixtures/proceedings.xml +++ b/spec/fixtures/proceedings.xml @@ -1,8 +1,8 @@ - 2023-01-05 + 2023-01-16 Proceedings of the 2011 International Conference on Communication, Computing & Security - ICCCS '11 http://dx.doi.org/10.1145/1947940 - http://portal.acm.org/citation.cfm?doid=1947940 + http://portal.acm.org/citation.cfm?doid=1947940 10.1145/1947940 9781450304641 diff --git a/spec/fixtures/reference-book.xml b/spec/fixtures/reference-book.xml index 71b445d..e1ae511 100644 --- a/spec/fixtures/reference-book.xml +++ b/spec/fixtures/reference-book.xml @@ -1,8 +1,8 @@ - 2023-01-05 + 2023-01-16 Audio Anecdotes II http://dx.doi.org/10.1201/9781439864852 - https://www.taylorfrancis.com/books/9781439864852 + https://www.taylorfrancis.com/books/9781439864852 10.1201/9781439864852 9781439864852 diff --git a/spec/fixtures/reference-entry.xml b/spec/fixtures/reference-entry.xml index 81ec030..dd1c614 100644 --- a/spec/fixtures/reference-entry.xml +++ b/spec/fixtures/reference-entry.xml @@ -1,8 +1,8 @@ - 2023-01-05 + 2023-01-16 Boxer, Rear-Adm. Henry Percy, (14 Oct. 1885–30 June 1961) http://dx.doi.org/10.1093/ww/9780199540884.013.u52741 - http://www.ukwhoswho.com/view/10.1093/ww/9780199540891.001.0001/ww-9780199540884-e-52741 + http://www.ukwhoswho.com/view/10.1093/ww/9780199540891.001.0001/ww-9780199540884-e-52741 10.1093/ww/9780199540884.013.u52741 2007-12-01 diff --git a/spec/fixtures/report-component.xml b/spec/fixtures/report-component.xml index 2843567..759df55 100644 --- a/spec/fixtures/report-component.xml +++ b/spec/fixtures/report-component.xml @@ -1,8 +1,8 @@ - 2023-01-06 + 2023-01-16 Seismicity map of greater San Francisco Bay area, California (1969-1971) http://dx.doi.org/10.3133/ofr72419 - http://pubs.er.usgs.gov/publication/ofr72419 + http://pubs.er.usgs.gov/publication/ofr72419 10.3133/ofr72419 2331-1258 diff --git a/spec/fixtures/report-series.xml b/spec/fixtures/report-series.xml index b0c9f95..78c79e1 100644 --- a/spec/fixtures/report-series.xml +++ b/spec/fixtures/report-series.xml @@ -1,8 +1,8 @@ - 2023-01-06 + 2023-01-16 Investment Treaties and Shareholder Claims: Analysis of Treaty Practice http://dx.doi.org/10.1787/5jxvk6shpvs4-en - https://www.oecd-ilibrary.org/finance-and-investment/investment-treaties-and-shareholder-claims_5jxvk6shpvs4-en + https://www.oecd-ilibrary.org/finance-and-investment/investment-treaties-and-shareholder-claims_5jxvk6shpvs4-en 10.1787/5jxvk6shpvs4-en 1815-1957 diff --git a/spec/fixtures/report.xml b/spec/fixtures/report.xml index 1f1661c..75a397b 100644 --- a/spec/fixtures/report.xml +++ b/spec/fixtures/report.xml @@ -1,8 +1,8 @@ - 2023-01-06 + 2023-01-16 Map showing areas of estimated relative amounts of landslides in California http://dx.doi.org/10.3133/i747 - http://pubs.er.usgs.gov/publication/i747 + http://pubs.er.usgs.gov/publication/i747 10.3133/i747 1973 diff --git a/spec/fixtures/standard.xml b/spec/fixtures/standard.xml index 5905ce7..29cf4d6 100644 --- a/spec/fixtures/standard.xml +++ b/spec/fixtures/standard.xml @@ -1,8 +1,8 @@ - 2023-01-06 + 2023-01-16 DIN ETS 300218:1994-01, ISDN; Protokolle der unteren Schichten für Videotex auf Syntaxbasis für ISDN-Paketmodus (CCITT-Empfehlung_X.31 Fall_A und Fall_B); Englische Fassung ETS_300218:1993 http://dx.doi.org/10.31030/2640440 - https://www.beuth.de/de/-/-/2204273 + https://www.beuth.de/de/-/-/2204273 10.31030/2640440 1994-01 @@ -22,7 +22,6 @@ Berlin - standard diff --git a/spec/vcr_cassettes/book-chapter.yml b/spec/vcr_cassettes/book-chapter.yml index 97a3518..fac68c0 100644 --- a/spec/vcr_cassettes/book-chapter.yml +++ b/spec/vcr_cassettes/book-chapter.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 03:14:35 GMT + - Sun, 15 Jan 2023 19:22:42 GMT Content-Type: - application/json Content-Length: - '720' Set-Cookie: - - AWSALB=Gn9qCyX9VgocQYUFUEimwtCmULJhLp5KjSOpcGCgZ9q0AG9GxyhRm9RZe3Pn4IShAEBPHW7MHYSVlke1tOUpb7KEcp+go3pOw3t+CBD/v5M+rn9F7LIAYW34K8en; - Expires=Sat, 14 Jan 2023 03:14:35 GMT; Path=/ - - AWSALBCORS=Gn9qCyX9VgocQYUFUEimwtCmULJhLp5KjSOpcGCgZ9q0AG9GxyhRm9RZe3Pn4IShAEBPHW7MHYSVlke1tOUpb7KEcp+go3pOw3t+CBD/v5M+rn9F7LIAYW34K8en; - Expires=Sat, 14 Jan 2023 03:14:35 GMT; Path=/; SameSite=None + - AWSALB=PlEMZiT5PgBAaU1vkjRb2i81d8g+KfzwKRmYLiBoiCSa5HDMm25FiXlv1pbhtE6lzzFfIOsAfJrHdV2xINiVsnkA8YRbQovCIkI6HsdiRZawzD0RppTCsaPkTRO9; + Expires=Sun, 22 Jan 2023 19:22:42 GMT; Path=/ + - AWSALBCORS=PlEMZiT5PgBAaU1vkjRb2i81d8g+KfzwKRmYLiBoiCSa5HDMm25FiXlv1pbhtE6lzzFfIOsAfJrHdV2xINiVsnkA8YRbQovCIkI6HsdiRZawzD0RppTCsaPkTRO9; + Expires=Sun, 22 Jan 2023 19:22:42 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -62,7 +62,7 @@ http_interactions: New York","reference-count":0,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"DOI":"10.1515\/9783110889406.257","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":5,"title":["Gender and public space in a bilingual school"],"prefix":"10.1515","author":[{"given":"Monica","family":"Heller","sequence":"first","affiliation":[]}],"member":"374","container-title":["Multilingualism, Second Language Learning, and Gender"],"original-title":[],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.257\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:10Z","timestamp":1618988110000},"score":1,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.257\/html"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.257","relation":{}}}' - recorded_at: Sat, 07 Jan 2023 03:14:35 GMT + recorded_at: Sun, 15 Jan 2023 19:22:42 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book,type:book-set,type:edited-book,type:monograph,type:reference-book&query=Multilingualism,%20Second%20Language%20Learning,%20and%20Gender%202011 @@ -82,11 +82,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 03:14:36 GMT + - Sun, 15 Jan 2023 19:22:46 GMT Content-Type: - application/json Content-Length: - - '5681' + - '5724' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -114,74 +114,71 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":181676,"items":[{"indexed":{"date-parts":[[2022,10,29]],"date-time":"2022-10-29T02:25:37Z","timestamp":1667010337277},"reference-count":0,"publisher":"DE - GRUYTER MOUTON","isbn-type":[{"value":"9783110170269","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2001,12,31]]},"DOI":"10.1515\/9783110889406","type":"book","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":75,"title":["Multilingualism, - Second Language Learning, and Gender"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2001,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:06Z","timestamp":1618988106000},"score":38.210342,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406\/html"}},"subtitle":[""],"editor":[{"given":"Aneta","family":"Pavlenko","sequence":"first","affiliation":[]},{"given":"Adrian","family":"Blackledge","sequence":"additional","affiliation":[]},{"given":"Ingrid","family":"Piller","sequence":"additional","affiliation":[]},{"given":"Marya","family":"Teutsch-Dwyer","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2001,12,31]]},"ISBN":["9783110170269"],"references-count":0,"alternative-id":["10.1515\/9783110889406"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406","published":{"date-parts":[[2001,12,31]]}},{"indexed":{"date-parts":[[2023,1,4]],"date-time":"2023-01-04T09:23:26Z","timestamp":1672824206723},"publisher-location":"Cham","reference-count":0,"publisher":"Springer + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":181773,"items":[{"indexed":{"date-parts":[[2023,1,11]],"date-time":"2023-01-11T08:49:19Z","timestamp":1673426959376},"reference-count":0,"publisher":"DE + GRUYTER MOUTON","isbn-type":[{"value":"9783110170269","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2001,12,31]]},"DOI":"10.1515\/9783110889406","type":"book","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":76,"title":["Multilingualism, + Second Language Learning, and Gender"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2001,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:06Z","timestamp":1618988106000},"score":38.153378,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406\/html"}},"subtitle":[""],"editor":[{"given":"Aneta","family":"Pavlenko","sequence":"first","affiliation":[]},{"given":"Adrian","family":"Blackledge","sequence":"additional","affiliation":[]},{"given":"Ingrid","family":"Piller","sequence":"additional","affiliation":[]},{"given":"Marya","family":"Teutsch-Dwyer","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2001,12,31]]},"ISBN":["9783110170269"],"references-count":0,"alternative-id":["10.1515\/9783110889406"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406","published":{"date-parts":[[2001,12,31]]}},{"indexed":{"date-parts":[[2023,1,4]],"date-time":"2023-01-04T09:23:26Z","timestamp":1672824206723},"publisher-location":"Cham","reference-count":0,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319568911","type":"print"},{"value":"9783319568928","type":"electronic"}],"license":[{"start":{"date-parts":[[2017,1,1]],"date-time":"2017-01-01T00:00:00Z","timestamp":1483228800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017]]},"DOI":"10.1007\/978-3-319-56892-8","type":"book","created":{"date-parts":[[2017,5,13]],"date-time":"2017-05-13T04:44:25Z","timestamp":1494650665000},"source":"Crossref","is-referenced-by-count":1,"title":["Multiculturalism, Multilingualism and the Self"],"prefix":"10.1007","member":"297","container-title":["Second - Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-56892-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-56892-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,16]],"date-time":"2020-01-16T11:53:46Z","timestamp":1579175626000},"score":29.849466,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-56892-8"}},"subtitle":["Studies + Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-56892-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-56892-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,16]],"date-time":"2020-01-16T11:53:46Z","timestamp":1579175626000},"score":29.745794,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-56892-8"}},"subtitle":["Studies in Linguistics and Language Learning"],"editor":[{"given":"Danuta","family":"Gabry\u015b-Barker","sequence":"first","affiliation":[]},{"given":"Dagmara","family":"Ga\u0142ajda","sequence":"additional","affiliation":[]},{"given":"Adam","family":"Wojtaszek","sequence":"additional","affiliation":[]},{"given":"Pawe\u0142","family":"Zakrajewski","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2017]]},"ISBN":["9783319568911","9783319568928"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-56892-8","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T01:36:19Z","timestamp":1648517779633},"publisher-location":"Cham","reference-count":0,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319014135","type":"print"},{"value":"9783319014142","type":"electronic"}],"license":[{"start":{"date-parts":[[2014,1,1]],"date-time":"2014-01-01T00:00:00Z","timestamp":1388534400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1007\/978-3-319-01414-2","type":"book","created":{"date-parts":[[2013,9,18]],"date-time":"2013-09-18T08:25:57Z","timestamp":1379492757000},"source":"Crossref","is-referenced-by-count":4,"title":["Essential Topics in Applied Linguistics and Multilingualism"],"prefix":"10.1007","member":"297","container-title":["Second - Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-01414-2.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-01414-2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T16:44:24Z","timestamp":1554569064000},"score":29.324356,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-01414-2"}},"editor":[{"given":"Miros\u0142aw","family":"Pawlak","sequence":"first","affiliation":[]},{"given":"Larissa","family":"Aronin","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2014]]},"ISBN":["9783319014135","9783319014142"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-01414-2","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T03:11:27Z","timestamp":1649041887179},"publisher-location":"Berlin, + Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-01414-2.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-01414-2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T16:44:24Z","timestamp":1554569064000},"score":29.231846,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-01414-2"}},"editor":[{"given":"Miros\u0142aw","family":"Pawlak","sequence":"first","affiliation":[]},{"given":"Larissa","family":"Aronin","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2014]]},"ISBN":["9783319014135","9783319014142"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-01414-2","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T03:11:27Z","timestamp":1649041887179},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783642201400","type":"print"},{"value":"9783642201417","type":"electronic"}],"license":[{"start":{"date-parts":[[2011,1,1]],"date-time":"2011-01-01T00:00:00Z","timestamp":1293840000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011]]},"DOI":"10.1007\/978-3-642-20141-7","type":"book","created":{"date-parts":[[2011,8,29]],"date-time":"2011-08-29T11:37:07Z","timestamp":1314617827000},"source":"Crossref","is-referenced-by-count":5,"title":["Extending the Boundaries of Research on Second Language Learning and Teaching"],"prefix":"10.1007","author":[{"given":"Miros\u0142aw","family":"Pawlak","sequence":"first","affiliation":[]}],"member":"297","container-title":["Second - Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20141-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20141-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T22:43:56Z","timestamp":1554590636000},"score":27.945156,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-20141-7"}},"issued":{"date-parts":[[2011]]},"ISBN":["9783642201400","9783642201417"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-20141-7","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T05:17:03Z","timestamp":1648963023500},"publisher-location":"Cham","reference-count":0,"publisher":"Springer + Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20141-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20141-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T22:43:56Z","timestamp":1554590636000},"score":27.883877,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-20141-7"}},"issued":{"date-parts":[[2011]]},"ISBN":["9783642201400","9783642201417"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-20141-7","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T05:17:03Z","timestamp":1648963023500},"publisher-location":"Cham","reference-count":0,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319610481","type":"print"},{"value":"9783319610498","type":"electronic"}],"license":[{"start":{"date-parts":[[2017,1,1]],"date-time":"2017-01-01T00:00:00Z","timestamp":1483228800000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017]]},"DOI":"10.1007\/978-3-319-61049-8","type":"book","created":{"date-parts":[[2017,7,31]],"date-time":"2017-07-31T13:44:42Z","timestamp":1501508682000},"source":"Crossref","is-referenced-by-count":1,"title":["Multiculturalism, Multilingualism and the Self: Literature and Culture Studies"],"prefix":"10.1007","member":"297","container-title":["Second - Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-61049-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-61049-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2017,7,31]],"date-time":"2017-07-31T13:44:43Z","timestamp":1501508683000},"score":27.876518,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-61049-8"}},"editor":[{"given":"Jacek","family":"Mydla","sequence":"first","affiliation":[]},{"given":"Ma\u0142gorzata","family":"Poks","sequence":"additional","affiliation":[]},{"given":"Leszek","family":"Drong","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2017]]},"ISBN":["9783319610481","9783319610498"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-61049-8","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,11,30]],"date-time":"2022-11-30T08:27:28Z","timestamp":1669796848428},"publisher-location":"Berlin, + Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-61049-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-61049-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2017,7,31]],"date-time":"2017-07-31T13:44:43Z","timestamp":1501508683000},"score":27.783875,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-61049-8"}},"editor":[{"given":"Jacek","family":"Mydla","sequence":"first","affiliation":[]},{"given":"Ma\u0142gorzata","family":"Poks","sequence":"additional","affiliation":[]},{"given":"Leszek","family":"Drong","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2017]]},"ISBN":["9783319610481","9783319610498"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-61049-8","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,11,30]],"date-time":"2022-11-30T08:27:28Z","timestamp":1669796848428},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783642202001","type":"print"},{"value":"9783642202018","type":"electronic"}],"license":[{"start":{"date-parts":[[2011,1,1]],"date-time":"2011-01-01T00:00:00Z","timestamp":1293840000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011]]},"DOI":"10.1007\/978-3-642-20201-8","type":"book","created":{"date-parts":[[2011,8,26]],"date-time":"2011-08-26T08:28:48Z","timestamp":1314347328000},"source":"Crossref","is-referenced-by-count":6,"title":["Aspects - of Culture in Second Language Acquisition and Foreign Language Learning"],"prefix":"10.1007","member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20201-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20201-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T08:27:15Z","timestamp":1554539235000},"score":26.27192,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-20201-8"}},"editor":[{"given":"Janusz","family":"Arabski","sequence":"first","affiliation":[]},{"given":"Adam","family":"Wojtaszek","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2011]]},"ISBN":["9783642202001","9783642202018"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-20201-8","published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2022,12,21]],"date-time":"2022-12-21T12:52:06Z","timestamp":1671627126106},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781136863950","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203836507","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T09:00:01Z","timestamp":1394787601000},"source":"Crossref","is-referenced-by-count":42,"title":["Handbook - of Research in Second Language Teaching and Learning"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2011,1,25]]},"deposited":{"date-parts":[[2021,4,6]],"date-time":"2021-04-06T09:10:28Z","timestamp":1617700228000},"score":25.42522,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136863950"}},"editor":[{"given":"Eli","family":"Hinkel","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2011,1,25]]},"ISBN":["9781136863950"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203836507","published":{"date-parts":[[2011,1,25]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T21:34:46Z","timestamp":1648935286278},"publisher-location":"Berlin, + of Culture in Second Language Acquisition and Foreign Language Learning"],"prefix":"10.1007","member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20201-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20201-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T08:27:15Z","timestamp":1554539235000},"score":26.184776,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-20201-8"}},"editor":[{"given":"Janusz","family":"Arabski","sequence":"first","affiliation":[]},{"given":"Adam","family":"Wojtaszek","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2011]]},"ISBN":["9783642202001","9783642202018"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-20201-8","published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2023,1,10]],"date-time":"2023-01-10T09:51:06Z","timestamp":1673344266576},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781136863950","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203836507","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T09:00:01Z","timestamp":1394787601000},"source":"Crossref","is-referenced-by-count":42,"title":["Handbook + of Research in Second Language Teaching and Learning"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2011,1,25]]},"deposited":{"date-parts":[[2021,4,6]],"date-time":"2021-04-06T09:10:28Z","timestamp":1617700228000},"score":25.358368,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136863950"}},"editor":[{"given":"Eli","family":"Hinkel","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2011,1,25]]},"ISBN":["9781136863950"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203836507","published":{"date-parts":[[2011,1,25]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T21:34:46Z","timestamp":1648935286278},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783642200823","type":"print"},{"value":"9783642200830","type":"electronic"}],"license":[{"start":{"date-parts":[[2011,1,1]],"date-time":"2011-01-01T00:00:00Z","timestamp":1293840000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011]]},"DOI":"10.1007\/978-3-642-20083-0","type":"book","created":{"date-parts":[[2011,8,1]],"date-time":"2011-08-01T04:36:56Z","timestamp":1312173416000},"source":"Crossref","is-referenced-by-count":0,"title":["New Perspectives in Language, Discourse and Translation Studies"],"prefix":"10.1007","member":"297","container-title":["Second - Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20083-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20083-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T14:56:22Z","timestamp":1554562582000},"score":25.140205,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-20083-0"}},"editor":[{"given":"Miros\u0142aw","family":"Pawlak","sequence":"first","affiliation":[]},{"given":"Jakub","family":"Bielak","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2011]]},"ISBN":["9783642200823","9783642200830"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-20083-0","ISSN":["2193-7648"],"issn-type":[{"value":"2193-7648","type":"print"}],"published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2022,11,24]],"date-time":"2022-11-24T19:20:53Z","timestamp":1669317653916},"reference-count":0,"publisher":"Research-publishing.net","isbn-type":[{"value":"9781908416001","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,6,18]]},"DOI":"10.14705\/rpnet.2011.9781908416001","type":"book","created":{"date-parts":[[2014,7,11]],"date-time":"2014-07-11T05:40:57Z","timestamp":1405057257000},"source":"Crossref","is-referenced-by-count":4,"title":["Second - Language Teaching and Learning with Technology: Views of Emergent Researchers"],"prefix":"10.14705","member":"5722","published-online":{"date-parts":[[2011,6,18]]},"link":[{"URL":"https:\/\/research-publishing.net\/publication\/978-1-908416-00-1.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,6,17]],"date-time":"2018-06-17T16:24:15Z","timestamp":1529252655000},"score":24.80537,"resource":{"primary":{"URL":"https:\/\/research-publishing.net\/book?10.14705\/rpnet.2011.9781908416001"}},"editor":[{"given":"Sylvie","family":"Thou\u00ebsny","sequence":"first","affiliation":[]},{"given":"Linda","family":"Bradley","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2011,6,18]]},"ISBN":["9781908416001"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14705\/rpnet.2011.9781908416001","published":{"date-parts":[[2011,6,18]]}},{"indexed":{"date-parts":[[2023,1,4]],"date-time":"2023-01-04T10:17:59Z","timestamp":1672827479133},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John + Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20083-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20083-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T14:56:22Z","timestamp":1554562582000},"score":25.05297,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-20083-0"}},"editor":[{"given":"Miros\u0142aw","family":"Pawlak","sequence":"first","affiliation":[]},{"given":"Jakub","family":"Bielak","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2011]]},"ISBN":["9783642200823","9783642200830"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-20083-0","ISSN":["2193-7648"],"issn-type":[{"value":"2193-7648","type":"print"}],"published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2023,1,11]],"date-time":"2023-01-11T19:32:53Z","timestamp":1673465573496},"reference-count":0,"publisher":"Research-publishing.net","isbn-type":[{"value":"9781908416001","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,6,18]]},"DOI":"10.14705\/rpnet.2011.9781908416001","type":"book","created":{"date-parts":[[2014,7,11]],"date-time":"2014-07-11T05:40:57Z","timestamp":1405057257000},"source":"Crossref","is-referenced-by-count":5,"title":["Second + Language Teaching and Learning with Technology: Views of Emergent Researchers"],"prefix":"10.14705","member":"5722","published-online":{"date-parts":[[2011,6,18]]},"link":[{"URL":"https:\/\/research-publishing.net\/publication\/978-1-908416-00-1.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,6,17]],"date-time":"2018-06-17T16:24:15Z","timestamp":1529252655000},"score":24.741608,"resource":{"primary":{"URL":"https:\/\/research-publishing.net\/book?10.14705\/rpnet.2011.9781908416001"}},"editor":[{"given":"Sylvie","family":"Thou\u00ebsny","sequence":"first","affiliation":[]},{"given":"Linda","family":"Bradley","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2011,6,18]]},"ISBN":["9781908416001"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14705\/rpnet.2011.9781908416001","published":{"date-parts":[[2011,6,18]]}},{"indexed":{"date-parts":[[2023,1,4]],"date-time":"2023-01-04T10:17:59Z","timestamp":1672827479133},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John Benjamins Publishing Company","isbn-type":[{"value":"9789027219985","type":"print"},{"value":"9789027219992","type":"print"},{"value":"9789027287359","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,2,28]]},"DOI":"10.1075\/lllt.29","type":"book","created":{"date-parts":[[2013,12,16]],"date-time":"2013-12-16T22:47:03Z","timestamp":1387234023000},"source":"Crossref","is-referenced-by-count":102,"title":["A Dynamic Approach to Second Language Development"],"prefix":"10.1075","member":"1757","published-online":{"date-parts":[[2011,2,11]]},"container-title":["Language - Learning & Language Teaching"],"link":[{"URL":"https:\/\/www.jbe-platform.com\/deliver\/fulltext\/9789027287359.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,12,4]],"date-time":"2019-12-04T15:03:59Z","timestamp":1575471839000},"score":24.47585,"resource":{"primary":{"URL":"http:\/\/www.jbe-platform.com\/content\/books\/9789027287359"}},"subtitle":["Methods + Learning & Language Teaching"],"link":[{"URL":"https:\/\/www.jbe-platform.com\/deliver\/fulltext\/9789027287359.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,12,4]],"date-time":"2019-12-04T15:03:59Z","timestamp":1575471839000},"score":24.430511,"resource":{"primary":{"URL":"http:\/\/www.jbe-platform.com\/content\/books\/9789027287359"}},"subtitle":["Methods and techniques"],"editor":[{"given":"Marjolijn","family":"Verspoor","sequence":"first","affiliation":[{"name":"University of Groningen"}]},{"given":"Kees","family":"de Bot","sequence":"additional","affiliation":[{"name":"University of Groningen"}]},{"given":"Wander","family":"Lowie","sequence":"additional","affiliation":[{"name":"University - of Groningen"}]}],"issued":{"date-parts":[[2011,2,11]]},"ISBN":["9789027219985","9789027219992","9789027287359"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/lllt.29","ISSN":["1569-9471"],"issn-type":[{"value":"1569-9471","type":"print"}],"published":{"date-parts":[[2011,2,11]]}},{"indexed":{"date-parts":[[2023,1,2]],"date-time":"2023-01-02T10:15:14Z","timestamp":1672654514856},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John - Benjamins Publishing Company","isbn-type":[{"value":"9789027207197","type":"print"},{"value":"9789027207203","type":"print"},{"value":"9789027290274","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,9,13]]},"DOI":"10.1075\/tblt.2","type":"book","created":{"date-parts":[[2013,12,16]],"date-time":"2013-12-16T18:20:00Z","timestamp":1387218000000},"source":"Crossref","is-referenced-by-count":84,"title":["Second + of Groningen"}]}],"issued":{"date-parts":[[2011,2,11]]},"ISBN":["9789027219985","9789027219992","9789027287359"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/lllt.29","ISSN":["1569-9471"],"issn-type":[{"value":"1569-9471","type":"print"}],"published":{"date-parts":[[2011,2,11]]}},{"indexed":{"date-parts":[[2023,1,10]],"date-time":"2023-01-10T19:24:08Z","timestamp":1673378648744},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John + Benjamins Publishing Company","isbn-type":[{"value":"9789027207197","type":"print"},{"value":"9789027207203","type":"print"},{"value":"9789027290274","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,9,13]]},"DOI":"10.1075\/tblt.2","type":"book","created":{"date-parts":[[2013,12,16]],"date-time":"2013-12-16T18:20:00Z","timestamp":1387218000000},"source":"Crossref","is-referenced-by-count":85,"title":["Second Language Task Complexity"],"prefix":"10.1075","member":"1757","published-online":{"date-parts":[[2011,9,2]]},"container-title":["Task-Based - Language Teaching"],"link":[{"URL":"https:\/\/www.jbe-platform.com\/deliver\/fulltext\/9789027290274.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,12,4]],"date-time":"2019-12-04T10:07:53Z","timestamp":1575454073000},"score":24.343657,"resource":{"primary":{"URL":"http:\/\/www.jbe-platform.com\/content\/books\/9789027290274"}},"subtitle":["Researching + Language Teaching"],"link":[{"URL":"https:\/\/www.jbe-platform.com\/deliver\/fulltext\/9789027290274.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,12,4]],"date-time":"2019-12-04T10:07:53Z","timestamp":1575454073000},"score":24.201593,"resource":{"primary":{"URL":"http:\/\/www.jbe-platform.com\/content\/books\/9789027290274"}},"subtitle":["Researching the Cognition Hypothesis of language learning and performance"],"editor":[{"given":"Peter","family":"Robinson","sequence":"first","affiliation":[{"name":"Aoyama - Gakuin University"}]}],"issued":{"date-parts":[[2011,9,2]]},"ISBN":["9789027207197","9789027207203","9789027290274"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tblt.2","ISSN":["1877-346X"],"issn-type":[{"value":"1877-346X","type":"print"}],"published":{"date-parts":[[2011,9,2]]}},{"indexed":{"date-parts":[[2022,12,6]],"date-time":"2022-12-06T21:54:25Z","timestamp":1670363665186},"publisher-location":"Dordrecht","reference-count":0,"publisher":"Springer + Gakuin University"}]}],"issued":{"date-parts":[[2011,9,2]]},"ISBN":["9789027207197","9789027207203","9789027290274"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tblt.2","ISSN":["1877-346X"],"issn-type":[{"value":"1877-346X","type":"print"}],"published":{"date-parts":[[2011,9,2]]}},{"indexed":{"date-parts":[[2023,1,12]],"date-time":"2023-01-12T21:31:38Z","timestamp":1673559098619},"publisher-location":"Dordrecht","reference-count":0,"publisher":"Springer Netherlands","isbn-type":[{"value":"9789400705470","type":"print"},{"value":"9789400705487","type":"electronic"}],"license":[{"start":{"date-parts":[[2011,1,1]],"date-time":"2011-01-01T00:00:00Z","timestamp":1293840000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2011,1,1]],"date-time":"2011-01-01T00:00:00Z","timestamp":1293840000000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011]]},"DOI":"10.1007\/978-94-007-0548-7","type":"book","created":{"date-parts":[[2011,2,23]],"date-time":"2011-02-23T17:24:50Z","timestamp":1298481890000},"source":"Crossref","is-referenced-by-count":57,"title":["Corrective Feedback, Individual Differences and Second Language Learning"],"prefix":"10.1007","author":[{"given":"Younghee","family":"Sheen","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2020,9,15]]},"container-title":["Educational - Linguistics"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-007-0548-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-007-0548-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,9,15]],"date-time":"2020-09-15T00:03:44Z","timestamp":1600128224000},"score":24.10965,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-94-007-0548-7"}},"issued":{"date-parts":[[2011]]},"ISBN":["9789400705470","9789400705487"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-94-007-0548-7","ISSN":["1572-0292","2215-1656"],"issn-type":[{"value":"1572-0292","type":"print"},{"value":"2215-1656","type":"electronic"}],"published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2022,12,3]],"date-time":"2022-12-03T05:29:35Z","timestamp":1670045375436},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John - Benjamins Publishing Company","isbn-type":[{"value":"9789027256102","type":"print"},{"value":"9789027286970","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,4,14]]},"DOI":"10.1075\/pbns.206","type":"monograph","created":{"date-parts":[[2013,12,16]],"date-time":"2013-12-16T22:56:33Z","timestamp":1387234593000},"source":"Crossref","is-referenced-by-count":43,"title":["Korean + Linguistics"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-007-0548-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-007-0548-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,9,15]],"date-time":"2020-09-15T00:03:44Z","timestamp":1600128224000},"score":24.062416,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-94-007-0548-7"}},"issued":{"date-parts":[[2011]]},"ISBN":["9789400705470","9789400705487"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-94-007-0548-7","ISSN":["1572-0292","2215-1656"],"issn-type":[{"value":"1572-0292","type":"print"},{"value":"2215-1656","type":"electronic"}],"published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2023,1,10]],"date-time":"2023-01-10T14:14:49Z","timestamp":1673360089506},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John + Benjamins Publishing Company","isbn-type":[{"value":"9789027256102","type":"print"},{"value":"9789027286970","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,4,14]]},"DOI":"10.1075\/pbns.206","type":"monograph","created":{"date-parts":[[2013,12,16]],"date-time":"2013-12-16T22:56:33Z","timestamp":1387234593000},"source":"Crossref","is-referenced-by-count":44,"title":["Korean Honorifics and Politeness in Second Language Learning"],"prefix":"10.1075","author":[{"given":"Lucien","family":"Brown","sequence":"first","affiliation":[{"name":"School of Oriental and African Studies, University of London"}]}],"member":"1757","published-online":{"date-parts":[[2011,4,7]]},"container-title":["Pragmatics - & Beyond New Series"],"link":[{"URL":"https:\/\/www.jbe-platform.com\/deliver\/fulltext\/9789027286970.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,12,4]],"date-time":"2019-12-04T15:05:46Z","timestamp":1575471946000},"score":23.887848,"resource":{"primary":{"URL":"http:\/\/www.jbe-platform.com\/content\/books\/9789027286970"}},"issued":{"date-parts":[[2011,4,7]]},"ISBN":["9789027256102","9789027286970"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/pbns.206","archive":["Portico"],"ISSN":["0922-842X"],"issn-type":[{"value":"0922-842X","type":"print"}],"published":{"date-parts":[[2011,4,7]]}},{"indexed":{"date-parts":[[2023,1,6]],"date-time":"2023-01-06T06:03:09Z","timestamp":1672984989784},"reference-count":0,"publisher":"De + & Beyond New Series"],"link":[{"URL":"https:\/\/www.jbe-platform.com\/deliver\/fulltext\/9789027286970.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,12,4]],"date-time":"2019-12-04T15:05:46Z","timestamp":1575471946000},"score":23.803804,"resource":{"primary":{"URL":"http:\/\/www.jbe-platform.com\/content\/books\/9789027286970"}},"issued":{"date-parts":[[2011,4,7]]},"ISBN":["9789027256102","9789027286970"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/pbns.206","archive":["Portico"],"ISSN":["0922-842X"],"issn-type":[{"value":"0922-842X","type":"print"}],"published":{"date-parts":[[2011,4,7]]}},{"indexed":{"date-parts":[[2023,1,6]],"date-time":"2023-01-06T06:03:09Z","timestamp":1672984989784},"reference-count":0,"publisher":"De Gruyter","isbn-type":[{"value":"9781501514692","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,10,12]]},"DOI":"10.1515\/9781501514692","type":"edited-book","created":{"date-parts":[[2020,10,9]],"date-time":"2020-10-09T17:31:56Z","timestamp":1602264716000},"source":"Crossref","is-referenced-by-count":1,"title":["The - Many Faces of Multilingualism"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2020,10,7]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/560924","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781501514692\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2023,1,5]],"date-time":"2023-01-05T16:30:59Z","timestamp":1672936259000},"score":23.699299,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781501514692\/html"}},"subtitle":["Language + Many Faces of Multilingualism"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2020,10,7]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/560924","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781501514692\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2023,1,5]],"date-time":"2023-01-05T16:30:59Z","timestamp":1672936259000},"score":23.632122,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781501514692\/html"}},"subtitle":["Language Status, Learning and Use Across Contexts"],"editor":[{"given":"Piotr","family":"Romanowski","sequence":"first","affiliation":[]},{"given":"Martin","family":"Guardado","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2020,10,7]]},"ISBN":["9781501514692"],"references-count":0,"alternative-id":["10.1515\/9781501514692"],"URL":"http:\/\/dx.doi.org\/10.1515\/9781501514692","published":{"date-parts":[[2020,10,7]]}},{"indexed":{"date-parts":[[2022,12,27]],"date-time":"2022-12-27T05:43:16Z","timestamp":1672119796401},"publisher-location":"Cham","reference-count":0,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783030757250","type":"print"},{"value":"9783030757267","type":"electronic"}],"license":[{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springernature.com\/gp\/researchers\/text-and-data-mining"},{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springernature.com\/gp\/researchers\/text-and-data-mining"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1007\/978-3-030-75726-7","type":"book","created":{"date-parts":[[2021,6,1]],"date-time":"2021-06-01T09:04:15Z","timestamp":1622538255000},"source":"Crossref","is-referenced-by-count":0,"title":["Investigating Individual Learner Differences in Second Language Learning"],"prefix":"10.1007","member":"297","container-title":["Second - Language Learning and Teaching"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-75726-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-75726-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,12,26]],"date-time":"2022-12-26T17:08:13Z","timestamp":1672074493000},"score":23.47791,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-75726-7"}},"editor":[{"given":"Miros\u0142aw","family":"Pawlak","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2021]]},"ISBN":["9783030757250","9783030757267"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-75726-7","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,12,24]],"date-time":"2022-12-24T19:30:20Z","timestamp":1671910220290},"reference-count":0,"publisher":"Bloomsbury + Language Learning and Teaching"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-75726-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-75726-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,12,26]],"date-time":"2022-12-26T17:08:13Z","timestamp":1672074493000},"score":23.317783,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-75726-7"}},"editor":[{"given":"Miros\u0142aw","family":"Pawlak","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2021]]},"ISBN":["9783030757250","9783030757267"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-75726-7","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,12,24]],"date-time":"2022-12-24T19:30:20Z","timestamp":1671910220290},"reference-count":0,"publisher":"Bloomsbury Academic","isbn-type":[{"value":"9781472542113","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781472542113","type":"monograph","created":{"date-parts":[[2014,9,12]],"date-time":"2014-09-12T14:54:13Z","timestamp":1410533653000},"source":"Crossref","is-referenced-by-count":1,"title":["The Grammar Dimension in Instructed Second Language Learning : Advances in Instructed - Second Language Acquisition Research"],"prefix":"10.5040","member":"2984","published-online":{"date-parts":[[2014]]},"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:54:20Z","timestamp":1590094460000},"score":23.217094,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/the-grammar-dimension-in-instructed-second-language-learning-advances-in-instructed-second-language-acquisition-research"}},"issued":{"date-parts":[[2014]]},"ISBN":["9781472542113"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781472542113","published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T00:42:22Z","timestamp":1648600942342},"edition-number":"2","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780203821930","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203821930","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T05:17:17Z","timestamp":1394774237000},"source":"Crossref","is-referenced-by-count":0,"title":["Second - Language Learning Data Analysis"],"prefix":"10.4324","author":[{"given":"Susan","family":"Gass","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2013,5,13]]},"deposited":{"date-parts":[[2018,9,2]],"date-time":"2018-09-02T03:34:28Z","timestamp":1535859268000},"score":23.159996,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780203821930"}},"subtitle":["Second + Second Language Acquisition Research"],"prefix":"10.5040","member":"2984","published-online":{"date-parts":[[2014]]},"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:54:20Z","timestamp":1590094460000},"score":23.127266,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/the-grammar-dimension-in-instructed-second-language-learning-advances-in-instructed-second-language-acquisition-research"}},"issued":{"date-parts":[[2014]]},"ISBN":["9781472542113"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781472542113","published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T00:42:22Z","timestamp":1648600942342},"edition-number":"2","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780203821930","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203821930","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T05:17:17Z","timestamp":1394774237000},"source":"Crossref","is-referenced-by-count":0,"title":["Second + Language Learning Data Analysis"],"prefix":"10.4324","author":[{"given":"Susan","family":"Gass","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2013,5,13]]},"deposited":{"date-parts":[[2018,9,2]],"date-time":"2018-09-02T03:34:28Z","timestamp":1535859268000},"score":23.08831,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780203821930"}},"subtitle":["Second Edition"],"issued":{"date-parts":[[2013,5,13]]},"ISBN":["9780203821930"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203821930","published":{"date-parts":[[2013,5,13]]}},{"indexed":{"date-parts":[[2022,9,30]],"date-time":"2022-09-30T07:48:51Z","timestamp":1664524131367},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John Benjamins Publishing Company","isbn-type":[{"value":"9789027219770","type":"print"},{"value":"9789027219787","type":"print"},{"value":"9789027292148","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,8,23]]},"DOI":"10.1075\/lllt.19","type":"monograph","created":{"date-parts":[[2013,12,16]],"date-time":"2013-12-16T17:47:03Z","timestamp":1387216023000},"source":"Crossref","is-referenced-by-count":26,"title":["Memory, Psychology and Second Language Learning"],"prefix":"10.1075","author":[{"given":"Mick","family":"Randall","sequence":"first","affiliation":[{"name":"British University in Dubai"}]}],"member":"1757","published-online":{"date-parts":[[2008,7,1]]},"container-title":["Language - Learning & Language Teaching"],"link":[{"URL":"https:\/\/www.jbe-platform.com\/deliver\/fulltext\/9789027292148.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,12,4]],"date-time":"2019-12-04T10:03:55Z","timestamp":1575453835000},"score":22.98349,"resource":{"primary":{"URL":"http:\/\/www.jbe-platform.com\/content\/books\/9789027292148"}},"issued":{"date-parts":[[2007,8,23]]},"ISBN":["9789027219770","9789027219787","9789027292148"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/lllt.19","archive":["Portico"],"ISSN":["1569-9471"],"issn-type":[{"value":"1569-9471","type":"print"}],"published":{"date-parts":[[2007,8,23]]}},{"indexed":{"date-parts":[[2022,12,9]],"date-time":"2022-12-09T05:43:11Z","timestamp":1670564591894},"publisher-location":"Cham","reference-count":0,"publisher":"Springer + Learning & Language Teaching"],"link":[{"URL":"https:\/\/www.jbe-platform.com\/deliver\/fulltext\/9789027292148.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,12,4]],"date-time":"2019-12-04T10:03:55Z","timestamp":1575453835000},"score":22.823101,"resource":{"primary":{"URL":"http:\/\/www.jbe-platform.com\/content\/books\/9789027292148"}},"issued":{"date-parts":[[2007,8,23]]},"ISBN":["9789027219770","9789027219787","9789027292148"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/lllt.19","archive":["Portico"],"ISSN":["1569-9471"],"issn-type":[{"value":"1569-9471","type":"print"}],"published":{"date-parts":[[2007,8,23]]}},{"indexed":{"date-parts":[[2022,12,9]],"date-time":"2022-12-09T05:43:11Z","timestamp":1670564591894},"publisher-location":"Cham","reference-count":0,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783031202209","type":"print"},{"value":"9783031202216","type":"electronic"}],"license":[{"start":{"date-parts":[[2022,1,1]],"date-time":"2022-01-01T00:00:00Z","timestamp":1640995200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springernature.com\/gp\/researchers\/text-and-data-mining"},{"start":{"date-parts":[[2022,1,1]],"date-time":"2022-01-01T00:00:00Z","timestamp":1640995200000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springernature.com\/gp\/researchers\/text-and-data-mining"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"DOI":"10.1007\/978-3-031-20221-6","type":"book","created":{"date-parts":[[2022,12,8]],"date-time":"2022-12-08T13:06:07Z","timestamp":1670504767000},"source":"Crossref","is-referenced-by-count":0,"title":["Investigating the Role of Affective Factors in Second Language Learning Tasks"],"prefix":"10.1007","author":[{"given":"\u00c1gnes","family":"Albert","sequence":"first","affiliation":[]}],"member":"297","container-title":["Second - Language Learning and Teaching"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-031-20221-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-031-20221-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,12,8]],"date-time":"2022-12-08T13:08:24Z","timestamp":1670504904000},"score":22.884071,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-031-20221-6"}},"issued":{"date-parts":[[2022]]},"ISBN":["9783031202209","9783031202216"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-031-20221-6","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2022]]}},{"indexed":{"date-parts":[[2022,12,28]],"date-time":"2022-12-28T03:49:31Z","timestamp":1672199371979},"publisher-location":"Amsterdam","edition-number":"2","reference-count":0,"publisher":"John - Benjamins Publishing Company","isbn-type":[{"value":"9789027219916","type":"print"},{"value":"9789027219954","type":"print"},{"value":"9789027287960","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2010,10,26]]},"DOI":"10.1075\/lllt.28","type":"monograph","created":{"date-parts":[[2013,12,16]],"date-time":"2013-12-16T22:47:03Z","timestamp":1387234023000},"source":"Crossref","is-referenced-by-count":21,"title":["Appraising - Research in Second Language Learning"],"prefix":"10.1075","author":[{"given":"Graeme - Keith","family":"Porte","sequence":"first","affiliation":[{"name":"University - of Granada"}]}],"member":"1757","published-online":{"date-parts":[[2010,11,2]]},"container-title":["Language - Learning & Language Teaching"],"link":[{"URL":"https:\/\/www.jbe-platform.com\/deliver\/fulltext\/9789027287960.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,12,4]],"date-time":"2019-12-04T15:03:58Z","timestamp":1575471838000},"score":22.812677,"resource":{"primary":{"URL":"http:\/\/www.jbe-platform.com\/content\/books\/9789027287960"}},"subtitle":["A - practical approach to critical analysis of quantitative research. Second edition"],"issued":{"date-parts":[[2010,10,26]]},"ISBN":["9789027219916","9789027219954","9789027287960"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/lllt.28","archive":["Portico"],"ISSN":["1569-9471"],"issn-type":[{"value":"1569-9471","type":"print"}],"published":{"date-parts":[[2010,10,26]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Multilingualism, + Language Learning and Teaching"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-031-20221-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-031-20221-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,12,8]],"date-time":"2022-12-08T13:08:24Z","timestamp":1670504904000},"score":22.78832,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-031-20221-6"}},"issued":{"date-parts":[[2022]]},"ISBN":["9783031202209","9783031202216"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-031-20221-6","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2022]]}},{"indexed":{"date-parts":[[2022,7,2]],"date-time":"2022-07-02T11:12:58Z","timestamp":1656760378134},"reference-count":0,"publisher":"De + Gruyter","isbn-type":[{"value":"9783110661941","type":"electronic"}],"license":[{"start":{"date-parts":[[2021,5,20]],"date-time":"2021-05-20T00:00:00Z","timestamp":1621468800000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,5,25]]},"DOI":"10.1515\/9783110661941","type":"book","created":{"date-parts":[[2021,5,26]],"date-time":"2021-05-26T16:51:18Z","timestamp":1622047878000},"source":"Crossref","is-referenced-by-count":0,"title":["Diversity + Dimensions in Mathematics and Language Learning"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2021,5,20]]},"deposited":{"date-parts":[[2022,7,2]],"date-time":"2022-07-02T10:34:30Z","timestamp":1656758070000},"score":22.7284,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110661941\/html"}},"subtitle":["Perspectives + on Culture, Education and Multilingualism"],"editor":[{"given":"Annemarie","family":"Fritz","sequence":"first","affiliation":[]},{"given":"Erkan","family":"G\u00fcrsoy","sequence":"additional","affiliation":[]},{"given":"Moritz","family":"Herzog","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5,20]]},"ISBN":["9783110661941"],"references-count":0,"alternative-id":["10.1515\/9783110661941"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110661941","published":{"date-parts":[[2021,5,20]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Multilingualism, Second Language Learning, and Gender 2011"}}}' - recorded_at: Sat, 07 Jan 2023 03:14:36 GMT + recorded_at: Sun, 15 Jan 2023 19:22:45 GMT - request: method: get uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Multilingualism,%20Second%20Language%20Learning,%20and%20Gender,%20DE%20GRUYTER%20MOUTON,%20Berlin,%20New%20York,%202011%22&rows=10 @@ -201,11 +198,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 03:14:36 GMT + - Sun, 15 Jan 2023 19:22:47 GMT Content-Type: - application/json Content-Length: - - '3377' + - '3365' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -233,39 +230,39 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":5440,"items":[{"indexed":{"date-parts":[[2022,10,29]],"date-time":"2022-10-29T02:25:37Z","timestamp":1667010337277},"reference-count":0,"publisher":"DE - GRUYTER MOUTON","isbn-type":[{"value":"9783110170269","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2001,12,31]]},"DOI":"10.1515\/9783110889406","type":"book","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":75,"title":["Multilingualism, - Second Language Learning, and Gender"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2001,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:06Z","timestamp":1618988106000},"score":38.591713,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406\/html"}},"subtitle":[""],"editor":[{"given":"Aneta","family":"Pavlenko","sequence":"first","affiliation":[]},{"given":"Adrian","family":"Blackledge","sequence":"additional","affiliation":[]},{"given":"Ingrid","family":"Piller","sequence":"additional","affiliation":[]},{"given":"Marya","family":"Teutsch-Dwyer","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2001,12,31]]},"ISBN":["9783110170269"],"references-count":0,"alternative-id":["10.1515\/9783110889406"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406","published":{"date-parts":[[2001,12,31]]}},{"indexed":{"date-parts":[[2023,1,4]],"date-time":"2023-01-04T09:23:26Z","timestamp":1672824206723},"publisher-location":"Cham","reference-count":0,"publisher":"Springer + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":5440,"items":[{"indexed":{"date-parts":[[2023,1,11]],"date-time":"2023-01-11T08:49:19Z","timestamp":1673426959376},"reference-count":0,"publisher":"DE + GRUYTER MOUTON","isbn-type":[{"value":"9783110170269","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2001,12,31]]},"DOI":"10.1515\/9783110889406","type":"book","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":76,"title":["Multilingualism, + Second Language Learning, and Gender"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2001,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:06Z","timestamp":1618988106000},"score":38.51784,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406\/html"}},"subtitle":[""],"editor":[{"given":"Aneta","family":"Pavlenko","sequence":"first","affiliation":[]},{"given":"Adrian","family":"Blackledge","sequence":"additional","affiliation":[]},{"given":"Ingrid","family":"Piller","sequence":"additional","affiliation":[]},{"given":"Marya","family":"Teutsch-Dwyer","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2001,12,31]]},"ISBN":["9783110170269"],"references-count":0,"alternative-id":["10.1515\/9783110889406"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406","published":{"date-parts":[[2001,12,31]]}},{"indexed":{"date-parts":[[2023,1,4]],"date-time":"2023-01-04T09:23:26Z","timestamp":1672824206723},"publisher-location":"Cham","reference-count":0,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319568911","type":"print"},{"value":"9783319568928","type":"electronic"}],"license":[{"start":{"date-parts":[[2017,1,1]],"date-time":"2017-01-01T00:00:00Z","timestamp":1483228800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017]]},"DOI":"10.1007\/978-3-319-56892-8","type":"book","created":{"date-parts":[[2017,5,13]],"date-time":"2017-05-13T04:44:25Z","timestamp":1494650665000},"source":"Crossref","is-referenced-by-count":1,"title":["Multiculturalism, Multilingualism and the Self"],"prefix":"10.1007","member":"297","container-title":["Second - Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-56892-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-56892-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,16]],"date-time":"2020-01-16T11:53:46Z","timestamp":1579175626000},"score":29.144222,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-56892-8"}},"subtitle":["Studies + Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-56892-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-56892-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,16]],"date-time":"2020-01-16T11:53:46Z","timestamp":1579175626000},"score":29.043762,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-56892-8"}},"subtitle":["Studies in Linguistics and Language Learning"],"editor":[{"given":"Danuta","family":"Gabry\u015b-Barker","sequence":"first","affiliation":[]},{"given":"Dagmara","family":"Ga\u0142ajda","sequence":"additional","affiliation":[]},{"given":"Adam","family":"Wojtaszek","sequence":"additional","affiliation":[]},{"given":"Pawe\u0142","family":"Zakrajewski","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2017]]},"ISBN":["9783319568911","9783319568928"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-56892-8","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T21:34:46Z","timestamp":1648935286278},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783642200823","type":"print"},{"value":"9783642200830","type":"electronic"}],"license":[{"start":{"date-parts":[[2011,1,1]],"date-time":"2011-01-01T00:00:00Z","timestamp":1293840000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011]]},"DOI":"10.1007\/978-3-642-20083-0","type":"book","created":{"date-parts":[[2011,8,1]],"date-time":"2011-08-01T04:36:56Z","timestamp":1312173416000},"source":"Crossref","is-referenced-by-count":0,"title":["New Perspectives in Language, Discourse and Translation Studies"],"prefix":"10.1007","member":"297","container-title":["Second - Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20083-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20083-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T14:56:22Z","timestamp":1554562582000},"score":28.91526,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-20083-0"}},"editor":[{"given":"Miros\u0142aw","family":"Pawlak","sequence":"first","affiliation":[]},{"given":"Jakub","family":"Bielak","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2011]]},"ISBN":["9783642200823","9783642200830"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-20083-0","ISSN":["2193-7648"],"issn-type":[{"value":"2193-7648","type":"print"}],"published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T01:36:19Z","timestamp":1648517779633},"publisher-location":"Cham","reference-count":0,"publisher":"Springer + Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20083-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20083-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T14:56:22Z","timestamp":1554562582000},"score":28.822243,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-20083-0"}},"editor":[{"given":"Miros\u0142aw","family":"Pawlak","sequence":"first","affiliation":[]},{"given":"Jakub","family":"Bielak","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2011]]},"ISBN":["9783642200823","9783642200830"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-20083-0","ISSN":["2193-7648"],"issn-type":[{"value":"2193-7648","type":"print"}],"published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T01:36:19Z","timestamp":1648517779633},"publisher-location":"Cham","reference-count":0,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319014135","type":"print"},{"value":"9783319014142","type":"electronic"}],"license":[{"start":{"date-parts":[[2014,1,1]],"date-time":"2014-01-01T00:00:00Z","timestamp":1388534400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1007\/978-3-319-01414-2","type":"book","created":{"date-parts":[[2013,9,18]],"date-time":"2013-09-18T08:25:57Z","timestamp":1379492757000},"source":"Crossref","is-referenced-by-count":4,"title":["Essential Topics in Applied Linguistics and Multilingualism"],"prefix":"10.1007","member":"297","container-title":["Second - Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-01414-2.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-01414-2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T16:44:24Z","timestamp":1554569064000},"score":28.666595,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-01414-2"}},"editor":[{"given":"Miros\u0142aw","family":"Pawlak","sequence":"first","affiliation":[]},{"given":"Larissa","family":"Aronin","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2014]]},"ISBN":["9783319014135","9783319014142"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-01414-2","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T03:11:27Z","timestamp":1649041887179},"publisher-location":"Berlin, + Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-01414-2.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-01414-2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T16:44:24Z","timestamp":1554569064000},"score":28.577042,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-01414-2"}},"editor":[{"given":"Miros\u0142aw","family":"Pawlak","sequence":"first","affiliation":[]},{"given":"Larissa","family":"Aronin","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2014]]},"ISBN":["9783319014135","9783319014142"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-01414-2","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T03:11:27Z","timestamp":1649041887179},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783642201400","type":"print"},{"value":"9783642201417","type":"electronic"}],"license":[{"start":{"date-parts":[[2011,1,1]],"date-time":"2011-01-01T00:00:00Z","timestamp":1293840000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011]]},"DOI":"10.1007\/978-3-642-20141-7","type":"book","created":{"date-parts":[[2011,8,29]],"date-time":"2011-08-29T11:37:07Z","timestamp":1314617827000},"source":"Crossref","is-referenced-by-count":5,"title":["Extending the Boundaries of Research on Second Language Learning and Teaching"],"prefix":"10.1007","author":[{"given":"Miros\u0142aw","family":"Pawlak","sequence":"first","affiliation":[]}],"member":"297","container-title":["Second - Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20141-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20141-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T22:43:56Z","timestamp":1554590636000},"score":27.573204,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-20141-7"}},"issued":{"date-parts":[[2011]]},"ISBN":["9783642201400","9783642201417"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-20141-7","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2023,1,4]],"date-time":"2023-01-04T10:17:59Z","timestamp":1672827479133},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John + Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20141-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20141-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T22:43:56Z","timestamp":1554590636000},"score":27.50558,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-20141-7"}},"issued":{"date-parts":[[2011]]},"ISBN":["9783642201400","9783642201417"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-20141-7","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2023,1,4]],"date-time":"2023-01-04T10:17:59Z","timestamp":1672827479133},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John Benjamins Publishing Company","isbn-type":[{"value":"9789027219985","type":"print"},{"value":"9789027219992","type":"print"},{"value":"9789027287359","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,2,28]]},"DOI":"10.1075\/lllt.29","type":"book","created":{"date-parts":[[2013,12,16]],"date-time":"2013-12-16T22:47:03Z","timestamp":1387234023000},"source":"Crossref","is-referenced-by-count":102,"title":["A Dynamic Approach to Second Language Development"],"prefix":"10.1075","member":"1757","published-online":{"date-parts":[[2011,2,11]]},"container-title":["Language - Learning & Language Teaching"],"link":[{"URL":"https:\/\/www.jbe-platform.com\/deliver\/fulltext\/9789027287359.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,12,4]],"date-time":"2019-12-04T15:03:59Z","timestamp":1575471839000},"score":27.281734,"resource":{"primary":{"URL":"http:\/\/www.jbe-platform.com\/content\/books\/9789027287359"}},"subtitle":["Methods + Learning & Language Teaching"],"link":[{"URL":"https:\/\/www.jbe-platform.com\/deliver\/fulltext\/9789027287359.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,12,4]],"date-time":"2019-12-04T15:03:59Z","timestamp":1575471839000},"score":27.231514,"resource":{"primary":{"URL":"http:\/\/www.jbe-platform.com\/content\/books\/9789027287359"}},"subtitle":["Methods and techniques"],"editor":[{"given":"Marjolijn","family":"Verspoor","sequence":"first","affiliation":[{"name":"University of Groningen"}]},{"given":"Kees","family":"de Bot","sequence":"additional","affiliation":[{"name":"University of Groningen"}]},{"given":"Wander","family":"Lowie","sequence":"additional","affiliation":[{"name":"University of Groningen"}]}],"issued":{"date-parts":[[2011,2,11]]},"ISBN":["9789027219985","9789027219992","9789027287359"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/lllt.29","ISSN":["1569-9471"],"issn-type":[{"value":"1569-9471","type":"print"}],"published":{"date-parts":[[2011,2,11]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T05:17:03Z","timestamp":1648963023500},"publisher-location":"Cham","reference-count":0,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319610481","type":"print"},{"value":"9783319610498","type":"electronic"}],"license":[{"start":{"date-parts":[[2017,1,1]],"date-time":"2017-01-01T00:00:00Z","timestamp":1483228800000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017]]},"DOI":"10.1007\/978-3-319-61049-8","type":"book","created":{"date-parts":[[2017,7,31]],"date-time":"2017-07-31T13:44:42Z","timestamp":1501508682000},"source":"Crossref","is-referenced-by-count":1,"title":["Multiculturalism, Multilingualism and the Self: Literature and Culture Studies"],"prefix":"10.1007","member":"297","container-title":["Second - Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-61049-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-61049-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2017,7,31]],"date-time":"2017-07-31T13:44:43Z","timestamp":1501508683000},"score":27.180546,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-61049-8"}},"editor":[{"given":"Jacek","family":"Mydla","sequence":"first","affiliation":[]},{"given":"Ma\u0142gorzata","family":"Poks","sequence":"additional","affiliation":[]},{"given":"Leszek","family":"Drong","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2017]]},"ISBN":["9783319610481","9783319610498"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-61049-8","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T12:54:24Z","timestamp":1648990464923},"reference-count":0,"publisher":"transcript + Language Learning and Teaching"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-61049-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-61049-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2017,7,31]],"date-time":"2017-07-31T13:44:43Z","timestamp":1501508683000},"score":27.091196,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-61049-8"}},"editor":[{"given":"Jacek","family":"Mydla","sequence":"first","affiliation":[]},{"given":"Ma\u0142gorzata","family":"Poks","sequence":"additional","affiliation":[]},{"given":"Leszek","family":"Drong","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2017]]},"ISBN":["9783319610481","9783319610498"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-61049-8","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T12:54:24Z","timestamp":1648990464923},"reference-count":0,"publisher":"transcript Verlag","isbn-type":[{"value":"9783837616835","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,12,31]]},"DOI":"10.1515\/transcript.9783839416839","type":"book","created":{"date-parts":[[2021,10,31]],"date-time":"2021-10-31T21:12:48Z","timestamp":1635714768000},"source":"Crossref","is-referenced-by-count":0,"title":["Kunst - baut Stadt"],"prefix":"10.1515","author":[{"given":"Christine","family":"Nippe","sequence":"first","affiliation":[]}],"member":"374","published-online":{"date-parts":[[2011,12,31]]},"deposited":{"date-parts":[[2021,10,31]],"date-time":"2021-10-31T21:21:40Z","timestamp":1635715300000},"score":26.611444,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/transcript.9783839416839\/html"}},"subtitle":["K\u00fcnstler + baut Stadt"],"prefix":"10.1515","author":[{"given":"Christine","family":"Nippe","sequence":"first","affiliation":[]}],"member":"374","published-online":{"date-parts":[[2011,12,31]]},"deposited":{"date-parts":[[2021,10,31]],"date-time":"2021-10-31T21:21:40Z","timestamp":1635715300000},"score":26.575459,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/transcript.9783839416839\/html"}},"subtitle":["K\u00fcnstler und ihre Metropolenbilder in Berlin und New York"],"issued":{"date-parts":[[2011,12,31]]},"ISBN":["9783837616835"],"references-count":0,"alternative-id":["10.1515\/transcript.9783839416839"],"URL":"http:\/\/dx.doi.org\/10.1515\/transcript.9783839416839","relation":{"is-identical-to":[{"id-type":"doi","id":"10.14361\/transcript.9783839416839","asserted-by":"subject"}]},"published":{"date-parts":[[2011,12,31]]}},{"indexed":{"date-parts":[[2022,8,19]],"date-time":"2022-08-19T00:17:53Z","timestamp":1660868273005},"reference-count":0,"publisher":"Multilingual Matters","isbn-type":[{"value":"9781847694430","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,12,31]]},"DOI":"10.21832\/9781847694430","type":"book","created":{"date-parts":[[2018,11,20]],"date-time":"2018-11-20T09:01:18Z","timestamp":1542704478000},"source":"Crossref","is-referenced-by-count":35,"title":["New - Trends in Crosslinguistic Influence and Multilingualism Research"],"prefix":"10.21832","member":"9289","published-online":{"date-parts":[[2018,11,16]]},"link":[{"URL":"http:\/\/www.degruyter.com\/view\/books\/9781847694430\/9781847694430\/9781847694430.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.21832\/9781847694430\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,22]],"date-time":"2021-04-22T13:38:13Z","timestamp":1619098693000},"score":26.354136,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.21832\/9781847694430\/html"}},"editor":[{"given":"Gessica","family":"De + Trends in Crosslinguistic Influence and Multilingualism Research"],"prefix":"10.21832","member":"9289","published-online":{"date-parts":[[2018,11,16]]},"link":[{"URL":"http:\/\/www.degruyter.com\/view\/books\/9781847694430\/9781847694430\/9781847694430.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.21832\/9781847694430\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,22]],"date-time":"2021-04-22T13:38:13Z","timestamp":1619098693000},"score":26.281395,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.21832\/9781847694430\/html"}},"editor":[{"given":"Gessica","family":"De Angelis","sequence":"first","affiliation":[]},{"given":"Jean-Marc","family":"Dewaele","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2011,12,31]]},"ISBN":["9781847694430"],"references-count":0,"alternative-id":["10.21832\/9781847694430"],"URL":"http:\/\/dx.doi.org\/10.21832\/9781847694430","published":{"date-parts":[[2011,12,31]]}},{"indexed":{"date-parts":[[2022,11,30]],"date-time":"2022-11-30T08:27:28Z","timestamp":1669796848428},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783642202001","type":"print"},{"value":"9783642202018","type":"electronic"}],"license":[{"start":{"date-parts":[[2011,1,1]],"date-time":"2011-01-01T00:00:00Z","timestamp":1293840000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011]]},"DOI":"10.1007\/978-3-642-20201-8","type":"book","created":{"date-parts":[[2011,8,26]],"date-time":"2011-08-26T08:28:48Z","timestamp":1314347328000},"source":"Crossref","is-referenced-by-count":6,"title":["Aspects - of Culture in Second Language Acquisition and Foreign Language Learning"],"prefix":"10.1007","member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20201-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20201-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T08:27:15Z","timestamp":1554539235000},"score":25.924866,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-20201-8"}},"editor":[{"given":"Janusz","family":"Arabski","sequence":"first","affiliation":[]},{"given":"Adam","family":"Wojtaszek","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2011]]},"ISBN":["9783642202001","9783642202018"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-20201-8","published":{"date-parts":[[2011]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Sat, 07 Jan 2023 03:14:36 GMT + of Culture in Second Language Acquisition and Foreign Language Learning"],"prefix":"10.1007","member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20201-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-20201-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T08:27:15Z","timestamp":1554539235000},"score":25.838217,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-20201-8"}},"editor":[{"given":"Janusz","family":"Arabski","sequence":"first","affiliation":[]},{"given":"Adam","family":"Wojtaszek","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2011]]},"ISBN":["9783642202001","9783642202018"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-20201-8","published":{"date-parts":[[2011]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' + recorded_at: Sun, 15 Jan 2023 19:22:47 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/book-part.yml b/spec/vcr_cassettes/book-part.yml index c6bcc1f..f6d4378 100644 --- a/spec/vcr_cassettes/book-part.yml +++ b/spec/vcr_cassettes/book-part.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 03:20:34 GMT + - Sun, 15 Jan 2023 19:22:48 GMT Content-Type: - application/json Content-Length: - '579' Set-Cookie: - - AWSALB=VeERMaKs707Hlb0c9PvfLZDq4tREVsMEmvQJfMuao5gD2pMbrWSiOATdXrHZpIhwFTuouQRJIILnUGtO1BiWAVUZopCybUGFqI/9CbvGbi40nSxA4Mlac7icJnCb; - Expires=Sat, 14 Jan 2023 03:20:34 GMT; Path=/ - - AWSALBCORS=VeERMaKs707Hlb0c9PvfLZDq4tREVsMEmvQJfMuao5gD2pMbrWSiOATdXrHZpIhwFTuouQRJIILnUGtO1BiWAVUZopCybUGFqI/9CbvGbi40nSxA4Mlac7icJnCb; - Expires=Sat, 14 Jan 2023 03:20:34 GMT; Path=/; SameSite=None + - AWSALB=NZqhEXyWKKLC099vGEcykosk9YF9rUnjSclNWCIl2thbaqxj1n5aHLyZupUNFPKX0wbmy7SweOilGMhVgIpRKuZhs+CuerCgDcj1TqU73DabpvDGuRfeOzirU3u0; + Expires=Sun, 22 Jan 2023 19:22:48 GMT; Path=/ + - AWSALBCORS=NZqhEXyWKKLC099vGEcykosk9YF9rUnjSclNWCIl2thbaqxj1n5aHLyZupUNFPKX0wbmy7SweOilGMhVgIpRKuZhs+CuerCgDcj1TqU73DabpvDGuRfeOzirU3u0; + Expires=Sun, 22 Jan 2023 19:22:48 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -62,7 +62,7 @@ http_interactions: University Press","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"published-print":{"date-parts":[[2020]]},"DOI":"10.1215\/9781478007609-047","type":"book-part","created":{"date-parts":[[2020,9,10]],"date-time":"2020-09-10T17:11:03Z","timestamp":1599757863000},"page":"177-179","source":"Crossref","is-referenced-by-count":0,"title":["Occupied Haiti (1915\u20131934)"],"prefix":"10.1215","member":"73","container-title":["The Haiti Reader"],"original-title":[],"deposited":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T15:48:41Z","timestamp":1599839321000},"score":1,"resource":{"primary":{"URL":"http:\/\/read.dukeupress.edu\/books\/book\/2710\/chapter\/2008410\/Occupied-Haiti-19151934"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1215\/9781478007609-047","relation":{},"published":{"date-parts":[[2020]]}}}' - recorded_at: Sat, 07 Jan 2023 03:20:34 GMT + recorded_at: Sun, 15 Jan 2023 19:22:48 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book,type:book-set,type:edited-book,type:monograph,type:reference-book&query=The%20Haiti%20Reader%202020 @@ -82,11 +82,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 03:20:35 GMT + - Sun, 15 Jan 2023 19:22:53 GMT Content-Type: - application/json Content-Length: - - '7132' + - '7160' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -114,39 +114,39 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":97865,"items":[{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T07:46:14Z","timestamp":1648885574189},"reference-count":0,"publisher":"Duke + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":97994,"items":[{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T07:46:14Z","timestamp":1648885574189},"reference-count":0,"publisher":"Duke University Press","isbn-type":[{"value":"9781478007609","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.1515\/9781478007609","type":"book","created":{"date-parts":[[2020,9,9]],"date-time":"2020-09-09T19:56:46Z","timestamp":1599681406000},"source":"Crossref","is-referenced-by-count":0,"title":["The - Haiti Reader"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2020,9,2]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/582875","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T13:27:21Z","timestamp":1618925241000},"score":24.815119,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609\/html"}},"subtitle":["History, + Haiti Reader"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2020,9,2]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/582875","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T13:27:21Z","timestamp":1618925241000},"score":24.787296,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609\/html"}},"subtitle":["History, Culture, Politics"],"editor":[{"given":"Laurent","family":"Dubois","sequence":"first","affiliation":[]},{"given":"Kaiama L.","family":"Glover","sequence":"additional","affiliation":[]},{"given":"Nad\u00e8ve","family":"M\u00e9nard","sequence":"additional","affiliation":[]},{"given":"Millery","family":"Polyn\u00e9","sequence":"additional","affiliation":[]},{"given":"Chantalle F.","family":"Verna","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2020,9,2]]},"ISBN":["9781478007609"],"references-count":0,"alternative-id":["10.1515\/9781478007609"],"URL":"http:\/\/dx.doi.org\/10.1515\/9781478007609","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1215\/9781478007609","asserted-by":"subject"}]},"published":{"date-parts":[[2020,9,2]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T14:47:38Z","timestamp":1648910858706},"reference-count":0,"publisher":"Duke University Press","isbn-type":[{"value":"9781478007609","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.1215\/9781478007609","type":"book","created":{"date-parts":[[2020,3,13]],"date-time":"2020-03-13T15:17:17Z","timestamp":1584112637000},"source":"Crossref","is-referenced-by-count":0,"title":["The - Haiti Reader"],"prefix":"10.1215","member":"73","deposited":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T15:48:04Z","timestamp":1599839284000},"score":24.809338,"resource":{"primary":{"URL":"http:\/\/read.dukeupress.edu\/books\/book\/2710\/The-Haiti-ReaderHistory-Culture-Politics"}},"subtitle":["History, + Haiti Reader"],"prefix":"10.1215","member":"73","deposited":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T15:48:04Z","timestamp":1599839284000},"score":24.730848,"resource":{"primary":{"URL":"http:\/\/read.dukeupress.edu\/books\/book\/2710\/The-Haiti-ReaderHistory-Culture-Politics"}},"subtitle":["History, Culture, Politics"],"editor":[{"given":"Laurent","family":"Dubois","sequence":"first","affiliation":[]},{"given":"Kaiama L.","family":"Glover","sequence":"additional","affiliation":[]},{"given":"Nad\u00e8ve","family":"M\u00e9nard","sequence":"additional","affiliation":[]},{"given":"Millery","family":"Polyn\u00e9","sequence":"additional","affiliation":[]},{"given":"Chantalle F.","family":"Verna","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2020]]},"ISBN":["9781478007609"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1215\/9781478007609","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1515\/9781478007609","asserted-by":"object"}]},"published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:45:42Z","timestamp":1648719942978},"reference-count":0,"publisher":"Duke University Press","isbn-type":[{"value":"9781478007609","type":"electronic"},{"value":"9781478005162","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,1,20]]},"DOI":"10.2307\/j.ctv1220qc0","type":"monograph","created":{"date-parts":[[2021,5,13]],"date-time":"2021-05-13T00:20:46Z","timestamp":1620865246000},"source":"Crossref","is-referenced-by-count":0,"title":["The - Haiti Reader"],"prefix":"10.2307","member":"1121","deposited":{"date-parts":[[2021,5,13]],"date-time":"2021-05-13T00:20:48Z","timestamp":1620865248000},"score":24.495497,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1220qc0"}},"subtitle":["History, + Haiti Reader"],"prefix":"10.2307","member":"1121","deposited":{"date-parts":[[2021,5,13]],"date-time":"2021-05-13T00:20:48Z","timestamp":1620865248000},"score":24.445421,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1220qc0"}},"subtitle":["History, Culture, Politics"],"editor":[{"given":"Laurent","family":"Dubois","sequence":"additional","affiliation":[]},{"given":"Kaiama L.","family":"Glover","sequence":"additional","affiliation":[]},{"given":"Nad\u00e8ve","family":"M\u00e9nard","sequence":"additional","affiliation":[]},{"given":"Millery","family":"Polyn\u00e9","sequence":"additional","affiliation":[]},{"given":"Chantalle F.","family":"Verna","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2020,1,20]]},"ISBN":["9781478007609","9781478005162"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1220qc0","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1515\/9781478007609","asserted-by":"subject"},{"id-type":"doi","id":"10.1215\/9781478007609","asserted-by":"subject"}]},"published":{"date-parts":[[2020,1,20]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T13:45:42Z","timestamp":1648561542840},"reference-count":0,"publisher":"FAO","isbn-type":[{"value":"9789251330173","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.4060\/cb0176en","type":"book","created":{"date-parts":[[2020,7,15]],"date-time":"2020-07-15T09:42:42Z","timestamp":1594806162000},"source":"Crossref","is-referenced-by-count":0,"title":["Haiti - | Revised humanitarian response (May\u2013December 2020)"],"prefix":"10.4060","member":"2504","link":[{"URL":"http:\/\/www.fao.org\/3\/cb0176en\/cb0176en.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T13:06:52Z","timestamp":1608642412000},"score":18.741201,"resource":{"primary":{"URL":"http:\/\/www.fao.org\/documents\/card\/en\/c\/cb0176en"}},"issued":{"date-parts":[[2020]]},"ISBN":["9789251330173"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4060\/cb0176en","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T04:23:49Z","timestamp":1648614229645},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781351308328","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781351308328","type":"book","created":{"date-parts":[[2020,4,9]],"date-time":"2020-04-09T13:12:16Z","timestamp":1586437936000},"source":"Crossref","is-referenced-by-count":2,"title":["Political - Economy in Haiti"],"prefix":"10.4324","author":[{"given":"Simon M.","family":"Fass","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2020,2,13]]},"deposited":{"date-parts":[[2020,10,15]],"date-time":"2020-10-15T02:16:16Z","timestamp":1602728176000},"score":16.901398,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351308311"}},"subtitle":["The + | Revised humanitarian response (May\u2013December 2020)"],"prefix":"10.4060","member":"2504","link":[{"URL":"http:\/\/www.fao.org\/3\/cb0176en\/cb0176en.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T13:06:52Z","timestamp":1608642412000},"score":18.763794,"resource":{"primary":{"URL":"http:\/\/www.fao.org\/documents\/card\/en\/c\/cb0176en"}},"issued":{"date-parts":[[2020]]},"ISBN":["9789251330173"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4060\/cb0176en","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T04:23:49Z","timestamp":1648614229645},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781351308328","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781351308328","type":"book","created":{"date-parts":[[2020,4,9]],"date-time":"2020-04-09T13:12:16Z","timestamp":1586437936000},"source":"Crossref","is-referenced-by-count":2,"title":["Political + Economy in Haiti"],"prefix":"10.4324","author":[{"given":"Simon M.","family":"Fass","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2020,2,13]]},"deposited":{"date-parts":[[2020,10,15]],"date-time":"2020-10-15T02:16:16Z","timestamp":1602728176000},"score":16.910843,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351308311"}},"subtitle":["The Drama of Survival"],"issued":{"date-parts":[[2020,2,13]]},"ISBN":["9781351308328"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781351308328","published":{"date-parts":[[2020,2,13]]}},{"indexed":{"date-parts":[[2022,9,7]],"date-time":"2022-09-07T07:54:37Z","timestamp":1662537277415},"reference-count":0,"publisher":"University of Pennsylvania Press","isbn-type":[{"value":"9780812296549","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.9783\/9780812296549","type":"book","created":{"date-parts":[[2020,1,21]],"date-time":"2020-01-21T17:03:20Z","timestamp":1579626200000},"source":"Crossref","is-referenced-by-count":2,"title":["The - Black Republic"],"prefix":"10.9783","author":[{"given":"Brandon R.","family":"Byrd","sequence":"first","affiliation":[]}],"member":"4759","published-online":{"date-parts":[[2020,1,17]]},"link":[{"URL":"https:\/\/penn.degruyter.com\/view\/title\/566266","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.9783\/9780812296549\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,23]],"date-time":"2021-04-23T06:24:00Z","timestamp":1619159040000},"score":16.637264,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.9783\/9780812296549\/html"}},"subtitle":["African + Black Republic"],"prefix":"10.9783","author":[{"given":"Brandon R.","family":"Byrd","sequence":"first","affiliation":[]}],"member":"4759","published-online":{"date-parts":[[2020,1,17]]},"link":[{"URL":"https:\/\/penn.degruyter.com\/view\/title\/566266","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.9783\/9780812296549\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,23]],"date-time":"2021-04-23T06:24:00Z","timestamp":1619159040000},"score":16.626507,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.9783\/9780812296549\/html"}},"subtitle":["African Americans and the Fate of Haiti"],"issued":{"date-parts":[[2020,1,17]]},"ISBN":["9780812296549"],"references-count":0,"alternative-id":["10.9783\/9780812296549"],"URL":"http:\/\/dx.doi.org\/10.9783\/9780812296549","published":{"date-parts":[[2020,1,17]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:02:01Z","timestamp":1648641721253},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1093\/gmo\/9781561592630.article.o009396","type":"reference-book","created":{"date-parts":[[2018,1,2]],"date-time":"2018-01-02T13:11:14Z","timestamp":1514898674000},"source":"Crossref","is-referenced-by-count":0,"title":["Haiti (opera)"],"prefix":"10.1093","member":"286","container-title":["Oxford Music - Online"],"original-title":["Haiti (opera)"],"deposited":{"date-parts":[[2018,1,5]],"date-time":"2018-01-05T00:11:22Z","timestamp":1515111082000},"score":16.492601,"resource":{"primary":{"URL":"http:\/\/www.oxfordmusiconline.com\/grovemusic\/view\/10.1093\/gmo\/9781561592630.001.0001\/omo-9781561592630-e-5000009396"}},"issued":{"date-parts":[[2002]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/gmo\/9781561592630.article.o009396","published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T17:28:59Z","timestamp":1648834139468},"reference-count":0,"publisher":"Liverpool + Online"],"original-title":["Haiti (opera)"],"deposited":{"date-parts":[[2018,1,5]],"date-time":"2018-01-05T00:11:22Z","timestamp":1515111082000},"score":16.518173,"resource":{"primary":{"URL":"http:\/\/www.oxfordmusiconline.com\/grovemusic\/view\/10.1093\/gmo\/9781561592630.001.0001\/omo-9781561592630-e-5000009396"}},"issued":{"date-parts":[[2002]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/gmo\/9781561592630.article.o009396","published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T17:28:59Z","timestamp":1648834139468},"reference-count":0,"publisher":"Liverpool University Press","isbn-type":[{"value":"9781800346741","type":"electronic"},{"value":"9781800348226","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,25]]},"DOI":"10.2307\/j.ctv1b4gv6g","type":"monograph","created":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:06Z","timestamp":1606767726000},"source":"Crossref","is-referenced-by-count":0,"title":["Haiti - in the British Imagination"],"prefix":"10.2307","author":[{"given":"Jack Daniel","family":"Webb","sequence":"first","affiliation":[]}],"member":"1121","deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:06Z","timestamp":1606767726000},"score":16.391293,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g"}},"subtitle":["Imperial + in the British Imagination"],"prefix":"10.2307","author":[{"given":"Jack Daniel","family":"Webb","sequence":"first","affiliation":[]}],"member":"1121","deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:06Z","timestamp":1606767726000},"score":16.389112,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g"}},"subtitle":["Imperial Worlds, 1847-1915"],"issued":{"date-parts":[[2020,11,25]]},"ISBN":["9781800346741","9781800348226"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T04:45:52Z","timestamp":1648529152654},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2001]]},"DOI":"10.1093\/gmo\/9781561592630.article.44832","type":"reference-book","created":{"date-parts":[[2018,1,3]],"date-time":"2018-01-03T05:27:45Z","timestamp":1514957265000},"source":"Crossref","is-referenced-by-count":0,"title":["Haiti"],"prefix":"10.1093","author":[{"given":"Robert","family":"Grenier","sequence":"first","affiliation":[]},{"given":"Gage","family":"Averill","sequence":"additional","affiliation":[]}],"member":"286","container-title":["Oxford - Music Online"],"original-title":["Haiti"],"deposited":{"date-parts":[[2018,1,3]],"date-time":"2018-01-03T05:27:45Z","timestamp":1514957265000},"score":16.16503,"resource":{"primary":{"URL":"http:\/\/www.oxfordmusiconline.com\/grovemusic\/view\/10.1093\/gmo\/9781561592630.001.0001\/omo-9781561592630-e-0000044832"}},"issued":{"date-parts":[[2001]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/gmo\/9781561592630.article.44832","published":{"date-parts":[[2001]]}},{"indexed":{"date-parts":[[2022,10,28]],"date-time":"2022-10-28T06:11:40Z","timestamp":1666937500069},"reference-count":0,"publisher":"Cornell + Music Online"],"original-title":["Haiti"],"deposited":{"date-parts":[[2018,1,3]],"date-time":"2018-01-03T05:27:45Z","timestamp":1514957265000},"score":16.193317,"resource":{"primary":{"URL":"http:\/\/www.oxfordmusiconline.com\/grovemusic\/view\/10.1093\/gmo\/9781561592630.001.0001\/omo-9781561592630-e-0000044832"}},"issued":{"date-parts":[[2001]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/gmo\/9781561592630.article.44832","published":{"date-parts":[[2001]]}},{"indexed":{"date-parts":[[2022,10,28]],"date-time":"2022-10-28T06:11:40Z","timestamp":1666937500069},"reference-count":0,"publisher":"Cornell University Press","isbn-type":[{"value":"9781501747007","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,2,15]]},"DOI":"10.7591\/9781501747007","type":"monograph","created":{"date-parts":[[2020,2,18]],"date-time":"2020-02-18T09:01:31Z","timestamp":1582016491000},"source":"Crossref","is-referenced-by-count":13,"title":["Street - Sovereigns"],"prefix":"10.7591","author":[{"given":"Chelsey L.","family":"Kivland","sequence":"first","affiliation":[]}],"member":"4434","link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/562048","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.7591\/9781501747007\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,23]],"date-time":"2021-04-23T04:51:46Z","timestamp":1619153506000},"score":16.153404,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.7591\/9781501747007\/html"}},"subtitle":["Young - Men and the Makeshift State in Urban Haiti"],"issued":{"date-parts":[[2020,2,15]]},"ISBN":["9781501747007"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7591\/9781501747007","published":{"date-parts":[[2020,2,15]]}},{"indexed":{"date-parts":[[2022,12,26]],"date-time":"2022-12-26T17:53:07Z","timestamp":1672077187883},"edition-number":"1","reference-count":0,"publisher":"Oxford + Sovereigns"],"prefix":"10.7591","author":[{"given":"Chelsey L.","family":"Kivland","sequence":"first","affiliation":[]}],"member":"4434","link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/562048","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.7591\/9781501747007\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,23]],"date-time":"2021-04-23T04:51:46Z","timestamp":1619153506000},"score":16.150827,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.7591\/9781501747007\/html"}},"subtitle":["Young + Men and the Makeshift State in Urban Haiti"],"issued":{"date-parts":[[2020,2,15]]},"ISBN":["9781501747007"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7591\/9781501747007","published":{"date-parts":[[2020,2,15]]}},{"indexed":{"date-parts":[[2023,1,9]],"date-time":"2023-01-09T13:54:03Z","timestamp":1673272443210},"edition-number":"1","reference-count":0,"publisher":"Oxford University Press","isbn-type":[{"value":"9780197501436","type":"print"},{"value":"9780197520789","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,3,1]]},"abstract":"

In the wake of its \"Caliphate\" declaration in 2014, the self-described Islamic State has been the focus of countless academic papers, government studies, @@ -166,19 +166,19 @@ http_interactions: better understand not only the evolution of Islamic State and the dynamics of asymmetric warfare, but the importance of primary sources in doing so.<\/p>","DOI":"10.1093\/oso\/9780197501436.001.0001","type":"book","created":{"date-parts":[[2020,9,17]],"date-time":"2020-09-17T06:37:02Z","timestamp":1600324622000},"source":"Crossref","is-referenced-by-count":9,"title":["The ISIS Reader"],"prefix":"10.1093","author":[{"given":"Haroro J.","family":"Ingram","sequence":"first","affiliation":[]},{"given":"Craig","family":"Whiteside","sequence":"additional","affiliation":[]},{"given":"Charlie","family":"Winter","sequence":"additional","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2020,9,17]]},"original-title":["The - ISIS Reader"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:07:03Z","timestamp":1659470823000},"score":16.003773,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/36890"}},"subtitle":["Milestone + ISIS Reader"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:07:03Z","timestamp":1659470823000},"score":15.990975,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/36890"}},"subtitle":["Milestone Texts of the Islamic State Movement"],"issued":{"date-parts":[[2020,3,1]]},"ISBN":["9780197501436","9780197520789"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780197501436.001.0001","published":{"date-parts":[[2020,3,1]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T21:13:09Z","timestamp":1648847589675},"reference-count":0,"publisher":"Harvard University Press","isbn-type":[{"value":"9780674251656","type":"electronic"}],"license":[{"start":{"date-parts":[[2020,12,4]],"date-time":"2020-12-04T00:00:00Z","timestamp":1607040000000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.4159\/9780674251656","type":"book","created":{"date-parts":[[2020,12,15]],"date-time":"2020-12-15T11:41:48Z","timestamp":1608032508000},"source":"Crossref","is-referenced-by-count":0,"title":["Racism - in America"],"prefix":"10.4159","member":"2652","published-online":{"date-parts":[[2020,12,4]]},"link":[{"URL":"https:\/\/hup.degruyter.com\/view\/title\/596877","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.4159\/9780674251656\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T20:40:31Z","timestamp":1648845631000},"score":15.851622,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.4159\/9780674251656\/html"}},"subtitle":["A + in America"],"prefix":"10.4159","member":"2652","published-online":{"date-parts":[[2020,12,4]]},"link":[{"URL":"https:\/\/hup.degruyter.com\/view\/title\/596877","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.4159\/9780674251656\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T20:40:31Z","timestamp":1648845631000},"score":15.814833,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.4159\/9780674251656\/html"}},"subtitle":["A Reader"],"issued":{"date-parts":[[2020,12,4]]},"ISBN":["9780674251656"],"references-count":0,"alternative-id":["10.4159\/9780674251656"],"URL":"http:\/\/dx.doi.org\/10.4159\/9780674251656","published":{"date-parts":[[2020,12,4]]}},{"indexed":{"date-parts":[[2022,8,10]],"date-time":"2022-08-10T20:08:13Z","timestamp":1660162093466},"edition-number":"2","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781003060406","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781003060406","type":"book","created":{"date-parts":[[2020,7,13]],"date-time":"2020-07-13T20:26:20Z","timestamp":1594671980000},"source":"Crossref","is-referenced-by-count":3,"title":["The - Bilingualism Reader"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2020,7,24]]},"deposited":{"date-parts":[[2020,9,18]],"date-time":"2020-09-18T18:06:30Z","timestamp":1600452390000},"score":15.716549,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781000100938"}},"editor":[{"given":"Li","family":"Wei","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2020,7,24]]},"ISBN":["9781003060406"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781003060406","published":{"date-parts":[[2020,7,24]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T14:01:53Z","timestamp":1648648913620},"edition-number":"1","reference-count":0,"publisher":"EDITORA + Bilingualism Reader"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2020,7,24]]},"deposited":{"date-parts":[[2020,9,18]],"date-time":"2020-09-18T18:06:30Z","timestamp":1600452390000},"score":15.70234,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781000100938"}},"editor":[{"given":"Li","family":"Wei","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2020,7,24]]},"ISBN":["9781003060406"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781003060406","published":{"date-parts":[[2020,7,24]]}},{"indexed":{"date-parts":[[2022,6,27]],"date-time":"2022-06-27T19:42:43Z","timestamp":1656358963198},"reference-count":0,"publisher":"New + York University Press","isbn-type":[{"value":"9781479887002","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.18574\/nyu\/9781479887002.001.0001","type":"book","created":{"date-parts":[[2022,6,27]],"date-time":"2022-06-27T19:20:53Z","timestamp":1656357653000},"source":"Crossref","is-referenced-by-count":0,"title":["My + Soul Is in Haiti"],"prefix":"10.18574","author":[{"given":"Bertin M. Louis,","family":"Jr.","sequence":"first","affiliation":[]}],"member":"7832","published-online":{"date-parts":[[2020,5,28]]},"deposited":{"date-parts":[[2022,6,27]],"date-time":"2022-06-27T19:20:54Z","timestamp":1656357654000},"score":15.64181,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.18574\/nyu\/9781479887002.001.0001\/html"}},"subtitle":["Protestantism + in the Haitian Diaspora of the Bahamas"],"issued":{"date-parts":[[2020,5,28]]},"ISBN":["9781479887002"],"references-count":0,"alternative-id":["10.18574\/nyu\/9781479887002.001.0001"],"URL":"http:\/\/dx.doi.org\/10.18574\/nyu\/9781479887002.001.0001","published":{"date-parts":[[2020,5,28]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T14:01:53Z","timestamp":1648648913620},"edition-number":"1","reference-count":0,"publisher":"EDITORA CRV","isbn-type":[{"value":"9786558683087","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,20]]},"DOI":"10.24824\/978655868308.7","type":"book","created":{"date-parts":[[2020,11,20]],"date-time":"2020-11-20T12:20:12Z","timestamp":1605874812000},"source":"Crossref","is-referenced-by-count":0,"title":["O HAITI COMO LOCUS FICCIONAL DA IDENTIDADE CARIBENHA: olhares transnacionais em Carpentier, C\u00e9saire e Glissant"],"prefix":"10.24824","author":[{"given":"Maria - Helena Valentim Duca","family":"OYAMA","sequence":"first","affiliation":[]}],"member":"10443","published-online":{"date-parts":[[2020,11,20]]},"deposited":{"date-parts":[[2020,11,20]],"date-time":"2020-11-20T12:20:12Z","timestamp":1605874812000},"score":15.645388,"resource":{"primary":{"URL":"https:\/\/editoracrv.com.br\/produtos\/detalhes\/35434-crv"}},"issued":{"date-parts":[[2020,11,20]]},"ISBN":["9786558683087"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.24824\/978655868308.7","published":{"date-parts":[[2020,11,20]]}},{"indexed":{"date-parts":[[2022,6,27]],"date-time":"2022-06-27T19:42:43Z","timestamp":1656358963198},"reference-count":0,"publisher":"New - York University Press","isbn-type":[{"value":"9781479887002","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.18574\/nyu\/9781479887002.001.0001","type":"book","created":{"date-parts":[[2022,6,27]],"date-time":"2022-06-27T19:20:53Z","timestamp":1656357653000},"source":"Crossref","is-referenced-by-count":0,"title":["My - Soul Is in Haiti"],"prefix":"10.18574","author":[{"given":"Bertin M. Louis,","family":"Jr.","sequence":"first","affiliation":[]}],"member":"7832","published-online":{"date-parts":[[2020,5,28]]},"deposited":{"date-parts":[[2022,6,27]],"date-time":"2022-06-27T19:20:54Z","timestamp":1656357654000},"score":15.645117,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.18574\/nyu\/9781479887002.001.0001\/html"}},"subtitle":["Protestantism - in the Haitian Diaspora of the Bahamas"],"issued":{"date-parts":[[2020,5,28]]},"ISBN":["9781479887002"],"references-count":0,"alternative-id":["10.18574\/nyu\/9781479887002.001.0001"],"URL":"http:\/\/dx.doi.org\/10.18574\/nyu\/9781479887002.001.0001","published":{"date-parts":[[2020,5,28]]}},{"indexed":{"date-parts":[[2022,9,30]],"date-time":"2022-09-30T12:56:23Z","timestamp":1664542583583},"edition-number":"1","reference-count":0,"publisher":"University + Helena Valentim Duca","family":"OYAMA","sequence":"first","affiliation":[]}],"member":"10443","published-online":{"date-parts":[[2020,11,20]]},"deposited":{"date-parts":[[2020,11,20]],"date-time":"2020-11-20T12:20:12Z","timestamp":1605874812000},"score":15.630963,"resource":{"primary":{"URL":"https:\/\/editoracrv.com.br\/produtos\/detalhes\/35434-crv"}},"issued":{"date-parts":[[2020,11,20]]},"ISBN":["9786558683087"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.24824\/978655868308.7","published":{"date-parts":[[2020,11,20]]}},{"indexed":{"date-parts":[[2022,9,30]],"date-time":"2022-09-30T12:56:23Z","timestamp":1664542583583},"edition-number":"1","reference-count":0,"publisher":"University Press of Florida","isbn-type":[{"value":"9781683402107","type":"print"},{"value":"9781683402978","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,8,10]]},"abstract":"

This volume is the first to focus on teaching about Haiti\u2019s complex history and culture from a multidisciplinary perspective. Making broad connections @@ -200,13 +200,10 @@ http_interactions: are increasingly relevant in an era in which teachers are often called to address neoliberalist views and practices and isolationist politics.<\/p>","DOI":"10.5744\/florida\/9781683402107.001.0001","type":"book","created":{"date-parts":[[2022,5,21]],"date-time":"2022-05-21T05:02:58Z","timestamp":1653109378000},"source":"Crossref","is-referenced-by-count":1,"title":["Teaching Haiti"],"prefix":"10.5744","member":"3749","published-online":{"date-parts":[[2022,5,19]]},"original-title":["Teaching - Haiti"],"deposited":{"date-parts":[[2022,5,21]],"date-time":"2022-05-21T05:02:59Z","timestamp":1653109379000},"score":15.525841,"resource":{"primary":{"URL":"https:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9781683402107.001.0001\/upso-9781683402107"}},"subtitle":["Strategies + Haiti"],"deposited":{"date-parts":[[2022,5,21]],"date-time":"2022-05-21T05:02:59Z","timestamp":1653109379000},"score":15.522637,"resource":{"primary":{"URL":"https:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9781683402107.001.0001\/upso-9781683402107"}},"subtitle":["Strategies for Creating New Narratives"],"editor":[{"given":"C\u00e9cile","family":"Accilien","sequence":"first","affiliation":[]},{"given":"Val\u00e9rie K.","family":"Orlando","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,8,10]]},"ISBN":["9781683402107","9781683402978"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5744\/florida\/9781683402107.001.0001","relation":{"is-identical-to":[{"id-type":"doi","id":"10.2307\/j.ctv1t2mz45","asserted-by":"subject"}]},"published":{"date-parts":[[2021,8,10]]}},{"indexed":{"date-parts":[[2023,1,3]],"date-time":"2023-01-03T09:53:24Z","timestamp":1672739604486},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781003087076","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781003087076","type":"book","created":{"date-parts":[[2020,6,1]],"date-time":"2020-06-01T15:26:26Z","timestamp":1591025186000},"source":"Crossref","is-referenced-by-count":4,"title":["The - Material Culture Reader"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2020,5,31]]},"deposited":{"date-parts":[[2020,10,13]],"date-time":"2020-10-13T04:48:47Z","timestamp":1602564527000},"score":15.503466,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781000184167"}},"editor":[{"given":"Victor","family":"Buchli","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2020,5,31]]},"ISBN":["9781003087076"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781003087076","published":{"date-parts":[[2020,5,31]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T17:25:00Z","timestamp":1648920300953},"publisher-location":"Cham","reference-count":0,"publisher":"Springer - International Publishing","isbn-type":[{"value":"9783030526078","type":"print"},{"value":"9783030526085","type":"electronic"}],"license":[{"start":{"date-parts":[[2020,1,1]],"date-time":"2020-01-01T00:00:00Z","timestamp":1577836800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2020,1,1]],"date-time":"2020-01-01T00:00:00Z","timestamp":1577836800000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.1007\/978-3-030-52608-5","type":"book","created":{"date-parts":[[2020,10,24]],"date-time":"2020-10-24T16:02:44Z","timestamp":1603555364000},"source":"Crossref","is-referenced-by-count":0,"title":["The - Early Haitian State and the Question of Political Legitimacy"],"prefix":"10.1007","author":[{"given":"James","family":"Forde","sequence":"first","affiliation":[]}],"member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-52608-5.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-52608-5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,10,24]],"date-time":"2020-10-24T16:06:09Z","timestamp":1603555569000},"score":15.461433,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-030-52608-5"}},"subtitle":["American - and British Representations of Haiti, 1804\u20141824"],"issued":{"date-parts":[[2020]]},"ISBN":["9783030526078","9783030526085"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-52608-5","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,6,30]],"date-time":"2022-06-30T15:28:06Z","timestamp":1656602886661},"edition-number":"1","reference-count":0,"publisher":"University + Material Culture Reader"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2020,5,31]]},"deposited":{"date-parts":[[2020,10,13]],"date-time":"2020-10-13T04:48:47Z","timestamp":1602564527000},"score":15.496582,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781000184167"}},"editor":[{"given":"Victor","family":"Buchli","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2020,5,31]]},"ISBN":["9781003087076"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781003087076","published":{"date-parts":[[2020,5,31]]}},{"indexed":{"date-parts":[[2022,6,30]],"date-time":"2022-06-30T15:28:06Z","timestamp":1656602886661},"edition-number":"1","reference-count":0,"publisher":"University Press of Florida","isbn-type":[{"value":"9780813062266","type":"print"},{"value":"9780813051987","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,2,28]]},"abstract":"

\n Who Owns Haiti<\/italic> addresses a provocative and complex question, one arguably at the heart of Haitian studies and Haiti\u2019s history. This edited volume @@ -224,12 +221,15 @@ http_interactions: discussions of ownership and independence are in fact central to historical and contemporary considerations of Haiti and Haitians.<\/p>","DOI":"10.5744\/florida\/9780813062266.001.0001","type":"monograph","created":{"date-parts":[[2017,9,23]],"date-time":"2017-09-23T13:49:59Z","timestamp":1506174599000},"source":"Crossref","is-referenced-by-count":3,"title":["Who Owns Haiti?"],"prefix":"10.5744","member":"3749","published-online":{"date-parts":[[2017,9,21]]},"original-title":["Who - Owns Haiti?"],"deposited":{"date-parts":[[2018,12,19]],"date-time":"2018-12-19T10:14:49Z","timestamp":1545214489000},"score":15.438904,"resource":{"primary":{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813062266.001.0001\/upso-9780813062266"}},"subtitle":["People, - Power, and Sovereignty"],"editor":[{"given":"Robert","family":"Maguire","sequence":"first","affiliation":[]},{"given":"Scott","family":"Freeman","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2017,2,28]]},"ISBN":["9780813062266","9780813051987"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5744\/florida\/9780813062266.001.0001","published":{"date-parts":[[2017,2,28]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T02:21:31Z","timestamp":1648693291621},"reference-count":0,"publisher":"Yale - University Press","isbn-type":[{"value":"9780300184822","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.12987\/9780300184822","type":"book","created":{"date-parts":[[2022,1,20]],"date-time":"2022-01-20T16:22:45Z","timestamp":1642695765000},"source":"Crossref","is-referenced-by-count":0,"title":["Poetry - Reader for Russian Learners"],"prefix":"10.12987","member":"5164","published-online":{"date-parts":[[2020,1,13]]},"deposited":{"date-parts":[[2022,1,20]],"date-time":"2022-01-20T16:22:45Z","timestamp":1642695765000},"score":15.4204445,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.12987\/9780300184822\/html"}},"editor":[{"given":"Julia","family":"Titus","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2020,1,13]]},"ISBN":["9780300184822"],"references-count":0,"alternative-id":["10.12987\/9780300184822"],"URL":"http:\/\/dx.doi.org\/10.12987\/9780300184822","published":{"date-parts":[[2020,1,13]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"The + Owns Haiti?"],"deposited":{"date-parts":[[2018,12,19]],"date-time":"2018-12-19T10:14:49Z","timestamp":1545214489000},"score":15.466117,"resource":{"primary":{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813062266.001.0001\/upso-9780813062266"}},"subtitle":["People, + Power, and Sovereignty"],"editor":[{"given":"Robert","family":"Maguire","sequence":"first","affiliation":[]},{"given":"Scott","family":"Freeman","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2017,2,28]]},"ISBN":["9780813062266","9780813051987"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5744\/florida\/9780813062266.001.0001","published":{"date-parts":[[2017,2,28]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T17:25:00Z","timestamp":1648920300953},"publisher-location":"Cham","reference-count":0,"publisher":"Springer + International Publishing","isbn-type":[{"value":"9783030526078","type":"print"},{"value":"9783030526085","type":"electronic"}],"license":[{"start":{"date-parts":[[2020,1,1]],"date-time":"2020-01-01T00:00:00Z","timestamp":1577836800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2020,1,1]],"date-time":"2020-01-01T00:00:00Z","timestamp":1577836800000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.1007\/978-3-030-52608-5","type":"book","created":{"date-parts":[[2020,10,24]],"date-time":"2020-10-24T16:02:44Z","timestamp":1603555364000},"source":"Crossref","is-referenced-by-count":0,"title":["The + Early Haitian State and the Question of Political Legitimacy"],"prefix":"10.1007","author":[{"given":"James","family":"Forde","sequence":"first","affiliation":[]}],"member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-52608-5.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-52608-5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,10,24]],"date-time":"2020-10-24T16:06:09Z","timestamp":1603555569000},"score":15.44639,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-030-52608-5"}},"subtitle":["American + and British Representations of Haiti, 1804\u20141824"],"issued":{"date-parts":[[2020]]},"ISBN":["9783030526078","9783030526085"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-52608-5","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T14:32:16Z","timestamp":1648737136153},"reference-count":0,"publisher":"transcript + Verlag","isbn-type":[{"value":"9783839453513","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.1515\/9783839453513","type":"book","created":{"date-parts":[[2021,10,26]],"date-time":"2021-10-26T23:07:28Z","timestamp":1635289648000},"source":"Crossref","is-referenced-by-count":0,"title":["Wohnungsforschung"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2020,12,9]]},"deposited":{"date-parts":[[2021,10,26]],"date-time":"2021-10-26T23:07:29Z","timestamp":1635289649000},"score":15.3920965,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783839453513\/html"}},"subtitle":["Ein + Reader"],"editor":[{"given":"Sebastian","family":"Schipper","sequence":"first","affiliation":[]},{"given":"Lisa","family":"Vollmer","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2020,12,9]]},"ISBN":["9783839453513"],"references-count":0,"alternative-id":["10.1515\/9783839453513"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783839453513","relation":{"is-identical-to":[{"id-type":"doi","id":"10.14361\/9783839453513","asserted-by":"subject"}]},"published":{"date-parts":[[2020,12,9]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"The Haiti Reader 2020"}}}' - recorded_at: Sat, 07 Jan 2023 03:20:35 GMT + recorded_at: Sun, 15 Jan 2023 19:22:53 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Occupied%2BHaiti%2B(1915%E2%80%931934)%2B2020%2BDuke%2BUniversity%2BPress @@ -249,11 +249,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 03:20:36 GMT + - Sun, 15 Jan 2023 19:22:56 GMT Content-Type: - application/json Content-Length: - - '4694' + - '4827' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -281,20 +281,20 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1379843,"items":[{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T01:38:13Z","timestamp":1648949893410},"reference-count":0,"publisher":"Duke + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1380662,"items":[{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T01:38:13Z","timestamp":1648949893410},"reference-count":0,"publisher":"Duke University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.1215\/9781478007609-047","type":"book-part","created":{"date-parts":[[2020,9,10]],"date-time":"2020-09-10T17:11:03Z","timestamp":1599757863000},"page":"177-179","source":"Crossref","is-referenced-by-count":0,"title":["Occupied Haiti (1915\u20131934)"],"prefix":"10.1215","member":"73","container-title":["The - Haiti Reader"],"deposited":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T15:48:41Z","timestamp":1599839321000},"score":51.671917,"resource":{"primary":{"URL":"http:\/\/read.dukeupress.edu\/books\/book\/2710\/chapter\/2008410\/Occupied-Haiti-19151934"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1215\/9781478007609-047","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T01:34:14Z","timestamp":1649036054193},"reference-count":0,"publisher":"Duke + Haiti Reader"],"deposited":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T15:48:41Z","timestamp":1599839321000},"score":51.658875,"resource":{"primary":{"URL":"http:\/\/read.dukeupress.edu\/books\/book\/2710\/chapter\/2008410\/Occupied-Haiti-19151934"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1215\/9781478007609-047","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T01:34:14Z","timestamp":1649036054193},"reference-count":0,"publisher":"Duke University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.1515\/9781478007609-006","type":"book-chapter","created":{"date-parts":[[2020,9,9]],"date-time":"2020-09-09T19:56:46Z","timestamp":1599681406000},"page":"177-250","source":"Crossref","is-referenced-by-count":0,"title":["IV Occupied Haiti (1915\u20131934)"],"prefix":"10.1515","member":"374","container-title":["The - Haiti Reader"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9781478007609\/10.1515\/9781478007609-006.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609-006\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609-006\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T13:27:25Z","timestamp":1618925245000},"score":47.85034,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609-006\/html"}},"issued":{"date-parts":[[2020,12,31]]},"references-count":0,"alternative-id":["10.1515\/9781478007609-006","10.1515\/9781478007609"],"URL":"http:\/\/dx.doi.org\/10.1515\/9781478007609-006","published":{"date-parts":[[2020,12,31]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T22:01:42Z","timestamp":1648677702674},"reference-count":0,"publisher":"The + Haiti Reader"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9781478007609\/10.1515\/9781478007609-006.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609-006\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609-006\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T13:27:25Z","timestamp":1618925245000},"score":47.831547,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609-006\/html"}},"issued":{"date-parts":[[2020,12,31]]},"references-count":0,"alternative-id":["10.1515\/9781478007609-006","10.1515\/9781478007609"],"URL":"http:\/\/dx.doi.org\/10.1515\/9781478007609-006","published":{"date-parts":[[2020,12,31]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T22:01:42Z","timestamp":1648677702674},"reference-count":0,"publisher":"The University Press of Kentucky","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,3,22]]},"DOI":"10.2307\/j.ctvbd8m0m.6","type":"book-chapter","created":{"date-parts":[[2019,1,27]],"date-time":"2019-01-27T16:24:57Z","timestamp":1548606297000},"page":"61-130","source":"Crossref","is-referenced-by-count":0,"title":["Proving Ground:"],"prefix":"10.2307","member":"1121","container-title":["Biplanes - at War"],"deposited":{"date-parts":[[2019,1,27]],"date-time":"2019-01-27T16:25:01Z","timestamp":1548606301000},"score":32.45453,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctvbd8m0m.6"}},"subtitle":["Haiti, + at War"],"deposited":{"date-parts":[[2019,1,27]],"date-time":"2019-01-27T16:25:01Z","timestamp":1548606301000},"score":32.440098,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctvbd8m0m.6"}},"subtitle":["Haiti, 1915\u20131934"],"issued":{"date-parts":[[2019,3,22]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctvbd8m0m.6","published":{"date-parts":[[2019,3,22]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T06:55:08Z","timestamp":1648882508258},"reference-count":0,"publisher":"Liverpool University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,25]]},"DOI":"10.2307\/j.ctv1b4gv6g.6","type":"book-chapter","created":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:06Z","timestamp":1606749726000},"page":"37-86","source":"Crossref","is-referenced-by-count":0,"title":["Representations of the Haitian Empire in the British Press, 1847\u201359"],"prefix":"10.2307","member":"1121","container-title":["Haiti - in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:12Z","timestamp":1606749732000},"score":30.003069,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.6"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.6","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:25:31Z","timestamp":1659068731889},"reference-count":0,"publisher":"University + in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:12Z","timestamp":1606749732000},"score":29.96216,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.6"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.6","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:25:31Z","timestamp":1659068731889},"reference-count":0,"publisher":"University Press of Kentucky","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,3,22]]},"abstract":"

This chapter examines the US Marine Corps\u2019 experience during the occupation of Haiti from 1915 to 1934. The chapter provides background to the intervention @@ -306,17 +306,17 @@ http_interactions: of the marines, including aviation, in 1934.<\/p>","DOI":"10.5810\/kentucky\/9780813177045.003.0003","type":"book-chapter","created":{"date-parts":[[2019,9,19]],"date-time":"2019-09-19T08:46:44Z","timestamp":1568882804000},"page":"61-130","source":"Crossref","is-referenced-by-count":0,"title":["Proving Ground"],"prefix":"10.5810","author":[{"given":"Wray R.","family":"Johnson","sequence":"first","affiliation":[]},{"given":"Wray R.","family":"Johnson","sequence":"additional","affiliation":[]}],"member":"3827","published-online":{"date-parts":[[2019,9,19]]},"container-title":["Biplanes - at War"],"original-title":["Proving Ground"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T14:41:12Z","timestamp":1659019272000},"score":28.892986,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/kentucky-scholarship-online\/book\/31690\/chapter\/264378935"}},"subtitle":["Haiti, + at War"],"original-title":["Proving Ground"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T14:41:12Z","timestamp":1659019272000},"score":28.87452,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/kentucky-scholarship-online\/book\/31690\/chapter\/264378935"}},"subtitle":["Haiti, 1915\u20131934"],"issued":{"date-parts":[[2019,3,22]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5810\/kentucky\/9780813177045.003.0003","published":{"date-parts":[[2019,3,22]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T01:34:57Z","timestamp":1649208897021},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780203822432","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,17]]},"DOI":"10.4324\/9780203822432-3","type":"book-chapter","created":{"date-parts":[[2020,12,10]],"date-time":"2020-12-10T15:57:11Z","timestamp":1607615831000},"page":"57-75","source":"Crossref","is-referenced-by-count":0,"title":["The Afro - American Response to the Occupation of Haiti, 1915 - 1934"],"prefix":"10.4324","author":[{"given":"Brenda Gayle","family":"Plummer","sequence":"first","affiliation":[]}],"member":"301","container-title":["Race - and U.S. Foreign Policy from 1900 through World War II"],"deposited":{"date-parts":[[2021,4,2]],"date-time":"2021-04-02T09:38:58Z","timestamp":1617356338000},"score":28.354094,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136764691\/chapters\/10.4324\/9780203822432-3"}},"issued":{"date-parts":[[2020,12,17]]},"ISBN":["9780203822432"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203822432-3","published":{"date-parts":[[2020,12,17]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T13:25:48Z","timestamp":1648819548095},"publisher-location":"New + and U.S. Foreign Policy from 1900 through World War II"],"deposited":{"date-parts":[[2021,4,2]],"date-time":"2021-04-02T09:38:58Z","timestamp":1617356338000},"score":28.31198,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136764691\/chapters\/10.4324\/9780203822432-3"}},"issued":{"date-parts":[[2020,12,17]]},"ISBN":["9780203822432"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203822432-3","published":{"date-parts":[[2020,12,17]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T13:25:48Z","timestamp":1648819548095},"publisher-location":"New York","reference-count":1,"publisher":"Palgrave Macmillan US","isbn-type":[{"value":"9781349530922","type":"print"},{"value":"9781403980311","type":"electronic"}],"license":[{"start":{"date-parts":[[2005,1,1]],"date-time":"2005-01-01T00:00:00Z","timestamp":1104537600000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005]]},"DOI":"10.1057\/9781403980311_5","type":"book-chapter","created":{"date-parts":[[2016,5,21]],"date-time":"2016-05-21T06:06:20Z","timestamp":1463810780000},"page":"76-91","source":"Crossref","is-referenced-by-count":0,"title":["Benevolent Imperialism: Haiti during the First U.S. Occupation (1915\u20131934)"],"prefix":"10.1057","author":[{"given":"Philippe R.","family":"Girard","sequence":"first","affiliation":[]}],"member":"297","reference":[{"key":"5_CR1","first-page":"48","volume-title":"The United States Occupation of Haiti, 1915\u20131934","author":"H Schmidt","year":"1971","unstructured":"Quoted in Hans Schmidt, The United States Occupation of Haiti, 1915\u20131934 ( New - Brunswick, NJ: Rutgers, 1971 ), 48."}],"container-title":["Paradise Lost"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1057\/9781403980311_5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,6,1]],"date-time":"2019-06-01T01:15:14Z","timestamp":1559351714000},"score":27.979933,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1057\/9781403980311_5"}},"issued":{"date-parts":[[2005]]},"ISBN":["9781349530922","9781403980311"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1057\/9781403980311_5","published":{"date-parts":[[2005]]}},{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:03:08Z","timestamp":1659067388835},"reference-count":0,"publisher":"Liverpool + Brunswick, NJ: Rutgers, 1971 ), 48."}],"container-title":["Paradise Lost"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1057\/9781403980311_5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,6,1]],"date-time":"2019-06-01T01:15:14Z","timestamp":1559351714000},"score":28.018866,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1057\/9781403980311_5"}},"issued":{"date-parts":[[2005]]},"ISBN":["9781349530922","9781403980311"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1057\/9781403980311_5","published":{"date-parts":[[2005]]}},{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:03:08Z","timestamp":1659067388835},"reference-count":0,"publisher":"Liverpool University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,3,1]]},"abstract":"

Chapter One explores images and texts relating to the Haitian president-turn-emperor Faustin Soulouque that appeared in the British press. These representations @@ -333,42 +333,44 @@ http_interactions: of the Haitian Empire in the British Press, 1847\u201359"],"prefix":"10.3828","author":[{"given":"Jack Daniel","family":"Webb","sequence":"first","affiliation":[]}],"member":"2165","published-online":{"date-parts":[[2021,9,23]]},"container-title":["Haiti in the British Imagination"],"original-title":["Representations of the Haitian - Empire in the British Press, 1847\u201359"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T16:31:41Z","timestamp":1659025901000},"score":27.194118,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/liverpool-scholarship-online\/book\/38481\/chapter\/333540970"}},"issued":{"date-parts":[[2021,3,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3828\/liverpool\/9781800348226.003.0002","published":{"date-parts":[[2021,3,1]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T17:06:38Z","timestamp":1648746398035},"reference-count":1,"publisher":"Duke + Empire in the British Press, 1847\u201359"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T16:31:41Z","timestamp":1659025901000},"score":27.172028,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/liverpool-scholarship-online\/book\/38481\/chapter\/333540970"}},"issued":{"date-parts":[[2021,3,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3828\/liverpool\/9781800348226.003.0002","published":{"date-parts":[[2021,3,1]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T17:06:38Z","timestamp":1648746398035},"reference-count":1,"publisher":"Duke University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.1215\/9781478007609-048","type":"book-chapter","created":{"date-parts":[[2020,3,13]],"date-time":"2020-03-13T15:17:17Z","timestamp":1584112637000},"page":"180-185","source":"Crossref","is-referenced-by-count":0,"title":["1915 Treaty Between the United States and Haiti"],"prefix":"10.1215","author":[{"suffix":"Jr.","given":"Robert Beale","family":"Davis","sequence":"first","affiliation":[]},{"given":"Louis","family":"Borno","sequence":"additional","affiliation":[]}],"member":"73","reference":[{"key":"key 20200827232539688_part04-ch45_1915_treaty_part00_129_suggestions_for_further_reading.r1"}],"container-title":["The - Haiti Reader"],"deposited":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T15:48:42Z","timestamp":1599839322000},"score":27.075195,"resource":{"primary":{"URL":"http:\/\/read.dukeupress.edu\/books\/book\/2710\/chapter\/2008412\/1915-Treaty-Between-the-United-States-and-Haiti"}},"issued":{"date-parts":[[2020]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1215\/9781478007609-048","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T19:11:54Z","timestamp":1648840314109},"reference-count":0,"publisher":"Duke + Haiti Reader"],"deposited":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T15:48:42Z","timestamp":1599839322000},"score":27.061,"resource":{"primary":{"URL":"http:\/\/read.dukeupress.edu\/books\/book\/2710\/chapter\/2008412\/1915-Treaty-Between-the-United-States-and-Haiti"}},"issued":{"date-parts":[[2020]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1215\/9781478007609-048","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T19:11:54Z","timestamp":1648840314109},"reference-count":0,"publisher":"Duke University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,1,20]]},"DOI":"10.2307\/j.ctv1220qc0.51","type":"book-chapter","created":{"date-parts":[[2021,5,13]],"date-time":"2021-05-13T00:20:46Z","timestamp":1620865246000},"page":"180-185","source":"Crossref","is-referenced-by-count":0,"title":["1915 Treaty between the United States and Haiti"],"prefix":"10.2307","author":[{"given":"Robert Beale","family":"Davis","sequence":"first","affiliation":[]},{"given":"Louis","family":"Borno","sequence":"additional","affiliation":[]}],"member":"1121","container-title":["The - Haiti Reader"],"deposited":{"date-parts":[[2021,5,13]],"date-time":"2021-05-13T00:22:44Z","timestamp":1620865364000},"score":27.075195,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1220qc0.51"}},"issued":{"date-parts":[[2020,1,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1220qc0.51","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1215\/9781478007609-048","asserted-by":"subject"}]},"published":{"date-parts":[[2020,1,20]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T22:10:10Z","timestamp":1648851010703},"reference-count":0,"publisher":"Liverpool + Haiti Reader"],"deposited":{"date-parts":[[2021,5,13]],"date-time":"2021-05-13T00:22:44Z","timestamp":1620865364000},"score":27.061,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1220qc0.51"}},"issued":{"date-parts":[[2020,1,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1220qc0.51","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1215\/9781478007609-048","asserted-by":"subject"}]},"published":{"date-parts":[[2020,1,20]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T22:10:10Z","timestamp":1648851010703},"reference-count":0,"publisher":"Liverpool University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,25]]},"DOI":"10.2307\/j.ctv1b4gv6g.11","type":"book-chapter","created":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:06Z","timestamp":1606749726000},"page":"237-264","source":"Crossref","is-referenced-by-count":0,"title":["Bibliography"],"prefix":"10.2307","member":"1121","container-title":["Haiti - in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:16Z","timestamp":1606749736000},"score":26.875578,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.11"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.11","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T10:59:02Z","timestamp":1648983542093},"reference-count":0,"publisher":"Liverpool + in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:16Z","timestamp":1606749736000},"score":26.866985,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.11"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.11","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T10:59:02Z","timestamp":1648983542093},"reference-count":0,"publisher":"Liverpool University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,25]]},"DOI":"10.2307\/j.ctv1b4gv6g.12","type":"book-chapter","created":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:06Z","timestamp":1606767726000},"page":"265-276","source":"Crossref","is-referenced-by-count":0,"title":["Index"],"prefix":"10.2307","member":"1121","container-title":["Haiti - in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:17Z","timestamp":1606767737000},"score":26.863205,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.12"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.12","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T03:16:22Z","timestamp":1648523782622},"reference-count":0,"publisher":"Liverpool - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,25]]},"DOI":"10.2307\/j.ctv1b4gv6g.4","type":"book-chapter","created":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:06Z","timestamp":1606749726000},"page":"xi-xii","source":"Crossref","is-referenced-by-count":0,"title":["Acknowledgements"],"prefix":"10.2307","member":"1121","container-title":["Haiti - in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:10Z","timestamp":1606749730000},"score":26.855253,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.4"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.4","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T03:02:33Z","timestamp":1649127753839},"reference-count":0,"publisher":"Liverpool + in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:17Z","timestamp":1606767737000},"score":26.856607,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.12"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.12","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T03:02:33Z","timestamp":1649127753839},"reference-count":0,"publisher":"Liverpool University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,25]]},"DOI":"10.2307\/j.ctv1b4gv6g.5","type":"book-chapter","created":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:06Z","timestamp":1606767726000},"page":"1-36","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.2307","member":"1121","container-title":["Haiti - in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:11Z","timestamp":1606767731000},"score":26.813898,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.5"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.5","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T19:07:28Z","timestamp":1648667248098},"reference-count":0,"publisher":"Liverpool + in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:11Z","timestamp":1606767731000},"score":26.836994,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.5"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.5","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T03:16:22Z","timestamp":1648523782622},"reference-count":0,"publisher":"Liverpool + University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,25]]},"DOI":"10.2307\/j.ctv1b4gv6g.4","type":"book-chapter","created":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:06Z","timestamp":1606749726000},"page":"xi-xii","source":"Crossref","is-referenced-by-count":0,"title":["Acknowledgements"],"prefix":"10.2307","member":"1121","container-title":["Haiti + in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:10Z","timestamp":1606749730000},"score":26.799103,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.4"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.4","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T19:07:28Z","timestamp":1648667248098},"reference-count":0,"publisher":"Liverpool University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,25]]},"DOI":"10.2307\/j.ctv1b4gv6g.1","type":"book-chapter","created":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:06Z","timestamp":1606749726000},"page":"ii-vi","source":"Crossref","is-referenced-by-count":0,"title":["Front Matter"],"prefix":"10.2307","member":"1121","container-title":["Haiti in the - British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:07Z","timestamp":1606749727000},"score":26.461685,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.1"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.1","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T05:45:49Z","timestamp":1649051149288},"reference-count":0,"publisher":"Liverpool + British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:07Z","timestamp":1606749727000},"score":26.454441,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.1"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.1","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T05:45:49Z","timestamp":1649051149288},"reference-count":0,"publisher":"Liverpool University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,25]]},"DOI":"10.2307\/j.ctv1b4gv6g.10","type":"book-chapter","created":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:06Z","timestamp":1606767726000},"page":"227-236","source":"Crossref","is-referenced-by-count":0,"title":["Conclusion:"],"prefix":"10.2307","member":"1121","container-title":["Haiti - in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:15Z","timestamp":1606767735000},"score":26.09645,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.10"}},"subtitle":["Interlocutory + in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:15Z","timestamp":1606767735000},"score":26.066996,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.10"}},"subtitle":["Interlocutory Cultures"],"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.10","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T08:20:59Z","timestamp":1649060459703},"reference-count":0,"publisher":"Liverpool University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,25]]},"DOI":"10.2307\/j.ctv1b4gv6g.2","type":"book-chapter","created":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:06Z","timestamp":1606767726000},"page":"vii-viii","source":"Crossref","is-referenced-by-count":0,"title":["Table of Contents"],"prefix":"10.2307","member":"1121","container-title":["Haiti - in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:08Z","timestamp":1606767728000},"score":26.020638,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.2"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.2","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,4,21]],"date-time":"2022-04-21T16:15:23Z","timestamp":1650557723203},"reference-count":0,"publisher":"BRILL","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2010,1,1]]},"DOI":"10.1163\/9789460912436_003","type":"book-chapter","created":{"date-parts":[[2019,9,26]],"date-time":"2019-09-26T16:01:21Z","timestamp":1569513681000},"page":"11-21","source":"Crossref","is-referenced-by-count":0,"title":["The + in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:08Z","timestamp":1606767728000},"score":26.043787,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.2"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.2","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,4,21]],"date-time":"2022-04-21T16:15:23Z","timestamp":1650557723203},"reference-count":0,"publisher":"BRILL","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2010,1,1]]},"DOI":"10.1163\/9789460912436_003","type":"book-chapter","created":{"date-parts":[[2019,9,26]],"date-time":"2019-09-26T16:01:21Z","timestamp":1569513681000},"page":"11-21","source":"Crossref","is-referenced-by-count":0,"title":["The Occupier and the \u201cNew\u201d Occupied"],"prefix":"10.1163","member":"50","container-title":["The - Occupier and the \"\"New\"\" Occupied"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789460912436\/BP000003.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/37710","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T06:56:51Z","timestamp":1650437811000},"score":25.50417,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789460912436\/BP000003.xml"}},"issued":{"date-parts":[[2010,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789460912436_003","published":{"date-parts":[[2010,1,1]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T02:32:43Z","timestamp":1648521163474},"reference-count":0,"publisher":"Liverpool + Occupier and the \"\"New\"\" Occupied"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789460912436\/BP000003.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/37710","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T06:56:51Z","timestamp":1650437811000},"score":25.449162,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789460912436\/BP000003.xml"}},"issued":{"date-parts":[[2010,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789460912436_003","published":{"date-parts":[[2010,1,1]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T20:59:57Z","timestamp":1649192397045},"reference-count":0,"publisher":"Northwestern + University Press","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.2307\/j.ctv7tq4rv.7","type":"book-chapter","created":{"date-parts":[[2018,11,15]],"date-time":"2018-11-15T20:27:54Z","timestamp":1542313674000},"page":"59-76","source":"Crossref","is-referenced-by-count":0,"title":["\u201cTo + Start Something to Help These People\u201d:"],"prefix":"10.2307","author":[{"given":"Brandon + R.","family":"Byrd","sequence":"first","affiliation":[]}],"member":"1121","container-title":["New + Perspectives on the Black Intellectual Tradition"],"deposited":{"date-parts":[[2018,11,15]],"date-time":"2018-11-15T20:27:59Z","timestamp":1542313679000},"score":25.29992,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv7tq4rv.7"}},"subtitle":["African + American Women and the Occupation of Haiti, 1915\u20131934"],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv7tq4rv.7"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T02:32:43Z","timestamp":1648521163474},"reference-count":0,"publisher":"Liverpool University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,25]]},"DOI":"10.2307\/j.ctv1b4gv6g.8","type":"book-chapter","created":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:06Z","timestamp":1606767726000},"page":"139-188","source":"Crossref","is-referenced-by-count":0,"title":["Hayti, or, the Black Republic"],"prefix":"10.2307","member":"1121","container-title":["Haiti - in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:13Z","timestamp":1606767733000},"score":25.321005,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.8"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.8","published":{"date-parts":[[2020,11,25]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T05:13:03Z","timestamp":1648617183421},"reference-count":0,"publisher":"Liverpool - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,25]]},"DOI":"10.2307\/j.ctv1b4gv6g.3","type":"book-chapter","created":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:06Z","timestamp":1606749726000},"page":"ix-x","source":"Crossref","is-referenced-by-count":0,"title":["List - of Tables and Figures"],"prefix":"10.2307","member":"1121","container-title":["Haiti - in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T15:22:09Z","timestamp":1606749729000},"score":25.321005,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.3"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.3","published":{"date-parts":[[2020,11,25]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Occupied+Haiti+(1915\u20131934)+2020+Duke+University+Press"}}}' - recorded_at: Sat, 07 Jan 2023 03:20:35 GMT + in the British Imagination"],"deposited":{"date-parts":[[2020,11,30]],"date-time":"2020-11-30T20:22:13Z","timestamp":1606767733000},"score":25.258827,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1b4gv6g.8"}},"issued":{"date-parts":[[2020,11,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1b4gv6g.8","published":{"date-parts":[[2020,11,25]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Occupied+Haiti+(1915\u20131934)+2020+Duke+University+Press"}}}' + recorded_at: Sun, 15 Jan 2023 19:22:56 GMT - request: method: get uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22The%20Haiti%20Reader,%20Duke%20University%20Press,%20,%202020%22&rows=10 @@ -388,11 +390,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 03:20:37 GMT + - Sun, 15 Jan 2023 19:23:00 GMT Content-Type: - application/json Content-Length: - - '5592' + - '5589' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -420,7 +422,7 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":74057,"items":[{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T23:13:03Z","timestamp":1648941183028},"reference-count":0,"publisher":"University + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":73928,"items":[{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T23:13:03Z","timestamp":1648941183028},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter uses the logic of the halo not in the way it appears in Christian iconography, but in the way the halo of what Haiti means radiates as a series @@ -435,7 +437,7 @@ http_interactions: an amazing resistance of its people matched by an outstanding creativity.<\/p>","DOI":"10.5406\/illinois\/9780252038020.003.0010","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T09:04:57Z","timestamp":1493975097000},"source":"Crossref","is-referenced-by-count":2,"title":["\u201cHaiti, I Can See Your Halo!\u201d"],"prefix":"10.5406","author":[{"given":"Carole Boyce","family":"Davies","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University - of Illinois Press"],"original-title":["\u201cHaiti, I Can See Your Halo!\u201d"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:27:42Z","timestamp":1523456862000},"score":29.545483,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252038020.001.0001\/upso-9780252038020-chapter-10"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252038020.003.0010","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T15:17:32Z","timestamp":1648739852050},"reference-count":0,"publisher":"University + of Illinois Press"],"original-title":["\u201cHaiti, I Can See Your Halo!\u201d"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:27:42Z","timestamp":1523456862000},"score":29.585035,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252038020.001.0001\/upso-9780252038020-chapter-10"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252038020.003.0010","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T15:17:32Z","timestamp":1648739852050},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter examines Rosa Guy''s Black feminist and queer engagement with tropes and discourses of twentieth-century radical literature about Haitian Revolution @@ -450,7 +452,7 @@ http_interactions: in the Caribbean, makes critique of U.S. imperialism central to Black feminism.<\/p>","DOI":"10.5406\/illinois\/9780252036507.003.0005","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T08:51:56Z","timestamp":1493974316000},"source":"Crossref","is-referenced-by-count":0,"title":["Rosa Guy, Haiti, and the Hemispheric Woman"],"prefix":"10.5406","author":[{"given":"Cheryl","family":"Higashida","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University of Illinois Press"],"original-title":["Rosa Guy, Haiti, and the Hemispheric - Woman"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:20:55Z","timestamp":1523456455000},"score":29.409136,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252036507.001.0001\/upso-9780252036507-chapter-005"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252036507.003.0005","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:11:44Z","timestamp":1659067904643},"reference-count":0,"publisher":"Edinburgh + Woman"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:20:55Z","timestamp":1523456455000},"score":29.325142,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252036507.001.0001\/upso-9780252036507-chapter-005"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252036507.003.0005","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:11:44Z","timestamp":1659067904643},"reference-count":0,"publisher":"Edinburgh University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,5,24]]},"abstract":"

One of the greatest challenges Giorgio Agamben presents to his readers is the vast and often bewildering range of sources that he draws upon in his work. @@ -473,7 +475,7 @@ http_interactions: are also indissolubly intertwined with the \u2018content\u2019 of his writings, and are as such an essential component of his philosophical proposal.<\/p>","DOI":"10.3366\/edinburgh\/9781474423632.003.0001","type":"book","created":{"date-parts":[[2018,5,24]],"date-time":"2018-05-24T14:19:18Z","timestamp":1527171558000},"source":"Crossref","is-referenced-by-count":0,"title":["Introduction: Agamben as a Reader"],"prefix":"10.3366","author":[{"given":"Adam","family":"Kotsko","sequence":"first","affiliation":[]},{"given":"Carlo","family":"Salzani","sequence":"additional","affiliation":[]}],"member":"1931","container-title":["Edinburgh - University Press"],"original-title":["Introduction: Agamben as a Reader"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T16:57:55Z","timestamp":1659027475000},"score":27.400938,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/edinburgh-scholarship-online\/book\/22298\/chapter\/182512920"}},"issued":{"date-parts":[[2018,5,24]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3366\/edinburgh\/9781474423632.003.0001","published":{"date-parts":[[2018,5,24]]}},{"indexed":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T19:43:23Z","timestamp":1659037403493},"reference-count":0,"publisher":"Cornell + University Press"],"original-title":["Introduction: Agamben as a Reader"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T16:57:55Z","timestamp":1659027475000},"score":27.452726,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/edinburgh-scholarship-online\/book\/22298\/chapter\/182512920"}},"issued":{"date-parts":[[2018,5,24]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3366\/edinburgh\/9781474423632.003.0001","published":{"date-parts":[[2018,5,24]]}},{"indexed":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T19:43:23Z","timestamp":1659037403493},"reference-count":0,"publisher":"Cornell University Press","isbn-type":[{"value":"9781501705335","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,9,21]]},"abstract":"

Since its rediscovery in 1934, the fifteenth-century Book of Margery Kempe<\/italic> has become a canonical text for students of medieval Christian mysticism and @@ -498,7 +500,7 @@ http_interactions: both Kempe''s particular decision to write and the social conditions of late medieval women''s authorship.<\/p>","DOI":"10.7591\/cornell\/9781501705335.001.0001","type":"book","created":{"date-parts":[[2017,12,18]],"date-time":"2017-12-18T16:06:30Z","timestamp":1513613190000},"source":"Crossref","is-referenced-by-count":1,"title":["Margery Kempe and the Lonely Reader"],"prefix":"10.7591","author":[{"given":"Rebecca","family":"Krug","sequence":"first","affiliation":[]}],"member":"4434","container-title":["Cornell - University Press"],"original-title":["Margery Kempe and the Lonely Reader"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T18:59:04Z","timestamp":1659034744000},"score":27.38393,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/cornell-scholarship-online\/book\/21651"}},"issued":{"date-parts":[[2017,9,21]]},"ISBN":["9781501705335"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7591\/cornell\/9781501705335.001.0001","published":{"date-parts":[[2017,9,21]]}},{"indexed":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T17:43:35Z","timestamp":1659030215254},"reference-count":0,"publisher":"Edinburgh + University Press"],"original-title":["Margery Kempe and the Lonely Reader"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T18:59:04Z","timestamp":1659034744000},"score":27.216097,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/cornell-scholarship-online\/book\/21651"}},"issued":{"date-parts":[[2017,9,21]]},"ISBN":["9781501705335"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7591\/cornell\/9781501705335.001.0001","published":{"date-parts":[[2017,9,21]]}},{"indexed":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T17:43:35Z","timestamp":1659030215254},"reference-count":0,"publisher":"Edinburgh University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,5,24]]},"abstract":"

Thus far, the contributors to this volume have considered the many and varied bodies of work that have left their mark on Agamben\u2019s project. In this concluding @@ -517,24 +519,24 @@ http_interactions: individual texts, the reader rarely finds the kinds of \u2018signposts\u2019 that explain why each book is structured in the way that it is.<\/p>","DOI":"10.3366\/edinburgh\/9781474423632.003.0032","type":"book","created":{"date-parts":[[2018,5,24]],"date-time":"2018-05-24T14:19:58Z","timestamp":1527171598000},"source":"Crossref","is-referenced-by-count":0,"title":["Conclusion: Agamben as a Reader of Agamben"],"prefix":"10.3366","author":[{"given":"Adam","family":"Kotsko","sequence":"first","affiliation":[]}],"member":"1931","container-title":["Edinburgh - University Press"],"original-title":["Conclusion: Agamben as a Reader of Agamben"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T16:58:06Z","timestamp":1659027486000},"score":26.957558,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/edinburgh-scholarship-online\/book\/22298\/chapter\/182522028"}},"issued":{"date-parts":[[2018,5,24]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3366\/edinburgh\/9781474423632.003.0032","published":{"date-parts":[[2018,5,24]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T07:46:14Z","timestamp":1648885574189},"reference-count":0,"publisher":"Duke + University Press"],"original-title":["Conclusion: Agamben as a Reader of Agamben"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T16:58:06Z","timestamp":1659027486000},"score":26.978106,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/edinburgh-scholarship-online\/book\/22298\/chapter\/182522028"}},"issued":{"date-parts":[[2018,5,24]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3366\/edinburgh\/9781474423632.003.0032","published":{"date-parts":[[2018,5,24]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T07:46:14Z","timestamp":1648885574189},"reference-count":0,"publisher":"Duke University Press","isbn-type":[{"value":"9781478007609","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.1515\/9781478007609","type":"book","created":{"date-parts":[[2020,9,9]],"date-time":"2020-09-09T19:56:46Z","timestamp":1599681406000},"source":"Crossref","is-referenced-by-count":0,"title":["The - Haiti Reader"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2020,9,2]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/582875","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T13:27:21Z","timestamp":1618925241000},"score":25.02192,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609\/html"}},"subtitle":["History, + Haiti Reader"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2020,9,2]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/582875","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T13:27:21Z","timestamp":1618925241000},"score":24.943523,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781478007609\/html"}},"subtitle":["History, Culture, Politics"],"editor":[{"given":"Laurent","family":"Dubois","sequence":"first","affiliation":[]},{"given":"Kaiama L.","family":"Glover","sequence":"additional","affiliation":[]},{"given":"Nad\u00e8ve","family":"M\u00e9nard","sequence":"additional","affiliation":[]},{"given":"Millery","family":"Polyn\u00e9","sequence":"additional","affiliation":[]},{"given":"Chantalle F.","family":"Verna","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2020,9,2]]},"ISBN":["9781478007609"],"references-count":0,"alternative-id":["10.1515\/9781478007609"],"URL":"http:\/\/dx.doi.org\/10.1515\/9781478007609","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1215\/9781478007609","asserted-by":"subject"}]},"published":{"date-parts":[[2020,9,2]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T14:47:38Z","timestamp":1648910858706},"reference-count":0,"publisher":"Duke University Press","isbn-type":[{"value":"9781478007609","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.1215\/9781478007609","type":"book","created":{"date-parts":[[2020,3,13]],"date-time":"2020-03-13T15:17:17Z","timestamp":1584112637000},"source":"Crossref","is-referenced-by-count":0,"title":["The - Haiti Reader"],"prefix":"10.1215","member":"73","deposited":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T15:48:04Z","timestamp":1599839284000},"score":24.323488,"resource":{"primary":{"URL":"http:\/\/read.dukeupress.edu\/books\/book\/2710\/The-Haiti-ReaderHistory-Culture-Politics"}},"subtitle":["History, + Haiti Reader"],"prefix":"10.1215","member":"73","deposited":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T15:48:04Z","timestamp":1599839284000},"score":24.249954,"resource":{"primary":{"URL":"http:\/\/read.dukeupress.edu\/books\/book\/2710\/The-Haiti-ReaderHistory-Culture-Politics"}},"subtitle":["History, Culture, Politics"],"editor":[{"given":"Laurent","family":"Dubois","sequence":"first","affiliation":[]},{"given":"Kaiama L.","family":"Glover","sequence":"additional","affiliation":[]},{"given":"Nad\u00e8ve","family":"M\u00e9nard","sequence":"additional","affiliation":[]},{"given":"Millery","family":"Polyn\u00e9","sequence":"additional","affiliation":[]},{"given":"Chantalle F.","family":"Verna","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2020]]},"ISBN":["9781478007609"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1215\/9781478007609","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1515\/9781478007609","asserted-by":"object"}]},"published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T02:09:24Z","timestamp":1648519764810},"reference-count":0,"publisher":"Firenze University Press","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.36253\/fup_policy","type":"book","created":{"date-parts":[[2020,1,21]],"date-time":"2020-01-21T12:07:51Z","timestamp":1579608471000},"source":"Crossref","is-referenced-by-count":1,"title":["Firenze University Press Best Practice in Scholarly Publishing"],"prefix":"10.36253","author":[{"name":"Firenze - University Press","sequence":"first","affiliation":[]}],"member":"21822","published-online":{"date-parts":[[2020]]},"deposited":{"date-parts":[[2020,1,21]],"date-time":"2020-01-21T12:07:52Z","timestamp":1579608472000},"score":20.834337,"resource":{"primary":{"URL":"https:\/\/www.fupress.com\/fup-best-practice-in-scholarly-publishing"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36253\/fup_policy","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,10,22]],"date-time":"2022-10-22T04:37:08Z","timestamp":1666413428012},"reference-count":0,"publisher":"Firenze + University Press","sequence":"first","affiliation":[]}],"member":"21822","published-online":{"date-parts":[[2020]]},"deposited":{"date-parts":[[2020,1,21]],"date-time":"2020-01-21T12:07:52Z","timestamp":1579608472000},"score":20.757027,"resource":{"primary":{"URL":"https:\/\/www.fupress.com\/fup-best-practice-in-scholarly-publishing"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36253\/fup_policy","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,10,22]],"date-time":"2022-10-22T04:37:08Z","timestamp":1666413428012},"reference-count":0,"publisher":"Firenze University Press","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.36253\/fup_best_practice","type":"book","created":{"date-parts":[[2020,1,27]],"date-time":"2020-01-27T09:52:26Z","timestamp":1580118746000},"source":"Crossref","is-referenced-by-count":1,"title":["Firenze University Press Best Practice in Scholarly Publishing"],"prefix":"10.36253","author":[{"name":"Firenze - University Press","sequence":"first","affiliation":[]}],"member":"21822","published-online":{"date-parts":[[2020]]},"deposited":{"date-parts":[[2022,10,21]],"date-time":"2022-10-21T09:26:10Z","timestamp":1666344370000},"score":20.69089,"resource":{"primary":{"URL":"https:\/\/fupress.com\/fup-best-practice-in-scholarly-publishing"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36253\/fup_best_practice","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T18:23:45Z","timestamp":1649183025070},"edition-number":"0","reference-count":0,"publisher":"CRC + University Press","sequence":"first","affiliation":[]}],"member":"21822","published-online":{"date-parts":[[2020]]},"deposited":{"date-parts":[[2022,10,21]],"date-time":"2022-10-21T09:26:10Z","timestamp":1666344370000},"score":20.720818,"resource":{"primary":{"URL":"https:\/\/fupress.com\/fup-best-practice-in-scholarly-publishing"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36253\/fup_best_practice","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T18:23:45Z","timestamp":1649183025070},"edition-number":"0","reference-count":0,"publisher":"CRC Press","isbn-type":[{"value":"9780429254758","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1201\/b16119","type":"book","created":{"date-parts":[[2018,4,20]],"date-time":"2018-04-20T16:36:16Z","timestamp":1524242176000},"source":"Crossref","is-referenced-by-count":2,"title":["The - CRC Press Terrorism Reader"],"prefix":"10.1201","author":[{"given":"Marie-Helen","family":"Maras","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2013,11,11]]},"deposited":{"date-parts":[[2021,4,10]],"date-time":"2021-04-10T06:13:38Z","timestamp":1618035218000},"score":18.793343,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781466588332"}},"issued":{"date-parts":[[2013,11,11]]},"ISBN":["9780429254758"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/b16119","published":{"date-parts":[[2013,11,11]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Sat, 07 Jan 2023 03:20:37 GMT + CRC Press Terrorism Reader"],"prefix":"10.1201","author":[{"given":"Marie-Helen","family":"Maras","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2013,11,11]]},"deposited":{"date-parts":[[2021,4,10]],"date-time":"2021-04-10T06:13:38Z","timestamp":1618035218000},"score":18.826513,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781466588332"}},"issued":{"date-parts":[[2013,11,11]]},"ISBN":["9780429254758"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/b16119","published":{"date-parts":[[2013,11,11]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' + recorded_at: Sun, 15 Jan 2023 19:23:00 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/book-section.yml b/spec/vcr_cassettes/book-section.yml index ece277d..8a235a1 100644 --- a/spec/vcr_cassettes/book-section.yml +++ b/spec/vcr_cassettes/book-section.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 03:23:20 GMT + - Sun, 15 Jan 2023 19:23:01 GMT Content-Type: - application/json Content-Length: - '677' Set-Cookie: - - AWSALB=BYEJrlSMF4wqIN7X+IdfB5/tVTsY7yU9sW3kEXgDbygE51r746Z41l7sQe0KHhCjitYuIpUQofQeZHSDOm4w4PZxpWiqKCuXSzAWKfgPHr+JEj0WB8rq7h+86taQ; - Expires=Sat, 14 Jan 2023 03:23:20 GMT; Path=/ - - AWSALBCORS=BYEJrlSMF4wqIN7X+IdfB5/tVTsY7yU9sW3kEXgDbygE51r746Z41l7sQe0KHhCjitYuIpUQofQeZHSDOm4w4PZxpWiqKCuXSzAWKfgPHr+JEj0WB8rq7h+86taQ; - Expires=Sat, 14 Jan 2023 03:23:20 GMT; Path=/; SameSite=None + - AWSALB=F/zmOZ3Rbn6jyUcqP8BixqpNXdC5k/iiqyl9nNzSqB8GvGCeUgkxp9+xZ9HepcmVzlTM8gaMTLwnJAfxPAaK7X6Ga69QBvrNTsSZznpZxBIGJjg84rVu2Hth0gER; + Expires=Sun, 22 Jan 2023 19:23:01 GMT; Path=/ + - AWSALBCORS=F/zmOZ3Rbn6jyUcqP8BixqpNXdC5k/iiqyl9nNzSqB8GvGCeUgkxp9+xZ9HepcmVzlTM8gaMTLwnJAfxPAaK7X6Ga69QBvrNTsSZznpZxBIGJjg84rVu2Hth0gER; + Expires=Sun, 22 Jan 2023 19:23:01 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -65,7 +65,7 @@ http_interactions: E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution lidar data for Alaska infrastructure corridors"],"original-title":[],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:35Z","timestamp":1400222435000},"score":1,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23007"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23007","relation":{}}}' - recorded_at: Sat, 07 Jan 2023 03:23:20 GMT + recorded_at: Sun, 15 Jan 2023 19:23:01 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book,type:book-set,type:edited-book,type:monograph,type:reference-book&query=High-resolution%20lidar%20data%20for%20Alaska%20infrastructure%20corridors%202014 @@ -85,11 +85,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 03:23:21 GMT + - Sun, 15 Jan 2023 19:23:07 GMT Content-Type: - application/json Content-Length: - - '5619' + - '5618' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -117,68 +117,68 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":83552,"items":[{"indexed":{"date-parts":[[2022,7,3]],"date-time":"2022-07-03T08:46:26Z","timestamp":1656837986618},"reference-count":0,"publisher":"Dunod","isbn-type":[{"value":"9782100517183","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.3917\/dunod.fusti.2014.01","type":"monograph","created":{"date-parts":[[2016,2,10]],"date-time":"2016-02-10T20:26:35Z","timestamp":1455135995000},"source":"Crossref","is-referenced-by-count":10,"title":["Les - corridors du quotidien"],"prefix":"10.3917","author":[{"given":"Paul","family":"Fustier","sequence":"first","affiliation":[]}],"member":"2273","deposited":{"date-parts":[[2019,4,17]],"date-time":"2019-04-17T22:45:12Z","timestamp":1555541112000},"score":20.386688,"resource":{"primary":{"URL":"http:\/\/www.cairn.info\/les-corridors-du-quotidien--9782100517183.htm"}},"issued":{"date-parts":[[2014]]},"ISBN":["9782100517183"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3917\/dunod.fusti.2014.01","published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:10:51Z","timestamp":1649171451044},"reference-count":0,"publisher":"The + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":83625,"items":[{"indexed":{"date-parts":[[2022,7,3]],"date-time":"2022-07-03T08:46:26Z","timestamp":1656837986618},"reference-count":0,"publisher":"Dunod","isbn-type":[{"value":"9782100517183","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.3917\/dunod.fusti.2014.01","type":"monograph","created":{"date-parts":[[2016,2,10]],"date-time":"2016-02-10T20:26:35Z","timestamp":1455135995000},"source":"Crossref","is-referenced-by-count":10,"title":["Les + corridors du quotidien"],"prefix":"10.3917","author":[{"given":"Paul","family":"Fustier","sequence":"first","affiliation":[]}],"member":"2273","deposited":{"date-parts":[[2019,4,17]],"date-time":"2019-04-17T22:45:12Z","timestamp":1555541112000},"score":20.373037,"resource":{"primary":{"URL":"http:\/\/www.cairn.info\/les-corridors-du-quotidien--9782100517183.htm"}},"issued":{"date-parts":[[2014]]},"ISBN":["9782100517183"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3917\/dunod.fusti.2014.01","published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:10:51Z","timestamp":1649171451044},"reference-count":0,"publisher":"The World Bank","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,11]]},"DOI":"10.1596\/1813-9450-7091","type":"book","created":{"date-parts":[[2014,12,16]],"date-time":"2014-12-16T21:47:14Z","timestamp":1418766434000},"source":"Crossref","is-referenced-by-count":3,"title":["Protected Areas and Deforestation: New Results from High Resolution Panel Data"],"prefix":"10.1596","author":[{"given":"Brian","family":"Blankespoor","sequence":"first","affiliation":[]},{"given":"Susmita","family":"Dasgupta","sequence":"additional","affiliation":[]},{"given":"David","family":"Wheeler","sequence":"additional","affiliation":[]}],"member":"558","container-title":["Policy - Research Working Papers"],"deposited":{"date-parts":[[2014,12,16]],"date-time":"2014-12-16T21:47:18Z","timestamp":1418766438000},"score":19.670664,"resource":{"primary":{"URL":"http:\/\/elibrary.worldbank.org\/doi\/book\/10.1596\/1813-9450-7091"}},"issued":{"date-parts":[[2014,11]]},"references-count":0,"alternative-id":["10.1596\/1813-9450-7091","10.1596\/prwp"],"URL":"http:\/\/dx.doi.org\/10.1596\/1813-9450-7091","ISSN":["1813-9450"],"issn-type":[{"value":"1813-9450","type":"print"}],"published":{"date-parts":[[2014,11]]}},{"indexed":{"date-parts":[[2023,1,5]],"date-time":"2023-01-05T12:14:55Z","timestamp":1672920895395},"publisher-location":"Boca + Research Working Papers"],"deposited":{"date-parts":[[2014,12,16]],"date-time":"2014-12-16T21:47:18Z","timestamp":1418766438000},"score":19.640312,"resource":{"primary":{"URL":"http:\/\/elibrary.worldbank.org\/doi\/book\/10.1596\/1813-9450-7091"}},"issued":{"date-parts":[[2014,11]]},"references-count":0,"alternative-id":["10.1596\/1813-9450-7091","10.1596\/prwp"],"URL":"http:\/\/dx.doi.org\/10.1596\/1813-9450-7091","ISSN":["1813-9450"],"issn-type":[{"value":"1813-9450","type":"print"}],"published":{"date-parts":[[2014,11]]}},{"indexed":{"date-parts":[[2023,1,5]],"date-time":"2023-01-05T12:14:55Z","timestamp":1672920895395},"publisher-location":"Boca Raton, FL : Taylor & Francis, 2018.","edition-number":"1","reference-count":0,"publisher":"CRC Press","isbn-type":[{"value":"9780429470196","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1201\/9780429470196","type":"book","created":{"date-parts":[[2018,6,27]],"date-time":"2018-06-27T14:23:44Z","timestamp":1530109424000},"source":"Crossref","is-referenced-by-count":10,"title":["High - Spatial Resolution Remote Sensing"],"prefix":"10.1201","member":"301","published-online":{"date-parts":[[2018,6,27]]},"deposited":{"date-parts":[[2021,4,4]],"date-time":"2021-04-04T13:04:36Z","timestamp":1617541476000},"score":18.577837,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429893001"}},"subtitle":["Data, + Spatial Resolution Remote Sensing"],"prefix":"10.1201","member":"301","published-online":{"date-parts":[[2018,6,27]]},"deposited":{"date-parts":[[2021,4,4]],"date-time":"2021-04-04T13:04:36Z","timestamp":1617541476000},"score":18.550447,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429893001"}},"subtitle":["Data, Analysis, and Applications"],"editor":[{"given":"Yuhong","family":"He","sequence":"first","affiliation":[]},{"given":"Qihao","family":"Weng","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2018,6,27]]},"ISBN":["9780429470196"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9780429470196","published":{"date-parts":[[2018,6,27]]}},{"indexed":{"date-parts":[[2023,1,5]],"date-time":"2023-01-05T10:31:55Z","timestamp":1672914715961},"edition-number":"0","reference-count":0,"publisher":"CRC Press","isbn-type":[{"value":"9780429168468","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1201\/b17184","type":"book","created":{"date-parts":[[2014,6,25]],"date-time":"2014-06-25T19:46:22Z","timestamp":1403725582000},"source":"Crossref","is-referenced-by-count":21,"title":["High-Resolution - XAS\/XES"],"prefix":"10.1201","member":"301","published-online":{"date-parts":[[2014,7,14]]},"deposited":{"date-parts":[[2021,4,10]],"date-time":"2021-04-10T11:47:56Z","timestamp":1618055276000},"score":17.735344,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781466592995"}},"subtitle":["Analyzing + XAS\/XES"],"prefix":"10.1201","member":"301","published-online":{"date-parts":[[2014,7,14]]},"deposited":{"date-parts":[[2021,4,10]],"date-time":"2021-04-10T11:47:56Z","timestamp":1618055276000},"score":17.768478,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781466592995"}},"subtitle":["Analyzing Electronic Structures of Catalysts"],"editor":[{"given":"Jacinto","family":"Sa","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2014,7,14]]},"ISBN":["9780429168468"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/b17184","published":{"date-parts":[[2014,7,14]]}},{"indexed":{"date-parts":[[2022,11,12]],"date-time":"2022-11-12T05:34:03Z","timestamp":1668231243241},"reference-count":0,"publisher":"DE GRUYTER","isbn-type":[{"value":"9783110304725","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,9,12]]},"DOI":"10.1515\/9783110305012","type":"edited-book","created":{"date-parts":[[2014,9,30]],"date-time":"2014-09-30T17:03:09Z","timestamp":1412096589000},"source":"Crossref","is-referenced-by-count":4,"title":["Structure - Analysis of Advanced Nanomaterials"],"prefix":"10.1515","author":[{"given":"Takeo","family":"Oku","sequence":"first","affiliation":[]}],"member":"374","published-online":{"date-parts":[[2014,9,12]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110305012\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,11,11]],"date-time":"2022-11-11T07:36:25Z","timestamp":1668152185000},"score":17.588686,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110305012\/html"}},"subtitle":["Nanoworld + Analysis of Advanced Nanomaterials"],"prefix":"10.1515","author":[{"given":"Takeo","family":"Oku","sequence":"first","affiliation":[]}],"member":"374","published-online":{"date-parts":[[2014,9,12]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110305012\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,11,11]],"date-time":"2022-11-11T07:36:25Z","timestamp":1668152185000},"score":17.617958,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110305012\/html"}},"subtitle":["Nanoworld by High-Resolution Electron Microscopy"],"issued":{"date-parts":[[2014,9,12]]},"ISBN":["9783110304725"],"references-count":0,"alternative-id":["10.1515\/9783110305012"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110305012","published":{"date-parts":[[2014,9,12]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T19:22:14Z","timestamp":1649186534027},"publisher-location":"Unitec House, 2 Albert Place, London N3 1QB, UK","reference-count":0,"publisher":"Future Science Ltd","isbn-type":[{"value":"9781909453555","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,1]]},"DOI":"10.4155\/9781909453555","type":"book","created":{"date-parts":[[2017,3,24]],"date-time":"2017-03-24T09:13:10Z","timestamp":1490346790000},"source":"Crossref","is-referenced-by-count":1,"title":["Applications - of High-Resolution Mass Spectrometry in Drug Discovery and Development"],"prefix":"10.4155","author":[{"given":"Lekha","family":"Sleno","sequence":"first","affiliation":[]}],"member":"2641","published-online":{"date-parts":[[2014,12,16]]},"link":[{"URL":"http:\/\/www.futuremedicine.com\/doi\/pdf\/10.4155\/9781909453555","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,9,3]],"date-time":"2021-09-03T18:29:02Z","timestamp":1630693742000},"score":17.576225,"resource":{"primary":{"URL":"https:\/\/www.futuremedicine.com\/doi\/book\/10.4155\/9781909453555"}},"issued":{"date-parts":[[2014,1]]},"ISBN":["9781909453555"],"references-count":0,"alternative-id":["10.4155\/9781909453555"],"URL":"http:\/\/dx.doi.org\/10.4155\/9781909453555","published":{"date-parts":[[2014,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T22:23:55Z","timestamp":1649111035741},"reference-count":0,"publisher":"MDPI","isbn-type":[{"value":"9783038426745","type":"electronic"},{"value":"9783038426738","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,5,11]]},"DOI":"10.3390\/books978-3-03842-674-5","type":"book","created":{"date-parts":[[2018,5,14]],"date-time":"2018-05-14T04:20:34Z","timestamp":1526271634000},"source":"Crossref","is-referenced-by-count":0,"title":["Advances - in Airborne Lidar Systems and Data Processing"],"prefix":"10.3390","member":"1968","deposited":{"date-parts":[[2018,12,6]],"date-time":"2018-12-06T03:07:03Z","timestamp":1544065623000},"score":17.516644,"resource":{"primary":{"URL":"http:\/\/www.mdpi.com\/books\/pdfview\/selection\/641"}},"issued":{"date-parts":[[2018,5,11]]},"ISBN":["9783038426745","9783038426738"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3390\/books978-3-03842-674-5","published":{"date-parts":[[2018,5,11]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T13:57:37Z","timestamp":1648648657785},"publisher-location":"Woods + of High-Resolution Mass Spectrometry in Drug Discovery and Development"],"prefix":"10.4155","author":[{"given":"Lekha","family":"Sleno","sequence":"first","affiliation":[]}],"member":"2641","published-online":{"date-parts":[[2014,12,16]]},"link":[{"URL":"http:\/\/www.futuremedicine.com\/doi\/pdf\/10.4155\/9781909453555","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,9,3]],"date-time":"2021-09-03T18:29:02Z","timestamp":1630693742000},"score":17.585178,"resource":{"primary":{"URL":"https:\/\/www.futuremedicine.com\/doi\/book\/10.4155\/9781909453555"}},"issued":{"date-parts":[[2014,1]]},"ISBN":["9781909453555"],"references-count":0,"alternative-id":["10.4155\/9781909453555"],"URL":"http:\/\/dx.doi.org\/10.4155\/9781909453555","published":{"date-parts":[[2014,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T22:23:55Z","timestamp":1649111035741},"reference-count":0,"publisher":"MDPI","isbn-type":[{"value":"9783038426745","type":"electronic"},{"value":"9783038426738","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,5,11]]},"DOI":"10.3390\/books978-3-03842-674-5","type":"book","created":{"date-parts":[[2018,5,14]],"date-time":"2018-05-14T04:20:34Z","timestamp":1526271634000},"source":"Crossref","is-referenced-by-count":0,"title":["Advances + in Airborne Lidar Systems and Data Processing"],"prefix":"10.3390","member":"1968","deposited":{"date-parts":[[2018,12,6]],"date-time":"2018-12-06T03:07:03Z","timestamp":1544065623000},"score":17.443182,"resource":{"primary":{"URL":"http:\/\/www.mdpi.com\/books\/pdfview\/selection\/641"}},"issued":{"date-parts":[[2018,5,11]]},"ISBN":["9783038426745","9783038426738"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3390\/books978-3-03842-674-5","published":{"date-parts":[[2018,5,11]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T13:57:37Z","timestamp":1648648657785},"publisher-location":"Woods Hole, MA","reference-count":0,"publisher":"Woods Hole Oceanographic Institution","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1998]]},"DOI":"10.1575\/1912\/262","type":"monograph","created":{"date-parts":[[2005,12,16]],"date-time":"2005-12-16T19:46:37Z","timestamp":1134762397000},"source":"Crossref","is-referenced-by-count":0,"title":["A Graphical user interface for processing data from the high resolution profiler (HRP)"],"prefix":"10.1575","author":[{"given":"Ellyn T.","family":"Montgomery","sequence":"first","affiliation":[]},{"given":"S. - Thompson","family":"Bolmer","sequence":"additional","affiliation":[]}],"member":"906","deposited":{"date-parts":[[2017,5,10]],"date-time":"2017-05-10T20:07:02Z","timestamp":1494446822000},"score":17.057198,"resource":{"primary":{"URL":"https:\/\/hdl.handle.net\/1912\/262"}},"issued":{"date-parts":[[1998]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1575\/1912\/262","published":{"date-parts":[[1998]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T05:25:42Z","timestamp":1648617942431},"publisher-location":"Washington, + Thompson","family":"Bolmer","sequence":"additional","affiliation":[]}],"member":"906","deposited":{"date-parts":[[2017,5,10]],"date-time":"2017-05-10T20:07:02Z","timestamp":1494446822000},"score":17.022074,"resource":{"primary":{"URL":"https:\/\/hdl.handle.net\/1912\/262"}},"issued":{"date-parts":[[1998]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1575\/1912\/262","published":{"date-parts":[[1998]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T05:25:42Z","timestamp":1648617942431},"publisher-location":"Washington, D.C.","reference-count":0,"publisher":"National Academies Press","isbn-type":[{"value":"9780309585699","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.17226\/9083","type":"book","created":{"date-parts":[[2015,10,24]],"date-time":"2015-10-24T18:37:54Z","timestamp":1445711874000},"source":"Crossref","is-referenced-by-count":0,"title":["A - Data Foundation For The National Spatial Data Infrastructure"],"prefix":"10.17226","member":"6987","published-online":{"date-parts":[[1995,1,1]]},"deposited":{"date-parts":[[2015,10,24]],"date-time":"2015-10-24T18:40:10Z","timestamp":1445712010000},"score":16.913883,"resource":{"primary":{"URL":"http:\/\/www.nap.edu\/catalog\/9083"}},"issued":{"date-parts":[[1995,1,1]]},"ISBN":["9780309585699"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.17226\/9083","published":{"date-parts":[[1995,1,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T00:45:15Z","timestamp":1649033115935},"reference-count":0,"publisher":"Alaska + Data Foundation For The National Spatial Data Infrastructure"],"prefix":"10.17226","member":"6987","published-online":{"date-parts":[[1995,1,1]]},"deposited":{"date-parts":[[2015,10,24]],"date-time":"2015-10-24T18:40:10Z","timestamp":1445712010000},"score":16.834856,"resource":{"primary":{"URL":"http:\/\/www.nap.edu\/catalog\/9083"}},"issued":{"date-parts":[[1995,1,1]]},"ISBN":["9780309585699"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.17226\/9083","published":{"date-parts":[[1995,1,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T00:45:15Z","timestamp":1649033115935},"reference-count":0,"publisher":"Alaska Sea Grant, University of Alaska Fairbansk","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015,10,1]]},"DOI":"10.4027\/asg1415ar.2015","type":"book","created":{"date-parts":[[2016,5,20]],"date-time":"2016-05-20T08:47:54Z","timestamp":1463734074000},"source":"Crossref","is-referenced-by-count":0,"title":["Alaska - Sea Grant 2014-2015 Annual Report"],"prefix":"10.4027","member":"2454","published-online":{"date-parts":[[2015,10,1]]},"deposited":{"date-parts":[[2016,5,20]],"date-time":"2016-05-20T08:47:54Z","timestamp":1463734074000},"score":16.609957,"resource":{"primary":{"URL":"https:\/\/seagrant.uaf.edu\/about\/reports\/admin-93-annual-report-2015.pdf"}},"issued":{"date-parts":[[2015,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4027\/asg1415ar.2015","published":{"date-parts":[[2015,10,1]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T12:33:41Z","timestamp":1648557221893},"reference-count":0,"publisher":"Pensoft + Sea Grant 2014-2015 Annual Report"],"prefix":"10.4027","member":"2454","published-online":{"date-parts":[[2015,10,1]]},"deposited":{"date-parts":[[2016,5,20]],"date-time":"2016-05-20T08:47:54Z","timestamp":1463734074000},"score":16.61934,"resource":{"primary":{"URL":"https:\/\/seagrant.uaf.edu\/about\/reports\/admin-93-annual-report-2015.pdf"}},"issued":{"date-parts":[[2015,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4027\/asg1415ar.2015","published":{"date-parts":[[2015,10,1]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T12:33:41Z","timestamp":1648557221893},"reference-count":0,"publisher":"Pensoft Publishers","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.3897\/bdj.coll.10","type":"book","created":{"date-parts":[[2017,5,23]],"date-time":"2017-05-23T04:12:57Z","timestamp":1495512777000},"source":"Crossref","is-referenced-by-count":0,"title":["LifeWatchGreece: - Research infrastructure (ESFRI) for biodiversity data and data observatories"],"prefix":"10.3897","member":"2258","published-online":{"date-parts":[[2013]]},"deposited":{"date-parts":[[2017,5,23]],"date-time":"2017-05-23T04:36:54Z","timestamp":1495514214000},"score":16.481857,"resource":{"primary":{"URL":"http:\/\/bdj.pensoft.net\/collection\/10\/"}},"editor":[{"given":"Christos","family":"Arvanitidis","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3897\/bdj.coll.10","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T01:04:20Z","timestamp":1648861460804},"publisher-location":"Washington, + Research infrastructure (ESFRI) for biodiversity data and data observatories"],"prefix":"10.3897","member":"2258","published-online":{"date-parts":[[2013]]},"deposited":{"date-parts":[[2017,5,23]],"date-time":"2017-05-23T04:36:54Z","timestamp":1495514214000},"score":16.406649,"resource":{"primary":{"URL":"http:\/\/bdj.pensoft.net\/collection\/10\/"}},"editor":[{"given":"Christos","family":"Arvanitidis","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3897\/bdj.coll.10","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T01:04:20Z","timestamp":1648861460804},"publisher-location":"Washington, D.C.","reference-count":0,"publisher":"Transportation Research Board","isbn-type":[{"value":"9780309283816","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,8,1]]},"DOI":"10.17226\/22329","type":"book","created":{"date-parts":[[2016,10,19]],"date-time":"2016-10-19T22:08:00Z","timestamp":1476914880000},"source":"Crossref","is-referenced-by-count":0,"title":["Web-Based Screening Tool for Shared-Use Rail Corridors"],"prefix":"10.17226","author":[{"name":"National Cooperative Freight Research Program","sequence":"first","affiliation":[]},{"name":"Transportation Research Board","sequence":"additional","affiliation":[]},{"name":"National - Academies of Sciences, Engineering, and Medicine","sequence":"additional","affiliation":[]}],"member":"6987","deposited":{"date-parts":[[2021,10,19]],"date-time":"2021-10-19T17:17:22Z","timestamp":1634663842000},"score":16.206572,"resource":{"primary":{"URL":"https:\/\/www.nap.edu\/catalog\/22329"}},"issued":{"date-parts":[[2014,8,1]]},"ISBN":["9780309283816"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.17226\/22329","published":{"date-parts":[[2014,8,1]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T17:06:55Z","timestamp":1649005615909},"reference-count":0,"publisher":"Alaska + Academies of Sciences, Engineering, and Medicine","sequence":"additional","affiliation":[]}],"member":"6987","deposited":{"date-parts":[[2021,10,19]],"date-time":"2021-10-19T17:17:22Z","timestamp":1634663842000},"score":16.187208,"resource":{"primary":{"URL":"https:\/\/www.nap.edu\/catalog\/22329"}},"issued":{"date-parts":[[2014,8,1]]},"ISBN":["9780309283816"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.17226\/22329","published":{"date-parts":[[2014,8,1]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T17:06:55Z","timestamp":1649005615909},"reference-count":0,"publisher":"Alaska Sea Grant, University of Alaska Fairbanks","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.4027\/asgcpsp1417.2013","type":"book","created":{"date-parts":[[2014,6,1]],"date-time":"2014-06-01T00:34:08Z","timestamp":1401582848000},"source":"Crossref","is-referenced-by-count":0,"title":["Alaska - Sea Grant College Program Strategic Plan 2014-2017"],"prefix":"10.4027","member":"2454","published-online":{"date-parts":[[2013]]},"deposited":{"date-parts":[[2014,6,1]],"date-time":"2014-06-01T00:34:09Z","timestamp":1401582849000},"score":16.100822,"resource":{"primary":{"URL":"http:\/\/seagrant.uaf.edu\/research\/rfp\/2014-2017strategic-plan.php"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4027\/asgcpsp1417.2013","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,6,23]],"date-time":"2022-06-23T13:25:58Z","timestamp":1655990758590},"publisher-location":"Hoboken, + Sea Grant College Program Strategic Plan 2014-2017"],"prefix":"10.4027","member":"2454","published-online":{"date-parts":[[2013]]},"deposited":{"date-parts":[[2014,6,1]],"date-time":"2014-06-01T00:34:09Z","timestamp":1401582849000},"score":16.095268,"resource":{"primary":{"URL":"http:\/\/seagrant.uaf.edu\/research\/rfp\/2014-2017strategic-plan.php"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4027\/asgcpsp1417.2013","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,6,23]],"date-time":"2022-06-23T13:25:58Z","timestamp":1655990758590},"publisher-location":"Hoboken, NJ, USA","reference-count":0,"publisher":"John Wiley & Sons, Inc.","isbn-type":[{"value":"9781118840962","type":"electronic"},{"value":"9781118342329","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,3,5]]},"DOI":"10.1002\/9781118840962","type":"book","created":{"date-parts":[[2014,2,22]],"date-time":"2014-02-22T21:43:41Z","timestamp":1393105421000},"source":"Crossref","is-referenced-by-count":8,"title":["Competing - with High Quality Data"],"prefix":"10.1002","author":[{"given":"Rajesh","family":"Jugulum","sequence":"first","affiliation":[]}],"member":"311","link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9781118840962","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,5]],"date-time":"2018-08-05T16:21:36Z","timestamp":1533486096000},"score":16.08413,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1002\/9781118840962"}},"subtitle":["Concepts, + with High Quality Data"],"prefix":"10.1002","author":[{"given":"Rajesh","family":"Jugulum","sequence":"first","affiliation":[]}],"member":"311","link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9781118840962","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,5]],"date-time":"2018-08-05T16:21:36Z","timestamp":1533486096000},"score":16.04114,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1002\/9781118840962"}},"subtitle":["Concepts, tools, and Techniques for Building A Successful Approach to Data Quality"],"issued":{"date-parts":[[2014,3,5]]},"ISBN":["9781118840962","9781118342329"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118840962","published":{"date-parts":[[2014,3,5]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T02:53:07Z","timestamp":1648695187254},"publisher-location":"Cham","reference-count":0,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319021584","type":"print"},{"value":"9783319021591","type":"electronic"}],"license":[{"start":{"date-parts":[[2014,1,1]],"date-time":"2014-01-01T00:00:00Z","timestamp":1388534400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1007\/978-3-319-02159-1","type":"book","created":{"date-parts":[[2013,10,31]],"date-time":"2013-10-31T14:33:34Z","timestamp":1383230014000},"source":"Crossref","is-referenced-by-count":0,"title":["Biomolecular Imaging at High Spatial and Temporal Resolution In Vitro and In Vivo"],"prefix":"10.1007","author":[{"given":"Thomas Harry","family":"Sharp","sequence":"first","affiliation":[]}],"member":"297","container-title":["Springer - Theses"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-02159-1.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-02159-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,4]],"date-time":"2019-04-04T10:38:21Z","timestamp":1554374301000},"score":15.999107,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-02159-1"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783319021584","9783319021591"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-02159-1","ISSN":["2190-5053","2190-5061"],"issn-type":[{"value":"2190-5053","type":"print"},{"value":"2190-5061","type":"electronic"}],"published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T02:41:18Z","timestamp":1649040078973},"reference-count":0,"publisher":"World - Bank, Washington, DC","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,11]]},"DOI":"10.1596\/32549","type":"book","created":{"date-parts":[[2019,10,23]],"date-time":"2019-10-23T13:58:00Z","timestamp":1571839080000},"source":"Crossref","is-referenced-by-count":0,"title":["Data - Analytics for Advanced Metering Infrastructure"],"prefix":"10.1596","author":[{"name":"World - Bank","sequence":"first","affiliation":[]}],"member":"558","published-online":{"date-parts":[[2019,10,16]]},"deposited":{"date-parts":[[2021,5,25]],"date-time":"2021-05-25T10:21:18Z","timestamp":1621938078000},"score":15.848146,"resource":{"primary":{"URL":"http:\/\/hdl.handle.net\/10986\/32549"},"secondary":[{"URL":"http:\/\/elibrary.worldbank.org\/doi\/book\/10.1596\/32549"}]},"issued":{"date-parts":[[2018,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1596\/32549","published":{"date-parts":[[2018,11]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T11:52:07Z","timestamp":1648986727470},"edition-number":"1","reference-count":0,"publisher":"Auerbach - Publications","isbn-type":[{"value":"9780429264955","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1201\/9780429264955","type":"book","created":{"date-parts":[[2019,2,18]],"date-time":"2019-02-18T15:38:14Z","timestamp":1550504294000},"source":"Crossref","is-referenced-by-count":0,"title":["Data - Infrastructure Management"],"prefix":"10.1201","author":[{"given":"Greg","family":"Schulz","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2019,1,30]]},"deposited":{"date-parts":[[2021,4,4]],"date-time":"2021-04-04T02:31:54Z","timestamp":1617503514000},"score":15.833876,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429555503"}},"subtitle":["Insights - and Strategies"],"issued":{"date-parts":[[2019,1,30]]},"ISBN":["9780429264955"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9780429264955","published":{"date-parts":[[2019,1,30]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T12:40:55Z","timestamp":1648903255166},"reference-count":0,"publisher":"IGI + Theses"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-02159-1.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-02159-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,4]],"date-time":"2019-04-04T10:38:21Z","timestamp":1554374301000},"score":16.004772,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-02159-1"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783319021584","9783319021591"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-02159-1","ISSN":["2190-5053","2190-5061"],"issn-type":[{"value":"2190-5053","type":"print"},{"value":"2190-5061","type":"electronic"}],"published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T17:41:58Z","timestamp":1659462118789},"reference-count":0,"publisher":"Oxford + University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,9,1]]},"DOI":"10.1093\/oxfordhb\/9780199914036.013.041","type":"book","created":{"date-parts":[[2014,6,17]],"date-time":"2014-06-17T01:37:07Z","timestamp":1402969027000},"source":"Crossref","is-referenced-by-count":0,"title":["Native + Literatures of Alaska"],"prefix":"10.1093","author":[{"given":"James","family":"Ruppert","sequence":"additional","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2014,5,1]]},"container-title":["Oxford + Handbooks Online"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T17:22:27Z","timestamp":1659460947000},"score":15.778692,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/edited-volume\/28018\/chapter\/211823790"}},"editor":[{"given":"James + H.","family":"Cox","sequence":"first","affiliation":[]},{"given":"Daniel Heath","family":"Justice","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2014,5,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oxfordhb\/9780199914036.013.041","published":{"date-parts":[[2014,5,1]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T12:40:55Z","timestamp":1648903255166},"reference-count":0,"publisher":"IGI Global","isbn-type":[{"value":"9781466651982","type":"print"},{"value":"9781466651999","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.4018\/978-1-4666-5198-2","type":"monograph","created":{"date-parts":[[2014,3,12]],"date-time":"2014-03-12T20:33:49Z","timestamp":1394656429000},"source":"Crossref","is-referenced-by-count":0,"title":["Innovative Techniques and Applications of Entity Resolution"],"prefix":"10.4018","author":[{"given":"Hongzhi","family":"Wang","sequence":"first","affiliation":[{"name":"Harbin Institute of Technology, China"}]}],"member":"2432","container-title":["Advances - in Data Mining and Database Management"],"deposited":{"date-parts":[[2018,11,19]],"date-time":"2018-11-19T06:05:02Z","timestamp":1542607502000},"score":15.7997465,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-4666-5198-2"}},"subtitle":[""],"issued":{"date-parts":[[2014]]},"ISBN":["9781466651982","9781466651999"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4018\/978-1-4666-5198-2","ISSN":["2327-1981","2327-199X"],"issn-type":[{"value":"2327-1981","type":"print"},{"value":"2327-199X","type":"electronic"}],"published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T17:41:58Z","timestamp":1659462118789},"reference-count":0,"publisher":"Oxford - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,9,1]]},"DOI":"10.1093\/oxfordhb\/9780199914036.013.041","type":"book","created":{"date-parts":[[2014,6,17]],"date-time":"2014-06-17T01:37:07Z","timestamp":1402969027000},"source":"Crossref","is-referenced-by-count":0,"title":["Native - Literatures of Alaska"],"prefix":"10.1093","author":[{"given":"James","family":"Ruppert","sequence":"additional","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2014,5,1]]},"container-title":["Oxford - Handbooks Online"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T17:22:27Z","timestamp":1659460947000},"score":15.775312,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/edited-volume\/28018\/chapter\/211823790"}},"editor":[{"given":"James - H.","family":"Cox","sequence":"first","affiliation":[]},{"given":"Daniel Heath","family":"Justice","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2014,5,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oxfordhb\/9780199914036.013.041","published":{"date-parts":[[2014,5,1]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T15:22:15Z","timestamp":1648999335660},"publisher-location":"Cham","reference-count":0,"publisher":"Springer + in Data Mining and Database Management"],"deposited":{"date-parts":[[2018,11,19]],"date-time":"2018-11-19T06:05:02Z","timestamp":1542607502000},"score":15.776129,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-4666-5198-2"}},"subtitle":[""],"issued":{"date-parts":[[2014]]},"ISBN":["9781466651982","9781466651999"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4018\/978-1-4666-5198-2","ISSN":["2327-1981","2327-199X"],"issn-type":[{"value":"2327-1981","type":"print"},{"value":"2327-199X","type":"electronic"}],"published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T11:52:07Z","timestamp":1648986727470},"edition-number":"1","reference-count":0,"publisher":"Auerbach + Publications","isbn-type":[{"value":"9780429264955","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1201\/9780429264955","type":"book","created":{"date-parts":[[2019,2,18]],"date-time":"2019-02-18T15:38:14Z","timestamp":1550504294000},"source":"Crossref","is-referenced-by-count":0,"title":["Data + Infrastructure Management"],"prefix":"10.1201","author":[{"given":"Greg","family":"Schulz","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2019,1,30]]},"deposited":{"date-parts":[[2021,4,4]],"date-time":"2021-04-04T02:31:54Z","timestamp":1617503514000},"score":15.7753315,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429555503"}},"subtitle":["Insights + and Strategies"],"issued":{"date-parts":[[2019,1,30]]},"ISBN":["9780429264955"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9780429264955","published":{"date-parts":[[2019,1,30]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T02:41:18Z","timestamp":1649040078973},"reference-count":0,"publisher":"World + Bank, Washington, DC","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,11]]},"DOI":"10.1596\/32549","type":"book","created":{"date-parts":[[2019,10,23]],"date-time":"2019-10-23T13:58:00Z","timestamp":1571839080000},"source":"Crossref","is-referenced-by-count":0,"title":["Data + Analytics for Advanced Metering Infrastructure"],"prefix":"10.1596","author":[{"name":"World + Bank","sequence":"first","affiliation":[]}],"member":"558","published-online":{"date-parts":[[2019,10,16]]},"deposited":{"date-parts":[[2021,5,25]],"date-time":"2021-05-25T10:21:18Z","timestamp":1621938078000},"score":15.772024,"resource":{"primary":{"URL":"http:\/\/hdl.handle.net\/10986\/32549"},"secondary":[{"URL":"http:\/\/elibrary.worldbank.org\/doi\/book\/10.1596\/32549"}]},"issued":{"date-parts":[[2018,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1596\/32549","published":{"date-parts":[[2018,11]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T15:22:15Z","timestamp":1648999335660},"publisher-location":"Cham","reference-count":0,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319030340","type":"print"},{"value":"9783319030357","type":"electronic"}],"license":[{"start":{"date-parts":[[2014,1,1]],"date-time":"2014-01-01T00:00:00Z","timestamp":1388534400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1007\/978-3-319-03035-7","type":"book","created":{"date-parts":[[2013,11,18]],"date-time":"2013-11-18T21:59:25Z","timestamp":1384811965000},"source":"Crossref","is-referenced-by-count":8,"title":["High-Performance In-Memory Genome Data Analysis"],"prefix":"10.1007","member":"297","container-title":["In-Memory - Data Management Research"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-03035-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-03035-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,7]],"date-time":"2019-04-07T02:40:09Z","timestamp":1554604809000},"score":15.771744,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-03035-7"}},"editor":[{"given":"Hasso","family":"Plattner","sequence":"first","affiliation":[]},{"given":"Matthieu-P.","family":"Schapranow","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2014]]},"ISBN":["9783319030340","9783319030357"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-03035-7","ISSN":["2196-8055","2196-8063"],"issn-type":[{"value":"2196-8055","type":"print"},{"value":"2196-8063","type":"electronic"}],"published":{"date-parts":[[2014]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"High-resolution + Data Management Research"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-03035-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-03035-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,7]],"date-time":"2019-04-07T02:40:09Z","timestamp":1554604809000},"score":15.730692,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-03035-7"}},"editor":[{"given":"Hasso","family":"Plattner","sequence":"first","affiliation":[]},{"given":"Matthieu-P.","family":"Schapranow","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2014]]},"ISBN":["9783319030340","9783319030357"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-03035-7","ISSN":["2196-8055","2196-8063"],"issn-type":[{"value":"2196-8055","type":"print"},{"value":"2196-8063","type":"electronic"}],"published":{"date-parts":[[2014]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"High-resolution lidar data for Alaska infrastructure corridors 2014"}}}' - recorded_at: Sat, 07 Jan 2023 03:23:21 GMT + recorded_at: Sun, 15 Jan 2023 19:23:07 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=High-resolution%2Blidar%2Bdata%2Bfor%2Binfrastructure%2Bcorridors,%2BWiseman%2BQuadrangle,%2BAlaska%2B2014%2BAlaska%2BDivision%2Bof%2BGeological%2B%26%2BGeophysical%2BSurveys @@ -198,11 +198,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 03:23:22 GMT + - Sun, 15 Jan 2023 19:23:12 GMT Content-Type: - application/json Content-Length: - - '1896' + - '1905' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -236,123 +236,123 @@ http_interactions: D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:35Z","timestamp":1400222435000},"score":101.27544,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23007"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23007"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T05:26:45Z","timestamp":1648704405577},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:35Z","timestamp":1400222435000},"score":101.12635,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23007"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23007"},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:58:47Z","timestamp":1649030327755},"reference-count":0,"publisher":"Alaska + Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/22725","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution + lidar data for infrastructure corridors, Nabesna Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. + D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. + E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. + E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:29Z","timestamp":1400222429000},"score":91.16759,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/22725"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/22725"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T05:26:45Z","timestamp":1648704405577},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23023","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:21Z","timestamp":1400208021000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Livengood Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:37Z","timestamp":1400208037000},"score":91.26415,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23023"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23023"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T12:48:56Z","timestamp":1648817336524},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:37Z","timestamp":1400208037000},"score":91.08266,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23023"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23023"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T12:48:56Z","timestamp":1648817336524},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23806","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:21Z","timestamp":1400208021000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Sagavanirktok Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:51Z","timestamp":1400208051000},"score":91.26415,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23806"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23806"},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T02:19:42Z","timestamp":1648865982280},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:51Z","timestamp":1400208051000},"score":91.08266,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23806"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23806"},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T02:19:42Z","timestamp":1648865982280},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23804","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:21Z","timestamp":1400208021000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Chandalar Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:50Z","timestamp":1400208050000},"score":91.26415,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23804"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23804"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T22:40:32Z","timestamp":1648852832275},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:50Z","timestamp":1400208050000},"score":91.08266,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23804"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23804"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T22:40:32Z","timestamp":1648852832275},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23004","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Tanana Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:30Z","timestamp":1400222430000},"score":91.26415,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23004"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23004"},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T23:33:32Z","timestamp":1649115212781},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:30Z","timestamp":1400222430000},"score":91.08266,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23004"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23004"},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T23:33:32Z","timestamp":1649115212781},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/22724","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:21Z","timestamp":1400208021000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Tanacross Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:29Z","timestamp":1400208029000},"score":91.26415,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/22724"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/22724"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T19:07:39Z","timestamp":1648753659441},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:29Z","timestamp":1400208029000},"score":91.08266,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/22724"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/22724"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T19:07:39Z","timestamp":1648753659441},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23006","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Talkeetna Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:33Z","timestamp":1400222433000},"score":91.26415,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23006"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23006"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T06:51:58Z","timestamp":1649141518521},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:33Z","timestamp":1400222433000},"score":91.08266,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23006"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23006"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T06:51:58Z","timestamp":1649141518521},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23163","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:21Z","timestamp":1400208021000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Healy Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:43Z","timestamp":1400208043000},"score":91.26415,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23163"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23163"},{"indexed":{"date-parts":[[2022,7,26]],"date-time":"2022-07-26T12:51:59Z","timestamp":1658839919873},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:43Z","timestamp":1400208043000},"score":91.08266,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23163"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23163"},{"indexed":{"date-parts":[[2022,7,26]],"date-time":"2022-07-26T12:51:59Z","timestamp":1658839919873},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/22727","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":2,"title":["High-resolution lidar data for infrastructure corridors, Fairbanks Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:30Z","timestamp":1400222430000},"score":91.246284,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/22727"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/22727"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T14:37:42Z","timestamp":1649169462874},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:30Z","timestamp":1400222430000},"score":91.05829,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/22727"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/22727"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T14:37:42Z","timestamp":1649169462874},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23024","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Anchorage Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:37Z","timestamp":1400222437000},"score":91.246284,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23024"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23024"},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T10:47:19Z","timestamp":1648982839446},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:37Z","timestamp":1400222437000},"score":91.05829,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23024"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23024"},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T10:47:19Z","timestamp":1648982839446},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23703","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Valdez Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:43Z","timestamp":1400222443000},"score":91.18596,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23703"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23703"},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:58:47Z","timestamp":1649030327755},"reference-count":0,"publisher":"Alaska - Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/22725","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution - lidar data for infrastructure corridors, Nabesna Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. - D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. - E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. - E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:29Z","timestamp":1400222429000},"score":91.16956,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/22725"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/22725"},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T08:04:26Z","timestamp":1649059466508},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:43Z","timestamp":1400222443000},"score":91.04752,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23703"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23703"},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T08:04:26Z","timestamp":1649059466508},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23363","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Gulkana Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:43Z","timestamp":1400222443000},"score":91.14325,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23363"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23363"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:03:42Z","timestamp":1648685022074},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:43Z","timestamp":1400222443000},"score":90.959206,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23363"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23363"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:03:42Z","timestamp":1648685022074},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23005","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:21Z","timestamp":1400208021000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Tyonek Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:33Z","timestamp":1400208033000},"score":91.14325,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23005"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23005"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:06:44Z","timestamp":1649124404184},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T02:40:33Z","timestamp":1400208033000},"score":90.959206,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23005"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23005"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:06:44Z","timestamp":1649124404184},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23003","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Bettles Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:30Z","timestamp":1400222430000},"score":91.14325,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23003"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23003"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T05:07:49Z","timestamp":1648789669651},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:30Z","timestamp":1400222430000},"score":90.959206,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23003"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23003"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T05:07:49Z","timestamp":1648789669651},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/22726","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Big Delta Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:30Z","timestamp":1400222430000},"score":90.49301,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/22726"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/22726"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:02:46Z","timestamp":1648796566153},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:30Z","timestamp":1400222430000},"score":90.309975,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/22726"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/22726"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:02:46Z","timestamp":1648796566153},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23803","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Beechey Point Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:47Z","timestamp":1400222447000},"score":90.476494,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23803"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23803"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T12:23:43Z","timestamp":1648815823359},"reference-count":0,"publisher":"Alaska - Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/22723","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution - lidar data for infrastructure corridors, Mount Hayes Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:47Z","timestamp":1400222447000},"score":90.2865,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23803"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23803"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T04:09:11Z","timestamp":1648699751724},"reference-count":0,"publisher":"Alaska + Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23164","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution + lidar data for infrastructure corridors, Talkeetna Mountains Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:28Z","timestamp":1400222428000},"score":90.37334,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/22723"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/22723"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T04:09:11Z","timestamp":1648699751724},"reference-count":0,"publisher":"Alaska - Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23164","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution - lidar data for infrastructure corridors, Talkeetna Mountains Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:43Z","timestamp":1400222443000},"score":90.25238,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23164"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23164"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T12:23:43Z","timestamp":1648815823359},"reference-count":0,"publisher":"Alaska + Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/22723","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution + lidar data for infrastructure corridors, Mount Hayes Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:43Z","timestamp":1400222443000},"score":90.355286,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23164"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23164"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T03:57:13Z","timestamp":1648699033560},"reference-count":0,"publisher":"Alaska + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:28Z","timestamp":1400222428000},"score":90.18648,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/22723"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/22723"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T03:57:13Z","timestamp":1648699033560},"reference-count":0,"publisher":"Alaska Division of Geological & Geophysical Surveys","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.14509\/23805","type":"book-section","created":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:21Z","timestamp":1400222421000},"source":"Crossref","is-referenced-by-count":0,"title":["High-resolution lidar data for infrastructure corridors, Philip Smith Mountains Quadrangle, Alaska"],"prefix":"10.14509","author":[{"given":"T. D.","family":"Hubbard","sequence":"first","affiliation":[]},{"given":"M. L.","family":"Braun","sequence":"additional","affiliation":[]},{"given":"R. E.","family":"Westbrook","sequence":"additional","affiliation":[]},{"given":"P. E.","family":"Gallagher","sequence":"additional","affiliation":[]}],"member":"5626","container-title":["High-resolution - lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:51Z","timestamp":1400222451000},"score":89.735054,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23805"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23805"}],"items-per-page":20,"query":{"start-index":0,"search-terms":"High-resolution+lidar+data+for+infrastructure+corridors,+Wiseman+Quadrangle,+Alaska+2014+Alaska+Division+of+Geological+&+Geophysical+Surveys"}}}' - recorded_at: Sat, 07 Jan 2023 03:23:22 GMT + lidar data for Alaska infrastructure corridors"],"deposited":{"date-parts":[[2014,5,16]],"date-time":"2014-05-16T06:40:51Z","timestamp":1400222451000},"score":89.55057,"resource":{"primary":{"URL":"http:\/\/www.dggs.alaska.gov\/pubs\/id\/23805"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14509\/23805"}],"items-per-page":20,"query":{"start-index":0,"search-terms":"High-resolution+lidar+data+for+infrastructure+corridors,+Wiseman+Quadrangle,+Alaska+2014+Alaska+Division+of+Geological+&+Geophysical+Surveys"}}}' + recorded_at: Sun, 15 Jan 2023 19:23:12 GMT - request: method: get uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22High-resolution%20lidar%20data%20for%20Alaska%20infrastructure%20corridors,%20Alaska%20Division%20of%20Geological%20%26%20Geophysical%20Surveys,%20,%202014%22&rows=10 @@ -372,11 +372,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 03:23:22 GMT + - Sun, 15 Jan 2023 19:23:15 GMT Content-Type: - application/json Content-Length: - - '3658' + - '3661' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -407,9 +407,9 @@ http_interactions: string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1242,"items":[{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T23:08:48Z","timestamp":1649200128267},"reference-count":0,"publisher":"Geological Society of America","isbn-type":[{"value":"0813722411","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1990]]},"DOI":"10.1130\/spe241","type":"book","created":{"date-parts":[[2013,4,4]],"date-time":"2013-04-04T00:50:31Z","timestamp":1365036631000},"source":"Crossref","is-referenced-by-count":0,"title":["Plutonism from Antarctica to Alaska"],"prefix":"10.1130","member":"257","container-title":["Geological - Society of America Special Papers"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T06:20:59Z","timestamp":1512627659000},"score":29.397087,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/379\/"}},"issued":{"date-parts":[[1990]]},"ISBN":["0813722411"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/spe241","ISSN":["0072-1077"],"issn-type":[{"value":"0072-1077","type":"print"}],"published":{"date-parts":[[1990]]}},{"indexed":{"date-parts":[[2022,12,20]],"date-time":"2022-12-20T19:23:56Z","timestamp":1671564236298},"reference-count":0,"publisher":"American + Society of America Special Papers"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T06:20:59Z","timestamp":1512627659000},"score":29.380333,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/379\/"}},"issued":{"date-parts":[[1990]]},"ISBN":["0813722411"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/spe241","ISSN":["0072-1077"],"issn-type":[{"value":"0072-1077","type":"print"}],"published":{"date-parts":[[1990]]}},{"indexed":{"date-parts":[[2022,12,20]],"date-time":"2022-12-20T19:23:56Z","timestamp":1671564236298},"reference-count":0,"publisher":"American Fisheries Society","isbn-type":[{"value":"9781934874295","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2012]]},"DOI":"10.47886\/9781934874295","type":"book","created":{"date-parts":[[2020,12,11]],"date-time":"2020-12-11T09:58:51Z","timestamp":1607680731000},"source":"Crossref","is-referenced-by-count":20,"title":["Fisheries - Techniques, Third Edition"],"prefix":"10.47886","member":"460","deposited":{"date-parts":[[2020,12,14]],"date-time":"2020-12-14T04:07:13Z","timestamp":1607918833000},"score":28.619362,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/bookstore\/all-titles\/professional-and-trade\/55067c\/"}},"editor":[{"given":"Alexander + Techniques, Third Edition"],"prefix":"10.47886","member":"460","deposited":{"date-parts":[[2020,12,14]],"date-time":"2020-12-14T04:07:13Z","timestamp":1607918833000},"score":28.552452,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/bookstore\/all-titles\/professional-and-trade\/55067c\/"}},"editor":[{"given":"Alexander V.","family":"Zale","sequence":"first","affiliation":[]},{"name":"U.S. Geological Survey Montana Cooperative Fishery Research Unit Department of Ecology, Montana State University Bozeman, Montana 59717, USA zale@montana.edu","sequence":"first","affiliation":[]},{"given":"Donna @@ -422,23 +422,23 @@ http_interactions: Fairbanks, Alaska, USA","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2012]]},"ISBN":["9781934874295"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.47886\/9781934874295","published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2022,11,24]],"date-time":"2022-11-24T23:19:10Z","timestamp":1669331950416},"publisher-location":"Washington, D. C","reference-count":0,"publisher":"American Geophysical Union","isbn-type":[{"value":"9781118666395","type":"electronic"},{"value":"9780875904443","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,1,1]]},"DOI":"10.1029\/gm179","type":"book","created":{"date-parts":[[2011,9,9]],"date-time":"2011-09-09T01:25:59Z","timestamp":1315531559000},"source":"Crossref","is-referenced-by-count":50,"title":["Active Tectonics and Seismic Potential of Alaska"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2013,3,19]]},"container-title":["Geophysical - Monograph Series"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1029\/GM179","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,10,15]],"date-time":"2021-10-15T19:04:59Z","timestamp":1634324699000},"score":28.497488,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1029\/GM179"}},"subtitle":["Freymueller\/Active + Monograph Series"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1029\/GM179","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,10,15]],"date-time":"2021-10-15T19:04:59Z","timestamp":1634324699000},"score":28.506926,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1029\/GM179"}},"subtitle":["Freymueller\/Active Tectonics and Seismic Potential of Alaska"],"editor":[{"given":"Jeffrey T.","family":"Freymueller","sequence":"first","affiliation":[]},{"given":"Peter J.","family":"Haeussler","sequence":"additional","affiliation":[]},{"given":"Robert L.","family":"Wesson","sequence":"additional","affiliation":[]},{"given":"G\u00f6ran","family":"Ekstr\u00f6m","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2008,1,1]]},"ISBN":["9781118666395","9780875904443"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1029\/gm179","ISSN":["2328-8779"],"issn-type":[{"value":"2328-8779","type":"electronic"}],"published":{"date-parts":[[2008,1,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T00:45:15Z","timestamp":1649033115935},"reference-count":0,"publisher":"Alaska Sea Grant, University of Alaska Fairbansk","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015,10,1]]},"DOI":"10.4027\/asg1415ar.2015","type":"book","created":{"date-parts":[[2016,5,20]],"date-time":"2016-05-20T08:47:54Z","timestamp":1463734074000},"source":"Crossref","is-referenced-by-count":0,"title":["Alaska - Sea Grant 2014-2015 Annual Report"],"prefix":"10.4027","member":"2454","published-online":{"date-parts":[[2015,10,1]]},"deposited":{"date-parts":[[2016,5,20]],"date-time":"2016-05-20T08:47:54Z","timestamp":1463734074000},"score":28.359325,"resource":{"primary":{"URL":"https:\/\/seagrant.uaf.edu\/about\/reports\/admin-93-annual-report-2015.pdf"}},"issued":{"date-parts":[[2015,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4027\/asg1415ar.2015","published":{"date-parts":[[2015,10,1]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T17:01:34Z","timestamp":1649178094831},"reference-count":0,"publisher":"Alaska + Sea Grant 2014-2015 Annual Report"],"prefix":"10.4027","member":"2454","published-online":{"date-parts":[[2015,10,1]]},"deposited":{"date-parts":[[2016,5,20]],"date-time":"2016-05-20T08:47:54Z","timestamp":1463734074000},"score":28.397892,"resource":{"primary":{"URL":"https:\/\/seagrant.uaf.edu\/about\/reports\/admin-93-annual-report-2015.pdf"}},"issued":{"date-parts":[[2015,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4027\/asg1415ar.2015","published":{"date-parts":[[2015,10,1]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T17:01:34Z","timestamp":1649178094831},"reference-count":0,"publisher":"Alaska Sea Grant, University of Alaska Fairbanks","isbn-type":[{"value":"9781566121699","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2003,6,1]]},"DOI":"10.4027\/lmha.2003","type":"book","created":{"date-parts":[[2009,10,9]],"date-time":"2009-10-09T18:19:14Z","timestamp":1255112354000},"source":"Crossref","is-referenced-by-count":1,"title":["Living Marine Habitats of Alaska"],"prefix":"10.4027","author":[{"family":"Alaska - Marine Conservation Council","sequence":"first","affiliation":[]}],"member":"2454","deposited":{"date-parts":[[2012,3,7]],"date-time":"2012-03-07T20:17:17Z","timestamp":1331151437000},"score":27.79946,"resource":{"primary":{"URL":"http:\/\/www.alaskaseagrant.org\/bookstore\/pubs\/SG-ED-43.html"}},"issued":{"date-parts":[[2003,6,1]]},"ISBN":["9781566121699"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4027\/lmha.2003","published":{"date-parts":[[2003,6,1]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T18:46:59Z","timestamp":1649011619240},"reference-count":0,"publisher":"Geological + Marine Conservation Council","sequence":"first","affiliation":[]}],"member":"2454","deposited":{"date-parts":[[2012,3,7]],"date-time":"2012-03-07T20:17:17Z","timestamp":1331151437000},"score":27.866455,"resource":{"primary":{"URL":"http:\/\/www.alaskaseagrant.org\/bookstore\/pubs\/SG-ED-43.html"}},"issued":{"date-parts":[[2003,6,1]]},"ISBN":["9781566121699"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4027\/lmha.2003","published":{"date-parts":[[2003,6,1]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T18:46:59Z","timestamp":1649011619240},"reference-count":0,"publisher":"Geological Society of America","isbn-type":[{"value":"081371138X","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1974]]},"DOI":"10.1130\/mem138","type":"book","created":{"date-parts":[[2013,7,17]],"date-time":"2013-07-17T17:37:14Z","timestamp":1374082634000},"source":"Crossref","is-referenced-by-count":1,"title":["138 : Petrology of the Duke Island Ultramafic Complex Southeastern Alaska"],"prefix":"10.1130","member":"257","container-title":["Geological - Society of America Memoirs"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T06:19:46Z","timestamp":1512627586000},"score":27.722004,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/143\/"}},"issued":{"date-parts":[[1974]]},"ISBN":["081371138X"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/mem138","ISSN":["0072-1069"],"issn-type":[{"value":"0072-1069","type":"print"}],"published":{"date-parts":[[1974]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T17:06:55Z","timestamp":1649005615909},"reference-count":0,"publisher":"Alaska + Society of America Memoirs"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T06:19:46Z","timestamp":1512627586000},"score":27.635567,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/143\/"}},"issued":{"date-parts":[[1974]]},"ISBN":["081371138X"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/mem138","ISSN":["0072-1069"],"issn-type":[{"value":"0072-1069","type":"print"}],"published":{"date-parts":[[1974]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T17:06:55Z","timestamp":1649005615909},"reference-count":0,"publisher":"Alaska Sea Grant, University of Alaska Fairbanks","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.4027\/asgcpsp1417.2013","type":"book","created":{"date-parts":[[2014,6,1]],"date-time":"2014-06-01T00:34:08Z","timestamp":1401582848000},"source":"Crossref","is-referenced-by-count":0,"title":["Alaska - Sea Grant College Program Strategic Plan 2014-2017"],"prefix":"10.4027","member":"2454","published-online":{"date-parts":[[2013]]},"deposited":{"date-parts":[[2014,6,1]],"date-time":"2014-06-01T00:34:09Z","timestamp":1401582849000},"score":27.4584,"resource":{"primary":{"URL":"http:\/\/seagrant.uaf.edu\/research\/rfp\/2014-2017strategic-plan.php"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4027\/asgcpsp1417.2013","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:27:27Z","timestamp":1649125647202},"reference-count":0,"publisher":"Alaska + Sea Grant College Program Strategic Plan 2014-2017"],"prefix":"10.4027","member":"2454","published-online":{"date-parts":[[2013]]},"deposited":{"date-parts":[[2014,6,1]],"date-time":"2014-06-01T00:34:09Z","timestamp":1401582849000},"score":27.434624,"resource":{"primary":{"URL":"http:\/\/seagrant.uaf.edu\/research\/rfp\/2014-2017strategic-plan.php"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4027\/asgcpsp1417.2013","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:27:27Z","timestamp":1649125647202},"reference-count":0,"publisher":"Alaska Sea Grant","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1989]]},"DOI":"10.4027\/acm.1989","type":"book","created":{"date-parts":[[2009,2,16]],"date-time":"2009-02-16T17:34:41Z","timestamp":1234805681000},"source":"Crossref","is-referenced-by-count":1,"title":["Report from the Alaska Sea Grant College Program, 1985-1988"],"prefix":"10.4027","author":[{"family":"Alaska - Sea Grant","sequence":"first","affiliation":[]}],"member":"2454","deposited":{"date-parts":[[2009,2,16]],"date-time":"2009-02-16T17:25:51Z","timestamp":1234805151000},"score":27.062565,"resource":{"primary":{"URL":"http:\/\/seagrant.uaf.edu\/bookstore\/pubs\/ADMIN-18.html"}},"issued":{"date-parts":[[1989]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4027\/acm.1989","published":{"date-parts":[[1989]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T21:13:57Z","timestamp":1659474837324},"reference-count":0,"publisher":"Oxford + Sea Grant","sequence":"first","affiliation":[]}],"member":"2454","deposited":{"date-parts":[[2009,2,16]],"date-time":"2009-02-16T17:25:51Z","timestamp":1234805151000},"score":27.070417,"resource":{"primary":{"URL":"http:\/\/seagrant.uaf.edu\/bookstore\/pubs\/ADMIN-18.html"}},"issued":{"date-parts":[[1989]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4027\/acm.1989","published":{"date-parts":[[1989]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T21:13:57Z","timestamp":1659474837324},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2016,4,7]]},"abstract":"

This chapter offers an overview of the experiences of the four major cultural groups within the borders of modern Alaska: Eskimos (Yup\u2019ik, Inupiat), Aleuts, @@ -454,14 +454,14 @@ http_interactions: in a new period of improvement even though the state\u2019s Native people continue to struggle with the ongoing effects of colonialism.<\/p>","DOI":"10.1093\/oxfordhb\/9780199858897.013.31","type":"book","created":{"date-parts":[[2016,4,11]],"date-time":"2016-04-11T09:48:21Z","timestamp":1460368101000},"source":"Crossref","is-referenced-by-count":0,"title":["Alaska"],"prefix":"10.1093","author":[{"given":"Rosita","family":"Kaah\u00e1ni Worl","sequence":"additional","affiliation":[]}],"member":"286","container-title":["Oxford - Handbooks Online"],"original-title":["Alaska"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:31:20Z","timestamp":1659472280000},"score":27.019331,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/edited-volume\/38674\/chapter\/335830925"}},"editor":[{"given":"Frederick + Handbooks Online"],"original-title":["Alaska"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:31:20Z","timestamp":1659472280000},"score":27.056059,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/edited-volume\/38674\/chapter\/335830925"}},"editor":[{"given":"Frederick E.","family":"Hoxie","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2016,4,7]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oxfordhb\/9780199858897.013.31","published":{"date-parts":[[2016,4,7]]}},{"indexed":{"date-parts":[[2022,9,9]],"date-time":"2022-09-09T15:28:58Z","timestamp":1662737338641},"reference-count":0,"publisher":"American Fisheries Society","isbn-type":[{"value":"9781934874059","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008]]},"DOI":"10.47886\/9781934874059","type":"book","created":{"date-parts":[[2021,1,4]],"date-time":"2021-01-04T16:42:24Z","timestamp":1609778544000},"source":"Crossref","is-referenced-by-count":14,"title":["Enclosing - the Fisheries: People, Places, and Power"],"prefix":"10.47886","member":"460","deposited":{"date-parts":[[2021,1,4]],"date-time":"2021-01-04T16:42:24Z","timestamp":1609778544000},"score":26.984293,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/bookstore\/all-titles\/afs-symposia\/54068p\/"}},"editor":[{"given":"Marie + the Fisheries: People, Places, and Power"],"prefix":"10.47886","member":"460","deposited":{"date-parts":[[2021,1,4]],"date-time":"2021-01-04T16:42:24Z","timestamp":1609778544000},"score":26.939034,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/bookstore\/all-titles\/afs-symposia\/54068p\/"}},"editor":[{"given":"Marie E.","family":"Lowe","sequence":"first","affiliation":[]},{"name":"Institute of Social and Economic Research University of Alaska Anchorage Anchorage, Alaska 99508, USA","sequence":"first","affiliation":[]},{"given":"Courtney","family":"Carothers","sequence":"additional","affiliation":[]},{"name":"School of Fisheries and Ocean Sciences University of Alaska Fairbanks Fairbanks, Alaska 99775, USA","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2008]]},"ISBN":["9781934874059"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.47886\/9781934874059","published":{"date-parts":[[2008]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Sat, 07 Jan 2023 03:23:22 GMT + recorded_at: Sun, 15 Jan 2023 19:23:15 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/book-series.yml b/spec/vcr_cassettes/book-series.yml index f0f9800..dd49af2 100644 --- a/spec/vcr_cassettes/book-series.yml +++ b/spec/vcr_cassettes/book-series.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:01 GMT + - Sun, 15 Jan 2023 19:23:15 GMT Content-Type: - application/json Content-Length: - '560' Set-Cookie: - - AWSALB=Yg0dVEtQOtH0HvH+qINREY+pETLD3YWapEu5uOEGKBKfEmHqxuWHc8+PAQERhEpFvCbliXb1kfV9tHmku9oy1nHCruKIH742wwgzHHkzk4tDfCIGkevROoqnsvkA; - Expires=Sat, 14 Jan 2023 00:51:00 GMT; Path=/ - - AWSALBCORS=Yg0dVEtQOtH0HvH+qINREY+pETLD3YWapEu5uOEGKBKfEmHqxuWHc8+PAQERhEpFvCbliXb1kfV9tHmku9oy1nHCruKIH742wwgzHHkzk4tDfCIGkevROoqnsvkA; - Expires=Sat, 14 Jan 2023 00:51:00 GMT; Path=/; SameSite=None + - AWSALB=VuvRMZxTNp3dXKgd+Vv3Vy2cjOcNZANPxJoxak70XMoeP4MKsPn5FHLA7WP64uIyhJh70xO5rrx39C9GSQeh3cZsS0USkGwdfT+H6coZCkqRlunzOVcbFH+vL/Hv; + Expires=Sun, 22 Jan 2023 19:23:15 GMT; Path=/ + - AWSALBCORS=VuvRMZxTNp3dXKgd+Vv3Vy2cjOcNZANPxJoxak70XMoeP4MKsPn5FHLA7WP64uIyhJh70xO5rrx39C9GSQeh3cZsS0USkGwdfT+H6coZCkqRlunzOVcbFH+vL/Hv; + Expires=Sun, 22 Jan 2023 19:23:15 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -60,7 +60,7 @@ http_interactions: encoding: ASCII-8BIT string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T13:48:06Z","timestamp":1648993686261},"reference-count":0,"publisher":"OECD","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"DOI":"10.1787\/20743300","type":"book-series","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"source":"Crossref","is-referenced-by-count":0,"title":["Chemical Thermodynamics"],"prefix":"10.1787","member":"1963","container-title":[],"original-title":[],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:37Z","timestamp":1627892917000},"score":1,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics_20743300"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/20743300","relation":{},"ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}]}}' - recorded_at: Sat, 07 Jan 2023 00:51:00 GMT + recorded_at: Sun, 15 Jan 2023 19:23:15 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Chemical%2BThermodynamics%2B2009%2BOECD @@ -80,11 +80,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:02 GMT + - Sun, 15 Jan 2023 19:23:19 GMT Content-Type: - application/json Content-Length: - - '2512' + - '2520' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -112,70 +112,70 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":699151,"items":[{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T21:45:25Z","timestamp":1648676725828},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-20-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"783-866","source":"Crossref","is-referenced-by-count":0,"title":["Bibliography"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":699436,"items":[{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T21:45:25Z","timestamp":1648676725828},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-20-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"783-866","source":"Crossref","is-referenced-by-count":0,"title":["Bibliography"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:54Z","timestamp":1627892934000},"score":26.413073,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/bibliography_9789264056688-20-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-20-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T08:02:18Z","timestamp":1648972938832},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-2-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"3-8","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:54Z","timestamp":1627892934000},"score":26.399254,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/bibliography_9789264056688-20-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-20-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T08:02:18Z","timestamp":1648972938832},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-2-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"3-8","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:55Z","timestamp":1627892935000},"score":26.375372,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/introduction_9789264056688-2-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-2-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T06:33:36Z","timestamp":1649054016614},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-6-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"83-93","source":"Crossref","is-referenced-by-count":0,"title":["Thorium + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:55Z","timestamp":1627892935000},"score":26.347042,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/introduction_9789264056688-2-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-2-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T06:33:36Z","timestamp":1649054016614},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-6-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"83-93","source":"Crossref","is-referenced-by-count":0,"title":["Thorium elemental"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:42Z","timestamp":1627892922000},"score":26.101072,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/thorium-elemental_9789264056688-6-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-6-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T17:08:37Z","timestamp":1648919317859},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-4-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"43-56","source":"Crossref","is-referenced-by-count":0,"title":["Selected - thorium data"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear - Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:51Z","timestamp":1627892931000},"score":25.866774,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/selected-thorium-data_9789264056688-4-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-4-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T13:27:57Z","timestamp":1649078877141},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-5-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"57-80","source":"Crossref","is-referenced-by-count":0,"title":["Selected + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:42Z","timestamp":1627892922000},"score":26.07208,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/thorium-elemental_9789264056688-6-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-6-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T13:27:57Z","timestamp":1649078877141},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-5-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"57-80","source":"Crossref","is-referenced-by-count":0,"title":["Selected auxiliary data"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:40Z","timestamp":1627892920000},"score":25.797024,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/selected-auxiliary-data_9789264056688-5-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-5-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:09:36Z","timestamp":1649171376178},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-7-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"95-110","source":"Crossref","is-referenced-by-count":0,"title":["The + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:40Z","timestamp":1627892920000},"score":25.89712,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/selected-auxiliary-data_9789264056688-5-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-5-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T17:08:37Z","timestamp":1648919317859},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-4-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"43-56","source":"Crossref","is-referenced-by-count":0,"title":["Selected + thorium data"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear + Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:51Z","timestamp":1627892931000},"score":25.853878,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/selected-thorium-data_9789264056688-4-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-4-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:09:36Z","timestamp":1649171376178},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-7-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"95-110","source":"Crossref","is-referenced-by-count":0,"title":["The aqueous Th4+ ion"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:56Z","timestamp":1627892936000},"score":25.645168,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/the-aqueous-th4-ion_9789264056688-7-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-7-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T17:44:50Z","timestamp":1648835090568},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-13-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"383-394","source":"Crossref","is-referenced-by-count":0,"title":["Miscellaneous + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:56Z","timestamp":1627892936000},"score":25.651066,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/the-aqueous-th4-ion_9789264056688-7-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-7-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T17:44:50Z","timestamp":1648835090568},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-13-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"383-394","source":"Crossref","is-referenced-by-count":0,"title":["Miscellaneous compounds and complexes"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:57Z","timestamp":1627892937000},"score":25.645168,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/miscellaneous-compounds-and-complexes_9789264056688-13-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-13-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T09:46:51Z","timestamp":1648547211727},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-16-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"749-765","source":"Crossref","is-referenced-by-count":0,"title":["Appendix - C"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear - Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:43Z","timestamp":1627892923000},"score":25.602404,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/appendix-c_9789264056688-16-en"}},"subtitle":["Assigned - uncertainties"],"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-16-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T06:44:55Z","timestamp":1649141095088},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-21-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"867-900","source":"Crossref","is-referenced-by-count":0,"title":["List + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:57Z","timestamp":1627892937000},"score":25.651066,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/miscellaneous-compounds-and-complexes_9789264056688-13-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-13-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T06:44:55Z","timestamp":1649141095088},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-21-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"867-900","source":"Crossref","is-referenced-by-count":0,"title":["List of cited authors"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:46Z","timestamp":1627892926000},"score":25.532768,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/list-of-cited-authors_9789264056688-21-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-21-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T09:29:18Z","timestamp":1649150958339},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-15-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"703-747","source":"Crossref","is-referenced-by-count":0,"title":["Appendix + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:46Z","timestamp":1627892926000},"score":25.633091,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/list-of-cited-authors_9789264056688-21-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-21-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T09:46:51Z","timestamp":1648547211727},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-16-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"749-765","source":"Crossref","is-referenced-by-count":0,"title":["Appendix + C"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear + Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:43Z","timestamp":1627892923000},"score":25.589943,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/appendix-c_9789264056688-16-en"}},"subtitle":["Assigned + uncertainties"],"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-16-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T09:29:18Z","timestamp":1649150958339},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-15-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"703-747","source":"Crossref","is-referenced-by-count":0,"title":["Appendix B"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:41Z","timestamp":1627892921000},"score":25.34363,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/appendix-b_9789264056688-15-en"}},"subtitle":["Ionic - strength corrections"],"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-15-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T15:26:42Z","timestamp":1648654002402},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-11-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"307-334","source":"Crossref","is-referenced-by-count":0,"title":["Thorium + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:41Z","timestamp":1627892921000},"score":25.33159,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/appendix-b_9789264056688-15-en"}},"subtitle":["Ionic + strength corrections"],"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-15-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T04:05:12Z","timestamp":1648526712748},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-12-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"335-382","source":"Crossref","is-referenced-by-count":0,"title":["Thorium + Group 14 compounds and complexes"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear + Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:54Z","timestamp":1627892934000},"score":25.121572,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/thorium-group-14-compounds-and-complexes_9789264056688-12-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-12-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T15:26:42Z","timestamp":1648654002402},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-11-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"307-334","source":"Crossref","is-referenced-by-count":0,"title":["Thorium Group 15 compounds and complexes"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:53Z","timestamp":1627892933000},"score":25.090265,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/thorium-group-15-compounds-and-complexes_9789264056688-11-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-11-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T00:45:58Z","timestamp":1649033158280},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-10-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"267-306","source":"Crossref","is-referenced-by-count":0,"title":["Thorium + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:53Z","timestamp":1627892933000},"score":25.078634,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/thorium-group-15-compounds-and-complexes_9789264056688-11-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-11-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T00:45:58Z","timestamp":1649033158280},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-10-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"267-306","source":"Crossref","is-referenced-by-count":0,"title":["Thorium Group 16 compounds and complexes"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:52Z","timestamp":1627892932000},"score":25.090265,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/thorium-group-16-compounds-and-complexes_9789264056688-10-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-10-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T23:04:39Z","timestamp":1648508679247},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-14-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"397-702","source":"Crossref","is-referenced-by-count":0,"title":["Appendix + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:52Z","timestamp":1627892932000},"score":25.078634,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/thorium-group-16-compounds-and-complexes_9789264056688-10-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-10-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T23:04:39Z","timestamp":1648508679247},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-14-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"397-702","source":"Crossref","is-referenced-by-count":0,"title":["Appendix A"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:29:00Z","timestamp":1627892940000},"score":25.0594,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/appendix-a_9789264056688-14-en"}},"subtitle":["Discussion - of selected references"],"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-14-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T04:05:12Z","timestamp":1648526712748},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-12-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"335-382","source":"Crossref","is-referenced-by-count":0,"title":["Thorium - Group 14 compounds and complexes"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear - Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:54Z","timestamp":1627892934000},"score":25.020876,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/thorium-group-14-compounds-and-complexes_9789264056688-12-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-12-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:55:56Z","timestamp":1649174156433},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-9-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"195-266","source":"Crossref","is-referenced-by-count":0,"title":["Thorium + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:29:00Z","timestamp":1627892940000},"score":25.02385,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/appendix-a_9789264056688-14-en"}},"subtitle":["Discussion + of selected references"],"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-14-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:55:56Z","timestamp":1649174156433},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-9-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"195-266","source":"Crossref","is-referenced-by-count":0,"title":["Thorium Group 17 (halogens) compounds and complexes"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:52Z","timestamp":1627892932000},"score":24.886812,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/thorium-group-17-halogens-compounds-and-complexes_9789264056688-9-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-9-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T21:25:10Z","timestamp":1649021110258},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-3-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"9-39","source":"Crossref","is-referenced-by-count":0,"title":["Standards, - Conventions and Contents of the Tables"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear - Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:47Z","timestamp":1627892927000},"score":24.814512,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/standards-conventions-and-contents-of-the-tables_9789264056688-3-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-3-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T16:25:16Z","timestamp":1648743916363},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-8-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"111-194","source":"Crossref","is-referenced-by-count":0,"title":["Thorium + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:52Z","timestamp":1627892932000},"score":24.891506,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/thorium-group-17-halogens-compounds-and-complexes_9789264056688-9-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-9-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T16:25:16Z","timestamp":1648743916363},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-8-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"111-194","source":"Crossref","is-referenced-by-count":0,"title":["Thorium oxygen and hydrogen compounds and complexes"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:59Z","timestamp":1627892939000},"score":24.772884,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/thorium-oxygen-and-hydrogen-compounds-and-complexes_9789264056688-8-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-8-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T10:46:45Z","timestamp":1649069205206},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-18-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"777-779","source":"Crossref","is-referenced-by-count":0,"title":["Appendix + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:59Z","timestamp":1627892939000},"score":24.873724,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/thorium-oxygen-and-hydrogen-compounds-and-complexes_9789264056688-8-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-8-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T21:25:10Z","timestamp":1649021110258},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-3-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"9-39","source":"Crossref","is-referenced-by-count":0,"title":["Standards, + Conventions and Contents of the Tables"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear + Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:47Z","timestamp":1627892927000},"score":24.782688,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/standards-conventions-and-contents-of-the-tables_9789264056688-3-en"}},"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-3-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T10:46:45Z","timestamp":1649069205206},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-18-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"777-779","source":"Crossref","is-referenced-by-count":0,"title":["Appendix E"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:44Z","timestamp":1627892924000},"score":23.9455,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/appendix-e_9789264056688-18-en"}},"subtitle":["Spectroscopic + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:44Z","timestamp":1627892924000},"score":23.94878,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/appendix-e_9789264056688-18-en"}},"subtitle":["Spectroscopic constants and statistical mechanics calculations for gaseous species"],"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-18-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T20:21:21Z","timestamp":1649103681613},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264033191","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,8,1]]},"DOI":"10.1787\/9789264033191-2-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:14:36Z","timestamp":1247141676000},"page":"1-34","source":"Crossref","is-referenced-by-count":0,"title":["PART I: Extended summary"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical Thermodynamics of Solid Solutions of Interest in Radioactive Waste Management","Chemical - Thermodynamics"],"deposited":{"date-parts":[[2021,7,1]],"date-time":"2021-07-01T08:58:41Z","timestamp":1625129921000},"score":23.89872,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-solid-solutions-of-interest-in-radioactive-waste-management\/part-i-extended-summary_9789264033191-2-en"}},"issued":{"date-parts":[[2007,8,1]]},"ISBN":["9789264033191"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264033191-2-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2007,8,1]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T03:35:44Z","timestamp":1648697744664},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-17-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"767-776","source":"Crossref","is-referenced-by-count":0,"title":["Appendix + Thermodynamics"],"deposited":{"date-parts":[[2021,7,1]],"date-time":"2021-07-01T08:58:41Z","timestamp":1625129921000},"score":23.88892,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-solid-solutions-of-interest-in-radioactive-waste-management\/part-i-extended-summary_9789264033191-2-en"}},"issued":{"date-parts":[[2007,8,1]]},"ISBN":["9789264033191"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264033191-2-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2007,8,1]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T03:35:44Z","timestamp":1648697744664},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264056688","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,12,23]]},"DOI":"10.1787\/9789264056688-17-en","type":"book-chapter","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T12:17:29Z","timestamp":1247141849000},"page":"767-776","source":"Crossref","is-referenced-by-count":0,"title":["Appendix D"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]},{"name":"Nuclear Energy Agency","sequence":"additional","affiliation":[]}],"member":"1963","container-title":["Chemical - Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:48Z","timestamp":1627892928000},"score":23.87667,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/appendix-d_9789264056688-17-en"}},"subtitle":["The + Thermodynamics of Thorium","Chemical Thermodynamics"],"deposited":{"date-parts":[[2021,8,2]],"date-time":"2021-08-02T08:28:48Z","timestamp":1627892928000},"score":23.843056,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/nuclear-energy\/chemical-thermodynamics-of-thorium\/appendix-d_9789264056688-17-en"}},"subtitle":["The Gibbs energy minimisation and optimisation program, NONLINT-SIT"],"issued":{"date-parts":[[2008,12,23]]},"ISBN":["9789264056688"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264056688-17-en","ISSN":["2074-3300"],"issn-type":[{"value":"2074-3300","type":"electronic"}],"published":{"date-parts":[[2008,12,23]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Chemical+Thermodynamics+2009+OECD"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:02 GMT + recorded_at: Sun, 15 Jan 2023 19:23:19 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/book-set.yml b/spec/vcr_cassettes/book-set.yml index 978bf81..d429b20 100644 --- a/spec/vcr_cassettes/book-set.yml +++ b/spec/vcr_cassettes/book-set.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:03 GMT + - Sun, 15 Jan 2023 19:23:19 GMT Content-Type: - application/json Content-Length: - '747' Set-Cookie: - - AWSALB=T2QeZ58Ul49UfXxusbEaHS9zgVv0/SLEPk1jlr0Y42iJIJxXiqgbMwfgmOM3pIJyz01WMYWVkZsypZJdgA/Sa5ngvWRZODi1u2Obf4UgbZHdgCI6k6x+I7nmTwHA; - Expires=Sat, 14 Jan 2023 00:51:03 GMT; Path=/ - - AWSALBCORS=T2QeZ58Ul49UfXxusbEaHS9zgVv0/SLEPk1jlr0Y42iJIJxXiqgbMwfgmOM3pIJyz01WMYWVkZsypZJdgA/Sa5ngvWRZODi1u2Obf4UgbZHdgCI6k6x+I7nmTwHA; - Expires=Sat, 14 Jan 2023 00:51:03 GMT; Path=/; SameSite=None + - AWSALB=kFbttdrfOzr8BqfFcUzJ4BvXU0it/JZQNbscwP+TdQ+W5sDHq9AZkIPXVi8Flqc5itgGLBuMSGV96mMUKeDQ8drudILTwpKvNodwLGpHFExLBVZSxL0n/JbhserY; + Expires=Sun, 22 Jan 2023 19:23:19 GMT; Path=/ + - AWSALBCORS=kFbttdrfOzr8BqfFcUzJ4BvXU0it/JZQNbscwP+TdQ+W5sDHq9AZkIPXVi8Flqc5itgGLBuMSGV96mMUKeDQ8drudILTwpKvNodwLGpHFExLBVZSxL0n/JbhserY; + Expires=Sun, 22 Jan 2023 19:23:19 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -62,7 +62,7 @@ http_interactions: Press","isbn-type":[{"value":"9781569005927","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"DOI":"10.7139\/2017.978-1-56900-592-7","type":"book-set","created":{"date-parts":[[2019,12,19]],"date-time":"2019-12-19T09:54:25Z","timestamp":1576749265000},"source":"Crossref","is-referenced-by-count":1,"title":["Occupational Therapy Manager, 6th Ed"],"prefix":"10.7139","member":"2927","container-title":[],"original-title":[],"deposited":{"date-parts":[[2019,12,19]],"date-time":"2019-12-19T09:54:25Z","timestamp":1576749265000},"score":1,"resource":{"primary":{"URL":"https:\/\/library.aota.org\/Occupational-Therapy-Manager-6"}},"subtitle":[],"editor":[{"given":"Karen","family":"Jacobs","sequence":"first","affiliation":[]},{"given":"Judith","family":"Parker Kent","sequence":"additional","affiliation":[]},{"given":"Albert","family":"Copolillo","sequence":"additional","affiliation":[]},{"given":"Roger","family":"Ideishi","sequence":"additional","affiliation":[]},{"given":"Shawn","family":"Phipps","sequence":"additional","affiliation":[]},{"given":"Sarah","family":"McKinnon","sequence":"additional","affiliation":[]},{"given":"Donna","family":"Costa","sequence":"additional","affiliation":[]},{"given":"Nathan","family":"Herz","sequence":"additional","affiliation":[]},{"given":"Guy","family":"McCormack","sequence":"additional","affiliation":[]},{"given":"Lee","family":"Brandt","sequence":"additional","affiliation":[]},{"given":"Karen","family":"Duddy","sequence":"additional","affiliation":[]}],"short-title":[],"issued":{"date-parts":[[null]]},"ISBN":["9781569005927"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7139\/2017.978-1-56900-592-7","relation":{}}}' - recorded_at: Sat, 07 Jan 2023 00:51:03 GMT + recorded_at: Sun, 15 Jan 2023 19:23:19 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Occupational%2BTherapy%2BManager,%2B6th%2BEd%2B2019%2BAOTA%2BPress @@ -82,11 +82,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:12 GMT + - Sun, 15 Jan 2023 19:23:23 GMT Content-Type: - application/json Content-Length: - - '9586' + - '9578' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -114,7 +114,7 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1303835,"items":[{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T21:34:36Z","timestamp":1648935276004},"reference-count":25,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00007-x","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:54:05Z","timestamp":1604523245000},"page":"84-102","source":"Crossref","is-referenced-by-count":0,"title":["Occupational + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1304346,"items":[{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T21:34:36Z","timestamp":1648935276004},"reference-count":25,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00007-x","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:54:05Z","timestamp":1604523245000},"page":"84-102","source":"Crossref","is-referenced-by-count":0,"title":["Occupational Therapy Practice Models"],"prefix":"10.1016","author":[{"given":"Ren\u00e9","family":"Padilla","sequence":"first","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-323-49846-3.00007-X_bib1","doi-asserted-by":"crossref","first-page":"S1","DOI":"10.5014\/ajot.2014.682006","article-title":"Occupational therapy practice framework: Domain and process, 3rd ed","volume":"68","author":"American Occupational Therapy Association","year":"2014","journal-title":"Am J Occup @@ -154,28 +154,27 @@ http_interactions: Occupation II: Advancing an Occupational Therapy Vision for Health, Well-Being & Justice Through Occupation","author":"Townsend","year":"2007"},{"key":"10.1016\/B978-0-323-49846-3.00007-X_bib25","series-title":"Occupational Therapy: Performance, Participation and Well-being","year":"2015"}],"container-title":["Occupational - Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978032349846300007X?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978032349846300007X?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:54:10Z","timestamp":1604523250000},"score":23.347946,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B978032349846300007X"}},"issued":{"date-parts":[[2019]]},"references-count":25,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00007-x","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T11:18:53Z","timestamp":1648898333104},"edition-number":"1","reference-count":1,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,7,26]]},"DOI":"10.4324\/9780429276934-2","type":"book-chapter","created":{"date-parts":[[2019,7,30]],"date-time":"2019-07-30T10:02:15Z","timestamp":1564480935000},"page":"10-18","source":"Crossref","is-referenced-by-count":0,"title":["Spirituality + Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978032349846300007X?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978032349846300007X?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:54:10Z","timestamp":1604523250000},"score":23.361528,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B978032349846300007X"}},"issued":{"date-parts":[[2019]]},"references-count":25,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00007-x","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T11:18:53Z","timestamp":1648898333104},"edition-number":"1","reference-count":1,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,7,26]]},"DOI":"10.4324\/9780429276934-2","type":"book-chapter","created":{"date-parts":[[2019,7,30]],"date-time":"2019-07-30T10:02:15Z","timestamp":1564480935000},"page":"10-18","source":"Crossref","is-referenced-by-count":0,"title":["Spirituality and occupational therapy"],"prefix":"10.4324","author":[{"given":"Barbara","family":"Hemphill","sequence":"first","affiliation":[]}],"member":"301","reference":[{"key":"ref2","unstructured":"Adler, J. (2005, September 5). In search of the spiritual. Newsweek, 146(9), 46\u201364."}],"container-title":["Occupational - Therapy and Spirituality"],"deposited":{"date-parts":[[2020,7,10]],"date-time":"2020-07-10T03:57:09Z","timestamp":1594353429000},"score":22.666912,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781000398038\/chapters\/10.4324\/9780429276934-2"}},"issued":{"date-parts":[[2019,7,26]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429276934-2","published":{"date-parts":[[2019,7,26]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T01:33:00Z","timestamp":1649208780502},"edition-number":"0","reference-count":1,"publisher":"CRC + Therapy and Spirituality"],"deposited":{"date-parts":[[2020,7,10]],"date-time":"2020-07-10T03:57:09Z","timestamp":1594353429000},"score":22.645426,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781000398038\/chapters\/10.4324\/9780429276934-2"}},"issued":{"date-parts":[[2019,7,26]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429276934-2","published":{"date-parts":[[2019,7,26]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T01:33:00Z","timestamp":1649208780502},"edition-number":"0","reference-count":1,"publisher":"CRC Press","isbn-type":[{"value":"9780429100017","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,25]]},"DOI":"10.1201\/b16115-6","type":"book-chapter","created":{"date-parts":[[2018,7,25]],"date-time":"2018-07-25T04:57:49Z","timestamp":1532494669000},"page":"27-34","source":"Crossref","is-referenced-by-count":0,"title":["Core Competencies of the Occupational Safety Manager"],"prefix":"10.1201","member":"301","reference":[{"key":"ref3","unstructured":"Herzberg, F., Mausner, B., and Snyderman, B. B. (1959). The Motivation to Work. New York: John Wiley."}],"container-title":["Security Management for Occupational - Safety"],"deposited":{"date-parts":[[2021,4,10]],"date-time":"2021-04-10T22:21:59Z","timestamp":1618093319000},"score":21.957775,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781466561212\/chapters\/10.1201\/b16115-6"}},"issued":{"date-parts":[[2013,11,25]]},"ISBN":["9780429100017"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1201\/b16115-6","published":{"date-parts":[[2013,11,25]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T06:09:35Z","timestamp":1648620575229},"edition-number":"0","reference-count":1,"publisher":"CRC + Safety"],"deposited":{"date-parts":[[2021,4,10]],"date-time":"2021-04-10T22:21:59Z","timestamp":1618093319000},"score":21.860893,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781466561212\/chapters\/10.1201\/b16115-6"}},"issued":{"date-parts":[[2013,11,25]]},"ISBN":["9780429100017"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1201\/b16115-6","published":{"date-parts":[[2013,11,25]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T06:09:35Z","timestamp":1648620575229},"edition-number":"0","reference-count":1,"publisher":"CRC Press","isbn-type":[{"value":"9780429100017","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,25]]},"DOI":"10.1201\/b16115-12","type":"book-chapter","created":{"date-parts":[[2018,7,25]],"date-time":"2018-07-25T04:57:49Z","timestamp":1532494669000},"page":"71-80","source":"Crossref","is-referenced-by-count":0,"title":["Comprehensive Risk Assessment for the Occupational Safety Manager"],"prefix":"10.1201","member":"301","reference":[{"key":"ref9","unstructured":"Department of Homeland Security. (2008). DHS risk lexicon. Available May 31, 2013, at\u00a0http:\/\/www.dhs.gov\/xlibrary\/assets\/dhs_risk_lexicon.pdf"}],"container-title":["Security - Management for Occupational Safety"],"deposited":{"date-parts":[[2021,4,10]],"date-time":"2021-04-10T22:22:11Z","timestamp":1618093331000},"score":21.636581,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781466561212\/chapters\/10.1201\/b16115-12"}},"issued":{"date-parts":[[2013,11,25]]},"ISBN":["9780429100017"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1201\/b16115-12","published":{"date-parts":[[2013,11,25]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T17:58:32Z","timestamp":1648922312670},"edition-number":"1","reference-count":1,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,7,26]]},"DOI":"10.4324\/9780429276934-7","type":"book-chapter","created":{"date-parts":[[2019,7,30]],"date-time":"2019-07-30T10:02:15Z","timestamp":1564480935000},"page":"71-86","source":"Crossref","is-referenced-by-count":1,"title":["Spiritual + Management for Occupational Safety"],"deposited":{"date-parts":[[2021,4,10]],"date-time":"2021-04-10T22:22:11Z","timestamp":1618093331000},"score":21.623297,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781466561212\/chapters\/10.1201\/b16115-12"}},"issued":{"date-parts":[[2013,11,25]]},"ISBN":["9780429100017"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1201\/b16115-12","published":{"date-parts":[[2013,11,25]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T17:58:32Z","timestamp":1648922312670},"edition-number":"1","reference-count":1,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,7,26]]},"DOI":"10.4324\/9780429276934-7","type":"book-chapter","created":{"date-parts":[[2019,7,30]],"date-time":"2019-07-30T10:02:15Z","timestamp":1564480935000},"page":"71-86","source":"Crossref","is-referenced-by-count":1,"title":["Spiritual and cultural diversity in the occupational therapy clinic"],"prefix":"10.4324","author":[{"given":"Barbara","family":"Hemphill","sequence":"first","affiliation":[]}],"member":"301","reference":[{"key":"ref7","unstructured":"Kosmin, B. A. , Mayer, E. , & Keysar, A. (2001). American religious identification survey 2001. Graduate Center of the City University of New York. www.gc.cuny.edu\/cuny_gc\/media\/cuny-graduate-center\/pdf\/aris\/aris-pdf-version.pdf."}],"container-title":["Occupational - Therapy and Spirituality"],"deposited":{"date-parts":[[2020,7,10]],"date-time":"2020-07-10T03:57:15Z","timestamp":1594353435000},"score":21.562584,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781000398038\/chapters\/10.4324\/9780429276934-7"}},"issued":{"date-parts":[[2019,7,26]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429276934-7","published":{"date-parts":[[2019,7,26]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T18:34:17Z","timestamp":1648838057227},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00037-8","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:38Z","timestamp":1604523338000},"page":"xi","source":"Crossref","is-referenced-by-count":0,"title":["Acknowledgments"],"prefix":"10.1016","member":"78","container-title":["Occupational - Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000378?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000378?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:38Z","timestamp":1604523338000},"score":21.49803,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000378"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00037-8","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T01:21:26Z","timestamp":1648516886555},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00033-0","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:35Z","timestamp":1604523335000},"page":"v","source":"Crossref","is-referenced-by-count":0,"title":["Dedication"],"prefix":"10.1016","member":"78","container-title":["Occupational - Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000330?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000330?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:35Z","timestamp":1604523335000},"score":21.49803,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000330"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00033-0","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T07:25:45Z","timestamp":1648711545179},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00028-7","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:33Z","timestamp":1604523333000},"page":"83","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.1016","member":"78","container-title":["Occupational - Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000287?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000287?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:33Z","timestamp":1604523333000},"score":21.486803,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000287"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00028-7","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T13:45:16Z","timestamp":1648647916062},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00032-9","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:35Z","timestamp":1604523335000},"page":"iv","source":"Crossref","is-referenced-by-count":0,"title":["Copyright"],"prefix":"10.1016","member":"78","container-title":["Occupational - Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000329?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000329?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:35Z","timestamp":1604523335000},"score":21.478489,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000329"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00032-9","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T07:50:31Z","timestamp":1649145031742},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00027-5","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:31Z","timestamp":1604523331000},"page":"1","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.1016","member":"78","container-title":["Occupational - Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000275?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000275?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:32Z","timestamp":1604523332000},"score":21.46302,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000275"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00027-5","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T21:19:07Z","timestamp":1649107147134},"reference-count":6,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00029-9","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:33Z","timestamp":1604523333000},"page":"359","source":"Crossref","is-referenced-by-count":0,"title":["Bibliography"],"prefix":"10.1016","member":"78","reference":[{"key":"10.1016\/B978-0-323-49846-3.00029-9_bib1","series-title":"Diagnostic + Therapy and Spirituality"],"deposited":{"date-parts":[[2020,7,10]],"date-time":"2020-07-10T03:57:15Z","timestamp":1594353435000},"score":21.556448,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781000398038\/chapters\/10.4324\/9780429276934-7"}},"issued":{"date-parts":[[2019,7,26]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429276934-7","published":{"date-parts":[[2019,7,26]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T13:45:16Z","timestamp":1648647916062},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00032-9","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:35Z","timestamp":1604523335000},"page":"iv","source":"Crossref","is-referenced-by-count":0,"title":["Copyright"],"prefix":"10.1016","member":"78","container-title":["Occupational + Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000329?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000329?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:35Z","timestamp":1604523335000},"score":21.50197,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000329"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00032-9","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T18:34:17Z","timestamp":1648838057227},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00037-8","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:38Z","timestamp":1604523338000},"page":"xi","source":"Crossref","is-referenced-by-count":0,"title":["Acknowledgments"],"prefix":"10.1016","member":"78","container-title":["Occupational + Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000378?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000378?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:38Z","timestamp":1604523338000},"score":21.494944,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000378"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00037-8","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T01:21:26Z","timestamp":1648516886555},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00033-0","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:35Z","timestamp":1604523335000},"page":"v","source":"Crossref","is-referenced-by-count":0,"title":["Dedication"],"prefix":"10.1016","member":"78","container-title":["Occupational + Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000330?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000330?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:35Z","timestamp":1604523335000},"score":21.494944,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000330"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00033-0","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T07:50:31Z","timestamp":1649145031742},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00027-5","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:31Z","timestamp":1604523331000},"page":"1","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.1016","member":"78","container-title":["Occupational + Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000275?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000275?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:32Z","timestamp":1604523332000},"score":21.480423,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000275"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00027-5","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T21:19:07Z","timestamp":1649107147134},"reference-count":6,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00029-9","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:33Z","timestamp":1604523333000},"page":"359","source":"Crossref","is-referenced-by-count":0,"title":["Bibliography"],"prefix":"10.1016","member":"78","reference":[{"key":"10.1016\/B978-0-323-49846-3.00029-9_bib1","series-title":"Diagnostic and Statistical Manual of Mental Disorders","author":"American Psychiatric Association","year":"2000"},{"key":"10.1016\/B978-0-323-49846-3.00029-9_bib2","series-title":"Mosby''s Medical, Nursing, and Health Dictionary","author":"Anderson","year":"2008"},{"key":"10.1016\/B978-0-323-49846-3.00029-9_bib3","series-title":"Stedman''s @@ -183,18 +182,19 @@ http_interactions: Encyclopedia and Dictionary of Medicine, Nursing, and Allied Health","author":"Miller","year":"1987"},{"key":"10.1016\/B978-0-323-49846-3.00029-9_bib5","series-title":"Encyclopedia and Dictionary of Medicine, Nursing, and Allied Health","author":"Miller","year":"2005"},{"key":"10.1016\/B978-0-323-49846-3.00029-9_bib6","series-title":"Taber''s Cyclopedic Medical Dictionary","year":"2009"}],"container-title":["Occupational - Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000299?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000299?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:33Z","timestamp":1604523333000},"score":21.46302,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000299"}},"issued":{"date-parts":[[2019]]},"references-count":6,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00029-9","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T07:40:43Z","timestamp":1655278843723},"edition-number":"1","reference-count":0,"publisher":"Cambridge + Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000299?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000299?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:33Z","timestamp":1604523333000},"score":21.480423,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000299"}},"issued":{"date-parts":[[2019]]},"references-count":6,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00029-9","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T07:25:45Z","timestamp":1648711545179},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00028-7","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:33Z","timestamp":1604523333000},"page":"83","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.1016","member":"78","container-title":["Occupational + Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000287?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000287?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:33Z","timestamp":1604523333000},"score":21.471199,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000287"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00028-7","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T07:40:43Z","timestamp":1655278843723},"edition-number":"1","reference-count":0,"publisher":"Cambridge University Press","license":[{"start":{"date-parts":[[2015,3,5]],"date-time":"2015-03-05T00:00:00Z","timestamp":1425513600000},"content-version":"unspecified","delay-in-days":14,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015,2,19]]},"DOI":"10.1017\/cbo9781139108065.006","type":"book-chapter","created":{"date-parts":[[2015,3,12]],"date-time":"2015-03-12T05:12:31Z","timestamp":1426137151000},"page":"127-153","source":"Crossref","is-referenced-by-count":0,"title":["The occupational and career tensions of the consultant manager"],"prefix":"10.1017","member":"56","container-title":["Management - as Consultancy"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/BF7F085E87CE8550E9AF772641D328B2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T07:24:25Z","timestamp":1655277865000},"score":21.419542,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781139108065%23c02096-783\/type\/book_part"}},"issued":{"date-parts":[[2015,2,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9781139108065.006","published":{"date-parts":[[2015,2,19]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T18:39:36Z","timestamp":1648838376114},"edition-number":"4","reference-count":0,"publisher":"AOTA + as Consultancy"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/BF7F085E87CE8550E9AF772641D328B2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T07:24:25Z","timestamp":1655277865000},"score":21.403664,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781139108065%23c02096-783\/type\/book_part"}},"issued":{"date-parts":[[2015,2,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9781139108065.006","published":{"date-parts":[[2015,2,19]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T18:39:36Z","timestamp":1648838376114},"edition-number":"4","reference-count":0,"publisher":"AOTA Press","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.7139\/2017.978-1-56900-489-0.013","type":"book-chapter","created":{"date-parts":[[2019,12,19]],"date-time":"2019-12-19T04:53:48Z","timestamp":1576731228000},"page":"183-194","source":"Crossref","is-referenced-by-count":0,"title":["Individualized Treatment for Individuals With ASD Through Precision Occupational Therapy: Data-Driven Decision Making (Ch. 13, Autism 4e)"],"prefix":"10.7139","author":[{"given":"Roseann","family":"Schaaf","sequence":"first","affiliation":[]},{"given":"Rachel","family":"Dumont","sequence":"additional","affiliation":[]}],"member":"2927","published-online":{"date-parts":[[2018]]},"container-title":["Autism - Across the Lifespan: A Comprehensive Occupational Therapy Approach, 4th Ed."],"deposited":{"date-parts":[[2019,12,20]],"date-time":"2019-12-20T04:37:52Z","timestamp":1576816672000},"score":21.382736,"resource":{"primary":{"URL":"https:\/\/library.aota.org\/Autism_4e\/13-individualized-treatment-individuals-with-ASD-Data-Driven-Decision-Making"}},"issued":{"date-parts":[[2018]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7139\/2017.978-1-56900-489-0.013","published":{"date-parts":[[2018]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T12:44:59Z","timestamp":1649162699806},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00025-1","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:31Z","timestamp":1604523331000},"page":"355-359","source":"Crossref","is-referenced-by-count":0,"title":["Glossary"],"prefix":"10.1016","member":"78","container-title":["Occupational - Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000251?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000251?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:33Z","timestamp":1604523333000},"score":21.1835,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000251"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00025-1","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T11:31:46Z","timestamp":1648899106778},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00030-5","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:34Z","timestamp":1604523334000},"page":"361-369","source":"Crossref","is-referenced-by-count":0,"title":["Index"],"prefix":"10.1016","member":"78","container-title":["Occupational - Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000305?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000305?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:34Z","timestamp":1604523334000},"score":21.1835,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000305"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00030-5","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T09:00:03Z","timestamp":1648976403949},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00031-7","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:34Z","timestamp":1604523334000},"page":"i-iii","source":"Crossref","is-referenced-by-count":0,"title":["Front + Across the Lifespan: A Comprehensive Occupational Therapy Approach, 4th Ed."],"deposited":{"date-parts":[[2019,12,20]],"date-time":"2019-12-20T04:37:52Z","timestamp":1576816672000},"score":21.348928,"resource":{"primary":{"URL":"https:\/\/library.aota.org\/Autism_4e\/13-individualized-treatment-individuals-with-ASD-Data-Driven-Decision-Making"}},"issued":{"date-parts":[[2018]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7139\/2017.978-1-56900-489-0.013","published":{"date-parts":[[2018]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T12:44:59Z","timestamp":1649162699806},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00025-1","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:31Z","timestamp":1604523331000},"page":"355-359","source":"Crossref","is-referenced-by-count":0,"title":["Glossary"],"prefix":"10.1016","member":"78","container-title":["Occupational + Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000251?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000251?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:33Z","timestamp":1604523333000},"score":21.180195,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000251"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00025-1","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T11:31:46Z","timestamp":1648899106778},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00030-5","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:34Z","timestamp":1604523334000},"page":"361-369","source":"Crossref","is-referenced-by-count":0,"title":["Index"],"prefix":"10.1016","member":"78","container-title":["Occupational + Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000305?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000305?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:34Z","timestamp":1604523334000},"score":21.180195,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000305"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00030-5","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T09:00:03Z","timestamp":1648976403949},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00031-7","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:34Z","timestamp":1604523334000},"page":"i-iii","source":"Crossref","is-referenced-by-count":0,"title":["Front Matter"],"prefix":"10.1016","member":"78","container-title":["Occupational - Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000317?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000317?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:34Z","timestamp":1604523334000},"score":20.87835,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000317"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00031-7","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T15:35:44Z","timestamp":1648568144077},"reference-count":66,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-12-815395-6.00025-0","type":"book-chapter","created":{"date-parts":[[2019,5,31]],"date-time":"2019-05-31T09:47:26Z","timestamp":1559296046000},"page":"381-397","source":"Crossref","is-referenced-by-count":0,"title":["Animal-Assisted + Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000317?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323498463000317?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:34Z","timestamp":1604523334000},"score":20.874836,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323498463000317"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00031-7","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T15:35:44Z","timestamp":1648568144077},"reference-count":66,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-12-815395-6.00025-0","type":"book-chapter","created":{"date-parts":[[2019,5,31]],"date-time":"2019-05-31T09:47:26Z","timestamp":1559296046000},"page":"381-397","source":"Crossref","is-referenced-by-count":0,"title":["Animal-Assisted Occupational Therapy"],"prefix":"10.1016","author":[{"given":"Melissa Y.","family":"Winkle","sequence":"first","affiliation":[]},{"given":"Karen","family":"Ni","sequence":"additional","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-12-815395-6.00025-0_bib1","series-title":"A survey of the use of animal-assisted therapy as a modality in the field of occupational therapy","author":"Alfano","year":"1998"},{"issue":"4","key":"10.1016\/B978-0-12-815395-6.00025-0_bib2","doi-asserted-by":"crossref","first-page":"271","DOI":"10.1177\/000841740006700409","article-title":"The @@ -329,13 +329,13 @@ http_interactions: ownership as a meaningful community occupation for people with serious mental illness","volume":"63","author":"Zimolag","year":"2009","journal-title":"American Journal of Occupational Therapy"}],"container-title":["Handbook on Animal-Assisted - Therapy"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128153956000250?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128153956000250?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,5,31]],"date-time":"2019-05-31T09:47:37Z","timestamp":1559296057000},"score":20.320623,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128153956000250"}},"issued":{"date-parts":[[2019]]},"references-count":66,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-815395-6.00025-0","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T23:34:25Z","timestamp":1648942465965},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00038-x","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:38Z","timestamp":1604523338000},"page":"vi","source":"Crossref","is-referenced-by-count":0,"title":["Shadows + Therapy"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128153956000250?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128153956000250?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,5,31]],"date-time":"2019-05-31T09:47:37Z","timestamp":1559296057000},"score":20.315708,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128153956000250"}},"issued":{"date-parts":[[2019]]},"references-count":66,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-815395-6.00025-0","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T23:34:25Z","timestamp":1648942465965},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/b978-0-323-49846-3.00038-x","type":"book-chapter","created":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:38Z","timestamp":1604523338000},"page":"vi","source":"Crossref","is-referenced-by-count":0,"title":["Shadows and Sunlight"],"prefix":"10.1016","author":[{"given":"Yolanda","family":"Griffiths","sequence":"first","affiliation":[]}],"member":"78","container-title":["Occupational - Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978032349846300038X?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978032349846300038X?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:39Z","timestamp":1604523339000},"score":20.285006,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B978032349846300038X"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00038-x","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T11:43:28Z","timestamp":1648640608244},"reference-count":0,"publisher":"Palgrave + Therapy with Elders"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978032349846300038X?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978032349846300038X?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2020,11,4]],"date-time":"2020-11-04T20:55:39Z","timestamp":1604523339000},"score":20.26398,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B978032349846300038X"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-49846-3.00038-x","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T06:29:09Z","timestamp":1648535349577},"reference-count":0,"publisher":"\u00c9r\u00e8s","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,9,5]]},"DOI":"10.3917\/eres.vande.2019.01.0096","type":"book-chapter","created":{"date-parts":[[2021,3,4]],"date-time":"2021-03-04T01:54:57Z","timestamp":1614822897000},"page":"96-97","source":"Crossref","is-referenced-by-count":0,"title":["Cadre\/manager"],"prefix":"10.3917","author":[{"given":"John","family":"Cultiaux","sequence":"first","affiliation":[]}],"member":"2273","container-title":["Dictionnaire + de sociologie clinique"],"deposited":{"date-parts":[[2022,2,1]],"date-time":"2022-02-01T04:49:17Z","timestamp":1643690957000},"score":20.248604,"resource":{"primary":{"URL":"https:\/\/www.cairn.info\/dictionnaire-de-sociologie-clinique-2019--9782749257648-page-96.htm?ref=doi"}},"subtitle":["(executive\/manager + \u2013 jefe\/manager)"],"issued":{"date-parts":[[2019,9,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3917\/eres.vande.2019.01.0096","published":{"date-parts":[[2019,9,5]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T11:43:28Z","timestamp":1648640608244},"reference-count":0,"publisher":"Palgrave Macmillan","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1057\/9780230369764.0071","type":"book-chapter","created":{"date-parts":[[2014,2,18]],"date-time":"2014-02-18T04:05:57Z","timestamp":1392696357000},"source":"Crossref","is-referenced-by-count":0,"title":["Writing as therapy"],"prefix":"10.1057","member":"297","container-title":["The Talented - Manager"],"deposited":{"date-parts":[[2014,2,18]],"date-time":"2014-02-18T04:06:11Z","timestamp":1392696371000},"score":20.278725,"resource":{"primary":{"URL":"http:\/\/www.palgraveconnect.com\/doifinder\/10.1057\/9780230369764.0071"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1057\/9780230369764.0071"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T06:29:09Z","timestamp":1648535349577},"reference-count":0,"publisher":"\u00c9r\u00e8s","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,9,5]]},"DOI":"10.3917\/eres.vande.2019.01.0096","type":"book-chapter","created":{"date-parts":[[2021,3,4]],"date-time":"2021-03-04T01:54:57Z","timestamp":1614822897000},"page":"96-97","source":"Crossref","is-referenced-by-count":0,"title":["Cadre\/manager"],"prefix":"10.3917","author":[{"given":"John","family":"Cultiaux","sequence":"first","affiliation":[]}],"member":"2273","container-title":["Dictionnaire - de sociologie clinique"],"deposited":{"date-parts":[[2022,2,1]],"date-time":"2022-02-01T04:49:17Z","timestamp":1643690957000},"score":20.271439,"resource":{"primary":{"URL":"https:\/\/www.cairn.info\/dictionnaire-de-sociologie-clinique-2019--9782749257648-page-96.htm?ref=doi"}},"subtitle":["(executive\/manager - \u2013 jefe\/manager)"],"issued":{"date-parts":[[2019,9,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3917\/eres.vande.2019.01.0096","published":{"date-parts":[[2019,9,5]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Occupational+Therapy+Manager,+6th+Ed+2019+AOTA+Press"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:12 GMT + Manager"],"deposited":{"date-parts":[[2014,2,18]],"date-time":"2014-02-18T04:06:11Z","timestamp":1392696371000},"score":20.221619,"resource":{"primary":{"URL":"http:\/\/www.palgraveconnect.com\/doifinder\/10.1057\/9780230369764.0071"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1057\/9780230369764.0071"}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Occupational+Therapy+Manager,+6th+Ed+2019+AOTA+Press"}}}' + recorded_at: Sun, 15 Jan 2023 19:23:23 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/book-track.yml b/spec/vcr_cassettes/book-track.yml index 926eee4..1626d21 100644 --- a/spec/vcr_cassettes/book-track.yml +++ b/spec/vcr_cassettes/book-track.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 04:47:46 GMT + - Sun, 15 Jan 2023 19:23:23 GMT Content-Type: - application/json Content-Length: - '714' Set-Cookie: - - AWSALB=tO1P59eNUH2ZPVnz2NvmBuL3YRPDgZuX1sWOB5KA45X5ApiiLyS8yifQgUZpM/OlF7O406MrIwIAuLO1E+NVMPUEIY0EoM1Q9r3Ts7/TY8ZN+Td/cESwB907edXe; - Expires=Sat, 14 Jan 2023 04:47:46 GMT; Path=/ - - AWSALBCORS=tO1P59eNUH2ZPVnz2NvmBuL3YRPDgZuX1sWOB5KA45X5ApiiLyS8yifQgUZpM/OlF7O406MrIwIAuLO1E+NVMPUEIY0EoM1Q9r3Ts7/TY8ZN+Td/cESwB907edXe; - Expires=Sat, 14 Jan 2023 04:47:46 GMT; Path=/; SameSite=None + - AWSALB=gD70JNpoRep7pyzAMoL85E/aZzSjlbP6kV9OiDD+5zQh3tl2PI0VgJPdXyMtqYQIeFTzv2+84k8CkHGU2DgJ0nR+gu4wYWRgYM1abITKiKOPMZj47kevzah0rptH; + Expires=Sun, 22 Jan 2023 19:23:23 GMT; Path=/ + - AWSALBCORS=gD70JNpoRep7pyzAMoL85E/aZzSjlbP6kV9OiDD+5zQh3tl2PI0VgJPdXyMtqYQIeFTzv2+84k8CkHGU2DgJ0nR+gu4wYWRgYM1abITKiKOPMZj47kevzah0rptH; + Expires=Sun, 22 Jan 2023 19:23:23 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -64,7 +64,7 @@ http_interactions: San Francisco: 1861-1865"],"prefix":"10.1017","member":"56","container-title":["Historical Statistics of the United States"],"original-title":[],"deposited":{"date-parts":[[2013,12,16]],"date-time":"2013-12-16T23:08:32Z","timestamp":1387235312000},"score":1,"resource":{"primary":{"URL":"http:\/\/hsus.cambridge.org\/HSUSWeb\/toc\/tableToc.do?id=Eh132-135"}},"subtitle":[],"editor":[{"given":"Roger L.","family":"Ransom","sequence":"first","affiliation":[]}],"short-title":[],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/isbn-9780511132971.eh132-135","relation":{}}}' - recorded_at: Sat, 07 Jan 2023 04:47:46 GMT + recorded_at: Sun, 15 Jan 2023 19:23:23 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book,type:book-set,type:edited-book,type:monograph,type:reference-book&query=Historical%20Statistics%20of%20the%20United%20States%202007 @@ -84,11 +84,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 04:47:47 GMT + - Sun, 15 Jan 2023 19:23:32 GMT Content-Type: - application/json Content-Length: - - '5371' + - '5365' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -116,20 +116,20 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":64458,"items":[{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T22:06:15Z","timestamp":1648677975661},"publisher-location":"Washington, + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":64538,"items":[{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T22:06:15Z","timestamp":1648677975661},"publisher-location":"Washington, D.C. :","reference-count":0,"publisher":"United States Department of Agriculture, Agricultural Marketing Service","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1939]]},"DOI":"10.5962\/bhl.title.106635","type":"monograph","created":{"date-parts":[[2015,8,30]],"date-time":"2015-08-30T02:03:05Z","timestamp":1440900185000},"source":"Crossref","is-referenced-by-count":0,"title":["Annual report on tobacco statistics \/"],"prefix":"10.5962","author":[{"name":"United States.","sequence":"first","affiliation":[]},{"name":"United States.","sequence":"additional","affiliation":[]},{"name":"United - States.","sequence":"additional","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2015,8,30]],"date-time":"2015-08-30T02:03:05Z","timestamp":1440900185000},"score":27.935162,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/106635"}},"issued":{"date-parts":[[1939]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.106635","published":{"date-parts":[[1939]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T16:55:22Z","timestamp":1649004922916},"publisher-location":"Washington, + States.","sequence":"additional","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2015,8,30]],"date-time":"2015-08-30T02:03:05Z","timestamp":1440900185000},"score":27.911736,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/106635"}},"issued":{"date-parts":[[1939]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.106635","published":{"date-parts":[[1939]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T16:55:22Z","timestamp":1649004922916},"publisher-location":"Washington, D.C. :","reference-count":0,"publisher":"Dept. of Commerce, National Oceanic and Atmospheric Administration, National Marine Fisheries Service :","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1979]]},"DOI":"10.5962\/bhl.title.4009","type":"monograph","created":{"date-parts":[[2011,11,11]],"date-time":"2011-11-11T16:56:39Z","timestamp":1321030599000},"source":"Crossref","is-referenced-by-count":0,"title":["Fishery statistics of the United States 1975 \/ prepared by Resource Statistics Division."],"prefix":"10.5962","author":[{"name":"United - States.","sequence":"first","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2011,11,11]],"date-time":"2011-11-11T16:56:48Z","timestamp":1321030608000},"score":27.528294,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/4009"}},"issued":{"date-parts":[[1979]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.4009","published":{"date-parts":[[1979]]}},{"indexed":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T21:10:16Z","timestamp":1650057016958},"publisher-location":"Washington","reference-count":0,"publisher":"Govt. + States.","sequence":"first","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2011,11,11]],"date-time":"2011-11-11T16:56:48Z","timestamp":1321030608000},"score":27.495235,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/4009"}},"issued":{"date-parts":[[1979]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.4009","published":{"date-parts":[[1979]]}},{"indexed":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T21:10:16Z","timestamp":1650057016958},"publisher-location":"Washington","reference-count":0,"publisher":"Govt. print. off","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1922]]},"DOI":"10.5962\/bhl.title.35558","type":"monograph","created":{"date-parts":[[2011,11,23]],"date-time":"2011-11-23T04:39:58Z","timestamp":1322023198000},"source":"Crossref","is-referenced-by-count":1,"title":["A handbook of dairy statistics"],"prefix":"10.5962","author":[{"given":"Thomas Ross","family":"Pirtle","sequence":"first","affiliation":[]},{"name":"United - States.","sequence":"additional","affiliation":[]},{"name":"United States.","sequence":"additional","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T20:50:48Z","timestamp":1650055848000},"score":26.103905,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/35558"}},"issued":{"date-parts":[[1922]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.35558","published":{"date-parts":[[1922]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:40:48Z","timestamp":1659501648610},"reference-count":0,"publisher":"Oxford + States.","sequence":"additional","affiliation":[]},{"name":"United States.","sequence":"additional","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T20:50:48Z","timestamp":1650055848000},"score":26.102055,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/35558"}},"issued":{"date-parts":[[1922]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.35558","published":{"date-parts":[[1922]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:40:48Z","timestamp":1659501648610},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,1,18]]},"abstract":"

This chapter studies American historical writing. In the United States, the legacy of the Progressive historians advocating a pragmatic study of the past in @@ -146,7 +146,7 @@ http_interactions: focus on the extra-academic life of American historians, including the development of \u2018public history\u2019.<\/p>","DOI":"10.1093\/oso\/9780199225996.003.0024","type":"book","created":{"date-parts":[[2018,1,18]],"date-time":"2018-01-18T17:58:17Z","timestamp":1516298297000},"source":"Crossref","is-referenced-by-count":0,"title":["Historical Writing in the United States"],"prefix":"10.1093","author":[{"given":"Ian","family":"Tyrrell","sequence":"first","affiliation":[]}],"member":"286","container-title":["Oxford - Scholarship Online"],"original-title":["Historical Writing in the United States"],"deposited":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T02:18:20Z","timestamp":1659493100000},"score":25.456446,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/26006\/chapter\/193886333"}},"issued":{"date-parts":[[2018,1,18]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780199225996.003.0024","published":{"date-parts":[[2018,1,18]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:45:13Z","timestamp":1659501913742},"reference-count":0,"publisher":"Oxford + Scholarship Online"],"original-title":["Historical Writing in the United States"],"deposited":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T02:18:20Z","timestamp":1659493100000},"score":25.437458,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/26006\/chapter\/193886333"}},"issued":{"date-parts":[[2018,1,18]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780199225996.003.0024","published":{"date-parts":[[2018,1,18]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:45:13Z","timestamp":1659501913742},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,4,19]]},"abstract":"

This chapter aims to re-examine the Chandlerian paradigm of the historical development of modern industrial enterprises in the United States by employing an analytical @@ -164,15 +164,15 @@ http_interactions: multidivisional enterprises to configure the whole dynamics of the US economy in the long run.<\/p>","DOI":"10.1093\/oso\/9780198717973.003.0014","type":"book","created":{"date-parts":[[2018,4,19]],"date-time":"2018-04-19T08:09:52Z","timestamp":1524125392000},"source":"Crossref","is-referenced-by-count":0,"title":["The United States in Historical Perspectives"],"prefix":"10.1093","author":[{"given":"Takashi","family":"Hikino","sequence":"first","affiliation":[]},{"given":"Marcelo","family":"Bucheli","sequence":"additional","affiliation":[]}],"member":"286","container-title":["Oxford - Scholarship Online"],"original-title":["The United States in Historical Perspectives"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T22:31:15Z","timestamp":1659479475000},"score":25.019669,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/4610\/chapter\/146741183"}},"issued":{"date-parts":[[2018,4,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780198717973.003.0014","published":{"date-parts":[[2018,4,19]]}},{"indexed":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T20:11:14Z","timestamp":1650053474574},"publisher-location":"Washington","reference-count":0,"publisher":"Govt. + Scholarship Online"],"original-title":["The United States in Historical Perspectives"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T22:31:15Z","timestamp":1659479475000},"score":24.999538,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/4610\/chapter\/146741183"}},"issued":{"date-parts":[[2018,4,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780198717973.003.0014","published":{"date-parts":[[2018,4,19]]}},{"indexed":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T20:11:14Z","timestamp":1650053474574},"publisher-location":"Washington","reference-count":0,"publisher":"Govt. print. off","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1895]]},"DOI":"10.5962\/bhl.title.36488","type":"monograph","created":{"date-parts":[[2011,11,23]],"date-time":"2011-11-23T04:47:04Z","timestamp":1322023624000},"source":"Crossref","is-referenced-by-count":0,"title":["Report of the United States commission to the Columbian historical exposition at Madrid"],"prefix":"10.5962","author":[{"name":"United States Commission to - the Columbian Historical Exposition at Madrid","sequence":"first","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T19:52:47Z","timestamp":1650052367000},"score":24.891033,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/36488"}},"issued":{"date-parts":[[1895]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.36488","published":{"date-parts":[[1895]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T03:24:09Z","timestamp":1648783449862},"publisher-location":"Silver + the Columbian Historical Exposition at Madrid","sequence":"first","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T19:52:47Z","timestamp":1650052367000},"score":24.83754,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/36488"}},"issued":{"date-parts":[[1895]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.36488","published":{"date-parts":[[1895]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T03:24:09Z","timestamp":1648783449862},"publisher-location":"Silver Spring, Md. :","reference-count":0,"publisher":"U.S. Dept. of Commerce, National Oceanic and Atmospheric Administration, National Marine Fisheries Service;","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1997]]},"DOI":"10.5962\/bhl.title.4030","type":"monograph","created":{"date-parts":[[2011,11,11]],"date-time":"2011-11-11T21:57:07Z","timestamp":1321048627000},"source":"Crossref","is-referenced-by-count":0,"title":["Fisheries of the United States, 1996 \/ prepared by Fisheries Statistics Division, National - Marine Fisheries Service."],"prefix":"10.5962","author":[{"name":"United States.","sequence":"first","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2011,11,11]],"date-time":"2011-11-11T21:57:15Z","timestamp":1321048635000},"score":24.727879,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/4030"}},"issued":{"date-parts":[[1997]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.4030","published":{"date-parts":[[1997]]}},{"indexed":{"date-parts":[[2022,11,29]],"date-time":"2022-11-29T03:31:41Z","timestamp":1669692701257},"publisher-location":"[Boise, + Marine Fisheries Service."],"prefix":"10.5962","author":[{"name":"United States.","sequence":"first","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2011,11,11]],"date-time":"2011-11-11T21:57:15Z","timestamp":1321048635000},"score":24.719503,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/4030"}},"issued":{"date-parts":[[1997]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.4030","published":{"date-parts":[[1997]]}},{"indexed":{"date-parts":[[2022,11,29]],"date-time":"2022-11-29T03:31:41Z","timestamp":1669692701257},"publisher-location":"[Boise, Idaho]","reference-count":0,"publisher":"Joint Fire Science Program","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007]]},"DOI":"10.5962\/bhl.title.154495","type":"monograph","created":{"date-parts":[[2018,11,18]],"date-time":"2018-11-18T06:03:41Z","timestamp":1542521021000},"source":"Crossref","is-referenced-by-count":1,"title":["Joint Fire Science Program 2006 - 2007 progress report : research supporting sound decisions"],"prefix":"10.5962","author":[{"name":"Joint Fire Science Program @@ -180,50 +180,50 @@ http_interactions: Fish and Wildlife Service","sequence":"additional","affiliation":[]},{"name":"United States.","sequence":"additional","affiliation":[]},{"name":"United States.","sequence":"additional","affiliation":[]},{"name":"United States.","sequence":"additional","affiliation":[]},{"name":"United States.","sequence":"additional","affiliation":[]},{"name":"United - States.","sequence":"additional","affiliation":[]},{"name":"United States.","sequence":"additional","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T22:25:10Z","timestamp":1650061510000},"score":24.699364,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/154495"}},"issued":{"date-parts":[[2007]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.154495","published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T22:11:48Z","timestamp":1650060708392},"publisher-location":"Upper + States.","sequence":"additional","affiliation":[]},{"name":"United States.","sequence":"additional","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T22:25:10Z","timestamp":1650061510000},"score":24.67424,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/154495"}},"issued":{"date-parts":[[2007]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.154495","published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T22:11:48Z","timestamp":1650060708392},"publisher-location":"Upper Darby","reference-count":0,"publisher":"[s.n.]","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1955]]},"DOI":"10.5962\/bhl.title.114942","type":"monograph","created":{"date-parts":[[2016,4,3]],"date-time":"2016-04-03T06:10:16Z","timestamp":1459663816000},"source":"Crossref","is-referenced-by-count":0,"title":["Forest - statistics for New York"],"prefix":"10.5962","author":[{"name":"United States.","sequence":"first","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T21:41:04Z","timestamp":1650058864000},"score":24.52494,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/114942"}},"issued":{"date-parts":[[1955]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.114942","published":{"date-parts":[[1955]]}},{"indexed":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T21:10:48Z","timestamp":1650057048468},"publisher-location":"Wash","reference-count":0,"publisher":"[s.n.]","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1920]]},"DOI":"10.5962\/bhl.title.40887","type":"monograph","created":{"date-parts":[[2011,11,23]],"date-time":"2011-11-23T16:54:44Z","timestamp":1322067284000},"source":"Crossref","is-referenced-by-count":0,"title":["Statistics + statistics for New York"],"prefix":"10.5962","author":[{"name":"United States.","sequence":"first","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T21:41:04Z","timestamp":1650058864000},"score":24.526003,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/114942"}},"issued":{"date-parts":[[1955]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.114942","published":{"date-parts":[[1955]]}},{"indexed":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T21:10:48Z","timestamp":1650057048468},"publisher-location":"Wash","reference-count":0,"publisher":"[s.n.]","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1920]]},"DOI":"10.5962\/bhl.title.40887","type":"monograph","created":{"date-parts":[[2011,11,23]],"date-time":"2011-11-23T16:54:44Z","timestamp":1322067284000},"source":"Crossref","is-referenced-by-count":0,"title":["Statistics of cooperative extension work"],"prefix":"10.5962","author":[{"name":"United - States.","sequence":"first","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T20:40:54Z","timestamp":1650055254000},"score":24.494827,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/40887"}},"issued":{"date-parts":[[1920]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.40887","published":{"date-parts":[[1920]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T05:19:31Z","timestamp":1649049571217},"publisher-location":"Anapolis, + States.","sequence":"first","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T20:40:54Z","timestamp":1650055254000},"score":24.478737,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/40887"}},"issued":{"date-parts":[[1920]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.40887","published":{"date-parts":[[1920]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T05:19:31Z","timestamp":1649049571217},"publisher-location":"Anapolis, MD :","reference-count":0,"publisher":"U.S. Environmental Protection Agency, Region III, Chesapeake Bay Program Office,","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007]]},"DOI":"10.5962\/bhl.title.149917","type":"monograph","created":{"date-parts":[[2018,7,15]],"date-time":"2018-07-15T05:00:34Z","timestamp":1531630834000},"source":"Crossref","is-referenced-by-count":2,"title":["Ambient water quality criteria for dissolved oxygen, water clarity and chlorophyll a for Chesapeake Bay and its tidal tributaries : 2007 addendum \/"],"prefix":"10.5962","author":[{"name":"United States.","sequence":"first","affiliation":[]},{"name":"United States.","sequence":"additional","affiliation":[]},{"name":"United - States.","sequence":"additional","affiliation":[]},{"name":"United States.","sequence":"additional","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2018,7,15]],"date-time":"2018-07-15T05:00:34Z","timestamp":1531630834000},"score":24.183987,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/149917"}},"issued":{"date-parts":[[2007]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.149917","published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T22:42:12Z","timestamp":1648939332854},"publisher-location":"Silver + States.","sequence":"additional","affiliation":[]},{"name":"United States.","sequence":"additional","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2018,7,15]],"date-time":"2018-07-15T05:00:34Z","timestamp":1531630834000},"score":24.198418,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/149917"}},"issued":{"date-parts":[[2007]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.149917","published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T22:42:12Z","timestamp":1648939332854},"publisher-location":"Silver Spring, Md. :","reference-count":0,"publisher":"U.S. Dept. of Commerce, National Oceanic and Atmospheric Administration, National Marine Fisheries Service :","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005]]},"DOI":"10.5962\/bhl.title.4145","type":"monograph","created":{"date-parts":[[2011,11,11]],"date-time":"2011-11-11T16:58:15Z","timestamp":1321030695000},"source":"Crossref","is-referenced-by-count":0,"title":["Fisheries of the United States, 2004 \/ National Marine Fisheries Service, Office of Science and Technology, Fisheries Statistics Division."],"prefix":"10.5962","author":[{"name":"United - States.","sequence":"first","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2011,11,11]],"date-time":"2011-11-11T16:58:25Z","timestamp":1321030705000},"score":23.939632,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/4145"}},"issued":{"date-parts":[[2005]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.4145","published":{"date-parts":[[2005]]}},{"indexed":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:35:42Z","timestamp":1668663342271},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264032712","type":"print"},{"value":"9789264032774","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,5,29]]},"DOI":"10.1787\/eco_surveys-usa-2007-en","type":"book","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T11:18:25Z","timestamp":1247138305000},"source":"Crossref","is-referenced-by-count":4,"title":["OECD + States.","sequence":"first","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2011,11,11]],"date-time":"2011-11-11T16:58:25Z","timestamp":1321030705000},"score":23.96373,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/4145"}},"issued":{"date-parts":[[2005]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.4145","published":{"date-parts":[[2005]]}},{"indexed":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:35:42Z","timestamp":1668663342271},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264032712","type":"print"},{"value":"9789264032774","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,5,29]]},"DOI":"10.1787\/eco_surveys-usa-2007-en","type":"book","created":{"date-parts":[[2009,7,9]],"date-time":"2009-07-09T11:18:25Z","timestamp":1247138305000},"source":"Crossref","is-referenced-by-count":4,"title":["OECD Economic Surveys: United States 2007"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]}],"member":"1963","container-title":["OECD - Economic Surveys: United States"],"deposited":{"date-parts":[[2021,9,7]],"date-time":"2021-09-07T01:01:09Z","timestamp":1630976469000},"score":23.815107,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/economics\/oecd-economic-surveys-united-states-2007_eco_surveys-usa-2007-en"}},"issued":{"date-parts":[[2007,5,29]]},"ISBN":["9789264032712","9789264032774"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/eco_surveys-usa-2007-en","ISSN":["1999-0103"],"issn-type":[{"value":"1999-0103","type":"electronic"}],"published":{"date-parts":[[2007,5,29]]}},{"indexed":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T20:24:01Z","timestamp":1651177441557},"publisher-location":"Newtown + Economic Surveys: United States"],"deposited":{"date-parts":[[2021,9,7]],"date-time":"2021-09-07T01:01:09Z","timestamp":1630976469000},"score":23.817213,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/economics\/oecd-economic-surveys-united-states-2007_eco_surveys-usa-2007-en"}},"issued":{"date-parts":[[2007,5,29]]},"ISBN":["9789264032712","9789264032774"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/eco_surveys-usa-2007-en","ISSN":["1999-0103"],"issn-type":[{"value":"1999-0103","type":"electronic"}],"published":{"date-parts":[[2007,5,29]]}},{"indexed":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T20:24:01Z","timestamp":1651177441557},"publisher-location":"Newtown Square, Pa. :","reference-count":0,"publisher":"U.S. Dept. of Agriculture, Forest Service, Northeastern Research Station,","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2000]]},"DOI":"10.5962\/bhl.title.70042","type":"monograph","created":{"date-parts":[[2013,12,8]],"date-time":"2013-12-08T02:01:10Z","timestamp":1386468070000},"source":"Crossref","is-referenced-by-count":1,"title":["Forest statistics for Connecticut \/"],"prefix":"10.5962","author":[{"given":"Carol L.","family":"Alerich","sequence":"first","affiliation":[]},{"name":"United - States.","sequence":"additional","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2013,12,8]],"date-time":"2013-12-08T02:01:11Z","timestamp":1386468071000},"score":23.753454,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/70042"}},"issued":{"date-parts":[[2000]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.70042","published":{"date-parts":[[2000]]}},{"indexed":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T19:40:31Z","timestamp":1650051631801},"publisher-location":"Washington","reference-count":0,"publisher":"Govt. + States.","sequence":"additional","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2013,12,8]],"date-time":"2013-12-08T02:01:11Z","timestamp":1386468071000},"score":23.70183,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/70042"}},"issued":{"date-parts":[[2000]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.70042","published":{"date-parts":[[2000]]}},{"indexed":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T19:40:31Z","timestamp":1650051631801},"publisher-location":"Washington","reference-count":0,"publisher":"Govt. Print. Off","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1895]]},"DOI":"10.5962\/bhl.title.19003","type":"monograph","created":{"date-parts":[[2011,11,22]],"date-time":"2011-11-22T16:25:22Z","timestamp":1321979122000},"source":"Crossref","is-referenced-by-count":0,"title":["Report of the United States Commission to the Columbian Historical Exposition at Madrid. 1892-93. With special papers"],"prefix":"10.5962","author":[{"name":"United - States.","sequence":"first","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T19:14:20Z","timestamp":1650050060000},"score":23.49844,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/19003"}},"issued":{"date-parts":[[1895]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.19003","published":{"date-parts":[[1895]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T08:42:52Z","timestamp":1649061772556},"reference-count":0,"publisher":"Duke - University Press","isbn-type":[{"value":"9780822389811","type":"electronic"},{"value":"9780822340058","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,7,16]]},"DOI":"10.2307\/j.ctv11hpmg2","type":"monograph","created":{"date-parts":[[2020,6,19]],"date-time":"2020-06-19T20:32:51Z","timestamp":1592598771000},"source":"Crossref","is-referenced-by-count":0,"title":["Redress - for Historical Injustices in the United States"],"prefix":"10.2307","member":"1121","deposited":{"date-parts":[[2020,6,19]],"date-time":"2020-06-19T20:32:52Z","timestamp":1592598772000},"score":23.137726,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv11hpmg2"}},"subtitle":["On - Reparations for Slavery, Jim Crow, and Their Legacies"],"editor":[{"given":"MICHAEL - T.","family":"MARTIN","sequence":"additional","affiliation":[]},{"given":"MARILYN","family":"YAQUINTO","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2007,7,16]]},"ISBN":["9780822389811","9780822340058"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv11hpmg2","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1215\/9780822389811","asserted-by":"subject"},{"id-type":"doi","id":"10.1515\/9780822389811","asserted-by":"object"}]},"published":{"date-parts":[[2007,7,16]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T03:51:38Z","timestamp":1649217098323},"reference-count":0,"publisher":"Commonwealth","isbn-type":[{"value":"9781848598874","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,4,1]]},"DOI":"10.14217\/smalst-2007-en","type":"book","created":{"date-parts":[[2015,4,8]],"date-time":"2015-04-08T06:04:56Z","timestamp":1428473096000},"source":"Crossref","is-referenced-by-count":2,"title":["Small - States"],"prefix":"10.14217","author":[{"name":"Commonwealth Secretariat","sequence":"first","affiliation":[]}],"member":"28689","container-title":["Small - States: Economic Review and Basic Statistics"],"deposited":{"date-parts":[[2020,11,3]],"date-time":"2020-11-03T08:00:45Z","timestamp":1604390445000},"score":23.070312,"resource":{"primary":{"URL":"https:\/\/www.thecommonwealth-ilibrary.org\/commonwealth\/economics\/small-states_smalst-2007-en"}},"subtitle":["Economic - Review and Basic Statistics, Volume 11"],"issued":{"date-parts":[[2007,4,1]]},"ISBN":["9781848598874"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14217\/smalst-2007-en","ISSN":["1359-7507"],"issn-type":[{"value":"1359-7507","type":"electronic"}],"published":{"date-parts":[[2007,4,1]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T06:21:18Z","timestamp":1648707678157},"reference-count":0,"publisher":"Duke + States.","sequence":"first","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T19:14:20Z","timestamp":1650050060000},"score":23.480335,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/19003"}},"issued":{"date-parts":[[1895]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.19003","published":{"date-parts":[[1895]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T06:21:18Z","timestamp":1648707678157},"reference-count":0,"publisher":"Duke University Press","isbn-type":[{"value":"9780822340058","type":"print"},{"value":"9780822389811","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007]]},"DOI":"10.1215\/9780822389811","type":"book","created":{"date-parts":[[2013,11,20]],"date-time":"2013-11-20T06:54:06Z","timestamp":1384930446000},"source":"Crossref","is-referenced-by-count":5,"title":["Redress - for Historical Injustices in the United States"],"prefix":"10.1215","member":"73","deposited":{"date-parts":[[2020,8,31]],"date-time":"2020-08-31T13:31:05Z","timestamp":1598880665000},"score":23.04175,"resource":{"primary":{"URL":"http:\/\/read.dukeupress.edu\/books\/book\/2249\/Redress-for-Historical-Injustices-in-the-United"}},"subtitle":["On + for Historical Injustices in the United States"],"prefix":"10.1215","member":"73","deposited":{"date-parts":[[2020,8,31]],"date-time":"2020-08-31T13:31:05Z","timestamp":1598880665000},"score":23.047443,"resource":{"primary":{"URL":"http:\/\/read.dukeupress.edu\/books\/book\/2249\/Redress-for-Historical-Injustices-in-the-United"}},"subtitle":["On Reparations for Slavery, Jim Crow, and Their Legacies"],"editor":[{"given":"Michael - T.","family":"Martin","sequence":"first","affiliation":[]},{"given":"Marilyn","family":"Yaquinto","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2007]]},"ISBN":["9780822340058","9780822389811"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1215\/9780822389811","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1515\/9780822389811","asserted-by":"object"},{"id-type":"doi","id":"10.2307\/j.ctv11hpmg2","asserted-by":"object"}]},"published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T22:23:36Z","timestamp":1649024616543},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781136600241","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203953990","type":"reference-book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T08:48:42Z","timestamp":1394786922000},"source":"Crossref","is-referenced-by-count":0,"title":["Historical - Atlas of the United States"],"prefix":"10.4324","author":[{"given":"Mark C.","family":"Carnes","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2013,2,1]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T17:54:12Z","timestamp":1617645252000},"score":22.901533,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136600241"}},"issued":{"date-parts":[[2013,2,1]]},"ISBN":["9781136600241"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203953990","published":{"date-parts":[[2013,2,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T16:39:43Z","timestamp":1649090383769},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781135948597","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203997000","type":"reference-book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T08:48:42Z","timestamp":1394786922000},"source":"Crossref","is-referenced-by-count":0,"title":["Historical + T.","family":"Martin","sequence":"first","affiliation":[]},{"given":"Marilyn","family":"Yaquinto","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2007]]},"ISBN":["9780822340058","9780822389811"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1215\/9780822389811","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1515\/9780822389811","asserted-by":"object"},{"id-type":"doi","id":"10.2307\/j.ctv11hpmg2","asserted-by":"object"}]},"published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T03:51:38Z","timestamp":1649217098323},"reference-count":0,"publisher":"Commonwealth","isbn-type":[{"value":"9781848598874","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,4,1]]},"DOI":"10.14217\/smalst-2007-en","type":"book","created":{"date-parts":[[2015,4,8]],"date-time":"2015-04-08T06:04:56Z","timestamp":1428473096000},"source":"Crossref","is-referenced-by-count":2,"title":["Small + States"],"prefix":"10.14217","author":[{"name":"Commonwealth Secretariat","sequence":"first","affiliation":[]}],"member":"28689","container-title":["Small + States: Economic Review and Basic Statistics"],"deposited":{"date-parts":[[2020,11,3]],"date-time":"2020-11-03T08:00:45Z","timestamp":1604390445000},"score":23.038069,"resource":{"primary":{"URL":"https:\/\/www.thecommonwealth-ilibrary.org\/commonwealth\/economics\/small-states_smalst-2007-en"}},"subtitle":["Economic + Review and Basic Statistics, Volume 11"],"issued":{"date-parts":[[2007,4,1]]},"ISBN":["9781848598874"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14217\/smalst-2007-en","ISSN":["1359-7507"],"issn-type":[{"value":"1359-7507","type":"electronic"}],"published":{"date-parts":[[2007,4,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T08:42:52Z","timestamp":1649061772556},"reference-count":0,"publisher":"Duke + University Press","isbn-type":[{"value":"9780822389811","type":"electronic"},{"value":"9780822340058","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,7,16]]},"DOI":"10.2307\/j.ctv11hpmg2","type":"monograph","created":{"date-parts":[[2020,6,19]],"date-time":"2020-06-19T20:32:51Z","timestamp":1592598771000},"source":"Crossref","is-referenced-by-count":0,"title":["Redress + for Historical Injustices in the United States"],"prefix":"10.2307","member":"1121","deposited":{"date-parts":[[2020,6,19]],"date-time":"2020-06-19T20:32:52Z","timestamp":1592598772000},"score":23.033419,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv11hpmg2"}},"subtitle":["On + Reparations for Slavery, Jim Crow, and Their Legacies"],"editor":[{"given":"MICHAEL + T.","family":"MARTIN","sequence":"additional","affiliation":[]},{"given":"MARILYN","family":"YAQUINTO","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2007,7,16]]},"ISBN":["9780822389811","9780822340058"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv11hpmg2","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1215\/9780822389811","asserted-by":"subject"},{"id-type":"doi","id":"10.1515\/9780822389811","asserted-by":"object"}]},"published":{"date-parts":[[2007,7,16]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T22:23:36Z","timestamp":1649024616543},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781136600241","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203953990","type":"reference-book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T08:48:42Z","timestamp":1394786922000},"source":"Crossref","is-referenced-by-count":0,"title":["Historical + Atlas of the United States"],"prefix":"10.4324","author":[{"given":"Mark C.","family":"Carnes","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2013,2,1]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T17:54:12Z","timestamp":1617645252000},"score":22.85793,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136600241"}},"issued":{"date-parts":[[2013,2,1]]},"ISBN":["9781136600241"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203953990","published":{"date-parts":[[2013,2,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T16:39:43Z","timestamp":1649090383769},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781135948597","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203997000","type":"reference-book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T08:48:42Z","timestamp":1394786922000},"source":"Crossref","is-referenced-by-count":0,"title":["Historical Gazetteer of the United States"],"prefix":"10.4324","author":[{"given":"Paul - T.","family":"Hellmann","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2006,2,14]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T23:35:05Z","timestamp":1617665705000},"score":22.825684,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135948597"}},"issued":{"date-parts":[[2006,2,14]]},"ISBN":["9781135948597"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203997000","published":{"date-parts":[[2006,2,14]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Historical + T.","family":"Hellmann","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2006,2,14]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T23:35:05Z","timestamp":1617665705000},"score":22.809721,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135948597"}},"issued":{"date-parts":[[2006,2,14]]},"ISBN":["9781135948597"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203997000","published":{"date-parts":[[2006,2,14]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Historical Statistics of the United States 2007"}}}' - recorded_at: Sat, 07 Jan 2023 04:47:47 GMT + recorded_at: Sun, 15 Jan 2023 19:23:32 GMT - request: method: get uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Historical%20Statistics%20of%20the%20United%20States,%20Cambridge%20University%20Press,%20New%20York,%20USA,%202007%22&rows=10 @@ -243,11 +243,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 04:47:47 GMT + - Sun, 15 Jan 2023 19:23:36 GMT Content-Type: - application/json Content-Length: - - '5692' + - '5697' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -275,7 +275,7 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":9745,"items":[{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:19:51Z","timestamp":1659068391410},"reference-count":0,"publisher":"Princeton + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":9743,"items":[{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:19:51Z","timestamp":1659068391410},"reference-count":0,"publisher":"Princeton University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,10,19]]},"abstract":"

This chapter shows that predicaments facing the European Union today are reminiscent of constitutional decisions the United States faced not once, but twice. It @@ -289,7 +289,7 @@ http_interactions: to sustain low inflation, whereas a profligate fiscal policy has the opposite effect.<\/p>","DOI":"10.23943\/princeton\/9780691158709.003.0010","type":"book","created":{"date-parts":[[2017,11,21]],"date-time":"2017-11-21T12:51:26Z","timestamp":1511268686000},"source":"Crossref","is-referenced-by-count":5,"title":["United States Then, Europe Now"],"prefix":"10.23943","author":[{"given":"Thomas J.","family":"Sargent","sequence":"first","affiliation":[]}],"member":"10341","container-title":["Princeton - University Press"],"original-title":["United States Then, Europe Now"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T14:35:27Z","timestamp":1659018927000},"score":32.766575,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/princeton-scholarship-online\/book\/16164\/chapter\/171222771"}},"issued":{"date-parts":[[2017,10,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.23943\/princeton\/9780691158709.003.0010","published":{"date-parts":[[2017,10,19]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T14:48:51Z","timestamp":1649083731995},"reference-count":0,"publisher":"University + University Press"],"original-title":["United States Then, Europe Now"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T14:35:27Z","timestamp":1659018927000},"score":32.71419,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/princeton-scholarship-online\/book\/16164\/chapter\/171222771"}},"issued":{"date-parts":[[2017,10,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.23943\/princeton\/9780691158709.003.0010","published":{"date-parts":[[2017,10,19]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T14:48:51Z","timestamp":1649083731995},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter relays in broad terms the long history of European American settlement and subsequent Latin American migration\u2014particularly undertaken by Mexicans\u2014to @@ -303,7 +303,7 @@ http_interactions: governmental and commercial\u2014as well as the many contradictory and timeworn Anglo rationalizations that exploit Mexican workers in the United States today.<\/p>","DOI":"10.5406\/illinois\/9780252037665.003.0002","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T04:59:34Z","timestamp":1493960374000},"source":"Crossref","is-referenced-by-count":0,"title":["Mexicans in the United States"],"prefix":"10.5406","author":[{"given":"Andrew Grant","family":"Wood","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University - of Illinois Press"],"original-title":["Mexicans in the United States"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T10:26:00Z","timestamp":1523442360000},"score":32.095894,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252037665.001.0001\/upso-9780252037665-chapter-2"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252037665.003.0002","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T17:54:32Z","timestamp":1649094872026},"reference-count":0,"publisher":"University + of Illinois Press"],"original-title":["Mexicans in the United States"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T10:26:00Z","timestamp":1523442360000},"score":32.105682,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252037665.001.0001\/upso-9780252037665-chapter-2"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252037665.003.0002","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T17:54:32Z","timestamp":1649094872026},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter describes Regina''s active retirement years and examines her legacy. Regina lived for nearly a decade as a widow until February 5, 1993, when she @@ -319,11 +319,7 @@ http_interactions: for Nationalities Services, and one thousand to the Washington Heights Branch of the New York Public Library.<\/p>","DOI":"10.5406\/illinois\/9780252038501.003.0009","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T09:09:36Z","timestamp":1493975376000},"source":"Crossref","is-referenced-by-count":0,"title":["Mahopac, New York"],"prefix":"10.5406","author":[{"given":"Ethelene","family":"Whitmire","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University - of Illinois Press"],"original-title":["Mahopac, New York"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:29:44Z","timestamp":1523456984000},"score":31.47412,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252038501.001.0001\/upso-9780252038501-chapter-009"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252038501.003.0009","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,5,21]],"date-time":"2022-05-21T11:40:39Z","timestamp":1653133239413},"reference-count":0,"publisher":"Codon - Publications","isbn-type":[{"value":"9780646809687","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.15586\/alzheimersdisease.2019","type":"book","created":{"date-parts":[[2019,11,29]],"date-time":"2019-11-29T13:55:30Z","timestamp":1575035730000},"source":"Crossref","is-referenced-by-count":5,"title":["Alzheimer\u2019s - Disease"],"prefix":"10.15586","member":"6228","published-online":{"date-parts":[[2019,11,29]]},"deposited":{"date-parts":[[2022,5,21]],"date-time":"2022-05-21T11:15:04Z","timestamp":1653131704000},"score":31.319513,"resource":{"primary":{"URL":"https:\/\/exonpublications.com\/index.php\/exon\/issue\/view\/11"}},"editor":[{"given":"Thomas","family":"Wisniewski","sequence":"first","affiliation":[]},{"name":"New - York University Alzheimer\u2019s Disease Center, New York University School - of Medicine, New York, USA","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019,11,29]]},"ISBN":["9780646809687"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15586\/alzheimersdisease.2019","published":{"date-parts":[[2019,11,29]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T06:05:43Z","timestamp":1648793143102},"reference-count":0,"publisher":"University + of Illinois Press"],"original-title":["Mahopac, New York"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:29:44Z","timestamp":1523456984000},"score":31.29097,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252038501.001.0001\/upso-9780252038501-chapter-009"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252038501.003.0009","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T06:05:43Z","timestamp":1648793143102},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter considers the question of whether fascism was a realistic possibility in the United States during the Great Depression. It argues that federal and @@ -336,21 +332,11 @@ http_interactions: to integration generated a revival of rhetoric celebrating \u201cstates'' rights,\u201d accompanied by sometimes violent clashes with federal authorities.<\/p>","DOI":"10.5406\/illinois\/9780252037856.003.0012","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T05:02:23Z","timestamp":1493960543000},"source":"Crossref","is-referenced-by-count":0,"title":["The United States in the Great Depression"],"prefix":"10.5406","author":[{"given":"Nelson","family":"Lichtenstein","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University - of Illinois Press"],"original-title":["The United States in the Great Depression"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T10:26:57Z","timestamp":1523442417000},"score":31.17019,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252037856.001.0001\/upso-9780252037856-chapter-012"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252037856.003.0012","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:27:51Z","timestamp":1649028471642},"reference-count":0,"publisher":"University - of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This - chapter examines Beyer''s solo piano pieces. The titles for her three major - piano suites\u2014Gebrauchs-Musik<\/italic>, Dissonant Counterpoint<\/italic>, - and Clusters<\/italic>\u2014derive from techniques in the air during - the mid-1930s. Beyer''s Gebrauchs-Musik<\/italic> (1934) consists - of five short, mostly two-voice pieces. The undated Dissonant Counterpoint<\/italic> - likewise explores repeating and evolving rhythmic patterns, as well as additive - rhythm ideas, expanding the length of individual measures within an ametrical - setting and creating discretely separate phrase structures similar to techniques - used in her clarinet suites. Like much of Beyer''s music, these pieces frequently - include difficult polyrhythms. Indeed, the pieces in these suites tend to - alternate between a quick, rhythmic style and a slow, static one.<\/p>","DOI":"10.5406\/illinois\/9780252039157.003.0004","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T09:18:48Z","timestamp":1493975928000},"source":"Crossref","is-referenced-by-count":0,"title":["New - York Waltzes"],"prefix":"10.5406","author":[{"given":"Amy C.","family":"Beal","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University - of Illinois Press"],"original-title":["New York Waltzes"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:32:50Z","timestamp":1523457170000},"score":31.016453,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252039157.001.0001\/upso-9780252039157-chapter-004"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252039157.003.0004","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T19:14:18Z","timestamp":1649186058184},"reference-count":0,"publisher":"University + of Illinois Press"],"original-title":["The United States in the Great Depression"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T10:26:57Z","timestamp":1523442417000},"score":31.169357,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252037856.001.0001\/upso-9780252037856-chapter-012"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252037856.003.0012","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,5,21]],"date-time":"2022-05-21T11:40:39Z","timestamp":1653133239413},"reference-count":0,"publisher":"Codon + Publications","isbn-type":[{"value":"9780646809687","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.15586\/alzheimersdisease.2019","type":"book","created":{"date-parts":[[2019,11,29]],"date-time":"2019-11-29T13:55:30Z","timestamp":1575035730000},"source":"Crossref","is-referenced-by-count":5,"title":["Alzheimer\u2019s + Disease"],"prefix":"10.15586","member":"6228","published-online":{"date-parts":[[2019,11,29]]},"deposited":{"date-parts":[[2022,5,21]],"date-time":"2022-05-21T11:15:04Z","timestamp":1653131704000},"score":31.163048,"resource":{"primary":{"URL":"https:\/\/exonpublications.com\/index.php\/exon\/issue\/view\/11"}},"editor":[{"given":"Thomas","family":"Wisniewski","sequence":"first","affiliation":[]},{"name":"New + York University Alzheimer\u2019s Disease Center, New York University School + of Medicine, New York, USA","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019,11,29]]},"ISBN":["9780646809687"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15586\/alzheimersdisease.2019","published":{"date-parts":[[2019,11,29]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T19:14:18Z","timestamp":1649186058184},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter focuses on Ray Bradbury''s 1951 trip to New York, describing it as more personally stressful than any of his previous visits. While in New York, @@ -368,7 +354,21 @@ http_interactions: Flight of Ravens,\u201d his highly autobiographical story of the final days of his New York trip.<\/p>","DOI":"10.5406\/illinois\/9780252036293.003.0038","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T04:50:23Z","timestamp":1493959823000},"source":"Crossref","is-referenced-by-count":0,"title":["New York, 1951"],"prefix":"10.5406","author":[{"given":"Jonathan R.","family":"Eller","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University - of Illinois Press"],"original-title":["New York, 1951"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T10:19:50Z","timestamp":1523441990000},"score":31.016453,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252036293.001.0001\/upso-9780252036293-chapter-038"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252036293.003.0038","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T17:31:00Z","timestamp":1649179860575},"reference-count":0,"publisher":"University + of Illinois Press"],"original-title":["New York, 1951"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T10:19:50Z","timestamp":1523441990000},"score":30.996517,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252036293.001.0001\/upso-9780252036293-chapter-038"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252036293.003.0038","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:27:51Z","timestamp":1649028471642},"reference-count":0,"publisher":"University + of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This + chapter examines Beyer''s solo piano pieces. The titles for her three major + piano suites\u2014Gebrauchs-Musik<\/italic>, Dissonant Counterpoint<\/italic>, + and Clusters<\/italic>\u2014derive from techniques in the air during + the mid-1930s. Beyer''s Gebrauchs-Musik<\/italic> (1934) consists + of five short, mostly two-voice pieces. The undated Dissonant Counterpoint<\/italic> + likewise explores repeating and evolving rhythmic patterns, as well as additive + rhythm ideas, expanding the length of individual measures within an ametrical + setting and creating discretely separate phrase structures similar to techniques + used in her clarinet suites. Like much of Beyer''s music, these pieces frequently + include difficult polyrhythms. Indeed, the pieces in these suites tend to + alternate between a quick, rhythmic style and a slow, static one.<\/p>","DOI":"10.5406\/illinois\/9780252039157.003.0004","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T09:18:48Z","timestamp":1493975928000},"source":"Crossref","is-referenced-by-count":0,"title":["New + York Waltzes"],"prefix":"10.5406","author":[{"given":"Amy C.","family":"Beal","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University + of Illinois Press"],"original-title":["New York Waltzes"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:32:50Z","timestamp":1523457170000},"score":30.996517,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252039157.001.0001\/upso-9780252039157-chapter-004"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252039157.003.0004","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T17:31:00Z","timestamp":1649179860575},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter talks about how Judson had transformed his professional life in less than five years. No longer a musical jack-of-all-trades, he was now a professional @@ -383,7 +383,7 @@ http_interactions: trust of the musical community.<\/p>","DOI":"10.5406\/illinois\/9780252037412.003.0005","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T08:58:08Z","timestamp":1493974688000},"source":"Crossref","is-referenced-by-count":4,"title":["New Alliances, New Media, New York"],"prefix":"10.5406","author":[{"given":"James M.","family":"Doering","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University - of Illinois Press"],"original-title":["New Alliances, New Media, New York"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:25:03Z","timestamp":1523456703000},"score":30.796272,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252037412.001.0001\/upso-9780252037412-chapter-005"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252037412.003.0005","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:20:00Z","timestamp":1659068400585},"reference-count":0,"publisher":"Princeton + of Illinois Press"],"original-title":["New Alliances, New Media, New York"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:25:03Z","timestamp":1523456703000},"score":30.778105,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252037412.001.0001\/upso-9780252037412-chapter-005"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252037412.003.0005","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:20:00Z","timestamp":1659068400585},"reference-count":0,"publisher":"Princeton University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,10,19]]},"abstract":"

This book offers a historical account of American efforts \u201cto make the world safe for democracy\u201d and the results of these attempts in the context @@ -400,13 +400,13 @@ http_interactions: the Reconstruction after the Civil War.<\/p>","DOI":"10.23943\/princeton\/9780691154923.003.0001","type":"book","created":{"date-parts":[[2017,11,21]],"date-time":"2017-11-21T12:42:26Z","timestamp":1511268146000},"source":"Crossref","is-referenced-by-count":0,"title":["The United States and the Global Struggle for Democracy"],"prefix":"10.23943","author":[{"given":"Tony","family":"Smith","sequence":"first","affiliation":[]}],"member":"10341","container-title":["Princeton University Press"],"original-title":["The United States and the Global Struggle - for Democracy"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T14:31:20Z","timestamp":1659018680000},"score":30.713348,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/princeton-scholarship-online\/book\/15883\/chapter\/170775247"}},"issued":{"date-parts":[[2017,10,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.23943\/princeton\/9780691154923.003.0001","published":{"date-parts":[[2017,10,19]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T21:59:45Z","timestamp":1648936785675},"reference-count":0,"publisher":"American + for Democracy"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T14:31:20Z","timestamp":1659018680000},"score":30.662642,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/princeton-scholarship-online\/book\/15883\/chapter\/170775247"}},"issued":{"date-parts":[[2017,10,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.23943\/princeton\/9780691154923.003.0001","published":{"date-parts":[[2017,10,19]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T21:59:45Z","timestamp":1648936785675},"reference-count":0,"publisher":"American Fisheries Society","isbn-type":[{"value":"9781888569902","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007]]},"DOI":"10.47886\/9781888569902","type":"book","created":{"date-parts":[[2020,12,25]],"date-time":"2020-12-25T15:36:03Z","timestamp":1608910563000},"source":"Crossref","is-referenced-by-count":2,"title":["Aquatic - Stewardship Education in Theory and Practice"],"prefix":"10.47886","member":"460","deposited":{"date-parts":[[2020,12,25]],"date-time":"2020-12-25T15:36:03Z","timestamp":1608910563000},"score":30.675497,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/bookstore\/all-titles\/afs-symposia\/54055p-2\/"}},"editor":[{"given":"Barbara + Stewardship Education in Theory and Practice"],"prefix":"10.47886","member":"460","deposited":{"date-parts":[[2020,12,25]],"date-time":"2020-12-25T15:36:03Z","timestamp":1608910563000},"score":30.660574,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/bookstore\/all-titles\/afs-symposia\/54055p-2\/"}},"editor":[{"given":"Barbara A.","family":"Knuth","sequence":"first","affiliation":[]},{"name":"Human Dimensions Research Unit Department of Natural Resources Cornell University Ithaca, New York 14853, USA","sequence":"first","affiliation":[]},{"given":"William F.","family":"Siemer","sequence":"additional","affiliation":[]},{"name":"Human Dimensions Research Unit Department of Natural Resources Cornell University Ithaca, New York 14853, USA","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2007]]},"ISBN":["9781888569902"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.47886\/9781888569902","published":{"date-parts":[[2007]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Sat, 07 Jan 2023 04:47:47 GMT + recorded_at: Sun, 15 Jan 2023 19:23:36 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/book.yml b/spec/vcr_cassettes/book.yml index 1d8ba35..4066b16 100644 --- a/spec/vcr_cassettes/book.yml +++ b/spec/vcr_cassettes/book.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:13 GMT + - Sun, 15 Jan 2023 19:23:36 GMT Content-Type: - application/json Content-Length: - '642' Set-Cookie: - - AWSALB=TQGJvemA7Lhwh2Pj+qUrd2fEvgil4EwoIpPJMRr4oXPly6jPk7MgRwuY5fZ/u1atZbhTRP1qPo15mjffmdKQiApvuaQ/+YKtKeq9vid4ZqPSE0X6QSws1/ThtzOr; - Expires=Sat, 14 Jan 2023 00:51:12 GMT; Path=/ - - AWSALBCORS=TQGJvemA7Lhwh2Pj+qUrd2fEvgil4EwoIpPJMRr4oXPly6jPk7MgRwuY5fZ/u1atZbhTRP1qPo15mjffmdKQiApvuaQ/+YKtKeq9vid4ZqPSE0X6QSws1/ThtzOr; - Expires=Sat, 14 Jan 2023 00:51:12 GMT; Path=/; SameSite=None + - AWSALB=8bW2CyxP+MEnLUHktx/b4jdcBV/BfQ0ieFtDhNmK/awlNWVbiCu3oRw/2GElQox3KxfsmAOlDm2t/OExMt+D2GVevPdp34mQNDmOvGcTx13Mn5jRFH6e3gAVKAGQ; + Expires=Sun, 22 Jan 2023 19:23:36 GMT; Path=/ + - AWSALBCORS=8bW2CyxP+MEnLUHktx/b4jdcBV/BfQ0ieFtDhNmK/awlNWVbiCu3oRw/2GElQox3KxfsmAOlDm2t/OExMt+D2GVevPdp34mQNDmOvGcTx13Mn5jRFH6e3gAVKAGQ; + Expires=Sun, 22 Jan 2023 19:23:36 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -61,7 +61,7 @@ http_interactions: string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:58Z","timestamp":1659485698858},"reference-count":0,"publisher":"Oxford University Press","isbn-type":[{"value":"9780199681624","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"published-print":{"date-parts":[[2013,9,26]]},"DOI":"10.1093\/acprof:oso\/9780199681624.001.0001","type":"monograph","created":{"date-parts":[[2014,1,27]],"date-time":"2014-01-27T13:54:04Z","timestamp":1390830844000},"source":"Crossref","is-referenced-by-count":21,"title":["The Nature and Origin of Language"],"prefix":"10.1093","author":[{"given":"Denis","family":"Bouchard","sequence":"first","affiliation":[]}],"member":"286","container-title":[],"original-title":[],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:33Z","timestamp":1659483573000},"score":1,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2013,9,26]]},"ISBN":["9780199681624"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.001.0001","relation":{},"published":{"date-parts":[[2013,9,26]]}}}' - recorded_at: Sat, 07 Jan 2023 00:51:13 GMT + recorded_at: Sun, 15 Jan 2023 19:23:36 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=The%2BNature%2Band%2BOrigin%2Bof%2BLanguage%2B2013%2BOxford%2BUniversity%2BPress @@ -81,11 +81,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:16 GMT + - Sun, 15 Jan 2023 19:23:40 GMT Content-Type: - application/json Content-Length: - - '2688' + - '2690' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -113,68 +113,68 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1277582,"items":[{"indexed":{"date-parts":[[2022,10,15]],"date-time":"2022-10-15T04:40:43Z","timestamp":1665808843857},"edition-number":"1","reference-count":0,"publisher":"Cambridge + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1278310,"items":[{"indexed":{"date-parts":[[2022,10,15]],"date-time":"2022-10-15T04:40:43Z","timestamp":1665808843857},"edition-number":"1","reference-count":0,"publisher":"Cambridge University Press","license":[{"start":{"date-parts":[[2014,10,5]],"date-time":"2014-10-05T00:00:00Z","timestamp":1412467200000},"content-version":"unspecified","delay-in-days":374,"URL":"https:\/\/www.cambridge.org\/core\/terms"},{"start":{"date-parts":[[2014,10,5]],"date-time":"2014-10-05T00:00:00Z","timestamp":1412467200000},"content-version":"unspecified","delay-in-days":374,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,9,26]]},"DOI":"10.1017\/cbo9781139856294.015","type":"book-chapter","created":{"date-parts":[[2014,10,5]],"date-time":"2014-10-05T05:33:26Z","timestamp":1412487206000},"page":"278-309","source":"Crossref","is-referenced-by-count":0,"title":["NATURE AND ORIGIN OF LANGUAGE"],"prefix":"10.1017","member":"56","container-title":["The - Life and Growth of Language"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/2BBDEC77543E777C20AABF1E6D54409B","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,15]],"date-time":"2022-10-15T04:18:56Z","timestamp":1665807536000},"score":27.67593,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9781139856294A019\/type\/book_part"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9781139856294.015","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:59Z","timestamp":1659485699671},"reference-count":0,"publisher":"Oxford + Life and Growth of Language"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/2BBDEC77543E777C20AABF1E6D54409B","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,15]],"date-time":"2022-10-15T04:18:56Z","timestamp":1665807536000},"score":27.735418,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9781139856294A019\/type\/book_part"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9781139856294.015","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:59Z","timestamp":1659485699671},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199568406.003.0003","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:27:24Z","timestamp":1408613244000},"page":"59-96","source":"Crossref","is-referenced-by-count":1,"title":["Oxford University Press, 1896\u20131945"],"prefix":"10.1093","author":[{"given":"William","family":"Whyte","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - History of Oxford University Press: Volume III"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:53:39Z","timestamp":1659484419000},"score":27.589033,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8235\/chapter\/153806531"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199568406.003.0003","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:15:12Z","timestamp":1659485712395},"reference-count":0,"publisher":"Oxford + History of Oxford University Press: Volume III"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:53:39Z","timestamp":1659484419000},"score":27.560743,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8235\/chapter\/153806531"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199568406.003.0003","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:15:12Z","timestamp":1659485712395},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199568406.003.0004","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:27:24Z","timestamp":1408613244000},"page":"97-135","source":"Crossref","is-referenced-by-count":1,"title":["Oxford University Press, 1945\u20131970"],"prefix":"10.1093","author":[{"given":"C. S.","family":"Nicholls","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - History of Oxford University Press: Volume III"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:53:38Z","timestamp":1659484418000},"score":27.332462,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8235\/chapter\/153810563"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199568406.003.0004","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:15:00Z","timestamp":1659485700459},"reference-count":0,"publisher":"Oxford + History of Oxford University Press: Volume III"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:53:38Z","timestamp":1659484418000},"score":27.303165,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8235\/chapter\/153810563"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199568406.003.0004","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:15:00Z","timestamp":1659485700459},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,9,26]]},"DOI":"10.1093\/acprof:oso\/9780199681624.003.0002","type":"book-chapter","created":{"date-parts":[[2014,1,27]],"date-time":"2014-01-27T13:54:04Z","timestamp":1390830844000},"page":"62-82","source":"Crossref","is-referenced-by-count":0,"title":["Language: facts and theory"],"prefix":"10.1093","author":[{"given":"Denis","family":"Bouchard","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:36Z","timestamp":1659483576000},"score":27.315062,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153571316"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0002","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:59Z","timestamp":1659485699121},"reference-count":0,"publisher":"Oxford + Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:36Z","timestamp":1659483576000},"score":27.295067,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153571316"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0002","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:59Z","timestamp":1659485699121},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,9,26]]},"DOI":"10.1093\/acprof:oso\/9780199681624.003.0003","type":"book-chapter","created":{"date-parts":[[2014,1,27]],"date-time":"2014-01-27T13:54:04Z","timestamp":1390830844000},"page":"83-97","source":"Crossref","is-referenced-by-count":0,"title":["The Sign Theory of Language"],"prefix":"10.1093","author":[{"given":"Denis","family":"Bouchard","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:35Z","timestamp":1659483575000},"score":26.964098,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153572611"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0003","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:15:31Z","timestamp":1659485731512},"reference-count":0,"publisher":"Oxford + Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:35Z","timestamp":1659483575000},"score":26.942833,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153572611"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0003","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:15:31Z","timestamp":1659485731512},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,9,26]]},"DOI":"10.1093\/acprof:oso\/9780199681624.003.0001","type":"book-chapter","created":{"date-parts":[[2014,1,27]],"date-time":"2014-01-27T13:54:04Z","timestamp":1390830844000},"page":"2-60","source":"Crossref","is-referenced-by-count":0,"title":["Scenarios for the emergence of language"],"prefix":"10.1093","author":[{"given":"Denis","family":"Bouchard","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:34Z","timestamp":1659483574000},"score":26.642048,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153569076"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0001","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:15:53Z","timestamp":1659485753023},"reference-count":0,"publisher":"Oxford + Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:34Z","timestamp":1659483574000},"score":26.690563,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153569076"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0001","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:15:53Z","timestamp":1659485753023},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199568406.003.0002","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:27:24Z","timestamp":1408613244000},"page":"12-56","source":"Crossref","is-referenced-by-count":2,"title":["Reassessing the History of Oxford University Press, 1896\u20131970"],"prefix":"10.1093","author":[{"given":"WM. Roger","family":"Louis","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - History of Oxford University Press: Volume III"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:53:37Z","timestamp":1659484417000},"score":26.353508,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8235\/chapter\/153804290"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199568406.003.0002","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:46Z","timestamp":1659485686582},"reference-count":0,"publisher":"Oxford + History of Oxford University Press: Volume III"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:53:37Z","timestamp":1659484417000},"score":26.320581,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8235\/chapter\/153804290"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199568406.003.0002","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:46Z","timestamp":1659485686582},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,9,26]]},"DOI":"10.1093\/acprof:oso\/9780199681624.003.0007","type":"book-chapter","created":{"date-parts":[[2014,1,27]],"date-time":"2014-01-27T13:54:04Z","timestamp":1390830844000},"page":"196-212","source":"Crossref","is-referenced-by-count":0,"title":["The protolanguage hypothesis"],"prefix":"10.1093","author":[{"given":"Denis","family":"Bouchard","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:37Z","timestamp":1659483577000},"score":25.98006,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153577037"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0007","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:55Z","timestamp":1659485695913},"reference-count":0,"publisher":"Oxford + Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:37Z","timestamp":1659483577000},"score":26.025114,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153577037"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0007","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:55Z","timestamp":1659485695913},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,9,26]]},"DOI":"10.1093\/acprof:oso\/9780199681624.003.0009","type":"book-chapter","created":{"date-parts":[[2014,1,27]],"date-time":"2014-01-27T13:54:04Z","timestamp":1390830844000},"page":"235-332","source":"Crossref","is-referenced-by-count":0,"title":["How signs account for some complex properties of language"],"prefix":"10.1093","author":[{"given":"Denis","family":"Bouchard","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:39Z","timestamp":1659483579000},"score":25.66225,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153578890"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0009","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:28:47Z","timestamp":1659500927549},"reference-count":0,"publisher":"Oxford + Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:39Z","timestamp":1659483579000},"score":25.69793,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153578890"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0009","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:28:47Z","timestamp":1659500927549},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199543151.003.0002","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:28:48Z","timestamp":1408613328000},"page":"26-75","source":"Crossref","is-referenced-by-count":0,"title":["The Press and the University"],"prefix":"10.1093","author":[{"given":"Mark","family":"Curthoys","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - History of Oxford University Press: Volume II"],"deposited":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T02:30:34Z","timestamp":1659493834000},"score":25.511969,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/27015\/chapter\/196251923"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199543151.003.0002","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:54Z","timestamp":1659485694737},"reference-count":0,"publisher":"Oxford + History of Oxford University Press: Volume II"],"deposited":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T02:30:34Z","timestamp":1659493834000},"score":25.525785,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/27015\/chapter\/196251923"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199543151.003.0002","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:54Z","timestamp":1659485694737},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,9,26]]},"DOI":"10.1093\/acprof:oso\/9780199681624.003.0005","type":"book-chapter","created":{"date-parts":[[2014,1,27]],"date-time":"2014-01-27T13:54:04Z","timestamp":1390830844000},"page":"133-152","source":"Crossref","is-referenced-by-count":0,"title":["The emergence of linguistic signs"],"prefix":"10.1093","author":[{"given":"Denis","family":"Bouchard","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:36Z","timestamp":1659483576000},"score":25.247581,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153574477"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0005","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:15:31Z","timestamp":1659485731076},"reference-count":0,"publisher":"Oxford + Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:36Z","timestamp":1659483576000},"score":25.305954,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153574477"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0005","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:15:31Z","timestamp":1659485731076},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,9,26]]},"DOI":"10.1093\/acprof:oso\/9780199681624.003.0008","type":"book-chapter","created":{"date-parts":[[2014,1,27]],"date-time":"2014-01-27T13:54:04Z","timestamp":1390830844000},"page":"215-234","source":"Crossref","is-referenced-by-count":0,"title":["Combinatorial signs and Universal Grammar"],"prefix":"10.1093","author":[{"given":"Denis","family":"Bouchard","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:37Z","timestamp":1659483577000},"score":25.247581,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153578022"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0008","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:45:19Z","timestamp":1659483919788},"reference-count":0,"publisher":"Oxford + Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:37Z","timestamp":1659483577000},"score":25.305954,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153578022"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0008","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:45:19Z","timestamp":1659483919788},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199557318.003.0019","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:31:12Z","timestamp":1408613472000},"page":"548-567","source":"Crossref","is-referenced-by-count":0,"title":["The University and the Oxford Book Trade"],"prefix":"10.1093","author":[{"given":"Ian","family":"Gadd","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - History of Oxford University Press: Volume I"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:12:54Z","timestamp":1659481974000},"score":25.060223,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6941\/chapter\/151250932"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199557318.003.0019","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:45:20Z","timestamp":1659483920103},"reference-count":0,"publisher":"Oxford - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199557318.003.0007","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:31:12Z","timestamp":1408613472000},"page":"158-191","source":"Crossref","is-referenced-by-count":0,"title":["The - University and the Press 1584\u20131780"],"prefix":"10.1093","author":[{"given":"Andrew","family":"Hegarty","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - History of Oxford University Press: Volume I"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:12:48Z","timestamp":1659481968000},"score":25.023907,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6941\/chapter\/151221774"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199557318.003.0007","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:44:52Z","timestamp":1659483892987},"reference-count":0,"publisher":"Oxford + History of Oxford University Press: Volume I"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:12:54Z","timestamp":1659481974000},"score":25.030989,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6941\/chapter\/151250932"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199557318.003.0019","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:44:52Z","timestamp":1659483892987},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199557318.003.0010","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:31:12Z","timestamp":1408613472000},"page":"278-307","source":"Crossref","is-referenced-by-count":0,"title":["The Learned Press: Printing for the University"],"prefix":"10.1093","author":[{"given":"Ian","family":"Gadd","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - History of Oxford University Press: Volume I"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:12:51Z","timestamp":1659481971000},"score":24.996918,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6941\/chapter\/151230660"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199557318.003.0010","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:45:22Z","timestamp":1659483922661},"reference-count":0,"publisher":"Oxford - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199557318.003.0021","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:31:12Z","timestamp":1408613472000},"page":"600-625","source":"Crossref","is-referenced-by-count":0,"title":["An - International Press"],"prefix":"10.1093","author":[{"given":"Ian","family":"Gadd","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - History of Oxford University Press: Volume I"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:12:55Z","timestamp":1659481975000},"score":24.898045,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6941\/chapter\/151257509"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199557318.003.0021","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:57Z","timestamp":1659485697694},"reference-count":0,"publisher":"Oxford + History of Oxford University Press: Volume I"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:12:51Z","timestamp":1659481971000},"score":24.99556,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6941\/chapter\/151230660"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199557318.003.0010","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:45:20Z","timestamp":1659483920103},"reference-count":0,"publisher":"Oxford + University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199557318.003.0007","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:31:12Z","timestamp":1408613472000},"page":"158-191","source":"Crossref","is-referenced-by-count":0,"title":["The + University and the Press 1584\u20131780"],"prefix":"10.1093","author":[{"given":"Andrew","family":"Hegarty","sequence":"first","affiliation":[]}],"member":"286","container-title":["The + History of Oxford University Press: Volume I"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:12:48Z","timestamp":1659481968000},"score":24.950205,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6941\/chapter\/151221774"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199557318.003.0007","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:57Z","timestamp":1659485697694},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,9,26]]},"DOI":"10.1093\/acprof:oso\/9780199681624.003.0004","type":"book-chapter","created":{"date-parts":[[2014,1,27]],"date-time":"2014-01-27T13:54:04Z","timestamp":1390830844000},"page":"101-132","source":"Crossref","is-referenced-by-count":0,"title":["The neurogenetic factors: Offline Brain Systems"],"prefix":"10.1093","author":[{"given":"Denis","family":"Bouchard","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:35Z","timestamp":1659483575000},"score":24.888374,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153573434"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0004","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:41Z","timestamp":1659485681906},"reference-count":0,"publisher":"Oxford + Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:35Z","timestamp":1659483575000},"score":24.94286,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153573434"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0004","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:41Z","timestamp":1659485681906},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,9,26]]},"DOI":"10.1093\/acprof:oso\/9780199681624.003.0010","type":"book-chapter","created":{"date-parts":[[2014,1,27]],"date-time":"2014-01-27T13:54:04Z","timestamp":1390830844000},"page":"333-337","source":"Crossref","is-referenced-by-count":0,"title":["In the beginning was the sign"],"prefix":"10.1093","author":[{"given":"Denis","family":"Bouchard","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:38Z","timestamp":1659483578000},"score":24.88714,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153583878"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0010","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:45:19Z","timestamp":1659483919315},"reference-count":0,"publisher":"Oxford + Nature and Origin of Language"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:39:38Z","timestamp":1659483578000},"score":24.868664,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8112\/chapter\/153583878"}},"issued":{"date-parts":[[2013,9,26]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199681624.003.0010","published":{"date-parts":[[2013,9,26]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:45:19Z","timestamp":1659483919315},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199557318.003.0017","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:31:12Z","timestamp":1408613472000},"page":"480-509","source":"Crossref","is-referenced-by-count":0,"title":["The Bible Press"],"prefix":"10.1093","author":[{"given":"Scott","family":"Mandelbrote","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - History of Oxford University Press: Volume I"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:12:53Z","timestamp":1659481973000},"score":24.86148,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6941\/chapter\/151244080"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199557318.003.0017","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:29:12Z","timestamp":1659500952224},"reference-count":0,"publisher":"Oxford + History of Oxford University Press: Volume I"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:12:53Z","timestamp":1659481973000},"score":24.831049,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6941\/chapter\/151244080"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199557318.003.0017","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:29:12Z","timestamp":1659500952224},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199543151.003.0018","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:28:48Z","timestamp":1408613328000},"page":"704-732","source":"Crossref","is-referenced-by-count":0,"title":["Press Books Abroad"],"prefix":"10.1093","author":[{"given":"Robert","family":"Fraser","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - History of Oxford University Press: Volume II"],"deposited":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T02:30:45Z","timestamp":1659493845000},"score":24.86148,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/27015\/chapter\/196271665"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199543151.003.0018","published":{"date-parts":[[2013,11,14]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"The+Nature+and+Origin+of+Language+2013+Oxford+University+Press"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:16 GMT + History of Oxford University Press: Volume II"],"deposited":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T02:30:45Z","timestamp":1659493845000},"score":24.831049,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/27015\/chapter\/196271665"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199543151.003.0018","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:45:22Z","timestamp":1659483922661},"reference-count":0,"publisher":"Oxford + University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199557318.003.0021","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:31:12Z","timestamp":1408613472000},"page":"600-625","source":"Crossref","is-referenced-by-count":0,"title":["An + International Press"],"prefix":"10.1093","author":[{"given":"Ian","family":"Gadd","sequence":"first","affiliation":[]}],"member":"286","container-title":["The + History of Oxford University Press: Volume I"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:12:55Z","timestamp":1659481975000},"score":24.824373,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6941\/chapter\/151257509"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199557318.003.0021","published":{"date-parts":[[2013,11,14]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"The+Nature+and+Origin+of+Language+2013+Oxford+University+Press"}}}' + recorded_at: Sun, 15 Jan 2023 19:23:40 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/book_chapter_editors.yml b/spec/vcr_cassettes/book_chapter_editors.yml index 1904219..c3ad337 100644 --- a/spec/vcr_cassettes/book_chapter_editors.yml +++ b/spec/vcr_cassettes/book_chapter_editors.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 02:59:55 GMT + - Sun, 15 Jan 2023 19:22:31 GMT Content-Type: - application/json Content-Length: - '812' Set-Cookie: - - AWSALB=jLnwP8fBZ+6nvK8dytl36zxHouXy7KCmQTBtC2rE2zSL33VpSejrNmrLFp16M04EhMO55fgFoLJTs4xfwWsgpEQQoCjQpyy3Zn9ts6ldn6DqtvbcQdCBnNIlXC+F; - Expires=Sat, 14 Jan 2023 02:59:55 GMT; Path=/ - - AWSALBCORS=jLnwP8fBZ+6nvK8dytl36zxHouXy7KCmQTBtC2rE2zSL33VpSejrNmrLFp16M04EhMO55fgFoLJTs4xfwWsgpEQQoCjQpyy3Zn9ts6ldn6DqtvbcQdCBnNIlXC+F; - Expires=Sat, 14 Jan 2023 02:59:55 GMT; Path=/; SameSite=None + - AWSALB=pWjKQPI0Yl3OIudE9twl2jq+8Hw2OD32bk4FYquvirSqGtxACS8SbeowqW0FvFYCqMNt99PyyYGMIm/+ZJDwLXw5K1vN2S+5lj1xyul9ugxVKq5Ul5qjY0mRZNEh; + Expires=Sun, 22 Jan 2023 19:22:31 GMT; Path=/ + - AWSALBCORS=pWjKQPI0Yl3OIudE9twl2jq+8Hw2OD32bk4FYquvirSqGtxACS8SbeowqW0FvFYCqMNt99PyyYGMIm/+ZJDwLXw5K1vN2S+5lj1xyul9ugxVKq5Ul5qjY0mRZNEh; + Expires=Sun, 22 Jan 2023 19:22:31 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -62,7 +62,7 @@ http_interactions: Psychological Association","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"published-print":{"date-parts":[[2019]]},"DOI":"10.1037\/0000120-016","type":"book-chapter","created":{"date-parts":[[2018,12,6]],"date-time":"2018-12-06T14:14:50Z","timestamp":1544105690000},"page":"345-359","source":"Crossref","is-referenced-by-count":8,"title":["Culinary arts: Talent and their development."],"prefix":"10.1037","author":[{"given":"Laurent","family":"Aron","sequence":"first","affiliation":[]},{"given":"Marion","family":"Botella","sequence":"additional","affiliation":[]},{"given":"Todd","family":"Lubart","sequence":"additional","affiliation":[]}],"member":"15","container-title":["Psychology of high performance: Developing human potential into domain-specific talent."],"original-title":[],"link":[{"URL":"http:\/\/psycnet.apa.org\/books\/16096\/016.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,12,28]],"date-time":"2020-12-28T18:52:59Z","timestamp":1609181579000},"score":1,"resource":{"primary":{"URL":"http:\/\/content.apa.org\/books\/16096-016"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2019]]},"references-count":0,"alternative-id":["2018-59444-016","2018-59444-000"],"URL":"http:\/\/dx.doi.org\/10.1037\/0000120-016","relation":{},"published":{"date-parts":[[2019]]}}}' - recorded_at: Sat, 07 Jan 2023 02:59:55 GMT + recorded_at: Sun, 15 Jan 2023 19:22:31 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book,type:book-set,type:edited-book,type:monograph,type:reference-book&query=Psychology%20of%20high%20performance:%20Developing%20human%20potential%20into%20domain-specific%20talent.%202019 @@ -82,11 +82,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 02:59:56 GMT + - Sun, 15 Jan 2023 19:22:37 GMT Content-Type: - application/json Content-Length: - - '5744' + - '5757' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -114,48 +114,48 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":3871,"items":[{"indexed":{"date-parts":[[2022,12,17]],"date-time":"2022-12-17T16:52:15Z","timestamp":1671295935842},"publisher-location":"Washington","reference-count":0,"publisher":"American + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":3883,"items":[{"indexed":{"date-parts":[[2022,12,17]],"date-time":"2022-12-17T16:52:15Z","timestamp":1671295935842},"publisher-location":"Washington","reference-count":0,"publisher":"American Psychological Association","isbn-type":[{"value":"1433829886","type":"print"},{"value":"1433830388","type":"print"},{"value":"9781433829888","type":"print"},{"value":"9781433830389","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1037\/0000120-000","type":"book","created":{"date-parts":[[2018,12,6]],"date-time":"2018-12-06T14:14:50Z","timestamp":1544105690000},"source":"Crossref","is-referenced-by-count":14,"title":["Psychology - of high performance: Developing human potential into domain-specific talent."],"prefix":"10.1037","member":"15","deposited":{"date-parts":[[2020,12,28]],"date-time":"2020-12-28T18:52:38Z","timestamp":1609181558000},"score":55.193146,"resource":{"primary":{"URL":"http:\/\/content.apa.org\/books\/16096-000"}},"editor":[{"given":"Rena + of high performance: Developing human potential into domain-specific talent."],"prefix":"10.1037","member":"15","deposited":{"date-parts":[[2020,12,28]],"date-time":"2020-12-28T18:52:38Z","timestamp":1609181558000},"score":55.145626,"resource":{"primary":{"URL":"http:\/\/content.apa.org\/books\/16096-000"}},"editor":[{"given":"Rena F.","family":"Subotnik","sequence":"first","affiliation":[]},{"given":"Paula","family":"Olszewski-Kubilius","sequence":"additional","affiliation":[]},{"given":"Frank C.","family":"Worrell","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2019]]},"ISBN":["1433829886","1433830388","9781433829888","9781433830389"],"references-count":0,"alternative-id":["2018-59444-000"],"URL":"http:\/\/dx.doi.org\/10.1037\/0000120-000","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:05:35Z","timestamp":1648796735944},"publisher-location":"New York","edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781003238461","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781003238461","type":"book","created":{"date-parts":[[2021,9,14]],"date-time":"2021-09-14T09:37:28Z","timestamp":1631612248000},"source":"Crossref","is-referenced-by-count":0,"title":["Talent Development for English Language Learners"],"prefix":"10.4324","author":[{"given":"Michael S.","family":"Matthews","sequence":"first","affiliation":[]},{"given":"Jaime - A.","family":"Castellano","sequence":"additional","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2021,9,14]]},"deposited":{"date-parts":[[2021,9,14]],"date-time":"2021-09-14T09:37:29Z","timestamp":1631612249000},"score":23.25111,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781003238461"}},"subtitle":["Identifying + A.","family":"Castellano","sequence":"additional","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2021,9,14]]},"deposited":{"date-parts":[[2021,9,14]],"date-time":"2021-09-14T09:37:29Z","timestamp":1631612249000},"score":23.254442,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781003238461"}},"subtitle":["Identifying and Developing Potential"],"issued":{"date-parts":[[2021,9,14]]},"ISBN":["9781003238461"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781003238461","published":{"date-parts":[[2021,9,14]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:44:49Z","timestamp":1648644289936},"publisher-location":"Singapore","reference-count":0,"publisher":"Springer Singapore","isbn-type":[{"value":"9789811010699","type":"print"},{"value":"9789811010705","type":"electronic"}],"license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1007\/978-981-10-1070-5","type":"book","created":{"date-parts":[[2019,3,28]],"date-time":"2019-03-28T13:02:43Z","timestamp":1553778163000},"source":"Crossref","is-referenced-by-count":1,"title":["Domain Specific High-Level Synthesis for Cryptographic Workloads"],"prefix":"10.1007","author":[{"given":"Ayesha","family":"Khalid","sequence":"first","affiliation":[]},{"given":"Goutam","family":"Paul","sequence":"additional","affiliation":[]},{"given":"Anupam","family":"Chattopadhyay","sequence":"additional","affiliation":[]}],"member":"297","container-title":["Computer - Architecture and Design Methodologies"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-981-10-1070-5.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-981-10-1070-5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,18]],"date-time":"2019-05-18T09:24:03Z","timestamp":1558171443000},"score":21.50328,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-981-10-1070-5"}},"issued":{"date-parts":[[2019]]},"ISBN":["9789811010699","9789811010705"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-981-10-1070-5","ISSN":["2367-3478","2367-3486"],"issn-type":[{"value":"2367-3478","type":"print"},{"value":"2367-3486","type":"electronic"}],"published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T11:29:55Z","timestamp":1649071795147},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780203713006","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203713006","type":"book","created":{"date-parts":[[2018,2,23]],"date-time":"2018-02-23T20:29:22Z","timestamp":1519417762000},"source":"Crossref","is-referenced-by-count":0,"title":["Improving - Managerial Talent"],"prefix":"10.4324","author":[{"given":"Hugh","family":"McCredie","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2017,11,22]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T08:07:49Z","timestamp":1617610069000},"score":20.733618,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351363990"}},"subtitle":["Practical - Psychology for Human Resourcing and Learning & Development Professionals"],"issued":{"date-parts":[[2017,11,22]]},"ISBN":["9780203713006"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203713006","published":{"date-parts":[[2017,11,22]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T22:51:08Z","timestamp":1648594268145},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781136311680","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203118801","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T08:55:26Z","timestamp":1394787326000},"source":"Crossref","is-referenced-by-count":0,"title":["Developing - High Performance Leaders"],"prefix":"10.4324","author":[{"given":"Philip Robert","family":"Harris","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2013,5,7]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T16:17:27Z","timestamp":1617639447000},"score":20.63534,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136311680"}},"issued":{"date-parts":[[2013,5,7]]},"ISBN":["9781136311680"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203118801","published":{"date-parts":[[2013,5,7]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T06:58:12Z","timestamp":1649141892149},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780080472485","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780080472485","type":"book","created":{"date-parts":[[2018,9,2]],"date-time":"2018-09-02T18:54:01Z","timestamp":1535914441000},"source":"Crossref","is-referenced-by-count":0,"title":["Developing - High Performance Teams CMIOLP"],"prefix":"10.4324","author":[{"given":"Kate","family":"Williams","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2007,3,30]]},"deposited":{"date-parts":[[2020,12,21]],"date-time":"2020-12-21T08:33:06Z","timestamp":1608539586000},"score":20.598133,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136410963"}},"issued":{"date-parts":[[2007,3,30]]},"ISBN":["9780080472485"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780080472485","published":{"date-parts":[[2007,3,30]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T21:17:11Z","timestamp":1648761431340},"reference-count":0,"publisher":"Elsevier","isbn-type":[{"value":"9780444506016","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2000]]},"DOI":"10.1016\/s0166-4115(00)x8001-6","type":"book","created":{"date-parts":[[2016,8,2]],"date-time":"2016-08-02T01:30:40Z","timestamp":1470101440000},"source":"Crossref","is-referenced-by-count":0,"title":["Motivational + Architecture and Design Methodologies"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-981-10-1070-5.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-981-10-1070-5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,18]],"date-time":"2019-05-18T09:24:03Z","timestamp":1558171443000},"score":21.547321,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-981-10-1070-5"}},"issued":{"date-parts":[[2019]]},"ISBN":["9789811010699","9789811010705"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-981-10-1070-5","ISSN":["2367-3478","2367-3486"],"issn-type":[{"value":"2367-3478","type":"print"},{"value":"2367-3486","type":"electronic"}],"published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T11:29:55Z","timestamp":1649071795147},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780203713006","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203713006","type":"book","created":{"date-parts":[[2018,2,23]],"date-time":"2018-02-23T20:29:22Z","timestamp":1519417762000},"source":"Crossref","is-referenced-by-count":0,"title":["Improving + Managerial Talent"],"prefix":"10.4324","author":[{"given":"Hugh","family":"McCredie","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2017,11,22]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T08:07:49Z","timestamp":1617610069000},"score":20.67558,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351363990"}},"subtitle":["Practical + Psychology for Human Resourcing and Learning & Development Professionals"],"issued":{"date-parts":[[2017,11,22]]},"ISBN":["9780203713006"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203713006","published":{"date-parts":[[2017,11,22]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T06:58:12Z","timestamp":1649141892149},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780080472485","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780080472485","type":"book","created":{"date-parts":[[2018,9,2]],"date-time":"2018-09-02T18:54:01Z","timestamp":1535914441000},"source":"Crossref","is-referenced-by-count":0,"title":["Developing + High Performance Teams CMIOLP"],"prefix":"10.4324","author":[{"given":"Kate","family":"Williams","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2007,3,30]]},"deposited":{"date-parts":[[2020,12,21]],"date-time":"2020-12-21T08:33:06Z","timestamp":1608539586000},"score":20.581816,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136410963"}},"issued":{"date-parts":[[2007,3,30]]},"ISBN":["9780080472485"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780080472485","published":{"date-parts":[[2007,3,30]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T22:51:08Z","timestamp":1648594268145},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781136311680","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203118801","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T08:55:26Z","timestamp":1394787326000},"source":"Crossref","is-referenced-by-count":0,"title":["Developing + High Performance Leaders"],"prefix":"10.4324","author":[{"given":"Philip Robert","family":"Harris","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2013,5,7]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T16:17:27Z","timestamp":1617639447000},"score":20.573566,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136311680"}},"issued":{"date-parts":[[2013,5,7]]},"ISBN":["9781136311680"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203118801","published":{"date-parts":[[2013,5,7]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T21:17:11Z","timestamp":1648761431340},"reference-count":0,"publisher":"Elsevier","isbn-type":[{"value":"9780444506016","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2000]]},"DOI":"10.1016\/s0166-4115(00)x8001-6","type":"book","created":{"date-parts":[[2016,8,2]],"date-time":"2016-08-02T01:30:40Z","timestamp":1470101440000},"source":"Crossref","is-referenced-by-count":0,"title":["Motivational Psychology of Human Development - Developing Motivation and Motivating Development"],"prefix":"10.1016","member":"78","container-title":["Advances - in Psychology"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0166411500X80016?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0166411500X80016?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,9]],"date-time":"2018-09-09T23:23:08Z","timestamp":1536535388000},"score":20.490757,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/S0166411500X80016"}},"issued":{"date-parts":[[2000]]},"ISBN":["9780444506016"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/s0166-4115(00)x8001-6","ISSN":["0166-4115"],"issn-type":[{"value":"0166-4115","type":"print"}],"published":{"date-parts":[[2000]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T19:48:49Z","timestamp":1649188129490},"reference-count":0,"publisher":"RAND + in Psychology"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0166411500X80016?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0166411500X80016?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,9]],"date-time":"2018-09-09T23:23:08Z","timestamp":1536535388000},"score":20.406385,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/S0166411500X80016"}},"issued":{"date-parts":[[2000]]},"ISBN":["9780444506016"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/s0166-4115(00)x8001-6","ISSN":["0166-4115"],"issn-type":[{"value":"0166-4115","type":"print"}],"published":{"date-parts":[[2000]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T19:48:49Z","timestamp":1649188129490},"reference-count":0,"publisher":"RAND Corporation","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.7249\/ct505","type":"book","created":{"date-parts":[[2019,3,12]],"date-time":"2019-03-12T13:00:07Z","timestamp":1552395607000},"source":"Crossref","is-referenced-by-count":0,"title":["Military - Compensation to Support Retention, Performance, and Talent Management"],"prefix":"10.7249","author":[{"given":"Beth","family":"Asch","sequence":"first","affiliation":[]}],"member":"4276","deposited":{"date-parts":[[2019,3,12]],"date-time":"2019-03-12T13:00:07Z","timestamp":1552395607000},"score":20.148943,"resource":{"primary":{"URL":"https:\/\/www.rand.org\/pubs\/testimonies\/CT505.html"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7249\/ct505","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,12,23]],"date-time":"2022-12-23T14:56:45Z","timestamp":1671807405175},"publisher-location":"2455 + Compensation to Support Retention, Performance, and Talent Management"],"prefix":"10.7249","author":[{"given":"Beth","family":"Asch","sequence":"first","affiliation":[]}],"member":"4276","deposited":{"date-parts":[[2019,3,12]],"date-time":"2019-03-12T13:00:07Z","timestamp":1552395607000},"score":20.038376,"resource":{"primary":{"URL":"https:\/\/www.rand.org\/pubs\/testimonies\/CT505.html"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7249\/ct505","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,12,23]],"date-time":"2022-12-23T14:56:45Z","timestamp":1671807405175},"publisher-location":"2455 Teller Road,\u00a0Thousand Oaks\u00a0California\u00a091320\u00a0","reference-count":0,"publisher":"SAGE Publications, Inc.","isbn-type":[{"value":"9781506375915","type":"print"},{"value":"9781506375953","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.4135\/9781506375953","type":"monograph","created":{"date-parts":[[2020,12,17]],"date-time":"2020-12-17T23:26:14Z","timestamp":1608247574000},"source":"Crossref","is-referenced-by-count":12,"title":["Applied Psychology in Talent Management"],"prefix":"10.4135","author":[{"given":"Wayne - F.","family":"Cascio","sequence":"first","affiliation":[]},{"given":"Herman","family":"Aguinis","sequence":"additional","affiliation":[]}],"member":"179","deposited":{"date-parts":[[2020,12,17]],"date-time":"2020-12-17T23:26:15Z","timestamp":1608247575000},"score":20.007626,"resource":{"primary":{"URL":"https:\/\/sk.sagepub.com\/books\/applied-psychology-in-talent-management-8e"}},"issued":{"date-parts":[[2019]]},"ISBN":["9781506375915","9781506375953"],"references-count":0,"alternative-id":["10.4135\/9781506375953"],"URL":"http:\/\/dx.doi.org\/10.4135\/9781506375953","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,11,3]],"date-time":"2022-11-03T02:26:05Z","timestamp":1667442365545},"reference-count":0,"publisher":"Institution + F.","family":"Cascio","sequence":"first","affiliation":[]},{"given":"Herman","family":"Aguinis","sequence":"additional","affiliation":[]}],"member":"179","deposited":{"date-parts":[[2020,12,17]],"date-time":"2020-12-17T23:26:15Z","timestamp":1608247575000},"score":19.975891,"resource":{"primary":{"URL":"https:\/\/sk.sagepub.com\/books\/applied-psychology-in-talent-management-8e"}},"issued":{"date-parts":[[2019]]},"ISBN":["9781506375915","9781506375953"],"references-count":0,"alternative-id":["10.4135\/9781506375953"],"URL":"http:\/\/dx.doi.org\/10.4135\/9781506375953","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,11,3]],"date-time":"2022-11-03T02:26:05Z","timestamp":1667442365545},"reference-count":0,"publisher":"Institution of Engineering and Technology","isbn-type":[{"value":"9781849194815","type":"print"},{"value":"9781849194822","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2012,1,1]]},"DOI":"10.1049\/pbce078e","type":"book","created":{"date-parts":[[2012,6,14]],"date-time":"2012-06-14T13:43:43Z","timestamp":1339681423000},"source":"Crossref","is-referenced-by-count":12,"title":["Frequency-Domain - Control Design for High-Performance Systems"],"prefix":"10.1049","author":[{"given":"J.","family":"O''Brien","sequence":"first","affiliation":[]}],"member":"265","link":[{"URL":"https:\/\/digital-library.theiet.org\/content\/books\/ce\/pbce078e?crawler=true&mimetype=application\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,1,24]],"date-time":"2022-01-24T08:23:25Z","timestamp":1643012605000},"score":19.093681,"resource":{"primary":{"URL":"https:\/\/digital-library.theiet.org\/content\/books\/ce\/pbce078e"}},"issued":{"date-parts":[[2012,1,1]]},"ISBN":["9781849194815","9781849194822"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1049\/pbce078e","published":{"date-parts":[[2012,1,1]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T16:43:09Z","timestamp":1649176989418},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781351056267","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781351056267","type":"book","created":{"date-parts":[[2019,7,30]],"date-time":"2019-07-30T10:18:41Z","timestamp":1564481921000},"source":"Crossref","is-referenced-by-count":0,"title":["Professional - Issues in Clinical Psychology"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2019,7,29]]},"deposited":{"date-parts":[[2021,4,12]],"date-time":"2021-04-12T22:36:57Z","timestamp":1618267017000},"score":19.033283,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351056250"}},"subtitle":["Developing - a Professional Identity Through Clinical Psychology Training and Beyond"],"editor":[{"given":"Will","family":"Curvis","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019,7,29]]},"ISBN":["9781351056267"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781351056267","published":{"date-parts":[[2019,7,29]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T20:37:08Z","timestamp":1648586228826},"edition-number":"1","reference-count":0,"publisher":"Business + Control Design for High-Performance Systems"],"prefix":"10.1049","author":[{"given":"J.","family":"O''Brien","sequence":"first","affiliation":[]}],"member":"265","link":[{"URL":"https:\/\/digital-library.theiet.org\/content\/books\/ce\/pbce078e?crawler=true&mimetype=application\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,1,24]],"date-time":"2022-01-24T08:23:25Z","timestamp":1643012605000},"score":19.09338,"resource":{"primary":{"URL":"https:\/\/digital-library.theiet.org\/content\/books\/ce\/pbce078e"}},"issued":{"date-parts":[[2012,1,1]]},"ISBN":["9781849194815","9781849194822"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1049\/pbce078e","published":{"date-parts":[[2012,1,1]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T20:37:08Z","timestamp":1648586228826},"edition-number":"1","reference-count":0,"publisher":"Business Expert Press","isbn-type":[{"value":"1606490397","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009]]},"DOI":"10.35385\/bepb0000006","type":"reference-book","created":{"date-parts":[[2019,5,21]],"date-time":"2019-05-21T23:13:34Z","timestamp":1558480414000},"source":"Crossref","is-referenced-by-count":0,"title":["Developing - Employee Talent to Perform: People Power"],"prefix":"10.35385","member":"20696","published-online":{"date-parts":[[2009]]},"deposited":{"date-parts":[[2019,5,21]],"date-time":"2019-05-21T23:13:34Z","timestamp":1558480414000},"score":18.99106,"resource":{"primary":{"URL":"https:\/\/portal.igpublish.com\/iglibrary\/obj\/BEPB0000006"}},"issued":{"date-parts":[[2009]]},"ISBN":["1606490397"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.35385\/bepb0000006","published":{"date-parts":[[2009]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T18:27:59Z","timestamp":1648578479783},"reference-count":0,"publisher":"IGI + Employee Talent to Perform: People Power"],"prefix":"10.35385","member":"20696","published-online":{"date-parts":[[2009]]},"deposited":{"date-parts":[[2019,5,21]],"date-time":"2019-05-21T23:13:34Z","timestamp":1558480414000},"score":18.98267,"resource":{"primary":{"URL":"https:\/\/portal.igpublish.com\/iglibrary\/obj\/BEPB0000006"}},"issued":{"date-parts":[[2009]]},"ISBN":["1606490397"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.35385\/bepb0000006","published":{"date-parts":[[2009]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T16:43:09Z","timestamp":1649176989418},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781351056267","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781351056267","type":"book","created":{"date-parts":[[2019,7,30]],"date-time":"2019-07-30T10:18:41Z","timestamp":1564481921000},"source":"Crossref","is-referenced-by-count":0,"title":["Professional + Issues in Clinical Psychology"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2019,7,29]]},"deposited":{"date-parts":[[2021,4,12]],"date-time":"2021-04-12T22:36:57Z","timestamp":1618267017000},"score":18.961443,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351056250"}},"subtitle":["Developing + a Professional Identity Through Clinical Psychology Training and Beyond"],"editor":[{"given":"Will","family":"Curvis","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019,7,29]]},"ISBN":["9781351056267"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781351056267","published":{"date-parts":[[2019,7,29]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T18:27:59Z","timestamp":1648578479783},"reference-count":0,"publisher":"IGI Global","isbn-type":[{"value":"9781522592570","type":"print"},{"value":"9781522592594","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.4018\/978-1-5225-9257-0","type":"monograph","created":{"date-parts":[[2019,5,23]],"date-time":"2019-05-23T11:38:19Z","timestamp":1558611499000},"source":"Crossref","is-referenced-by-count":0,"title":["Architectures and Frameworks for Developing and Applying Blockchain Technology"],"prefix":"10.4018","member":"2432","container-title":["Advances - in Systems Analysis, Software Engineering, and High Performance Computing"],"deposited":{"date-parts":[[2020,5,19]],"date-time":"2020-05-19T02:01:38Z","timestamp":1589853698000},"score":18.950136,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-5225-9257-0"}},"subtitle":[""],"editor":[{"given":"Nansi","family":"Shi","sequence":"first","affiliation":[{"name":"Logic - International Consultants, Singapore"}]}],"issued":{"date-parts":[[2019]]},"ISBN":["9781522592570","9781522592594"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4018\/978-1-5225-9257-0","ISSN":["2327-3453","2327-3461"],"issn-type":[{"value":"2327-3453","type":"print"},{"value":"2327-3461","type":"electronic"}],"published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2023,1,1]],"date-time":"2023-01-01T21:35:38Z","timestamp":1672608938608},"publisher-location":"Cham","reference-count":0,"publisher":"Springer - International Publishing","isbn-type":[{"value":"9783030123741","type":"print"},{"value":"9783030123758","type":"electronic"}],"license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1007\/978-3-030-12375-8","type":"book","created":{"date-parts":[[2019,3,4]],"date-time":"2019-03-04T07:50:32Z","timestamp":1551685832000},"source":"Crossref","is-referenced-by-count":26,"title":["Domain-Specific + in Systems Analysis, Software Engineering, and High Performance Computing"],"deposited":{"date-parts":[[2020,5,19]],"date-time":"2020-05-19T02:01:38Z","timestamp":1589853698000},"score":18.927788,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-5225-9257-0"}},"subtitle":[""],"editor":[{"given":"Nansi","family":"Shi","sequence":"first","affiliation":[{"name":"Logic + International Consultants, Singapore"}]}],"issued":{"date-parts":[[2019]]},"ISBN":["9781522592570","9781522592594"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4018\/978-1-5225-9257-0","ISSN":["2327-3453","2327-3461"],"issn-type":[{"value":"2327-3453","type":"print"},{"value":"2327-3461","type":"electronic"}],"published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2023,1,14]],"date-time":"2023-01-14T16:52:51Z","timestamp":1673715171383},"publisher-location":"Cham","reference-count":0,"publisher":"Springer + International Publishing","isbn-type":[{"value":"9783030123741","type":"print"},{"value":"9783030123758","type":"electronic"}],"license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1007\/978-3-030-12375-8","type":"book","created":{"date-parts":[[2019,3,4]],"date-time":"2019-03-04T07:50:32Z","timestamp":1551685832000},"source":"Crossref","is-referenced-by-count":23,"title":["Domain-Specific Knowledge Graph Construction"],"prefix":"10.1007","author":[{"given":"Mayank","family":"Kejriwal","sequence":"first","affiliation":[]}],"member":"297","container-title":["SpringerBriefs - in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-12375-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-12375-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,21]],"date-time":"2019-05-21T04:01:51Z","timestamp":1558411311000},"score":18.889687,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-030-12375-8"}},"issued":{"date-parts":[[2019]]},"ISBN":["9783030123741","9783030123758"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-12375-8","ISSN":["2191-5768","2191-5776"],"issn-type":[{"value":"2191-5768","type":"print"},{"value":"2191-5776","type":"electronic"}],"published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T20:40:01Z","timestamp":1648845601787},"edition-number":"0","reference-count":0,"publisher":"David - Fulton Publishers","isbn-type":[{"value":"9781135394196","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203963227","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T09:17:17Z","timestamp":1394788637000},"source":"Crossref","is-referenced-by-count":0,"title":["Discovering - and Developing Talent in Schools"],"prefix":"10.4324","author":[{"given":"Bette","family":"Gray-Fow","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2012,9,10]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T13:00:37Z","timestamp":1617627637000},"score":18.65186,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135394196"}},"issued":{"date-parts":[[2012,9,10]]},"ISBN":["9781135394196"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203963227","published":{"date-parts":[[2012,9,10]]}},{"indexed":{"date-parts":[[2022,12,30]],"date-time":"2022-12-30T07:35:59Z","timestamp":1672385759710},"publisher-location":"New + in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-12375-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-12375-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,21]],"date-time":"2019-05-21T04:01:51Z","timestamp":1558411311000},"score":18.919874,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-030-12375-8"}},"issued":{"date-parts":[[2019]]},"ISBN":["9783030123741","9783030123758"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-12375-8","ISSN":["2191-5768","2191-5776"],"issn-type":[{"value":"2191-5768","type":"print"},{"value":"2191-5776","type":"electronic"}],"published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2023,1,11]],"date-time":"2023-01-11T06:31:28Z","timestamp":1673418688502},"edition-number":"0","reference-count":0,"publisher":"David + Fulton Publishers","isbn-type":[{"value":"9781135394196","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203963227","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T09:17:17Z","timestamp":1394788637000},"source":"Crossref","is-referenced-by-count":1,"title":["Discovering + and Developing Talent in Schools"],"prefix":"10.4324","author":[{"given":"Bette","family":"Gray-Fow","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2012,9,10]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T13:00:37Z","timestamp":1617627637000},"score":18.645458,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135394196"}},"issued":{"date-parts":[[2012,9,10]]},"ISBN":["9781135394196"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203963227","published":{"date-parts":[[2012,9,10]]}},{"indexed":{"date-parts":[[2022,12,30]],"date-time":"2022-12-30T07:35:59Z","timestamp":1672385759710},"publisher-location":"New York, NY, USA","reference-count":0,"publisher":"ACM","isbn-type":[{"value":"0897916786","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1994,11]]},"DOI":"10.1145\/197912","type":"book","created":{"date-parts":[[2020,2,17]],"date-time":"2020-02-17T04:02:18Z","timestamp":1581912138000},"source":"Crossref","is-referenced-by-count":3,"title":["Developing - a computer science agenda for high-performance computing"],"prefix":"10.1145","member":"320","published-online":{"date-parts":[[1994,11]]},"deposited":{"date-parts":[[2020,2,17]],"date-time":"2020-02-17T04:14:55Z","timestamp":1581912895000},"score":18.506607,"resource":{"primary":{"URL":"http:\/\/dl.acm.org\/doi\/book\/10.1145\/197912"}},"editor":[{"given":"Uzi","family":"Vishkin","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[1994,11]]},"ISBN":["0897916786"],"references-count":0,"alternative-id":["10.1145\/197912"],"URL":"http:\/\/dx.doi.org\/10.1145\/197912","published":{"date-parts":[[1994,11]]}},{"indexed":{"date-parts":[[2022,7,7]],"date-time":"2022-07-07T10:12:40Z","timestamp":1657188760501},"edition-number":"1","reference-count":0,"publisher":"Oxford + a computer science agenda for high-performance computing"],"prefix":"10.1145","member":"320","published-online":{"date-parts":[[1994,11]]},"deposited":{"date-parts":[[2020,2,17]],"date-time":"2020-02-17T04:14:55Z","timestamp":1581912895000},"score":18.47671,"resource":{"primary":{"URL":"http:\/\/dl.acm.org\/doi\/book\/10.1145\/197912"}},"editor":[{"given":"Uzi","family":"Vishkin","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[1994,11]]},"ISBN":["0897916786"],"references-count":0,"alternative-id":["10.1145\/197912"],"URL":"http:\/\/dx.doi.org\/10.1145\/197912","published":{"date-parts":[[1994,11]]}},{"indexed":{"date-parts":[[2022,7,7]],"date-time":"2022-07-07T10:12:40Z","timestamp":1657188760501},"edition-number":"1","reference-count":0,"publisher":"Oxford University Press","isbn-type":[{"value":"9780190634575","type":"print"},{"value":"9780190866556","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"abstract":"

An in-depth, up-to-date scholarly reference text for the state of knowledge development in sport, exercise, and performance psychology. The text includes articles @@ -168,17 +168,17 @@ http_interactions: advanced undergraduates and graduate students, and researchers in related fields.<\/p>","DOI":"10.1093\/acref\/9780190634575.001.0001","type":"book","created":{"date-parts":[[2019,4,18]],"date-time":"2019-04-18T06:22:54Z","timestamp":1555568574000},"source":"Crossref","is-referenced-by-count":0,"title":["The Oxford Encyclopedia of Sport, Exercise, and Performance Psychology"],"prefix":"10.1093","member":"286","published-online":{"date-parts":[[2019]]},"original-title":["The - Oxford Encyclopedia of Sport, Exercise, and Performance Psychology"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T18:41:46Z","timestamp":1657046506000},"score":18.445322,"resource":{"primary":{"URL":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780190634575.001.0001\/acref-9780190634575"}},"editor":[{"given":"Edmund + Oxford Encyclopedia of Sport, Exercise, and Performance Psychology"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T18:41:46Z","timestamp":1657046506000},"score":18.383598,"resource":{"primary":{"URL":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780190634575.001.0001\/acref-9780190634575"}},"editor":[{"given":"Edmund O.","family":"Acevedo","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019]]},"ISBN":["9780190634575","9780190866556"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acref\/9780190634575.001.0001","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:13:43Z","timestamp":1648642423129},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781351311007","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781351311007","type":"book","created":{"date-parts":[[2018,10,11]],"date-time":"2018-10-11T18:37:26Z","timestamp":1539283046000},"source":"Crossref","is-referenced-by-count":0,"title":["Executive - Talent"],"prefix":"10.4324","author":[{"given":"Eli","family":"Ginzberg","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2018,10,8]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T07:44:13Z","timestamp":1617608653000},"score":18.429829,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351310994"}},"subtitle":["Developing + Talent"],"prefix":"10.4324","author":[{"given":"Eli","family":"Ginzberg","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2018,10,8]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T07:44:13Z","timestamp":1617608653000},"score":18.374897,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351310994"}},"subtitle":["Developing and Keeping the Best People"],"issued":{"date-parts":[[2018,10,8]]},"ISBN":["9781351311007"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781351311007","published":{"date-parts":[[2018,10,8]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T21:05:49Z","timestamp":1648674349199},"edition-number":"1","reference-count":0,"publisher":"Business Expert Press","isbn-type":[{"value":"9781606490402","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009,5,18]]},"DOI":"10.4128\/9781606490402","type":"monograph","created":{"date-parts":[[2009,6,3]],"date-time":"2009-06-03T13:06:32Z","timestamp":1244034392000},"source":"Crossref","is-referenced-by-count":0,"title":["Developing - Employee Talent to Perform: People Power"],"prefix":"10.4128","author":[{"given":"Kim","family":"Warren","sequence":"first","affiliation":[]}],"member":"2606","deposited":{"date-parts":[[2009,6,3]],"date-time":"2009-06-03T13:06:37Z","timestamp":1244034397000},"score":18.429829,"resource":{"primary":{"URL":"http:\/\/www.businessexpertpress.com\/node\/66"}},"issued":{"date-parts":[[2009,5,18]]},"ISBN":["9781606490402"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4128\/9781606490402","published":{"date-parts":[[2009,5,18]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T09:22:45Z","timestamp":1648891365505},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781315175294","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781315175294","type":"book","created":{"date-parts":[[2017,11,15]],"date-time":"2017-11-15T11:48:36Z","timestamp":1510746516000},"source":"Crossref","is-referenced-by-count":0,"title":["Hopes - & Dreams - Developing Potential"],"prefix":"10.4324","author":[{"given":"Robin","family":"Dynes","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2017,7,5]]},"deposited":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T00:49:52Z","timestamp":1606870192000},"score":18.262564,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351706339"}},"subtitle":["A + Employee Talent to Perform: People Power"],"prefix":"10.4128","author":[{"given":"Kim","family":"Warren","sequence":"first","affiliation":[]}],"member":"2606","deposited":{"date-parts":[[2009,6,3]],"date-time":"2009-06-03T13:06:37Z","timestamp":1244034397000},"score":18.374897,"resource":{"primary":{"URL":"http:\/\/www.businessexpertpress.com\/node\/66"}},"issued":{"date-parts":[[2009,5,18]]},"ISBN":["9781606490402"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4128\/9781606490402","published":{"date-parts":[[2009,5,18]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T09:22:45Z","timestamp":1648891365505},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781315175294","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781315175294","type":"book","created":{"date-parts":[[2017,11,15]],"date-time":"2017-11-15T11:48:36Z","timestamp":1510746516000},"source":"Crossref","is-referenced-by-count":0,"title":["Hopes + & Dreams - Developing Potential"],"prefix":"10.4324","author":[{"given":"Robin","family":"Dynes","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2017,7,5]]},"deposited":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T00:49:52Z","timestamp":1606870192000},"score":18.278166,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351706339"}},"subtitle":["A Practical Approach to Developing Potential"],"issued":{"date-parts":[[2017,7,5]]},"ISBN":["9781315175294"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315175294","published":{"date-parts":[[2017,7,5]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Psychology of high performance: Developing human potential into domain-specific talent. 2019"}}}' - recorded_at: Sat, 07 Jan 2023 02:59:56 GMT + recorded_at: Sun, 15 Jan 2023 19:22:37 GMT - request: method: get uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Psychology%20of%20high%20performance:%20Developing%20human%20potential%20into%20domain-specific%20talent.,%20American%20Psychological%20Association,%20Washington,%202019%22&rows=10 @@ -198,11 +198,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 02:59:56 GMT + - Sun, 15 Jan 2023 19:22:41 GMT Content-Type: - application/json Content-Length: - - '3828' + - '3843' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -230,29 +230,29 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":4185,"items":[{"indexed":{"date-parts":[[2022,12,17]],"date-time":"2022-12-17T16:52:15Z","timestamp":1671295935842},"publisher-location":"Washington","reference-count":0,"publisher":"American + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":4184,"items":[{"indexed":{"date-parts":[[2022,12,17]],"date-time":"2022-12-17T16:52:15Z","timestamp":1671295935842},"publisher-location":"Washington","reference-count":0,"publisher":"American Psychological Association","isbn-type":[{"value":"1433829886","type":"print"},{"value":"1433830388","type":"print"},{"value":"9781433829888","type":"print"},{"value":"9781433830389","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1037\/0000120-000","type":"book","created":{"date-parts":[[2018,12,6]],"date-time":"2018-12-06T14:14:50Z","timestamp":1544105690000},"source":"Crossref","is-referenced-by-count":14,"title":["Psychology - of high performance: Developing human potential into domain-specific talent."],"prefix":"10.1037","member":"15","deposited":{"date-parts":[[2020,12,28]],"date-time":"2020-12-28T18:52:38Z","timestamp":1609181558000},"score":58.06025,"resource":{"primary":{"URL":"http:\/\/content.apa.org\/books\/16096-000"}},"editor":[{"given":"Rena + of high performance: Developing human potential into domain-specific talent."],"prefix":"10.1037","member":"15","deposited":{"date-parts":[[2020,12,28]],"date-time":"2020-12-28T18:52:38Z","timestamp":1609181558000},"score":57.993,"resource":{"primary":{"URL":"http:\/\/content.apa.org\/books\/16096-000"}},"editor":[{"given":"Rena F.","family":"Subotnik","sequence":"first","affiliation":[]},{"given":"Paula","family":"Olszewski-Kubilius","sequence":"additional","affiliation":[]},{"given":"Frank C.","family":"Worrell","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2019]]},"ISBN":["1433829886","1433830388","9781433829888","9781433830389"],"references-count":0,"alternative-id":["2018-59444-000"],"URL":"http:\/\/dx.doi.org\/10.1037\/0000120-000","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:05:35Z","timestamp":1648796735944},"publisher-location":"New York","edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781003238461","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781003238461","type":"book","created":{"date-parts":[[2021,9,14]],"date-time":"2021-09-14T09:37:28Z","timestamp":1631612248000},"source":"Crossref","is-referenced-by-count":0,"title":["Talent Development for English Language Learners"],"prefix":"10.4324","author":[{"given":"Michael S.","family":"Matthews","sequence":"first","affiliation":[]},{"given":"Jaime - A.","family":"Castellano","sequence":"additional","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2021,9,14]]},"deposited":{"date-parts":[[2021,9,14]],"date-time":"2021-09-14T09:37:29Z","timestamp":1631612249000},"score":25.051476,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781003238461"}},"subtitle":["Identifying + A.","family":"Castellano","sequence":"additional","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2021,9,14]]},"deposited":{"date-parts":[[2021,9,14]],"date-time":"2021-09-14T09:37:29Z","timestamp":1631612249000},"score":25.019175,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781003238461"}},"subtitle":["Identifying and Developing Potential"],"issued":{"date-parts":[[2021,9,14]]},"ISBN":["9781003238461"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781003238461","published":{"date-parts":[[2021,9,14]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T11:29:55Z","timestamp":1649071795147},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780203713006","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203713006","type":"book","created":{"date-parts":[[2018,2,23]],"date-time":"2018-02-23T20:29:22Z","timestamp":1519417762000},"source":"Crossref","is-referenced-by-count":0,"title":["Improving - Managerial Talent"],"prefix":"10.4324","author":[{"given":"Hugh","family":"McCredie","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2017,11,22]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T08:07:49Z","timestamp":1617610069000},"score":22.606081,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351363990"}},"subtitle":["Practical + Managerial Talent"],"prefix":"10.4324","author":[{"given":"Hugh","family":"McCredie","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2017,11,22]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T08:07:49Z","timestamp":1617610069000},"score":22.552816,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351363990"}},"subtitle":["Practical Psychology for Human Resourcing and Learning & Development Professionals"],"issued":{"date-parts":[[2017,11,22]]},"ISBN":["9780203713006"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203713006","published":{"date-parts":[[2017,11,22]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T19:48:49Z","timestamp":1649188129490},"reference-count":0,"publisher":"RAND Corporation","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.7249\/ct505","type":"book","created":{"date-parts":[[2019,3,12]],"date-time":"2019-03-12T13:00:07Z","timestamp":1552395607000},"source":"Crossref","is-referenced-by-count":0,"title":["Military - Compensation to Support Retention, Performance, and Talent Management"],"prefix":"10.7249","author":[{"given":"Beth","family":"Asch","sequence":"first","affiliation":[]}],"member":"4276","deposited":{"date-parts":[[2019,3,12]],"date-time":"2019-03-12T13:00:07Z","timestamp":1552395607000},"score":22.196642,"resource":{"primary":{"URL":"https:\/\/www.rand.org\/pubs\/testimonies\/CT505.html"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7249\/ct505","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:44:49Z","timestamp":1648644289936},"publisher-location":"Singapore","reference-count":0,"publisher":"Springer + Compensation to Support Retention, Performance, and Talent Management"],"prefix":"10.7249","author":[{"given":"Beth","family":"Asch","sequence":"first","affiliation":[]}],"member":"4276","deposited":{"date-parts":[[2019,3,12]],"date-time":"2019-03-12T13:00:07Z","timestamp":1552395607000},"score":22.148048,"resource":{"primary":{"URL":"https:\/\/www.rand.org\/pubs\/testimonies\/CT505.html"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7249\/ct505","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:44:49Z","timestamp":1648644289936},"publisher-location":"Singapore","reference-count":0,"publisher":"Springer Singapore","isbn-type":[{"value":"9789811010699","type":"print"},{"value":"9789811010705","type":"electronic"}],"license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1007\/978-981-10-1070-5","type":"book","created":{"date-parts":[[2019,3,28]],"date-time":"2019-03-28T13:02:43Z","timestamp":1553778163000},"source":"Crossref","is-referenced-by-count":1,"title":["Domain Specific High-Level Synthesis for Cryptographic Workloads"],"prefix":"10.1007","author":[{"given":"Ayesha","family":"Khalid","sequence":"first","affiliation":[]},{"given":"Goutam","family":"Paul","sequence":"additional","affiliation":[]},{"given":"Anupam","family":"Chattopadhyay","sequence":"additional","affiliation":[]}],"member":"297","container-title":["Computer - Architecture and Design Methodologies"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-981-10-1070-5.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-981-10-1070-5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,18]],"date-time":"2019-05-18T09:24:03Z","timestamp":1558171443000},"score":21.08128,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-981-10-1070-5"}},"issued":{"date-parts":[[2019]]},"ISBN":["9789811010699","9789811010705"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-981-10-1070-5","ISSN":["2367-3478","2367-3486"],"issn-type":[{"value":"2367-3478","type":"print"},{"value":"2367-3486","type":"electronic"}],"published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T20:40:01Z","timestamp":1648845601787},"edition-number":"0","reference-count":0,"publisher":"David - Fulton Publishers","isbn-type":[{"value":"9781135394196","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203963227","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T09:17:17Z","timestamp":1394788637000},"source":"Crossref","is-referenced-by-count":0,"title":["Discovering - and Developing Talent in Schools"],"prefix":"10.4324","author":[{"given":"Bette","family":"Gray-Fow","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2012,9,10]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T13:00:37Z","timestamp":1617627637000},"score":20.821455,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135394196"}},"issued":{"date-parts":[[2012,9,10]]},"ISBN":["9781135394196"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203963227","published":{"date-parts":[[2012,9,10]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:13:43Z","timestamp":1648642423129},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781351311007","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781351311007","type":"book","created":{"date-parts":[[2018,10,11]],"date-time":"2018-10-11T18:37:26Z","timestamp":1539283046000},"source":"Crossref","is-referenced-by-count":0,"title":["Executive - Talent"],"prefix":"10.4324","author":[{"given":"Eli","family":"Ginzberg","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2018,10,8]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T07:44:13Z","timestamp":1617608653000},"score":20.56331,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351310994"}},"subtitle":["Developing + Architecture and Design Methodologies"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-981-10-1070-5.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-981-10-1070-5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,18]],"date-time":"2019-05-18T09:24:03Z","timestamp":1558171443000},"score":21.123068,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-981-10-1070-5"}},"issued":{"date-parts":[[2019]]},"ISBN":["9789811010699","9789811010705"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-981-10-1070-5","ISSN":["2367-3478","2367-3486"],"issn-type":[{"value":"2367-3478","type":"print"},{"value":"2367-3486","type":"electronic"}],"published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2023,1,11]],"date-time":"2023-01-11T06:31:28Z","timestamp":1673418688502},"edition-number":"0","reference-count":0,"publisher":"David + Fulton Publishers","isbn-type":[{"value":"9781135394196","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203963227","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T09:17:17Z","timestamp":1394788637000},"source":"Crossref","is-referenced-by-count":1,"title":["Discovering + and Developing Talent in Schools"],"prefix":"10.4324","author":[{"given":"Bette","family":"Gray-Fow","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2012,9,10]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T13:00:37Z","timestamp":1617627637000},"score":20.793182,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135394196"}},"issued":{"date-parts":[[2012,9,10]]},"ISBN":["9781135394196"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203963227","published":{"date-parts":[[2012,9,10]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:13:43Z","timestamp":1648642423129},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781351311007","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781351311007","type":"book","created":{"date-parts":[[2018,10,11]],"date-time":"2018-10-11T18:37:26Z","timestamp":1539283046000},"source":"Crossref","is-referenced-by-count":0,"title":["Executive + Talent"],"prefix":"10.4324","author":[{"given":"Eli","family":"Ginzberg","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2018,10,8]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T07:44:13Z","timestamp":1617608653000},"score":20.503258,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351310994"}},"subtitle":["Developing and Keeping the Best People"],"issued":{"date-parts":[[2018,10,8]]},"ISBN":["9781351311007"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781351311007","published":{"date-parts":[[2018,10,8]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T06:58:12Z","timestamp":1649141892149},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780080472485","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780080472485","type":"book","created":{"date-parts":[[2018,9,2]],"date-time":"2018-09-02T18:54:01Z","timestamp":1535914441000},"source":"Crossref","is-referenced-by-count":0,"title":["Developing - High Performance Teams CMIOLP"],"prefix":"10.4324","author":[{"given":"Kate","family":"Williams","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2007,3,30]]},"deposited":{"date-parts":[[2020,12,21]],"date-time":"2020-12-21T08:33:06Z","timestamp":1608539586000},"score":20.462622,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136410963"}},"issued":{"date-parts":[[2007,3,30]]},"ISBN":["9780080472485"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780080472485","published":{"date-parts":[[2007,3,30]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T22:51:08Z","timestamp":1648594268145},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781136311680","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203118801","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T08:55:26Z","timestamp":1394787326000},"source":"Crossref","is-referenced-by-count":0,"title":["Developing - High Performance Leaders"],"prefix":"10.4324","author":[{"given":"Philip Robert","family":"Harris","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2013,5,7]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T16:17:27Z","timestamp":1617639447000},"score":20.448593,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136311680"}},"issued":{"date-parts":[[2013,5,7]]},"ISBN":["9781136311680"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203118801","published":{"date-parts":[[2013,5,7]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T02:31:13Z","timestamp":1649212273037},"edition-number":"1","reference-count":0,"publisher":"inScience + High Performance Teams CMIOLP"],"prefix":"10.4324","author":[{"given":"Kate","family":"Williams","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2007,3,30]]},"deposited":{"date-parts":[[2020,12,21]],"date-time":"2020-12-21T08:33:06Z","timestamp":1608539586000},"score":20.440926,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136410963"}},"issued":{"date-parts":[[2007,3,30]]},"ISBN":["9780080472485"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780080472485","published":{"date-parts":[[2007,3,30]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T22:51:08Z","timestamp":1648594268145},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781136311680","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203118801","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T08:55:26Z","timestamp":1394787326000},"source":"Crossref","is-referenced-by-count":0,"title":["Developing + High Performance Leaders"],"prefix":"10.4324","author":[{"given":"Philip Robert","family":"Harris","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2013,5,7]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T16:17:27Z","timestamp":1617639447000},"score":20.432804,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136311680"}},"issued":{"date-parts":[[2013,5,7]]},"ISBN":["9781136311680"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203118801","published":{"date-parts":[[2013,5,7]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T02:31:13Z","timestamp":1649212273037},"edition-number":"1","reference-count":0,"publisher":"inScience Press","isbn-type":[{"value":"9789895481538","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,1]]},"abstract":"In this sixth volume, a committed set of authors explore the Psychology field, therefore contributing to reach the frontiers of knowledge. Success depends @@ -275,8 +275,8 @@ http_interactions: submitted chapters. This process has resulted in the final publication of 33 high quality chapters.<\/jats:p>","DOI":"10.36315\/2021padvi","type":"book","created":{"date-parts":[[2021,8,30]],"date-time":"2021-08-30T11:24:59Z","timestamp":1630322699000},"source":"Crossref","is-referenced-by-count":0,"title":["Psychology Applications & Developments VI"],"prefix":"10.36315","member":"22118","published-online":{"date-parts":[[2020,12,1]]},"container-title":["Advances - in Psychology and Psychological Trends"],"deposited":{"date-parts":[[2021,8,30]],"date-time":"2021-08-30T11:25:00Z","timestamp":1630322700000},"score":20.415998,"resource":{"primary":{"URL":"http:\/\/press.insciencepress.org\/index.php\/press\/catalog\/view\/12\/23\/297-1"}},"editor":[{"given":"Clara","family":"Pracana","sequence":"first","affiliation":[]},{"name":"Portuguese + in Psychology and Psychological Trends"],"deposited":{"date-parts":[[2021,8,30]],"date-time":"2021-08-30T11:25:00Z","timestamp":1630322700000},"score":20.320562,"resource":{"primary":{"URL":"http:\/\/press.insciencepress.org\/index.php\/press\/catalog\/view\/12\/23\/297-1"}},"editor":[{"given":"Clara","family":"Pracana","sequence":"first","affiliation":[]},{"name":"Portuguese Association of Psychoanalysis and Psychoanalytic Psychotherapy, Portugal","sequence":"first","affiliation":[]},{"given":"Michael","family":"Wang","sequence":"additional","affiliation":[]},{"name":"Emeritus Professor of Clinical Psychology, University of Leicester, United Kingdom","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2020,12,1]]},"ISBN":["9789895481538"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36315\/2021padvi","ISSN":["2184-2019"],"issn-type":[{"value":"2184-2019","type":"print"}],"published":{"date-parts":[[2020,12,1]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Sat, 07 Jan 2023 02:59:56 GMT + recorded_at: Sun, 15 Jan 2023 19:22:40 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/book_editors.yml b/spec/vcr_cassettes/book_editors.yml index 3f0f838..d52d042 100644 --- a/spec/vcr_cassettes/book_editors.yml +++ b/spec/vcr_cassettes/book_editors.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 03:10:14 GMT + - Sun, 15 Jan 2023 19:22:41 GMT Content-Type: - application/json Content-Length: - - '857' + - '856' Set-Cookie: - - AWSALB=EHh4npMLZKv8930i5pqk+W3MlP32bcWaT+t1AV1SsTrC9iVErHSdRM36WyUKubRjoj+mv4j9MBn6c4PXLM20liic5KFgGV9Z57s/lwoIsxpv6EtlTsmhMqhbnevb; - Expires=Sat, 14 Jan 2023 03:10:14 GMT; Path=/ - - AWSALBCORS=EHh4npMLZKv8930i5pqk+W3MlP32bcWaT+t1AV1SsTrC9iVErHSdRM36WyUKubRjoj+mv4j9MBn6c4PXLM20liic5KFgGV9Z57s/lwoIsxpv6EtlTsmhMqhbnevb; - Expires=Sat, 14 Jan 2023 03:10:14 GMT; Path=/; SameSite=None + - AWSALB=lFEELr9E7kLZzpx6VDGF7cQs3X89JcERy/rvpXaaEhR5tCxDgB3HAAbXQSXTrLZKyjYhcCHrsUPyHZBkMUIIYl7RDTflF6uRgnj9B9VSL23Ru8NOHlH/OsElKsxS; + Expires=Sun, 22 Jan 2023 19:22:41 GMT; Path=/ + - AWSALBCORS=lFEELr9E7kLZzpx6VDGF7cQs3X89JcERy/rvpXaaEhR5tCxDgB3HAAbXQSXTrLZKyjYhcCHrsUPyHZBkMUIIYl7RDTflF6uRgnj9B9VSL23Ru8NOHlH/OsElKsxS; + Expires=Sun, 22 Jan 2023 19:22:41 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -58,11 +58,11 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T20:56:44Z","timestamp":1648673804636},"publisher-location":"London","reference-count":0,"publisher":"Springer - London","isbn-type":[{"value":"9783540762430","type":"print"},{"value":"9781447115786","type":"electronic"}],"license":[{"start":{"date-parts":[[1998,1,1]],"date-time":"1998-01-01T00:00:00Z","timestamp":883612800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"published-print":{"date-parts":[[1998]]},"DOI":"10.1007\/978-1-4471-1578-6","type":"book","created":{"date-parts":[[2011,12,30]],"date-time":"2011-12-30T00:55:02Z","timestamp":1325206502000},"source":"Crossref","is-referenced-by-count":28,"title":["Wide + string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2023,1,10]],"date-time":"2023-01-10T03:16:14Z","timestamp":1673320574608},"publisher-location":"London","reference-count":0,"publisher":"Springer + London","isbn-type":[{"value":"9783540762430","type":"print"},{"value":"9781447115786","type":"electronic"}],"license":[{"start":{"date-parts":[[1998,1,1]],"date-time":"1998-01-01T00:00:00Z","timestamp":883612800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"published-print":{"date-parts":[[1998]]},"DOI":"10.1007\/978-1-4471-1578-6","type":"book","created":{"date-parts":[[2011,12,30]],"date-time":"2011-12-30T00:55:02Z","timestamp":1325206502000},"source":"Crossref","is-referenced-by-count":29,"title":["Wide Area Workflow Management"],"prefix":"10.1007","author":[{"given":"Gerold","family":"Riempp","sequence":"first","affiliation":[]}],"member":"297","container-title":["Computer Supported Cooperative Work"],"original-title":[],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-1578-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-1578-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,5]],"date-time":"2019-04-05T19:23:56Z","timestamp":1554492236000},"score":1,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4471-1578-6"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[1998]]},"ISBN":["9783540762430","9781447115786"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4471-1578-6","relation":{},"ISSN":["1431-1496"],"issn-type":[{"value":"1431-1496","type":"print"}],"published":{"date-parts":[[1998]]}}}' - recorded_at: Sat, 07 Jan 2023 03:10:14 GMT + recorded_at: Sun, 15 Jan 2023 19:22:41 GMT - request: method: get uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Computer%20Supported%20Cooperative%20Work,%20Springer%20London,%20London,%201998%22&rows=10 @@ -82,11 +82,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 03:10:14 GMT + - Sun, 15 Jan 2023 19:22:42 GMT Content-Type: - application/json Content-Length: - - '3016' + - '3024' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -114,39 +114,39 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":49390,"items":[{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T17:58:44Z","timestamp":1648663124310},"publisher-location":"London","reference-count":0,"publisher":"Springer - London","isbn-type":[{"value":"9783540762430","type":"print"},{"value":"9781447115786","type":"electronic"}],"license":[{"start":{"date-parts":[[1998,1,1]],"date-time":"1998-01-01T00:00:00Z","timestamp":883612800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1998]]},"DOI":"10.1007\/978-1-4471-1578-6","type":"book","created":{"date-parts":[[2011,12,30]],"date-time":"2011-12-30T00:55:02Z","timestamp":1325206502000},"source":"Crossref","is-referenced-by-count":28,"title":["Wide + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":49411,"items":[{"indexed":{"date-parts":[[2023,1,10]],"date-time":"2023-01-10T03:16:17Z","timestamp":1673320577076},"publisher-location":"London","reference-count":0,"publisher":"Springer + London","isbn-type":[{"value":"9783540762430","type":"print"},{"value":"9781447115786","type":"electronic"}],"license":[{"start":{"date-parts":[[1998,1,1]],"date-time":"1998-01-01T00:00:00Z","timestamp":883612800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1998]]},"DOI":"10.1007\/978-1-4471-1578-6","type":"book","created":{"date-parts":[[2011,12,30]],"date-time":"2011-12-30T00:55:02Z","timestamp":1325206502000},"source":"Crossref","is-referenced-by-count":29,"title":["Wide Area Workflow Management"],"prefix":"10.1007","author":[{"given":"Gerold","family":"Riempp","sequence":"first","affiliation":[]}],"member":"297","container-title":["Computer - Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-1578-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-1578-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,5]],"date-time":"2019-04-05T19:23:56Z","timestamp":1554492236000},"score":36.830635,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4471-1578-6"}},"issued":{"date-parts":[[1998]]},"ISBN":["9783540762430","9781447115786"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4471-1578-6","ISSN":["1431-1496"],"issn-type":[{"value":"1431-1496","type":"print"}],"published":{"date-parts":[[1998]]}},{"indexed":{"date-parts":[[2022,12,28]],"date-time":"2022-12-28T14:18:12Z","timestamp":1672237092324},"publisher-location":"London","reference-count":0,"publisher":"Springer + Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-1578-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-1578-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,5]],"date-time":"2019-04-05T19:23:56Z","timestamp":1554492236000},"score":36.548183,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4471-1578-6"}},"issued":{"date-parts":[[1998]]},"ISBN":["9783540762430","9781447115786"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4471-1578-6","ISSN":["1431-1496"],"issn-type":[{"value":"1431-1496","type":"print"}],"published":{"date-parts":[[1998]]}},{"indexed":{"date-parts":[[2022,12,28]],"date-time":"2022-12-28T14:18:12Z","timestamp":1672237092324},"publisher-location":"London","reference-count":0,"publisher":"Springer London","isbn-type":[{"value":"9781852330033","type":"print"},{"value":"9781447106258","type":"electronic"}],"license":[{"start":{"date-parts":[[1998,1,1]],"date-time":"1998-01-01T00:00:00Z","timestamp":883612800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1998]]},"DOI":"10.1007\/978-1-4471-0625-8","type":"book","created":{"date-parts":[[2011,8,22]],"date-time":"2011-08-22T00:10:22Z","timestamp":1313971822000},"source":"Crossref","is-referenced-by-count":19,"title":["The Digital University"],"prefix":"10.1007","member":"297","container-title":["Computer - Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-0625-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-0625-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T15:18:01Z","timestamp":1554563881000},"score":35.27496,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4471-0625-8"}},"editor":[{"given":"Reza","family":"Hazemi","sequence":"first","affiliation":[]},{"given":"Stephen","family":"Hailes","sequence":"additional","affiliation":[]},{"given":"Steve","family":"Wilbur","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1998]]},"ISBN":["9781852330033","9781447106258"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4471-0625-8","ISSN":["1431-1496"],"issn-type":[{"value":"1431-1496","type":"print"}],"published":{"date-parts":[[1998]]}},{"indexed":{"date-parts":[[2023,1,1]],"date-time":"2023-01-01T14:07:33Z","timestamp":1672582053118},"publisher-location":"London","reference-count":0,"publisher":"Springer - London","isbn-type":[{"value":"9781848000674","type":"print"},{"value":"9781848000681","type":"electronic"}],"license":[{"start":{"date-parts":[[2011,1,1]],"date-time":"2011-01-01T00:00:00Z","timestamp":1293840000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011]]},"DOI":"10.1007\/978-1-84800-068-1","type":"book","created":{"date-parts":[[2011,1,26]],"date-time":"2011-01-26T13:07:19Z","timestamp":1296047239000},"source":"Crossref","is-referenced-by-count":75,"title":["Cooperative + Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-0625-8.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-0625-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T15:18:01Z","timestamp":1554563881000},"score":35.08786,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4471-0625-8"}},"editor":[{"given":"Reza","family":"Hazemi","sequence":"first","affiliation":[]},{"given":"Stephen","family":"Hailes","sequence":"additional","affiliation":[]},{"given":"Steve","family":"Wilbur","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1998]]},"ISBN":["9781852330033","9781447106258"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4471-0625-8","ISSN":["1431-1496"],"issn-type":[{"value":"1431-1496","type":"print"}],"published":{"date-parts":[[1998]]}},{"indexed":{"date-parts":[[2023,1,13]],"date-time":"2023-01-13T10:13:44Z","timestamp":1673604824261},"publisher-location":"London","reference-count":0,"publisher":"Springer + London","isbn-type":[{"value":"9781848000674","type":"print"},{"value":"9781848000681","type":"electronic"}],"license":[{"start":{"date-parts":[[2011,1,1]],"date-time":"2011-01-01T00:00:00Z","timestamp":1293840000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011]]},"DOI":"10.1007\/978-1-84800-068-1","type":"book","created":{"date-parts":[[2011,1,26]],"date-time":"2011-01-26T13:07:19Z","timestamp":1296047239000},"source":"Crossref","is-referenced-by-count":76,"title":["Cooperative Work and Coordinative Practices"],"prefix":"10.1007","author":[{"given":"Kjeld","family":"Schmidt","sequence":"first","affiliation":[]}],"member":"297","container-title":["Computer - Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-84800-068-1.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-84800-068-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T17:44:56Z","timestamp":1554572696000},"score":33.645782,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-84800-068-1"}},"issued":{"date-parts":[[2011]]},"ISBN":["9781848000674","9781848000681"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-84800-068-1","ISSN":["1431-1496"],"issn-type":[{"value":"1431-1496","type":"print"}],"published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2022,12,31]],"date-time":"2022-12-31T09:55:12Z","timestamp":1672480512152},"publisher-location":"London","reference-count":0,"publisher":"Springer - London","isbn-type":[{"value":"9783540197829","type":"print"},{"value":"9781447120070","type":"electronic"}],"license":[{"start":{"date-parts":[[1993,1,1]],"date-time":"1993-01-01T00:00:00Z","timestamp":725846400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1993]]},"DOI":"10.1007\/978-1-4471-2007-0","type":"book","created":{"date-parts":[[2011,11,24]],"date-time":"2011-11-24T09:20:41Z","timestamp":1322126441000},"source":"Crossref","is-referenced-by-count":25,"title":["Computer + Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-84800-068-1.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-84800-068-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T17:44:56Z","timestamp":1554572696000},"score":33.518375,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-84800-068-1"}},"issued":{"date-parts":[[2011]]},"ISBN":["9781848000674","9781848000681"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-84800-068-1","ISSN":["1431-1496"],"issn-type":[{"value":"1431-1496","type":"print"}],"published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2023,1,10]],"date-time":"2023-01-10T18:34:48Z","timestamp":1673375688151},"publisher-location":"London","reference-count":0,"publisher":"Springer + London","isbn-type":[{"value":"9783540197829","type":"print"},{"value":"9781447120070","type":"electronic"}],"license":[{"start":{"date-parts":[[1993,1,1]],"date-time":"1993-01-01T00:00:00Z","timestamp":725846400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1993]]},"DOI":"10.1007\/978-1-4471-2007-0","type":"book","created":{"date-parts":[[2011,11,24]],"date-time":"2011-11-24T09:20:41Z","timestamp":1322126441000},"source":"Crossref","is-referenced-by-count":26,"title":["Computer Supported Collaborative Writing"],"prefix":"10.1007","member":"297","container-title":["Computer - Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-2007-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-2007-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T21:41:26Z","timestamp":1554586886000},"score":33.55286,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4471-2007-0"}},"editor":[{"given":"Mike","family":"Sharples","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[1993]]},"ISBN":["9783540197829","9781447120070"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4471-2007-0","ISSN":["1431-1496"],"issn-type":[{"value":"1431-1496","type":"print"}],"published":{"date-parts":[[1993]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T21:49:27Z","timestamp":1649022567638},"publisher-location":"London","reference-count":0,"publisher":"Springer + Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-2007-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-2007-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T21:41:26Z","timestamp":1554586886000},"score":33.234066,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4471-2007-0"}},"editor":[{"given":"Mike","family":"Sharples","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[1993]]},"ISBN":["9783540197829","9781447120070"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4471-2007-0","ISSN":["1431-1496"],"issn-type":[{"value":"1431-1496","type":"print"}],"published":{"date-parts":[[1993]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T21:49:27Z","timestamp":1649022567638},"publisher-location":"London","reference-count":0,"publisher":"Springer London","isbn-type":[{"value":"9783540761594","type":"print"},{"value":"9781447105916","type":"electronic"}],"license":[{"start":{"date-parts":[[1998,1,1]],"date-time":"1998-01-01T00:00:00Z","timestamp":883612800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1998]]},"DOI":"10.1007\/978-1-4471-0591-6","type":"book","created":{"date-parts":[[2011,6,30]],"date-time":"2011-06-30T09:13:03Z","timestamp":1309425183000},"source":"Crossref","is-referenced-by-count":8,"title":["Doing Business Electronically"],"prefix":"10.1007","member":"297","container-title":["Computer - Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-0591-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-0591-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,9]],"date-time":"2020-01-09T06:43:35Z","timestamp":1578552215000},"score":33.060715,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4471-0591-6"}},"subtitle":["A + Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-0591-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-0591-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,9]],"date-time":"2020-01-09T06:43:35Z","timestamp":1578552215000},"score":32.795685,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4471-0591-6"}},"subtitle":["A Global Perspective of Electronic Commerce"],"editor":[{"given":"Celia T.","family":"Romm","sequence":"first","affiliation":[]},{"given":"Fay","family":"Sudweeks","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1998]]},"ISBN":["9783540761594","9781447105916"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4471-0591-6","ISSN":["1431-1496"],"issn-type":[{"value":"1431-1496","type":"print"}],"published":{"date-parts":[[1998]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T14:10:43Z","timestamp":1649081443995},"publisher-location":"London","reference-count":0,"publisher":"Springer-Verlag","isbn-type":[{"value":"1852337184","type":"print"}],"license":[{"start":{"date-parts":[[2003,1,1]],"date-time":"2003-01-01T00:00:00Z","timestamp":1041379200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2003]]},"DOI":"10.1007\/b97516","type":"book","created":{"date-parts":[[2006,5,11]],"date-time":"2006-05-11T13:54:02Z","timestamp":1147355642000},"source":"Crossref","is-referenced-by-count":0,"title":["Designing Collaborative Systems"],"prefix":"10.1007","member":"297","container-title":["Computer - Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/b97516.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/b97516","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,5]],"date-time":"2019-04-05T19:41:56Z","timestamp":1554493316000},"score":32.87396,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/b97516"}},"issued":{"date-parts":[[2003]]},"ISBN":["1852337184"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/b97516","published":{"date-parts":[[2003]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T12:12:10Z","timestamp":1648728730434},"publisher-location":"London","reference-count":0,"publisher":"Springer + Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/b97516.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/b97516","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,5]],"date-time":"2019-04-05T19:41:56Z","timestamp":1554493316000},"score":32.572845,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/b97516"}},"issued":{"date-parts":[[2003]]},"ISBN":["1852337184"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/b97516","published":{"date-parts":[[2003]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T12:12:10Z","timestamp":1648728730434},"publisher-location":"London","reference-count":0,"publisher":"Springer London","isbn-type":[{"value":"9781846289002","type":"print"}],"license":[{"start":{"date-parts":[[2008,1,1]],"date-time":"2008-01-01T00:00:00Z","timestamp":1199145600000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008]]},"DOI":"10.1007\/978-1-84628-901-9","type":"book","created":{"date-parts":[[2007,10,22]],"date-time":"2007-10-22T11:50:35Z","timestamp":1193053835000},"source":"Crossref","is-referenced-by-count":3,"title":["Resources, Co-Evolution and Artifacts"],"prefix":"10.1007","member":"297","container-title":["Computer - Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-84628-901-9.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-84628-901-9","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,7]],"date-time":"2019-04-07T00:01:02Z","timestamp":1554595262000},"score":31.796982,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-84628-901-9"}},"issued":{"date-parts":[[2008]]},"ISBN":["9781846289002"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-84628-901-9","published":{"date-parts":[[2008]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T18:40:29Z","timestamp":1648838429731},"publisher-location":"London","reference-count":0,"publisher":"Springer + Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-84628-901-9.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-84628-901-9","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,7]],"date-time":"2019-04-07T00:01:02Z","timestamp":1554595262000},"score":31.57354,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-84628-901-9"}},"issued":{"date-parts":[[2008]]},"ISBN":["9781846289002"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-84628-901-9","published":{"date-parts":[[2008]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T18:40:29Z","timestamp":1648838429731},"publisher-location":"London","reference-count":0,"publisher":"Springer London","isbn-type":[{"value":"9783540199519","type":"print"},{"value":"9781447130420","type":"electronic"}],"license":[{"start":{"date-parts":[[1997,1,1]],"date-time":"1997-01-01T00:00:00Z","timestamp":852076800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1997]]},"DOI":"10.1007\/978-1-4471-3042-0","type":"book","created":{"date-parts":[[2011,11,10]],"date-time":"2011-11-10T12:59:59Z","timestamp":1320929999000},"source":"Crossref","is-referenced-by-count":6,"title":["Cooperative Knowledge Processing"],"prefix":"10.1007","member":"297","container-title":["Computer - Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-3042-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-3042-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T15:23:01Z","timestamp":1554564181000},"score":31.791248,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4471-3042-0"}},"editor":[{"given":"Stefan","family":"Kirn","sequence":"first","affiliation":[]},{"given":"Gregory","family":"O\u2019Hare","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1997]]},"ISBN":["9783540199519","9781447130420"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4471-3042-0","ISSN":["1431-1496"],"issn-type":[{"value":"1431-1496","type":"print"}],"published":{"date-parts":[[1997]]}},{"indexed":{"date-parts":[[2022,9,3]],"date-time":"2022-09-03T10:28:50Z","timestamp":1662200930064},"reference-count":0,"publisher":"Oldenbourg + Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-3042-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4471-3042-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T15:23:01Z","timestamp":1554564181000},"score":31.562748,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4471-3042-0"}},"editor":[{"given":"Stefan","family":"Kirn","sequence":"first","affiliation":[]},{"given":"Gregory","family":"O\u2019Hare","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1997]]},"ISBN":["9783540199519","9781447130420"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4471-3042-0","ISSN":["1431-1496"],"issn-type":[{"value":"1431-1496","type":"print"}],"published":{"date-parts":[[1997]]}},{"indexed":{"date-parts":[[2022,9,3]],"date-time":"2022-09-03T10:28:50Z","timestamp":1662200930064},"reference-count":0,"publisher":"Oldenbourg Wissenschaftsverlag GmbH","isbn-type":[{"value":"9783486593419","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007]]},"DOI":"10.1524\/9783486593419","type":"book","created":{"date-parts":[[2010,2,16]],"date-time":"2010-02-16T19:49:56Z","timestamp":1266349796000},"source":"Crossref","is-referenced-by-count":22,"title":["Computer-Supported Cooperative Work"],"prefix":"10.1524","author":[{"given":"Tom","family":"Gross","sequence":"first","affiliation":[{"name":"Prof. Dr. Tom Gross ist seit 2003 Professor an der Bauhaus Universit\u00e4t Weimar."}]},{"given":"Michael","family":"Koch","sequence":"additional","affiliation":[{"name":"PD. Dr. Michael Koch ist Privatdozent an der Technischen Universit\u00e4t M\u00fcnchen - und leitet dort die Fachgruppe CSCW."}]}],"member":"374","published-online":{"date-parts":[[2007]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/313355","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/downloadpdf\/title\/313355","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,24]],"date-time":"2021-06-24T09:33:26Z","timestamp":1624527206000},"score":31.283125,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1524\/9783486593419\/html"}},"editor":[{"given":"Michael","family":"Herczeg","sequence":"additional","affiliation":[{"name":"Prof. + und leitet dort die Fachgruppe CSCW."}]}],"member":"374","published-online":{"date-parts":[[2007]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/313355","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/downloadpdf\/title\/313355","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,24]],"date-time":"2021-06-24T09:33:26Z","timestamp":1624527206000},"score":31.057125,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1524\/9783486593419\/html"}},"editor":[{"given":"Michael","family":"Herczeg","sequence":"additional","affiliation":[{"name":"Prof. Dr. Michael Herczeg ist Leiter des Instituts f\u00fcr Multimediale und Interaktive Systeme der Universit\u00e4t L\u00fcbeck."}]}],"issued":{"date-parts":[[2007]]},"ISBN":["9783486593419"],"references-count":0,"alternative-id":["10.1524\/9783486593419"],"URL":"http:\/\/dx.doi.org\/10.1524\/9783486593419","published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,7,17]],"date-time":"2022-07-17T15:25:56Z","timestamp":1658071556101},"publisher-location":"Berlin\/Heidelberg","reference-count":0,"publisher":"Springer-Verlag","isbn-type":[{"value":"1402038836","type":"print"}],"license":[{"start":{"date-parts":[[2006,1,1]],"date-time":"2006-01-01T00:00:00Z","timestamp":1136073600000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2006]]},"DOI":"10.1007\/1-4020-3898-4","type":"book","created":{"date-parts":[[2006,7,7]],"date-time":"2006-07-07T10:12:08Z","timestamp":1152267128000},"source":"Crossref","is-referenced-by-count":22,"title":["Avatars at Work and Play"],"prefix":"10.1007","member":"297","container-title":["Computer - Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/1-4020-3898-4.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/1-4020-3898-4","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T21:24:11Z","timestamp":1554585851000},"score":31.261427,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/1-4020-3898-4"}},"editor":[{"given":"Ralph","family":"Schroeder","sequence":"first","affiliation":[]},{"given":"Ann-Sofie","family":"Axelsson","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2006]]},"ISBN":["1402038836"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/1-4020-3898-4","published":{"date-parts":[[2006]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Sat, 07 Jan 2023 03:10:14 GMT + Supported Cooperative Work"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/1-4020-3898-4.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/1-4020-3898-4","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T21:24:11Z","timestamp":1554585851000},"score":30.973013,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/1-4020-3898-4"}},"editor":[{"given":"Ralph","family":"Schroeder","sequence":"first","affiliation":[]},{"given":"Ann-Sofie","family":"Axelsson","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2006]]},"ISBN":["1402038836"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/1-4020-3898-4","published":{"date-parts":[[2006]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' + recorded_at: Sun, 15 Jan 2023 19:22:42 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/component.yml b/spec/vcr_cassettes/component.yml index bda7353..84a2226 100644 --- a/spec/vcr_cassettes/component.yml +++ b/spec/vcr_cassettes/component.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:16 GMT + - Sun, 15 Jan 2023 19:23:40 GMT Content-Type: - application/json Content-Length: - '507' Set-Cookie: - - AWSALB=LDz8W2SA7v9nfu0rJNGOX80c+BMUrMusTmWkH9CWz0utQyxDHEfnSMQc8QFzXMEpu5BrbGfPfdiF5oBhS+y/wC9n5/UrmxA1aYWt70tcg9G2Naauf8SMxhhPo3O+; - Expires=Sat, 14 Jan 2023 00:51:16 GMT; Path=/ - - AWSALBCORS=LDz8W2SA7v9nfu0rJNGOX80c+BMUrMusTmWkH9CWz0utQyxDHEfnSMQc8QFzXMEpu5BrbGfPfdiF5oBhS+y/wC9n5/UrmxA1aYWt70tcg9G2Naauf8SMxhhPo3O+; - Expires=Sat, 14 Jan 2023 00:51:16 GMT; Path=/; SameSite=None + - AWSALB=59OBpWQad91Lj9xntEzKAtIGqJv9d4c0x5aRRN5Zenj4DvyBMNZ+lEHWzcFWe3OlY0WMBGnIc1J8uzRoZcc9og36mjOjbk0Czs6oDyjyxw6KRkpM0cuT+fTQcTzi; + Expires=Sun, 22 Jan 2023 19:23:40 GMT; Path=/ + - AWSALBCORS=59OBpWQad91Lj9xntEzKAtIGqJv9d4c0x5aRRN5Zenj4DvyBMNZ+lEHWzcFWe3OlY0WMBGnIc1J8uzRoZcc9og36mjOjbk0Czs6oDyjyxw6KRkpM0cuT+fTQcTzi; + Expires=Sun, 22 Jan 2023 19:23:40 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -60,7 +60,7 @@ http_interactions: encoding: ASCII-8BIT string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T09:14:13Z","timestamp":1648977253211},"reference-count":0,"publisher":"Public Library of Science (PLoS)","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"DOI":"10.1371\/journal.pone.0020476.s005","type":"component","created":{"date-parts":[[2013,1,28]],"date-time":"2013-01-28T15:38:16Z","timestamp":1359387496000},"source":"Crossref","is-referenced-by-count":0,"title":[],"prefix":"10.1371","member":"340","container-title":[],"original-title":[],"deposited":{"date-parts":[[2018,10,19]],"date-time":"2018-10-19T19:11:42Z","timestamp":1539976302000},"score":1,"resource":{"primary":{"URL":"https:\/\/dx.plos.org\/10.1371\/journal.pone.0020476.s005"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1371\/journal.pone.0020476.s005","relation":{}}}' - recorded_at: Sat, 07 Jan 2023 00:51:16 GMT + recorded_at: Sun, 15 Jan 2023 19:23:40 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=2013%2BPublic%2BLibrary%2Bof%2BScience%2B(PLoS) @@ -80,11 +80,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:19 GMT + - Sun, 15 Jan 2023 19:23:44 GMT Content-Type: - application/json Content-Length: - - '15306' + - '18183' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -112,13 +112,11 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":2119995,"items":[{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T07:57:49Z","timestamp":1648627069360},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780203584033","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,5,29]]},"DOI":"10.4324\/9780203584033-20","type":"book-chapter","created":{"date-parts":[[2021,4,11]],"date-time":"2021-04-11T03:16:54Z","timestamp":1618111014000},"page":"118-159","source":"Crossref","is-referenced-by-count":0,"title":["Public + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":2121785,"items":[{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T07:57:49Z","timestamp":1648627069360},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780203584033","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,5,29]]},"DOI":"10.4324\/9780203584033-20","type":"book-chapter","created":{"date-parts":[[2021,4,11]],"date-time":"2021-04-11T03:16:54Z","timestamp":1618111014000},"page":"118-159","source":"Crossref","is-referenced-by-count":0,"title":["Public library case studies"],"prefix":"10.4324","member":"301","container-title":["Contemporary - Library Architecture"],"deposited":{"date-parts":[[2021,4,11]],"date-time":"2021-04-11T03:17:04Z","timestamp":1618111024000},"score":20.779518,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136660627\/chapters\/10.4324\/9780203584033-20"}},"issued":{"date-parts":[[2013,5,29]]},"ISBN":["9780203584033"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203584033-20","published":{"date-parts":[[2013,5,29]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T17:35:58Z","timestamp":1648661758150},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,8,21]]},"DOI":"10.4324\/9781315879710-8","type":"book-chapter","created":{"date-parts":[[2021,3,6]],"date-time":"2021-03-06T00:58:24Z","timestamp":1614992304000},"page":"71-76","source":"Crossref","is-referenced-by-count":0,"title":["Spaced + Library Architecture"],"deposited":{"date-parts":[[2021,4,11]],"date-time":"2021-04-11T03:17:04Z","timestamp":1618111024000},"score":20.74035,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136660627\/chapters\/10.4324\/9780203584033-20"}},"issued":{"date-parts":[[2013,5,29]]},"ISBN":["9780203584033"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203584033-20","published":{"date-parts":[[2013,5,29]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T17:35:58Z","timestamp":1648661758150},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,8,21]]},"DOI":"10.4324\/9781315879710-8","type":"book-chapter","created":{"date-parts":[[2021,3,6]],"date-time":"2021-03-06T00:58:24Z","timestamp":1614992304000},"page":"71-76","source":"Crossref","is-referenced-by-count":0,"title":["Spaced Out Library: Toronto Public Library\u2019s Spaced Out Collection"],"prefix":"10.4324","member":"301","container-title":["Science\/Fiction - Collections"],"deposited":{"date-parts":[[2021,3,6]],"date-time":"2021-03-06T00:59:16Z","timestamp":1614992356000},"score":20.56721,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134754625\/chapters\/10.4324\/9781315879710-8"}},"issued":{"date-parts":[[2013,8,21]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315879710-8","published":{"date-parts":[[2013,8,21]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:29:10Z","timestamp":1649172550913},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1016\/b978-1-84334-707-1.50006-9","type":"book-chapter","created":{"date-parts":[[2014,3,28]],"date-time":"2014-03-28T04:33:11Z","timestamp":1395981191000},"page":"63-83","source":"Crossref","is-referenced-by-count":0,"title":["Public - library: the silhouette of China\u2019s social public service"],"prefix":"10.1016","author":[{"given":"Conghui","family":"Fang","sequence":"first","affiliation":[]}],"member":"78","container-title":["Chinese - Librarianship in the Digital Era"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843347071500069?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843347071500069?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,5]],"date-time":"2018-10-05T13:23:00Z","timestamp":1538745780000},"score":20.25549,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781843347071500069"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-84334-707-1.50006-9","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T13:28:04Z","timestamp":1648992484716},"reference-count":13,"publisher":"IGI + Collections"],"deposited":{"date-parts":[[2021,3,6]],"date-time":"2021-03-06T00:59:16Z","timestamp":1614992356000},"score":20.518873,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134754625\/chapters\/10.4324\/9781315879710-8"}},"issued":{"date-parts":[[2013,8,21]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315879710-8","published":{"date-parts":[[2013,8,21]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T13:28:04Z","timestamp":1648992484716},"reference-count":13,"publisher":"IGI Global","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"abstract":"The authors discuss their experience with using artificial intelligence and chatbots to enhance their existing web sites and information services in public library @@ -164,16 +162,18 @@ http_interactions: January 23, 2012, from http:\/\/www.virtuoz.com\/company\/news-events\/press-releases\/virtuoz-ccm-benchmark-group-study-predicts-a-400-percent-increase-in-ecomme\/"},{"key":"978-1-4666-3938-6.ch006.-12","doi-asserted-by":"publisher","DOI":"10.1017\/S0261444800012970"},{"issue":"1","key":"978-1-4666-3938-6.ch006.-13","first-page":"7","article-title":"Trends in reference and public services librarianship and the role of rusa part one.","volume":"45","author":"D.Zabel","year":"2005","journal-title":"Reference and User Services Quarterly"}],"container-title":["Robots in Academic Libraries","Advances - in Library and Information Science"],"link":[{"URL":"https:\/\/www.igi-global.com\/viewtitle.aspx?TitleId=76461","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,2,14]],"date-time":"2022-02-14T16:33:37Z","timestamp":1644856417000},"score":20.232212,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-4666-3938-6.ch006"}},"subtitle":["Automating - Reference in Public Libraries"],"issued":{"date-parts":[[2013]]},"references-count":13,"URL":"http:\/\/dx.doi.org\/10.4018\/978-1-4666-3938-6.ch006","ISSN":["2326-4136","2326-4144"],"issn-type":[{"value":"2326-4136","type":"print"},{"value":"2326-4144","type":"electronic"}],"published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:00:23Z","timestamp":1648684823015},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1016\/b978-1-84334-760-6.50016-3","type":"book-chapter","created":{"date-parts":[[2014,3,28]],"date-time":"2014-03-28T09:32:08Z","timestamp":1395999128000},"page":"159-178","source":"Crossref","is-referenced-by-count":0,"title":["Appendix + in Library and Information Science"],"link":[{"URL":"https:\/\/www.igi-global.com\/viewtitle.aspx?TitleId=76461","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,2,14]],"date-time":"2022-02-14T16:33:37Z","timestamp":1644856417000},"score":20.1787,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-4666-3938-6.ch006"}},"subtitle":["Automating + Reference in Public Libraries"],"issued":{"date-parts":[[2013]]},"references-count":13,"URL":"http:\/\/dx.doi.org\/10.4018\/978-1-4666-3938-6.ch006","ISSN":["2326-4136","2326-4144"],"issn-type":[{"value":"2326-4136","type":"print"},{"value":"2326-4144","type":"electronic"}],"published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:29:10Z","timestamp":1649172550913},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1016\/b978-1-84334-707-1.50006-9","type":"book-chapter","created":{"date-parts":[[2014,3,28]],"date-time":"2014-03-28T04:33:11Z","timestamp":1395981191000},"page":"63-83","source":"Crossref","is-referenced-by-count":0,"title":["Public + library: the silhouette of China\u2019s social public service"],"prefix":"10.1016","author":[{"given":"Conghui","family":"Fang","sequence":"first","affiliation":[]}],"member":"78","container-title":["Chinese + Librarianship in the Digital Era"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843347071500069?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843347071500069?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,5]],"date-time":"2018-10-05T13:23:00Z","timestamp":1538745780000},"score":20.17781,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781843347071500069"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-84334-707-1.50006-9","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:00:23Z","timestamp":1648684823015},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1016\/b978-1-84334-760-6.50016-3","type":"book-chapter","created":{"date-parts":[[2014,3,28]],"date-time":"2014-03-28T09:32:08Z","timestamp":1395999128000},"page":"159-178","source":"Crossref","is-referenced-by-count":0,"title":["Appendix A: Public library collection management policy"],"prefix":"10.1016","member":"78","container-title":["Making - a Collection Count"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843347606500163?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843347606500163?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,5]],"date-time":"2018-10-05T11:28:10Z","timestamp":1538738890000},"score":20.010252,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781843347606500163"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-84334-760-6.50016-3","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:21:54Z","timestamp":1649028114355},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1016\/b978-1-84334-696-8.50008-5","type":"book-chapter","created":{"date-parts":[[2014,3,28]],"date-time":"2014-03-28T05:09:41Z","timestamp":1395983381000},"page":"105-118","source":"Crossref","is-referenced-by-count":0,"title":["Santa + a Collection Count"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843347606500163?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843347606500163?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,5]],"date-time":"2018-10-05T11:28:10Z","timestamp":1538738890000},"score":19.97699,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781843347606500163"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-84334-760-6.50016-3","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:21:54Z","timestamp":1649028114355},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1016\/b978-1-84334-696-8.50008-5","type":"book-chapter","created":{"date-parts":[[2014,3,28]],"date-time":"2014-03-28T05:09:41Z","timestamp":1395983381000},"page":"105-118","source":"Crossref","is-referenced-by-count":0,"title":["Santa Cruz Public Library: learning and using Library 2.0"],"prefix":"10.1016","author":[{"given":"Hui-Lan H.","family":"Titangos","sequence":"first","affiliation":[]}],"member":"78","container-title":["Local - Community in the Era of Social Media Technologies"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346968500085?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346968500085?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,5]],"date-time":"2018-10-05T13:20:05Z","timestamp":1538745605000},"score":19.777945,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781843346968500085"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-84334-696-8.50008-5","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T04:22:27Z","timestamp":1649218947529},"edition-number":"0","reference-count":0,"publisher":"CRC + Community in the Era of Social Media Technologies"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346968500085?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346968500085?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,5]],"date-time":"2018-10-05T13:20:05Z","timestamp":1538745605000},"score":19.74058,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781843346968500085"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-84334-696-8.50008-5","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T04:22:27Z","timestamp":1649218947529},"edition-number":"0","reference-count":0,"publisher":"CRC Press","isbn-type":[{"value":"9781466552609","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,3,15]]},"DOI":"10.1081\/e-elis4-120044414","type":"book-chapter","created":{"date-parts":[[2020,12,18]],"date-time":"2020-12-18T03:52:50Z","timestamp":1608263570000},"page":"3801-3805","source":"Crossref","is-referenced-by-count":0,"title":["Public Library Association (PLA)"],"prefix":"10.1081","member":"301","container-title":["Encyclopedia - of Library and Information Science, Fourth Edition"],"deposited":{"date-parts":[[2021,2,10]],"date-time":"2021-02-10T19:20:30Z","timestamp":1612984830000},"score":19.658089,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781000031546\/chapters\/10.1081\/E-ELIS4-120044414"}},"issued":{"date-parts":[[2017,3,15]]},"ISBN":["9781466552609"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1081\/e-elis4-120044414","published":{"date-parts":[[2017,3,15]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T11:22:33Z","timestamp":1649157753789},"reference-count":0,"publisher":"IGI + of Library and Information Science, Fourth Edition"],"deposited":{"date-parts":[[2021,2,10]],"date-time":"2021-02-10T19:20:30Z","timestamp":1612984830000},"score":19.603186,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781000031546\/chapters\/10.1081\/E-ELIS4-120044414"}},"issued":{"date-parts":[[2017,3,15]]},"ISBN":["9781466552609"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1081\/e-elis4-120044414","published":{"date-parts":[[2017,3,15]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T11:22:33Z","timestamp":1649157753789},"reference-count":0,"publisher":"IGI Global","content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"In New York City, over five thousand young adults are taken in to custody by the city\u2019s department of juvenile justice. (Fenster-Sparber, 2008). While @@ -195,14 +195,14 @@ http_interactions: Rite of Passage"],"prefix":"10.4018","author":[{"given":"Lindsy D.","family":"Serrano","sequence":"first","affiliation":[{"name":"New York Public Library, USA"}]}],"member":"2432","container-title":["Advances in Library and Information Science","Partnerships and Collaborations in Public - Library Communities"],"link":[{"URL":"https:\/\/www.igi-global.com\/viewtitle.aspx?TitleId=62330","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,11,18]],"date-time":"2018-11-18T22:34:49Z","timestamp":1542580489000},"score":19.14357,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-61350-387-4.ch011"}},"subtitle":["New - York Public Library Passages Academy"],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4018\/978-1-61350-387-4.ch011","ISSN":["2326-4136","2326-4144"],"issn-type":[{"value":"2326-4136","type":"print"},{"value":"2326-4144","type":"electronic"}]},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T08:41:01Z","timestamp":1648716061061},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1016\/b978-1-84334-690-6.50004-3","type":"book-chapter","created":{"date-parts":[[2014,3,28]],"date-time":"2014-03-28T06:35:20Z","timestamp":1395988520000},"page":"27-43","source":"Crossref","is-referenced-by-count":0,"title":["Implementation - of a library RFID management system"],"prefix":"10.1016","author":[{"given":"Petra","family":"D\u00fcren","sequence":"first","affiliation":[]}],"member":"78","container-title":["Leadership - in Academic and Public Libraries"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346906500043?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346906500043?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,5]],"date-time":"2018-10-05T12:27:50Z","timestamp":1538742470000},"score":19.011356,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781843346906500043"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-84334-690-6.50004-3","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T09:36:36Z","timestamp":1648805796689},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1016\/b978-1-84334-690-6.50007-9","type":"book-chapter","created":{"date-parts":[[2014,3,28]],"date-time":"2014-03-28T02:35:20Z","timestamp":1395974120000},"page":"99-106","source":"Crossref","is-referenced-by-count":0,"title":["Changes + Library Communities"],"link":[{"URL":"https:\/\/www.igi-global.com\/viewtitle.aspx?TitleId=62330","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,11,18]],"date-time":"2018-11-18T22:34:49Z","timestamp":1542580489000},"score":19.052,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-61350-387-4.ch011"}},"subtitle":["New + York Public Library Passages Academy"],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4018\/978-1-61350-387-4.ch011","ISSN":["2326-4136","2326-4144"],"issn-type":[{"value":"2326-4136","type":"print"},{"value":"2326-4144","type":"electronic"}]},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T09:36:36Z","timestamp":1648805796689},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1016\/b978-1-84334-690-6.50007-9","type":"book-chapter","created":{"date-parts":[[2014,3,28]],"date-time":"2014-03-28T02:35:20Z","timestamp":1395974120000},"page":"99-106","source":"Crossref","is-referenced-by-count":0,"title":["Changes in the management of a library"],"prefix":"10.1016","author":[{"given":"Petra","family":"D\u00fcren","sequence":"first","affiliation":[]}],"member":"78","container-title":["Leadership - in Academic and Public Libraries"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346906500079?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346906500079?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,5]],"date-time":"2018-10-05T08:27:49Z","timestamp":1538728069000},"score":19.010466,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781843346906500079"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-84334-690-6.50007-9","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T18:17:19Z","timestamp":1648837039057},"edition-number":"1","reference-count":0,"publisher":"Facet","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.29085\/9781856047951.013","type":"book-chapter","created":{"date-parts":[[2018,7,5]],"date-time":"2018-07-05T14:04:42Z","timestamp":1530799482000},"page":"197-206","source":"Crossref","is-referenced-by-count":0,"title":["Conclusion: + in Academic and Public Libraries"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346906500079?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346906500079?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,5]],"date-time":"2018-10-05T08:27:49Z","timestamp":1538728069000},"score":18.982634,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781843346906500079"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-84334-690-6.50007-9","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T08:41:01Z","timestamp":1648716061061},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1016\/b978-1-84334-690-6.50004-3","type":"book-chapter","created":{"date-parts":[[2014,3,28]],"date-time":"2014-03-28T06:35:20Z","timestamp":1395988520000},"page":"27-43","source":"Crossref","is-referenced-by-count":0,"title":["Implementation + of a library RFID management system"],"prefix":"10.1016","author":[{"given":"Petra","family":"D\u00fcren","sequence":"first","affiliation":[]}],"member":"78","container-title":["Leadership + in Academic and Public Libraries"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346906500043?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346906500043?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,5]],"date-time":"2018-10-05T12:27:50Z","timestamp":1538742470000},"score":18.962236,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781843346906500043"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-84334-690-6.50004-3","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T18:17:19Z","timestamp":1648837039057},"edition-number":"1","reference-count":0,"publisher":"Facet","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.29085\/9781856047951.013","type":"book-chapter","created":{"date-parts":[[2018,7,5]],"date-time":"2018-07-05T14:04:42Z","timestamp":1530799482000},"page":"197-206","source":"Crossref","is-referenced-by-count":0,"title":["Conclusion: the public library of tomorrow"],"prefix":"10.29085","member":"11627","container-title":["The - Public Library"],"deposited":{"date-parts":[[2018,7,5]],"date-time":"2018-07-05T14:10:59Z","timestamp":1530799859000},"score":18.988468,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9781856047951A124\/type\/book_part"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.29085\/9781856047951.013"},{"indexed":{"date-parts":[[2022,8,5]],"date-time":"2022-08-05T23:12:25Z","timestamp":1659741145814},"reference-count":12,"publisher":"IGI + Public Library"],"deposited":{"date-parts":[[2018,7,5]],"date-time":"2018-07-05T14:10:59Z","timestamp":1530799859000},"score":18.941032,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9781856047951A124\/type\/book_part"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.29085\/9781856047951.013"},{"indexed":{"date-parts":[[2022,8,5]],"date-time":"2022-08-05T23:12:25Z","timestamp":1659741145814},"reference-count":12,"publisher":"IGI Global","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018]]},"abstract":"It is a known fact that Chennai city has a well-defined place when talking about landmark buildings, which have gone down the annals of history- Connemara @@ -255,17 +255,20 @@ http_interactions: Journal of Information Management."},{"key":"978-1-5225-3914-8.ch037.-12","author":"S. P.Whelan","year":"2002","journal-title":"Public Libraries and Youth Development: A guide to practice and policy"}],"container-title":["Library Science and - Administration"],"link":[{"URL":"https:\/\/www.igi-global.com\/viewtitle.aspx?TitleId=191541","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,8,5]],"date-time":"2022-08-05T22:56:50Z","timestamp":1659740210000},"score":18.936201,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-5225-3914-8.ch037"}},"subtitle":["A + Administration"],"link":[{"URL":"https:\/\/www.igi-global.com\/viewtitle.aspx?TitleId=191541","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,8,5]],"date-time":"2022-08-05T22:56:50Z","timestamp":1659740210000},"score":18.891045,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-5225-3914-8.ch037"}},"subtitle":["A Study"],"issued":{"date-parts":[[2018]]},"references-count":12,"URL":"http:\/\/dx.doi.org\/10.4018\/978-1-5225-3914-8.ch037","published":{"date-parts":[[2018]]}},{"indexed":{"date-parts":[[2022,6,12]],"date-time":"2022-06-12T10:13:35Z","timestamp":1655028815970},"edition-number":"1","reference-count":0,"publisher":"Cambridge University Press","license":[{"start":{"date-parts":[[2013,5,5]],"date-time":"2013-05-05T00:00:00Z","timestamp":1367712000000},"content-version":"unspecified","delay-in-days":10,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,4,25]]},"DOI":"10.1017\/cbo9780511998386.021","type":"book-chapter","created":{"date-parts":[[2013,5,5]],"date-time":"2013-05-05T04:04:03Z","timestamp":1367726643000},"page":"332-346","source":"Crossref","is-referenced-by-count":1,"title":["Visual supplementation and metonymy in the Roman public library"],"prefix":"10.1017","author":[{"given":"David","family":"Petrain","sequence":"first","affiliation":[]}],"member":"56","container-title":["Ancient - Libraries"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/9ECD5CA575433D4702D1C96EBA5DCD01","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,12]],"date-time":"2022-06-12T09:55:06Z","timestamp":1655027706000},"score":18.666187,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9780511998386%23c01256-4196\/type\/book_part"}},"issued":{"date-parts":[[2013,4,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9780511998386.021","published":{"date-parts":[[2013,4,25]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T16:03:00Z","timestamp":1649001780632},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1016\/b978-1-84334-682-1.50008-7","type":"book-chapter","created":{"date-parts":[[2014,3,18]],"date-time":"2014-03-18T08:01:01Z","timestamp":1395129661000},"page":"177-210","source":"Crossref","is-referenced-by-count":0,"title":["Employability, + Libraries"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/9ECD5CA575433D4702D1C96EBA5DCD01","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,12]],"date-time":"2022-06-12T09:55:06Z","timestamp":1655027706000},"score":18.628674,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9780511998386%23c01256-4196\/type\/book_part"}},"issued":{"date-parts":[[2013,4,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9780511998386.021","published":{"date-parts":[[2013,4,25]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T16:03:00Z","timestamp":1649001780632},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1016\/b978-1-84334-682-1.50008-7","type":"book-chapter","created":{"date-parts":[[2014,3,18]],"date-time":"2014-03-18T08:01:01Z","timestamp":1395129661000},"page":"177-210","source":"Crossref","is-referenced-by-count":0,"title":["Employability, informal learning and the role of the public library"],"prefix":"10.1016","author":[{"given":"John","family":"Crawford","sequence":"first","affiliation":[]}],"member":"78","container-title":["Information - Literacy and Lifelong Learning"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346821500087?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346821500087?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,6]],"date-time":"2018-10-06T01:24:37Z","timestamp":1538789077000},"score":18.541851,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781843346821500087"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-84334-682-1.50008-7","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T11:06:57Z","timestamp":1648552017074},"reference-count":0,"publisher":"De + Literacy and Lifelong Learning"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346821500087?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346821500087?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,6]],"date-time":"2018-10-06T01:24:37Z","timestamp":1538789077000},"score":18.508057,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781843346821500087"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-84334-682-1.50008-7","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T11:06:57Z","timestamp":1648552017074},"reference-count":0,"publisher":"De Gruyter","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,9,25]]},"DOI":"10.1515\/9783110533347-022","type":"book-chapter","created":{"date-parts":[[2017,9,23]],"date-time":"2017-09-23T10:01:36Z","timestamp":1506160896000},"page":"267-278","source":"Crossref","is-referenced-by-count":0,"title":["21. Kate P. Horan, MLS, Library Director, McAllen Public Library (Texas)"],"prefix":"10.1515","member":"374","container-title":["World\u00b4s - Leading National, Public, Monastery and Royal Library Directors"],"link":[{"URL":"http:\/\/www.degruyter.com\/view\/books\/9783110533347\/9783110533347-022\/9783110533347-022.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110533347-022\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110533347-022\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,2,16]],"date-time":"2022-02-16T15:37:57Z","timestamp":1645025877000},"score":18.434578,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110533347-022\/html"}},"subtitle":["MLS, - Library Director, McAllen Public Library (Texas)"],"issued":{"date-parts":[[2017,9,25]]},"references-count":0,"alternative-id":["10.1515\/9783110533347-022","10.1515\/9783110533347"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110533347-022","published":{"date-parts":[[2017,9,25]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T18:41:52Z","timestamp":1648924912343},"reference-count":71,"publisher":"IGI + Leading National, Public, Monastery and Royal Library Directors"],"link":[{"URL":"http:\/\/www.degruyter.com\/view\/books\/9783110533347\/9783110533347-022\/9783110533347-022.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110533347-022\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110533347-022\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,2,16]],"date-time":"2022-02-16T15:37:57Z","timestamp":1645025877000},"score":18.38933,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110533347-022\/html"}},"subtitle":["MLS, + Library Director, McAllen Public Library (Texas)"],"issued":{"date-parts":[[2017,9,25]]},"references-count":0,"alternative-id":["10.1515\/9783110533347-022","10.1515\/9783110533347"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110533347-022","published":{"date-parts":[[2017,9,25]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T22:33:34Z","timestamp":1649198014167},"reference-count":0,"publisher":"Emerald + Group Publishing Limited","license":[{"start":{"date-parts":[[2013,7,8]],"date-time":"2013-07-08T00:00:00Z","timestamp":1373241600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.emerald.com\/insight\/site-policies"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,7,8]]},"DOI":"10.1108\/s1876-0562(2013)0000007019","type":"book-chapter","created":{"date-parts":[[2013,7,8]],"date-time":"2013-07-08T12:56:50Z","timestamp":1373288210000},"page":"ii","source":"Crossref","is-referenced-by-count":0,"title":["Library + and Information Science"],"prefix":"10.1108","member":"140","container-title":["Library + and Information Science","New Directions in Information Organization"],"link":[{"URL":"http:\/\/www.emeraldinsight.com\/doi\/full-xml\/10.1108\/S1876-0562(2013)0000007019","content-type":"unspecified","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.emerald.com\/insight\/content\/doi\/10.1108\/S1876-0562(2013)0000007019\/full\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.emerald.com\/insight\/content\/doi\/10.1108\/S1876-0562(2013)0000007019\/full\/html","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,11,7]],"date-time":"2019-11-07T23:40:26Z","timestamp":1573170026000},"score":18.338436,"resource":{"primary":{"URL":"https:\/\/www.emerald.com\/insight\/content\/doi\/10.1108\/S1876-0562(2013)0000007019\/full\/html"}},"issued":{"date-parts":[[2013,7,8]]},"references-count":0,"alternative-id":["10.1108\/S1876-0562(2013)0000007019","10.1108\/lis","10.1108\/S1876-0562(2013)7"],"URL":"http:\/\/dx.doi.org\/10.1108\/s1876-0562(2013)0000007019","ISSN":["1876-0562"],"issn-type":[{"value":"1876-0562","type":"print"}],"published":{"date-parts":[[2013,7,8]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T18:41:52Z","timestamp":1648924912343},"reference-count":71,"publisher":"IGI Global","content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"Building on the discussion of mission statements, goals, and objectives in Chapter 3, this chapter begins with long and short range planning. It is not enough @@ -422,16 +425,13 @@ http_interactions: C. Campbell & N. Kauder (Eds.), Future trends in state courts (pp. 126-129). Williamsburg, VA: National Center for State Courts. Retrieved March 27, 2012, from http:\/\/contentdm.ncsconline.org\/cgi-bin\/showfile.exe?CISOROOT=\/ctadmin&CISOPTR=1605"}],"container-title":["Advances - in Library and Information Science","Public Law Librarianship"],"link":[{"URL":"https:\/\/www.igi-global.com\/viewtitle.aspx?TitleId=69941","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,7,3]],"date-time":"2019-07-03T02:10:43Z","timestamp":1562119843000},"score":18.382027,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-4666-2184-8.ch004"}},"subtitle":[""],"issued":{"date-parts":[[null]]},"references-count":71,"URL":"http:\/\/dx.doi.org\/10.4018\/978-1-4666-2184-8.ch004","ISSN":["2326-4136","2326-4144"],"issn-type":[{"value":"2326-4136","type":"print"},{"value":"2326-4144","type":"electronic"}]},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T07:44:25Z","timestamp":1648712665399},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1016\/b978-1-84334-696-8.50010-3","type":"book-chapter","created":{"date-parts":[[2014,3,28]],"date-time":"2014-03-28T01:09:39Z","timestamp":1395968979000},"page":"129-133","source":"Crossref","is-referenced-by-count":0,"title":["Oslo - Public Library: rejuvenated OPAC"],"prefix":"10.1016","author":[{"given":"Hui-Lan - H.","family":"Titangos","sequence":"first","affiliation":[]}],"member":"78","container-title":["Local - Community in the Era of Social Media Technologies"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346968500103?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781843346968500103?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,5]],"date-time":"2018-10-05T09:20:07Z","timestamp":1538731207000},"score":18.366001,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781843346968500103"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-84334-696-8.50010-3","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T16:17:22Z","timestamp":1648570642312},"reference-count":0,"publisher":"IGI + in Library and Information Science","Public Law Librarianship"],"link":[{"URL":"https:\/\/www.igi-global.com\/viewtitle.aspx?TitleId=69941","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,7,3]],"date-time":"2019-07-03T02:10:43Z","timestamp":1562119843000},"score":18.302578,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-4666-2184-8.ch004"}},"subtitle":[""],"issued":{"date-parts":[[null]]},"references-count":71,"URL":"http:\/\/dx.doi.org\/10.4018\/978-1-4666-2184-8.ch004","ISSN":["2326-4136","2326-4144"],"issn-type":[{"value":"2326-4136","type":"print"},{"value":"2326-4144","type":"electronic"}]},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T16:17:22Z","timestamp":1648570642312},"reference-count":0,"publisher":"IGI Global","content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"","DOI":"10.4018\/978-1-4666-4739-8.ch025","type":"book-chapter","created":{"date-parts":[[2015,6,24]],"date-time":"2015-06-24T17:27:22Z","timestamp":1435166842000},"page":"272-273","source":"Crossref","is-referenced-by-count":0,"title":["Library Showcase"],"prefix":"10.4018","author":[{"given":"Lisa","family":"Block","sequence":"first","affiliation":[{"name":"Independent Researcher, USA"}]}],"member":"2432","container-title":["Advances in Library and Information Science","Information Technology and Collection Management - for Library User Environments"],"link":[{"URL":"https:\/\/www.igi-global.com\/viewtitle.aspx?TitleId=102383","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,11,16]],"date-time":"2018-11-16T03:37:40Z","timestamp":1542339460000},"score":18.363142,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-4666-4739-8.ch025"}},"subtitle":["New + for Library User Environments"],"link":[{"URL":"https:\/\/www.igi-global.com\/viewtitle.aspx?TitleId=102383","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,11,16]],"date-time":"2018-11-16T03:37:40Z","timestamp":1542339460000},"score":18.298891,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-4666-4739-8.ch025"}},"subtitle":["New Castle Public Library - Interview with Katie Newell"],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4018\/978-1-4666-4739-8.ch025","ISSN":["2326-4136","2326-4144"],"issn-type":[{"value":"2326-4136","type":"print"},{"value":"2326-4144","type":"electronic"}]},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:06:43Z","timestamp":1648717603242},"reference-count":0,"publisher":"Russian National Public Library for Science and Technology","isbn-type":[{"value":"9785856382227","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.33186\/978-5-85638-222-7-2019-81-91","type":"book-chapter","created":{"date-parts":[[2020,1,16]],"date-time":"2020-01-16T05:44:03Z","timestamp":1579153443000},"page":"81-91","source":"Crossref","is-referenced-by-count":0,"title":["DISTANCE COURSE \"BIBLIOMETRY. WEBMETRICS. LIBRARY STATISTICS\": EXPERIENCE OF DEVELOPING @@ -448,9 +448,101 @@ http_interactions: \u0412\u0415\u0411\u041c\u0415\u0422\u0420\u0418\u041a\u0418. \u0411\u0418\u0411\u041b\u0418\u041e\u0422\u0415\u0427\u041d\u0410\u042f \u0421\u0422\u0410\u0422\u0418\u0421\u0422\u0418\u041a\u0410\u00bb: \u041e\u041f\u042b\u0422 \u0420\u0410\u0417\u0420\u0410\u0411\u041e\u0422\u041a\u0418 \u041f\u0420\u041e\u0413\u0420\u0410\u041c\u041c\u042b - \u0414\u041f\u041e"],"deposited":{"date-parts":[[2020,1,16]],"date-time":"2020-01-16T05:48:35Z","timestamp":1579153715000},"score":18.359852,"resource":{"primary":{"URL":"http:\/\/resolver.gpntb.ru\/redirect?site=http:\/\/ellib.gpntb.ru\/subscribe\/sbornik-2019\/SB-2019-9.pdf"}},"issued":{"date-parts":[[2019]]},"ISBN":["9785856382227"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.33186\/978-5-85638-222-7-2019-81-91","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T22:33:34Z","timestamp":1649198014167},"reference-count":0,"publisher":"Emerald - Group Publishing Limited","license":[{"start":{"date-parts":[[2013,7,8]],"date-time":"2013-07-08T00:00:00Z","timestamp":1373241600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.emerald.com\/insight\/site-policies"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,7,8]]},"DOI":"10.1108\/s1876-0562(2013)0000007019","type":"book-chapter","created":{"date-parts":[[2013,7,8]],"date-time":"2013-07-08T12:56:50Z","timestamp":1373288210000},"page":"ii","source":"Crossref","is-referenced-by-count":0,"title":["Library - and Information Science"],"prefix":"10.1108","member":"140","container-title":["Library - and Information Science","New Directions in Information Organization"],"link":[{"URL":"http:\/\/www.emeraldinsight.com\/doi\/full-xml\/10.1108\/S1876-0562(2013)0000007019","content-type":"unspecified","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.emerald.com\/insight\/content\/doi\/10.1108\/S1876-0562(2013)0000007019\/full\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.emerald.com\/insight\/content\/doi\/10.1108\/S1876-0562(2013)0000007019\/full\/html","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,11,7]],"date-time":"2019-11-07T23:40:26Z","timestamp":1573170026000},"score":18.3529,"resource":{"primary":{"URL":"https:\/\/www.emerald.com\/insight\/content\/doi\/10.1108\/S1876-0562(2013)0000007019\/full\/html"}},"issued":{"date-parts":[[2013,7,8]]},"references-count":0,"alternative-id":["10.1108\/S1876-0562(2013)0000007019","10.1108\/lis","10.1108\/S1876-0562(2013)7"],"URL":"http:\/\/dx.doi.org\/10.1108\/s1876-0562(2013)0000007019","ISSN":["1876-0562"],"issn-type":[{"value":"1876-0562","type":"print"}],"published":{"date-parts":[[2013,7,8]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"2013+Public+Library+of+Science+(PLoS)"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:19 GMT + \u0414\u041f\u041e"],"deposited":{"date-parts":[[2020,1,16]],"date-time":"2020-01-16T05:48:35Z","timestamp":1579153715000},"score":18.294996,"resource":{"primary":{"URL":"http:\/\/resolver.gpntb.ru\/redirect?site=http:\/\/ellib.gpntb.ru\/subscribe\/sbornik-2019\/SB-2019-9.pdf"}},"issued":{"date-parts":[[2019]]},"ISBN":["9785856382227"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.33186\/978-5-85638-222-7-2019-81-91","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T10:19:47Z","timestamp":1648549187173},"reference-count":30,"publisher":"IGI + Global","content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"This + chapter describes the present conditions of our aging society, with a particular + focus on Japan as a typical example of such a society. In Japan, one in every + four individuals is over 65 years of age, and one in eight is over 75 years + of age. Further, based on this demographic change to an older population, + this chapter discusses a new library service designed to enhance the lives + of elderly citizens. The authors explore this new service from the viewpoint + of lifelong learning, utilizing the results of recent government surveys and + some case studies, such as those done at the Izumo City Hikawa Library and + the Akita Prefectural Library in Japan. Although the elderly have been placed + within the category of \u201cdisabled library patrons,\u201d in recent years, + it has become more common to consider the elderly, as a whole, as an individual + service category. We should, in the near future, pay more attention to supporting + elderly citizens at public libraries to engage them in the development and + maintenance of their own communities. <\/jats:p>","DOI":"10.4018\/978-1-4666-5158-6.ch015","type":"book-chapter","created":{"date-parts":[[2014,1,21]],"date-time":"2014-01-21T19:50:33Z","timestamp":1390333833000},"page":"266-283","source":"Crossref","is-referenced-by-count":1,"title":["The + Public Library in an Aging Society"],"prefix":"10.4018","author":[{"given":"Saori","family":"Donkai","sequence":"first","affiliation":[{"name":"University + of Tsukuba, Japan"}]},{"given":"Chieko","family":"Mizoue","sequence":"additional","affiliation":[{"name":"University + of Tsukuba, Japan"}]}],"member":"2432","reference":[{"key":"978-1-4666-5158-6.ch015.-1","unstructured":"Akita + Prefectural Library. (2013). Akita prefectural library health information + area. Retrieved June 11, 2013, from http:\/\/www.apl.pref.akita.jp\/exhibition\/minitenji\/index_medical.html"},{"key":"978-1-4666-5158-6.ch015.-2","unstructured":"Akita + Prefecture. (2012). Dai 5 ki Akita-ken kaigo hoken jigyo shien keikaku \/ + Dai 6 ki Akita-ken rojin fukushi keikaku. [The fifth period Akita Prefecture + caretaking insurance business support plan\/The sixth period Akita Prefecture + welfare for the elderly plan]. Retrieved June 11, 2013, from http:\/\/www.pref.akita.lg.jp\/www\/contents\/1335851983571\/index.html"},{"key":"978-1-4666-5158-6.ch015.-3","unstructured":"Cabinet + Office, Government of Japan. (1995). Basic law on measures for the ageing + society. Retrieved June 10, 2013, from http:\/\/www8.cao.go.jp\/kourei\/english\/measure\/kihon-e.html"},{"key":"978-1-4666-5158-6.ch015.-4","unstructured":"Cabinet + Office, Government of Japan. (2011a). Korei shakai hakusho: 2011. [Annual + report on the Ageing Society: 2011]. Tokyo: Insatsu-tsuhan. Retrieved June + 10, 2013, from http:\/\/www8.cao.go.jp\/kourei\/whitepaper\/w-2011\/zenbun\/23pdf_index.html"},{"key":"978-1-4666-5158-6.ch015.-5","unstructured":"Cabinet + Office, Government of Japan. (2011b). Heisei 22 nendo koreisha no jutaku to + seikatsu kankyo ni kansuru ishiki chosa kekka. [Report of the 2011 opinion + survey on the elderly\u2019s housing and living environment]. Retrieved June + 5, 2012, from http:\/\/www8.cao.go.jp\/kourei\/ishiki\/h22\/sougou\/zentai\/index.html"},{"key":"978-1-4666-5158-6.ch015.-6","unstructured":"Cabinet + Office, Government of Japan. (2011c). Heisei 22 nendo dai 7 kai koreisha no + seikatsu to ishiki ni kansuru kokusai hikaku chosa kekka. [The 2011 report + of the 7th international comparison survey of the elderly\u2019s life and + opinion]. Retrieved May 5, 2012, from http:\/\/www8.cao.go.jp\/kourei\/ishiki\/h22\/kiso\/zentai\/index.html"},{"key":"978-1-4666-5158-6.ch015.-7","unstructured":"Cabinet + Office, Government of Japan. (2012). Heisei 24 nend shogai gakushu ni kansuru + yoron chosa. [Report of the 2012 national survey of lifelong learning]. Retrieved + June 15, 2013, from http:\/\/www8.cao.go.jp\/survey\/h24\/h24-gakushu\/index.html"},{"key":"978-1-4666-5158-6.ch015.-8","unstructured":"Central + Council for Education. (2008). Atarashii jidai o kirihiraku shogai gakushu + no shinko housaku nitsuite: chi no junkangata shakai no kochiku o mezashite. + [Report of policy for lifelong learning in the new era: Building knowledge + cycling society]. Retrieved June 5, 2012, from http:\/\/www.mext.go.jp\/b_menu\/shingi\/chukyo\/chukyo0\/toushin\/080219-01.pdf"},{"key":"978-1-4666-5158-6.ch015.-9","author":"F.Coulmas","year":"2007","journal-title":"Population + decline and ageing in Japan: The social consequences"},{"key":"978-1-4666-5158-6.ch015.-10","article-title":"Koreisha + sabisu","author":"Y.Inoue","year":"2010","journal-title":"Toshokan sabisu + ron"},{"key":"978-1-4666-5158-6.ch015.-11","year":"1996","journal-title":"Shogaisha + sabisu"},{"key":"978-1-4666-5158-6.ch015.-12","author":"T.Kobayashi","year":"2012","journal-title":"Toshokan + sabisu no kanosei: Riyo ni shogai no aru hitobito eno sabisu, sono doko to + bunseki"},{"key":"978-1-4666-5158-6.ch015.-13","author":"Y.Kurokawa","year":"2005","journal-title":"Kaisoho: + Koreisha no shinri ryoho"},{"key":"978-1-4666-5158-6.ch015.-14","unstructured":"Ministry + of Education, Culture, Sports, Science and Technology (MEXT). (2001). Kokyo + toshokan no secchi oyobi un\u2019ei jo no nozomashii kijun. [Appropriate standards + for the establishment and management of public libraries]. MEXT Notification + #132. Retrieved June 6, 2013, from http:\/\/www.mext.go.jp\/a_menu\/sports\/dokusyo\/hourei\/cont_001\/009.htm"},{"key":"978-1-4666-5158-6.ch015.-15","unstructured":"Ministry + of Education, Culture, Sports, Science and Technology (MEXT). (2012). Choju + shakai niokeru shogai gakushu no arikata nitsuite. [Report of lifelong learning + in a longevity society: Happiness for learning in a 100-year life]. Retrieved + June 5, 2012, from http:\/\/www.mext.go.jp\/a_menu\/ikusei\/koureisha\/1311363.htm"},{"key":"978-1-4666-5158-6.ch015.-16","unstructured":"Ministry + of Health, Labor and Welfare (MHLW). (2011). Heisei 22 nendo kokumin seikatsu + kiso chosa no gaikyo. [An overview of the 2011basic survey of people\u2019s + life]. Retrieved May 5, 2012, from http:\/\/www.mhlw.go.jp\/toukei\/saikin\/hw\/k-tyosa\/k-tyosa10\/"},{"key":"978-1-4666-5158-6.ch015.-17","author":"C.Mizoue","year":"2012","journal-title":"Korei + syakai ni tsunagu toshokan no yakuwari"},{"key":"978-1-4666-5158-6.ch015.-18","unstructured":"Mortensen, + H. A., & Nielsen, G. S. (2007). Guidelines for library services to persons + with dementia. IFLA Professional Reports 104. Retrieved June 10, 2013, from + http:\/\/www.ifla.org\/publications\/ifla-professional-reports-104"},{"key":"978-1-4666-5158-6.ch015.-19","unstructured":"Shirane, + K. (1997). Igirisu de mita kokyo toshokan ni yoru koreisha sabisu. [Public + library services for the elderly as seen in England]. Libraries for Everyone, + (248), 62-76."},{"issue":"7","key":"978-1-4666-5158-6.ch015.-20","first-page":"528","article-title":"Igirisu + kokyo toshokan ni yoru \u2018Koreisha service\u2019: \u2018Shisho no kaigai + kenshu\u2019 no hokoku kara.","volume":"93","author":"K.Shirane","year":"1999","journal-title":"Library + Journal"},{"key":"978-1-4666-5158-6.ch015.-21","author":"K.Shirane","year":"2008","journal-title":"Choritsu + toshokan wo tsukutta! Shimane-ken hikawa-cho de no jissen kara"},{"key":"978-1-4666-5158-6.ch015.-22","unstructured":"Statistical + Bureau, Ministry of Internal Affairs and Communications, Japan. (2013a). Jinko + suikei: Heisei 25nen 5gatsuhou. [Population estimates by age in May of 2013]. + Retrieved June 10, 2013, from http:\/\/www.stat.go.jp\/data\/jinsui\/pdf\/201305.pdf"},{"key":"978-1-4666-5158-6.ch015.-23","unstructured":"Statistical + Bureau, Ministry of Internal Affairs and Communications, Japan. (2013b). Nenreibetsu + jinko. [Population estimates by age and prefecture]. Retrieved June 15, 2013, + from http:\/\/www.stat.go.jp\/data\/jinsui\/2012np\/pdf\/gaiyou4.pdf"},{"issue":"4","key":"978-1-4666-5158-6.ch015.-24","first-page":"1","article-title":"Nihonjin + koreisha niokeru shintai kino no judanteki odanteki henka ni kansuru kenkyu: + Koreisha wa wakagaetteiruka?","volume":"53","author":"T.Suzuki","year":"2006","journal-title":"Journal + of Health and Welfare Statistics"},{"key":"978-1-4666-5158-6.ch015.-25","unstructured":"Takahashi, + Y. (2012). Koreika shakai ni matsuwaru mittsu no kanchigai. [Three misunderstandings + of the ageing society]. WEDGE, (4), 58-60."},{"issue":"1","key":"978-1-4666-5158-6.ch015.-26","first-page":"73","article-title":"Koreisha + eno toshokan service.","volume":"45","author":"R.Takashima","year":"1993","journal-title":"Library + World"},{"key":"978-1-4666-5158-6.ch015.-27","unstructured":"United Nations. + (1983). Vienna international plan of action on ageing. New York, NY: United + Nations. Retrieved June 10, 2013, from http:\/\/www.un.org\/es\/globalissues\/ageing\/docs\/vipaa.pdf"},{"key":"978-1-4666-5158-6.ch015.-28","year":"2002","journal-title":"Report + of the second world assembly on ageing"},{"key":"978-1-4666-5158-6.ch015.-29","year":"2013","journal-title":"World + population prospects: The 2012 revision"},{"key":"978-1-4666-5158-6.ch015.-30","article-title":"Gendai + aging kenkyu no kadai to tenbo","author":"E.Yasukawa","year":"2002","journal-title":"Koreisha + shinwa no daha: Gendai aging kenkyu no shatei"}],"container-title":["Advances + in Library and Information Science","Library and Information Science Research + in Asia-Oceania"],"link":[{"URL":"https:\/\/www.igi-global.com\/viewtitle.aspx?TitleId=99964","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,11,16]],"date-time":"2018-11-16T06:36:47Z","timestamp":1542350207000},"score":18.288183,"resource":{"primary":{"URL":"http:\/\/services.igi-global.com\/resolvedoi\/resolve.aspx?doi=10.4018\/978-1-4666-5158-6.ch015"}},"subtitle":["Developing + Active Library Participation in Japan"],"issued":{"date-parts":[[null]]},"references-count":30,"URL":"http:\/\/dx.doi.org\/10.4018\/978-1-4666-5158-6.ch015","ISSN":["2326-4136","2326-4144"],"issn-type":[{"value":"2326-4136","type":"print"},{"value":"2326-4144","type":"electronic"}]}],"items-per-page":20,"query":{"start-index":0,"search-terms":"2013+Public+Library+of+Science+(PLoS)"}}}' + recorded_at: Sun, 15 Jan 2023 19:23:44 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/crossref_bipm.yml b/spec/vcr_cassettes/crossref_bipm.yml index 6719983..5363abf 100644 --- a/spec/vcr_cassettes/crossref_bipm.yml +++ b/spec/vcr_cassettes/crossref_bipm.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:50:58 GMT + - Sun, 15 Jan 2023 19:22:27 GMT Content-Type: - application/json Content-Length: - '1200' Set-Cookie: - - AWSALB=JJrPav/2dA9Ry/XdkUBwUJ/xDrtzuckxpOTv3nunFZ6yhWx4QsbPZ8SdpBMy+GuurXa9hHGWbIOkj8qVU8z6/pnUAhUlV+oGEsiqsICt0vD2Knz55dTvxXTwSOI4; - Expires=Sat, 14 Jan 2023 00:50:58 GMT; Path=/ - - AWSALBCORS=JJrPav/2dA9Ry/XdkUBwUJ/xDrtzuckxpOTv3nunFZ6yhWx4QsbPZ8SdpBMy+GuurXa9hHGWbIOkj8qVU8z6/pnUAhUlV+oGEsiqsICt0vD2Knz55dTvxXTwSOI4; - Expires=Sat, 14 Jan 2023 00:50:58 GMT; Path=/; SameSite=None + - AWSALB=z/IIZxVeoFGAYn1eLaNYHHa3lfa+wzWTHuEzj+A9xIQLbZ8IqcRl0+U1XPcA9IDcd0GCVuwOIVnEVxb2uCbQnr0p3JV2jN6tBAnJU0FYNKS03S49t1c/DUyxgzei; + Expires=Sun, 22 Jan 2023 19:22:27 GMT; Path=/ + - AWSALBCORS=z/IIZxVeoFGAYn1eLaNYHHa3lfa+wzWTHuEzj+A9xIQLbZ8IqcRl0+U1XPcA9IDcd0GCVuwOIVnEVxb2uCbQnr0p3JV2jN6tBAnJU0FYNKS03S49t1c/DUyxgzei; + Expires=Sun, 22 Jan 2023 19:22:27 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -73,7 +73,7 @@ http_interactions: G","year":"1990","journal-title":"Metrologia","ISSN":"http:\/\/id.crossref.org\/issn\/0026-1394","issn-type":"print"},{"key":"9","doi-asserted-by":"crossref","first-page":"111","DOI":"10.1088\/0026-1394\/27\/3\/001","volume":"27","author":"Bich W","year":"1990","journal-title":"Metrologia","ISSN":"http:\/\/id.crossref.org\/issn\/0026-1394","issn-type":"print"}],"container-title":["Metrologia"],"original-title":[],"link":[{"URL":"http:\/\/stacks.iop.org\/0026-1394\/29\/i=6\/a=001\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,4,10]],"date-time":"2020-04-10T22:04:49Z","timestamp":1586556289000},"score":1,"resource":{"primary":{"URL":"https:\/\/iopscience.iop.org\/article\/10.1088\/0026-1394\/29\/6\/001"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[1993,1,1]]},"references-count":9,"journal-issue":{"issue":"6","published-print":{"date-parts":[[1992,1,1]]}},"URL":"http:\/\/dx.doi.org\/10.1088\/0026-1394\/29\/6\/001","relation":{},"ISSN":["0026-1394","1681-7575"],"issn-type":[{"value":"0026-1394","type":"print"},{"value":"1681-7575","type":"electronic"}],"subject":["General Engineering"],"published":{"date-parts":[[1993,1,1]]}}}' - recorded_at: Sat, 07 Jan 2023 00:50:58 GMT + recorded_at: Sun, 15 Jan 2023 19:22:27 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Decade%2BDesigns%2Bfor%2BWeighings%2Bof%2BNon-uniform%2BVariance%2B1993%2BIOP%2BPublishing @@ -93,11 +93,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:50:58 GMT + - Sun, 15 Jan 2023 19:22:31 GMT Content-Type: - application/json Content-Length: - - '10684' + - '10671' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -125,7 +125,7 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":296704,"items":[{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:19:51Z","timestamp":1659068391854},"reference-count":0,"publisher":"Princeton + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":296909,"items":[{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:19:51Z","timestamp":1659068391854},"reference-count":0,"publisher":"Princeton University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015,12,29]]},"abstract":"

This chapter presents solutions to generalizations of Konstantin Knop''s puzzle for any number of minutes and any number of parallel scales. It first describes @@ -141,16 +141,16 @@ http_interactions: just-find problem.<\/p>","DOI":"10.23943\/princeton\/9780691164038.003.0007","type":"book-chapter","created":{"date-parts":[[2017,11,21]],"date-time":"2017-11-21T13:41:44Z","timestamp":1511271704000},"source":"Crossref","is-referenced-by-count":0,"title":["Parallel Weighings of Coins"],"prefix":"10.23943","author":[{"given":"Tanya","family":"Khovanova","sequence":"first","affiliation":[]}],"member":"10341","published-online":{"date-parts":[[2017,10,19]]},"container-title":["The Mathematics of Various Entertaining Subjects"],"original-title":["Parallel - Weighings of Coins"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T14:42:50Z","timestamp":1659019370000},"score":24.610409,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/princeton-scholarship-online\/book\/18317\/chapter\/176351687"}},"issued":{"date-parts":[[2015,12,29]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.23943\/princeton\/9780691164038.003.0007","published":{"date-parts":[[2015,12,29]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T23:47:13Z","timestamp":1649116033700},"edition-number":"0","reference-count":0,"publisher":"Chapman + Weighings of Coins"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T14:42:50Z","timestamp":1659019370000},"score":24.594582,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/princeton-scholarship-online\/book\/18317\/chapter\/176351687"}},"issued":{"date-parts":[[2015,12,29]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.23943\/princeton\/9780691164038.003.0007","published":{"date-parts":[[2015,12,29]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T23:47:13Z","timestamp":1649116033700},"edition-number":"0","reference-count":0,"publisher":"Chapman and Hall\/CRC","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,11,29]]},"DOI":"10.1201\/9780203496817-10","type":"book-chapter","created":{"date-parts":[[2020,11,12]],"date-time":"2020-11-12T21:31:25Z","timestamp":1605216685000},"page":"171-190","source":"Crossref","is-referenced-by-count":0,"title":["Uniform and isotropic uniform designs"],"prefix":"10.1201","member":"301","container-title":["Stereology - for Statisticians"],"deposited":{"date-parts":[[2020,12,23]],"date-time":"2020-12-23T16:25:28Z","timestamp":1608740728000},"score":23.520489,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780203496817\/chapters\/10.1201\/9780203496817-10"}},"issued":{"date-parts":[[2004,11,29]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9780203496817-10","published":{"date-parts":[[2004,11,29]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T21:13:23Z","timestamp":1648588403099},"publisher-location":"Berlin, + for Statisticians"],"deposited":{"date-parts":[[2020,12,23]],"date-time":"2020-12-23T16:25:28Z","timestamp":1608740728000},"score":23.485825,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780203496817\/chapters\/10.1201\/9780203496817-10"}},"issued":{"date-parts":[[2004,11,29]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9780203496817-10","published":{"date-parts":[[2004,11,29]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T21:13:23Z","timestamp":1648588403099},"publisher-location":"Berlin, New York","reference-count":0,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110877809.125","type":"book-chapter","created":{"date-parts":[[2010,12,8]],"date-time":"2010-12-08T14:31:36Z","timestamp":1291818696000},"source":"Crossref","is-referenced-by-count":0,"title":["7. Violations of assumptions in factorial designs and unbalanced designs"],"prefix":"10.1515","member":"374","container-title":["Statistics - in Language Research"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110877809.125\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:58:54Z","timestamp":1618977534000},"score":22.834578,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110877809.125\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110877809.125"},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:09:24Z","timestamp":1648642164959},"publisher-location":"Berlin, + in Language Research"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110877809.125\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:58:54Z","timestamp":1618977534000},"score":22.79,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110877809.125\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110877809.125"},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:09:24Z","timestamp":1648642164959},"publisher-location":"Berlin, New York","reference-count":0,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110877809.75","type":"book-chapter","created":{"date-parts":[[2010,12,8]],"date-time":"2010-12-08T14:31:36Z","timestamp":1291818696000},"source":"Crossref","is-referenced-by-count":0,"title":["5. Multifactorial designs"],"prefix":"10.1515","member":"374","container-title":["Statistics - in Language Research"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110877809.75\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:58:59Z","timestamp":1618977539000},"score":22.483917,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110877809.75\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110877809.75"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T20:03:28Z","timestamp":1648584208071},"publisher-location":"Boston, + in Language Research"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110877809.75\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:58:59Z","timestamp":1618977539000},"score":22.446152,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110877809.75\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110877809.75"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T20:03:28Z","timestamp":1648584208071},"publisher-location":"Boston, MA","reference-count":80,"publisher":"Springer US","isbn-type":[{"value":"9781461362746","type":"print"},{"value":"9781461529347","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1993]]},"DOI":"10.1007\/978-1-4615-2934-7_36","type":"book-chapter","created":{"date-parts":[[2011,11,8]],"date-time":"2011-11-08T13:37:38Z","timestamp":1320759458000},"page":"411-425","source":"Crossref","is-referenced-by-count":0,"title":["New Free Energy Model for Non-Uniform Fluids"],"prefix":"10.1007","author":[{"given":"Yaakov","family":"Rosenfeld","sequence":"first","affiliation":[]}],"member":"297","reference":[{"key":"36_CR1","doi-asserted-by":"publisher","first-page":"143","DOI":"10.1080\/00018737900101365","volume":"28","author":"R Evans","year":"1979","unstructured":"R. Evans, Adv.Phys. 28:143 (1979).","journal-title":"Adv.Phys."},{"key":"36_CR2","volume-title":"Molecular @@ -307,14 +307,11 @@ http_interactions: 85:2197 (1986).","journal-title":"J.Chem.Phys."},{"key":"36_CR79","unstructured":"A recent verification by simulations for the Lennard-Jones system is presented by M. Llano-Restrepo and W.G. Chapman, submitted to J.ChemPhys. (1992)."}],"container-title":["Condensed - Matter Theories"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4615-2934-7_36.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,5,1]],"date-time":"2021-05-01T10:47:54Z","timestamp":1619866074000},"score":22.445385,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4615-2934-7_36"}},"issued":{"date-parts":[[1993]]},"ISBN":["9781461362746","9781461529347"],"references-count":80,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4615-2934-7_36","published":{"date-parts":[[1993]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T10:00:51Z","timestamp":1648980051613},"publisher-location":"Basel","reference-count":0,"publisher":"Birkh\u00e4user + Matter Theories"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4615-2934-7_36.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,5,1]],"date-time":"2021-05-01T10:47:54Z","timestamp":1619866074000},"score":22.444506,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4615-2934-7_36"}},"issued":{"date-parts":[[1993]]},"ISBN":["9781461362746","9781461529347"],"references-count":80,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4615-2934-7_36","published":{"date-parts":[[1993]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T10:00:51Z","timestamp":1648980051613},"publisher-location":"Basel","reference-count":0,"publisher":"Birkh\u00e4user Basel","isbn-type":[{"value":"9783034863407","type":"print"},{"value":"9783034863384","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1993]]},"DOI":"10.1007\/978-3-0348-6338-4_7","type":"book-chapter","created":{"date-parts":[[2013,12,29]],"date-time":"2013-12-29T16:57:26Z","timestamp":1388336246000},"page":"77-89","source":"Crossref","is-referenced-by-count":2,"title":["Integrating Singularities using Non-uniform Subdivision and Extrapolation"],"prefix":"10.1007","author":[{"given":"Terje O.","family":"Espelid","sequence":"first","affiliation":[]}],"member":"297","container-title":["Numerical - Integration IV"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-0348-6338-4_7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2013,12,29]],"date-time":"2013-12-29T16:57:36Z","timestamp":1388336256000},"score":22.212017,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-0348-6338-4_7"}},"issued":{"date-parts":[[1993]]},"ISBN":["9783034863407","9783034863384"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-0348-6338-4_7","published":{"date-parts":[[1993]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T11:49:10Z","timestamp":1648813750994},"publisher-location":"Hoboken, - NJ, USA","reference-count":0,"publisher":"John Wiley & Sons, Inc.","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9780470072769.ch14","type":"book-chapter","created":{"date-parts":[[2007,4,19]],"date-time":"2007-04-19T17:07:32Z","timestamp":1177002452000},"page":"461-481","source":"Crossref","is-referenced-by-count":0,"title":["Variance-Optimal - Designs"],"prefix":"10.1002","member":"311","container-title":["Response Surfaces, - Mixtures, and Ridge Analyses"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9780470072769.ch14","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T03:56:35Z","timestamp":1625025395000},"score":22.14554,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9780470072769.ch14"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9780470072769.ch14"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T00:41:40Z","timestamp":1648514500864},"reference-count":7,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1993]]},"DOI":"10.1016\/b978-0-444-89995-8.50051-5","type":"book-chapter","created":{"date-parts":[[2013,12,19]],"date-time":"2013-12-19T02:28:02Z","timestamp":1387420082000},"page":"297-301","source":"Crossref","is-referenced-by-count":0,"title":["PLASMA + Integration IV"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-0348-6338-4_7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2013,12,29]],"date-time":"2013-12-29T16:57:36Z","timestamp":1388336256000},"score":22.175175,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-0348-6338-4_7"}},"issued":{"date-parts":[[1993]]},"ISBN":["9783034863407","9783034863384"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-0348-6338-4_7","published":{"date-parts":[[1993]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T00:41:40Z","timestamp":1648514500864},"reference-count":7,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1993]]},"DOI":"10.1016\/b978-0-444-89995-8.50051-5","type":"book-chapter","created":{"date-parts":[[2013,12,19]],"date-time":"2013-12-19T02:28:02Z","timestamp":1387420082000},"page":"297-301","source":"Crossref","is-referenced-by-count":0,"title":["PLASMA FACING SURFACES UNDER A POLOIDALLY NON-UNIFORM HEAT INPUT"],"prefix":"10.1016","author":[{"given":"Panayiotis J.","family":"Karditsas","sequence":"first","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-444-89995-8.50051-5_bib1","unstructured":"R. Siegel, J. R. Howell, Thermal Radiation Heat Transfer, Hemisphere, p. 203."},{"key":"10.1016\/B978-0-444-89995-8.50051-5_bib2","series-title":"The @@ -328,16 +325,19 @@ http_interactions: Monte Carlo analysis of the NET Shielding System","volume":"2","author":"Gallina","year":"1988","journal-title":"Fusion Technology"},{"key":"10.1016\/B978-0-444-89995-8.50051-5_bib7","series-title":"Design Technology of Fusion Reactors","first-page":"490","author":"Akiyama","year":"1991"}],"container-title":["Fusion - Technology 1992"],"deposited":{"date-parts":[[2018,10,7]],"date-time":"2018-10-07T20:58:27Z","timestamp":1538945907000},"score":22.137993,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780444899958500515"}},"issued":{"date-parts":[[1993]]},"references-count":7,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-444-89995-8.50051-5","published":{"date-parts":[[1993]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T23:07:38Z","timestamp":1648508858336},"edition-number":"0","reference-count":0,"publisher":"CRC + Technology 1992"],"deposited":{"date-parts":[[2018,10,7]],"date-time":"2018-10-07T20:58:27Z","timestamp":1538945907000},"score":22.107214,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780444899958500515"}},"issued":{"date-parts":[[1993]]},"references-count":7,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-444-89995-8.50051-5","published":{"date-parts":[[1993]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T23:07:38Z","timestamp":1648508858336},"edition-number":"0","reference-count":0,"publisher":"CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1992,2,28]]},"DOI":"10.1201\/9781482277142-21","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:58:48Z","timestamp":1594310328000},"page":"133-135","source":"Crossref","is-referenced-by-count":0,"title":["Crossed Random Designs"],"prefix":"10.1201","member":"301","container-title":["Confidence - Intervals on Variance Components"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:59:04Z","timestamp":1594310344000},"score":22.1324,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781482277142\/chapters\/10.1201\/9781482277142-21"}},"issued":{"date-parts":[[1992,2,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781482277142-21","published":{"date-parts":[[1992,2,28]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:21:51Z","timestamp":1648686111312},"publisher-location":"Berlin, + Intervals on Variance Components"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:59:04Z","timestamp":1594310344000},"score":22.093754,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781482277142\/chapters\/10.1201\/9781482277142-21"}},"issued":{"date-parts":[[1992,2,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781482277142-21","published":{"date-parts":[[1992,2,28]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T11:49:10Z","timestamp":1648813750994},"publisher-location":"Hoboken, + NJ, USA","reference-count":0,"publisher":"John Wiley & Sons, Inc.","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9780470072769.ch14","type":"book-chapter","created":{"date-parts":[[2007,4,19]],"date-time":"2007-04-19T17:07:32Z","timestamp":1177002452000},"page":"461-481","source":"Crossref","is-referenced-by-count":0,"title":["Variance-Optimal + Designs"],"prefix":"10.1002","member":"311","container-title":["Response Surfaces, + Mixtures, and Ridge Analyses"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9780470072769.ch14","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T03:56:35Z","timestamp":1625025395000},"score":22.092148,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9780470072769.ch14"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9780470072769.ch14"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:21:51Z","timestamp":1648686111312},"publisher-location":"Berlin, New York","reference-count":0,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110877809.151","type":"book-chapter","created":{"date-parts":[[2010,12,8]],"date-time":"2010-12-08T14:31:36Z","timestamp":1291818696000},"source":"Crossref","is-referenced-by-count":0,"title":["8. Repeated measures designs"],"prefix":"10.1515","member":"374","container-title":["Statistics - in Language Research"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110877809.151\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:58:55Z","timestamp":1618977535000},"score":22.065567,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110877809.151\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110877809.151"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T18:53:45Z","timestamp":1649184825870},"edition-number":"0","reference-count":0,"publisher":"Chapman + in Language Research"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110877809.151\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:58:55Z","timestamp":1618977535000},"score":22.02668,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110877809.151\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110877809.151"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T18:53:45Z","timestamp":1649184825870},"edition-number":"0","reference-count":0,"publisher":"Chapman and Hall\/CRC","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2000,5,12]]},"DOI":"10.1201\/9781420035926-11","type":"book-chapter","created":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T19:16:15Z","timestamp":1608664575000},"page":"187-192","source":"Crossref","is-referenced-by-count":0,"title":["EQUALITY OF VARIANCE"],"prefix":"10.1201","member":"301","container-title":["Analysis - of Pretest-Posttest Designs"],"deposited":{"date-parts":[[2021,4,10]],"date-time":"2021-04-10T18:51:37Z","timestamp":1618080697000},"score":22.059607,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781420035926\/chapters\/10.1201\/9781420035926-11"}},"issued":{"date-parts":[[2000,5,12]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781420035926-11","published":{"date-parts":[[2000,5,12]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T03:41:24Z","timestamp":1649216484200},"publisher-location":"Wiesbaden","reference-count":7,"publisher":"Vieweg+Teubner + of Pretest-Posttest Designs"],"deposited":{"date-parts":[[2021,4,10]],"date-time":"2021-04-10T18:51:37Z","timestamp":1618080697000},"score":21.996552,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781420035926\/chapters\/10.1201\/9781420035926-11"}},"issued":{"date-parts":[[2000,5,12]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781420035926-11","published":{"date-parts":[[2000,5,12]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T03:41:24Z","timestamp":1649216484200},"publisher-location":"Wiesbaden","reference-count":7,"publisher":"Vieweg+Teubner Verlag","isbn-type":[{"value":"9783528076443","type":"print"},{"value":"9783322878816","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1993]]},"DOI":"10.1007\/978-3-322-87881-6_9","type":"book-chapter","created":{"date-parts":[[2012,7,28]],"date-time":"2012-07-28T20:31:48Z","timestamp":1343507508000},"page":"55-62","source":"Crossref","is-referenced-by-count":0,"title":["Surface Modelling Using Coons Multipatch and Non-Uniform Rational Surface"],"prefix":"10.1007","author":[{"given":"E.","family":"Chaput","sequence":"first","affiliation":[]}],"member":"297","reference":[{"key":"9_CR1","doi-asserted-by":"crossref","unstructured":"COONS S.A. (1967) - Surfaces for computer. Aided Design of Space Forms MAC-TR41 @@ -360,234 +360,33 @@ http_interactions: paper 87\u20130275.","DOI":"10.2514\/6.1987-275"},{"key":"9_CR7","unstructured":"DING QIULIN and DAVIES B.J. (1987) - Surface engineering geometry for computed-aided design and manufacture, Ellis Horwood Series in Mechanical Engineering, 1987."}],"container-title":["Multiblock - Grid Generation"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-322-87881-6_9.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,5,2]],"date-time":"2021-05-02T18:54:45Z","timestamp":1619981685000},"score":21.947136,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-322-87881-6_9"}},"issued":{"date-parts":[[1993]]},"ISBN":["9783528076443","9783322878816"],"references-count":7,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-322-87881-6_9","published":{"date-parts":[[1993]]}},{"indexed":{"date-parts":[[2022,6,14]],"date-time":"2022-06-14T16:13:48Z","timestamp":1655223228647},"edition-number":"1","reference-count":0,"publisher":"Cambridge + Grid Generation"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-322-87881-6_9.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,5,2]],"date-time":"2021-05-02T18:54:45Z","timestamp":1619981685000},"score":21.909704,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-322-87881-6_9"}},"issued":{"date-parts":[[1993]]},"ISBN":["9783528076443","9783322878816"],"references-count":7,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-322-87881-6_9","published":{"date-parts":[[1993]]}},{"indexed":{"date-parts":[[2022,6,14]],"date-time":"2022-06-14T16:13:48Z","timestamp":1655223228647},"edition-number":"1","reference-count":0,"publisher":"Cambridge University Press","license":[{"start":{"date-parts":[[2012,6,5]],"date-time":"2012-06-05T00:00:00Z","timestamp":1338854400000},"content-version":"unspecified","delay-in-days":1373,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,9,1]]},"DOI":"10.1017\/cbo9780511801648.018","type":"book-chapter","created":{"date-parts":[[2012,6,15]],"date-time":"2012-06-15T18:15:54Z","timestamp":1339784154000},"page":"488-498","source":"Crossref","is-referenced-by-count":0,"title":["ADVANCED TOPICS IN ANALYSIS OF VARIANCE"],"prefix":"10.1017","member":"56","container-title":["Analysis - of Variance Designs"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/B6E641D4B67343BEE5BFB281C0206479","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,14]],"date-time":"2022-06-14T15:46:58Z","timestamp":1655221618000},"score":21.696396,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9780511801648A261\/type\/book_part"}},"issued":{"date-parts":[[2008,9,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9780511801648.018","published":{"date-parts":[[2008,9,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T22:15:14Z","timestamp":1649110514665},"edition-number":"1","reference-count":0,"publisher":"Auerbach + of Variance Designs"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/B6E641D4B67343BEE5BFB281C0206479","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,14]],"date-time":"2022-06-14T15:46:58Z","timestamp":1655221618000},"score":21.687408,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9780511801648A261\/type\/book_part"}},"issued":{"date-parts":[[2008,9,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9780511801648.018","published":{"date-parts":[[2008,9,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T22:15:14Z","timestamp":1649110514665},"edition-number":"1","reference-count":0,"publisher":"Auerbach Publications","isbn-type":[{"value":"9780429108037","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,12,14]]},"DOI":"10.1201\/b11692-8","type":"book-chapter","created":{"date-parts":[[2016,9,10]],"date-time":"2016-09-10T00:51:52Z","timestamp":1473468712000},"page":"135-148","source":"Crossref","is-referenced-by-count":0,"title":["What Is Time Variance?"],"prefix":"10.1201","author":[{"given":"Fon","family":"Silvers","sequence":"first","affiliation":[]}],"member":"301","container-title":["Data - Warehouse Designs"],"link":[{"URL":"http:\/\/www.crcnetbase.com\/doi\/pdf\/10.1201\/b11692-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,4]],"date-time":"2021-04-04T18:51:27Z","timestamp":1617562287000},"score":21.688715,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439870778\/chapters\/10.1201\/b11692-8"}},"issued":{"date-parts":[[2011,12,14]]},"ISBN":["9780429108037"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/b11692-8","published":{"date-parts":[[2011,12,14]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T13:57:13Z","timestamp":1649167033115},"edition-number":"0","reference-count":0,"publisher":"Psychology + Warehouse Designs"],"link":[{"URL":"http:\/\/www.crcnetbase.com\/doi\/pdf\/10.1201\/b11692-8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,4]],"date-time":"2021-04-04T18:51:27Z","timestamp":1617562287000},"score":21.65747,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439870778\/chapters\/10.1201\/b11692-8"}},"issued":{"date-parts":[[2011,12,14]]},"ISBN":["9780429108037"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/b11692-8","published":{"date-parts":[[2011,12,14]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T13:57:13Z","timestamp":1649167033115},"edition-number":"0","reference-count":0,"publisher":"Psychology Press","isbn-type":[{"value":"9781410607676","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2003,6,20]]},"DOI":"10.4324\/9781410607676-16","type":"book-chapter","created":{"date-parts":[[2021,3,6]],"date-time":"2021-03-06T02:01:55Z","timestamp":1614996115000},"page":"157-177","source":"Crossref","is-referenced-by-count":0,"title":["Multivariate Analysis of Variance: Designs With Multiple Dependent Variables Tested Simultaneously"],"prefix":"10.4324","member":"301","container-title":["Levine''s - Guide to SPSS for Analysis of Variance"],"deposited":{"date-parts":[[2021,4,9]],"date-time":"2021-04-09T04:01:29Z","timestamp":1617940889000},"score":21.52248,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135674403\/chapters\/10.4324\/9781410607676-16"}},"issued":{"date-parts":[[2003,6,20]]},"ISBN":["9781410607676"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781410607676-16","published":{"date-parts":[[2003,6,20]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T02:51:38Z","timestamp":1648695098154},"edition-number":"1","reference-count":0,"publisher":"Auerbach + Guide to SPSS for Analysis of Variance"],"deposited":{"date-parts":[[2021,4,9]],"date-time":"2021-04-09T04:01:29Z","timestamp":1617940889000},"score":21.479538,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135674403\/chapters\/10.4324\/9781410607676-16"}},"issued":{"date-parts":[[2003,6,20]]},"ISBN":["9781410607676"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781410607676-16","published":{"date-parts":[[2003,6,20]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T02:51:38Z","timestamp":1648695098154},"edition-number":"1","reference-count":0,"publisher":"Auerbach Publications","isbn-type":[{"value":"9780429108037","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,12,14]]},"DOI":"10.1201\/b11692-10","type":"book-chapter","created":{"date-parts":[[2016,9,10]],"date-time":"2016-09-10T00:51:52Z","timestamp":1473468712000},"page":"155-162","source":"Crossref","is-referenced-by-count":0,"title":["Why Is Time Variance Difficult?"],"prefix":"10.1201","author":[{"given":"Fon","family":"Silvers","sequence":"first","affiliation":[]}],"member":"301","container-title":["Data - Warehouse Designs"],"link":[{"URL":"http:\/\/www.crcnetbase.com\/doi\/pdf\/10.1201\/b11692-10","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,4]],"date-time":"2021-04-04T18:51:29Z","timestamp":1617562289000},"score":21.459522,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439870778\/chapters\/10.1201\/b11692-10"}},"issued":{"date-parts":[[2011,12,14]]},"ISBN":["9780429108037"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/b11692-10","published":{"date-parts":[[2011,12,14]]}},{"indexed":{"date-parts":[[2022,4,26]],"date-time":"2022-04-26T19:40:59Z","timestamp":1651002059634},"publisher-location":"2455 + Warehouse Designs"],"link":[{"URL":"http:\/\/www.crcnetbase.com\/doi\/pdf\/10.1201\/b11692-10","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,4]],"date-time":"2021-04-04T18:51:29Z","timestamp":1617562289000},"score":21.428932,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439870778\/chapters\/10.1201\/b11692-10"}},"issued":{"date-parts":[[2011,12,14]]},"ISBN":["9780429108037"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/b11692-10","published":{"date-parts":[[2011,12,14]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T23:36:12Z","timestamp":1648942572556},"reference-count":2,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1993,1,1]],"date-time":"1993-01-01T00:00:00Z","timestamp":725846400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1993]]},"DOI":"10.1016\/b978-0-444-89991-0.50043-3","type":"book-chapter","created":{"date-parts":[[2014,8,15]],"date-time":"2014-08-15T23:37:00Z","timestamp":1408145820000},"page":"309-314","source":"Crossref","is-referenced-by-count":0,"title":["THERMOELASTIC-PLASTIC + DEFORMATIONS OF ANISOTROPIC MATERIALS WITH NON-UNIFORM TEMPERATURE"],"prefix":"10.1016","author":[{"given":"A.J.M.","family":"Spencer","sequence":"first","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-444-89991-0.50043-3_bib1","series-title":"\u2018Anisotropy + and localisation of plastic deformation\u2019","first-page":"28","author":"Spencer","year":"1991"},{"key":"10.1016\/B978-0-444-89991-0.50043-3_bib2","first-page":"67","volume":"2","author":"O''Neill","year":"1988","journal-title":"Math. + Engng. Ind."}],"container-title":["Advances in Engineering Plasticity and + its Applications"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780444899910500433?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780444899910500433?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,30]],"date-time":"2018-09-30T14:21:35Z","timestamp":1538317295000},"score":21.396748,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780444899910500433"}},"issued":{"date-parts":[[1993]]},"references-count":2,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-444-89991-0.50043-3","published":{"date-parts":[[1993]]}},{"indexed":{"date-parts":[[2022,4,26]],"date-time":"2022-04-26T19:40:59Z","timestamp":1651002059634},"publisher-location":"2455 Teller Road,\u00a0Newbury Park\u00a0California\u00a091320\u00a0United States of America\u00a0","reference-count":0,"publisher":"SAGE Publications, Inc.","isbn-type":[{"value":"9780803923102","type":"print"},{"value":"9781412985222","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1985]]},"DOI":"10.4135\/9781412985222.n5","type":"book-chapter","created":{"date-parts":[[2011,7,15]],"date-time":"2011-07-15T19:48:50Z","timestamp":1310759330000},"page":"69-71","source":"Crossref","is-referenced-by-count":0,"title":["Complex Designs"],"prefix":"10.4135","member":"179","container-title":["Multivariate - Analysis of Variance"],"link":[{"URL":"http:\/\/journals.sagepub.com\/doi\/pdf\/10.4135\/9781412985222.n5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,4,26]],"date-time":"2022-04-26T19:06:20Z","timestamp":1650999980000},"score":21.409908,"resource":{"primary":{"URL":"https:\/\/methods.sagepub.com\/book\/multivariate-analysis-of-variance\/n5.xml"}},"issued":{"date-parts":[[1985]]},"ISBN":["9780803923102","9781412985222"],"references-count":0,"alternative-id":["10.4135\/9781412985222"],"URL":"http:\/\/dx.doi.org\/10.4135\/9781412985222.n5","published":{"date-parts":[[1985]]}},{"indexed":{"date-parts":[[2022,4,27]],"date-time":"2022-04-27T07:10:06Z","timestamp":1651043406814},"publisher-location":"1 + Analysis of Variance"],"link":[{"URL":"http:\/\/journals.sagepub.com\/doi\/pdf\/10.4135\/9781412985222.n5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,4,26]],"date-time":"2022-04-26T19:06:20Z","timestamp":1650999980000},"score":21.39542,"resource":{"primary":{"URL":"https:\/\/methods.sagepub.com\/book\/multivariate-analysis-of-variance\/n5.xml"}},"issued":{"date-parts":[[1985]]},"ISBN":["9780803923102","9781412985222"],"references-count":0,"alternative-id":["10.4135\/9781412985222"],"URL":"http:\/\/dx.doi.org\/10.4135\/9781412985222.n5","published":{"date-parts":[[1985]]}},{"indexed":{"date-parts":[[2022,4,27]],"date-time":"2022-04-27T07:10:06Z","timestamp":1651043406814},"publisher-location":"1 Oliver''s Yard,\u00a055 City Road,\u00a0London\u00a0England\u00a0EC1Y 1SP\u00a0United Kingdom\u00a0","reference-count":0,"publisher":"SAGE Publications, Ltd","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004]]},"DOI":"10.4135\/9781849208598.n7","type":"book-chapter","created":{"date-parts":[[2011,7,15]],"date-time":"2011-07-15T19:48:50Z","timestamp":1310759330000},"page":"147-172","source":"Crossref","is-referenced-by-count":0,"title":["Mixed Designs"],"prefix":"10.4135","member":"179","container-title":["Analysis of - Variance via Confidence Intervals"],"link":[{"URL":"http:\/\/journals.sagepub.com\/doi\/pdf\/10.4135\/9781849208598.n7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,4,26]],"date-time":"2022-04-26T09:15:32Z","timestamp":1650964532000},"score":21.409908,"resource":{"primary":{"URL":"https:\/\/methods.sagepub.com\/book\/analysis-of-variance-via-confidence-intervals\/n7.xml"}},"issued":{"date-parts":[[2004]]},"references-count":0,"alternative-id":["10.4135\/9781849208598"],"URL":"http:\/\/dx.doi.org\/10.4135\/9781849208598.n7","published":{"date-parts":[[2004]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T11:16:48Z","timestamp":1648639008705},"edition-number":"0","reference-count":0,"publisher":"CRC + Variance via Confidence Intervals"],"link":[{"URL":"http:\/\/journals.sagepub.com\/doi\/pdf\/10.4135\/9781849208598.n7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,4,26]],"date-time":"2022-04-26T09:15:32Z","timestamp":1650964532000},"score":21.39542,"resource":{"primary":{"URL":"https:\/\/methods.sagepub.com\/book\/analysis-of-variance-via-confidence-intervals\/n7.xml"}},"issued":{"date-parts":[[2004]]},"references-count":0,"alternative-id":["10.4135\/9781849208598"],"URL":"http:\/\/dx.doi.org\/10.4135\/9781849208598.n7","published":{"date-parts":[[2004]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T11:16:48Z","timestamp":1648639008705},"edition-number":"0","reference-count":0,"publisher":"CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1992,2,28]]},"DOI":"10.1201\/9781482277142-6","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:58:48Z","timestamp":1594310328000},"page":"44-63","source":"Crossref","is-referenced-by-count":0,"title":["General Results for Balanced Designs"],"prefix":"10.1201","member":"301","container-title":["Confidence - Intervals on Variance Components"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:58:53Z","timestamp":1594310333000},"score":21.406033,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781482277142\/chapters\/10.1201\/9781482277142-6"}},"issued":{"date-parts":[[1992,2,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781482277142-6","published":{"date-parts":[[1992,2,28]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T23:36:12Z","timestamp":1648942572556},"reference-count":2,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1993,1,1]],"date-time":"1993-01-01T00:00:00Z","timestamp":725846400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1993]]},"DOI":"10.1016\/b978-0-444-89991-0.50043-3","type":"book-chapter","created":{"date-parts":[[2014,8,15]],"date-time":"2014-08-15T23:37:00Z","timestamp":1408145820000},"page":"309-314","source":"Crossref","is-referenced-by-count":0,"title":["THERMOELASTIC-PLASTIC - DEFORMATIONS OF ANISOTROPIC MATERIALS WITH NON-UNIFORM TEMPERATURE"],"prefix":"10.1016","author":[{"given":"A.J.M.","family":"Spencer","sequence":"first","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-444-89991-0.50043-3_bib1","series-title":"\u2018Anisotropy - and localisation of plastic deformation\u2019","first-page":"28","author":"Spencer","year":"1991"},{"key":"10.1016\/B978-0-444-89991-0.50043-3_bib2","first-page":"67","volume":"2","author":"O''Neill","year":"1988","journal-title":"Math. - Engng. Ind."}],"container-title":["Advances in Engineering Plasticity and - its Applications"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780444899910500433?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780444899910500433?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,30]],"date-time":"2018-09-30T14:21:35Z","timestamp":1538317295000},"score":21.39914,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780444899910500433"}},"issued":{"date-parts":[[1993]]},"references-count":2,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-444-89991-0.50043-3","published":{"date-parts":[[1993]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Decade+Designs+for+Weighings+of+Non-uniform+Variance+1993+IOP+Publishing"}}}' - recorded_at: Sat, 07 Jan 2023 00:50:58 GMT -- request: - method: get - uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Metrologia,%20IOP%20Publishing,%20,%201993%22&rows=10 - body: - encoding: US-ASCII - string: '' - headers: - User-Agent: - - Faraday v1.10.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 200 - message: OK - headers: - Date: - - Sat, 07 Jan 2023 00:51:00 GMT - Content-Type: - - application/json - Content-Length: - - '6183' - Access-Control-Expose-Headers: - - Link - Access-Control-Allow-Headers: - - X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language, - Accept-Ranges, Cache-Control - Access-Control-Allow-Origin: - - "*" - Vary: - - Accept-Encoding - Server: - - Jetty(9.4.40.v20210413) - X-Ratelimit-Limit: - - '50' - X-Ratelimit-Interval: - - 1s - X-Api-Pool: - - public - X-Rate-Limit-Limit: - - '50' - X-Rate-Limit-Interval: - - 1s - Permissions-Policy: - - interest-cohort=() - Connection: - - close - body: - encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":7847,"items":[{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T18:04:09Z","timestamp":1648749849876},"reference-count":0,"publisher":"University - of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This - chapter explores two case studies that each illustrate an attempt to infuse - feminist politics into the economically driven apparatus of book publishing: - Sisterhood Is Powerful<\/italic> (1970) and This Bridge Called - My Back: Writings by Radical Women of Color<\/italic> (1981). Exploring the - publication history of Sisterhood Is Powerful<\/italic> provides a - landmark case study of feminist experimentation in publishing that was inevitably - fraught with controversy due to the ideological struggles of the time over - economic and political \u201cpurity.\u201d This Bridge Called My Back<\/italic> - was published under an unusual type of contract in which contributors, rather - than receiving a one-time payment at the beginning, would continue to receive - payments for every ten thousand copies sold. Overall, these studies show the - variety of ways in which feminists tried to get around the \u201ctaint\u201d - of publishing''s relationship to the power structure in order to enact a feminist - sensibility not just in the content of their writing but also in its production - and dissemination.<\/p>","DOI":"10.5406\/illinois\/9780252039805.003.0002","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T05:21:25Z","timestamp":1493961685000},"source":"Crossref","is-referenced-by-count":0,"title":["Feminist - Publishing\/Publishing Feminism"],"prefix":"10.5406","author":[{"given":"Jennifer","family":"Gilley","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University - of Illinois Press"],"original-title":["Feminist Publishing\/Publishing Feminism"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T10:35:00Z","timestamp":1523442900000},"score":14.002746,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252039805.001.0001\/upso-9780252039805-chapter-2"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252039805.003.0002","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:37:11Z","timestamp":1648643831596},"edition-number":"1","reference-count":0,"publisher":"Societ\u00e0 - Editrice Esculapio","isbn-type":[{"value":"9788874886074","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,9,1]]},"DOI":"10.15651\/978-88-748-8607-4","type":"book","created":{"date-parts":[[2014,8,4]],"date-time":"2014-08-04T09:52:06Z","timestamp":1407145926000},"source":"Crossref","is-referenced-by-count":0,"title":["Metrologia - dimensionale. Teoria e Procedure di Taratura"],"prefix":"10.15651","author":[{"given":"Aldo","family":"Ponterio","sequence":"first","affiliation":[]},{"given":"Gianfranco","family":"Malagola","sequence":"additional","affiliation":[]}],"member":"6286","deposited":{"date-parts":[[2014,8,4]],"date-time":"2014-08-04T09:52:07Z","timestamp":1407145927000},"score":13.302983,"resource":{"primary":{"URL":"http:\/\/www.editrice-esculapio.com\/malagola-ponterio-metrologia-dimensionale-teoria-e-procedure-di-taratura\/"}},"issued":{"date-parts":[[2013,9,1]]},"ISBN":["9788874886074"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15651\/978-88-748-8607-4","published":{"date-parts":[[2013,9,1]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:37:48Z","timestamp":1659501468079},"reference-count":0,"publisher":"Oxford - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,6,22]]},"abstract":"

Trade - publishing at Oxford University Press included those titles aimed at a broader - audience, including general non-fiction, illustrated histories and encyclopedias, - World\u2019s Classics, and children\u2019s books. Originally a separate operation - of the London Business, overseas trade publishing later devolved to the branches - while domestic trade titles were amalgamated into the Oxford academic lists. - Trade titles involved a higher level of risk, deeper discounts to booksellers, - larger author royalty payments, and investment in marketing and sales. The - Press gradually minimized these risks by introducing greater oversight from - the Delegates on manuscript selection, and by reducing the number of individual - titles and concentrating on series. The chapter highlights the significant - series and individual trade titles from across the Press, and considers the - trade list both in its interaction with OUP\u2019s wider academic and scholarly - interests and within the context of commercial trade publishing.<\/p>","DOI":"10.1093\/acprof:oso\/9780199574797.003.0012","type":"book","created":{"date-parts":[[2017,6,22]],"date-time":"2017-06-22T08:16:57Z","timestamp":1498119417000},"source":"Crossref","is-referenced-by-count":0,"title":["Trade - Publishing"],"prefix":"10.1093","author":[{"given":"Angus","family":"Phillips","sequence":"first","affiliation":[]}],"member":"286","container-title":["Oxford - Scholarship Online"],"original-title":["Trade Publishing"],"deposited":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:23:38Z","timestamp":1659486218000},"score":12.726707,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/10146\/chapter\/157675230"}},"issued":{"date-parts":[[2017,6,22]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199574797.003.0012","published":{"date-parts":[[2017,6,22]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:38:16Z","timestamp":1659501496675},"reference-count":0,"publisher":"Oxford - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,6,22]]},"abstract":"

The - core of the Oxford University Press is academic publishing, and it was from - this strength that the Press developed interests in reference, educational, - and trade publishing. Scholarly publishing, although a significant component - of the New York Business and a number of the branches, is primarily centred - in Oxford and distributed under the imprint of The Clarendon Press. The chapter - considers the growth of the university textbook market and the conscious effort - of the Press, as recommended by the Waldock Report, to expand the scientific - list and to cultivate relationships with the academic faculties of the University - of Oxford. The chapter outlines OUP\u2019s response to pedagogic and research - developments in universities and the economics of the academic publishing - sector. The influence of individual editors and senior management is also - considered, as are the Press\u2019s efforts to coordinate its academic programme - across the three major markets in America, Europe, and Japan.<\/p>","DOI":"10.1093\/acprof:oso\/9780199574797.003.0011","type":"book","created":{"date-parts":[[2017,6,22]],"date-time":"2017-06-22T08:16:57Z","timestamp":1498119417000},"source":"Crossref","is-referenced-by-count":0,"title":["Academic - Publishing"],"prefix":"10.1093","author":[{"given":"Andrew","family":"Schuller","sequence":"first","affiliation":[]}],"member":"286","container-title":["Oxford - Scholarship Online"],"original-title":["Academic Publishing"],"deposited":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:23:41Z","timestamp":1659486221000},"score":12.726707,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/10146\/chapter\/157672762"}},"issued":{"date-parts":[[2017,6,22]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199574797.003.0011","published":{"date-parts":[[2017,6,22]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:38:11Z","timestamp":1659501491407},"reference-count":0,"publisher":"Oxford - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,6,22]]},"abstract":"

Oxford - University Press had a long-established tradition of publishing books for - schools and for the education of young readers, a commitment reiterated and - commended by the Waldock Report. The Press issued schoolbooks in New York, - through all of its overseas branches, and in Britain. This chapter examines - the publication of schoolbooks for the UK market as edited and distributed - from Oxford with regard to developments in educational approaches\u2014including - the appearance of computers in the classroom, fluctuations in state funding - for schools, and the introduction of the National Curriculum. The chapter - also considers the management, sales, and financial position of the Press\u2019s - educational publishing division in the context of the competitive UK schools - market. The second half of the chapter presents case studies of important - OUP educational titles and series, including Oxford Reading Tree and Oxford - dictionaries for schools and young readers.<\/p>","DOI":"10.1093\/acprof:oso\/9780199574797.003.0013","type":"book","created":{"date-parts":[[2017,6,22]],"date-time":"2017-06-22T08:16:58Z","timestamp":1498119418000},"source":"Crossref","is-referenced-by-count":0,"title":["UK - Schoolbook Publishing"],"prefix":"10.1093","author":[{"given":"Simon","family":"Catling","sequence":"first","affiliation":[]}],"member":"286","container-title":["Oxford - Scholarship Online"],"original-title":["UK Schoolbook Publishing"],"deposited":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:23:38Z","timestamp":1659486218000},"score":12.489471,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/10146\/chapter\/157675850"}},"issued":{"date-parts":[[2017,6,22]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199574797.003.0013","published":{"date-parts":[[2017,6,22]]}},{"indexed":{"date-parts":[[2022,7,7]],"date-time":"2022-07-07T10:12:21Z","timestamp":1657188741446},"edition-number":"1","reference-count":0,"publisher":"Oxford - University Press","isbn-type":[{"value":"9780191863592","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"

This - new dictionary covers the full range of publishing-related topics, defining - terms encountered in the processes of editing, producing, printing, and distributing - books and digital content. With entries ranging from proofreading and binding - to discoverability and royalties, and covering contemporary areas of publishing - such as digital workflow and digital rights management, the dictionary provides - easy-to-find and accurate information on key terms and concepts. It is an - invaluable reference resource for students of publishing, as well as for those - currently working in the industry.<\/p>","DOI":"10.1093\/acref\/9780191863592.001.0001","type":"book","created":{"date-parts":[[2019,3,21]],"date-time":"2019-03-21T08:14:24Z","timestamp":1553156064000},"source":"Crossref","is-referenced-by-count":0,"title":["A - Dictionary of Publishing"],"prefix":"10.1093","author":[{"given":"Adrian","family":"Bullock","sequence":"first","affiliation":[]},{"given":"Chris","family":"Jennings","sequence":"additional","affiliation":[]},{"given":"Nicola","family":"Timbrell","sequence":"additional","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2019]]},"original-title":["A - Dictionary of Publishing"],"deposited":{"date-parts":[[2022,7,6]],"date-time":"2022-07-06T01:28:17Z","timestamp":1657070897000},"score":12.368039,"resource":{"primary":{"URL":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780191863592.001.0001\/acref-9780191863592"}},"issued":{"date-parts":[[2019]]},"ISBN":["9780191863592"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acref\/9780191863592.001.0001","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:45:32Z","timestamp":1659501932376},"reference-count":0,"publisher":"Oxford - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,7]]},"abstract":"

The - focus of this chapter is on reporting the qualitative research in peer-reviewed - journal articles. Researchers may publish the qualitative data in a standalone - journal article, or combine quantitative and qualitative process evaluation - data in the same article, or combine the qualitative and RCT research in the - same article. Writing these articles can be challenging, even when focusing - solely on the qualitative research. Researchers need to consider the number - of articles to be published from the whole study, the focus of each article, - selecting a journal, and communicating implications for the RCT. Guidance - is offered on the key issues to report in journal articles that focus solely - on the qualitative research undertaken with an RCT.<\/p>","DOI":"10.1093\/med\/9780198802082.003.0012","type":"book","created":{"date-parts":[[2018,8,1]],"date-time":"2018-08-01T03:32:11Z","timestamp":1533094331000},"source":"Crossref","is-referenced-by-count":0,"title":["Publishing - journal articles"],"prefix":"10.1093","author":[{"given":"Alicia","family":"O''Cathain","sequence":"additional","affiliation":[]}],"member":"286","container-title":["Oxford - Medicine Online"],"original-title":["Publishing journal articles"],"deposited":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T01:40:43Z","timestamp":1659490843000},"score":12.235294,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/24853\/chapter\/188554694"}},"editor":[{"given":"Alicia","family":"O''Cathain","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2018,7]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/med\/9780198802082.003.0012","published":{"date-parts":[[2018,7]]}},{"indexed":{"date-parts":[[2022,10,28]],"date-time":"2022-10-28T07:08:48Z","timestamp":1666940928201},"edition-number":"1","reference-count":0,"publisher":"Oxford - University Press","isbn-type":[{"value":"9780198794202","type":"print"},{"value":"9780191835803","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,4,18]]},"abstract":"

Publishing - is a global industry with revenues in the hundreds of billions of dollars, - employing millions of people. It has both a long history and also a track - record, which continues into the present day, of pioneering at the forefront - of technological, economic and cultural change. In this unique one volume - collection, publishing is surveyed in all its great diversity. Part I, Publishing - in Context, looks at the various ways publishing connects with the world, - from an overview of its long history, to vital relationships with authors - and readers, to its influence on key areas of life and society and then to - its corporate social responsibility. Part II, the Dynamics of Publishing, - examines key forces at work within publishing like economic pressure and business - strategy. The impact of globalization is explored, as is the role of the publisher - as a curator, before the three main sectors of publishing \u2013 trade, academic - and educational \u2013 are given an overview. Lastly Part III, Publishing - in practice, looks at the more operational side. From how publishing houses - are structured, to design, rights marketing and technology, the reality of - publishing is here analysed, before we turn to key customers for all publishers: - libraries and bookshops. In a Coda eight thought experiments probe the future - of publishing. This is a critical academic volume, summarising the state of - knowledge in the burgeoning field of publishing studies whilst also venturing - new arguments and ideas about this still-vital area.<\/p>","DOI":"10.1093\/oxfordhb\/9780198794202.001.0001","type":"book","created":{"date-parts":[[2019,5,9]],"date-time":"2019-05-09T07:21:49Z","timestamp":1557386509000},"source":"Crossref","is-referenced-by-count":3,"title":["The - Oxford Handbook of Publishing"],"prefix":"10.1093","member":"286","published-online":{"date-parts":[[2019,5,9]]},"original-title":["The - Oxford Handbook of Publishing"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T19:01:20Z","timestamp":1659466880000},"score":12.132122,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/edited-volume\/34231"}},"editor":[{"given":"Angus","family":"Phillips","sequence":"first","affiliation":[]},{"given":"Michael","family":"Bhaskar","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2019,4,18]]},"ISBN":["9780198794202","9780191835803"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oxfordhb\/9780198794202.001.0001","published":{"date-parts":[[2019,4,18]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T09:04:11Z","timestamp":1648803851715},"reference-count":0,"publisher":"University - of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This - chapter examines the institution of chamber music publishing by looking closely - at three internationally significant publishers. In all three cases, publishers - sought to balance their production of \u201cmonumental\u201d and \u201cephemeral\u201d - products to establish and maintain a reliable source of income and new musical - material for themselves and, by extension, the musicians who relied upon them. - Individually, the three firms represent different models with diverse priorities - and business strategies: a small business established by a chamber music lover - and copyright activist (Hofmeister); a larger firm that grew with the musical - marketplace, changing hands at several points and evolving to address the - needs of a growing public (Peters); and a midsize firm that specialized in - practical music for private and public use (Schlesinger, later Lienau-Schlesinger). - Together, these three companies provides a picture of the music business as - it developed throughout the Romantic era.<\/p>","DOI":"10.5406\/illinois\/9780252039225.003.0001","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T09:19:26Z","timestamp":1493975966000},"source":"Crossref","is-referenced-by-count":0,"title":["Publishing - Chamber Music"],"prefix":"10.5406","author":[{"given":"Marie Sumner","family":"Lott","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University - of Illinois Press"],"original-title":["Publishing Chamber Music"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:33:07Z","timestamp":1523457187000},"score":12.105147,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252039225.001.0001\/upso-9780252039225-chapter-1"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252039225.003.0001","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:38:14Z","timestamp":1659501494642},"reference-count":0,"publisher":"Oxford - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,6,22]]},"abstract":"

The - Music Department, which remained in London until 1983, published sheet music, - performance scores, hymnals, books, and educational materials, but was increasingly - developing into a rights-management business. The chapter chronicles the department\u2019s - move to Oxford and subsequent streamlining\u2014the list of titles in print - was cut back and editorial control over music books transferred to New York. - Under the directorship of Andrew Potter, the department sought out new composers - and developed particular strengths in church, choral, and early music. Successful - series included Oxford Choral Classics, Musica da Camera, and Carols for Choirs. - The publication of bibles, prayer books, and hymnals is also considered in - this chapter. Although historically a significant part of the OUP list, bible - publishing had declined in relative importance, with management of the list - moving from department to department. Important publications included the - New English Bible, Revised Standard Version<\/italic>, and the BBC - Songs of Praise<\/italic>.<\/p>","DOI":"10.1093\/acprof:oso\/9780199574797.003.0016","type":"book","created":{"date-parts":[[2017,6,22]],"date-time":"2017-06-22T08:16:52Z","timestamp":1498119412000},"source":"Crossref","is-referenced-by-count":0,"title":["Music - Publishing, Bibles, and Hymnals"],"prefix":"10.1093","author":[{"given":"Simon","family":"Wright","sequence":"first","affiliation":[]}],"member":"286","container-title":["Oxford - Scholarship Online"],"original-title":["Music Publishing, Bibles, and Hymnals"],"deposited":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:23:40Z","timestamp":1659486220000},"score":12.003548,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/10146\/chapter\/157679678"}},"issued":{"date-parts":[[2017,6,22]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199574797.003.0016","published":{"date-parts":[[2017,6,22]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Sat, 07 Jan 2023 00:51:00 GMT + Intervals on Variance Components"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:58:53Z","timestamp":1594310333000},"score":21.37088,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781482277142\/chapters\/10.1201\/9781482277142-6"}},"issued":{"date-parts":[[1992,2,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781482277142-6","published":{"date-parts":[[1992,2,28]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Decade+Designs+for+Weighings+of+Non-uniform+Variance+1993+IOP+Publishing"}}}' + recorded_at: Sun, 15 Jan 2023 19:22:31 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/crossref_ieee.yml b/spec/vcr_cassettes/crossref_ieee.yml index 8b251ae..910c23b 100644 --- a/spec/vcr_cassettes/crossref_ieee.yml +++ b/spec/vcr_cassettes/crossref_ieee.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:00 GMT + - Sun, 15 Jan 2023 19:22:31 GMT Content-Type: - application/json Content-Length: - '782' Set-Cookie: - - AWSALB=PwR8e7/gi4pbFn670WllMRHlMwePlqIAoag2d5yvIQQv+xZ1Em5aLnGZuH97n6UHgdAWYI7vZ/8ZW2q15jKsavs3t+AeaoMxl4UH1KLdTPxtsVA3Xm0bLf5Wdi0q; - Expires=Sat, 14 Jan 2023 00:51:00 GMT; Path=/ - - AWSALBCORS=PwR8e7/gi4pbFn670WllMRHlMwePlqIAoag2d5yvIQQv+xZ1Em5aLnGZuH97n6UHgdAWYI7vZ/8ZW2q15jKsavs3t+AeaoMxl4UH1KLdTPxtsVA3Xm0bLf5Wdi0q; - Expires=Sat, 14 Jan 2023 00:51:00 GMT; Path=/; SameSite=None + - AWSALB=rfrkdBs0tudDSRikA3QfN1Oh/xhZM9OBEulHemIHDtzCve/y1NNIXycbuWfJ4LZ4ctRC1gII7jar23h436mc+SsnGZ6MBqJXKpmX/IlKbe3AGo9nq7g/PySs8+/h; + Expires=Sun, 22 Jan 2023 19:22:31 GMT; Path=/ + - AWSALBCORS=rfrkdBs0tudDSRikA3QfN1Oh/xhZM9OBEulHemIHDtzCve/y1NNIXycbuWfJ4LZ4ctRC1gII7jar23h436mc+SsnGZ6MBqJXKpmX/IlKbe3AGo9nq7g/PySs8+/h; + Expires=Sun, 22 Jan 2023 19:22:31 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -62,5 +62,5 @@ http_interactions: NJ, USA","standards-body":{"name":"Software & Systems Engineering Standards Committee of the IEEE Computer Society","acronym":"IEEE"},"reference-count":0,"publisher":"IEEE","isbn-type":[{"value":"9780738191683","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"DOI":"10.1109\/ieeestd.2014.6835311","type":"standard","created":{"date-parts":[[2014,6,19]],"date-time":"2014-06-19T20:13:47Z","timestamp":1403208827000},"approved":{"date-parts":[[2014,3,27]]},"source":"Crossref","is-referenced-by-count":5,"title":["IEEE Standard for Software Quality Assurance Processes"],"prefix":"10.1109","member":"263","container-title":[],"original-title":[],"link":[{"URL":"http:\/\/xplorestaging.ieee.org\/ielx7\/6835309\/6835310\/06835311.pdf?arnumber=6835311","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,10,14]],"date-time":"2020-10-14T15:36:09Z","timestamp":1602689769000},"score":1,"resource":{"primary":{"URL":"https:\/\/ieeexplore.ieee.org\/document\/6835311"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[null]]},"ISBN":["9780738191683"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1109\/ieeestd.2014.6835311","relation":{}}}' - recorded_at: Sat, 07 Jan 2023 00:51:00 GMT + recorded_at: Sun, 15 Jan 2023 19:22:31 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/crossref_nist.yml b/spec/vcr_cassettes/crossref_nist.yml index 738d225..0d25752 100644 --- a/spec/vcr_cassettes/crossref_nist.yml +++ b/spec/vcr_cassettes/crossref_nist.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:50:56 GMT + - Sun, 15 Jan 2023 19:22:22 GMT Content-Type: - application/json Content-Length: - '954' Set-Cookie: - - AWSALB=TctZDDt7uIL+a7va774zHEI7OhfqLxK3q1NREoAvgsImE5JOYwJzeD3ELHzp3hm5av2a0hHOz+R2Ck9yE7X+OzGSzvYppoUxENWNwxdaZslI1VmYYR/+5cJ/AmHS; - Expires=Sat, 14 Jan 2023 00:50:56 GMT; Path=/ - - AWSALBCORS=TctZDDt7uIL+a7va774zHEI7OhfqLxK3q1NREoAvgsImE5JOYwJzeD3ELHzp3hm5av2a0hHOz+R2Ck9yE7X+OzGSzvYppoUxENWNwxdaZslI1VmYYR/+5cJ/AmHS; - Expires=Sat, 14 Jan 2023 00:50:56 GMT; Path=/; SameSite=None + - AWSALB=Pe0dhD3z9C3+FUrVZ0TkmcweOezAGDiGeru9wC4cKl3b2Ime+xb8a9RPJcZ/1fGNaPP45bky7zAJZ6tqu3X3PldizE9kiomHueXnNPNKOd8fuSZFrisP10Heu9Mz; + Expires=Sun, 22 Jan 2023 19:22:22 GMT; Path=/ + - AWSALBCORS=Pe0dhD3z9C3+FUrVZ0TkmcweOezAGDiGeru9wC4cKl3b2Ime+xb8a9RPJcZ/1fGNaPP45bky7zAJZ6tqu3X3PldizE9kiomHueXnNPNKOd8fuSZFrisP10Heu9Mz; + Expires=Sun, 22 Jan 2023 19:22:22 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -70,5 +70,5 @@ http_interactions: K","family":"Greene","sequence":"additional","affiliation":[]},{"given":"Susanne","family":"Furman","sequence":"additional","affiliation":[]},{"given":"Michelle","family":"Steves","sequence":"additional","affiliation":[]},{"given":"Sandra Spickard","family":"Prettyman","sequence":"additional","affiliation":[]}],"member":"4068","published-online":{"date-parts":[[2019,3]]},"container-title":[],"original-title":[],"deposited":{"date-parts":[[2020,8,20]],"date-time":"2020-08-20T14:05:37Z","timestamp":1597932337000},"score":1,"resource":{"primary":{"URL":"https:\/\/nvlpubs.nist.gov\/nistpubs\/ir\/2019\/NIST.IR.8245.pdf"}},"subtitle":["findings from user-centered interviews, phase 1, volume 2"],"short-title":[],"issued":{"date-parts":[[2019,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.6028\/nist.ir.8245","relation":{},"published":{"date-parts":[[2019,3]]}}}' - recorded_at: Sat, 07 Jan 2023 00:50:55 GMT + recorded_at: Sun, 15 Jan 2023 19:22:22 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/crossref_rfc.yml b/spec/vcr_cassettes/crossref_rfc.yml index c3c93b0..f5d0a4a 100644 --- a/spec/vcr_cassettes/crossref_rfc.yml +++ b/spec/vcr_cassettes/crossref_rfc.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:50:56 GMT + - Sun, 15 Jan 2023 19:22:22 GMT Content-Type: - application/json Content-Length: - - '542' + - '539' Set-Cookie: - - AWSALB=j1M2Bu4b2jKIuMG2I9jT477lSefLpNnWMc4mbFfagLIGOOXZ3tCzIxRfWYTHu1ra1NcE/MkfapS56Mimu+mvmyfIvqSxmNQRJ+ihL6QAE4lFLtW9pzyjLc/IBLCQ; - Expires=Sat, 14 Jan 2023 00:50:56 GMT; Path=/ - - AWSALBCORS=j1M2Bu4b2jKIuMG2I9jT477lSefLpNnWMc4mbFfagLIGOOXZ3tCzIxRfWYTHu1ra1NcE/MkfapS56Mimu+mvmyfIvqSxmNQRJ+ihL6QAE4lFLtW9pzyjLc/IBLCQ; - Expires=Sat, 14 Jan 2023 00:50:56 GMT; Path=/; SameSite=None + - AWSALB=/TBPpfY4WS7x3SFDqTqLWe473NjXyk5xCWNF3HiKv70gnZ+6gmDenmYedZI5qLxaByxs8X70wOf62++dmXNRvRE66BR72TexufLY3tyOr8bb68iVXnJHlSpqD1it; + Expires=Sun, 22 Jan 2023 19:22:22 GMT; Path=/ + - AWSALBCORS=/TBPpfY4WS7x3SFDqTqLWe473NjXyk5xCWNF3HiKv70gnZ+6gmDenmYedZI5qLxaByxs8X70wOf62++dmXNRvRE66BR72TexufLY3tyOr8bb68iVXnJHlSpqD1it; + Expires=Sun, 22 Jan 2023 19:22:22 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -58,10 +58,10 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2022,12,30]],"date-time":"2022-12-30T21:48:31Z","timestamp":1672436911252},"reference-count":0,"publisher":"RFC + string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2023,1,10]],"date-time":"2023-01-10T11:28:02Z","timestamp":1673350082026},"reference-count":0,"publisher":"RFC Editor","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"DOI":"10.17487\/rfc0001","type":"report","created":{"date-parts":[[2015,4,6]],"date-time":"2015-04-06T01:16:32Z","timestamp":1428282992000},"source":"Crossref","is-referenced-by-count":10,"title":["Host Software"],"prefix":"10.17487","author":[{"given":"S.","family":"Crocker","sequence":"first","affiliation":[]}],"member":"7045","published-online":{"date-parts":[[1969,4]]},"container-title":[],"original-title":[],"deposited":{"date-parts":[[2015,4,6]],"date-time":"2015-04-06T01:16:32Z","timestamp":1428282992000},"score":1,"resource":{"primary":{"URL":"https:\/\/www.rfc-editor.org\/info\/rfc0001"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[1969,4]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.17487\/rfc0001","relation":{},"published":{"date-parts":[[1969,4]]}}}' - recorded_at: Sat, 07 Jan 2023 00:50:56 GMT + recorded_at: Sun, 15 Jan 2023 19:22:22 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Host%2BSoftware%2B1969%2BRFC%2BEditor @@ -81,11 +81,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:50:57 GMT + - Sun, 15 Jan 2023 19:22:27 GMT Content-Type: - application/json Content-Length: - - '6956' + - '6950' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -113,74 +113,80 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":141007,"items":[{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T14:55:52Z","timestamp":1649170552461},"reference-count":0,"publisher":"CRC + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":141096,"items":[{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T14:55:52Z","timestamp":1649170552461},"reference-count":0,"publisher":"CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,12,17]]},"DOI":"10.1201\/9781420013290.axa","type":"book-chapter","created":{"date-parts":[[2010,2,19]],"date-time":"2010-02-19T17:55:34Z","timestamp":1266602134000},"page":"373-374","source":"Crossref","is-referenced-by-count":0,"title":["Request for Change (RFC) Template"],"prefix":"10.1201","member":"301","published-online":{"date-parts":[[2009,11,23]]},"container-title":["Software - Deployment, Updating, and Patching"],"link":[{"URL":"http:\/\/www.crcnetbase.com\/doi\/pdf\/10.1201\/9781420013290.axa","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,9,6]],"date-time":"2016-09-06T07:52:33Z","timestamp":1473148353000},"score":21.640478,"resource":{"primary":{"URL":"http:\/\/www.crcnetbase.com\/doi\/10.1201\/9781420013290.axa"}},"issued":{"date-parts":[[2007,12,17]]},"references-count":0,"alternative-id":["10.1201\/9781420013290.axa","10.1201\/9781420013290"],"URL":"http:\/\/dx.doi.org\/10.1201\/9781420013290.axa","published":{"date-parts":[[2007,12,17]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T01:08:41Z","timestamp":1649120921485},"reference-count":0,"publisher":"IEEE","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011]]},"DOI":"10.1109\/9780470187562.about","type":"book-chapter","created":{"date-parts":[[2015,5,18]],"date-time":"2015-05-18T17:06:50Z","timestamp":1431968810000},"source":"Crossref","is-referenced-by-count":0,"title":["About + Deployment, Updating, and Patching"],"link":[{"URL":"http:\/\/www.crcnetbase.com\/doi\/pdf\/10.1201\/9781420013290.axa","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,9,6]],"date-time":"2016-09-06T07:52:33Z","timestamp":1473148353000},"score":21.489845,"resource":{"primary":{"URL":"http:\/\/www.crcnetbase.com\/doi\/10.1201\/9781420013290.axa"}},"issued":{"date-parts":[[2007,12,17]]},"references-count":0,"alternative-id":["10.1201\/9781420013290.axa","10.1201\/9781420013290"],"URL":"http:\/\/dx.doi.org\/10.1201\/9781420013290.axa","published":{"date-parts":[[2007,12,17]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T01:08:41Z","timestamp":1649120921485},"reference-count":0,"publisher":"IEEE","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011]]},"DOI":"10.1109\/9780470187562.about","type":"book-chapter","created":{"date-parts":[[2015,5,18]],"date-time":"2015-05-18T17:06:50Z","timestamp":1431968810000},"source":"Crossref","is-referenced-by-count":0,"title":["About the Editor"],"prefix":"10.1109","member":"263","container-title":["Software - Engineering"],"deposited":{"date-parts":[[2015,5,18]],"date-time":"2015-05-18T17:06:58Z","timestamp":1431968818000},"score":18.871483,"resource":{"primary":{"URL":"http:\/\/ieeexplore.ieee.org\/search\/srchabstract.jsp?arnumber=5989543"}},"issued":{"date-parts":[[2011]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1109\/9780470187562.about","published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T13:05:56Z","timestamp":1649163956563},"reference-count":0,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1969]]},"DOI":"10.1016\/b978-0-08-012999-0.50005-8","type":"book-chapter","created":{"date-parts":[[2013,11,17]],"date-time":"2013-11-17T22:43:07Z","timestamp":1384728187000},"page":"xii","source":"Crossref","is-referenced-by-count":0,"title":["NOTE + Engineering"],"deposited":{"date-parts":[[2015,5,18]],"date-time":"2015-05-18T17:06:58Z","timestamp":1431968818000},"score":18.669064,"resource":{"primary":{"URL":"http:\/\/ieeexplore.ieee.org\/search\/srchabstract.jsp?arnumber=5989543"}},"issued":{"date-parts":[[2011]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1109\/9780470187562.about","published":{"date-parts":[[2011]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T13:05:56Z","timestamp":1649163956563},"reference-count":0,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1969]]},"DOI":"10.1016\/b978-0-08-012999-0.50005-8","type":"book-chapter","created":{"date-parts":[[2013,11,17]],"date-time":"2013-11-17T22:43:07Z","timestamp":1384728187000},"page":"xii","source":"Crossref","is-referenced-by-count":0,"title":["NOTE BY EXECUTIVE EDITOR"],"prefix":"10.1016","author":[{"given":"S.H.","family":"JENKINS","sequence":"first","affiliation":[]}],"member":"78","container-title":["Advances - in Water Pollution Research"],"deposited":{"date-parts":[[2018,10,10]],"date-time":"2018-10-10T15:54:28Z","timestamp":1539186868000},"score":18.610016,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780080129990500058"}},"issued":{"date-parts":[[1969]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-08-012999-0.50005-8","published":{"date-parts":[[1969]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T16:15:41Z","timestamp":1648829741751},"reference-count":0,"publisher":"Servicio + in Water Pollution Research"],"deposited":{"date-parts":[[2018,10,10]],"date-time":"2018-10-10T15:54:28Z","timestamp":1539186868000},"score":18.570194,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780080129990500058"}},"issued":{"date-parts":[[1969]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-08-012999-0.50005-8","published":{"date-parts":[[1969]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T16:15:41Z","timestamp":1648829741751},"reference-count":0,"publisher":"Servicio de Publicaciones de la Universidad de Navarra","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.15581\/018.ind-168","type":"book-chapter","created":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T05:04:25Z","timestamp":1507266265000},"source":"Crossref","is-referenced-by-count":0,"title":["Responsabilidad Familiar Corporativa (RFC): Rep\u00fablica Dominicana"],"prefix":"10.15581","author":[{"given":"Nuria","family":"Chinchilla","sequence":"first","affiliation":[]},{"given":"Mireia","family":"Las Heras","sequence":"additional","affiliation":[]},{"given":"Esther","family":"Jim\u00e9nez","sequence":"additional","affiliation":[]},{"given":"Carlos","family":"Mart\u00ed","sequence":"additional","affiliation":[]}],"member":"6226","published-online":{"date-parts":[[2017]]},"container-title":["Responsabilidad - Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T05:04:38Z","timestamp":1507266278000},"score":18.32745,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144216&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-168","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T03:08:30Z","timestamp":1648609710623},"reference-count":0,"publisher":"Servicio + Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T05:04:38Z","timestamp":1507266278000},"score":18.2759,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144216&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-168","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T13:01:33Z","timestamp":1648558893431},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2005,1,1]],"date-time":"2005-01-01T00:00:00Z","timestamp":1104537600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005]]},"DOI":"10.1016\/b978-159749018-4\/50002-2","type":"book-chapter","created":{"date-parts":[[2007,8,2]],"date-time":"2007-08-02T07:25:39Z","timestamp":1186039539000},"page":"vii","source":"Crossref","is-referenced-by-count":0,"title":["Technical + Editor"],"prefix":"10.1016","member":"78","container-title":["Host Integrity + Monitoring Using Osiris and Samhain"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781597490184500022?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781597490184500022?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,1,5]],"date-time":"2019-01-05T08:55:38Z","timestamp":1546678538000},"score":18.269108,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781597490184500022"}},"issued":{"date-parts":[[2005]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-159749018-4\/50002-2","published":{"date-parts":[[2005]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T03:08:30Z","timestamp":1648609710623},"reference-count":0,"publisher":"Servicio de Publicaciones de la Universidad de Navarra","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.15581\/018.ind-163","type":"book-chapter","created":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T05:04:25Z","timestamp":1507266265000},"source":"Crossref","is-referenced-by-count":0,"title":["Responsabilidad Familiar Corporativa (RFC): Filipinas"],"prefix":"10.15581","author":[{"given":"Nuria","family":"Chinchilla","sequence":"first","affiliation":[]},{"given":"Mireia","family":"Las Heras","sequence":"additional","affiliation":[]},{"given":"Esther","family":"Jim\u00e9nez","sequence":"additional","affiliation":[]},{"given":"Mar\u00eda Victoria","family":"Caparas","sequence":"additional","affiliation":[]}],"member":"6226","published-online":{"date-parts":[[2017]]},"container-title":["Responsabilidad - Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T05:04:26Z","timestamp":1507266266000},"score":18.279408,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144056&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-163","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T13:01:33Z","timestamp":1648558893431},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2005,1,1]],"date-time":"2005-01-01T00:00:00Z","timestamp":1104537600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005]]},"DOI":"10.1016\/b978-159749018-4\/50002-2","type":"book-chapter","created":{"date-parts":[[2007,8,2]],"date-time":"2007-08-02T07:25:39Z","timestamp":1186039539000},"page":"vii","source":"Crossref","is-referenced-by-count":0,"title":["Technical - Editor"],"prefix":"10.1016","member":"78","container-title":["Host Integrity - Monitoring Using Osiris and Samhain"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781597490184500022?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781597490184500022?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,1,5]],"date-time":"2019-01-05T08:55:38Z","timestamp":1546678538000},"score":18.247643,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781597490184500022"}},"issued":{"date-parts":[[2005]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-159749018-4\/50002-2","published":{"date-parts":[[2005]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T21:20:26Z","timestamp":1648848026855},"reference-count":0,"publisher":"Servicio + Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T05:04:26Z","timestamp":1507266266000},"score":18.23389,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144056&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-163","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T21:20:26Z","timestamp":1648848026855},"reference-count":0,"publisher":"Servicio de Publicaciones de la Universidad de Navarra","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.15581\/018.ind-164","type":"book-chapter","created":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T05:04:25Z","timestamp":1507266265000},"source":"Crossref","is-referenced-by-count":0,"title":["Responsabilidad Familiar Corporativa (RFC): Espa\u00f1a"],"prefix":"10.15581","author":[{"given":"Nuria","family":"Chinchilla","sequence":"first","affiliation":[]},{"given":"Mireia","family":"Las Heras","sequence":"additional","affiliation":[]},{"given":"Esther","family":"Jim\u00e9nez","sequence":"additional","affiliation":[]},{"given":"Marc","family":"Grau","sequence":"additional","affiliation":[]},{"given":"J\u00falia","family":"Sierra","sequence":"additional","affiliation":[]}],"member":"6226","published-online":{"date-parts":[[2017]]},"container-title":["Responsabilidad - Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T05:04:27Z","timestamp":1507266267000},"score":18.169159,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144057&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-164","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T03:27:12Z","timestamp":1648610832932},"reference-count":0,"publisher":"Servicio + Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T05:04:27Z","timestamp":1507266267000},"score":18.11722,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144057&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-164","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T03:27:12Z","timestamp":1648610832932},"reference-count":0,"publisher":"Servicio de Publicaciones de la Universidad de Navarra","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.15581\/018.ind-167","type":"book-chapter","created":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T09:04:25Z","timestamp":1507280665000},"source":"Crossref","is-referenced-by-count":0,"title":["Responsabilidad Familiar Corporativa (RFC): Argentina"],"prefix":"10.15581","author":[{"given":"Nuria","family":"Chinchilla","sequence":"first","affiliation":[]},{"given":"Mireia","family":"Las Heras","sequence":"additional","affiliation":[]},{"given":"Esther","family":"Jim\u00e9nez","sequence":"additional","affiliation":[]},{"given":"Patricia","family":"Debeljuh","sequence":"additional","affiliation":[]},{"given":"Mar\u00eda Elena","family":"Ord\u00f3\u00f1ez","sequence":"additional","affiliation":[]}],"member":"6226","published-online":{"date-parts":[[2017]]},"container-title":["Responsabilidad - Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T09:04:37Z","timestamp":1507280677000},"score":17.997248,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144060&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-167","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T03:23:43Z","timestamp":1648524223328},"publisher-location":"Wiesbaden","reference-count":0,"publisher":"Vieweg+Teubner + Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T09:04:37Z","timestamp":1507280677000},"score":17.99079,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144060&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-167","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T03:23:43Z","timestamp":1648524223328},"publisher-location":"Wiesbaden","reference-count":0,"publisher":"Vieweg+Teubner Verlag","isbn-type":[{"value":"9783528058784","type":"print"},{"value":"9783322939630","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2003]]},"DOI":"10.1007\/978-3-322-93963-0_2","type":"book-chapter","created":{"date-parts":[[2012,7,4]],"date-time":"2012-07-04T21:29:19Z","timestamp":1341437359000},"page":"39-74","source":"Crossref","is-referenced-by-count":0,"title":["RFC-Desktop-Integration und die COM-Architektur"],"prefix":"10.1007","author":[{"given":"Patrick","family":"Theobald","sequence":"first","affiliation":[]}],"member":"297","container-title":["SAP - R\/3\u00ae Kommunikation mit RFC und Visual Basic"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-322-93963-0_2.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,5,3]],"date-time":"2021-05-03T01:20:34Z","timestamp":1620004834000},"score":17.912514,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-322-93963-0_2"}},"issued":{"date-parts":[[2003]]},"ISBN":["9783528058784","9783322939630"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-322-93963-0_2","published":{"date-parts":[[2003]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T03:21:17Z","timestamp":1648956077428},"publisher-location":"Wiesbaden","reference-count":0,"publisher":"Vieweg+Teubner + R\/3\u00ae Kommunikation mit RFC und Visual Basic"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-322-93963-0_2.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,5,3]],"date-time":"2021-05-03T01:20:34Z","timestamp":1620004834000},"score":17.954435,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-322-93963-0_2"}},"issued":{"date-parts":[[2003]]},"ISBN":["9783528058784","9783322939630"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-322-93963-0_2","published":{"date-parts":[[2003]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T03:21:17Z","timestamp":1648956077428},"publisher-location":"Wiesbaden","reference-count":0,"publisher":"Vieweg+Teubner Verlag","isbn-type":[{"value":"9783528158781","type":"print"},{"value":"9783663016120","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004]]},"DOI":"10.1007\/978-3-663-01612-0_2","type":"book-chapter","created":{"date-parts":[[2012,11,26]],"date-time":"2012-11-26T15:59:19Z","timestamp":1353945559000},"page":"41-76","source":"Crossref","is-referenced-by-count":0,"title":["RFC-Desktop-Integration und die COM-Architektur"],"prefix":"10.1007","author":[{"given":"Patrick","family":"Theobald","sequence":"first","affiliation":[]}],"member":"297","container-title":["SAP - R\/3\u00ae Kommunikation mit RFC und Visual Basic"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-663-01612-0_2.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,11,20]],"date-time":"2020-11-20T11:11:58Z","timestamp":1605870718000},"score":17.856941,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-663-01612-0_2"}},"issued":{"date-parts":[[2004]]},"ISBN":["9783528158781","9783663016120"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-663-01612-0_2","published":{"date-parts":[[2004]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T14:23:41Z","timestamp":1649082221193},"publisher-location":"Berlin, - Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1007\/978-3-540-29805-2_3833","type":"book-chapter","created":{"date-parts":[[2006,11,3]],"date-time":"2006-11-03T02:58:07Z","timestamp":1162522687000},"page":"2127-2127","source":"Crossref","is-referenced-by-count":0,"title":["RFC"],"prefix":"10.1007","member":"297","container-title":["Encyclopedia - of Pain"],"deposited":{"date-parts":[[2019,11,5]],"date-time":"2019-11-05T08:17:49Z","timestamp":1572941869000},"score":17.78179,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-540-29805-2_3833"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-540-29805-2_3833"},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T14:54:40Z","timestamp":1648652080795},"reference-count":0,"publisher":"Servicio + R\/3\u00ae Kommunikation mit RFC und Visual Basic"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-663-01612-0_2.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,11,20]],"date-time":"2020-11-20T11:11:58Z","timestamp":1605870718000},"score":17.850471,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-663-01612-0_2"}},"issued":{"date-parts":[[2004]]},"ISBN":["9783528158781","9783663016120"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-663-01612-0_2","published":{"date-parts":[[2004]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T14:54:40Z","timestamp":1648652080795},"reference-count":0,"publisher":"Servicio de Publicaciones de la Universidad de Navarra","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.15581\/018.ind-160","type":"book-chapter","created":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T09:04:25Z","timestamp":1507280665000},"source":"Crossref","is-referenced-by-count":0,"title":["Responsabilidad Familiar Corporativa (RFC): Chile"],"prefix":"10.15581","author":[{"given":"Nuria","family":"Chinchilla","sequence":"first","affiliation":[]},{"given":"Mireia","family":"Las Heras","sequence":"additional","affiliation":[]},{"given":"Esther","family":"Jim\u00e9nez","sequence":"additional","affiliation":[]},{"given":"Mar\u00eda Jos\u00e9","family":"Bosch","sequence":"additional","affiliation":[]},{"given":"Mar\u00eda Paz","family":"Riumall\u00f3 Herl","sequence":"additional","affiliation":[]}],"member":"6226","published-online":{"date-parts":[[2017]]},"container-title":["Responsabilidad - Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T09:04:26Z","timestamp":1507280666000},"score":17.760412,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=143729&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-160","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T06:08:15Z","timestamp":1648879695457},"reference-count":0,"publisher":"Servicio + Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T09:04:26Z","timestamp":1507280666000},"score":17.802397,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=143729&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-160","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T14:23:41Z","timestamp":1649082221193},"publisher-location":"Berlin, + Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1007\/978-3-540-29805-2_3833","type":"book-chapter","created":{"date-parts":[[2006,11,3]],"date-time":"2006-11-03T02:58:07Z","timestamp":1162522687000},"page":"2127-2127","source":"Crossref","is-referenced-by-count":0,"title":["RFC"],"prefix":"10.1007","member":"297","container-title":["Encyclopedia + of Pain"],"deposited":{"date-parts":[[2019,11,5]],"date-time":"2019-11-05T08:17:49Z","timestamp":1572941869000},"score":17.740675,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-540-29805-2_3833"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-540-29805-2_3833"},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T06:08:15Z","timestamp":1648879695457},"reference-count":0,"publisher":"Servicio de Publicaciones de la Universidad de Navarra","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.15581\/018.ind-165","type":"book-chapter","created":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T09:04:25Z","timestamp":1507280665000},"source":"Crossref","is-referenced-by-count":0,"title":["Responsabilidad Familiar Corporativa (RFC): Ciudad Ju\u00e1rez"],"prefix":"10.15581","author":[{"given":"Nuria","family":"Chinchilla","sequence":"first","affiliation":[]},{"given":"Mireia","family":"Las Heras","sequence":"additional","affiliation":[]},{"given":"Esther","family":"Jim\u00e9nez","sequence":"additional","affiliation":[]},{"given":"Magdalena","family":"Cedillos Barraza","sequence":"additional","affiliation":[]},{"given":"Silvia","family":"Li\u00f1an Trevi\u00f1o","sequence":"additional","affiliation":[]}],"member":"6226","published-online":{"date-parts":[[2017]]},"container-title":["Responsabilidad - Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T09:04:27Z","timestamp":1507280667000},"score":17.710281,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144058&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-165","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T23:21:55Z","timestamp":1648941715262},"reference-count":3,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1981]]},"DOI":"10.1016\/b978-0-08-025697-9.50068-3","type":"book-chapter","created":{"date-parts":[[2013,11,18]],"date-time":"2013-11-18T11:49:19Z","timestamp":1384775359000},"page":"1083-1088","source":"Crossref","is-referenced-by-count":0,"title":["HIGH + Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T09:04:27Z","timestamp":1507280667000},"score":17.657291,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144058&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-165","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T23:21:55Z","timestamp":1648941715262},"reference-count":3,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1981]]},"DOI":"10.1016\/b978-0-08-025697-9.50068-3","type":"book-chapter","created":{"date-parts":[[2013,11,18]],"date-time":"2013-11-18T11:49:19Z","timestamp":1384775359000},"page":"1083-1088","source":"Crossref","is-referenced-by-count":0,"title":["HIGH POWER RF SYSTEMS OF RFC-XX"],"prefix":"10.1016","author":[{"given":"T.","family":"Aoki","sequence":"first","affiliation":[]},{"given":"K.","family":"Adati","sequence":"additional","affiliation":[]},{"given":"Y.","family":"Ohkubo","sequence":"additional","affiliation":[]},{"given":"T.","family":"Watari","sequence":"additional","affiliation":[]},{"given":"A.","family":"Miyahara","sequence":"additional","affiliation":[]},{"family":"RFC group","sequence":"additional","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-08-025697-9.50068-3_bib1","unstructured":"Adati, K., Watari, T., Aoki, T. et al., 8th International Conference on Plasma Physics and Controlled Nuclear Fusion Research, Brussels, 1980 (IAEA-CN-38\/F-5)."},{"key":"10.1016\/B978-0-08-025697-9.50068-3_bib2","unstructured":"Aoki, T. et al. Proc. of 10th Symposium of Fusion Technology, 1978, p.277."},{"key":"10.1016\/B978-0-08-025697-9.50068-3_bib3","unstructured":"Yasaka, Y. and Itatani, R., Proc. of Joint Varenna-Grenoble International Symposium, - Grenoble, 1978, p.139."}],"container-title":["Fusion Technology 1980"],"deposited":{"date-parts":[[2018,10,10]],"date-time":"2018-10-10T06:20:30Z","timestamp":1539152430000},"score":17.61087,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780080256979500683"}},"issued":{"date-parts":[[1981]]},"references-count":3,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-08-025697-9.50068-3","published":{"date-parts":[[1981]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T22:52:26Z","timestamp":1648680746699},"reference-count":0,"publisher":"Servicio + Grenoble, 1978, p.139."}],"container-title":["Fusion Technology 1980"],"deposited":{"date-parts":[[2018,10,10]],"date-time":"2018-10-10T06:20:30Z","timestamp":1539152430000},"score":17.652912,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780080256979500683"}},"issued":{"date-parts":[[1981]]},"references-count":3,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-08-025697-9.50068-3","published":{"date-parts":[[1981]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T22:52:26Z","timestamp":1648680746699},"reference-count":0,"publisher":"Servicio de Publicaciones de la Universidad de Navarra","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.15581\/018.ind-162","type":"book-chapter","created":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T09:04:25Z","timestamp":1507280665000},"source":"Crossref","is-referenced-by-count":0,"title":["Responsabilidad Familiar Corporativa (RFC): M\u00e9xico"],"prefix":"10.15581","author":[{"given":"Nuria","family":"Chinchilla","sequence":"first","affiliation":[]},{"given":"Mireia","family":"Las Heras","sequence":"additional","affiliation":[]},{"given":"Esther","family":"Jim\u00e9nez","sequence":"additional","affiliation":[]},{"given":"Mar\u00eda del Carmen","family":"Bernal","sequence":"additional","affiliation":[]},{"given":"Alejandra","family":"Moreno Maya","sequence":"additional","affiliation":[]},{"given":"Jennifer","family":"S\u00e1nchez \u00c1lvarez","sequence":"additional","affiliation":[]}],"member":"6226","published-online":{"date-parts":[[2017]]},"container-title":["Responsabilidad - Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T09:04:26Z","timestamp":1507280666000},"score":17.418583,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144055&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-162","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T21:44:41Z","timestamp":1648935881307},"reference-count":0,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005]]},"DOI":"10.1016\/b978-193226698-6\/50023-4","type":"book-chapter","created":{"date-parts":[[2007,6,11]],"date-time":"2007-06-11T13:04:17Z","timestamp":1181567057000},"page":"vii","source":"Crossref","is-referenced-by-count":0,"title":["Technical - Editor and Contributing Author"],"prefix":"10.1016","member":"78","container-title":["Software - Piracy Exposed"],"deposited":{"date-parts":[[2019,1,6]],"date-time":"2019-01-06T19:56:53Z","timestamp":1546804613000},"score":17.396578,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781932266986500234"}},"issued":{"date-parts":[[2005]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-193226698-6\/50023-4","published":{"date-parts":[[2005]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T01:20:35Z","timestamp":1648862435033},"publisher-location":"Berlin, + Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T09:04:26Z","timestamp":1507280666000},"score":17.417933,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144055&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-162","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T01:20:35Z","timestamp":1648862435033},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1007\/978-3-642-28753-4_102016","type":"book-chapter","created":{"date-parts":[[2013,11,29]],"date-time":"2013-11-29T22:43:51Z","timestamp":1385765031000},"page":"3417-3417","source":"Crossref","is-referenced-by-count":0,"title":["RFC"],"prefix":"10.1007","member":"297","container-title":["Encyclopedia - of Pain"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-28753-4_102016","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2013,11,29]],"date-time":"2013-11-29T22:44:58Z","timestamp":1385765098000},"score":17.24538,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-28753-4_102016"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-28753-4_102016","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T23:44:41Z","timestamp":1648511081351},"publisher-location":"Cham","reference-count":0,"publisher":"Springer + of Pain"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-28753-4_102016","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2013,11,29]],"date-time":"2013-11-29T22:44:58Z","timestamp":1385765098000},"score":17.240366,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-28753-4_102016"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-28753-4_102016","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T23:44:41Z","timestamp":1648511081351},"publisher-location":"Cham","reference-count":0,"publisher":"Springer International Publishing","license":[{"start":{"date-parts":[[2017,1,1]],"date-time":"2017-01-01T00:00:00Z","timestamp":1483228800000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017]]},"DOI":"10.1007\/978-3-319-17885-1_101537","type":"book-chapter","created":{"date-parts":[[2017,5,11]],"date-time":"2017-05-11T16:12:40Z","timestamp":1494519160000},"page":"1775-1775","source":"Crossref","is-referenced-by-count":0,"title":["RFC"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2017,5,12]]},"container-title":["Encyclopedia - of GIS"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-17885-1_101537","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2017,5,11]],"date-time":"2017-05-11T16:14:39Z","timestamp":1494519279000},"score":17.226404,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-17885-1_101537"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-17885-1_101537","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:28:31Z","timestamp":1648798111844},"reference-count":85,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005]]},"DOI":"10.1016\/b978-155860834-4\/50033-0","type":"book-chapter","created":{"date-parts":[[2007,8,9]],"date-time":"2007-08-09T11:31:53Z","timestamp":1186659113000},"page":"325-329","source":"Crossref","is-referenced-by-count":0,"title":["RFC + of GIS"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-17885-1_101537","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2017,5,11]],"date-time":"2017-05-11T16:14:39Z","timestamp":1494519279000},"score":17.226585,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-17885-1_101537"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-17885-1_101537","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T12:12:52Z","timestamp":1648901572397},"reference-count":0,"publisher":"Servicio + de Publicaciones de la Universidad de Navarra","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.15581\/018.ind-166","type":"book-chapter","created":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T05:04:25Z","timestamp":1507266265000},"source":"Crossref","is-referenced-by-count":0,"title":["Responsabilidad + Familiar Corporativa (RFC): Guatemala"],"prefix":"10.15581","author":[{"given":"Nuria","family":"Chinchilla","sequence":"first","affiliation":[]},{"given":"Mireia","family":"Las + Heras","sequence":"additional","affiliation":[]},{"given":"Esther","family":"Jim\u00e9nez","sequence":"additional","affiliation":[]},{"given":"Hugo","family":"Cruz","sequence":"additional","affiliation":[]},{"given":"Mar\u00eda + Olga","family":"Uma\u00f1a de Matheu","sequence":"additional","affiliation":[]},{"given":"Elisa","family":"G\u00f3mez + de Rodr\u00edguez","sequence":"additional","affiliation":[]}],"member":"6226","published-online":{"date-parts":[[2017]]},"container-title":["Responsabilidad + Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T05:04:28Z","timestamp":1507266268000},"score":17.219154,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144059&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-166","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T21:44:41Z","timestamp":1648935881307},"reference-count":0,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005]]},"DOI":"10.1016\/b978-193226698-6\/50023-4","type":"book-chapter","created":{"date-parts":[[2007,6,11]],"date-time":"2007-06-11T13:04:17Z","timestamp":1181567057000},"page":"vii","source":"Crossref","is-referenced-by-count":0,"title":["Technical + Editor and Contributing Author"],"prefix":"10.1016","member":"78","container-title":["Software + Piracy Exposed"],"deposited":{"date-parts":[[2019,1,6]],"date-time":"2019-01-06T19:56:53Z","timestamp":1546804613000},"score":17.20127,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781932266986500234"}},"issued":{"date-parts":[[2005]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-193226698-6\/50023-4","published":{"date-parts":[[2005]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:28:31Z","timestamp":1648798111844},"reference-count":85,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005]]},"DOI":"10.1016\/b978-155860834-4\/50033-0","type":"book-chapter","created":{"date-parts":[[2007,8,9]],"date-time":"2007-08-09T11:31:53Z","timestamp":1186659113000},"page":"325-329","source":"Crossref","is-referenced-by-count":0,"title":["RFC References"],"prefix":"10.1016","member":"78","reference":[{"key":"10.1016\/B978-155860834-4\/50033-0_bib1","author":"Crocker","year":"1969","journal-title":"\u201cHost Software\u201d"},{"key":"10.1016\/B978-155860834-4\/50033-0_bib2","author":"Bhushan","year":"1971","journal-title":"\u201cA File Transfer Protocol\u201d"},{"key":"10.1016\/B978-155860834-4\/50033-0_bib3","doi-asserted-by":"crossref","author":"Harrenstien","year":"1985","journal-title":"\u201cDoD @@ -269,12 +275,6 @@ http_interactions: the Extensible Messaging and Presence Protocol (XMPP) to Common Presence and Instant Messaging (CPIM)\u201d","author":"Saint-Andre","year":"2004"},{"key":"10.1016\/B978-155860834-4\/50033-0_bib85","series-title":"\u201cA Mission Statement for the IETF\u201d","author":"Alvestrand","year":"2004"}],"container-title":["Content - Networking"],"deposited":{"date-parts":[[2019,1,5]],"date-time":"2019-01-05T08:20:14Z","timestamp":1546676414000},"score":17.197777,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781558608344500330"}},"issued":{"date-parts":[[2005]]},"references-count":85,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-155860834-4\/50033-0","published":{"date-parts":[[2005]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T12:12:52Z","timestamp":1648901572397},"reference-count":0,"publisher":"Servicio - de Publicaciones de la Universidad de Navarra","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.15581\/018.ind-166","type":"book-chapter","created":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T05:04:25Z","timestamp":1507266265000},"source":"Crossref","is-referenced-by-count":0,"title":["Responsabilidad - Familiar Corporativa (RFC): Guatemala"],"prefix":"10.15581","author":[{"given":"Nuria","family":"Chinchilla","sequence":"first","affiliation":[]},{"given":"Mireia","family":"Las - Heras","sequence":"additional","affiliation":[]},{"given":"Esther","family":"Jim\u00e9nez","sequence":"additional","affiliation":[]},{"given":"Hugo","family":"Cruz","sequence":"additional","affiliation":[]},{"given":"Mar\u00eda - Olga","family":"Uma\u00f1a de Matheu","sequence":"additional","affiliation":[]},{"given":"Elisa","family":"G\u00f3mez - de Rodr\u00edguez","sequence":"additional","affiliation":[]}],"member":"6226","published-online":{"date-parts":[[2017]]},"container-title":["Responsabilidad - Familiar Corporativa (RFC): Colombia"],"deposited":{"date-parts":[[2017,10,6]],"date-time":"2017-10-06T05:04:28Z","timestamp":1507266268000},"score":17.176987,"resource":{"primary":{"URL":"http:\/\/www.ieseinsight.com\/fichaMaterial.aspx?pk=144059&idi=1&origen=1"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15581\/018.ind-166","published":{"date-parts":[[2017]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Host+Software+1969+RFC+Editor"}}}' - recorded_at: Sat, 07 Jan 2023 00:50:57 GMT + Networking"],"deposited":{"date-parts":[[2019,1,5]],"date-time":"2019-01-05T08:20:14Z","timestamp":1546676414000},"score":17.156904,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781558608344500330"}},"issued":{"date-parts":[[2005]]},"references-count":85,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-155860834-4\/50033-0","published":{"date-parts":[[2005]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Host+Software+1969+RFC+Editor"}}}' + recorded_at: Sun, 15 Jan 2023 19:22:27 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/database.yml b/spec/vcr_cassettes/database.yml index 65546a7..a372f0f 100644 --- a/spec/vcr_cassettes/database.yml +++ b/spec/vcr_cassettes/database.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:19 GMT + - Sun, 15 Jan 2023 19:23:44 GMT Content-Type: - application/json Content-Length: - '479' Set-Cookie: - - AWSALB=Qxg5Td3B/Ko1qdtqAVEcimAUrrIRRuNKKGciZo+kMdPTcojeyG4h5+AmYFQfVyKlO3/cQXSCwJcMO3G3BS2zdvjut9c7pBZP8ibBeW90Gyv51NBKVxycG+ZOZ2z1; - Expires=Sat, 14 Jan 2023 00:51:19 GMT; Path=/ - - AWSALBCORS=Qxg5Td3B/Ko1qdtqAVEcimAUrrIRRuNKKGciZo+kMdPTcojeyG4h5+AmYFQfVyKlO3/cQXSCwJcMO3G3BS2zdvjut9c7pBZP8ibBeW90Gyv51NBKVxycG+ZOZ2z1; - Expires=Sat, 14 Jan 2023 00:51:19 GMT; Path=/; SameSite=None + - AWSALB=GJVg52rROdB61Dbgbhae9kh4xmWHXrVL2ffLi7VNXHM/u9+m40hRf81sRWv1jcPKpnWEmYNB4tlYExGKdefkNr8RzAtXKxkjsvOuQH3X8FH1mw92xDnblb7+BL3x; + Expires=Sun, 22 Jan 2023 19:23:44 GMT; Path=/ + - AWSALBCORS=GJVg52rROdB61Dbgbhae9kh4xmWHXrVL2ffLi7VNXHM/u9+m40hRf81sRWv1jcPKpnWEmYNB4tlYExGKdefkNr8RzAtXKxkjsvOuQH3X8FH1mw92xDnblb7+BL3x; + Expires=Sun, 22 Jan 2023 19:23:44 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -60,7 +60,7 @@ http_interactions: encoding: ASCII-8BIT string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2022,12,2]],"date-time":"2022-12-02T06:01:09Z","timestamp":1669960869907},"reference-count":0,"publisher":"EMBL-EBI","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"DOI":"10.6019\/pxd038478","type":"database","created":{"date-parts":[[2022,12,1]],"date-time":"2022-12-01T09:40:58Z","timestamp":1669887658000},"source":"Crossref","is-referenced-by-count":0,"title":["ProteomeXchange dataset"],"prefix":"10.6019","member":"4043","container-title":[],"original-title":[],"deposited":{"date-parts":[[2022,12,1]],"date-time":"2022-12-01T09:41:00Z","timestamp":1669887660000},"score":1,"resource":{"primary":{"URL":"http:\/\/central.proteomexchange.org\/PXD038478"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.6019\/pxd038478","relation":{}}}' - recorded_at: Sat, 07 Jan 2023 00:51:19 GMT + recorded_at: Sun, 15 Jan 2023 19:23:44 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book,type:book-set,type:edited-book,type:monograph,type:reference-book&query=2022 @@ -80,11 +80,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:21 GMT + - Sun, 15 Jan 2023 19:23:47 GMT Content-Type: - application/json Content-Length: - - '9221' + - '8639' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -112,7 +112,7 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":88810,"items":[{"indexed":{"date-parts":[[2022,12,8]],"date-time":"2022-12-08T05:29:34Z","timestamp":1670477374798},"reference-count":0,"publisher":"Superior + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":89483,"items":[{"indexed":{"date-parts":[[2022,12,8]],"date-time":"2022-12-08T05:29:34Z","timestamp":1670477374798},"reference-count":0,"publisher":"Superior University, Lahore","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,12,17]]},"abstract":"All Private Sector Universities of Pakistan (APSUP) organized the grand entrepreneurial expo of the year SEE Pakistan 2022 and collaborated with its member universities @@ -135,13 +135,11 @@ http_interactions: fetch opportunities for investment for their startups. APSUP takes pride in this entrepreneurial drive which is meant to uplift the entrepreneurial ecosystem through SEE Pakistan.<\/jats:p>","DOI":"10.56536\/sp2022","type":"edited-book","created":{"date-parts":[[2022,12,7]],"date-time":"2022-12-07T07:17:55Z","timestamp":1670397475000},"source":"Crossref","is-referenced-by-count":0,"title":["See - Pakistan 2022"],"prefix":"10.56536","member":"35304","published-online":{"date-parts":[[2022,12,17]]},"deposited":{"date-parts":[[2022,12,7]],"date-time":"2022-12-07T07:17:57Z","timestamp":1670397477000},"score":5.5364017,"resource":{"primary":{"URL":"https:\/\/oric.superior.edu.pk\/assets\/books\/See + Pakistan 2022"],"prefix":"10.56536","member":"35304","published-online":{"date-parts":[[2022,12,17]]},"deposited":{"date-parts":[[2022,12,7]],"date-time":"2022-12-07T07:17:57Z","timestamp":1670397477000},"score":5.511315,"resource":{"primary":{"URL":"https:\/\/oric.superior.edu.pk\/assets\/books\/See Pakistan 2022.pdf"}},"issued":{"date-parts":[[2022,12,17]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.56536\/sp2022","published":{"date-parts":[[2022,12,17]]}},{"indexed":{"date-parts":[[2022,11,26]],"date-time":"2022-11-26T06:02:48Z","timestamp":1669442568631},"reference-count":0,"publisher":"De - Gruyter","isbn-type":[{"value":"9783110769593","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,21]]},"DOI":"10.1515\/9783110769593","type":"edited-book","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T13:41:08Z","timestamp":1669124468000},"source":"Crossref","is-referenced-by-count":0,"title":["2022"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2022,11,14]]},"deposited":{"date-parts":[[2022,11,25]],"date-time":"2022-11-25T13:53:57Z","timestamp":1669384437000},"score":5.4966,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110769593\/html"}},"issued":{"date-parts":[[2022,11,14]]},"ISBN":["9783110769593"],"references-count":0,"alternative-id":["10.1515\/9783110769593"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110769593","published":{"date-parts":[[2022,11,14]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:53:55Z","timestamp":1669182835223},"reference-count":0,"publisher":"De - Gruyter","isbn-type":[{"value":"9783110774320","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,21]]},"DOI":"10.1515\/9783110774320","type":"edited-book","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T13:19:54Z","timestamp":1669123194000},"source":"Crossref","is-referenced-by-count":0,"title":["2022\/2023"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2022,10,25]]},"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T13:20:10Z","timestamp":1669123210000},"score":5.4787683,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110774320\/html"}},"issued":{"date-parts":[[2022,10,25]]},"ISBN":["9783110774320"],"references-count":0,"alternative-id":["10.1515\/9783110774320"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110774320","published":{"date-parts":[[2022,10,25]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:58:51Z","timestamp":1666760331915},"reference-count":0,"publisher":"De - Gruyter","isbn-type":[{"value":"9783110770155","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,10,24]]},"DOI":"10.1515\/9783110770155","type":"book","created":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T13:27:50Z","timestamp":1666704470000},"source":"Crossref","is-referenced-by-count":0,"title":["2022\/2023"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2022,10,10]]},"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T13:27:55Z","timestamp":1666704475000},"score":5.4787683,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110770155\/html"}},"issued":{"date-parts":[[2022,10,10]]},"ISBN":["9783110770155"],"references-count":0,"alternative-id":["10.1515\/9783110770155"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110770155","published":{"date-parts":[[2022,10,10]]}},{"indexed":{"date-parts":[[2022,9,9]],"date-time":"2022-09-09T07:42:27Z","timestamp":1662709347789},"reference-count":0,"publisher":"International - Monetary Fund","isbn-type":[{"value":"9798400210082","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,8,12]]},"DOI":"10.5089\/9798400210082.017","type":"book","created":{"date-parts":[[2022,9,9]],"date-time":"2022-09-09T07:20:45Z","timestamp":1662708045000},"source":"Crossref","is-referenced-by-count":0,"title":["IEO - Annual Report 2022"],"prefix":"10.5089","member":"3029","published-online":{"date-parts":[[2022,8,12]]},"deposited":{"date-parts":[[2022,9,9]],"date-time":"2022-09-09T07:20:48Z","timestamp":1662708048000},"score":5.470363,"resource":{"primary":{"URL":"https:\/\/elibrary.imf.org\/openurl?genre=book&isbn=9798400210082"}},"issued":{"date-parts":[[2022,8,12]]},"ISBN":["9798400210082"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5089\/9798400210082.017","published":{"date-parts":[[2022,8,12]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:59:23Z","timestamp":1669183163249},"reference-count":0,"publisher":"ZRC + Gruyter","isbn-type":[{"value":"9783110769593","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,21]]},"DOI":"10.1515\/9783110769593","type":"edited-book","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T13:41:08Z","timestamp":1669124468000},"source":"Crossref","is-referenced-by-count":0,"title":["2022"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2022,11,14]]},"deposited":{"date-parts":[[2022,11,25]],"date-time":"2022-11-25T13:53:57Z","timestamp":1669384437000},"score":5.471826,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110769593\/html"}},"issued":{"date-parts":[[2022,11,14]]},"ISBN":["9783110769593"],"references-count":0,"alternative-id":["10.1515\/9783110769593"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110769593","published":{"date-parts":[[2022,11,14]]}},{"indexed":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T05:18:33Z","timestamp":1666243113282},"reference-count":0,"publisher":"International + Monetary Fund","isbn-type":[{"value":"9798400212741","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,10,12]]},"DOI":"10.5089\/9798400212741.089","type":"book","created":{"date-parts":[[2022,10,19]],"date-time":"2022-10-19T11:17:52Z","timestamp":1666178272000},"source":"Crossref","is-referenced-by-count":0,"title":["Fiscal + Monitor, October 2022"],"prefix":"10.5089","member":"3029","published-online":{"date-parts":[[2022,10,12]]},"deposited":{"date-parts":[[2022,10,19]],"date-time":"2022-10-19T11:17:54Z","timestamp":1666178274000},"score":5.435028,"resource":{"primary":{"URL":"https:\/\/elibrary.imf.org\/openurl?genre=book&isbn=9798400212741"}},"issued":{"date-parts":[[2022,10,12]]},"ISBN":["9798400212741"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5089\/9798400212741.089","published":{"date-parts":[[2022,10,12]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:59:23Z","timestamp":1669183163249},"reference-count":0,"publisher":"ZRC SAZU, Zalo\u017eba ZRC","isbn-type":[{"value":"9789610506836","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,21]]},"abstract":"The Alternator 2022 collection contains sixteen articles selected by the editorial staff that were published in the online journal Alternator (www.alternator.science) @@ -154,13 +152,13 @@ http_interactions: a variety of topics from the fields of linguistics, philosophy, art history, psychology, sociology, and law, biology, chemistry, physics, environment, and computer science. It also includes reflections on science as such.<\/jats:p>","DOI":"10.3986\/9789610506829","type":"edited-book","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:30:08Z","timestamp":1669138208000},"source":"Crossref","is-referenced-by-count":0,"title":["Alternator - 2022"],"prefix":"10.3986","member":"2363","deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:30:10Z","timestamp":1669138210000},"score":5.457367,"resource":{"primary":{"URL":"https:\/\/omp.zrc-sazu.si\/zalozba\/catalog\/book\/2034"}},"editor":[{"ORCID":"http:\/\/orcid.org\/0000-0003-2701-5897","authenticated-orcid":false,"given":"Anja","family":"Skapin","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022,11,21]]},"ISBN":["9789610506836"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3986\/9789610506829","published":{"date-parts":[[2022,11,21]]}},{"indexed":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T05:18:33Z","timestamp":1666243113282},"reference-count":0,"publisher":"International - Monetary Fund","isbn-type":[{"value":"9798400212741","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,10,12]]},"DOI":"10.5089\/9798400212741.089","type":"book","created":{"date-parts":[[2022,10,19]],"date-time":"2022-10-19T11:17:52Z","timestamp":1666178272000},"source":"Crossref","is-referenced-by-count":0,"title":["Fiscal - Monitor, October 2022"],"prefix":"10.5089","member":"3029","published-online":{"date-parts":[[2022,10,12]]},"deposited":{"date-parts":[[2022,10,19]],"date-time":"2022-10-19T11:17:54Z","timestamp":1666178274000},"score":5.4519534,"resource":{"primary":{"URL":"https:\/\/elibrary.imf.org\/openurl?genre=book&isbn=9798400212741"}},"issued":{"date-parts":[[2022,10,12]]},"ISBN":["9798400212741"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5089\/9798400212741.089","published":{"date-parts":[[2022,10,12]]}},{"indexed":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T09:46:34Z","timestamp":1665567994218},"reference-count":0,"publisher":"International - Monetary Fund","isbn-type":[{"value":"9798400218439","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,10,11]]},"DOI":"10.5089\/9798400218439.081","type":"book","created":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T09:17:48Z","timestamp":1665566268000},"source":"Crossref","is-referenced-by-count":0,"title":["World - Economic Outlook, October 2022"],"prefix":"10.5089","member":"3029","published-online":{"date-parts":[[2022,10,11]]},"deposited":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T09:17:50Z","timestamp":1665566270000},"score":5.440297,"resource":{"primary":{"URL":"https:\/\/elibrary.imf.org\/openurl?genre=book&isbn=9798400218439"}},"issued":{"date-parts":[[2022,10,11]]},"ISBN":["9798400218439"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5089\/9798400218439.081","published":{"date-parts":[[2022,10,11]]}},{"indexed":{"date-parts":[[2022,9,9]],"date-time":"2022-09-09T07:41:52Z","timestamp":1662709312002},"reference-count":0,"publisher":"International + 2022"],"prefix":"10.3986","member":"2363","deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:30:10Z","timestamp":1669138210000},"score":5.4328995,"resource":{"primary":{"URL":"https:\/\/omp.zrc-sazu.si\/zalozba\/catalog\/book\/2034"}},"editor":[{"ORCID":"http:\/\/orcid.org\/0000-0003-2701-5897","authenticated-orcid":false,"given":"Anja","family":"Skapin","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022,11,21]]},"ISBN":["9789610506836"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3986\/9789610506829","published":{"date-parts":[[2022,11,21]]}},{"indexed":{"date-parts":[[2022,9,9]],"date-time":"2022-09-09T07:42:27Z","timestamp":1662709347789},"reference-count":0,"publisher":"International + Monetary Fund","isbn-type":[{"value":"9798400210082","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,8,12]]},"DOI":"10.5089\/9798400210082.017","type":"book","created":{"date-parts":[[2022,9,9]],"date-time":"2022-09-09T07:20:45Z","timestamp":1662708045000},"source":"Crossref","is-referenced-by-count":0,"title":["IEO + Annual Report 2022"],"prefix":"10.5089","member":"3029","published-online":{"date-parts":[[2022,8,12]]},"deposited":{"date-parts":[[2022,9,9]],"date-time":"2022-09-09T07:20:48Z","timestamp":1662708048000},"score":5.429687,"resource":{"primary":{"URL":"https:\/\/elibrary.imf.org\/openurl?genre=book&isbn=9798400210082"}},"issued":{"date-parts":[[2022,8,12]]},"ISBN":["9798400210082"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5089\/9798400210082.017","published":{"date-parts":[[2022,8,12]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:53:55Z","timestamp":1669182835223},"reference-count":0,"publisher":"De + Gruyter","isbn-type":[{"value":"9783110774320","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,21]]},"DOI":"10.1515\/9783110774320","type":"edited-book","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T13:19:54Z","timestamp":1669123194000},"source":"Crossref","is-referenced-by-count":0,"title":["2022\/2023"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2022,10,25]]},"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T13:20:10Z","timestamp":1669123210000},"score":5.4286284,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110774320\/html"}},"issued":{"date-parts":[[2022,10,25]]},"ISBN":["9783110774320"],"references-count":0,"alternative-id":["10.1515\/9783110774320"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110774320","published":{"date-parts":[[2022,10,25]]}},{"indexed":{"date-parts":[[2023,1,12]],"date-time":"2023-01-12T07:02:15Z","timestamp":1673506935739},"reference-count":0,"publisher":"De + Gruyter","isbn-type":[{"value":"9783110770155","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,10,24]]},"DOI":"10.1515\/9783110770155","type":"edited-book","created":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T13:27:50Z","timestamp":1666704470000},"source":"Crossref","is-referenced-by-count":0,"title":["2022\/2023"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2022,10,10]]},"deposited":{"date-parts":[[2023,1,11]],"date-time":"2023-01-11T16:55:03Z","timestamp":1673456103000},"score":5.4286284,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110770155\/html"}},"issued":{"date-parts":[[2022,10,10]]},"ISBN":["9783110770155"],"references-count":0,"alternative-id":["10.1515\/9783110770155"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110770155","published":{"date-parts":[[2022,10,10]]}},{"indexed":{"date-parts":[[2022,9,9]],"date-time":"2022-09-09T07:41:52Z","timestamp":1662709312002},"reference-count":0,"publisher":"International Monetary Fund","isbn-type":[{"value":"9798400214943","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,8,4]]},"DOI":"10.5089\/9798400214943.085","type":"book","created":{"date-parts":[[2022,8,5]],"date-time":"2022-08-05T15:28:02Z","timestamp":1659713282000},"source":"Crossref","is-referenced-by-count":0,"title":["External - Sector Report 2022"],"prefix":"10.5089","member":"3029","published-online":{"date-parts":[[2022,8,4]]},"deposited":{"date-parts":[[2022,9,9]],"date-time":"2022-09-09T07:05:16Z","timestamp":1662707116000},"score":5.426791,"resource":{"primary":{"URL":"https:\/\/elibrary.imf.org\/openurl?genre=book&isbn=9798400214943"}},"issued":{"date-parts":[[2022,8,4]]},"ISBN":["9798400214943"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5089\/9798400214943.085","published":{"date-parts":[[2022,8,4]]}},{"indexed":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T15:41:16Z","timestamp":1651160476848},"reference-count":0,"publisher":"VDI + Sector Report 2022"],"prefix":"10.5089","member":"3029","published-online":{"date-parts":[[2022,8,4]]},"deposited":{"date-parts":[[2022,9,9]],"date-time":"2022-09-09T07:05:16Z","timestamp":1662707116000},"score":5.4280415,"resource":{"primary":{"URL":"https:\/\/elibrary.imf.org\/openurl?genre=book&isbn=9798400214943"}},"issued":{"date-parts":[[2022,8,4]]},"ISBN":["9798400214943"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5089\/9798400214943.085","published":{"date-parts":[[2022,8,4]]}},{"indexed":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T15:41:16Z","timestamp":1651160476848},"reference-count":0,"publisher":"VDI Verlag","isbn-type":[{"value":"9783181023792","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"abstract":"

\n

Inhalt<\/p>\n

Einwirkung \u2013 Personen<\/p>\n

Bericht zum Stand der \u00dcberarbeitung der DIN 4150 Teil 2\u00a0 . . . . . 1<\/p>\n

\u00dcberarbeitete @@ -175,8 +173,41 @@ http_interactions: AIT \u2013 Austrian Institute of Technology, Wien, \u00d6sterreich;<\/p>\n

Neues Hochgeschwindigkeitslastmodell f\u00fcr Eisenbahnbr\u00fccken \u2013 Teil 1: Motivation, Ziele und aktuelle Erkenntnisse\u00a0 . . . . . . 67<\/p>\n

...<\/p>","DOI":"10.51202\/9783181023792","type":"book","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T15:08:50Z","timestamp":1651158530000},"source":"Crossref","is-referenced-by-count":0,"title":["Baudynamik - 2022"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T15:08:51Z","timestamp":1651158531000},"score":5.4137,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783181023792"}},"subtitle":[""],"editor":[{"name":"VDI - Wissensforum GmbH","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022]]},"ISBN":["9783181023792"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783181023792","published":{"date-parts":[[2022]]}},{"indexed":{"date-parts":[[2022,11,1]],"date-time":"2022-11-01T05:01:40Z","timestamp":1667278900430},"edition-number":"1","reference-count":0,"publisher":"\u0412\u0438\u0434\u0430\u0432\u043d\u0438\u0446\u0442\u0432\u043e + 2022"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T15:08:51Z","timestamp":1651158531000},"score":5.3967295,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783181023792"}},"subtitle":[""],"editor":[{"name":"VDI + Wissensforum GmbH","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022]]},"ISBN":["9783181023792"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783181023792","published":{"date-parts":[[2022]]}},{"indexed":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T09:46:34Z","timestamp":1665567994218},"reference-count":0,"publisher":"International + Monetary Fund","isbn-type":[{"value":"9798400218439","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,10,11]]},"DOI":"10.5089\/9798400218439.081","type":"book","created":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T09:17:48Z","timestamp":1665566268000},"source":"Crossref","is-referenced-by-count":0,"title":["World + Economic Outlook, October 2022"],"prefix":"10.5089","member":"3029","published-online":{"date-parts":[[2022,10,11]]},"deposited":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T09:17:50Z","timestamp":1665566270000},"score":5.3903933,"resource":{"primary":{"URL":"https:\/\/elibrary.imf.org\/openurl?genre=book&isbn=9798400218439"}},"issued":{"date-parts":[[2022,10,11]]},"ISBN":["9798400218439"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5089\/9798400218439.081","published":{"date-parts":[[2022,10,11]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:59:24Z","timestamp":1669183164034},"reference-count":0,"publisher":"NWV + Verlag","isbn-type":[{"value":"9783708341101","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,22]]},"abstract":"Ma\u00dfgebliche + juristische und verwaltungstechnische \u00c4nderungen im postsekund\u00e4ren + Bildungsbereich Das aktuelle Jahrbuch des \u00f6sterreichischen Hochschulrechts + bietet eine systematische Darstellung des ma\u00dfgeblichen juristischen und + verwaltungstechnischen Geschehens im gesamten postsekund\u00e4ren Bildungsbereich + im Jahr 2021. Dargestellt werden die Bereiche: - Qualit\u00e4tssicherung und + -management - Universit\u00e4ten - Privathochschulen und Privatuniversit\u00e4ten + - Fachhochschulen - P\u00e4dagogische Hochschulen - Forschungsf\u00f6rderung + - Studierendenvertretung - Statistik Bei der Besprechung der einzelnen Rechtsmaterien + werden jeweils Hinweise zu den wesentlichsten Adaptionen von Gesetzen und + Verordnungen geboten. Weiters werden einschl\u00e4gige Erl\u00e4sse und ministerielle + Stellungnahmen sowie die wichtigste Judikatur und Literatur dokumentiert. + Schlie\u00dflich finden sich in allen Kapiteln Fachbeitr\u00e4ge zu aktuellen + hochschulspezifischen Themenstellungen.<\/jats:p>","DOI":"10.37942\/9783708341101","type":"edited-book","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T15:51:42Z","timestamp":1669132302000},"source":"Crossref","is-referenced-by-count":0,"title":["Hochschulrecht + Jahrbuch 2022"],"prefix":"10.37942","member":"30674","published-online":{"date-parts":[[2022,11,22]]},"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T15:51:43Z","timestamp":1669132303000},"score":5.389733,"resource":{"primary":{"URL":"https:\/\/elibrary.verlagoesterreich.at\/book\/10.37942\/9783708341101"}},"editor":[{"given":"Werner","family":"Hauser","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022,11,22]]},"ISBN":["9783708341101"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.37942\/9783708341101","published":{"date-parts":[[2022,11,22]]}},{"indexed":{"date-parts":[[2022,7,9]],"date-time":"2022-07-09T14:16:29Z","timestamp":1657376189982},"reference-count":0,"publisher":"VDI + Verlag","isbn-type":[{"value":"9783181024010","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"abstract":"

\n

Content<\/p>\n

Architekturen<\/p>\n

The + Magna 7HDT400 for BMW\u2019s new 48V hybrid drive family\u00a0 .....1<\/p>\n

Modular + Torque Management Architecture .....13<\/p>\n

Sustainability & + LCA<\/p>\n

Life Cycle Assessments \u2013 Magna\u2019s Path to + Eco-Social Products ..... 27<\/p>\n

Methods<\/p>\n

Innovative + E-Drive testing and software optimization \u2013 Key to maximize range, comfort + and robustness of modern electric powertrains ..... 37<\/p>\n

Objectified + Evaluation of Fundamental Driveability Maneuvers at Powertrain-in-the-Loop + Testbeds for Electric Drive Units ..... 61<\/p>\n

Testing of shift + elements \u2013 Standardized Methods, State of the Art and Future Challenges + ..... 73<\/p>\n

...<\/p>","DOI":"10.51202\/9783181024010","type":"book","created":{"date-parts":[[2022,7,8]],"date-time":"2022-07-08T06:37:48Z","timestamp":1657262268000},"source":"Crossref","is-referenced-by-count":0,"title":["Dritev + 2022"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2022,7,8]],"date-time":"2022-07-08T06:37:50Z","timestamp":1657262270000},"score":5.389733,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783181024010"}},"subtitle":[""],"editor":[{"name":"VDI + Wissensforum GmbH","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022]]},"ISBN":["9783181024010"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783181024010","published":{"date-parts":[[2022]]}},{"indexed":{"date-parts":[[2022,11,16]],"date-time":"2022-11-16T05:38:17Z","timestamp":1668577097903},"edition-number":"2nd","reference-count":0,"publisher":"Michigan + Publishing Services","isbn-type":[{"value":"9781607857877","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,12,1]]},"DOI":"10.3998\/mpub.12741920","type":"monograph","created":{"date-parts":[[2022,11,15]],"date-time":"2022-11-15T20:13:08Z","timestamp":1668543188000},"source":"Crossref","is-referenced-by-count":0,"title":["CYGNSS + Handbook 2022"],"prefix":"10.3998","author":[{"given":"Chris","family":"Ruf","sequence":"first","affiliation":[]}],"member":"2393","published-online":{"date-parts":[[2022,11,22]]},"deposited":{"date-parts":[[2022,11,15]],"date-time":"2022-11-15T20:13:11Z","timestamp":1668543191000},"score":5.389733,"resource":{"primary":{"URL":"https:\/\/www.fulcrum.org\/concern\/monographs\/g445cg50v?locale=en"}},"issued":{"date-parts":[[2022,11,22]]},"ISBN":["9781607857877"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3998\/mpub.12741920","published":{"date-parts":[[2022,11,22]]}},{"indexed":{"date-parts":[[2022,11,1]],"date-time":"2022-11-01T05:01:40Z","timestamp":1667278900430},"edition-number":"1","reference-count":0,"publisher":"\u0412\u0438\u0434\u0430\u0432\u043d\u0438\u0446\u0442\u0432\u043e \u041d\u0430\u0446\u0456\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0443\u043d\u0456\u0432\u0435\u0440\u0441\u0438\u0442\u0435\u0442\u0443 \u00ab\u041e\u0441\u0442\u0440\u043e\u0437\u044c\u00ad\u043a\u0430 \u0430\u043a\u0430\u0434\u0435\u043c\u0456\u044f\u00bb","isbn-type":[{"value":"9786178041168","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,10,27]]},"abstract":"\u0423 @@ -216,81 +247,31 @@ http_interactions: \u0432\u043e\u044e\u044e\u0447\u0438\u0445 \u0441\u0442\u043e\u0440\u0456\u043d, \u0432\u0456\u0439\u0441\u044c\u043a\u043e\u0432\u0438\u043c\u0438 \u043a\u043e\u043d\u0444\u043b\u0456\u043a\u0442\u0430\u043c\u0438.<\/jats:p>","DOI":"10.25264\/978-617-8041-16-8","type":"edited-book","created":{"date-parts":[[2022,10,31]],"date-time":"2022-10-31T22:16:07Z","timestamp":1667254567000},"source":"Crossref","is-referenced-by-count":0,"title":["\u0406\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0439\u043d\u0430 \u0432\u0456\u0439\u043d\u0430 2014-2022 \u0440\u0440."],"prefix":"10.25264","author":[{"given":"\u0410\u043d\u0430\u0442\u043e\u043b\u0456\u0439","family":"\u0425\u0443\u0434\u043e\u043b\u0456\u0439","sequence":"first","affiliation":[]}],"member":"10892","original-title":["\u0406\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0439\u043d\u0430 - \u0432\u0456\u0439\u043d\u0430 2014-2022 \u0440\u0440."],"deposited":{"date-parts":[[2022,10,31]],"date-time":"2022-10-31T22:16:09Z","timestamp":1667254569000},"score":5.4063897,"resource":{"primary":{"URL":"https:\/\/eprints.oa.edu.ua\/8754\/1\/Informatsiina_viina.pdf"}},"issued":{"date-parts":[[2022,10,27]]},"ISBN":["9786178041168"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.25264\/978-617-8041-16-8","published":{"date-parts":[[2022,10,27]]}},{"indexed":{"date-parts":[[2022,11,26]],"date-time":"2022-11-26T05:41:37Z","timestamp":1669441297369},"reference-count":0,"publisher":"VDI - Verlag","isbn-type":[{"value":"9783181024065","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"abstract":"

\n

Content<\/p>\n

NIR Sensors<\/p>\n

Challenges - and potential of NIR sensors to simplify the generation of nitrogen flow balances - \u2013 Digital mapping of nitrogen cycles ..... 1<\/p>\n

On Farm - Validation of different NIR Sensors for Manure Sensing ..... 9<\/p>\n

Combine - Harvester<\/p>\n

Analysis of Combine Harvester Threshing Systems - Across Different Climate Regions ..... 17<\/p>\n

An interactive - solution to calibrate loss sensors of a combine harvester ..... 25<\/p>\n

Development - of a new structural undercarriage for combine harvesters ..... 31<\/p>\n

Combine - harvester \u2013 Outlining the combine harvester usage through CANBUS data - analysis ..... 41<\/p>\n

Energy<\/p>\n

Thermodynamic - modelling of a Biomass Organic Rankine Cycle for sustainable heat and power - cogeneration in greenhouses ..... 47<\/p>\n

Optimal design of - a hybrid power generation system for greenhouses ..... 53<\/p>\n

ContentThe - contribution of innovative semi-transparent photovoltaics for energy autonomy - in the field of greenhouse systems .....61<\/p>\n

Livestock<\/p>\n

Influence - of barn climate on the rumen temperature of lactating dairy cows \u2013 Does - the rumen temperature of dairy cows react under hea...<\/p>","DOI":"10.51202\/9783181024065","type":"edited-book","created":{"date-parts":[[2022,11,25]],"date-time":"2022-11-25T09:56:56Z","timestamp":1669370216000},"source":"Crossref","is-referenced-by-count":0,"title":["AgEng - LAND.TECHNIK 2022"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2022,11,25]],"date-time":"2022-11-25T09:58:42Z","timestamp":1669370322000},"score":5.4023623,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783181024065"}},"subtitle":[""],"editor":[{"name":"VDI - Wissensforum GmbH","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022]]},"ISBN":["9783181024065"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783181024065","published":{"date-parts":[[2022]]}},{"indexed":{"date-parts":[[2022,11,8]],"date-time":"2022-11-08T05:07:27Z","timestamp":1667884047529},"reference-count":0,"publisher":"Editura - Universitar\u0103 Ion Mincu","isbn-type":[{"value":"9786066382472","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"DOI":"10.54508\/9786066382472","type":"edited-book","created":{"date-parts":[[2022,11,7]],"date-time":"2022-11-07T09:01:21Z","timestamp":1667811681000},"source":"Crossref","is-referenced-by-count":0,"title":["SCHOLAR - ARCHITECT 2022"],"prefix":"10.54508","member":"32988","published-online":{"date-parts":[[2022]]},"deposited":{"date-parts":[[2022,11,7]],"date-time":"2022-11-07T09:01:22Z","timestamp":1667811682000},"score":5.4023623,"resource":{"primary":{"URL":"https:\/\/editura.uauim.ro\/pub\/496"}},"editor":[{"given":"Anda-Ioana","family":"SFINTE\u0218","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022]]},"ISBN":["9786066382472"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.54508\/9786066382472","published":{"date-parts":[[2022]]}},{"indexed":{"date-parts":[[2022,12,7]],"date-time":"2022-12-07T06:12:42Z","timestamp":1670393562336},"reference-count":0,"publisher":"Centrum - vedecko-technick\u00fdch inform\u00e1ci\u00ed SR","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,12]]},"DOI":"10.52036\/caslin2022","type":"edited-book","created":{"date-parts":[[2022,12,6]],"date-time":"2022-12-06T09:35:42Z","timestamp":1670319342000},"source":"Crossref","is-referenced-by-count":0,"title":["CASLIN - 2022 - Ptejte se knihovny!"],"prefix":"10.52036","member":"26645","deposited":{"date-parts":[[2022,12,6]],"date-time":"2022-12-06T09:35:45Z","timestamp":1670319345000},"score":5.4023623,"resource":{"primary":{"URL":"https:\/\/caslin2022.cvtisr.sk\/wp-content\/uploads\/2022\/12\/Caslin_2022_zavery.pdf"}},"editor":[{"given":"Tom\u00e1\u0161","family":"Fiala","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022,12]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.52036\/caslin2022","published":{"date-parts":[[2022,12]]}},{"indexed":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T12:46:37Z","timestamp":1665578797903},"reference-count":0,"publisher":"Verein - Deutscher Ingenieure e.V.","isbn-type":[{"value":"9783949971051","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"abstract":"

\n

Executive summary<\/p>\n

Kernaussagen<\/p>\n

Kernaussage - 1<\/p>\n

In Energieversorgungssystemen gibt es einen Bedarf an - zeitlicher Flexibilit\u00e4t auf Erzeugungs- und Verbraucherseite zum Ausgleich - von Energieangebot und -nachfrage. Energiespeicher stellen hierbei eine wichtige - Option im Portfolio der Flexibilit\u00e4tstechnologien dar. Der Einsatz von - einigen Energiespeichertechnologien ist seit Jahrzehnten Stand der Technik<\/p>\n

Kernaussage - 2<\/p>\n

Durch die fortschreitende Energiewende und den hierdurch - erforderlichen starken Ausbau fluktuierender erneuerbarer Energien erh\u00f6ht - sich der Flexibilit\u00e4tsbedarf. Hieraus ergeben sich neue Anforderungen - an Energiespeicher und Einsatzpotenziale f\u00fcr zentrale und dezentrale - Speichertechnologien in allen Zeitbereichen (Kurzzeitspeicher und Langzeitspeicher).<\/p>\n

Kernaussage - 3<\/p>\n

Energiespeicher liefern einen relevanten Beitrag, um - eine Abregelung von Erzeugungsspitzen erneuerbarer Energien zu verringern. - Eine vollst\u00e4ndige Vermeidung der Abregelung ist jedoch aus technischen, - \u00f6kologischen und wirtschaftlichen Gr\u00fcnden nicht sinnvoll.<\/p>\n

Kernaussage - 4<\/p>\n

Die Einsatzgebiete f\u00fcr Energiespeicher sind sehr - vielf\u00e4ltig und reichen von der Ultra-Kurzz...<\/p>","DOI":"10.51202\/9783949971051","type":"book","created":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T12:13:12Z","timestamp":1665576792000},"source":"Crossref","is-referenced-by-count":0,"title":["Energiespeicher"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T12:14:37Z","timestamp":1665576877000},"score":5.393703,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783949971051"}},"subtitle":["VDI-Statusreport - Mai 2022"],"editor":[{"name":"VDI","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022]]},"ISBN":["9783949971051"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783949971051","published":{"date-parts":[[2022]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:59:24Z","timestamp":1669183164034},"reference-count":0,"publisher":"NWV - Verlag","isbn-type":[{"value":"9783708341101","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,22]]},"abstract":"Ma\u00dfgebliche - juristische und verwaltungstechnische \u00c4nderungen im postsekund\u00e4ren - Bildungsbereich Das aktuelle Jahrbuch des \u00f6sterreichischen Hochschulrechts - bietet eine systematische Darstellung des ma\u00dfgeblichen juristischen und - verwaltungstechnischen Geschehens im gesamten postsekund\u00e4ren Bildungsbereich - im Jahr 2021. Dargestellt werden die Bereiche: - Qualit\u00e4tssicherung und - -management - Universit\u00e4ten - Privathochschulen und Privatuniversit\u00e4ten - - Fachhochschulen - P\u00e4dagogische Hochschulen - Forschungsf\u00f6rderung - - Studierendenvertretung - Statistik Bei der Besprechung der einzelnen Rechtsmaterien - werden jeweils Hinweise zu den wesentlichsten Adaptionen von Gesetzen und - Verordnungen geboten. Weiters werden einschl\u00e4gige Erl\u00e4sse und ministerielle - Stellungnahmen sowie die wichtigste Judikatur und Literatur dokumentiert. - Schlie\u00dflich finden sich in allen Kapiteln Fachbeitr\u00e4ge zu aktuellen - hochschulspezifischen Themenstellungen.<\/jats:p>","DOI":"10.37942\/9783708341101","type":"edited-book","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T15:51:42Z","timestamp":1669132302000},"source":"Crossref","is-referenced-by-count":0,"title":["Hochschulrecht - Jahrbuch 2022"],"prefix":"10.37942","member":"30674","published-online":{"date-parts":[[2022,11,22]]},"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T15:51:43Z","timestamp":1669132303000},"score":5.388694,"resource":{"primary":{"URL":"https:\/\/elibrary.verlagoesterreich.at\/book\/10.37942\/9783708341101"}},"editor":[{"given":"Werner","family":"Hauser","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022,11,22]]},"ISBN":["9783708341101"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.37942\/9783708341101","published":{"date-parts":[[2022,11,22]]}},{"indexed":{"date-parts":[[2022,7,9]],"date-time":"2022-07-09T14:16:29Z","timestamp":1657376189982},"reference-count":0,"publisher":"VDI - Verlag","isbn-type":[{"value":"9783181024010","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"abstract":"

\n

Content<\/p>\n

Architekturen<\/p>\n

The - Magna 7HDT400 for BMW\u2019s new 48V hybrid drive family\u00a0 .....1<\/p>\n

Modular - Torque Management Architecture .....13<\/p>\n

Sustainability & - LCA<\/p>\n

Life Cycle Assessments \u2013 Magna\u2019s Path to - Eco-Social Products ..... 27<\/p>\n

Methods<\/p>\n

Innovative - E-Drive testing and software optimization \u2013 Key to maximize range, comfort - and robustness of modern electric powertrains ..... 37<\/p>\n

Objectified - Evaluation of Fundamental Driveability Maneuvers at Powertrain-in-the-Loop - Testbeds for Electric Drive Units ..... 61<\/p>\n

Testing of shift - elements \u2013 Standardized Methods, State of the Art and Future Challenges - ..... 73<\/p>\n

...<\/p>","DOI":"10.51202\/9783181024010","type":"book","created":{"date-parts":[[2022,7,8]],"date-time":"2022-07-08T06:37:48Z","timestamp":1657262268000},"source":"Crossref","is-referenced-by-count":0,"title":["Dritev - 2022"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2022,7,8]],"date-time":"2022-07-08T06:37:50Z","timestamp":1657262270000},"score":5.388694,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783181024010"}},"subtitle":[""],"editor":[{"name":"VDI - Wissensforum GmbH","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022]]},"ISBN":["9783181024010"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783181024010","published":{"date-parts":[[2022]]}},{"indexed":{"date-parts":[[2022,11,16]],"date-time":"2022-11-16T05:38:17Z","timestamp":1668577097903},"edition-number":"2nd","reference-count":0,"publisher":"Michigan - Publishing Services","isbn-type":[{"value":"9781607857877","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,12,1]]},"DOI":"10.3998\/mpub.12741920","type":"monograph","created":{"date-parts":[[2022,11,15]],"date-time":"2022-11-15T20:13:08Z","timestamp":1668543188000},"source":"Crossref","is-referenced-by-count":0,"title":["CYGNSS - Handbook 2022"],"prefix":"10.3998","author":[{"given":"Chris","family":"Ruf","sequence":"first","affiliation":[]}],"member":"2393","published-online":{"date-parts":[[2022,11,22]]},"deposited":{"date-parts":[[2022,11,15]],"date-time":"2022-11-15T20:13:11Z","timestamp":1668543191000},"score":5.388694,"resource":{"primary":{"URL":"https:\/\/www.fulcrum.org\/concern\/monographs\/g445cg50v?locale=en"}},"issued":{"date-parts":[[2022,11,22]]},"ISBN":["9781607857877"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3998\/mpub.12741920","published":{"date-parts":[[2022,11,22]]}},{"indexed":{"date-parts":[[2022,11,16]],"date-time":"2022-11-16T05:42:30Z","timestamp":1668577350319},"reference-count":0,"publisher":"VDI + \u0432\u0456\u0439\u043d\u0430 2014-2022 \u0440\u0440."],"deposited":{"date-parts":[[2022,10,31]],"date-time":"2022-10-31T22:16:09Z","timestamp":1667254569000},"score":5.3888845,"resource":{"primary":{"URL":"https:\/\/eprints.oa.edu.ua\/8754\/1\/Informatsiina_viina.pdf"}},"issued":{"date-parts":[[2022,10,27]]},"ISBN":["9786178041168"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.25264\/978-617-8041-16-8","published":{"date-parts":[[2022,10,27]]}},{"indexed":{"date-parts":[[2022,12,1]],"date-time":"2022-12-01T06:01:42Z","timestamp":1669874502781},"reference-count":0,"publisher":"Publishing house of the Russian + state agrarian University UN-TA im. K. A. Timiryazeva","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"abstract":"The + collection includes articles based on the reports of young researchers of + the K.A. Timiryazev RGAU \u2013 MSHA, other universities and research institutions + at the All-Russian Conference of Young Researchers \"Agrarian Science -2022\". + Materials are presented on topical issues of agronomy, biotechnology, hydrometeorology, + agrochemistry and agro-soil science; animal science, biology, veterinary medicine, + horticulture; technology of production and processing of agricultural products; + economics, management in agriculture, agroengineering, ecology, environmental + management and water use; technical means and digital platforms in agriculture. + The conference is held with the financial support of the Ministry of Education + and Science of Russia as part of the implementation of the program for the + creation and development of a world-class Scientific Center \"Agrotechnologies + of the Future\" (No. 075-15-2022-317 dated April 20, 2022). The collection + is intended for undergraduate, graduate, postgraduate students, teachers, + researchers, agricultural production specialists.<\/jats:p>","DOI":"10.26897\/978-5-9675-1950-5-2022-1884","type":"edited-book","created":{"date-parts":[[2022,11,30]],"date-time":"2022-11-30T08:02:48Z","timestamp":1669795368000},"source":"Crossref","is-referenced-by-count":0,"title":["Agricultural + science-2022"],"prefix":"10.26897","author":[{"given":"V. I.","family":"Trukhachev","sequence":"first","affiliation":[]},{"name":"Timir\u00e2zevska\u00e2 + sel\u02b9skohoz\u00e2jstvenna\u00e2 akademi\u00e2","sequence":"first","affiliation":[]},{"given":"A.V.","family":"Shitikova","sequence":"additional","affiliation":[]}],"member":"11443","original-title":["\u0410\u0433\u0440\u0430\u0440\u043d\u0430\u044f + \u043d\u0430\u0443\u043a\u0430-2022"],"deposited":{"date-parts":[[2022,11,30]],"date-time":"2022-11-30T08:02:50Z","timestamp":1669795370000},"score":5.3591948,"resource":{"primary":{"URL":"http:\/\/elib.timacad.ru\/dl\/full\/S29112022AgrarnNauka-2022.pdf"}},"issued":{"date-parts":[[2022]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26897\/978-5-9675-1950-5-2022-1884","published":{"date-parts":[[2022]]}},{"indexed":{"date-parts":[[2022,12,3]],"date-time":"2022-12-03T06:09:22Z","timestamp":1670047762678},"reference-count":0,"publisher":"Verlag + Dr. Otto Schmidt","isbn-type":[{"value":"9783504387785","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,12,31]]},"DOI":"10.9785\/9783504387785","type":"edited-book","created":{"date-parts":[[2022,11,24]],"date-time":"2022-11-24T20:34:13Z","timestamp":1669322053000},"source":"Crossref","is-referenced-by-count":0,"title":["Steuerberater-Jahrbuch + 2021\/2022"],"prefix":"10.9785","member":"4802","published-online":{"date-parts":[[2022,11,18]]},"deposited":{"date-parts":[[2022,12,2]],"date-time":"2022-12-02T10:11:19Z","timestamp":1669975879000},"score":5.3589664,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.9785\/9783504387785\/html"}},"issued":{"date-parts":[[2022,11,18]]},"ISBN":["9783504387785"],"references-count":0,"alternative-id":["10.9785\/9783504387785"],"URL":"http:\/\/dx.doi.org\/10.9785\/9783504387785","published":{"date-parts":[[2022,11,18]]}},{"indexed":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T09:44:14Z","timestamp":1665567854126},"reference-count":0,"publisher":"International + Monetary Fund","isbn-type":[{"value":"9798400213649","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,10,4]]},"DOI":"10.5089\/9798400213649.011","type":"book","created":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T09:26:32Z","timestamp":1665566792000},"source":"Crossref","is-referenced-by-count":0,"title":["International + Monetary Fund Annual Report 2022"],"prefix":"10.5089","member":"3029","published-online":{"date-parts":[[2022,10,4]]},"deposited":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T09:26:34Z","timestamp":1665566794000},"score":5.3577566,"resource":{"primary":{"URL":"https:\/\/elibrary.imf.org\/openurl?genre=book&isbn=9798400213649"}},"issued":{"date-parts":[[2022,10,4]]},"ISBN":["9798400213649"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5089\/9798400213649.011","published":{"date-parts":[[2022,10,4]]}},{"indexed":{"date-parts":[[2022,10,13]],"date-time":"2022-10-13T04:18:22Z","timestamp":1665634702090},"reference-count":0,"publisher":"International + Monetary Fund","isbn-type":[{"value":"9798400219672","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,10,11]]},"DOI":"10.5089\/9798400219672.082","type":"book","created":{"date-parts":[[2022,10,11]],"date-time":"2022-10-11T17:37:15Z","timestamp":1665509835000},"source":"Crossref","is-referenced-by-count":0,"title":["Global + Financial Stability Report, October 2022"],"prefix":"10.5089","member":"3029","published-online":{"date-parts":[[2022,10,11]]},"deposited":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T09:19:28Z","timestamp":1665566368000},"score":5.3577566,"resource":{"primary":{"URL":"https:\/\/elibrary.imf.org\/openurl?genre=book&isbn=9798400219672"}},"issued":{"date-parts":[[2022,10,11]]},"ISBN":["9798400219672"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5089\/9798400219672.082","published":{"date-parts":[[2022,10,11]]}},{"indexed":{"date-parts":[[2022,11,16]],"date-time":"2022-11-16T05:42:30Z","timestamp":1668577350319},"reference-count":0,"publisher":"VDI Verlag","isbn-type":[{"value":"9783181024058","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"abstract":"

\n

Contents<\/p>\n

E\/E in Passenger Cars<\/p>\n

Energy Management<\/p>\n

Benchmark of modern electrification concepts @@ -310,27 +291,28 @@ http_interactions: of Electrified Powertrain in the era of Software Defined Vehicles and Service Oriented Architecture ..... 79<\/p>\n

An Advanced High-Efficiency Inverter wit...<\/p>","DOI":"10.51202\/9783181024058","type":"edited-book","created":{"date-parts":[[2022,11,15]],"date-time":"2022-11-15T16:29:57Z","timestamp":1668529797000},"source":"Crossref","is-referenced-by-count":0,"title":["ELIV-MarketPlace - 2022"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2022,11,15]],"date-time":"2022-11-15T16:30:04Z","timestamp":1668529804000},"score":5.3805566,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783181024058"}},"subtitle":[""],"editor":[{"name":"VDI - Wissensforum GmbH","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022]]},"ISBN":["9783181024058"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783181024058","published":{"date-parts":[[2022]]}},{"indexed":{"date-parts":[[2022,12,1]],"date-time":"2022-12-01T06:01:42Z","timestamp":1669874502781},"reference-count":0,"publisher":"Publishing house of the Russian - state agrarian University UN-TA im. K. A. Timiryazeva","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"abstract":"The - collection includes articles based on the reports of young researchers of - the K.A. Timiryazev RGAU \u2013 MSHA, other universities and research institutions - at the All-Russian Conference of Young Researchers \"Agrarian Science -2022\". - Materials are presented on topical issues of agronomy, biotechnology, hydrometeorology, - agrochemistry and agro-soil science; animal science, biology, veterinary medicine, - horticulture; technology of production and processing of agricultural products; - economics, management in agriculture, agroengineering, ecology, environmental - management and water use; technical means and digital platforms in agriculture. - The conference is held with the financial support of the Ministry of Education - and Science of Russia as part of the implementation of the program for the - creation and development of a world-class Scientific Center \"Agrotechnologies - of the Future\" (No. 075-15-2022-317 dated April 20, 2022). The collection - is intended for undergraduate, graduate, postgraduate students, teachers, - researchers, agricultural production specialists.<\/jats:p>","DOI":"10.26897\/978-5-9675-1950-5-2022-1884","type":"edited-book","created":{"date-parts":[[2022,11,30]],"date-time":"2022-11-30T08:02:48Z","timestamp":1669795368000},"source":"Crossref","is-referenced-by-count":0,"title":["Agricultural - science-2022"],"prefix":"10.26897","author":[{"given":"V. I.","family":"Trukhachev","sequence":"first","affiliation":[]},{"name":"Timir\u00e2zevska\u00e2 - sel\u02b9skohoz\u00e2jstvenna\u00e2 akademi\u00e2","sequence":"first","affiliation":[]},{"given":"A.V.","family":"Shitikova","sequence":"additional","affiliation":[]}],"member":"11443","original-title":["\u0410\u0433\u0440\u0430\u0440\u043d\u0430\u044f - \u043d\u0430\u0443\u043a\u0430-2022"],"deposited":{"date-parts":[[2022,11,30]],"date-time":"2022-11-30T08:02:50Z","timestamp":1669795370000},"score":5.3777285,"resource":{"primary":{"URL":"http:\/\/elib.timacad.ru\/dl\/full\/S29112022AgrarnNauka-2022.pdf"}},"issued":{"date-parts":[[2022]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26897\/978-5-9675-1950-5-2022-1884","published":{"date-parts":[[2022]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"2022"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:21 GMT + 2022"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2022,11,15]],"date-time":"2022-11-15T16:30:04Z","timestamp":1668529804000},"score":5.356684,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783181024058"}},"subtitle":[""],"editor":[{"name":"VDI + Wissensforum GmbH","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022]]},"ISBN":["9783181024058"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783181024058","published":{"date-parts":[[2022]]}},{"indexed":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T12:46:37Z","timestamp":1665578797903},"reference-count":0,"publisher":"Verein + Deutscher Ingenieure e.V.","isbn-type":[{"value":"9783949971051","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"abstract":"

\n

Executive summary<\/p>\n

Kernaussagen<\/p>\n

Kernaussage + 1<\/p>\n

In Energieversorgungssystemen gibt es einen Bedarf an + zeitlicher Flexibilit\u00e4t auf Erzeugungs- und Verbraucherseite zum Ausgleich + von Energieangebot und -nachfrage. Energiespeicher stellen hierbei eine wichtige + Option im Portfolio der Flexibilit\u00e4tstechnologien dar. Der Einsatz von + einigen Energiespeichertechnologien ist seit Jahrzehnten Stand der Technik<\/p>\n

Kernaussage + 2<\/p>\n

Durch die fortschreitende Energiewende und den hierdurch + erforderlichen starken Ausbau fluktuierender erneuerbarer Energien erh\u00f6ht + sich der Flexibilit\u00e4tsbedarf. Hieraus ergeben sich neue Anforderungen + an Energiespeicher und Einsatzpotenziale f\u00fcr zentrale und dezentrale + Speichertechnologien in allen Zeitbereichen (Kurzzeitspeicher und Langzeitspeicher).<\/p>\n

Kernaussage + 3<\/p>\n

Energiespeicher liefern einen relevanten Beitrag, um + eine Abregelung von Erzeugungsspitzen erneuerbarer Energien zu verringern. + Eine vollst\u00e4ndige Vermeidung der Abregelung ist jedoch aus technischen, + \u00f6kologischen und wirtschaftlichen Gr\u00fcnden nicht sinnvoll.<\/p>\n

Kernaussage + 4<\/p>\n

Die Einsatzgebiete f\u00fcr Energiespeicher sind sehr + vielf\u00e4ltig und reichen von der Ultra-Kurzz...<\/p>","DOI":"10.51202\/9783949971051","type":"book","created":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T12:13:12Z","timestamp":1665576792000},"source":"Crossref","is-referenced-by-count":0,"title":["Energiespeicher"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T12:14:37Z","timestamp":1665576877000},"score":5.353527,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783949971051"}},"subtitle":["VDI-Statusreport + Mai 2022"],"editor":[{"name":"VDI","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2022]]},"ISBN":["9783949971051"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783949971051","published":{"date-parts":[[2022]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"2022"}}}' + recorded_at: Sun, 15 Jan 2023 19:23:46 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=ProteomeXchange%2Bdataset%2B2022%2BEMBL-EBI @@ -350,11 +332,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:23 GMT + - Sun, 15 Jan 2023 19:23:50 GMT Content-Type: - application/json Content-Length: - - '7300' + - '7299' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -382,10 +364,10 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":996490,"items":[{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T09:03:20Z","timestamp":1648631000875},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512512-3.50016-x","type":"book-chapter","created":{"date-parts":[[2014,7,1]],"date-time":"2014-07-01T21:29:58Z","timestamp":1404250198000},"page":"EMBL-1-EMBL-4","source":"Crossref","is-referenced-by-count":0,"title":["Volume - II EMBL Entry Index"],"prefix":"10.1016","member":"78","container-title":["Rodents"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978012512512350016X?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978012512512350016X?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,8,3]],"date-time":"2018-08-03T22:04:32Z","timestamp":1533333872000},"score":20.587748,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B978012512512350016X"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512512-3.50016-x","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T01:28:39Z","timestamp":1649122119621},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512518-5.50016-4","type":"book-chapter","created":{"date-parts":[[2014,6,29]],"date-time":"2014-06-29T22:25:46Z","timestamp":1404080746000},"page":"EMBL-1-EMBL-21","source":"Crossref","is-referenced-by-count":0,"title":["Master + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1004537,"items":[{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T09:03:20Z","timestamp":1648631000875},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512512-3.50016-x","type":"book-chapter","created":{"date-parts":[[2014,7,1]],"date-time":"2014-07-01T21:29:58Z","timestamp":1404250198000},"page":"EMBL-1-EMBL-4","source":"Crossref","is-referenced-by-count":0,"title":["Volume + II EMBL Entry Index"],"prefix":"10.1016","member":"78","container-title":["Rodents"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978012512512350016X?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978012512512350016X?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,8,3]],"date-time":"2018-08-03T22:04:32Z","timestamp":1533333872000},"score":20.754179,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B978012512512350016X"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512512-3.50016-x","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T01:28:39Z","timestamp":1649122119621},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512518-5.50016-4","type":"book-chapter","created":{"date-parts":[[2014,6,29]],"date-time":"2014-06-29T22:25:46Z","timestamp":1404080746000},"page":"EMBL-1-EMBL-21","source":"Crossref","is-referenced-by-count":0,"title":["Master EMBL Entry Index"],"prefix":"10.1016","member":"78","container-title":["Database - Directory and Master Indices"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125185500164?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125185500164?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T15:52:25Z","timestamp":1538495545000},"score":20.176723,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125185500164"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512518-5.50016-4","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,5,20]],"date-time":"2022-05-20T16:09:23Z","timestamp":1653062963911},"publisher-location":"New + Directory and Master Indices"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125185500164?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125185500164?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T15:52:25Z","timestamp":1538495545000},"score":20.33565,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125185500164"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512518-5.50016-4","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,5,20]],"date-time":"2022-05-20T16:09:23Z","timestamp":1653062963911},"publisher-location":"New York, NY","reference-count":19,"publisher":"Springer New York","isbn-type":[{"value":"9781493977581","type":"print"},{"value":"9781493977598","type":"electronic"}],"license":[{"start":{"date-parts":[[2018,1,1]],"date-time":"2018-01-01T00:00:00Z","timestamp":1514764800000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2018,1,1]],"date-time":"2018-01-01T00:00:00Z","timestamp":1514764800000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2018]]},"DOI":"10.1007\/978-1-4939-7759-8_24","type":"book-chapter","created":{"date-parts":[[2018,3,31]],"date-time":"2018-03-31T08:24:18Z","timestamp":1522484658000},"page":"377-390","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":5,"title":["Searching and Extracting Data from the EMBL-EBI Complex Portal"],"prefix":"10.1007","author":[{"given":"Birgit H. M.","family":"Meldal","sequence":"first","affiliation":[]},{"given":"Sandra","family":"Orchard","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2018,4,1]]},"reference":[{"issue":"Database @@ -488,43 +470,43 @@ http_interactions: Europe PMC: a full-text literature database for the life sciences and platform for innovation. Nucleic Acids Res 43(Database issue):D1042\u2013D1048. \nhttps:\/\/doi.org\/10.1093\/nar\/gku1061","journal-title":"Nucleic Acids Res"}],"container-title":["Protein Complex Assembly","Methods in Molecular - Biology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4939-7759-8_24","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,7,25]],"date-time":"2018-07-25T00:15:59Z","timestamp":1532477759000},"score":19.715706,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4939-7759-8_24"}},"issued":{"date-parts":[[2018]]},"ISBN":["9781493977581","9781493977598"],"references-count":19,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4939-7759-8_24","ISSN":["1064-3745","1940-6029"],"issn-type":[{"value":"1064-3745","type":"print"},{"value":"1940-6029","type":"electronic"}],"published":{"date-parts":[[2018]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T04:24:28Z","timestamp":1649132668800},"publisher-location":"Dordrecht","reference-count":0,"publisher":"Springer + Biology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4939-7759-8_24","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,7,25]],"date-time":"2018-07-25T00:15:59Z","timestamp":1532477759000},"score":19.742046,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4939-7759-8_24"}},"issued":{"date-parts":[[2018]]},"ISBN":["9781493977581","9781493977598"],"references-count":19,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4939-7759-8_24","ISSN":["1064-3745","1940-6029"],"issn-type":[{"value":"1064-3745","type":"print"},{"value":"1940-6029","type":"electronic"}],"published":{"date-parts":[[2018]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T04:24:28Z","timestamp":1649132668800},"publisher-location":"Dordrecht","reference-count":0,"publisher":"Springer Netherlands","license":[{"start":{"date-parts":[[2008,1,1]],"date-time":"2008-01-01T00:00:00Z","timestamp":1199145600000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008]]},"DOI":"10.1007\/978-1-4020-6754-9_5229","type":"book-chapter","created":{"date-parts":[[2008,5,23]],"date-time":"2008-05-23T13:45:27Z","timestamp":1211550327000},"page":"595-595","source":"Crossref","is-referenced-by-count":0,"title":["EMBL (<http:\/\/www.ebi.ac.uk\/embl\/index.html>)"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2016,7,16]]},"container-title":["Encyclopedia - of Genetics, Genomics, Proteomics and Informatics"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4020-6754-9_5229","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,7,15]],"date-time":"2016-07-15T07:08:17Z","timestamp":1468566497000},"score":18.372992,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4020-6754-9_5229"}},"issued":{"date-parts":[[2008]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4020-6754-9_5229","published":{"date-parts":[[2008]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T13:42:03Z","timestamp":1648734123391},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512511-6.50016-9","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T11:05:21Z","timestamp":1404126321000},"page":"1-3","source":"Crossref","is-referenced-by-count":0,"title":["Volume - I EMBL Entry Index"],"prefix":"10.1016","member":"78","container-title":["Primates"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125116500169?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125116500169?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T08:26:32Z","timestamp":1538468792000},"score":16.297983,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125116500169"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512511-6.50016-9","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T04:03:44Z","timestamp":1649217824135},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512516-1.50016-8","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T21:24:53Z","timestamp":1404163493000},"page":"1-3","source":"Crossref","is-referenced-by-count":0,"title":["Volume - VI EMBL Entry Index"],"prefix":"10.1016","member":"78","container-title":["Viruses"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125161500168?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125161500168?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T10:26:25Z","timestamp":1538475985000},"score":16.131845,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125161500168"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512516-1.50016-8","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T05:22:56Z","timestamp":1649136176880},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512516-1.50010-7","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T21:24:58Z","timestamp":1404163498000},"page":"8-12","source":"Crossref","is-referenced-by-count":0,"title":["EMBL - and GenBank Format Comparison"],"prefix":"10.1016","member":"78","container-title":["Viruses"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125161500107?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125161500107?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T10:26:24Z","timestamp":1538475984000},"score":16.131845,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125161500107"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512516-1.50010-7","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T14:18:05Z","timestamp":1648649885287},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512511-6.50010-8","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T15:05:19Z","timestamp":1404140719000},"page":"8-12","source":"Crossref","is-referenced-by-count":0,"title":["EMBL - and GenBank Format Comparison"],"prefix":"10.1016","member":"78","container-title":["Primates"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125116500108?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125116500108?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T12:26:33Z","timestamp":1538483193000},"score":16.131845,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125116500108"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512511-6.50010-8","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T00:13:08Z","timestamp":1648512788691},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512514-7.50017-8","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T15:08:37Z","timestamp":1404140917000},"page":"1-3","source":"Crossref","is-referenced-by-count":0,"title":["EMBL + of Genetics, Genomics, Proteomics and Informatics"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4020-6754-9_5229","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,7,15]],"date-time":"2016-07-15T07:08:17Z","timestamp":1468566497000},"score":18.501545,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4020-6754-9_5229"}},"issued":{"date-parts":[[2008]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4020-6754-9_5229","published":{"date-parts":[[2008]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T13:42:03Z","timestamp":1648734123391},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512511-6.50016-9","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T11:05:21Z","timestamp":1404126321000},"page":"1-3","source":"Crossref","is-referenced-by-count":0,"title":["Volume + I EMBL Entry Index"],"prefix":"10.1016","member":"78","container-title":["Primates"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125116500169?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125116500169?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T08:26:32Z","timestamp":1538468792000},"score":16.412207,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125116500169"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512511-6.50016-9","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T00:13:08Z","timestamp":1648512788691},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512514-7.50017-8","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T15:08:37Z","timestamp":1404140917000},"page":"1-3","source":"Crossref","is-referenced-by-count":0,"title":["EMBL Entry Index"],"prefix":"10.1016","member":"78","container-title":["Plants - and Organelles"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125147500178?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125147500178?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T12:25:49Z","timestamp":1538483149000},"score":16.006363,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125147500178"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512514-7.50017-8","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T22:56:26Z","timestamp":1648680986238},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512515-4.50017-9","type":"book-chapter","created":{"date-parts":[[2014,7,1]],"date-time":"2014-07-01T17:50:23Z","timestamp":1404237023000},"page":"1-3","source":"Crossref","is-referenced-by-count":0,"title":["Volume + and Organelles"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125147500178?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125147500178?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T12:25:49Z","timestamp":1538483149000},"score":16.169352,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125147500178"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512514-7.50017-8","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T04:03:44Z","timestamp":1649217824135},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512516-1.50016-8","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T21:24:53Z","timestamp":1404163493000},"page":"1-3","source":"Crossref","is-referenced-by-count":0,"title":["Volume + VI EMBL Entry Index"],"prefix":"10.1016","member":"78","container-title":["Viruses"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125161500168?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125161500168?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T10:26:25Z","timestamp":1538475985000},"score":16.164183,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125161500168"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512516-1.50016-8","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T05:22:56Z","timestamp":1649136176880},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512516-1.50010-7","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T21:24:58Z","timestamp":1404163498000},"page":"8-12","source":"Crossref","is-referenced-by-count":0,"title":["EMBL + and GenBank Format Comparison"],"prefix":"10.1016","member":"78","container-title":["Viruses"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125161500107?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125161500107?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T10:26:24Z","timestamp":1538475984000},"score":16.164183,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125161500107"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512516-1.50010-7","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T14:18:05Z","timestamp":1648649885287},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512511-6.50010-8","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T15:05:19Z","timestamp":1404140719000},"page":"8-12","source":"Crossref","is-referenced-by-count":0,"title":["EMBL + and GenBank Format Comparison"],"prefix":"10.1016","member":"78","container-title":["Primates"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125116500108?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125116500108?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T12:26:33Z","timestamp":1538483193000},"score":16.164183,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125116500108"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512511-6.50010-8","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T22:56:26Z","timestamp":1648680986238},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512515-4.50017-9","type":"book-chapter","created":{"date-parts":[[2014,7,1]],"date-time":"2014-07-01T17:50:23Z","timestamp":1404237023000},"page":"1-3","source":"Crossref","is-referenced-by-count":0,"title":["Volume V EMBL Entry Index"],"prefix":"10.1016","member":"78","container-title":["Bacteria - and Bacteriophage"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125154500179?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125154500179?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T01:51:50Z","timestamp":1538445110000},"score":15.795593,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125154500179"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512515-4.50017-9","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T01:51:13Z","timestamp":1648518673902},"publisher-location":"New + and Bacteriophage"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125154500179?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125154500179?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T01:51:50Z","timestamp":1538445110000},"score":15.904226,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125154500179"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512515-4.50017-9","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T01:51:13Z","timestamp":1648518673902},"publisher-location":"New York, NY","reference-count":0,"publisher":"Springer New York","license":[{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2013,1,1]],"date-time":"2013-01-01T00:00:00Z","timestamp":1356998400000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013]]},"DOI":"10.1007\/978-1-4419-9863-7_100438","type":"book-chapter","created":{"date-parts":[[2013,7,3]],"date-time":"2013-07-03T20:57:15Z","timestamp":1372885035000},"page":"653-653","source":"Crossref","is-referenced-by-count":0,"title":["EMBL Genome Database"],"prefix":"10.1007","member":"297","container-title":["Encyclopedia - of Systems Biology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4419-9863-7_100438","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,6,1]],"date-time":"2020-06-01T22:46:33Z","timestamp":1591051593000},"score":15.720623,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4419-9863-7_100438"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4419-9863-7_100438","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T09:58:08Z","timestamp":1648634288306},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512512-3.50010-9","type":"book-chapter","created":{"date-parts":[[2014,7,2]],"date-time":"2014-07-02T01:03:02Z","timestamp":1404262982000},"page":"APPENDIX-8-APPENDIX-12","source":"Crossref","is-referenced-by-count":0,"title":["EMBL - and GenBank Format Comparison"],"prefix":"10.1016","member":"78","container-title":["Rodents"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125123500109?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125123500109?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,8,3]],"date-time":"2018-08-03T18:04:28Z","timestamp":1533319468000},"score":15.6351,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125123500109"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512512-3.50010-9","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T17:22:02Z","timestamp":1649092922227},"reference-count":0,"publisher":"Springer + of Systems Biology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4419-9863-7_100438","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,6,1]],"date-time":"2020-06-01T22:46:33Z","timestamp":1591051593000},"score":15.831793,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4419-9863-7_100438"}},"issued":{"date-parts":[[2013]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4419-9863-7_100438","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T17:22:02Z","timestamp":1649092922227},"reference-count":0,"publisher":"Springer Berlin Heidelberg","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1007\/3-540-29623-9_6885","type":"book-chapter","created":{"date-parts":[[2006,9,13]],"date-time":"2006-09-13T15:50:05Z","timestamp":1158162605000},"page":"490-490","source":"Crossref","is-referenced-by-count":0,"title":["EMBL"],"prefix":"10.1007","member":"297","container-title":["Encyclopedic - Reference of Genomics and Proteomics in Molecular Medicine"],"deposited":{"date-parts":[[2019,11,4]],"date-time":"2019-11-04T11:50:21Z","timestamp":1572868221000},"score":15.513672,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-29623-9_6885"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-29623-9_6885"},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T19:59:06Z","timestamp":1649015946182},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512514-7.50011-7","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T11:08:19Z","timestamp":1404126499000},"page":"8-12","source":"Crossref","is-referenced-by-count":0,"title":["EMBL + Reference of Genomics and Proteomics in Molecular Medicine"],"deposited":{"date-parts":[[2019,11,4]],"date-time":"2019-11-04T11:50:21Z","timestamp":1572868221000},"score":15.668717,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-29623-9_6885"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-29623-9_6885"},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T09:58:08Z","timestamp":1648634288306},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512512-3.50010-9","type":"book-chapter","created":{"date-parts":[[2014,7,2]],"date-time":"2014-07-02T01:03:02Z","timestamp":1404262982000},"page":"APPENDIX-8-APPENDIX-12","source":"Crossref","is-referenced-by-count":0,"title":["EMBL + and GenBank Format Comparison"],"prefix":"10.1016","member":"78","container-title":["Rodents"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125123500109?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125123500109?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,8,3]],"date-time":"2018-08-03T18:04:28Z","timestamp":1533319468000},"score":15.665131,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125123500109"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512512-3.50010-9","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T19:59:06Z","timestamp":1649015946182},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512514-7.50011-7","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T11:08:19Z","timestamp":1404126499000},"page":"8-12","source":"Crossref","is-referenced-by-count":0,"title":["EMBL and GenBank Format Comparison"],"prefix":"10.1016","member":"78","container-title":["Plants - and Organelles"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125147500117?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125147500117?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T08:25:52Z","timestamp":1538468752000},"score":15.479831,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125147500117"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512514-7.50011-7","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T00:29:15Z","timestamp":1649032155994},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512513-0.50012-3","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T11:08:10Z","timestamp":1404126490000},"page":"8-12","source":"Crossref","is-referenced-by-count":0,"title":["EMBL + and Organelles"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125147500117?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125147500117?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T08:25:52Z","timestamp":1538468752000},"score":15.587079,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125147500117"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512514-7.50011-7","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T00:29:15Z","timestamp":1649032155994},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512513-0.50012-3","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T11:08:10Z","timestamp":1404126490000},"page":"8-12","source":"Crossref","is-referenced-by-count":0,"title":["EMBL and GenBank Format Comparison"],"prefix":"10.1016","member":"78","container-title":["Other - Vertebrates and Invertebrates"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125130500123?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125130500123?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T08:25:54Z","timestamp":1538468754000},"score":15.422876,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125130500123"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512513-0.50012-3","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T04:18:30Z","timestamp":1648700310402},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512513-0.50018-4","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T15:08:02Z","timestamp":1404140882000},"page":"1-4","source":"Crossref","is-referenced-by-count":0,"title":["Volume + Vertebrates and Invertebrates"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125130500123?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125130500123?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T08:25:54Z","timestamp":1538468754000},"score":15.444922,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125130500123"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512513-0.50012-3","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T04:18:30Z","timestamp":1648700310402},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512513-0.50018-4","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T15:08:02Z","timestamp":1404140882000},"page":"1-4","source":"Crossref","is-referenced-by-count":0,"title":["Volume III EMBL Entry Index"],"prefix":"10.1016","member":"78","container-title":["Other - Vertebrates and Invertebrates"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125130500184?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125130500184?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T12:25:59Z","timestamp":1538483159000},"score":15.246303,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125130500184"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512513-0.50018-4","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T07:07:41Z","timestamp":1648710461964},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512517-8.50018-7","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T02:23:54Z","timestamp":1404095034000},"page":"1-3","source":"Crossref","is-referenced-by-count":0,"title":["Volume + Vertebrates and Invertebrates"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125130500184?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125130500184?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T12:25:59Z","timestamp":1538483159000},"score":15.349815,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125130500184"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512513-0.50018-4","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T07:07:41Z","timestamp":1648710461964},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512517-8.50018-7","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T02:23:54Z","timestamp":1404095034000},"page":"1-3","source":"Crossref","is-referenced-by-count":0,"title":["Volume VII EMBL Entry Index"],"prefix":"10.1016","member":"78","container-title":["Structural - RNA, Synthetic, and Unannotated Sequences"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125178500187?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125178500187?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T19:52:58Z","timestamp":1538509978000},"score":15.097516,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125178500187"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512517-8.50018-7","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T23:52:47Z","timestamp":1648770767551},"reference-count":2,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512516-1.50004-1","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T21:24:58Z","timestamp":1404163498000},"page":"ix-xiv","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.1016","author":[{"name":"A + RNA, Synthetic, and Unannotated Sequences"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125178500187?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125178500187?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T19:52:58Z","timestamp":1538509978000},"score":15.198601,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125178500187"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512517-8.50018-7","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T23:52:47Z","timestamp":1648770767551},"reference-count":2,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512516-1.50004-1","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T21:24:58Z","timestamp":1404163498000},"page":"ix-xiv","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.1016","author":[{"name":"A Compilation from the GenBank\u00ae and EMBL data libraries","sequence":"first","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-12-512516-1.50004-1_bib1","doi-asserted-by":"crossref","first-page":"4","DOI":"10.1016\/0092-8674(81)90354-8","article-title":"\u201cthe mosaic organization of the apocytochrome b gene of aspergillus nidulans revealed by dna sequencing\u201d","volume":"27","author":"Waring","year":"1981","journal-title":"Cell"},{"key":"10.1016\/B978-0-12-512516-1.50004-1_bib2","doi-asserted-by":"crossref","first-page":"4","DOI":"10.1016\/0092-8674(81)90354-8","article-title":"\u201cthe mosaic organization of the apocytochrome b gene of aspergillus nidulans revealed - by dna sequencing\u201d","volume":"27","author":"Waring","year":"1981","journal-title":"Cell"}],"container-title":["Viruses"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125161500041?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125161500041?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,8,12]],"date-time":"2019-08-12T04:59:43Z","timestamp":1565585983000},"score":14.966467,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125161500041"}},"issued":{"date-parts":[[1987]]},"references-count":2,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512516-1.50004-1","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T10:55:39Z","timestamp":1649156139603},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512518-5.50010-3","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T02:25:39Z","timestamp":1404095139000},"page":"APPENDIX-8-APPENDIX-12","source":"Crossref","is-referenced-by-count":0,"title":["EMBL + by dna sequencing\u201d","volume":"27","author":"Waring","year":"1981","journal-title":"Cell"}],"container-title":["Viruses"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125161500041?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125161500041?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,8,12]],"date-time":"2019-08-12T04:59:43Z","timestamp":1565585983000},"score":14.988425,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125161500041"}},"issued":{"date-parts":[[1987]]},"references-count":2,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512516-1.50004-1","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T10:55:39Z","timestamp":1649156139603},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512518-5.50010-3","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T02:25:39Z","timestamp":1404095139000},"page":"APPENDIX-8-APPENDIX-12","source":"Crossref","is-referenced-by-count":0,"title":["EMBL and GenBank Format Comparison"],"prefix":"10.1016","member":"78","container-title":["Database - Directory and Master Indices"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125185500103?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125185500103?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T19:52:28Z","timestamp":1538509948000},"score":14.878335,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125185500103"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512518-5.50010-3","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T14:26:41Z","timestamp":1648564001227},"reference-count":2,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512511-6.50004-2","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T15:05:20Z","timestamp":1404140720000},"page":"ix-xiv","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.1016","author":[{"name":"A + Directory and Master Indices"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125185500103?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125185500103?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,2]],"date-time":"2018-10-02T19:52:28Z","timestamp":1538509948000},"score":14.977103,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125185500103"}},"issued":{"date-parts":[[1987]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512518-5.50010-3","published":{"date-parts":[[1987]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T14:26:41Z","timestamp":1648564001227},"reference-count":2,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1987,1,1]],"date-time":"1987-01-01T00:00:00Z","timestamp":536457600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1987]]},"DOI":"10.1016\/b978-0-12-512511-6.50004-2","type":"book-chapter","created":{"date-parts":[[2014,6,30]],"date-time":"2014-06-30T15:05:20Z","timestamp":1404140720000},"page":"ix-xiv","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.1016","author":[{"name":"A Compilation from the GenBank\u00ae and EMBL data libraries","sequence":"first","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-12-512511-6.50004-2_bib1","doi-asserted-by":"crossref","first-page":"4","DOI":"10.1016\/0092-8674(81)90354-8","article-title":"\u201cthe mosaic organization of the apocytochrome b gene of aspergillus nidulans revealed by dna sequencing\u201d","volume":"27","author":"Waring","year":"1981","journal-title":"Cell"},{"key":"10.1016\/B978-0-12-512511-6.50004-2_bib2","doi-asserted-by":"crossref","first-page":"4","DOI":"10.1016\/0092-8674(81)90354-8","article-title":"\u201cthe mosaic organization of the apocytochrome b gene of aspergillus nidulans revealed - by dna sequencing\u201d","volume":"27","author":"Waring","year":"1981","journal-title":"Cell"}],"container-title":["Primates"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125116500042?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125116500042?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,8,12]],"date-time":"2019-08-12T04:10:41Z","timestamp":1565583041000},"score":14.828998,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125116500042"}},"issued":{"date-parts":[[1987]]},"references-count":2,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512511-6.50004-2","published":{"date-parts":[[1987]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"ProteomeXchange+dataset+2022+EMBL-EBI"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:23 GMT + by dna sequencing\u201d","volume":"27","author":"Waring","year":"1981","journal-title":"Cell"}],"container-title":["Primates"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125116500042?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780125125116500042?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,8,12]],"date-time":"2019-08-12T04:10:41Z","timestamp":1565583041000},"score":14.973315,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780125125116500042"}},"issued":{"date-parts":[[1987]]},"references-count":2,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-512511-6.50004-2","published":{"date-parts":[[1987]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"ProteomeXchange+dataset+2022+EMBL-EBI"}}}' + recorded_at: Sun, 15 Jan 2023 19:23:50 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/dataset.yml b/spec/vcr_cassettes/dataset.yml index 0a2f1d0..133337a 100644 --- a/spec/vcr_cassettes/dataset.yml +++ b/spec/vcr_cassettes/dataset.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 31 Dec 2022 06:07:46 GMT + - Sun, 15 Jan 2023 19:23:50 GMT Content-Type: - application/json Content-Length: - '618' Set-Cookie: - - AWSALB=8t/R6grvF3F9lPPAoagHiCj9UF91dYUwQUB3P/oGJvIZ5XQU27w24KW7TnjbW/4Is9tpd5rGyHSzuhA5MRApZokSSgIQqk0L6I+rYaRZM8JF+nrhAMKY02Y9Hj6e; - Expires=Sat, 07 Jan 2023 06:07:46 GMT; Path=/ - - AWSALBCORS=8t/R6grvF3F9lPPAoagHiCj9UF91dYUwQUB3P/oGJvIZ5XQU27w24KW7TnjbW/4Is9tpd5rGyHSzuhA5MRApZokSSgIQqk0L6I+rYaRZM8JF+nrhAMKY02Y9Hj6e; - Expires=Sat, 07 Jan 2023 06:07:46 GMT; Path=/; SameSite=None + - AWSALB=+g08+TCU3ElLdbgGRYJa4pnvDs7qwQN+7xLoqQh9CxQzpl/hJWF1zqlk2FiCwrLuK4c79lVxLNZtZFqCnV41w4Vkphx0nNMSER8mNGjlV/WeS6VPxDOVfL5OU+2E; + Expires=Sun, 22 Jan 2023 19:23:50 GMT; Path=/ + - AWSALBCORS=+g08+TCU3ElLdbgGRYJa4pnvDs7qwQN+7xLoqQh9CxQzpl/hJWF1zqlk2FiCwrLuK4c79lVxLNZtZFqCnV41w4Vkphx0nNMSER8mNGjlV/WeS6VPxDOVfL5OU+2E; + Expires=Sun, 22 Jan 2023 19:23:50 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -61,7 +61,7 @@ http_interactions: string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"institution":[{"name":"Koninklijke Brill NV","acronym":["BRILL"]}],"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T09:24:39Z","timestamp":1648977879169},"reference-count":0,"publisher":"Brill","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"DOI":"10.1163\/2214-871x_ei1_sim_5628","type":"dataset","created":{"date-parts":[[2014,10,29]],"date-time":"2014-10-29T17:05:41Z","timestamp":1414602341000},"source":"Crossref","is-referenced-by-count":0,"title":["TA\u02bfIZZ"],"prefix":"10.1163","member":"50","container-title":["Encyclopaedia of Islam, First Edition (1913-1936)"],"original-title":[],"deposited":{"date-parts":[[2018,11,21]],"date-time":"2018-11-21T12:10:51Z","timestamp":1542802251000},"score":1,"resource":{"primary":{"URL":"https:\/\/referenceworks.brillonline.com\/entries\/encyclopaedia-of-islam-1\/*-SIM_5628"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/2214-871x_ei1_sim_5628","relation":{}}}' - recorded_at: Sat, 31 Dec 2022 06:07:46 GMT + recorded_at: Sun, 15 Jan 2023 19:23:50 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book,type:book-set,type:edited-book,type:monograph,type:reference-book&query=Encyclopaedia%20of%20Islam,%20First%20Edition%20(1913-1936)%202014 @@ -81,11 +81,11 @@ http_interactions: message: OK headers: Date: - - Sat, 31 Dec 2022 06:07:48 GMT + - Sun, 15 Jan 2023 19:23:54 GMT Content-Type: - application/json Content-Length: - - '6779' + - '6782' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -113,13 +113,13 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":88274,"items":[{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T23:12:17Z","timestamp":1648768337903},"reference-count":0,"publisher":"Princeton + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":88359,"items":[{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T23:12:17Z","timestamp":1648768337903},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9781400852222","type":"electronic"},{"value":"1400852226","type":"electronic"},{"value":"9780691160870","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,9,28]]},"DOI":"10.2307\/j.ctt6wq0nq","type":"monograph","created":{"date-parts":[[2019,3,5]],"date-time":"2019-03-05T21:40:36Z","timestamp":1551822036000},"source":"Crossref","is-referenced-by-count":2,"title":["The - Jews of Islam"],"prefix":"10.2307","author":[{"given":"BERNARD","family":"LEWIS","sequence":"first","affiliation":[]}],"member":"1121","deposited":{"date-parts":[[2019,3,5]],"date-time":"2019-03-05T21:40:37Z","timestamp":1551822037000},"score":20.664633,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctt6wq0nq"}},"subtitle":["Updated + Jews of Islam"],"prefix":"10.2307","author":[{"given":"BERNARD","family":"LEWIS","sequence":"first","affiliation":[]}],"member":"1121","deposited":{"date-parts":[[2019,3,5]],"date-time":"2019-03-05T21:40:37Z","timestamp":1551822037000},"score":20.705175,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctt6wq0nq"}},"subtitle":["Updated Edition"],"issued":{"date-parts":[[2014,9,28]]},"ISBN":["9781400852222","1400852226","9780691160870"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctt6wq0nq","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1515\/9781400852222","asserted-by":"subject"}]},"published":{"date-parts":[[2014,9,28]]}},{"indexed":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T19:40:18Z","timestamp":1650051618371},"publisher-location":"London","reference-count":0,"publisher":"Encyclopaedia Britannica","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913]]},"DOI":"10.5962\/bhl.title.18648","type":"monograph","created":{"date-parts":[[2011,11,22]],"date-time":"2011-11-22T16:19:40Z","timestamp":1321978780000},"source":"Crossref","is-referenced-by-count":0,"title":["Britannica year-book, 1913 - a survey of the world''s progress since the completion in - 1910 of the Encyclopaedia Britannica"],"prefix":"10.5962","author":[{"given":"Hugh","family":"Chisholm","sequence":"first","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T19:23:31Z","timestamp":1650050611000},"score":20.392199,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/18648"}},"issued":{"date-parts":[[1913]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.18648","published":{"date-parts":[[1913]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T19:44:05Z","timestamp":1659469445910},"reference-count":0,"publisher":"Oxford + 1910 of the Encyclopaedia Britannica"],"prefix":"10.5962","author":[{"given":"Hugh","family":"Chisholm","sequence":"first","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T19:23:31Z","timestamp":1650050611000},"score":20.386465,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/18648"}},"issued":{"date-parts":[[1913]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.18648","published":{"date-parts":[[1913]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T19:44:05Z","timestamp":1659469445910},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,3,3]]},"abstract":"

This chapter discusses the first manifestations of Islam in America from the eighteenth century to 1975. The first US Muslims were West African Sunnis who had been @@ -138,7 +138,7 @@ http_interactions: and social justice.<\/p>","DOI":"10.1093\/oxfordhb\/9780199862634.013.009","type":"book","created":{"date-parts":[[2014,4,17]],"date-time":"2014-04-17T15:27:25Z","timestamp":1397748445000},"source":"Crossref","is-referenced-by-count":0,"title":["The First Stirrings of Islam in America"],"prefix":"10.1093","author":[{"given":"Sylviane A.","family":"Diouf","sequence":"additional","affiliation":[]}],"member":"286","container-title":["Oxford - Handbooks Online"],"original-title":["The First Stirrings of Islam in America"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T19:15:00Z","timestamp":1659467700000},"score":20.056126,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/edited-volume\/34453\/chapter\/292321233"}},"editor":[{"given":"Jane + Handbooks Online"],"original-title":["The First Stirrings of Islam in America"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T19:15:00Z","timestamp":1659467700000},"score":20.027742,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/edited-volume\/34453\/chapter\/292321233"}},"editor":[{"given":"Jane I.","family":"Smith","sequence":"first","affiliation":[]},{"given":"Yvonne Yazbeck","family":"Haddad","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2014,3,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oxfordhb\/9780199862634.013.009","published":{"date-parts":[[2014,3,3]]}},{"indexed":{"date-parts":[[2022,8,8]],"date-time":"2022-08-08T17:40:44Z","timestamp":1659980444563},"reference-count":0,"publisher":"Lockwood Press","isbn-type":[{"value":"9781948488006","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,3]]},"abstract":"The @@ -154,9 +154,9 @@ http_interactions: had to be made. With unparalleled access to documents, in particular editorial correspondence, Bearman recounts the engaging story of one of the world\u2019s greatest collaborative works in any discipline.<\/jats:p>","DOI":"10.5913\/2018044","type":"monograph","created":{"date-parts":[[2022,5,13]],"date-time":"2022-05-13T17:11:11Z","timestamp":1652461871000},"source":"Crossref","is-referenced-by-count":0,"title":["A - History of the Encyclopaedia of Islam"],"prefix":"10.5913","author":[{"given":"Peri","family":"Bearman","sequence":"first","affiliation":[]}],"member":"3933","published-online":{"date-parts":[[2018,3]]},"deposited":{"date-parts":[[2022,8,8]],"date-time":"2022-08-08T17:20:11Z","timestamp":1659979211000},"score":19.768555,"resource":{"primary":{"URL":"https:\/\/www.lockwoodpressonline.com\/index.php\/ebooks\/catalog\/book\/5"}},"issued":{"date-parts":[[2018,3]]},"ISBN":["9781948488006"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5913\/2018044","relation":{"is-identical-to":[{"id-type":"doi","id":"10.2307\/j.ctt2204s29","asserted-by":"subject"}]},"published":{"date-parts":[[2018,3]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T10:03:23Z","timestamp":1648548203405},"reference-count":0,"publisher":"Lockwood + History of the Encyclopaedia of Islam"],"prefix":"10.5913","author":[{"given":"Peri","family":"Bearman","sequence":"first","affiliation":[]}],"member":"3933","published-online":{"date-parts":[[2018,3]]},"deposited":{"date-parts":[[2022,8,8]],"date-time":"2022-08-08T17:20:11Z","timestamp":1659979211000},"score":19.769665,"resource":{"primary":{"URL":"https:\/\/www.lockwoodpressonline.com\/index.php\/ebooks\/catalog\/book\/5"}},"issued":{"date-parts":[[2018,3]]},"ISBN":["9781948488006"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5913\/2018044","relation":{"is-identical-to":[{"id-type":"doi","id":"10.2307\/j.ctt2204s29","asserted-by":"subject"}]},"published":{"date-parts":[[2018,3]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T10:03:23Z","timestamp":1648548203405},"reference-count":0,"publisher":"Lockwood Press","isbn-type":[{"value":"9781948488006","type":"electronic"},{"value":"1948488000","type":"electronic"},{"value":"9781948488044","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,3,15]]},"DOI":"10.2307\/j.ctt2204s29","type":"monograph","created":{"date-parts":[[2018,3,30]],"date-time":"2018-03-30T20:24:15Z","timestamp":1522441455000},"source":"Crossref","is-referenced-by-count":1,"title":["A - History of the Encyclopaedia of Islam"],"prefix":"10.2307","author":[{"given":"Peri","family":"Bearman","sequence":"first","affiliation":[]}],"member":"1121","deposited":{"date-parts":[[2018,5,9]],"date-time":"2018-05-09T17:36:58Z","timestamp":1525887418000},"score":19.282269,"resource":{"primary":{"URL":"https:\/\/www.jstor.org\/stable\/10.2307\/j.ctt2204s29"}},"issued":{"date-parts":[[2018,3,15]]},"ISBN":["9781948488006","1948488000","9781948488044"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctt2204s29","published":{"date-parts":[[2018,3,15]]}},{"indexed":{"date-parts":[[2022,6,11]],"date-time":"2022-06-11T10:12:35Z","timestamp":1654942355394},"edition-number":"1","reference-count":0,"publisher":"Cambridge + History of the Encyclopaedia of Islam"],"prefix":"10.2307","author":[{"given":"Peri","family":"Bearman","sequence":"first","affiliation":[]}],"member":"1121","deposited":{"date-parts":[[2018,5,9]],"date-time":"2018-05-09T17:36:58Z","timestamp":1525887418000},"score":19.462002,"resource":{"primary":{"URL":"https:\/\/www.jstor.org\/stable\/10.2307\/j.ctt2204s29"}},"issued":{"date-parts":[[2018,3,15]]},"ISBN":["9781948488006","1948488000","9781948488044"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctt2204s29","published":{"date-parts":[[2018,3,15]]}},{"indexed":{"date-parts":[[2022,6,11]],"date-time":"2022-06-11T10:12:35Z","timestamp":1654942355394},"edition-number":"1","reference-count":0,"publisher":"Cambridge University Press","isbn-type":[{"value":"9781108071635","type":"print"},{"value":"9781107294516","type":"electronic"}],"license":[{"start":{"date-parts":[[2014,11,5]],"date-time":"2014-11-05T00:00:00Z","timestamp":1415145600000},"content-version":"unspecified","delay-in-days":265,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,2,13]]},"abstract":"After the success of his richly illustrated Encyclopaedia of Cottage, Farm, and Villa Architecture and Furniture (1833), which is also reissued in this series, @@ -172,58 +172,58 @@ http_interactions: and furnishings are also discussed. As with the volume it supplements, this work contains a plethora of detailed illustrations.<\/jats:p>","DOI":"10.1017\/cbo9781107294516","type":"monograph","created":{"date-parts":[[2014,11,6]],"date-time":"2014-11-06T06:13:27Z","timestamp":1415254407000},"source":"Crossref","is-referenced-by-count":0,"title":["First Additional Supplement to the Encyclopaedia of Cottage, Farm, and Villa Architecture - and Furniture"],"prefix":"10.1017","author":[{"given":"John Claudius","family":"Loudon","sequence":"first","affiliation":[]}],"member":"56","published-online":{"date-parts":[[2014,11,5]]},"deposited":{"date-parts":[[2022,6,11]],"date-time":"2022-06-11T09:33:17Z","timestamp":1654939997000},"score":19.260572,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781107294516\/type\/book"}},"subtitle":["Bringing + and Furniture"],"prefix":"10.1017","author":[{"given":"John Claudius","family":"Loudon","sequence":"first","affiliation":[]}],"member":"56","published-online":{"date-parts":[[2014,11,5]]},"deposited":{"date-parts":[[2022,6,11]],"date-time":"2022-06-11T09:33:17Z","timestamp":1654939997000},"score":19.4026,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781107294516\/type\/book"}},"subtitle":["Bringing the Work Down to 1842"],"issued":{"date-parts":[[2014,2,13]]},"ISBN":["9781108071635","9781107294516"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9781107294516","published":{"date-parts":[[2014,2,13]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T13:57:37Z","timestamp":1649167057019},"reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780203825594","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203825594","type":"book","created":{"date-parts":[[2017,11,15]],"date-time":"2017-11-15T11:33:48Z","timestamp":1510745628000},"source":"Crossref","is-referenced-by-count":0,"title":["Ella - Fitzgerald"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2014,7,22]]},"deposited":{"date-parts":[[2018,2,25]],"date-time":"2018-02-25T12:48:33Z","timestamp":1519562913000},"score":18.307285,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780203825594"}},"subtitle":["A + Fitzgerald"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2014,7,22]]},"deposited":{"date-parts":[[2018,2,25]],"date-time":"2018-02-25T12:48:33Z","timestamp":1519562913000},"score":18.349825,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780203825594"}},"subtitle":["A Biography of the First Lady of Jazz, Updated Edition"],"issued":{"date-parts":[[2014,7,22]]},"ISBN":["9780203825594"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203825594","published":{"date-parts":[[2014,7,22]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T13:51:45Z","timestamp":1648821105540},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,11,28]]},"DOI":"10.1093\/odnb\/9780192683120.013.36995","type":"reference-book","created":{"date-parts":[[2017,11,29]],"date-time":"2017-11-29T18:29:20Z","timestamp":1511980160000},"source":"Crossref","is-referenced-by-count":0,"title":["Wolseley, Garnet Joseph, first Viscount Wolseley (1833\u20131913)"],"prefix":"10.1093","member":"286","container-title":["Oxford Dictionary of National Biography"],"original-title":["Wolseley, Garnet Joseph, - first Viscount Wolseley (1833\u20131913)"],"deposited":{"date-parts":[[2017,11,29]],"date-time":"2017-11-29T18:29:20Z","timestamp":1511980160000},"score":17.887562,"resource":{"primary":{"URL":"http:\/\/www.oxforddnb.com\/view\/10.1093\/odnb\/9780192683120.001.0001\/odnb-9780192683120-e-36995"}},"issued":{"date-parts":[[2017,11,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/odnb\/9780192683120.013.36995","published":{"date-parts":[[2017,11,28]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T20:51:42Z","timestamp":1648673502362},"reference-count":0,"publisher":"BRILL","isbn-type":[{"value":"9780391041165","type":"print"},{"value":"9789004491571","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2001,6,28]]},"DOI":"10.1163\/9789004491571","type":"monograph","created":{"date-parts":[[2021,6,26]],"date-time":"2021-06-26T02:12:28Z","timestamp":1624673548000},"source":"Crossref","is-referenced-by-count":1,"title":["Concise - Encyclopaedia of Islam"],"prefix":"10.1163","author":[{"family":"Gibb","sequence":"first","affiliation":[]},{"family":"Kramers","sequence":"additional","affiliation":[]}],"member":"50","link":[{"URL":"https:\/\/brill.com\/view\/title\/7552","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/view\/title\/7552","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,10,20]],"date-time":"2021-10-20T21:49:20Z","timestamp":1634766560000},"score":17.863335,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/title\/7552"}},"subtitle":["Edited + first Viscount Wolseley (1833\u20131913)"],"deposited":{"date-parts":[[2017,11,29]],"date-time":"2017-11-29T18:29:20Z","timestamp":1511980160000},"score":17.902866,"resource":{"primary":{"URL":"http:\/\/www.oxforddnb.com\/view\/10.1093\/odnb\/9780192683120.001.0001\/odnb-9780192683120-e-36995"}},"issued":{"date-parts":[[2017,11,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/odnb\/9780192683120.013.36995","published":{"date-parts":[[2017,11,28]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T20:51:42Z","timestamp":1648673502362},"reference-count":0,"publisher":"BRILL","isbn-type":[{"value":"9780391041165","type":"print"},{"value":"9789004491571","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2001,6,28]]},"DOI":"10.1163\/9789004491571","type":"monograph","created":{"date-parts":[[2021,6,26]],"date-time":"2021-06-26T02:12:28Z","timestamp":1624673548000},"source":"Crossref","is-referenced-by-count":1,"title":["Concise + Encyclopaedia of Islam"],"prefix":"10.1163","author":[{"family":"Gibb","sequence":"first","affiliation":[]},{"family":"Kramers","sequence":"additional","affiliation":[]}],"member":"50","link":[{"URL":"https:\/\/brill.com\/view\/title\/7552","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/view\/title\/7552","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,10,20]],"date-time":"2021-10-20T21:49:20Z","timestamp":1634766560000},"score":17.844536,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/title\/7552"}},"subtitle":["Edited on Behalf of the Royal Netherlands Academy. Fourth Impression"],"issued":{"date-parts":[[2001,6,28]]},"ISBN":["9780391041165","9789004491571"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004491571","published":{"date-parts":[[2001,6,28]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T07:06:56Z","timestamp":1648883216774},"publisher-location":"London,","reference-count":0,"publisher":"A. and C. Black,","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913]]},"DOI":"10.5962\/bhl.title.62263","type":"monograph","created":{"date-parts":[[2012,11,11]],"date-time":"2012-11-11T07:01:09Z","timestamp":1352617269000},"source":"Crossref","is-referenced-by-count":1,"title":["The - first principles of evolution"],"prefix":"10.5962","author":[{"given":"S.","family":"Herbert","sequence":"first","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2012,11,11]],"date-time":"2012-11-11T07:01:10Z","timestamp":1352617270000},"score":17.726196,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/62263"}},"issued":{"date-parts":[[1913]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.62263","published":{"date-parts":[[1913]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T13:40:30Z","timestamp":1648647630912},"reference-count":0,"publisher":"Oxford + first principles of evolution"],"prefix":"10.5962","author":[{"given":"S.","family":"Herbert","sequence":"first","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2012,11,11]],"date-time":"2012-11-11T07:01:10Z","timestamp":1352617270000},"score":17.719408,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/62263"}},"issued":{"date-parts":[[1913]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.62263","published":{"date-parts":[[1913]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T13:40:30Z","timestamp":1648647630912},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2016,1,7]]},"DOI":"10.1093\/ref:odnb\/105719","type":"reference-book","created":{"date-parts":[[2017,11,30]],"date-time":"2017-11-30T00:19:49Z","timestamp":1512001189000},"source":"Crossref","is-referenced-by-count":0,"title":["Cragg, (Albert) Kenneth (1913\u20132012), Church of England clergyman, theologian, and scholar of Islam"],"prefix":"10.1093","author":[{"given":"Christopher A.","family":"Lamb","sequence":"first","affiliation":[]}],"member":"286","container-title":["Oxford Dictionary of National Biography"],"original-title":["Cragg, (Albert) Kenneth (1913\u20132012), Church of England clergyman, theologian, and scholar of - Islam"],"deposited":{"date-parts":[[2017,11,30]],"date-time":"2017-11-30T00:19:49Z","timestamp":1512001189000},"score":17.596016,"resource":{"primary":{"URL":"http:\/\/www.oxforddnb.com\/view\/10.1093\/ref:odnb\/9780198614128.001.0001\/odnb-9780198614128-e-105719"}},"issued":{"date-parts":[[2016,1,7]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/ref:odnb\/105719","published":{"date-parts":[[2016,1,7]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:56:07Z","timestamp":1648688167288},"reference-count":0,"publisher":"I.B.Tauris","isbn-type":[{"value":"9781845112875","type":"print"},{"value":"9780755609758","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9780755609758","type":"monograph","created":{"date-parts":[[2020,5,2]],"date-time":"2020-05-02T07:34:12Z","timestamp":1588404852000},"source":"Crossref","is-referenced-by-count":0,"title":["The - Crescent and the Eagle"],"prefix":"10.5040","member":"2984","published-online":{"date-parts":[[2006]]},"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T19:18:30Z","timestamp":1590088710000},"score":17.369213,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/the-crescent-and-the-eagle-ottoman-rule-islam-and-the-albanians-1874-1913"}},"subtitle":["Ottoman - Rule, Islam and the Albanians, 1874-1913"],"issued":{"date-parts":[[2006]]},"ISBN":["9781845112875","9780755609758"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9780755609758","published":{"date-parts":[[2006]]}},{"indexed":{"date-parts":[[2022,10,28]],"date-time":"2022-10-28T09:28:33Z","timestamp":1666949313991},"reference-count":0,"publisher":"BRILL","isbn-type":[{"value":"9789004505056","type":"electronic"},{"value":"9789004097384","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1994,1,1]]},"DOI":"10.1163\/9789004505056","type":"monograph","created":{"date-parts":[[2022,1,16]],"date-time":"2022-01-16T02:02:01Z","timestamp":1642298521000},"source":"Crossref","is-referenced-by-count":2,"title":["Islamic + Islam"],"deposited":{"date-parts":[[2017,11,30]],"date-time":"2017-11-30T00:19:49Z","timestamp":1512001189000},"score":17.601685,"resource":{"primary":{"URL":"http:\/\/www.oxforddnb.com\/view\/10.1093\/ref:odnb\/9780198614128.001.0001\/odnb-9780198614128-e-105719"}},"issued":{"date-parts":[[2016,1,7]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/ref:odnb\/105719","published":{"date-parts":[[2016,1,7]]}},{"indexed":{"date-parts":[[2023,1,12]],"date-time":"2023-01-12T20:52:21Z","timestamp":1673556741418},"reference-count":0,"publisher":"BRILL","isbn-type":[{"value":"9789004505056","type":"electronic"},{"value":"9789004097384","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1994,1,1]]},"DOI":"10.1163\/9789004505056","type":"monograph","created":{"date-parts":[[2022,1,16]],"date-time":"2022-01-16T02:02:01Z","timestamp":1642298521000},"source":"Crossref","is-referenced-by-count":3,"title":["Islamic Desk Reference"],"prefix":"10.1163","author":[{"given":"E.J.","family":"van - Donzel","sequence":"first","affiliation":[]}],"member":"50","link":[{"URL":"https:\/\/brill.com\/view\/title\/17475","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/17475","content-type":"text\/html","content-version":"vor","intended-application":"syndication"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/17475","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,7,9]],"date-time":"2022-07-09T04:24:49Z","timestamp":1657340689000},"score":17.1981,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/title\/17475"}},"subtitle":["Compiled - from <i>The Encyclopaedia of Islam<\/i>"],"issued":{"date-parts":[[1994,1,1]]},"ISBN":["9789004505056","9789004097384"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004505056","published":{"date-parts":[[1994,1,1]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T02:44:45Z","timestamp":1648781085317},"publisher-location":"[Bristol, + Donzel","sequence":"first","affiliation":[]}],"member":"50","link":[{"URL":"https:\/\/brill.com\/view\/title\/17475","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/17475","content-type":"text\/html","content-version":"vor","intended-application":"syndication"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/17475","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,7,9]],"date-time":"2022-07-09T04:24:49Z","timestamp":1657340689000},"score":17.35939,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/title\/17475"}},"subtitle":["Compiled + from <i>The Encyclopaedia of Islam<\/i>"],"issued":{"date-parts":[[1994,1,1]]},"ISBN":["9789004505056","9789004097384"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004505056","published":{"date-parts":[[1994,1,1]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:56:07Z","timestamp":1648688167288},"reference-count":0,"publisher":"I.B.Tauris","isbn-type":[{"value":"9781845112875","type":"print"},{"value":"9780755609758","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9780755609758","type":"monograph","created":{"date-parts":[[2020,5,2]],"date-time":"2020-05-02T07:34:12Z","timestamp":1588404852000},"source":"Crossref","is-referenced-by-count":0,"title":["The + Crescent and the Eagle"],"prefix":"10.5040","member":"2984","published-online":{"date-parts":[[2006]]},"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T19:18:30Z","timestamp":1590088710000},"score":17.345509,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/the-crescent-and-the-eagle-ottoman-rule-islam-and-the-albanians-1874-1913"}},"subtitle":["Ottoman + Rule, Islam and the Albanians, 1874-1913"],"issued":{"date-parts":[[2006]]},"ISBN":["9781845112875","9780755609758"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9780755609758","published":{"date-parts":[[2006]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T02:44:45Z","timestamp":1648781085317},"publisher-location":"[Bristol, Pa. :","reference-count":0,"publisher":"D. Landreth Seed Company],","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913]]},"DOI":"10.5962\/bhl.title.106086","type":"monograph","created":{"date-parts":[[2015,8,23]],"date-time":"2015-08-23T02:04:15Z","timestamp":1440295455000},"source":"Crossref","is-referenced-by-count":0,"title":["Landreths'' seeds : catalogue 1913 129th annual edition \/"],"prefix":"10.5962","author":[{"name":"D. Landreth Seed Company.","sequence":"first","affiliation":[]},{"name":"Bloomsdale Seed Farms.","sequence":"additional","affiliation":[]},{"name":"Henry G. Gilbert - Nursery and Seed Trade Catalog Collection.","sequence":"additional","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2015,8,23]],"date-time":"2015-08-23T02:04:15Z","timestamp":1440295455000},"score":16.896046,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/106086"}},"issued":{"date-parts":[[1913]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.106086","published":{"date-parts":[[1913]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T12:19:44Z","timestamp":1648556384545},"publisher-location":"New + Nursery and Seed Trade Catalog Collection.","sequence":"additional","affiliation":[]}],"member":"3444","deposited":{"date-parts":[[2015,8,23]],"date-time":"2015-08-23T02:04:15Z","timestamp":1440295455000},"score":16.94362,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/106086"}},"issued":{"date-parts":[[1913]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.106086","published":{"date-parts":[[1913]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T12:19:44Z","timestamp":1648556384545},"publisher-location":"New York","reference-count":0,"publisher":"MacMillan Co","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913]]},"DOI":"10.1037\/10928-000","type":"book","created":{"date-parts":[[2006,5,9]],"date-time":"2006-05-09T07:21:34Z","timestamp":1147159294000},"source":"Crossref","is-referenced-by-count":0,"title":["A primer of psychology, revised edition."],"prefix":"10.1037","author":[{"given":"Edward - Bradford","family":"Titchener","sequence":"first","affiliation":[]}],"member":"15","deposited":{"date-parts":[[2018,3,19]],"date-time":"2018-03-19T15:21:58Z","timestamp":1521472918000},"score":16.799416,"resource":{"primary":{"URL":"http:\/\/content.apa.org\/books\/10928-000"}},"issued":{"date-parts":[[1913]]},"references-count":0,"alternative-id":["2006-03556-000"],"URL":"http:\/\/dx.doi.org\/10.1037\/10928-000","published":{"date-parts":[[1913]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T04:03:38Z","timestamp":1648872218781},"reference-count":0,"publisher":"Oxford - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,9,23]]},"DOI":"10.1093\/ref:odnb\/41281","type":"reference-book","created":{"date-parts":[[2004,12,26]],"date-time":"2004-12-26T11:00:03Z","timestamp":1104058803000},"source":"Crossref","is-referenced-by-count":0,"title":["Foster, - Balthazar Walter, first Baron Ilkeston (1840\u20131913), physician and politician"],"prefix":"10.1093","author":[{"given":"John","family":"Davis","sequence":"first","affiliation":[]}],"member":"286","container-title":["Oxford - Dictionary of National Biography"],"original-title":["Foster, Balthazar Walter, - first Baron Ilkeston (1840\u20131913), physician and politician"],"deposited":{"date-parts":[[2017,11,29]],"date-time":"2017-11-29T20:35:50Z","timestamp":1511987750000},"score":16.796768,"resource":{"primary":{"URL":"http:\/\/www.oxforddnb.com\/view\/10.1093\/ref:odnb\/9780198614128.001.0001\/odnb-9780198614128-e-41281"}},"issued":{"date-parts":[[2004,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/ref:odnb\/41281","published":{"date-parts":[[2004,9,23]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T18:18:51Z","timestamp":1648577931922},"reference-count":0,"publisher":"Oxford + Bradford","family":"Titchener","sequence":"first","affiliation":[]}],"member":"15","deposited":{"date-parts":[[2018,3,19]],"date-time":"2018-03-19T15:21:58Z","timestamp":1521472918000},"score":16.88274,"resource":{"primary":{"URL":"http:\/\/content.apa.org\/books\/10928-000"}},"issued":{"date-parts":[[1913]]},"references-count":0,"alternative-id":["2006-03556-000"],"URL":"http:\/\/dx.doi.org\/10.1037\/10928-000","published":{"date-parts":[[1913]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T17:03:26Z","timestamp":1648832606833},"reference-count":0,"publisher":"The + University of North Carolina Press","isbn-type":[{"value":"9781469660844","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.1353\/book.77197","type":"book","created":{"date-parts":[[2020,8,7]],"date-time":"2020-08-07T01:00:14Z","timestamp":1596762014000},"source":"Crossref","is-referenced-by-count":0,"title":["Realizing + Islam, Sustainable History Monograph Pilot OA Edition"],"prefix":"10.1353","member":"147","deposited":{"date-parts":[[2020,8,7]],"date-time":"2020-08-07T01:00:18Z","timestamp":1596762018000},"score":16.791885,"resource":{"primary":{"URL":"https:\/\/muse.jhu.edu\/book\/77197"}},"issued":{"date-parts":[[2020]]},"ISBN":["9781469660844"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1353\/book.77197","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T18:18:51Z","timestamp":1648577931922},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2000,2]]},"DOI":"10.1093\/anb\/9780198606697.article.0900454","type":"reference-book","created":{"date-parts":[[2017,11,29]],"date-time":"2017-11-29T12:37:25Z","timestamp":1511959045000},"source":"Crossref","is-referenced-by-count":0,"title":["MacAlister, James (1840-1913), educator and first president of Drexel University"],"prefix":"10.1093","author":[{"given":"Edward L.","family":"Lach, Jr.","sequence":"first","affiliation":[]}],"member":"286","container-title":["American National Biography Online"],"original-title":["MacAlister, James (1840-1913), - educator and first president of Drexel University"],"deposited":{"date-parts":[[2017,11,29]],"date-time":"2017-11-29T12:37:25Z","timestamp":1511959045000},"score":16.769987,"resource":{"primary":{"URL":"http:\/\/www.anb.org\/view\/10.1093\/anb\/9780198606697.001.0001\/anb-9780198606697-e-0900454"}},"issued":{"date-parts":[[2000,2]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/anb\/9780198606697.article.0900454","published":{"date-parts":[[2000,2]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T11:15:42Z","timestamp":1648552542270},"reference-count":0,"publisher":"De + educator and first president of Drexel University"],"deposited":{"date-parts":[[2017,11,29]],"date-time":"2017-11-29T12:37:25Z","timestamp":1511959045000},"score":16.784407,"resource":{"primary":{"URL":"http:\/\/www.anb.org\/view\/10.1093\/anb\/9780198606697.001.0001\/anb-9780198606697-e-0900454"}},"issued":{"date-parts":[[2000,2]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/anb\/9780198606697.article.0900454","published":{"date-parts":[[2000,2]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T04:03:38Z","timestamp":1648872218781},"reference-count":0,"publisher":"Oxford + University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,9,23]]},"DOI":"10.1093\/ref:odnb\/41281","type":"reference-book","created":{"date-parts":[[2004,12,26]],"date-time":"2004-12-26T11:00:03Z","timestamp":1104058803000},"source":"Crossref","is-referenced-by-count":0,"title":["Foster, + Balthazar Walter, first Baron Ilkeston (1840\u20131913), physician and politician"],"prefix":"10.1093","author":[{"given":"John","family":"Davis","sequence":"first","affiliation":[]}],"member":"286","container-title":["Oxford + Dictionary of National Biography"],"original-title":["Foster, Balthazar Walter, + first Baron Ilkeston (1840\u20131913), physician and politician"],"deposited":{"date-parts":[[2017,11,29]],"date-time":"2017-11-29T20:35:50Z","timestamp":1511987750000},"score":16.777084,"resource":{"primary":{"URL":"http:\/\/www.oxforddnb.com\/view\/10.1093\/ref:odnb\/9780198614128.001.0001\/odnb-9780198614128-e-41281"}},"issued":{"date-parts":[[2004,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/ref:odnb\/41281","published":{"date-parts":[[2004,9,23]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T11:15:42Z","timestamp":1648552542270},"reference-count":0,"publisher":"De Gruyter","isbn-type":[{"value":"9783111729145","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913,12,31]]},"DOI":"10.1515\/9783111729145","type":"book","created":{"date-parts":[[2020,5,29]],"date-time":"2020-05-29T11:31:06Z","timestamp":1590751866000},"source":"Crossref","is-referenced-by-count":1,"title":["Texte - zu dem Streite zwischen Glauben und Wissen im Islam"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2020,5,26]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/66480","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783111729145\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T17:19:13Z","timestamp":1619025553000},"score":16.70758,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783111729145\/html"}},"subtitle":["Die + zu dem Streite zwischen Glauben und Wissen im Islam"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2020,5,26]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/66480","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783111729145\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T17:19:13Z","timestamp":1619025553000},"score":16.680056,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783111729145\/html"}},"subtitle":["Die Lehre vom Propheten und der Offenbarung bei den islamischen Philosophen Farabi, - Avicenna und Averraes"],"editor":[{"given":"M.","family":"Horten","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[1913,12,31]]},"ISBN":["9783111729145"],"references-count":0,"alternative-id":["10.1515\/9783111729145"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783111729145","published":{"date-parts":[[1913,12,31]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T17:03:26Z","timestamp":1648832606833},"reference-count":0,"publisher":"The - University of North Carolina Press","isbn-type":[{"value":"9781469660844","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.1353\/book.77197","type":"book","created":{"date-parts":[[2020,8,7]],"date-time":"2020-08-07T01:00:14Z","timestamp":1596762014000},"source":"Crossref","is-referenced-by-count":0,"title":["Realizing - Islam, Sustainable History Monograph Pilot OA Edition"],"prefix":"10.1353","member":"147","deposited":{"date-parts":[[2020,8,7]],"date-time":"2020-08-07T01:00:18Z","timestamp":1596762018000},"score":16.69961,"resource":{"primary":{"URL":"https:\/\/muse.jhu.edu\/book\/77197"}},"issued":{"date-parts":[[2020]]},"ISBN":["9781469660844"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1353\/book.77197","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T19:10:28Z","timestamp":1650049828681},"publisher-location":"Washington","reference-count":0,"publisher":"[s.n.]","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913]]},"DOI":"10.5962\/bhl.title.1864","type":"monograph","created":{"date-parts":[[2011,11,11]],"date-time":"2011-11-11T20:31:15Z","timestamp":1321043475000},"source":"Crossref","is-referenced-by-count":0,"title":["A + Avicenna und Averraes"],"editor":[{"given":"M.","family":"Horten","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[1913,12,31]]},"ISBN":["9783111729145"],"references-count":0,"alternative-id":["10.1515\/9783111729145"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783111729145","published":{"date-parts":[[1913,12,31]]}},{"indexed":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T19:10:28Z","timestamp":1650049828681},"publisher-location":"Washington","reference-count":0,"publisher":"[s.n.]","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913]]},"DOI":"10.5962\/bhl.title.1864","type":"monograph","created":{"date-parts":[[2011,11,11]],"date-time":"2011-11-11T20:31:15Z","timestamp":1321043475000},"source":"Crossref","is-referenced-by-count":0,"title":["A history of the first half-century of the National Academy of Sciences, 1863-1913"],"prefix":"10.5962","author":[{"name":"National Academy of Sciences (U.S.)","sequence":"first","affiliation":[]},{"given":"Frederick - W.","family":"True","sequence":"additional","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T18:47:51Z","timestamp":1650048471000},"score":16.509613,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/1864"}},"issued":{"date-parts":[[1913]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.1864","published":{"date-parts":[[1913]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Encyclopaedia + W.","family":"True","sequence":"additional","affiliation":[]}],"member":"33859","deposited":{"date-parts":[[2022,4,15]],"date-time":"2022-04-15T18:47:51Z","timestamp":1650048471000},"score":16.514408,"resource":{"primary":{"URL":"https:\/\/www.biodiversitylibrary.org\/bibliography\/1864"}},"issued":{"date-parts":[[1913]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.1864","published":{"date-parts":[[1913]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Encyclopaedia of Islam, First Edition (1913-1936) 2014"}}}' - recorded_at: Sat, 31 Dec 2022 06:07:48 GMT + recorded_at: Sun, 15 Jan 2023 19:23:54 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=TA%CA%BFIZZ%2B2014%2BBrill @@ -243,11 +243,11 @@ http_interactions: message: OK headers: Date: - - Sat, 31 Dec 2022 06:07:51 GMT + - Sun, 15 Jan 2023 19:23:56 GMT Content-Type: - application/json Content-Length: - - '19424' + - '19422' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -275,13 +275,13 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":813205,"items":[{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T12:30:17Z","timestamp":1648989017684},"reference-count":0,"publisher":"The + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":814125,"items":[{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T12:30:17Z","timestamp":1648989017684},"reference-count":0,"publisher":"The Gingko Library","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.2307\/j.ctt201mpg0.14","type":"book-chapter","created":{"date-parts":[[2018,1,31]],"date-time":"2018-01-31T20:19:15Z","timestamp":1517429955000},"page":"111-117","source":"Crossref","is-referenced-by-count":0,"title":["The Forts of Yemen:"],"prefix":"10.2307","author":[{"given":"NOHA","family":"SADEK","sequence":"first","affiliation":[]}],"member":"1121","container-title":["Architectural - Heritage of Yemen"],"deposited":{"date-parts":[[2018,5,9]],"date-time":"2018-05-09T14:55:40Z","timestamp":1525877740000},"score":18.949003,"resource":{"primary":{"URL":"https:\/\/www.jstor.org\/stable\/10.2307\/j.ctt201mpg0.14"}},"subtitle":["The + Heritage of Yemen"],"deposited":{"date-parts":[[2018,5,9]],"date-time":"2018-05-09T14:55:40Z","timestamp":1525877740000},"score":18.931726,"resource":{"primary":{"URL":"https:\/\/www.jstor.org\/stable\/10.2307\/j.ctt201mpg0.14"}},"subtitle":["The Example of the Citadel of Ta\u02bfizz"],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctt201mpg0.14"},{"indexed":{"date-parts":[[2022,4,21]],"date-time":"2022-04-21T19:41:06Z","timestamp":1650570066353},"reference-count":0,"publisher":"BRILL","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,10,22]]},"DOI":"10.1163\/9789004472112_011","type":"book-chapter","created":{"date-parts":[[2021,11,7]],"date-time":"2021-11-07T02:00:41Z","timestamp":1636250441000},"page":"283-305","source":"Crossref","is-referenced-by-count":0,"title":["The Monuments of Rasulid Ta\u02bfizz: The Physical Construction of Power and Piety"],"prefix":"10.1163","member":"50","container-title":["Practising - Community in Urban and Rural Eurasia (1000\u20131600)"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004472112\/BP000019.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/60086","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T06:21:42Z","timestamp":1650435702000},"score":18.0124,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004472112\/BP000019.xml"}},"issued":{"date-parts":[[2021,10,22]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004472112_011","published":{"date-parts":[[2021,10,22]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T11:39:05Z","timestamp":1648985945142},"reference-count":10,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2014,1,1]],"date-time":"2014-01-01T00:00:00Z","timestamp":1388534400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1016\/b978-0-12-801238-3.04884-4","type":"book-chapter","created":{"date-parts":[[2014,11,28]],"date-time":"2014-11-28T20:09:10Z","timestamp":1417205350000},"source":"Crossref","is-referenced-by-count":0,"title":["Brill-Zinsser + Community in Urban and Rural Eurasia (1000\u20131600)"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004472112\/BP000019.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/60086","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T06:21:42Z","timestamp":1650435702000},"score":17.993961,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004472112\/BP000019.xml"}},"issued":{"date-parts":[[2021,10,22]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004472112_011","published":{"date-parts":[[2021,10,22]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T11:39:05Z","timestamp":1648985945142},"reference-count":10,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2014,1,1]],"date-time":"2014-01-01T00:00:00Z","timestamp":1388534400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1016\/b978-0-12-801238-3.04884-4","type":"book-chapter","created":{"date-parts":[[2014,11,28]],"date-time":"2014-11-28T20:09:10Z","timestamp":1417205350000},"source":"Crossref","is-referenced-by-count":0,"title":["Brill-Zinsser Disease\u2606"],"prefix":"10.1016","author":[{"given":"F.C.","family":"Knoop","sequence":"first","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-12-801238-3.04884-4_bib0010","doi-asserted-by":"crossref","first-page":"277","DOI":"10.4269\/ajtmh.1980.29.277","article-title":"Evidence of rickettsia prowazekii infection in the United States","volume":"29","author":"McDade","year":"1980","journal-title":"The American Journal of Tropical Medicine and Hygiene"},{"issue":"6","key":"10.1016\/B978-0-12-801238-3.04884-4_bib0015","doi-asserted-by":"crossref","first-page":"979","DOI":"10.1086\/319351","article-title":"Epidemic @@ -302,7 +302,7 @@ http_interactions: http:\/\/www.merckmanuals.com\/professional\/infectious_diseases\/rickettsiae_and_related_organisms\/overview_of_rickettsial_infections.html?qt=brill-zinsser&alt=sh."},{"key":"10.1016\/B978-0-12-801238-3.04884-4_bib0055","unstructured":"A unique article on Epidemic Typhus associated with flying squirrels in the United States is located at - http:\/\/www.cdc.gov\/mmwr\/preview\/mmwrhtml\/00001177.htm."}],"container-title":["Reference - Module in Biomedical Sciences"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128012383048844?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128012383048844?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,8,17]],"date-time":"2019-08-17T22:46:04Z","timestamp":1566081964000},"score":17.694048,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128012383048844"}},"issued":{"date-parts":[[2014]]},"references-count":10,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-801238-3.04884-4","published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T11:16:40Z","timestamp":1648725400452},"publisher-location":"Boston, + Module in Biomedical Sciences"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128012383048844?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128012383048844?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,8,17]],"date-time":"2019-08-17T22:46:04Z","timestamp":1566081964000},"score":17.676552,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128012383048844"}},"issued":{"date-parts":[[2014]]},"references-count":10,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-801238-3.04884-4","published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T11:16:40Z","timestamp":1648725400452},"publisher-location":"Boston, MA","reference-count":11,"publisher":"Springer US","license":[{"start":{"date-parts":[[2014,1,1]],"date-time":"2014-01-01T00:00:00Z","timestamp":1388534400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2014,1,1]],"date-time":"2014-01-01T00:00:00Z","timestamp":1388534400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1007\/978-0-387-31439-6_451","type":"book-chapter","created":{"date-parts":[[2014,6,6]],"date-time":"2014-06-06T05:18:14Z","timestamp":1402031894000},"page":"98-100","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":1,"title":["Chromaticity"],"prefix":"10.1007","author":[{"given":"Michael H.","family":"Brill","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2016,2,5]]},"reference":[{"key":"100251_CR3136","unstructured":"Wyszecki G, Stiles WS (1982) Color science: concepts and methods, quantitative data @@ -327,7 +327,7 @@ http_interactions: RWG (2004) The reproduction of colour, 6th edn. Wiley, Chichester","edition":"6"},{"key":"100251_CR3146","volume-title":"Foundations of vision","author":"BA Wandell","year":"1995","unstructured":"Wandell BA (1995) Foundations of vision. Sinauer, Sunderland"}],"container-title":["Computer - Vision"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-0-387-31439-6_451","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,3,11]],"date-time":"2019-03-11T06:59:22Z","timestamp":1552287562000},"score":17.41588,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-0-387-31439-6_451"}},"issued":{"date-parts":[[2014]]},"references-count":11,"URL":"http:\/\/dx.doi.org\/10.1007\/978-0-387-31439-6_451","published":{"date-parts":[[2014]]},"assertion":[{"value":"5 + Vision"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-0-387-31439-6_451","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,3,11]],"date-time":"2019-03-11T06:59:22Z","timestamp":1552287562000},"score":17.407858,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-0-387-31439-6_451"}},"issued":{"date-parts":[[2014]]},"references-count":11,"URL":"http:\/\/dx.doi.org\/10.1007\/978-0-387-31439-6_451","published":{"date-parts":[[2014]]},"assertion":[{"value":"5 February 2016","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"5 February 2016","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"5 @@ -449,7 +449,7 @@ http_interactions: RWG (2004) The reproduction of colour, 6th edn. Wiley, Chichester","edition":"6"},{"key":"100264_CR18118","volume-title":"Foundations of vision","author":"BA Wandell","year":"1995","unstructured":"Wandell BA (1995) Foundations of vision. Sinauer, Sunderland"}],"container-title":["Computer - Vision"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-0-387-31439-6_453","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,3,11]],"date-time":"2019-03-11T06:44:20Z","timestamp":1552286660000},"score":17.186108,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-0-387-31439-6_453"}},"issued":{"date-parts":[[2014]]},"references-count":11,"URL":"http:\/\/dx.doi.org\/10.1007\/978-0-387-31439-6_453","published":{"date-parts":[[2014]]},"assertion":[{"value":"5 + Vision"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-0-387-31439-6_453","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,3,11]],"date-time":"2019-03-11T06:44:20Z","timestamp":1552286660000},"score":17.169888,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-0-387-31439-6_453"}},"issued":{"date-parts":[[2014]]},"references-count":11,"URL":"http:\/\/dx.doi.org\/10.1007\/978-0-387-31439-6_453","published":{"date-parts":[[2014]]},"assertion":[{"value":"5 February 2016","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"5 February 2016","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"5 @@ -488,7 +488,7 @@ http_interactions: R.D., Stanziola, R.A.: Method of determining wear. US Patent 6,797,204 (2004)"},{"key":"313-1_CR5","unstructured":"Riddle, G.H.N., Reitmeier, G., Steinmetz, C., Stanziola, R.A., Burstyn, H.C.: Color display device. US Patent 6,985,163 (2006)"}],"container-title":["Encyclopedia - of Color Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-27851-8_313-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,30]],"date-time":"2019-05-30T23:10:34Z","timestamp":1559257834000},"score":16.53591,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-27851-8_313-1"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783642278518"],"references-count":5,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-27851-8_313-1","published":{"date-parts":[[2014]]},"assertion":[{"value":"13 + of Color Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-27851-8_313-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,30]],"date-time":"2019-05-30T23:10:34Z","timestamp":1559257834000},"score":16.533545,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-27851-8_313-1"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783642278518"],"references-count":5,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-27851-8_313-1","published":{"date-parts":[[2014]]},"assertion":[{"value":"13 January 2014, 16:04:04","order":1,"name":"received","label":"Received","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"3 October 2014, 17:00:02","order":2,"name":"accepted","label":"Accepted","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"28 August 2015","order":3,"name":"first_online","label":"First @@ -513,7 +513,7 @@ http_interactions: Phys. Soc. London"},{"key":"300-1_CR6","unstructured":"Kubelka, P., Srebek, J.: Rutile pigments and process of making the same. US Patent 2,062,133 (1936)"},{"key":"300-1_CR7","unstructured":"Kubelka, P., Srebek, J.: Rutile pigments. US Patent 2,062,134 (1936)"}],"container-title":["Encyclopedia - of Color Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-27851-8_300-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,30]],"date-time":"2019-05-30T23:29:07Z","timestamp":1559258947000},"score":16.369625,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-27851-8_300-1"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783642278518"],"references-count":7,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-27851-8_300-1","published":{"date-parts":[[2014]]},"assertion":[{"value":"14 + of Color Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-27851-8_300-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,30]],"date-time":"2019-05-30T23:29:07Z","timestamp":1559258947000},"score":16.345879,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-27851-8_300-1"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783642278518"],"references-count":7,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-27851-8_300-1","published":{"date-parts":[[2014]]},"assertion":[{"value":"14 January 2014, 22:08:33","order":1,"name":"received","label":"Received","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"24 September 2014, 17:29:00","order":2,"name":"accepted","label":"Accepted","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"2 September 2015","order":3,"name":"first_online","label":"First @@ -547,7 +547,7 @@ http_interactions: Schr\u00f6dinger","year":"1925","unstructured":"Schr\u00f6dinger, E.: \u00dcber die subjektiven Sternfarben und die Qualit\u00e4t der D\u00e4mmerungsempfindung. Naturwissenschaften 13, 373\u2013376 (1925) (not aware of translation)","journal-title":"Naturwissenschaften"}],"container-title":["Encyclopedia - of Color Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-27851-8_312-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,30]],"date-time":"2019-05-30T22:58:01Z","timestamp":1559257081000},"score":16.126432,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-27851-8_312-1"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783642278518"],"references-count":9,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-27851-8_312-1","published":{"date-parts":[[2014]]},"assertion":[{"value":"13 + of Color Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-27851-8_312-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,30]],"date-time":"2019-05-30T22:58:01Z","timestamp":1559257081000},"score":16.115967,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-27851-8_312-1"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783642278518"],"references-count":9,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-27851-8_312-1","published":{"date-parts":[[2014]]},"assertion":[{"value":"13 January 2014, 16:06:34","order":1,"name":"received","label":"Received","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"3 October 2014, 17:00:42","order":2,"name":"accepted","label":"Accepted","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"28 August 2015","order":3,"name":"first_online","label":"First @@ -579,7 +579,7 @@ http_interactions: D.L.: Sources of Color Science. MIT Press, Cambridge, MA (1970)"},{"key":"305-1_CR9","doi-asserted-by":"publisher","volume-title":"Color Measurement: Theme and Variations","author":"DL MacAdam","year":"1981","unstructured":"MacAdam, D.L.: Color Measurement: Theme and Variations. Springer, New York (1981)","DOI":"10.1007\/978-3-662-13508-2"}],"container-title":["Encyclopedia - of Color Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-27851-8_305-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,30]],"date-time":"2019-05-30T15:16:40Z","timestamp":1559229400000},"score":15.972621,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-27851-8_305-1"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783642278518"],"references-count":9,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-27851-8_305-1","published":{"date-parts":[[2014]]},"assertion":[{"value":"13 + of Color Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-27851-8_305-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,30]],"date-time":"2019-05-30T15:16:40Z","timestamp":1559229400000},"score":15.94725,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-27851-8_305-1"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783642278518"],"references-count":9,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-27851-8_305-1","published":{"date-parts":[[2014]]},"assertion":[{"value":"13 January 2014, 16:06:05","order":1,"name":"received","label":"Received","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"25 September 2014, 04:08:04","order":2,"name":"accepted","label":"Accepted","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"17 August 2015","order":3,"name":"first_online","label":"First @@ -609,13 +609,13 @@ http_interactions: Proceedings, vol. 1, part 7, Stockholm, 1951"},{"key":"296-1_CR8","unstructured":"Judd, D. B.: Color in Business, Science and Industry. Wiley, New York (1959), 2nd and 3rd edn. with Gunter Wyszecki, 1963 and 1975"}],"container-title":["Encyclopedia - of Color Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-27851-8_296-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,10]],"date-time":"2019-05-10T04:27:54Z","timestamp":1557462474000},"score":15.921587,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-27851-8_296-1"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783642278518"],"references-count":8,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-27851-8_296-1","published":{"date-parts":[[2014]]},"assertion":[{"value":"13 + of Color Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-27851-8_296-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,10]],"date-time":"2019-05-10T04:27:54Z","timestamp":1557462474000},"score":15.921701,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-27851-8_296-1"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783642278518"],"references-count":8,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-27851-8_296-1","published":{"date-parts":[[2014]]},"assertion":[{"value":"13 January 2014, 16:06:25","order":1,"name":"received","label":"Received","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"24 September 2014, 16:06:26","order":2,"name":"accepted","label":"Accepted","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"12 August 2015","order":3,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}}]},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T09:41:53Z","timestamp":1650447713440},"reference-count":0,"publisher":"BRILL","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,1,1]]},"DOI":"10.1163\/9789004263123_010","type":"book-chapter","created":{"date-parts":[[2013,12,25]],"date-time":"2013-12-25T18:08:33Z","timestamp":1387994913000},"page":"251-262","source":"Crossref","is-referenced-by-count":0,"title":["Dutch Sinology and Brill"],"prefix":"10.1163","member":"50","container-title":["Chinese - Studies in the Netherlands"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/edcoll\/9789004263123\/B9789004263123_010.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/21398","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T09:00:39Z","timestamp":1650445239000},"score":15.656724,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/edcoll\/9789004263123\/B9789004263123_010.xml"}},"issued":{"date-parts":[[2014,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004263123_010","published":{"date-parts":[[2014,1,1]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T13:34:57Z","timestamp":1648560897936},"publisher-location":"Weinheim, + Studies in the Netherlands"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/edcoll\/9789004263123\/B9789004263123_010.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/21398","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T09:00:39Z","timestamp":1650445239000},"score":15.6575985,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/edcoll\/9789004263123\/B9789004263123_010.xml"}},"issued":{"date-parts":[[2014,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004263123_010","published":{"date-parts":[[2014,1,1]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T13:34:57Z","timestamp":1648560897936},"publisher-location":"Weinheim, Germany","reference-count":137,"publisher":"Wiley-VCH Verlag GmbH & Co. KGaA","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9783527673278.ch10","type":"book-chapter","created":{"date-parts":[[2014,6,7]],"date-time":"2014-06-07T02:18:40Z","timestamp":1402107520000},"page":"207-234","source":"Crossref","is-referenced-by-count":0,"title":["NHCP Ligands for Catalysis"],"prefix":"10.1002","author":[{"given":"Peter","family":"Hofmann","sequence":"first","affiliation":[]},{"given":"Marcel","family":"Brill","sequence":"additional","affiliation":[]}],"member":"311","published-online":{"date-parts":[[2014,6,6]]},"reference":[{"key":"10.1002\/9783527673278.ch10-BIB1|cit1","doi-asserted-by":"crossref","first-page":"361","DOI":"10.1021\/ja00001a054","volume":"113","author":"Arduengo","year":"1991","journal-title":"J. Am. Chem. Soc."},{"key":"10.1002\/9783527673278.ch10-BIB1.2|cit2","doi-asserted-by":"crossref","first-page":"9704","DOI":"10.1021\/ja00025a063","volume":"113","author":"Arduengo","year":"1991","journal-title":"J. @@ -728,26 +728,26 @@ http_interactions: Organomet. Chem."},{"key":"10.1002\/9783527673278.ch10-BIB53.3|cit131","doi-asserted-by":"crossref","first-page":"1049","DOI":"10.1021\/om8007376","volume":"28","author":"Shishkov","year":"2009","journal-title":"Organometallics"},{"key":"10.1002\/9783527673278.ch10-BIB54|cit132","doi-asserted-by":"crossref","first-page":"8000","DOI":"10.1021\/om300701u","volume":"31","author":"K\u00fchnel","year":"2012","journal-title":"Organometallics"},{"key":"10.1002\/9783527673278.ch10-BIB55|cit133","doi-asserted-by":"crossref","first-page":"718","DOI":"10.1021\/om301051t","volume":"32","author":"Marchenko","year":"2013","journal-title":"Organometallics"},{"key":"10.1002\/9783527673278.ch10-BIB56|cit134","unstructured":"K\u00fchnel , E. 2013"},{"key":"10.1002\/9783527673278.ch10-BIB57|cit135","doi-asserted-by":"crossref","first-page":"1034","author":"Venkatachalam","year":"2009","journal-title":"Helv. Chim. Acta","DOI":"10.1002\/hlca.200800406"},{"key":"10.1002\/9783527673278.ch10-BIB58|cit136","doi-asserted-by":"crossref","first-page":"2815","DOI":"10.1021\/ma9918856","volume":"33","author":"Amoroso","year":"2000","journal-title":"Macromolecules"},{"key":"10.1002\/9783527673278.ch10-BIB59|cit137","doi-asserted-by":"crossref","first-page":"4639","DOI":"10.1021\/om000200j","volume":"19","author":"Six","year":"2000","journal-title":"Organometallics"}],"container-title":["Molecular - Catalysts"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9783527673278.ch10\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T13:36:13Z","timestamp":1625060173000},"score":15.42557,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9783527673278.ch10"}},"issued":{"date-parts":[[2014,6,6]]},"references-count":137,"URL":"http:\/\/dx.doi.org\/10.1002\/9783527673278.ch10","published":{"date-parts":[[2014,6,6]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T05:54:45Z","timestamp":1649138085208},"publisher-location":"Second + Catalysts"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9783527673278.ch10\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T13:36:13Z","timestamp":1625060173000},"score":15.416433,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9783527673278.ch10"}},"issued":{"date-parts":[[2014,6,6]]},"references-count":137,"URL":"http:\/\/dx.doi.org\/10.1002\/9783527673278.ch10","published":{"date-parts":[[2014,6,6]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T05:54:45Z","timestamp":1649138085208},"publisher-location":"Second edition. | New York ; London : Routledge, 2018.","edition-number":"2","reference-count":1,"publisher":"Routledge","isbn-type":[{"value":"9781315167213","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,12,22]]},"DOI":"10.4324\/9781315167213-13","type":"book-chapter","created":{"date-parts":[[2018,9,4]],"date-time":"2018-09-04T00:43:46Z","timestamp":1536021826000},"page":"394-424","source":"Crossref","is-referenced-by-count":0,"title":["Transnational Genres"],"prefix":"10.4324","author":[{"given":"Mark","family":"Brill","sequence":"first","affiliation":[]},{"given":"Mark","family":"Brill","sequence":"additional","affiliation":[]}],"member":"301","reference":[{"key":"ref13","unstructured":"Fairley, Jan , and David Horn , eds. I Sing the Difference: Identity and Commitment in Latin American Song. Liverpool: Institute of Popular Music, 2002."}],"container-title":["Music - of Latin America and the Caribbean"],"deposited":{"date-parts":[[2020,12,16]],"date-time":"2020-12-16T20:50:39Z","timestamp":1608151839000},"score":14.29179,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351682312\/chapters\/10.4324\/9781315167213-13"}},"issued":{"date-parts":[[2017,12,22]]},"ISBN":["9781315167213"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315167213-13","published":{"date-parts":[[2017,12,22]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T12:59:01Z","timestamp":1648904341123},"publisher-location":"Second + of Latin America and the Caribbean"],"deposited":{"date-parts":[[2020,12,16]],"date-time":"2020-12-16T20:50:39Z","timestamp":1608151839000},"score":14.271992,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351682312\/chapters\/10.4324\/9781315167213-13"}},"issued":{"date-parts":[[2017,12,22]]},"ISBN":["9781315167213"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315167213-13","published":{"date-parts":[[2017,12,22]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T12:59:01Z","timestamp":1648904341123},"publisher-location":"Second edition. | New York ; London : Routledge, 2018.","edition-number":"2","reference-count":1,"publisher":"Routledge","isbn-type":[{"value":"9781315167213","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,12,22]]},"DOI":"10.4324\/9781315167213-11","type":"book-chapter","created":{"date-parts":[[2018,9,4]],"date-time":"2018-09-04T00:43:46Z","timestamp":1536021826000},"page":"307-353","source":"Crossref","is-referenced-by-count":0,"title":["The Andean Region"],"prefix":"10.4324","author":[{"given":"Mark","family":"Brill","sequence":"first","affiliation":[]},{"given":"Mark","family":"Brill","sequence":"additional","affiliation":[]}],"member":"301","reference":[{"key":"ref11","doi-asserted-by":"crossref","unstructured":"Bigenho, Michelle . Sounding Indigenous: Authenticity in Bolivian Music Performance. New York: Palgrave, 2002.","DOI":"10.1007\/978-1-137-11813-4"}],"container-title":["Music - of Latin America and the Caribbean"],"deposited":{"date-parts":[[2020,12,16]],"date-time":"2020-12-16T20:50:38Z","timestamp":1608151838000},"score":14.219389,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351682312\/chapters\/10.4324\/9781315167213-11"}},"issued":{"date-parts":[[2017,12,22]]},"ISBN":["9781315167213"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315167213-11","published":{"date-parts":[[2017,12,22]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:31Z","timestamp":1669182991456},"reference-count":0,"publisher":"Harvard - University Press","isbn-type":[{"value":"9780674278134","type":"electronic"},{"value":"9780674030831","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,11,30]]},"DOI":"10.2307\/j.ctv322v4xz.12","type":"book-chapter","created":{"date-parts":[[2022,11,21]],"date-time":"2022-11-21T20:22:35Z","timestamp":1669062155000},"page":"82-98","source":"Crossref","is-referenced-by-count":0,"title":["There - Is Always a Further Step"],"prefix":"10.2307","author":[{"given":"Olaf","family":"Brill","sequence":"first","affiliation":[]}],"member":"1121","container-title":["Quine - in Dialogue"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T19:42:48Z","timestamp":1669146168000},"score":14.044281,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv322v4xz.12"}},"subtitle":["Olaf - Brill 1998"],"issued":{"date-parts":[[2008,11,30]]},"ISBN":["9780674278134","9780674030831"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv322v4xz.12","published":{"date-parts":[[2008,11,30]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T18:13:40Z","timestamp":1648664020203},"publisher-location":"Second + of Latin America and the Caribbean"],"deposited":{"date-parts":[[2020,12,16]],"date-time":"2020-12-16T20:50:38Z","timestamp":1608151838000},"score":14.185251,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351682312\/chapters\/10.4324\/9781315167213-11"}},"issued":{"date-parts":[[2017,12,22]]},"ISBN":["9781315167213"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315167213-11","published":{"date-parts":[[2017,12,22]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T18:13:40Z","timestamp":1648664020203},"publisher-location":"Second edition. | New York ; London : Routledge, 2018.","edition-number":"2","reference-count":1,"publisher":"Routledge","isbn-type":[{"value":"9781315167213","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,12,22]]},"DOI":"10.4324\/9781315167213-12","type":"book-chapter","created":{"date-parts":[[2018,9,4]],"date-time":"2018-09-04T00:43:46Z","timestamp":1536021826000},"page":"354-393","source":"Crossref","is-referenced-by-count":0,"title":["The Southern Cone Region"],"prefix":"10.4324","author":[{"given":"Mark","family":"Brill","sequence":"first","affiliation":[]},{"given":"Mark","family":"Brill","sequence":"additional","affiliation":[]}],"member":"301","reference":[{"key":"ref12","unstructured":"Andrews, George Reid . Blackness in the White Nation: A History of Afro-Uruguay. Chapel Hill, NC: University of North Carolina Press, 2010."}],"container-title":["Music - of Latin America and the Caribbean"],"deposited":{"date-parts":[[2020,12,16]],"date-time":"2020-12-16T20:50:38Z","timestamp":1608151838000},"score":14.029331,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351682312\/chapters\/10.4324\/9781315167213-12"}},"issued":{"date-parts":[[2017,12,22]]},"ISBN":["9781315167213"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315167213-12","published":{"date-parts":[[2017,12,22]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T05:09:08Z","timestamp":1648876148504},"publisher-location":"Cham","reference-count":12,"publisher":"Springer + of Latin America and the Caribbean"],"deposited":{"date-parts":[[2020,12,16]],"date-time":"2020-12-16T20:50:38Z","timestamp":1608151838000},"score":14.033802,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351682312\/chapters\/10.4324\/9781315167213-12"}},"issued":{"date-parts":[[2017,12,22]]},"ISBN":["9781315167213"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315167213-12","published":{"date-parts":[[2017,12,22]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:31Z","timestamp":1669182991456},"reference-count":0,"publisher":"Harvard + University Press","isbn-type":[{"value":"9780674278134","type":"electronic"},{"value":"9780674030831","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,11,30]]},"DOI":"10.2307\/j.ctv322v4xz.12","type":"book-chapter","created":{"date-parts":[[2022,11,21]],"date-time":"2022-11-21T20:22:35Z","timestamp":1669062155000},"page":"82-98","source":"Crossref","is-referenced-by-count":0,"title":["There + Is Always a Further Step"],"prefix":"10.2307","author":[{"given":"Olaf","family":"Brill","sequence":"first","affiliation":[]}],"member":"1121","container-title":["Quine + in Dialogue"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T19:42:48Z","timestamp":1669146168000},"score":14.032393,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv322v4xz.12"}},"subtitle":["Olaf + Brill 1998"],"issued":{"date-parts":[[2008,11,30]]},"ISBN":["9780674278134","9780674030831"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv322v4xz.12","published":{"date-parts":[[2008,11,30]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T05:09:08Z","timestamp":1648876148504},"publisher-location":"Cham","reference-count":12,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319010915","type":"print"},{"value":"9783319010922","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1007\/978-3-319-01092-2_4","type":"book-chapter","created":{"date-parts":[[2013,10,3]],"date-time":"2013-10-03T04:16:08Z","timestamp":1380773768000},"page":"107-122","source":"Crossref","is-referenced-by-count":2,"title":["Implementing Machine Learning Algorithms for Water Quality Event Detection: Theory and Practice"],"prefix":"10.1007","author":[{"given":"Eyal","family":"Brill","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2013,10,4]]},"reference":[{"issue":"2007","key":"4_CR1","doi-asserted-by":"publisher","first-page":"1113","DOI":"10.1016\/j.ejor.2005.12.022","volume":"177","author":"O @@ -787,7 +787,7 @@ http_interactions: Real-time contaminant detection and classification in a drinking water pipe using conventional water quality sensors: techniques and experimental results. J Environ Manage 90(8):2494\u20132506","journal-title":"J Environ Manage"}],"container-title":["Securing - Water and Wastewater Systems"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-01092-2_4","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,17]],"date-time":"2019-05-17T18:04:24Z","timestamp":1558116264000},"score":13.860878,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-01092-2_4"}},"issued":{"date-parts":[[2013,10,4]]},"ISBN":["9783319010915","9783319010922"],"references-count":12,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-01092-2_4","published":{"date-parts":[[2013,10,4]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T19:13:16Z","timestamp":1649013196940},"reference-count":20,"publisher":"InTech","license":[{"start":{"date-parts":[[2018,5,2]],"date-time":"2018-05-02T00:00:00Z","timestamp":1525219200000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/creativecommons.org\/licenses\/by\/3.0\/legalcode"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5772\/intechopen.71566","type":"book-chapter","created":{"date-parts":[[2018,5,3]],"date-time":"2018-05-03T03:45:56Z","timestamp":1525319156000},"source":"Crossref","is-referenced-by-count":1,"title":["Identifying + Water and Wastewater Systems"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-01092-2_4","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,17]],"date-time":"2019-05-17T18:04:24Z","timestamp":1558116264000},"score":13.832901,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-01092-2_4"}},"issued":{"date-parts":[[2013,10,4]]},"ISBN":["9783319010915","9783319010922"],"references-count":12,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-01092-2_4","published":{"date-parts":[[2013,10,4]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T19:13:16Z","timestamp":1649013196940},"reference-count":20,"publisher":"InTech","license":[{"start":{"date-parts":[[2018,5,2]],"date-time":"2018-05-02T00:00:00Z","timestamp":1525219200000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/creativecommons.org\/licenses\/by\/3.0\/legalcode"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5772\/intechopen.71566","type":"book-chapter","created":{"date-parts":[[2018,5,3]],"date-time":"2018-05-03T03:45:56Z","timestamp":1525319156000},"source":"Crossref","is-referenced-by-count":1,"title":["Identifying Water Network Anomalies Using Multi Parameters Random Walk: Theory and Practice"],"prefix":"10.5772","author":[{"given":"Eyal","family":"Brill","sequence":"first","affiliation":[]},{"given":"Barak","family":"Brill","sequence":"additional","affiliation":[]}],"member":"3774","published-online":{"date-parts":[[2018,5,2]]},"reference":[{"key":"ref=1","doi-asserted-by":"crossref","unstructured":"Emre Celebi M, Aydin K.\u00a0Unsupervised Learning Algorithms. Springer International Publishing, Switecrland; 2016. ISBN: 978-3-319-24211-8","DOI":"10.1007\/978-3-319-24211-8"},{"key":"ref=2","unstructured":"Knorr @@ -845,13 +845,13 @@ http_interactions: of Modern Finance. Princeton; Oxford: Princeton University Press, JSTOR; 2006"},{"key":"ref=20","doi-asserted-by":"crossref","unstructured":"Black F, Scholes M.\u00a0The pricing of options and corporate liabilities. Journal of Political Economy. 1973;81(3):637-654","DOI":"10.1086\/260062"}],"container-title":["Applications - in Water Systems Management and Modeling"],"link":[{"URL":"http:\/\/www.intechopen.com\/download\/pdf\/57637","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,5,3]],"date-time":"2018-05-03T04:32:25Z","timestamp":1525321945000},"score":13.496252,"resource":{"primary":{"URL":"http:\/\/www.intechopen.com\/books\/applications-in-water-systems-management-and-modeling\/identifying-water-network-anomalies-using-multi-parameters-random-walk-theory-and-practice"}},"issued":{"date-parts":[[2018,5,2]]},"references-count":20,"URL":"http:\/\/dx.doi.org\/10.5772\/intechopen.71566","published":{"date-parts":[[2018,5,2]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T06:49:12Z","timestamp":1648536552672},"edition-number":"1","reference-count":1,"publisher":"Routledge","isbn-type":[{"value":"9780429473296","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,5,8]]},"DOI":"10.4324\/9780429473296-15","type":"book-chapter","created":{"date-parts":[[2018,10,14]],"date-time":"2018-10-14T18:02:08Z","timestamp":1539540128000},"page":"163-177","source":"Crossref","is-referenced-by-count":0,"title":["Brill + in Water Systems Management and Modeling"],"link":[{"URL":"http:\/\/www.intechopen.com\/download\/pdf\/57637","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,5,3]],"date-time":"2018-05-03T04:32:25Z","timestamp":1525321945000},"score":13.459229,"resource":{"primary":{"URL":"http:\/\/www.intechopen.com\/books\/applications-in-water-systems-management-and-modeling\/identifying-water-network-anomalies-using-multi-parameters-random-walk-theory-and-practice"}},"issued":{"date-parts":[[2018,5,2]]},"references-count":20,"URL":"http:\/\/dx.doi.org\/10.5772\/intechopen.71566","published":{"date-parts":[[2018,5,2]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T06:49:12Z","timestamp":1648536552672},"edition-number":"1","reference-count":1,"publisher":"Routledge","isbn-type":[{"value":"9780429473296","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,5,8]]},"DOI":"10.4324\/9780429473296-15","type":"book-chapter","created":{"date-parts":[[2018,10,14]],"date-time":"2018-10-14T18:02:08Z","timestamp":1539540128000},"page":"163-177","source":"Crossref","is-referenced-by-count":0,"title":["Brill in Taos"],"prefix":"10.4324","author":[{"given":"Patricia R.","family":"Everett","sequence":"first","affiliation":[]}],"member":"301","reference":[{"key":"ref15","unstructured":"MISSING-VALUE"}],"container-title":["Corresponding - Lives"],"deposited":{"date-parts":[[2021,4,4]],"date-time":"2021-04-04T18:28:53Z","timestamp":1617560933000},"score":13.443899,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429898068\/chapters\/10.4324\/9780429473296-15"}},"issued":{"date-parts":[[2018,5,8]]},"ISBN":["9780429473296"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429473296-15","published":{"date-parts":[[2018,5,8]]}},{"indexed":{"date-parts":[[2022,10,15]],"date-time":"2022-10-15T05:11:20Z","timestamp":1665810680083},"edition-number":"1","reference-count":0,"publisher":"Cambridge + Lives"],"deposited":{"date-parts":[[2021,4,4]],"date-time":"2021-04-04T18:28:53Z","timestamp":1617560933000},"score":13.448321,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429898068\/chapters\/10.4324\/9780429473296-15"}},"issued":{"date-parts":[[2018,5,8]]},"ISBN":["9780429473296"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429473296-15","published":{"date-parts":[[2018,5,8]]}},{"indexed":{"date-parts":[[2022,10,15]],"date-time":"2022-10-15T05:11:20Z","timestamp":1665810680083},"edition-number":"1","reference-count":0,"publisher":"Cambridge University Press","license":[{"start":{"date-parts":[[2010,1,6]],"date-time":"2010-01-06T00:00:00Z","timestamp":1262736000000},"content-version":"unspecified","delay-in-days":19409,"URL":"https:\/\/www.cambridge.org\/core\/terms"},{"start":{"date-parts":[[2010,1,6]],"date-time":"2010-01-06T00:00:00Z","timestamp":1262736000000},"content-version":"unspecified","delay-in-days":19409,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1956,11,16]]},"DOI":"10.1017\/cbo9780511524653.004","type":"book-chapter","created":{"date-parts":[[2010,2,17]],"date-time":"2010-02-17T09:06:18Z","timestamp":1266397578000},"page":"1-12","source":"Crossref","is-referenced-by-count":0,"title":["Dieter Brill: A Spacetime Perspective"],"prefix":"10.1017","member":"56","container-title":["Directions - in General Relativity"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/02FAC14568CE9D43B2EAC58997083A7D","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,15]],"date-time":"2022-10-15T04:48:59Z","timestamp":1665809339000},"score":13.329806,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9780511524653A010\/type\/book_part"}},"issued":{"date-parts":[[1956,11,16]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9780511524653.004","published":{"date-parts":[[1956,11,16]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"TA\u02bfIZZ+2014+Brill"}}}' - recorded_at: Sat, 31 Dec 2022 06:07:51 GMT + in General Relativity"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/02FAC14568CE9D43B2EAC58997083A7D","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,15]],"date-time":"2022-10-15T04:48:59Z","timestamp":1665809339000},"score":13.305875,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9780511524653A010\/type\/book_part"}},"issued":{"date-parts":[[1956,11,16]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9780511524653.004","published":{"date-parts":[[1956,11,16]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"TA\u02bfIZZ+2014+Brill"}}}' + recorded_at: Sun, 15 Jan 2023 19:23:56 GMT - request: method: get uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Encyclopaedia%20of%20Islam,%20First%20Edition%20(1913-1936),%20Brill,%20,%202014%22&rows=10 @@ -871,11 +871,11 @@ http_interactions: message: OK headers: Date: - - Sat, 31 Dec 2022 06:07:52 GMT + - Sun, 15 Jan 2023 19:23:59 GMT Content-Type: - application/json Content-Length: - - '4119' + - '4121' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -903,9 +903,9 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":52411,"items":[{"indexed":{"date-parts":[[2022,12,25]],"date-time":"2022-12-25T15:26:19Z","timestamp":1671981979969},"publisher-location":"New - York, NY, US","reference-count":0,"publisher":"MacMillan Co","isbn-type":[{"value":"0192100491","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913]]},"DOI":"10.1037\/10561-000","type":"book","created":{"date-parts":[[2004,10,27]],"date-time":"2004-10-27T12:54:13Z","timestamp":1098881653000},"source":"Crossref","is-referenced-by-count":189,"title":["The - interpretation of dreams."],"prefix":"10.1037","author":[{"given":"Sigmund","family":"Freud","sequence":"first","affiliation":[]}],"member":"15","deposited":{"date-parts":[[2011,8,3]],"date-time":"2011-08-03T03:22:15Z","timestamp":1312341735000},"score":21.832157,"resource":{"primary":{"URL":"http:\/\/content.apa.org\/books\/10561-000"}},"translator":[{"given":"A. + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":52374,"items":[{"indexed":{"date-parts":[[2023,1,1]],"date-time":"2023-01-01T01:26:09Z","timestamp":1672536369075},"publisher-location":"New + York, NY, US","reference-count":0,"publisher":"MacMillan Co","isbn-type":[{"value":"0192100491","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913]]},"DOI":"10.1037\/10561-000","type":"book","created":{"date-parts":[[2004,10,27]],"date-time":"2004-10-27T12:54:13Z","timestamp":1098881653000},"source":"Crossref","is-referenced-by-count":190,"title":["The + interpretation of dreams."],"prefix":"10.1037","author":[{"given":"Sigmund","family":"Freud","sequence":"first","affiliation":[]}],"member":"15","deposited":{"date-parts":[[2011,8,3]],"date-time":"2011-08-03T03:22:15Z","timestamp":1312341735000},"score":21.857132,"resource":{"primary":{"URL":"http:\/\/content.apa.org\/books\/10561-000"}},"translator":[{"given":"A. A.","family":"Brill","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1913]]},"ISBN":["0192100491"],"references-count":0,"alternative-id":["1999-04275-000"],"URL":"http:\/\/dx.doi.org\/10.1037\/10561-000","published":{"date-parts":[[1913]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T19:44:05Z","timestamp":1659469445910},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,3,3]]},"abstract":"

This chapter discusses the first manifestations of Islam in America from the eighteenth @@ -925,24 +925,24 @@ http_interactions: and social justice.<\/p>","DOI":"10.1093\/oxfordhb\/9780199862634.013.009","type":"book","created":{"date-parts":[[2014,4,17]],"date-time":"2014-04-17T15:27:25Z","timestamp":1397748445000},"source":"Crossref","is-referenced-by-count":0,"title":["The First Stirrings of Islam in America"],"prefix":"10.1093","author":[{"given":"Sylviane A.","family":"Diouf","sequence":"additional","affiliation":[]}],"member":"286","container-title":["Oxford - Handbooks Online"],"original-title":["The First Stirrings of Islam in America"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T19:15:00Z","timestamp":1659467700000},"score":19.85186,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/edited-volume\/34453\/chapter\/292321233"}},"editor":[{"given":"Jane + Handbooks Online"],"original-title":["The First Stirrings of Islam in America"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T19:15:00Z","timestamp":1659467700000},"score":19.826418,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/edited-volume\/34453\/chapter\/292321233"}},"editor":[{"given":"Jane I.","family":"Smith","sequence":"first","affiliation":[]},{"given":"Yvonne Yazbeck","family":"Haddad","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2014,3,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oxfordhb\/9780199862634.013.009","published":{"date-parts":[[2014,3,3]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T13:57:37Z","timestamp":1649167057019},"reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780203825594","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203825594","type":"book","created":{"date-parts":[[2017,11,15]],"date-time":"2017-11-15T11:33:48Z","timestamp":1510745628000},"source":"Crossref","is-referenced-by-count":0,"title":["Ella - Fitzgerald"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2014,7,22]]},"deposited":{"date-parts":[[2018,2,25]],"date-time":"2018-02-25T12:48:33Z","timestamp":1519562913000},"score":18.118706,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780203825594"}},"subtitle":["A + Fitzgerald"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2014,7,22]]},"deposited":{"date-parts":[[2018,2,25]],"date-time":"2018-02-25T12:48:33Z","timestamp":1519562913000},"score":18.159412,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780203825594"}},"subtitle":["A Biography of the First Lady of Jazz, Updated Edition"],"issued":{"date-parts":[[2014,7,22]]},"ISBN":["9780203825594"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203825594","published":{"date-parts":[[2014,7,22]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T12:19:44Z","timestamp":1648556384545},"publisher-location":"New York","reference-count":0,"publisher":"MacMillan Co","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913]]},"DOI":"10.1037\/10928-000","type":"book","created":{"date-parts":[[2006,5,9]],"date-time":"2006-05-09T07:21:34Z","timestamp":1147159294000},"source":"Crossref","is-referenced-by-count":0,"title":["A primer of psychology, revised edition."],"prefix":"10.1037","author":[{"given":"Edward - Bradford","family":"Titchener","sequence":"first","affiliation":[]}],"member":"15","deposited":{"date-parts":[[2018,3,19]],"date-time":"2018-03-19T15:21:58Z","timestamp":1521472918000},"score":17.391943,"resource":{"primary":{"URL":"http:\/\/content.apa.org\/books\/10928-000"}},"issued":{"date-parts":[[1913]]},"references-count":0,"alternative-id":["2006-03556-000"],"URL":"http:\/\/dx.doi.org\/10.1037\/10928-000","published":{"date-parts":[[1913]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T11:15:42Z","timestamp":1648552542270},"reference-count":0,"publisher":"De + Bradford","family":"Titchener","sequence":"first","affiliation":[]}],"member":"15","deposited":{"date-parts":[[2018,3,19]],"date-time":"2018-03-19T15:21:58Z","timestamp":1521472918000},"score":17.430256,"resource":{"primary":{"URL":"http:\/\/content.apa.org\/books\/10928-000"}},"issued":{"date-parts":[[1913]]},"references-count":0,"alternative-id":["2006-03556-000"],"URL":"http:\/\/dx.doi.org\/10.1037\/10928-000","published":{"date-parts":[[1913]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T11:15:42Z","timestamp":1648552542270},"reference-count":0,"publisher":"De Gruyter","isbn-type":[{"value":"9783111729145","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913,12,31]]},"DOI":"10.1515\/9783111729145","type":"book","created":{"date-parts":[[2020,5,29]],"date-time":"2020-05-29T11:31:06Z","timestamp":1590751866000},"source":"Crossref","is-referenced-by-count":1,"title":["Texte - zu dem Streite zwischen Glauben und Wissen im Islam"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2020,5,26]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/66480","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783111729145\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T17:19:13Z","timestamp":1619025553000},"score":16.7374,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783111729145\/html"}},"subtitle":["Die + zu dem Streite zwischen Glauben und Wissen im Islam"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2020,5,26]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/66480","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783111729145\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T17:19:13Z","timestamp":1619025553000},"score":16.716503,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783111729145\/html"}},"subtitle":["Die Lehre vom Propheten und der Offenbarung bei den islamischen Philosophen Farabi, Avicenna und Averraes"],"editor":[{"given":"M.","family":"Horten","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[1913,12,31]]},"ISBN":["9783111729145"],"references-count":0,"alternative-id":["10.1515\/9783111729145"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783111729145","published":{"date-parts":[[1913,12,31]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T17:03:26Z","timestamp":1648832606833},"reference-count":0,"publisher":"The University of North Carolina Press","isbn-type":[{"value":"9781469660844","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.1353\/book.77197","type":"book","created":{"date-parts":[[2020,8,7]],"date-time":"2020-08-07T01:00:14Z","timestamp":1596762014000},"source":"Crossref","is-referenced-by-count":0,"title":["Realizing - Islam, Sustainable History Monograph Pilot OA Edition"],"prefix":"10.1353","member":"147","deposited":{"date-parts":[[2020,8,7]],"date-time":"2020-08-07T01:00:18Z","timestamp":1596762018000},"score":16.604595,"resource":{"primary":{"URL":"https:\/\/muse.jhu.edu\/book\/77197"}},"issued":{"date-parts":[[2020]]},"ISBN":["9781469660844"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1353\/book.77197","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,12,13]],"date-time":"2022-12-13T06:26:43Z","timestamp":1670912803305},"reference-count":0,"publisher":"Penn - State University Press","isbn-type":[{"value":"9781575068824","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,4,28]]},"DOI":"10.1515\/9781575068824","type":"book","created":{"date-parts":[[2021,5,27]],"date-time":"2021-05-27T03:02:41Z","timestamp":1622084561000},"source":"Crossref","is-referenced-by-count":11,"title":["Lama\u0161tu"],"prefix":"10.1515","author":[{"given":"Walter","family":"Farber","sequence":"first","affiliation":[]}],"member":"374","published-online":{"date-parts":[[2021,5,13]]},"deposited":{"date-parts":[[2021,5,27]],"date-time":"2021-05-27T03:02:42Z","timestamp":1622084562000},"score":16.25538,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781575068824\/html"}},"subtitle":["An + Islam, Sustainable History Monograph Pilot OA Edition"],"prefix":"10.1353","member":"147","deposited":{"date-parts":[[2020,8,7]],"date-time":"2020-08-07T01:00:18Z","timestamp":1596762018000},"score":16.636171,"resource":{"primary":{"URL":"https:\/\/muse.jhu.edu\/book\/77197"}},"issued":{"date-parts":[[2020]]},"ISBN":["9781469660844"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1353\/book.77197","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,12,13]],"date-time":"2022-12-13T06:26:43Z","timestamp":1670912803305},"reference-count":0,"publisher":"Penn + State University Press","isbn-type":[{"value":"9781575068824","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,4,28]]},"DOI":"10.1515\/9781575068824","type":"book","created":{"date-parts":[[2021,5,27]],"date-time":"2021-05-27T03:02:41Z","timestamp":1622084561000},"source":"Crossref","is-referenced-by-count":11,"title":["Lama\u0161tu"],"prefix":"10.1515","author":[{"given":"Walter","family":"Farber","sequence":"first","affiliation":[]}],"member":"374","published-online":{"date-parts":[[2021,5,13]]},"deposited":{"date-parts":[[2021,5,27]],"date-time":"2021-05-27T03:02:42Z","timestamp":1622084562000},"score":16.289225,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9781575068824\/html"}},"subtitle":["An Edition of the Canonical Series of Lamashtu Incantations and Rituals and Related Texts from the Second and First Millennia B.C."],"issued":{"date-parts":[[2014,4,28]]},"ISBN":["9781575068824"],"references-count":0,"alternative-id":["10.1515\/9781575068824"],"URL":"http:\/\/dx.doi.org\/10.1515\/9781575068824","relation":{"is-identical-to":[{"id-type":"doi","id":"10.5325\/j.ctv1bxgx6z","asserted-by":"subject"}]},"published":{"date-parts":[[2014,4,28]]}},{"indexed":{"date-parts":[[2022,11,25]],"date-time":"2022-11-25T09:22:40Z","timestamp":1669368160381},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781134550593","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203137000","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T08:45:30Z","timestamp":1394786730000},"source":"Crossref","is-referenced-by-count":9,"title":["The - First Dynasty of Islam"],"prefix":"10.4324","author":[{"given":"G. R","family":"Hawting","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2002,1,4]]},"deposited":{"date-parts":[[2021,4,6]],"date-time":"2021-04-06T14:19:59Z","timestamp":1617718799000},"score":16.205524,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134550593"}},"issued":{"date-parts":[[2002,1,4]]},"ISBN":["9781134550593"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203137000","published":{"date-parts":[[2002,1,4]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:38:46Z","timestamp":1659501526137},"reference-count":0,"publisher":"Oxford + First Dynasty of Islam"],"prefix":"10.4324","author":[{"given":"G. R","family":"Hawting","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2002,1,4]]},"deposited":{"date-parts":[[2021,4,6]],"date-time":"2021-04-06T14:19:59Z","timestamp":1617718799000},"score":16.1982,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134550593"}},"issued":{"date-parts":[[2002,1,4]]},"ISBN":["9781134550593"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203137000","published":{"date-parts":[[2002,1,4]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:38:46Z","timestamp":1659501526137},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,8,24]]},"abstract":"

This chapter provides a detailed examination of Abdullah Quilliam\u2019s role as the first \u2013 and only \u2013 \"Shaykh-ul-Islam of the British Isles.\" @@ -958,9 +958,9 @@ http_interactions: for Islam nationally and internationally.<\/p>","DOI":"10.1093\/oso\/9780190688349.003.0007","type":"book","created":{"date-parts":[[2017,8,22]],"date-time":"2017-08-22T09:21:11Z","timestamp":1503393671000},"source":"Crossref","is-referenced-by-count":0,"title":["Abdullah Quilliam, First and Last \u2018Sheikh-ul-Islam of the British Isles\u2019"],"prefix":"10.1093","author":[{"given":"Jamie","family":"Gilham","sequence":"first","affiliation":[]}],"member":"286","container-title":["Oxford Scholarship Online"],"original-title":["Abdullah Quilliam, First and Last - \u2018Sheikh-ul-Islam of the British Isles\u2019"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T22:39:42Z","timestamp":1659479982000},"score":16.008375,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/4943\/chapter\/147386046"}},"issued":{"date-parts":[[2017,8,24]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780190688349.003.0007","published":{"date-parts":[[2017,8,24]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T13:43:40Z","timestamp":1648993420745},"publisher-location":"Washington, + \u2018Sheikh-ul-Islam of the British Isles\u2019"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T22:39:42Z","timestamp":1659479982000},"score":15.983638,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/4943\/chapter\/147386046"}},"issued":{"date-parts":[[2017,8,24]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780190688349.003.0007","published":{"date-parts":[[2017,8,24]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T13:43:40Z","timestamp":1648993420745},"publisher-location":"Washington, D.C.","reference-count":0,"publisher":"National Academies Press","isbn-type":[{"value":"9780309340465","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1967,1,1]]},"DOI":"10.17226\/20283","type":"book","created":{"date-parts":[[2016,10,19]],"date-time":"2016-10-19T18:08:00Z","timestamp":1476900480000},"source":"Crossref","is-referenced-by-count":0,"title":["Food - Chemicals Codex"],"prefix":"10.17226","member":"6987","deposited":{"date-parts":[[2016,10,19]],"date-time":"2016-10-19T18:30:36Z","timestamp":1476901836000},"score":15.952116,"resource":{"primary":{"URL":"https:\/\/www.nap.edu\/catalog\/20283"}},"subtitle":["First + Chemicals Codex"],"prefix":"10.17226","member":"6987","deposited":{"date-parts":[[2016,10,19]],"date-time":"2016-10-19T18:30:36Z","timestamp":1476901836000},"score":15.978909,"resource":{"primary":{"URL":"https:\/\/www.nap.edu\/catalog\/20283"}},"subtitle":["First Supplement to the First Edition"],"issued":{"date-parts":[[1967,1,1]]},"ISBN":["9780309340465"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.17226\/20283","published":{"date-parts":[[1967,1,1]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Sat, 31 Dec 2022 06:07:52 GMT + recorded_at: Sun, 15 Jan 2023 19:23:59 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/dissertation.yml b/spec/vcr_cassettes/dissertation.yml index 5e4c920..da741e3 100644 --- a/spec/vcr_cassettes/dissertation.yml +++ b/spec/vcr_cassettes/dissertation.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:24 GMT + - Sun, 15 Jan 2023 19:23:59 GMT Content-Type: - application/json Content-Length: - '920' Set-Cookie: - - AWSALB=HWEPdq5w8XK/i1zfT9pTJbzqwzWPjAQ+wHCcWSwvAkO3mBId/H8E95gpG6PdIHcIvhFCEOpQNy+MUqa2aXvzAOaygNUKPIcmn2DargKuRN1srvAZzcsPixwGs6N0; - Expires=Sat, 14 Jan 2023 00:51:24 GMT; Path=/ - - AWSALBCORS=HWEPdq5w8XK/i1zfT9pTJbzqwzWPjAQ+wHCcWSwvAkO3mBId/H8E95gpG6PdIHcIvhFCEOpQNy+MUqa2aXvzAOaygNUKPIcmn2DargKuRN1srvAZzcsPixwGs6N0; - Expires=Sat, 14 Jan 2023 00:51:24 GMT; Path=/; SameSite=None + - AWSALB=6V59XSSV4eRxi6wDimrRdJxriGwiNjzBIW5aDCTMrxw0gtQgNE11CxB+T06MQfMJnhbzJSoh9UoyaY1NUkwuYOHB4xirpH0k9GpSfLP24cZ5TjYZ5uq+Ibhxreq+; + Expires=Sun, 22 Jan 2023 19:23:59 GMT; Path=/ + - AWSALBCORS=6V59XSSV4eRxi6wDimrRdJxriGwiNjzBIW5aDCTMrxw0gtQgNE11CxB+T06MQfMJnhbzJSoh9UoyaY1NUkwuYOHB4xirpH0k9GpSfLP24cZ5TjYZ5uq+Ibhxreq+; + Expires=Sun, 22 Jan 2023 19:23:59 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -66,7 +66,7 @@ http_interactions: entre comunidades do Vale do Ribeira, S\u00e3o Paulo"],"prefix":"10.11606","author":[{"given":"Homero Moro","family":"Martins","sequence":"first","affiliation":[]}],"member":"4873","container-title":[],"original-title":[],"link":[{"URL":"http:\/\/www.teses.usp.br\/teses\/disponiveis\/8\/8134\/tde-08052017-100442\/publico\/2017_HomeroMoroMartins_VCorr.pdf","content-type":"application\/octet-stream","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/www.teses.usp.br\/teses\/disponiveis\/8\/8134\/tde-08052017-100442\/publico\/2017_HomeroMoroMartins_VCorr.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,4,10]],"date-time":"2018-04-10T16:24:33Z","timestamp":1523377473000},"score":1,"degree":["Doutorado em Antropologia Social"],"resource":{"primary":{"URL":"http:\/\/www.teses.usp.br\/teses\/disponiveis\/8\/8134\/tde-08052017-100442\/"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.11606\/t.8.2017.tde-08052017-100442","relation":{}}}' - recorded_at: Sat, 07 Jan 2023 00:51:24 GMT + recorded_at: Sun, 15 Jan 2023 19:23:59 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=N%C3%B3s%2Btemos%2Bnosso%2Bdireito%2Bque%2B%C3%A9%2Bo%2Bcerto:%2Bsignificados%2Bdas%2Blutas%2Bpor%2Breconhecimento%2Bentre%2Bcomunidades%2Bdo%2BVale%2Bdo%2BRibeira,%2BS%C3%A3o%2BPaulo%2B2017%2BUniversidade%2Bde%2BSao%2BPaulo,%2BAgencia%2BUSP%2Bde%2BGestao%2Bda%2BInformacao%2BAcademica%2B(AGUIA) @@ -86,11 +86,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:25 GMT + - Sun, 15 Jan 2023 19:24:02 GMT Content-Type: - application/json Content-Length: - - '8995' + - '9009' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -118,7 +118,7 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":14540,"items":[{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T16:18:19Z","timestamp":1649002699701},"edition-number":"1","reference-count":0,"publisher":"Editora + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":14654,"items":[{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T16:18:19Z","timestamp":1649002699701},"edition-number":"1","reference-count":0,"publisher":"Editora Scienza","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,10,3]]},"DOI":"10.26626\/978-85-5953-029-2.2017c0008.p.195-216","type":"book-chapter","created":{"date-parts":[[2017,10,3]],"date-time":"2017-10-03T09:54:21Z","timestamp":1507024461000},"page":"195-216","source":"Crossref","is-referenced-by-count":0,"title":["Avalia\u00e7\u00e3o de Habita\u00e7\u00f5es em Sistemas Construtivos Inovadores: Apresenta\u00e7\u00e3o de Metodologia e Resultados da An\u00e1lise de Documenta\u00e7\u00e3o"],"prefix":"10.26626","author":[{"given":"Mena","family":"Cristina @@ -131,7 +131,7 @@ http_interactions: - Universidade de S\u00e3o Paulo","sequence":"additional","affiliation":[]},{"name":"USP - Universidade de S\u00e3o Paulo","sequence":"additional","affiliation":[]}],"member":"11172","published-online":{"date-parts":[[2017,10,3]]},"container-title":["Avalia\u00e7\u00e3o de Desempenho de Tecnologias Construtivas Inovadoras: Conforto Ambiental, - Durabilidade e P\u00f3s-Ocupa\u00e7\u00e3o"],"deposited":{"date-parts":[[2017,10,4]],"date-time":"2017-10-04T16:20:58Z","timestamp":1507134058000},"score":69.24789,"resource":{"primary":{"URL":"http:\/\/editorascienza.com.br\/pdfs\/usp\/978_85_5953_029_2_capitulo_8.pdf"}},"issued":{"date-parts":[[2017,10,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26626\/978-85-5953-029-2.2017c0008.p.195-216","published":{"date-parts":[[2017,10,3]]}},{"indexed":{"date-parts":[[2022,7,9]],"date-time":"2022-07-09T13:45:37Z","timestamp":1657374337539},"edition-number":"1\u00aa","reference-count":0,"publisher":"Ludomedia","content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"The + Durabilidade e P\u00f3s-Ocupa\u00e7\u00e3o"],"deposited":{"date-parts":[[2017,10,4]],"date-time":"2017-10-04T16:20:58Z","timestamp":1507134058000},"score":69.06539,"resource":{"primary":{"URL":"http:\/\/editorascienza.com.br\/pdfs\/usp\/978_85_5953_029_2_capitulo_8.pdf"}},"issued":{"date-parts":[[2017,10,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26626\/978-85-5953-029-2.2017c0008.p.195-216","published":{"date-parts":[[2017,10,3]]}},{"indexed":{"date-parts":[[2022,7,9]],"date-time":"2022-07-09T13:45:37Z","timestamp":1657374337539},"edition-number":"1\u00aa","reference-count":0,"publisher":"Ludomedia","content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"The context of COVID-19 made it possible for professionals in the nursing category to be in a state of alert and emotional distress, and they were afraid to perform procedures on suspected or confirmed patients of COVID-19. Objective: @@ -175,7 +175,7 @@ http_interactions: de Enfermagem, Universidade de S\u00e3o Paulo (USP), Brasil","sequence":"additional","affiliation":[]},{"name":"Universidade Federal de S\u00e3o Carlos (UFSCar), Brasil","sequence":"additional","affiliation":[]}],"member":"22117","published-online":{"date-parts":[[2022,7,8]]},"container-title":["New Trends in Qualitative Research","Nurse manager\u2019s role in promoting culturally - competent work environments in nursing: An integrative review"],"deposited":{"date-parts":[[2022,7,8]],"date-time":"2022-07-08T17:40:29Z","timestamp":1657302029000},"score":68.28863,"resource":{"primary":{"URL":"https:\/\/publi.ludomedia.org\/index.php\/ntqr\/article\/view\/667"}},"issued":{"date-parts":[[2022,7,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36367\/ntqr.13.2022.e667","ISSN":["2184-7770"],"issn-type":[{"value":"2184-7770","type":"print"}],"published":{"date-parts":[[2022,7,8]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T19:56:00Z","timestamp":1649102160830},"edition-number":"1","reference-count":0,"publisher":"Editora + competent work environments in nursing: An integrative review"],"deposited":{"date-parts":[[2022,7,8]],"date-time":"2022-07-08T17:40:29Z","timestamp":1657302029000},"score":68.06418,"resource":{"primary":{"URL":"https:\/\/publi.ludomedia.org\/index.php\/ntqr\/article\/view\/667"}},"issued":{"date-parts":[[2022,7,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36367\/ntqr.13.2022.e667","ISSN":["2184-7770"],"issn-type":[{"value":"2184-7770","type":"print"}],"published":{"date-parts":[[2022,7,8]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T19:56:00Z","timestamp":1649102160830},"edition-number":"1","reference-count":0,"publisher":"Editora Scienza","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,10,3]]},"DOI":"10.26626\/978-85-5953-029-2.2017c0011.p.293-304","type":"book-chapter","created":{"date-parts":[[2017,10,3]],"date-time":"2017-10-03T13:54:21Z","timestamp":1507038861000},"page":"293-304","source":"Crossref","is-referenced-by-count":6,"title":["Avalia\u00e7\u00e3o P\u00f3s-Ocupa\u00e7\u00e3o em Sistemas Construtivos Inovadores: Considera\u00e7\u00f5es Finais"],"prefix":"10.26626","author":[{"given":"Sheila","family":"Walbe Ornstein","sequence":"first","affiliation":[]},{"name":"USP @@ -190,7 +190,7 @@ http_interactions: - Universidade de S\u00e3o Paulo","sequence":"additional","affiliation":[]},{"name":"USP - Universidade de S\u00e3o Paulo","sequence":"additional","affiliation":[]}],"member":"11172","published-online":{"date-parts":[[2017,10,3]]},"container-title":["Avalia\u00e7\u00e3o de Desempenho de Tecnologias Construtivas Inovadoras: Conforto Ambiental, - Durabilidade e P\u00f3s-Ocupa\u00e7\u00e3o"],"deposited":{"date-parts":[[2017,10,4]],"date-time":"2017-10-04T20:20:59Z","timestamp":1507148459000},"score":68.21963,"resource":{"primary":{"URL":"http:\/\/editorascienza.com.br\/pdfs\/usp\/978_85_5953_029_2_capitulo_11.pdf"}},"issued":{"date-parts":[[2017,10,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26626\/978-85-5953-029-2.2017c0011.p.293-304","published":{"date-parts":[[2017,10,3]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T23:14:09Z","timestamp":1648509249883},"edition-number":"1","reference-count":0,"publisher":"Editora + Durabilidade e P\u00f3s-Ocupa\u00e7\u00e3o"],"deposited":{"date-parts":[[2017,10,4]],"date-time":"2017-10-04T20:20:59Z","timestamp":1507148459000},"score":68.02223,"resource":{"primary":{"URL":"http:\/\/editorascienza.com.br\/pdfs\/usp\/978_85_5953_029_2_capitulo_11.pdf"}},"issued":{"date-parts":[[2017,10,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26626\/978-85-5953-029-2.2017c0011.p.293-304","published":{"date-parts":[[2017,10,3]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T23:14:09Z","timestamp":1648509249883},"edition-number":"1","reference-count":0,"publisher":"Editora Scienza","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,10,3]]},"DOI":"10.26626\/978-85-5953-029-2.2017c0007.p.169-194","type":"book-chapter","created":{"date-parts":[[2017,10,3]],"date-time":"2017-10-03T13:54:21Z","timestamp":1507038861000},"page":"169-194","source":"Crossref","is-referenced-by-count":0,"title":["Sistemas Construtivos Inovadores no Contexto do SiNAT: Normativas, Produ\u00e7\u00e3o e Aplica\u00e7\u00f5es de Pain\u00e9is de Veda\u00e7\u00e3o"],"prefix":"10.26626","author":[{"given":"Mena","family":"Cristina @@ -199,13 +199,13 @@ http_interactions: Fabricio","sequence":"additional","affiliation":[]},{"given":"C\u00e9sar","family":"Imai","sequence":"additional","affiliation":[]},{"name":"USP - Universidade de S\u00e3o Paulo","sequence":"additional","affiliation":[]}],"member":"11172","published-online":{"date-parts":[[2017,10,3]]},"container-title":["Avalia\u00e7\u00e3o de Desempenho de Tecnologias Construtivas Inovadoras: Conforto Ambiental, - Durabilidade e P\u00f3s-Ocupa\u00e7\u00e3o"],"deposited":{"date-parts":[[2017,10,4]],"date-time":"2017-10-04T20:20:58Z","timestamp":1507148458000},"score":66.03778,"resource":{"primary":{"URL":"http:\/\/editorascienza.com.br\/pdfs\/usp\/978_85_5953_029_2_capitulo_7.pdf"}},"issued":{"date-parts":[[2017,10,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26626\/978-85-5953-029-2.2017c0007.p.169-194","published":{"date-parts":[[2017,10,3]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T08:31:21Z","timestamp":1648715481314},"edition-number":"1","reference-count":0,"publisher":"Dial\u00e9tica","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.48021\/978-65-5956-314-2-c39","type":"book-chapter","created":{"date-parts":[[2021,4,19]],"date-time":"2021-04-19T16:39:21Z","timestamp":1618850361000},"source":"Crossref","is-referenced-by-count":0,"title":["O + Durabilidade e P\u00f3s-Ocupa\u00e7\u00e3o"],"deposited":{"date-parts":[[2017,10,4]],"date-time":"2017-10-04T20:20:58Z","timestamp":1507148458000},"score":65.705315,"resource":{"primary":{"URL":"http:\/\/editorascienza.com.br\/pdfs\/usp\/978_85_5953_029_2_capitulo_7.pdf"}},"issued":{"date-parts":[[2017,10,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26626\/978-85-5953-029-2.2017c0007.p.169-194","published":{"date-parts":[[2017,10,3]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T08:31:21Z","timestamp":1648715481314},"edition-number":"1","reference-count":0,"publisher":"Dial\u00e9tica","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.48021\/978-65-5956-314-2-c39","type":"book-chapter","created":{"date-parts":[[2021,4,19]],"date-time":"2021-04-19T16:39:21Z","timestamp":1618850361000},"source":"Crossref","is-referenced-by-count":0,"title":["O reconhecimento do direito ao esquecimento no \u00e2mbito das rela\u00e7\u00f5es familiares: uma an\u00e1lise da recente decis\u00e3o do tribunal de justi\u00e7a do estado de S\u00e3o Paulo na apela\u00e7\u00e3o de n. 1008842-60.2018.8.26.0344"],"prefix":"10.48021","author":[{"given":"B. G.","family":"CHALA","sequence":"first","affiliation":[]},{"given":"C.","family":"BURILLE","sequence":"additional","affiliation":[]}],"member":"28043","published-online":{"date-parts":[[2020]]},"container-title":["VI semin\u00e1rio nacional tutelas \u00e0 efetiva\u00e7\u00e3o dos direitos indispon\u00edveis: - os desafios das novas tecnologias"],"deposited":{"date-parts":[[2021,4,19]],"date-time":"2021-04-19T16:40:04Z","timestamp":1618850404000},"score":64.814,"resource":{"primary":{"URL":"https:\/\/loja.editoradialetica.com\/loja\/produto.php?loja=791959&IdProd=1244239851&iniSession=1&6079b1bd85ac6"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.48021\/978-65-5956-314-2-c39","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,7,9]],"date-time":"2022-07-09T13:45:54Z","timestamp":1657374354925},"edition-number":"1\u00aa","reference-count":0,"publisher":"Ludomedia","content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"Introduction: + os desafios das novas tecnologias"],"deposited":{"date-parts":[[2021,4,19]],"date-time":"2021-04-19T16:40:04Z","timestamp":1618850404000},"score":64.672646,"resource":{"primary":{"URL":"https:\/\/loja.editoradialetica.com\/loja\/produto.php?loja=791959&IdProd=1244239851&iniSession=1&6079b1bd85ac6"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.48021\/978-65-5956-314-2-c39","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,7,9]],"date-time":"2022-07-09T13:45:54Z","timestamp":1657374354925},"edition-number":"1\u00aa","reference-count":0,"publisher":"Ludomedia","content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"Introduction: In Brazil, autoethnography has been explored as a method for a short time, especially because there is great resistance to its use. Neither has autoethnography been validated by scientific journals in the health area. To complicate this @@ -239,13 +239,7 @@ http_interactions: -Faculdade de Sa\u00fade P\u00fablica da Universidade de S\u00e3o Paulo \u2013 Pontif\u00edcia Universidade Cat\u00f3lica de S\u00e3o Paulo, Brasil","sequence":"additional","affiliation":[]}],"member":"22117","published-online":{"date-parts":[[2022,7,8]]},"container-title":["Document analysis of nursing training for the care of cultural diversity in primary - care","New Trends in Qualitative Research"],"deposited":{"date-parts":[[2022,7,8]],"date-time":"2022-07-08T17:12:27Z","timestamp":1657300347000},"score":64.7394,"resource":{"primary":{"URL":"https:\/\/publi.ludomedia.org\/index.php\/ntqr\/article\/view\/663"}},"issued":{"date-parts":[[2022,7,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36367\/ntqr.13.2022.e663","ISSN":["2184-7770"],"issn-type":[{"value":"2184-7770","type":"print"}],"published":{"date-parts":[[2022,7,8]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T06:59:23Z","timestamp":1648969163956},"reference-count":0,"publisher":"Funda\u00e7\u00e3o - Dom Cabral","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.52959\/2021435372","type":"book-chapter","created":{"date-parts":[[2021,10,7]],"date-time":"2021-10-07T19:34:03Z","timestamp":1633635243000},"page":"80-94","source":"Crossref","is-referenced-by-count":0,"title":["A - inova\u00e7\u00e3o precisa de patentes?"],"prefix":"10.52959","author":[{"given":"Diogo","family":"Coutinho","sequence":"first","affiliation":[]},{"name":"Instituto - de Economias Sustent\u00e1veis e Direito (IESD)","sequence":"first","affiliation":[]},{"given":"Guilherme","family":"Carboni","sequence":"additional","affiliation":[]},{"name":"Universidade - de S\u00e3o Paulo (USP)","sequence":"additional","affiliation":[]}],"member":"30948","published-online":{"date-parts":[[2021,10,7]]},"container-title":["Digital: - a adequa\u00e7\u00e3o do ecossistema regulat\u00f3rio e de inova\u00e7\u00e3o - para o digital"],"link":[{"URL":"https:\/\/ci.fdc.org.br\/AcervoDigital\/E-books\/2021\/Digital%204\/DIGITAL%204_Artigo%2007.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,10,7]],"date-time":"2021-10-07T19:34:05Z","timestamp":1633635245000},"score":62.928,"resource":{"primary":{"URL":"https:\/\/www.fdc.org.br\/conhecimento\/publicacoes\/capitulo-de-livro-35372"}},"issued":{"date-parts":[[2021,10,7]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.52959\/2021435372","published":{"date-parts":[[2021,10,7]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T02:52:05Z","timestamp":1649213525240},"edition-number":"1","reference-count":0,"publisher":"Editora + care","New Trends in Qualitative Research"],"deposited":{"date-parts":[[2022,7,8]],"date-time":"2022-07-08T17:12:27Z","timestamp":1657300347000},"score":64.63542,"resource":{"primary":{"URL":"https:\/\/publi.ludomedia.org\/index.php\/ntqr\/article\/view\/663"}},"issued":{"date-parts":[[2022,7,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36367\/ntqr.13.2022.e663","ISSN":["2184-7770"],"issn-type":[{"value":"2184-7770","type":"print"}],"published":{"date-parts":[[2022,7,8]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T02:52:05Z","timestamp":1649213525240},"edition-number":"1","reference-count":0,"publisher":"Editora Artemis","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.37572\/edart_1812215149","type":"book-chapter","created":{"date-parts":[[2021,12,7]],"date-time":"2021-12-07T23:27:02Z","timestamp":1638919622000},"page":"96-108","source":"Crossref","is-referenced-by-count":0,"title":["SISTEMAS DE PRODU\u00c7\u00c3O DE MUDAS NATIVAS NA REGI\u00c3O DO VALE DO RIBEIRA, S\u00c3O PAULO: DESAFIOS E POTENCIALIDADES"],"prefix":"10.37572","author":[{"ORCID":"http:\/\/orcid.org\/0000-0002-5258-1105","authenticated-orcid":false,"given":"Lucas","family":"Flor\u00eancio @@ -253,7 +247,13 @@ http_interactions: Gemim","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0001-8664-0532","authenticated-orcid":false,"given":"Francisca","family":"Alciv\u00e2nia de Melo Silva","sequence":"additional","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0003-1028-5217","authenticated-orcid":false,"given":"Ocimar Jos\u00e9 Baptista","family":"Bim","sequence":"additional","affiliation":[]}],"member":"23781","published-online":{"date-parts":[[2021,12]]},"container-title":["Agr\u00e1rias: - Pesquisa e Inova\u00e7\u00e3o nas Ci\u00eancias que Alimentam o Mundo VII"],"deposited":{"date-parts":[[2021,12,7]],"date-time":"2021-12-07T23:27:14Z","timestamp":1638919634000},"score":62.81404,"resource":{"primary":{"URL":"https:\/\/www.editoraartemis.com.br\/artigo\/32635\/"}},"issued":{"date-parts":[[2021,12]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.37572\/edart_1812215149","published":{"date-parts":[[2021,12]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T17:21:35Z","timestamp":1648747295787},"edition-number":"1","reference-count":0,"publisher":"Editora + Pesquisa e Inova\u00e7\u00e3o nas Ci\u00eancias que Alimentam o Mundo VII"],"deposited":{"date-parts":[[2021,12,7]],"date-time":"2021-12-07T23:27:14Z","timestamp":1638919634000},"score":62.819214,"resource":{"primary":{"URL":"https:\/\/www.editoraartemis.com.br\/artigo\/32635\/"}},"issued":{"date-parts":[[2021,12]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.37572\/edart_1812215149","published":{"date-parts":[[2021,12]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T06:59:23Z","timestamp":1648969163956},"reference-count":0,"publisher":"Funda\u00e7\u00e3o + Dom Cabral","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.52959\/2021435372","type":"book-chapter","created":{"date-parts":[[2021,10,7]],"date-time":"2021-10-07T19:34:03Z","timestamp":1633635243000},"page":"80-94","source":"Crossref","is-referenced-by-count":0,"title":["A + inova\u00e7\u00e3o precisa de patentes?"],"prefix":"10.52959","author":[{"given":"Diogo","family":"Coutinho","sequence":"first","affiliation":[]},{"name":"Instituto + de Economias Sustent\u00e1veis e Direito (IESD)","sequence":"first","affiliation":[]},{"given":"Guilherme","family":"Carboni","sequence":"additional","affiliation":[]},{"name":"Universidade + de S\u00e3o Paulo (USP)","sequence":"additional","affiliation":[]}],"member":"30948","published-online":{"date-parts":[[2021,10,7]]},"container-title":["Digital: + a adequa\u00e7\u00e3o do ecossistema regulat\u00f3rio e de inova\u00e7\u00e3o + para o digital"],"link":[{"URL":"https:\/\/ci.fdc.org.br\/AcervoDigital\/E-books\/2021\/Digital%204\/DIGITAL%204_Artigo%2007.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,10,7]],"date-time":"2021-10-07T19:34:05Z","timestamp":1633635245000},"score":62.69837,"resource":{"primary":{"URL":"https:\/\/www.fdc.org.br\/conhecimento\/publicacoes\/capitulo-de-livro-35372"}},"issued":{"date-parts":[[2021,10,7]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.52959\/2021435372","published":{"date-parts":[[2021,10,7]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T17:21:35Z","timestamp":1648747295787},"edition-number":"1","reference-count":0,"publisher":"Editora Scienza","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,10,3]]},"DOI":"10.26626\/978-85-5953-029-2.2017c0009.p.217-258","type":"book-chapter","created":{"date-parts":[[2017,10,3]],"date-time":"2017-10-03T09:54:21Z","timestamp":1507024461000},"page":"217-258","source":"Crossref","is-referenced-by-count":0,"title":["Avalia\u00e7\u00e3o de Desempenho em Uso e Manuten\u00e7\u00e3o de Habita\u00e7\u00f5es em Sistemas Construtivos Inovadores"],"prefix":"10.26626","author":[{"given":"Rosaria","family":"Ono","sequence":"first","affiliation":[]},{"name":"USP @@ -266,7 +266,7 @@ http_interactions: de S\u00e3o Paulo","sequence":"additional","affiliation":[]},{"name":"USP - Universidade de S\u00e3o Paulo","sequence":"additional","affiliation":[]}],"member":"11172","published-online":{"date-parts":[[2017,10,3]]},"container-title":["Avalia\u00e7\u00e3o de Desempenho de Tecnologias Construtivas Inovadoras: Conforto Ambiental, - Durabilidade e P\u00f3s-Ocupa\u00e7\u00e3o"],"deposited":{"date-parts":[[2017,10,4]],"date-time":"2017-10-04T16:20:58Z","timestamp":1507134058000},"score":61.547512,"resource":{"primary":{"URL":"http:\/\/editorascienza.com.br\/pdfs\/usp\/978_85_5953_029_2_capitulo_9.pdf"}},"issued":{"date-parts":[[2017,10,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26626\/978-85-5953-029-2.2017c0009.p.217-258","published":{"date-parts":[[2017,10,3]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T12:17:32Z","timestamp":1648729052984},"edition-number":"1","reference-count":0,"publisher":"Editora + Durabilidade e P\u00f3s-Ocupa\u00e7\u00e3o"],"deposited":{"date-parts":[[2017,10,4]],"date-time":"2017-10-04T16:20:58Z","timestamp":1507134058000},"score":61.245956,"resource":{"primary":{"URL":"http:\/\/editorascienza.com.br\/pdfs\/usp\/978_85_5953_029_2_capitulo_9.pdf"}},"issued":{"date-parts":[[2017,10,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26626\/978-85-5953-029-2.2017c0009.p.217-258","published":{"date-parts":[[2017,10,3]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T12:17:32Z","timestamp":1648729052984},"edition-number":"1","reference-count":0,"publisher":"Editora Scienza","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,10,3]]},"DOI":"10.26626\/978-85-5953-029-2.2017c0010.p.259-292","type":"book-chapter","created":{"date-parts":[[2017,10,3]],"date-time":"2017-10-03T13:54:21Z","timestamp":1507038861000},"page":"259-292","source":"Crossref","is-referenced-by-count":0,"title":["Percep\u00e7\u00e3o dos Usu\u00e1rios e Avalia\u00e7\u00e3o de Desempenho em Uso de Habita\u00e7\u00f5es em Sistemas Construtivos Inovadores"],"prefix":"10.26626","author":[{"given":"Rosaria","family":"Ono","sequence":"first","affiliation":[]},{"name":"USP @@ -278,17 +278,17 @@ http_interactions: - Universidade de S\u00e3o Paulo","sequence":"additional","affiliation":[]},{"name":"USP - Universidade de S\u00e3o Paulo","sequence":"additional","affiliation":[]}],"member":"11172","published-online":{"date-parts":[[2017,10,3]]},"container-title":["Avalia\u00e7\u00e3o de Desempenho de Tecnologias Construtivas Inovadoras: Conforto Ambiental, - Durabilidade e P\u00f3s-Ocupa\u00e7\u00e3o"],"deposited":{"date-parts":[[2017,10,4]],"date-time":"2017-10-04T20:20:58Z","timestamp":1507148458000},"score":61.24365,"resource":{"primary":{"URL":"http:\/\/editorascienza.com.br\/pdfs\/usp\/978_85_5953_029_2_capitulo_10.pdf"}},"issued":{"date-parts":[[2017,10,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26626\/978-85-5953-029-2.2017c0010.p.259-292","published":{"date-parts":[[2017,10,3]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T13:57:26Z","timestamp":1648994246458},"edition-number":"1","reference-count":0,"publisher":"Editora + Durabilidade e P\u00f3s-Ocupa\u00e7\u00e3o"],"deposited":{"date-parts":[[2017,10,4]],"date-time":"2017-10-04T20:20:58Z","timestamp":1507148458000},"score":61.03114,"resource":{"primary":{"URL":"http:\/\/editorascienza.com.br\/pdfs\/usp\/978_85_5953_029_2_capitulo_10.pdf"}},"issued":{"date-parts":[[2017,10,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26626\/978-85-5953-029-2.2017c0010.p.259-292","published":{"date-parts":[[2017,10,3]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T13:57:26Z","timestamp":1648994246458},"edition-number":"1","reference-count":0,"publisher":"Editora Artemis","isbn-type":[{"value":"9786587396248","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.37572\/edart_24830122016","type":"book-chapter","created":{"date-parts":[[2020,12,31]],"date-time":"2020-12-31T01:47:39Z","timestamp":1609379259000},"page":"167-172","source":"Crossref","is-referenced-by-count":0,"title":["TERRIT\u00d3RIOS QUILOMBOLAS: UMA ETNOCONSERVA\u00c7\u00c3O NA PAISAGEM RURAL DO VALE DO RIBEIRA, S\u00c3O PAULO, BRASIL"],"prefix":"10.37572","author":[{"given":"Luciana","family":"Mello Vieira","sequence":"first","affiliation":[]},{"given":"Marta Cristina","family":"Marjotta-Maistro","sequence":"additional","affiliation":[]}],"member":"23781","published-online":{"date-parts":[[2020,12]]},"container-title":["Agr\u00e1rias: - Pesquisa e Inova\u00e7\u00e3o nas Ci\u00eancias que Alimentam o Mundo III"],"deposited":{"date-parts":[[2020,12,31]],"date-time":"2020-12-31T01:47:54Z","timestamp":1609379274000},"score":59.959072,"resource":{"primary":{"URL":"https:\/\/www.editoraartemis.com.br\/artigo\/31910\/"}},"issued":{"date-parts":[[2020,12]]},"ISBN":["9786587396248"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.37572\/edart_24830122016","published":{"date-parts":[[2020,12]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T16:14:07Z","timestamp":1648570447486},"edition-number":"1","reference-count":0,"publisher":"Atena + Pesquisa e Inova\u00e7\u00e3o nas Ci\u00eancias que Alimentam o Mundo III"],"deposited":{"date-parts":[[2020,12,31]],"date-time":"2020-12-31T01:47:54Z","timestamp":1609379274000},"score":60.05232,"resource":{"primary":{"URL":"https:\/\/www.editoraartemis.com.br\/artigo\/31910\/"}},"issued":{"date-parts":[[2020,12]]},"ISBN":["9786587396248"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.37572\/edart_24830122016","published":{"date-parts":[[2020,12]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T16:14:07Z","timestamp":1648570447486},"edition-number":"1","reference-count":0,"publisher":"Atena Editora","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.22533\/at.ed.61419300914","type":"book-chapter","created":{"date-parts":[[2019,10,1]],"date-time":"2019-10-01T12:39:52Z","timestamp":1569933592000},"page":"107-119","source":"Crossref","is-referenced-by-count":0,"title":["AVALIA\u00c7\u00c3O DO CICLO DE VIDA DO LEITE: ESTUDO DE CASO NO VALE DO PARA\u00cdBA \u2013 S\u00c3O PAULO"],"prefix":"10.22533","author":[{"given":"Gabriela","family":"Giusti","sequence":"first","affiliation":[]},{"given":"Gustavo Fonseca de","family":"Almeida","sequence":"additional","affiliation":[]}],"member":"9818","published-online":{"date-parts":[[2019,9,30]]},"container-title":["Impactos - das Tecnologias nas Ci\u00eancias Agr\u00e1rias 3"],"deposited":{"date-parts":[[2019,10,1]],"date-time":"2019-10-01T12:40:02Z","timestamp":1569933602000},"score":59.157265,"resource":{"primary":{"URL":"https:\/\/www.atenaeditora.com.br\/arquivos\/ebooks\/impactos-das-tecnologias-nas-ciencias-agrarias-3"}},"issued":{"date-parts":[[2019,9,30]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.22533\/at.ed.61419300914","published":{"date-parts":[[2019,9,30]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T10:31:29Z","timestamp":1649068289892},"reference-count":0,"publisher":"Editora + das Tecnologias nas Ci\u00eancias Agr\u00e1rias 3"],"deposited":{"date-parts":[[2019,10,1]],"date-time":"2019-10-01T12:40:02Z","timestamp":1569933602000},"score":59.091915,"resource":{"primary":{"URL":"https:\/\/www.atenaeditora.com.br\/arquivos\/ebooks\/impactos-das-tecnologias-nas-ciencias-agrarias-3"}},"issued":{"date-parts":[[2019,9,30]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.22533\/at.ed.61419300914","published":{"date-parts":[[2019,9,30]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T10:31:29Z","timestamp":1649068289892},"reference-count":0,"publisher":"Editora Unesc","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017]]},"DOI":"10.18616\/cienciasjuridicas05","type":"book-chapter","created":{"date-parts":[[2017,12,11]],"date-time":"2017-12-11T12:25:22Z","timestamp":1512995122000},"page":"99-126","source":"Crossref","is-referenced-by-count":0,"title":["Direito \u00e0 educa\u00e7\u00e3o e integra\u00e7\u00e3o regional: a diferen\u00e7a como objeto nas pol\u00edticas educacionais do Mercosul"],"prefix":"10.18616","author":[{"given":"Maurinice","family":"Evaristo @@ -296,17 +296,17 @@ http_interactions: Cat\u00f3lica de S\u00e3o Paulo","sequence":"first","affiliation":[]},{"given":"D\u00e9bora","family":"de Oliveira Santos","sequence":"additional","affiliation":[]},{"name":"Universidade Federal de Mato Grosso do Sul","sequence":"additional","affiliation":[]}],"member":"7875","published-online":{"date-parts":[[2017]]},"container-title":["Estudos - contempor\u00e2neos em ci\u00eancias jur\u00eddicas e sociais"],"deposited":{"date-parts":[[2017,12,11]],"date-time":"2017-12-11T12:25:25Z","timestamp":1512995125000},"score":59.117134,"resource":{"primary":{"URL":"http:\/\/repositorio.unesc.net\/handle\/1\/5492"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.18616\/cienciasjuridicas05","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T14:17:54Z","timestamp":1649081874825},"edition-number":"1","reference-count":0,"publisher":"Navegando + contempor\u00e2neos em ci\u00eancias jur\u00eddicas e sociais"],"deposited":{"date-parts":[[2017,12,11]],"date-time":"2017-12-11T12:25:25Z","timestamp":1512995125000},"score":58.941807,"resource":{"primary":{"URL":"http:\/\/repositorio.unesc.net\/handle\/1\/5492"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.18616\/cienciasjuridicas05","published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T14:17:54Z","timestamp":1649081874825},"edition-number":"1","reference-count":0,"publisher":"Navegando Publica\u00e7\u00f5es","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.29388\/978-85-53111-53-4-0-f.139-154","type":"book-chapter","created":{"date-parts":[[2019,6,9]],"date-time":"2019-06-09T13:40:21Z","timestamp":1560087621000},"page":"139-154","source":"Crossref","is-referenced-by-count":0,"title":["Cotas n\u00e3o, PIMESP sim? Discurso sobre o m\u00e9rito no acesso \u00e0 Universidade de S\u00e3o Paulo (USP)"],"prefix":"10.29388","author":[{"given":"M. T.","family":"MENDES","sequence":"first","affiliation":[]}],"member":"11924","published-online":{"date-parts":[[2019,6,9]]},"container-title":["Das crises do capital \u00e0s crises da educa\u00e7\u00e3o superior no Brasil - - novos e renovados desafios em perspectiva."],"deposited":{"date-parts":[[2019,6,9]],"date-time":"2019-06-09T13:40:37Z","timestamp":1560087637000},"score":58.982037,"resource":{"primary":{"URL":"https:\/\/www.editoranavegando.com\/livro-anped"}},"issued":{"date-parts":[[2019,6,9]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.29388\/978-85-53111-53-4-0-f.139-154","published":{"date-parts":[[2019,6,9]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T19:38:23Z","timestamp":1648928303719},"reference-count":0,"publisher":"Faculdade + - novos e renovados desafios em perspectiva."],"deposited":{"date-parts":[[2019,6,9]],"date-time":"2019-06-09T13:40:37Z","timestamp":1560087637000},"score":58.750786,"resource":{"primary":{"URL":"https:\/\/www.editoranavegando.com\/livro-anped"}},"issued":{"date-parts":[[2019,6,9]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.29388\/978-85-53111-53-4-0-f.139-154","published":{"date-parts":[[2019,6,9]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T19:38:23Z","timestamp":1648928303719},"reference-count":0,"publisher":"Faculdade de Filosofia e Ci\u00eancias","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.36311\/2020.978-65-86546-99-6.p397-432","type":"book-chapter","created":{"date-parts":[[2021,3,15]],"date-time":"2021-03-15T10:31:33Z","timestamp":1615804293000},"page":"397-432","source":"Crossref","is-referenced-by-count":0,"title":["O papel do servi\u00e7o de extens\u00e3o no desenvolvimento do turismo nas comunidades Quilombolas do Vale do Ribeira"],"prefix":"10.36311","author":[{"given":"Jo\u00e3o","family":"Henrique Souza Pires","sequence":"first","affiliation":[]}],"member":"22151","published-online":{"date-parts":[[2020]]},"container-title":["Movimentos - sociais e pol\u00edticas educacionais na Era da barb\u00e1rie"],"deposited":{"date-parts":[[2021,3,15]],"date-time":"2021-03-15T10:31:50Z","timestamp":1615804310000},"score":58.371014,"resource":{"primary":{"URL":"https:\/\/ebooks.marilia.unesp.br\/index.php\/lab_editorial\/catalog\/book\/205"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36311\/2020.978-65-86546-99-6.p397-432","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T08:50:54Z","timestamp":1648803054368},"edition-number":"1","reference-count":0,"publisher":"Editora + sociais e pol\u00edticas educacionais na Era da barb\u00e1rie"],"deposited":{"date-parts":[[2021,3,15]],"date-time":"2021-03-15T10:31:50Z","timestamp":1615804310000},"score":58.28263,"resource":{"primary":{"URL":"https:\/\/ebooks.marilia.unesp.br\/index.php\/lab_editorial\/catalog\/book\/205"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36311\/2020.978-65-86546-99-6.p397-432","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T08:50:54Z","timestamp":1648803054368},"edition-number":"1","reference-count":0,"publisher":"Editora Scienza","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,10,4]]},"DOI":"10.26626\/978-85-5953-029-2.2017c0002.p.27-46","type":"book-chapter","created":{"date-parts":[[2017,10,3]],"date-time":"2017-10-03T13:54:21Z","timestamp":1507038861000},"page":"27-46","source":"Crossref","is-referenced-by-count":1,"title":["Necessidade de Revis\u00e3o dos M\u00e9todos de Avalia\u00e7\u00e3o do Desempenho T\u00e9rmico de Edifica\u00e7\u00f5es no \u00c2mbito da Norma NBR 15575 e do SiNAT"],"prefix":"10.26626","author":[{"given":"Adriana","family":"Camargo @@ -315,7 +315,7 @@ http_interactions: Sales","sequence":"additional","affiliation":[]},{"given":"F\u00falvio","family":"Vittorino","sequence":"additional","affiliation":[]},{"given":"Marcelo","family":"de Mello Aquilino","sequence":"additional","affiliation":[]},{"given":"Maria","family":"Akutsu","sequence":"additional","affiliation":[]}],"member":"11172","published-online":{"date-parts":[[2017,10,4]]},"container-title":["Avalia\u00e7\u00e3o de Desempenho de Tecnologias Construtivas Inovadoras: Conforto Ambiental, - Durabilidade e P\u00f3s-Ocupa\u00e7\u00e3o"],"deposited":{"date-parts":[[2017,10,4]],"date-time":"2017-10-04T20:20:57Z","timestamp":1507148457000},"score":58.238323,"resource":{"primary":{"URL":"http:\/\/editorascienza.com.br\/pdfs\/usp\/978_85_5953_029_2_capitulo_2.pdf"}},"issued":{"date-parts":[[2017,10,4]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26626\/978-85-5953-029-2.2017c0002.p.27-46","published":{"date-parts":[[2017,10,4]]}},{"indexed":{"date-parts":[[2022,7,9]],"date-time":"2022-07-09T13:45:38Z","timestamp":1657374338690},"edition-number":"1\u00aa","reference-count":0,"publisher":"Ludomedia","content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"Introduction: + Durabilidade e P\u00f3s-Ocupa\u00e7\u00e3o"],"deposited":{"date-parts":[[2017,10,4]],"date-time":"2017-10-04T20:20:57Z","timestamp":1507148457000},"score":58.14398,"resource":{"primary":{"URL":"http:\/\/editorascienza.com.br\/pdfs\/usp\/978_85_5953_029_2_capitulo_2.pdf"}},"issued":{"date-parts":[[2017,10,4]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.26626\/978-85-5953-029-2.2017c0002.p.27-46","published":{"date-parts":[[2017,10,4]]}},{"indexed":{"date-parts":[[2022,7,9]],"date-time":"2022-07-09T13:45:38Z","timestamp":1657374338690},"edition-number":"1\u00aa","reference-count":0,"publisher":"Ludomedia","content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"Introduction: Viral hepatitis is a health problem that affects millions of people, are among the main causes of disability and death in the world and affect different vulnerable social groups. This scenario led the World Health Organization @@ -347,12 +347,12 @@ http_interactions: de Enfermagem da Universidade de S\u00e3o Paulo, Brasil","sequence":"additional","affiliation":[]},{"name":"Escola de Enfermagem da Universidade de S\u00e3o Paulo, Brasil","sequence":"additional","affiliation":[]}],"member":"22117","published-online":{"date-parts":[[2022,7,8]]},"container-title":["Knowledge and Practices of Professionals of The Family Health Strategy on Promoting - Child Development","New Trends in Qualitative Research"],"deposited":{"date-parts":[[2022,7,8]],"date-time":"2022-07-08T16:24:34Z","timestamp":1657297474000},"score":58.08727,"resource":{"primary":{"URL":"https:\/\/publi.ludomedia.org\/index.php\/ntqr\/article\/view\/641"}},"issued":{"date-parts":[[2022,7,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36367\/ntqr.13.2022.e641","ISSN":["2184-7770"],"issn-type":[{"value":"2184-7770","type":"print"}],"published":{"date-parts":[[2022,7,8]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T05:59:41Z","timestamp":1648965581597},"reference-count":0,"publisher":"Faculdade + Child Development","New Trends in Qualitative Research"],"deposited":{"date-parts":[[2022,7,8]],"date-time":"2022-07-08T16:24:34Z","timestamp":1657297474000},"score":58.07682,"resource":{"primary":{"URL":"https:\/\/publi.ludomedia.org\/index.php\/ntqr\/article\/view\/641"}},"issued":{"date-parts":[[2022,7,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36367\/ntqr.13.2022.e641","ISSN":["2184-7770"],"issn-type":[{"value":"2184-7770","type":"print"}],"published":{"date-parts":[[2022,7,8]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T05:59:41Z","timestamp":1648965581597},"reference-count":0,"publisher":"Faculdade de Filosofia e Ci\u00eancias","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.36311\/2012.978-85-7983-267-3.p233-253","type":"book-chapter","created":{"date-parts":[[2021,7,23]],"date-time":"2021-07-23T07:35:46Z","timestamp":1627025746000},"page":"233-253","source":"Crossref","is-referenced-by-count":0,"title":["O que se leva, o que traz: Fluxos Migrat\u00f3rios e Fluxos de Mercadorias entre o Interior do Piau\u00ed e a Cidade de S\u00e3o Paulo"],"prefix":"10.36311","author":[{"given":"Antonio da Costa","family":"Braga","sequence":"first","affiliation":[]}],"member":"22151","published-online":{"date-parts":[[2012]]},"container-title":["Migra\u00e7\u00f5es: - implica\u00e7\u00f5es passadas, presentes e futuras"],"deposited":{"date-parts":[[2021,7,23]],"date-time":"2021-07-23T07:36:00Z","timestamp":1627025760000},"score":57.88642,"resource":{"primary":{"URL":"https:\/\/ebooks.marilia.unesp.br\/index.php\/lab_editorial\/catalog\/book\/37"}},"issued":{"date-parts":[[2012]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36311\/2012.978-85-7983-267-3.p233-253","published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T03:46:07Z","timestamp":1648611967464},"reference-count":0,"publisher":"Editora + implica\u00e7\u00f5es passadas, presentes e futuras"],"deposited":{"date-parts":[[2021,7,23]],"date-time":"2021-07-23T07:36:00Z","timestamp":1627025760000},"score":57.773605,"resource":{"primary":{"URL":"https:\/\/ebooks.marilia.unesp.br\/index.php\/lab_editorial\/catalog\/book\/37"}},"issued":{"date-parts":[[2012]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36311\/2012.978-85-7983-267-3.p233-253","published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T03:46:07Z","timestamp":1648611967464},"reference-count":0,"publisher":"Editora Blucher","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.5151\/9786555500349-06","type":"book-chapter","created":{"date-parts":[[2020,11,23]],"date-time":"2020-11-23T13:47:31Z","timestamp":1606139251000},"page":"69-73","source":"Crossref","is-referenced-by-count":0,"title":["Correla\u00e7\u00e3o Entre Microscopia Confocal Raman e Distribui\u00e7\u00e3o de Tamanho de Part\u00edculas por Difra\u00e7\u00e3o a Laser na Caracteriza\u00e7\u00e3o de Medicamentos @@ -360,12 +360,12 @@ http_interactions: O","family":"Delben","sequence":"first","affiliation":[]},{"given":"Denise F. S","family":"Petri","sequence":"first","affiliation":[]}],"member":"3104","container-title":["8\u00b0 Workshop do Mestrado Profissional Instituto de Qu\u00edmica Universidade de - S\u00e3o Paulo"],"deposited":{"date-parts":[[2020,11,23]],"date-time":"2020-11-23T13:47:38Z","timestamp":1606139258000},"score":57.13318,"resource":{"primary":{"URL":"https:\/\/openaccess.blucher.com.br\/article-details\/06-22354"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5151\/9786555500349-06","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T01:46:31Z","timestamp":1648604791301},"reference-count":0,"publisher":"Editora + S\u00e3o Paulo"],"deposited":{"date-parts":[[2020,11,23]],"date-time":"2020-11-23T13:47:38Z","timestamp":1606139258000},"score":57.041515,"resource":{"primary":{"URL":"https:\/\/openaccess.blucher.com.br\/article-details\/06-22354"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5151\/9786555500349-06","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T01:46:31Z","timestamp":1648604791301},"reference-count":0,"publisher":"Editora Blucher","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.5151\/9786555500349-13","type":"book-chapter","created":{"date-parts":[[2020,11,23]],"date-time":"2020-11-23T13:47:31Z","timestamp":1606139251000},"page":"108-112","source":"Crossref","is-referenced-by-count":0,"title":["Avalia\u00e7\u00e3o da Aplica\u00e7\u00e3o de Produtos Naturais como Conservantes em Produtos Cosm\u00e9ticos"],"prefix":"10.5151","author":[{"given":"Rosilene","family":"Machado","sequence":"first","affiliation":[]},{"given":"Paulo Roberto H","family":"Moreno","sequence":"first","affiliation":[]}],"member":"3104","container-title":["8\u00b0 Workshop do Mestrado Profissional Instituto de Qu\u00edmica Universidade de - S\u00e3o Paulo"],"deposited":{"date-parts":[[2020,11,23]],"date-time":"2020-11-23T13:47:45Z","timestamp":1606139265000},"score":57.064384,"resource":{"primary":{"URL":"https:\/\/openaccess.blucher.com.br\/article-details\/13-22361"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5151\/9786555500349-13","published":{"date-parts":[[2020]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"N\u00f3s+temos+nosso+direito+que+\u00e9+o+certo:+significados+das+lutas+por+reconhecimento+entre+comunidades+do+Vale+do+Ribeira,+S\u00e3o+Paulo+2017+Universidade+de+Sao+Paulo,+Agencia+USP+de+Gestao+da+Informacao+Academica+(AGUIA)"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:25 GMT + S\u00e3o Paulo"],"deposited":{"date-parts":[[2020,11,23]],"date-time":"2020-11-23T13:47:45Z","timestamp":1606139265000},"score":56.928406,"resource":{"primary":{"URL":"https:\/\/openaccess.blucher.com.br\/article-details\/13-22361"}},"issued":{"date-parts":[[2020]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5151\/9786555500349-13","published":{"date-parts":[[2020]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"N\u00f3s+temos+nosso+direito+que+\u00e9+o+certo:+significados+das+lutas+por+reconhecimento+entre+comunidades+do+Vale+do+Ribeira,+S\u00e3o+Paulo+2017+Universidade+de+Sao+Paulo,+Agencia+USP+de+Gestao+da+Informacao+Academica+(AGUIA)"}}}' + recorded_at: Sun, 15 Jan 2023 19:24:02 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/edited-book.yml b/spec/vcr_cassettes/edited-book.yml index 7ae103f..2902725 100644 --- a/spec/vcr_cassettes/edited-book.yml +++ b/spec/vcr_cassettes/edited-book.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Mon, 02 Jan 2023 23:29:43 GMT + - Sun, 15 Jan 2023 19:24:02 GMT Content-Type: - application/json Content-Length: - '701' Set-Cookie: - - AWSALB=ELh0ok60YY/RIBrqRbMP/o8uwAKxyFEfV91o57rQXARxcJICtGNlNE1UFeJ0Zb+oFWuPgMgA5sR0iSI6MCbUi/H5PjZ4fyIKFaeomIJ8Z92VGEgO5/SvdaSOgTao; - Expires=Mon, 09 Jan 2023 23:29:42 GMT; Path=/ - - AWSALBCORS=ELh0ok60YY/RIBrqRbMP/o8uwAKxyFEfV91o57rQXARxcJICtGNlNE1UFeJ0Zb+oFWuPgMgA5sR0iSI6MCbUi/H5PjZ4fyIKFaeomIJ8Z92VGEgO5/SvdaSOgTao; - Expires=Mon, 09 Jan 2023 23:29:42 GMT; Path=/; SameSite=None + - AWSALB=a2zAnSrSVkJ5mzDgmzv9ApA8TMjVQx47izp/kR7RtvMiPQx9jsu8CXZxdui81+dSOpDI6lYBeZNjqH0l6AVteunaUh6MlnQUPuwqzQpPzxYK1OXTqxEQrbrfwK9J; + Expires=Sun, 22 Jan 2023 19:24:02 GMT; Path=/ + - AWSALBCORS=a2zAnSrSVkJ5mzDgmzv9ApA8TMjVQx47izp/kR7RtvMiPQx9jsu8CXZxdui81+dSOpDI6lYBeZNjqH0l6AVteunaUh6MlnQUPuwqzQpPzxYK1OXTqxEQrbrfwK9J; + Expires=Sun, 22 Jan 2023 19:24:02 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -62,7 +62,7 @@ http_interactions: University Press","isbn-type":[{"value":"9780691229409","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"published-print":{"date-parts":[[2022,12,31]]},"DOI":"10.1515\/9780691229409","type":"edited-book","created":{"date-parts":[[2022,11,24]],"date-time":"2022-11-24T21:16:13Z","timestamp":1669324573000},"source":"Crossref","is-referenced-by-count":2,"title":["The New Natural History of Madagascar"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2022,9,2]]},"container-title":[],"original-title":[],"deposited":{"date-parts":[[2022,11,24]],"date-time":"2022-11-24T21:16:16Z","timestamp":1669324576000},"score":1,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9780691229409\/html"}},"subtitle":[],"editor":[{"given":"Steven M.","family":"Goodman","sequence":"first","affiliation":[]}],"short-title":[],"issued":{"date-parts":[[2022,9,2]]},"ISBN":["9780691229409"],"references-count":0,"alternative-id":["10.1515\/9780691229409"],"URL":"http:\/\/dx.doi.org\/10.1515\/9780691229409","relation":{"is-identical-to":[{"id-type":"doi","id":"10.2307\/j.ctv2ks6tbb","asserted-by":"subject"}]},"published":{"date-parts":[[2022,9,2]]}}}' - recorded_at: Mon, 02 Jan 2023 23:29:42 GMT + recorded_at: Sun, 15 Jan 2023 19:24:02 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=The%2BNew%2BNatural%2BHistory%2Bof%2BMadagascar%2B2022%2BPrinceton%2BUniversity%2BPress @@ -82,11 +82,11 @@ http_interactions: message: OK headers: Date: - - Mon, 02 Jan 2023 23:29:45 GMT + - Sun, 15 Jan 2023 19:24:08 GMT Content-Type: - application/json Content-Length: - - '1951' + - '1950' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -114,52 +114,52 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1999781,"items":[{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:14Z","timestamp":1669182974647},"reference-count":0,"publisher":"Princeton + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":2012343,"items":[{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:14Z","timestamp":1669182974647},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.9","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"1-38","source":"Crossref","is-referenced-by-count":0,"title":["THE HISTORY OF ZOOLOGICAL EXPLORATION OF MADAGASCAR"],"prefix":"10.2307","author":[{"given":"F.","family":"Andriamialisoa","sequence":"first","affiliation":[]},{"given":"O.","family":"Langrand","sequence":"additional","affiliation":[]}],"member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:31Z","timestamp":1669139791000},"score":32.64856,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.9"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.9","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,12,1]],"date-time":"2022-12-01T19:28:11Z","timestamp":1669922891394},"reference-count":0,"publisher":"Princeton + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:31Z","timestamp":1669139791000},"score":32.675217,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.9"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.9","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,12,1]],"date-time":"2022-12-01T19:28:11Z","timestamp":1669922891394},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.14","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"69-73","source":"Crossref","is-referenced-by-count":1,"title":["CENOZOIC FOSSILS OF MADAGASCAR"],"prefix":"10.2307","author":[{"given":"K. E.","family":"Samonds","sequence":"first","affiliation":[]}],"member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:36Z","timestamp":1669139796000},"score":32.449265,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.14"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.14","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:30Z","timestamp":1669182990615},"reference-count":0,"publisher":"Princeton + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:36Z","timestamp":1669139796000},"score":32.54567,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.14"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.14","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:30Z","timestamp":1669182990615},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.18","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"91-98","source":"Crossref","is-referenced-by-count":0,"title":["THE CLIMATE OF MADAGASCAR"],"prefix":"10.2307","author":[{"given":"M. R.","family":"Jury","sequence":"first","affiliation":[]}],"member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:41Z","timestamp":1669139801000},"score":32.419296,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.18"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.18","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T21:10:55Z","timestamp":1649193055947},"reference-count":0,"publisher":"Princeton + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:41Z","timestamp":1669139801000},"score":32.479626,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.18"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.18","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T21:10:55Z","timestamp":1649193055947},"reference-count":0,"publisher":"Princeton University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,5]]},"DOI":"10.2307\/j.ctv1tbhptm.6","type":"book-chapter","created":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T14:33:18Z","timestamp":1649169198000},"page":"1-16","source":"Crossref","is-referenced-by-count":0,"title":["HISTORY OF THE UNIVERSITY"],"prefix":"10.2307","member":"1121","container-title":["The - New Princeton Companion"],"deposited":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T20:40:03Z","timestamp":1649191203000},"score":32.37183,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1tbhptm.6"}},"issued":{"date-parts":[[2022,4,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1tbhptm.6","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1515\/9780691210445-004","asserted-by":"subject"}]},"published":{"date-parts":[[2022,4,5]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:28Z","timestamp":1669182988459},"reference-count":0,"publisher":"Princeton + New Princeton Companion"],"deposited":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T20:40:03Z","timestamp":1649191203000},"score":32.365906,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1tbhptm.6"}},"issued":{"date-parts":[[2022,4,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1tbhptm.6","relation":{"is-identical-to":[{"id-type":"doi","id":"10.1515\/9780691210445-004","asserted-by":"subject"}]},"published":{"date-parts":[[2022,4,5]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:27Z","timestamp":1669182987369},"reference-count":0,"publisher":"Princeton + University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.155","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"1202-1244","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:59:11Z","timestamp":1669139951000},"score":32.080017,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.155"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.155","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:31Z","timestamp":1669182991110},"reference-count":0,"publisher":"Princeton + University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.222","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"1534-1552","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T18:00:24Z","timestamp":1669140024000},"score":32.080017,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.222"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.222","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:34Z","timestamp":1669182994208},"reference-count":0,"publisher":"Princeton + University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.177","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"1300-1304","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:59:35Z","timestamp":1669139975000},"score":32.080017,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.177"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.177","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:28Z","timestamp":1669182988459},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.10","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"39-44","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:31Z","timestamp":1669139791000},"score":32.039173,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.10"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.10","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:33Z","timestamp":1669182993351},"reference-count":0,"publisher":"Princeton + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:31Z","timestamp":1669139791000},"score":32.05906,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.10"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.10","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:33Z","timestamp":1669182993351},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.19","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"99-99","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:42Z","timestamp":1669139802000},"score":32.039173,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.19"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.19","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:26Z","timestamp":1669182986964},"reference-count":0,"publisher":"Princeton + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:42Z","timestamp":1669139802000},"score":32.05906,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.19"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.19","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:28Z","timestamp":1669182988649},"reference-count":0,"publisher":"Princeton + University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.202","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"1410-1422","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T18:00:00Z","timestamp":1669140000000},"score":32.049427,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.202"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.202","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:26Z","timestamp":1669182986964},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.45","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"302-310","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:57:07Z","timestamp":1669139827000},"score":32.014244,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.45"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.45","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:30Z","timestamp":1669182990814},"reference-count":0,"publisher":"Princeton + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:57:07Z","timestamp":1669139827000},"score":32.049427,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.45"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.45","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:30Z","timestamp":1669182990814},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.107","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"811-846","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:58:13Z","timestamp":1669139893000},"score":32.014244,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.107"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.107","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:28Z","timestamp":1669182988649},"reference-count":0,"publisher":"Princeton - University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.202","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"1410-1422","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T18:00:00Z","timestamp":1669140000000},"score":32.014244,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.202"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.202","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:25Z","timestamp":1669182985712},"reference-count":0,"publisher":"Princeton + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:58:13Z","timestamp":1669139893000},"score":32.049427,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.107"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.107","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:25Z","timestamp":1669182985712},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.245","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"1719-1736","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T18:00:44Z","timestamp":1669140044000},"score":31.998848,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.245"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.245","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:25Z","timestamp":1669182985714},"reference-count":0,"publisher":"Princeton + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T18:00:44Z","timestamp":1669140044000},"score":32.026657,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.245"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.245","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:25Z","timestamp":1669182985714},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.28","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"169-180","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:50Z","timestamp":1669139810000},"score":31.998848,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.28"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.28","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:33Z","timestamp":1669182993766},"reference-count":0,"publisher":"Princeton + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:50Z","timestamp":1669139810000},"score":32.026657,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.28"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.28","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:33Z","timestamp":1669182993766},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.297","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"2038-2090","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T18:01:33Z","timestamp":1669140093000},"score":31.998848,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.297"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.297","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:27Z","timestamp":1669182987369},"reference-count":0,"publisher":"Princeton - University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.155","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"1202-1244","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:59:11Z","timestamp":1669139951000},"score":31.971714,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.155"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.155","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:31Z","timestamp":1669182991110},"reference-count":0,"publisher":"Princeton - University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.222","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"1534-1552","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T18:00:24Z","timestamp":1669140024000},"score":31.971714,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.222"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.222","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:34Z","timestamp":1669182994208},"reference-count":0,"publisher":"Princeton - University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.177","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"1300-1304","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:59:35Z","timestamp":1669139975000},"score":31.971714,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.177"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.177","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:28Z","timestamp":1669182988941},"reference-count":0,"publisher":"Princeton + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T18:01:33Z","timestamp":1669140093000},"score":32.026657,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.297"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.297","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:13Z","timestamp":1669182973403},"reference-count":0,"publisher":"Princeton + University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.17","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"82-90","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:40Z","timestamp":1669139800000},"score":32.02506,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.17"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.17","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:28Z","timestamp":1669182988941},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.305","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"2140-2146","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T18:01:40Z","timestamp":1669140100000},"score":31.963058,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.305"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.305","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:29Z","timestamp":1669182989507},"reference-count":0,"publisher":"Princeton + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T18:01:40Z","timestamp":1669140100000},"score":32.02506,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.305"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.305","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:29Z","timestamp":1669182989507},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.306","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"2147-2171","source":"Crossref","is-referenced-by-count":0,"title":["CONTRIBUTORS"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T18:01:40Z","timestamp":1669140100000},"score":31.963058,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.306"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.306","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:32Z","timestamp":1669182992591},"reference-count":0,"publisher":"Princeton + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T18:01:40Z","timestamp":1669140100000},"score":32.02506,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.306"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.306","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:32Z","timestamp":1669182992591},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.56","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"434-451","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:57:20Z","timestamp":1669139840000},"score":31.963058,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.56"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.56","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:13Z","timestamp":1669182973403},"reference-count":0,"publisher":"Princeton - University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.17","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"82-90","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:56:40Z","timestamp":1669139800000},"score":31.963058,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.17"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.17","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:22Z","timestamp":1669182982966},"reference-count":0,"publisher":"Princeton + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:57:20Z","timestamp":1669139840000},"score":32.02506,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.56"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.56","published":{"date-parts":[[2022,11,15]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T05:56:22Z","timestamp":1669182982966},"reference-count":0,"publisher":"Princeton University Press","isbn-type":[{"value":"9780691229409","type":"electronic"},{"value":"0691229406","type":"electronic"},{"value":"9780691222622","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,11,15]]},"DOI":"10.2307\/j.ctv2ks6tbb.37","type":"book-chapter","created":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:41:09Z","timestamp":1669138869000},"page":"252-264","source":"Crossref","is-referenced-by-count":0,"title":["REFERENCES"],"prefix":"10.2307","member":"1121","container-title":["The - New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:57:00Z","timestamp":1669139820000},"score":31.955906,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.37"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.37","published":{"date-parts":[[2022,11,15]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"The+New+Natural+History+of+Madagascar+2022+Princeton+University+Press"}}}' - recorded_at: Mon, 02 Jan 2023 23:29:45 GMT + New Natural History of Madagascar"],"deposited":{"date-parts":[[2022,11,22]],"date-time":"2022-11-22T17:57:00Z","timestamp":1669139820000},"score":32.012905,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2ks6tbb.37"}},"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb.37","published":{"date-parts":[[2022,11,15]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"The+New+Natural+History+of+Madagascar+2022+Princeton+University+Press"}}}' + recorded_at: Sun, 15 Jan 2023 19:24:08 GMT - request: method: get uri: https://api.crossref.org/works/10.2307%2Fj.ctv2ks6tbb @@ -181,16 +181,16 @@ http_interactions: message: OK headers: Date: - - Mon, 02 Jan 2023 23:29:50 GMT + - Sun, 15 Jan 2023 19:24:08 GMT Content-Type: - application/json Content-Length: - '936' Set-Cookie: - - AWSALB=ksG9bfHPH/cMwi4PONegAyX8+8q7zyY325uc2HAzkXthhcLvAZMLcZt4ARZoS/ziIILzR6VXAZ2Es5G0+09xhtw5RBdYp52TLRpbnNusgQAfziixcKFW3XkJdhd4; - Expires=Mon, 09 Jan 2023 23:29:50 GMT; Path=/ - - AWSALBCORS=ksG9bfHPH/cMwi4PONegAyX8+8q7zyY325uc2HAzkXthhcLvAZMLcZt4ARZoS/ziIILzR6VXAZ2Es5G0+09xhtw5RBdYp52TLRpbnNusgQAfziixcKFW3XkJdhd4; - Expires=Mon, 09 Jan 2023 23:29:50 GMT; Path=/; SameSite=None + - AWSALB=XEYyXb0oG2IsXpP9azgTIDEittue0IgTfJVBkMeTIUPT0icPh716Fejn4My4AJNsbB7+RDfKEw+ve5F+rCHX+CPwm56QIBC8NeCkEDVnzquNAOiy0u+V4A2a3ZHY; + Expires=Sun, 22 Jan 2023 19:24:08 GMT; Path=/ + - AWSALBCORS=XEYyXb0oG2IsXpP9azgTIDEittue0IgTfJVBkMeTIUPT0icPh716Fejn4My4AJNsbB7+RDfKEw+ve5F+rCHX+CPwm56QIBC8NeCkEDVnzquNAOiy0u+V4A2a3ZHY; + Expires=Sun, 22 Jan 2023 19:24:08 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -234,5 +234,5 @@ http_interactions: J.","family":"Safford","sequence":"additional","affiliation":[]},{"given":"John S.","family":"Sparks","sequence":"additional","affiliation":[]},{"given":"Melanie L. J.","family":"Stiassny","sequence":"additional","affiliation":[]},{"given":"Pablo","family":"Tortosa","sequence":"additional","affiliation":[]},{"given":"Miguel","family":"Vences","sequence":"additional","affiliation":[]}],"short-title":[],"issued":{"date-parts":[[2022,11,15]]},"ISBN":["9780691229409","0691229406","9780691222622"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2ks6tbb","relation":{},"published":{"date-parts":[[2022,11,15]]}}}' - recorded_at: Mon, 02 Jan 2023 23:29:50 GMT + recorded_at: Sun, 15 Jan 2023 19:24:08 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/grant.yml b/spec/vcr_cassettes/grant.yml index a32df2e..99aa968 100644 --- a/spec/vcr_cassettes/grant.yml +++ b/spec/vcr_cassettes/grant.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:26 GMT + - Sun, 15 Jan 2023 19:24:08 GMT Content-Type: - application/json Content-Length: - '745' Set-Cookie: - - AWSALB=AceOfJHFw28PaX1MnQz4Vf4HF/ENsY2dvYJfl/GUJUXlvyr41zbaInAWwN0OltmgOyxdO6pF0I+zRLpUcxSEQXANNcOSa/qRdgCv6gb+PLRk5sIR6K4gHDMpem+q; - Expires=Sat, 14 Jan 2023 00:51:26 GMT; Path=/ - - AWSALBCORS=AceOfJHFw28PaX1MnQz4Vf4HF/ENsY2dvYJfl/GUJUXlvyr41zbaInAWwN0OltmgOyxdO6pF0I+zRLpUcxSEQXANNcOSa/qRdgCv6gb+PLRk5sIR6K4gHDMpem+q; - Expires=Sat, 14 Jan 2023 00:51:26 GMT; Path=/; SameSite=None + - AWSALB=T2lpEyIJcCjtZ8iIIN//t+Dqs+C1/KZ2W9nvhs+THgcNMRZIuB/xg+g7fMjcvg0JOOcaFifrw0mkmE7xAa1Wq6m2OwjORt40sjY8BfvYC+EIV+F26Z5/WSyoHkoQ; + Expires=Sun, 22 Jan 2023 19:24:08 GMT; Path=/ + - AWSALBCORS=T2lpEyIJcCjtZ8iIIN//t+Dqs+C1/KZ2W9nvhs+THgcNMRZIuB/xg+g7fMjcvg0JOOcaFifrw0mkmE7xAa1Wq6m2OwjORt40sjY8BfvYC+EIV+F26Z5/WSyoHkoQ; + Expires=Sun, 22 Jan 2023 19:24:08 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -62,7 +62,7 @@ http_interactions: of Scientific and Technical Information (OSTI)","award-start":{"date-parts":[[2019,4,15]]},"award":"50733","DOI":"10.46936\/cpcy.proj.2019.50733\/60006578","type":"grant","created":{"date-parts":[[2021,9,21]],"date-time":"2021-09-21T23:44:54Z","timestamp":1632267894000},"source":"Crossref","prefix":"10.46936","member":"960","project":[{"project-title":[{"title":"Single-particle cryo-EM structural analysis of Q-dependent transcription antitermination"}],"investigator":[{"given":"Chengyuan","family":"Wang","affiliation":[]},{"given":"Harry","family":"Scott","affiliation":[]},{"given":"Irina","family":"Novikova","affiliation":[]},{"given":"Vadim","family":"Molodtsov","affiliation":[]},{"given":"Zhou","family":"Yin","affiliation":[]}],"lead-investigator":[{"given":"Richard","family":"Ebright","affiliation":[]}],"funding":[{"type":"award","funder":{"name":"US Department of Energy","id":[{"id":"10.13039\/100000015","id-type":"DOI","asserted-by":"publisher"}]}}]}],"deposited":{"date-parts":[[2021,10,9]],"date-time":"2021-10-09T20:55:44Z","timestamp":1633812944000},"score":1,"resource":{"primary":{"URL":"https:\/\/www.osti.gov\/award-doi-service\/biblio\/10.46936\/cpcy.proj.2019.50733\/60006578"}},"issued":{"date-parts":[[2019,4,15]]},"URL":"http:\/\/dx.doi.org\/10.46936\/cpcy.proj.2019.50733\/60006578","relation":{}}}' - recorded_at: Sat, 07 Jan 2023 00:51:26 GMT + recorded_at: Sun, 15 Jan 2023 19:24:08 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Single-particle%2Bcryo-EM%2Bstructural%2Banalysis%2Bof%2BQ-dependent%2Btranscription%2Bantitermination%2B2021%2BOffice%2Bof%2BScientific%2Band%2BTechnical%2BInformation%2B(OSTI) @@ -82,7 +82,7 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:27 GMT + - Sun, 15 Jan 2023 19:24:12 GMT Content-Type: - application/json Transfer-Encoding: @@ -114,49 +114,49 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":5890,"items":[{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T21:22:55Z","timestamp":1649020975559},"reference-count":0,"publisher":"IOP + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":5906,"items":[{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T21:22:55Z","timestamp":1649020975559},"reference-count":0,"publisher":"IOP Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1088\/978-0-7503-3039-8ch2","type":"book-chapter","created":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:44Z","timestamp":1621430624000},"source":"Crossref","is-referenced-by-count":0,"title":["Sample preparation"],"prefix":"10.1088","member":"266","published-online":{"date-parts":[[2021,5]]},"container-title":["Single-particle - Cryo-EM of Biological Macromolecules"],"deposited":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:47Z","timestamp":1621430627000},"score":36.06802,"resource":{"primary":{"URL":"https:\/\/iopscience.iop.org\/book\/978-0-7503-3039-8\/chapter\/bk978-0-7503-3039-8ch2"}},"editor":[{"given":"Robert + Cryo-EM of Biological Macromolecules"],"deposited":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:47Z","timestamp":1621430627000},"score":36.07593,"resource":{"primary":{"URL":"https:\/\/iopscience.iop.org\/book\/978-0-7503-3039-8\/chapter\/bk978-0-7503-3039-8ch2"}},"editor":[{"given":"Robert M","family":"Glaeser","sequence":"first","affiliation":[{"name":"Department of Molecular and Cell Biology, University of California, Berkeley, CA 94720, USA Lawrence Berkeley National Lab, University of California, Berkeley, CA - 94720, USA"}]},{"given":"Eva","family":"Nogales","sequence":"additional","affiliation":[]},{"given":"Wah","family":"Chiu","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1088\/978-0-7503-3039-8ch2","published":{"date-parts":[[2021,5]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T01:44:28Z","timestamp":1648604668496},"reference-count":0,"publisher":"IOP - Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1088\/978-0-7503-3039-8ch5","type":"book-chapter","created":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:44Z","timestamp":1621430624000},"source":"Crossref","is-referenced-by-count":0,"title":["Map - validation"],"prefix":"10.1088","member":"266","published-online":{"date-parts":[[2021,5]]},"container-title":["Single-particle - Cryo-EM of Biological Macromolecules"],"deposited":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:50Z","timestamp":1621430630000},"score":35.96787,"resource":{"primary":{"URL":"https:\/\/iopscience.iop.org\/book\/978-0-7503-3039-8\/chapter\/bk978-0-7503-3039-8ch5"}},"editor":[{"given":"Robert + 94720, USA"}]},{"given":"Eva","family":"Nogales","sequence":"additional","affiliation":[]},{"given":"Wah","family":"Chiu","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1088\/978-0-7503-3039-8ch2","published":{"date-parts":[[2021,5]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T22:12:39Z","timestamp":1648505559165},"reference-count":0,"publisher":"IOP + Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1088\/978-0-7503-3039-8ch3","type":"book-chapter","created":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:44Z","timestamp":1621430624000},"source":"Crossref","is-referenced-by-count":0,"title":["Data + collection"],"prefix":"10.1088","member":"266","published-online":{"date-parts":[[2021,5]]},"container-title":["Single-particle + Cryo-EM of Biological Macromolecules"],"deposited":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:48Z","timestamp":1621430628000},"score":36.041412,"resource":{"primary":{"URL":"https:\/\/iopscience.iop.org\/book\/978-0-7503-3039-8\/chapter\/bk978-0-7503-3039-8ch3"}},"editor":[{"given":"Robert M","family":"Glaeser","sequence":"first","affiliation":[{"name":"Department of Molecular and Cell Biology, University of California, Berkeley, CA 94720, USA Lawrence Berkeley National Lab, University of California, Berkeley, CA - 94720, USA"}]},{"given":"Eva","family":"Nogales","sequence":"additional","affiliation":[]},{"given":"Wah","family":"Chiu","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1088\/978-0-7503-3039-8ch5","published":{"date-parts":[[2021,5]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T01:12:03Z","timestamp":1648516323627},"reference-count":0,"publisher":"IOP + 94720, USA"}]},{"given":"Eva","family":"Nogales","sequence":"additional","affiliation":[]},{"given":"Wah","family":"Chiu","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1088\/978-0-7503-3039-8ch3","published":{"date-parts":[[2021,5]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T01:12:03Z","timestamp":1648516323627},"reference-count":0,"publisher":"IOP Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1088\/978-0-7503-3039-8ch4","type":"book-chapter","created":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:44Z","timestamp":1621430624000},"source":"Crossref","is-referenced-by-count":0,"title":["Data processing"],"prefix":"10.1088","member":"266","published-online":{"date-parts":[[2021,5]]},"container-title":["Single-particle - Cryo-EM of Biological Macromolecules"],"deposited":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:49Z","timestamp":1621430629000},"score":35.96261,"resource":{"primary":{"URL":"https:\/\/iopscience.iop.org\/book\/978-0-7503-3039-8\/chapter\/bk978-0-7503-3039-8ch4"}},"editor":[{"given":"Robert + Cryo-EM of Biological Macromolecules"],"deposited":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:49Z","timestamp":1621430629000},"score":36.041412,"resource":{"primary":{"URL":"https:\/\/iopscience.iop.org\/book\/978-0-7503-3039-8\/chapter\/bk978-0-7503-3039-8ch4"}},"editor":[{"given":"Robert M","family":"Glaeser","sequence":"first","affiliation":[{"name":"Department of Molecular and Cell Biology, University of California, Berkeley, CA 94720, USA Lawrence Berkeley National Lab, University of California, Berkeley, CA - 94720, USA"}]},{"given":"Eva","family":"Nogales","sequence":"additional","affiliation":[]},{"given":"Wah","family":"Chiu","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1088\/978-0-7503-3039-8ch4","published":{"date-parts":[[2021,5]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T22:12:39Z","timestamp":1648505559165},"reference-count":0,"publisher":"IOP - Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1088\/978-0-7503-3039-8ch3","type":"book-chapter","created":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:44Z","timestamp":1621430624000},"source":"Crossref","is-referenced-by-count":0,"title":["Data - collection"],"prefix":"10.1088","member":"266","published-online":{"date-parts":[[2021,5]]},"container-title":["Single-particle - Cryo-EM of Biological Macromolecules"],"deposited":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:48Z","timestamp":1621430628000},"score":35.96261,"resource":{"primary":{"URL":"https:\/\/iopscience.iop.org\/book\/978-0-7503-3039-8\/chapter\/bk978-0-7503-3039-8ch3"}},"editor":[{"given":"Robert + 94720, USA"}]},{"given":"Eva","family":"Nogales","sequence":"additional","affiliation":[]},{"given":"Wah","family":"Chiu","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1088\/978-0-7503-3039-8ch4","published":{"date-parts":[[2021,5]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T01:44:28Z","timestamp":1648604668496},"reference-count":0,"publisher":"IOP + Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1088\/978-0-7503-3039-8ch5","type":"book-chapter","created":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:44Z","timestamp":1621430624000},"source":"Crossref","is-referenced-by-count":0,"title":["Map + validation"],"prefix":"10.1088","member":"266","published-online":{"date-parts":[[2021,5]]},"container-title":["Single-particle + Cryo-EM of Biological Macromolecules"],"deposited":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:50Z","timestamp":1621430630000},"score":36.012627,"resource":{"primary":{"URL":"https:\/\/iopscience.iop.org\/book\/978-0-7503-3039-8\/chapter\/bk978-0-7503-3039-8ch5"}},"editor":[{"given":"Robert M","family":"Glaeser","sequence":"first","affiliation":[{"name":"Department of Molecular and Cell Biology, University of California, Berkeley, CA 94720, USA Lawrence Berkeley National Lab, University of California, Berkeley, CA - 94720, USA"}]},{"given":"Eva","family":"Nogales","sequence":"additional","affiliation":[]},{"given":"Wah","family":"Chiu","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1088\/978-0-7503-3039-8ch3","published":{"date-parts":[[2021,5]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T22:37:14Z","timestamp":1648593434579},"reference-count":0,"publisher":"IOP + 94720, USA"}]},{"given":"Eva","family":"Nogales","sequence":"additional","affiliation":[]},{"given":"Wah","family":"Chiu","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1088\/978-0-7503-3039-8ch5","published":{"date-parts":[[2021,5]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T22:37:14Z","timestamp":1648593434579},"reference-count":0,"publisher":"IOP Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1088\/978-0-7503-3039-8ch1","type":"book-chapter","created":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:44Z","timestamp":1621430624000},"source":"Crossref","is-referenced-by-count":0,"title":["Introduction and overview"],"prefix":"10.1088","member":"266","published-online":{"date-parts":[[2021,5]]},"container-title":["Single-particle - Cryo-EM of Biological Macromolecules"],"deposited":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:46Z","timestamp":1621430626000},"score":35.560078,"resource":{"primary":{"URL":"https:\/\/iopscience.iop.org\/book\/978-0-7503-3039-8\/chapter\/bk978-0-7503-3039-8ch1"}},"editor":[{"given":"Robert + Cryo-EM of Biological Macromolecules"],"deposited":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:46Z","timestamp":1621430626000},"score":35.565426,"resource":{"primary":{"URL":"https:\/\/iopscience.iop.org\/book\/978-0-7503-3039-8\/chapter\/bk978-0-7503-3039-8ch1"}},"editor":[{"given":"Robert M","family":"Glaeser","sequence":"first","affiliation":[{"name":"Department of Molecular and Cell Biology, University of California, Berkeley, CA 94720, USA Lawrence Berkeley National Lab, University of California, Berkeley, CA 94720, USA"}]},{"given":"Eva","family":"Nogales","sequence":"additional","affiliation":[]},{"given":"Wah","family":"Chiu","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1088\/978-0-7503-3039-8ch1","published":{"date-parts":[[2021,5]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T17:11:37Z","timestamp":1649092297597},"reference-count":0,"publisher":"IOP Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1088\/978-0-7503-3039-8ch6","type":"book-chapter","created":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:44Z","timestamp":1621430624000},"source":"Crossref","is-referenced-by-count":0,"title":["Model building and validation"],"prefix":"10.1088","member":"266","published-online":{"date-parts":[[2021,5]]},"container-title":["Single-particle - Cryo-EM of Biological Macromolecules"],"deposited":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:51Z","timestamp":1621430631000},"score":35.062817,"resource":{"primary":{"URL":"https:\/\/iopscience.iop.org\/book\/978-0-7503-3039-8\/chapter\/bk978-0-7503-3039-8ch6"}},"editor":[{"given":"Robert + Cryo-EM of Biological Macromolecules"],"deposited":{"date-parts":[[2021,5,19]],"date-time":"2021-05-19T13:23:51Z","timestamp":1621430631000},"score":35.073086,"resource":{"primary":{"URL":"https:\/\/iopscience.iop.org\/book\/978-0-7503-3039-8\/chapter\/bk978-0-7503-3039-8ch6"}},"editor":[{"given":"Robert M","family":"Glaeser","sequence":"first","affiliation":[{"name":"Department of Molecular and Cell Biology, University of California, Berkeley, CA 94720, USA Lawrence Berkeley National Lab, University of California, Berkeley, CA - 94720, USA"}]},{"given":"Eva","family":"Nogales","sequence":"additional","affiliation":[]},{"given":"Wah","family":"Chiu","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1088\/978-0-7503-3039-8ch6","published":{"date-parts":[[2021,5]]}},{"indexed":{"date-parts":[[2023,1,5]],"date-time":"2023-01-05T12:55:38Z","timestamp":1672923338623},"reference-count":15,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2010,1,1]],"date-time":"2010-01-01T00:00:00Z","timestamp":1262304000000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2010]]},"DOI":"10.1016\/s0076-6879(10)81005-5","type":"book-chapter","created":{"date-parts":[[2010,9,30]],"date-time":"2010-09-30T08:46:03Z","timestamp":1285836363000},"page":"109-126","source":"Crossref","is-referenced-by-count":145,"title":["GraFix: + 94720, USA"}]},{"given":"Eva","family":"Nogales","sequence":"additional","affiliation":[]},{"given":"Wah","family":"Chiu","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1088\/978-0-7503-3039-8ch6","published":{"date-parts":[[2021,5]]}},{"indexed":{"date-parts":[[2023,1,13]],"date-time":"2023-01-13T09:16:57Z","timestamp":1673601417347},"reference-count":15,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2010,1,1]],"date-time":"2010-01-01T00:00:00Z","timestamp":1262304000000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2010]]},"DOI":"10.1016\/s0076-6879(10)81005-5","type":"book-chapter","created":{"date-parts":[[2010,9,30]],"date-time":"2010-09-30T08:46:03Z","timestamp":1285836363000},"page":"109-126","source":"Crossref","is-referenced-by-count":146,"title":["GraFix: Stabilization of Fragile Macromolecular Complexes for Single Particle Cryo-EM"],"prefix":"10.1016","author":[{"given":"Holger","family":"Stark","sequence":"first","affiliation":[]}],"member":"78","reference":[{"issue":"13","key":"10.1016\/S0076-6879(10)81005-5_bib0005","doi-asserted-by":"crossref","first-page":"4551","DOI":"10.1002\/j.1460-2075.1990.tb07907.x","article-title":"Direct visualization of supercoiled DNA molecules in solution","volume":"9","author":"Adrian","year":"1990","journal-title":"EMBO J."},{"key":"10.1016\/S0076-6879(10)81005-5_bb9000","doi-asserted-by":"crossref","first-page":"329","DOI":"10.1038\/nature09206","article-title":"Ribosome @@ -188,7 +188,7 @@ http_interactions: of folding chamber closure in a group II chaperonin","volume":"463","author":"Zhang","year":"2010","journal-title":"Nature"},{"issue":"3","key":"10.1016\/S0076-6879(10)81005-5_bib0065","doi-asserted-by":"crossref","first-page":"472","DOI":"10.1016\/j.cell.2010.03.041","article-title":"3.3 A cryo-EM structure of a nonenveloped virus reveals a priming mechanism for cell entry","volume":"141","author":"Zhang","year":"2010","journal-title":"Cell"}],"container-title":["Methods - in Enzymology","Cryo-EM Part A Sample Preparation and Data Collection"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0076687910810055?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0076687910810055?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,6,5]],"date-time":"2019-06-05T04:37:36Z","timestamp":1559709456000},"score":32.26546,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/S0076687910810055"}},"issued":{"date-parts":[[2010]]},"references-count":15,"URL":"http:\/\/dx.doi.org\/10.1016\/s0076-6879(10)81005-5","ISSN":["0076-6879"],"issn-type":[{"value":"0076-6879","type":"print"}],"published":{"date-parts":[[2010]]}},{"indexed":{"date-parts":[[2023,1,4]],"date-time":"2023-01-04T22:51:27Z","timestamp":1672872687996},"reference-count":50,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2010]]},"DOI":"10.1016\/s0076-6879(10)82009-9","type":"book-chapter","created":{"date-parts":[[2010,10,2]],"date-time":"2010-10-02T04:41:50Z","timestamp":1285994510000},"page":"211-235","source":"Crossref","is-referenced-by-count":24,"title":["Single + in Enzymology","Cryo-EM Part A Sample Preparation and Data Collection"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0076687910810055?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0076687910810055?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,6,5]],"date-time":"2019-06-05T04:37:36Z","timestamp":1559709456000},"score":32.374252,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/S0076687910810055"}},"issued":{"date-parts":[[2010]]},"references-count":15,"URL":"http:\/\/dx.doi.org\/10.1016\/s0076-6879(10)81005-5","ISSN":["0076-6879"],"issn-type":[{"value":"0076-6879","type":"print"}],"published":{"date-parts":[[2010]]}},{"indexed":{"date-parts":[[2023,1,4]],"date-time":"2023-01-04T22:51:27Z","timestamp":1672872687996},"reference-count":50,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2010]]},"DOI":"10.1016\/s0076-6879(10)82009-9","type":"book-chapter","created":{"date-parts":[[2010,10,2]],"date-time":"2010-10-02T04:41:50Z","timestamp":1285994510000},"page":"211-235","source":"Crossref","is-referenced-by-count":24,"title":["Single Particle Analysis at High Resolution"],"prefix":"10.1016","author":[{"given":"Yao","family":"Cong","sequence":"first","affiliation":[]},{"given":"Steven J.","family":"Ludtke","sequence":"additional","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/S0076-6879(10)82009-9_bib0005","doi-asserted-by":"crossref","first-page":"120","DOI":"10.1006\/jsbi.1996.0020","article-title":"A model-based approach for determining orientations of biological macromolecules @@ -299,7 +299,7 @@ http_interactions: for cell entry","volume":"141","author":"Zhang","year":"2010","journal-title":"Cell"},{"key":"10.1016\/S0076-6879(10)82009-9_bib0250","doi-asserted-by":"crossref","first-page":"3","DOI":"10.1016\/j.jsb.2003.09.033","article-title":"Automatic particle selection: Results of a comparative study","volume":"145","author":"Zhu","year":"2004","journal-title":"J. Struct. Biol."}],"container-title":["Methods in Enzymology","Cryo-EM, Part - B: 3-D Reconstruction"],"deposited":{"date-parts":[[2018,12,7]],"date-time":"2018-12-07T12:27:25Z","timestamp":1544185645000},"score":32.19077,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/S0076687910820099"}},"issued":{"date-parts":[[2010]]},"references-count":50,"URL":"http:\/\/dx.doi.org\/10.1016\/s0076-6879(10)82009-9","ISSN":["0076-6879"],"issn-type":[{"value":"0076-6879","type":"print"}],"published":{"date-parts":[[2010]]}},{"indexed":{"date-parts":[[2023,1,5]],"date-time":"2023-01-05T10:37:35Z","timestamp":1672915055333},"reference-count":45,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2014,1,1]],"date-time":"2014-01-01T00:00:00Z","timestamp":1388534400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1016\/b978-0-12-800144-8.00002-1","type":"book-chapter","created":{"date-parts":[[2014,7,25]],"date-time":"2014-07-25T01:04:18Z","timestamp":1406250258000},"page":"113-137","source":"Crossref","is-referenced-by-count":17,"title":["Single-Particle + B: 3-D Reconstruction"],"deposited":{"date-parts":[[2018,12,7]],"date-time":"2018-12-07T12:27:25Z","timestamp":1544185645000},"score":32.176567,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/S0076687910820099"}},"issued":{"date-parts":[[2010]]},"references-count":50,"URL":"http:\/\/dx.doi.org\/10.1016\/s0076-6879(10)82009-9","ISSN":["0076-6879"],"issn-type":[{"value":"0076-6879","type":"print"}],"published":{"date-parts":[[2010]]}},{"indexed":{"date-parts":[[2023,1,5]],"date-time":"2023-01-05T10:37:35Z","timestamp":1672915055333},"reference-count":45,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2014,1,1]],"date-time":"2014-01-01T00:00:00Z","timestamp":1388534400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1016\/b978-0-12-800144-8.00002-1","type":"book-chapter","created":{"date-parts":[[2014,7,25]],"date-time":"2014-07-25T01:04:18Z","timestamp":1406250258000},"page":"113-137","source":"Crossref","is-referenced-by-count":17,"title":["Single-Particle Cryo-Electron Microscopy (Cryo-EM)"],"prefix":"10.1016","author":[{"given":"David","family":"Agard","sequence":"first","affiliation":[]},{"given":"Yifan","family":"Cheng","sequence":"additional","affiliation":[]},{"given":"Robert M.","family":"Glaeser","sequence":"additional","affiliation":[]},{"given":"Sriram","family":"Subramaniam","sequence":"additional","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-12-800144-8.00002-1_bib1","article-title":"Ribosome structures to near-atomic resolution from 30,000 cryo-EM particles","volume":"2","author":"Bai","year":"2013","journal-title":"eLife @@ -390,7 +390,7 @@ http_interactions: of Structural Biology"},{"key":"10.1016\/B978-0-12-800144-8.00002-1_bib45","doi-asserted-by":"crossref","first-page":"e46039","DOI":"10.1371\/journal.pone.0046039","article-title":"N-terminal T4 lysozyme fusion facilitates crystallization of a G protein\u2013coupled receptor","volume":"7","author":"Zou","year":"2012","journal-title":"Plos - One"}],"container-title":["Advances in Imaging and Electron Physics"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128001448000021?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128001448000021?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,1]],"date-time":"2018-10-01T10:27:40Z","timestamp":1538389660000},"score":31.231504,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128001448000021"}},"issued":{"date-parts":[[2014]]},"references-count":45,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-800144-8.00002-1","ISSN":["1076-5670"],"issn-type":[{"value":"1076-5670","type":"print"}],"published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,9,28]],"date-time":"2022-09-28T07:36:07Z","timestamp":1664350567153},"publisher-location":"New + One"}],"container-title":["Advances in Imaging and Electron Physics"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128001448000021?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128001448000021?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,1]],"date-time":"2018-10-01T10:27:40Z","timestamp":1538389660000},"score":31.238462,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128001448000021"}},"issued":{"date-parts":[[2014]]},"references-count":45,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-800144-8.00002-1","ISSN":["1076-5670"],"issn-type":[{"value":"1076-5670","type":"print"}],"published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,9,28]],"date-time":"2022-09-28T07:36:07Z","timestamp":1664350567153},"publisher-location":"New York, NY","reference-count":98,"publisher":"Springer US","isbn-type":[{"value":"9781071613931","type":"print"},{"value":"9781071613948","type":"electronic"}],"license":[{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1007\/978-1-0716-1394-8_9","type":"book-chapter","created":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T18:56:50Z","timestamp":1618945010000},"page":"153-178","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":3,"title":["Single-Particle Cryo-EM of Membrane Proteins"],"prefix":"10.1007","author":[{"given":"Dovile","family":"Januliene","sequence":"first","affiliation":[]},{"given":"Arne","family":"Moeller","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2021,4,21]]},"reference":[{"key":"9_CR1","doi-asserted-by":"publisher","first-page":"107","DOI":"10.1038\/nature12822","volume":"504","author":"M Liao","year":"2013","unstructured":"Liao M, Cao E, Julius D, Cheng Y (2013) @@ -703,7 +703,7 @@ http_interactions: A, Zhang H, Fleet DJ (2020) Non-uniform refinement: adaptive regularization improves single-particle cryo-EM reconstruction. Nat Methods 17:1214\u20131221. https:\/\/doi.org\/10.1038\/s41592-020-00990-8","DOI":"10.1038\/s41592-020-00990-8"}],"container-title":["Methods - in Molecular Biology","Structure and Function of Membrane Proteins"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-0716-1394-8_9","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T18:57:40Z","timestamp":1618945060000},"score":30.96175,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-1-0716-1394-8_9"}},"issued":{"date-parts":[[2021]]},"ISBN":["9781071613931","9781071613948"],"references-count":98,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-0716-1394-8_9","ISSN":["1064-3745","1940-6029"],"issn-type":[{"value":"1064-3745","type":"print"},{"value":"1940-6029","type":"electronic"}],"published":{"date-parts":[[2021]]},"assertion":[{"value":"21 + in Molecular Biology","Structure and Function of Membrane Proteins"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-0716-1394-8_9","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T18:57:40Z","timestamp":1618945060000},"score":31.044746,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-1-0716-1394-8_9"}},"issued":{"date-parts":[[2021]]},"ISBN":["9781071613931","9781071613948"],"references-count":98,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-0716-1394-8_9","ISSN":["1064-3745","1940-6029"],"issn-type":[{"value":"1064-3745","type":"print"},{"value":"1940-6029","type":"electronic"}],"published":{"date-parts":[[2021]]},"assertion":[{"value":"21 April 2021","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}}]},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:00:12Z","timestamp":1649170812542},"publisher-location":"New York, NY","reference-count":50,"publisher":"Springer New York","isbn-type":[{"value":"9781461495208","type":"print"},{"value":"9781461495215","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1007\/978-1-4614-9521-5_3","type":"book-chapter","created":{"date-parts":[[2014,1,28]],"date-time":"2014-01-28T10:52:34Z","timestamp":1390906354000},"page":"43-66","source":"Crossref","is-referenced-by-count":1,"title":["Fully @@ -877,7 +877,7 @@ http_interactions: TMaCS: A hybrid template matching and classification system for partially-automated particle selection. J Struct Biol 181(0):234\u2013242","journal-title":"J Struct Biol"}],"container-title":["Applied and Numerical Harmonic Analysis","Computational - Methods for Three-Dimensional Microscopy Reconstruction"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4614-9521-5_3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,26]],"date-time":"2019-05-26T00:58:52Z","timestamp":1558832332000},"score":29.251799,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4614-9521-5_3"}},"issued":{"date-parts":[[2013,10,29]]},"ISBN":["9781461495208","9781461495215"],"references-count":50,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4614-9521-5_3","ISSN":["2296-5009","2296-5017"],"issn-type":[{"value":"2296-5009","type":"print"},{"value":"2296-5017","type":"electronic"}],"published":{"date-parts":[[2013,10,29]]}},{"indexed":{"date-parts":[[2023,1,3]],"date-time":"2023-01-03T09:28:52Z","timestamp":1672738132655},"publisher-location":"New + Methods for Three-Dimensional Microscopy Reconstruction"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4614-9521-5_3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,26]],"date-time":"2019-05-26T00:58:52Z","timestamp":1558832332000},"score":29.337545,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4614-9521-5_3"}},"issued":{"date-parts":[[2013,10,29]]},"ISBN":["9781461495208","9781461495215"],"references-count":50,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4614-9521-5_3","ISSN":["2296-5009","2296-5017"],"issn-type":[{"value":"2296-5009","type":"print"},{"value":"2296-5017","type":"electronic"}],"published":{"date-parts":[[2013,10,29]]}},{"indexed":{"date-parts":[[2023,1,3]],"date-time":"2023-01-03T09:28:52Z","timestamp":1672738132655},"publisher-location":"New York, NY","reference-count":130,"publisher":"Springer US","isbn-type":[{"value":"9781071603727","type":"print"},{"value":"9781071603734","type":"electronic"}],"license":[{"start":{"date-parts":[[2020,1,1]],"date-time":"2020-01-01T00:00:00Z","timestamp":1577836800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2020,1,1]],"date-time":"2020-01-01T00:00:00Z","timestamp":1577836800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.1007\/978-1-0716-0373-4_17","type":"book-chapter","created":{"date-parts":[[2020,2,28]],"date-time":"2020-02-28T18:04:24Z","timestamp":1582913064000},"page":"245-273","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":5,"title":["Single-Particle Cryo-EM of Membrane Proteins in Lipid Nanodiscs"],"prefix":"10.1007","author":[{"given":"Valeria","family":"Kalienkova","sequence":"first","affiliation":[]},{"given":"Carolina","family":"Alvadia","sequence":"additional","affiliation":[]},{"given":"Vanessa","family":"Clerico Mosina","sequence":"additional","affiliation":[]},{"given":"Cristina","family":"Paulino","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2020,2,29]]},"reference":[{"issue":"6178","key":"17_CR1","doi-asserted-by":"publisher","first-page":"1443","DOI":"10.1126\/science.1251652","volume":"343","author":"W @@ -1405,7 +1405,7 @@ http_interactions: SHW (2015) Sampling the conformational space of the catalytic subunit of human \u03b3-secretase. Elife 4:e11182. \nhttps:\/\/doi.org\/10.7554\/eLife.11182","journal-title":"Elife"}],"container-title":["Methods in Molecular Biology","Expression, Purification, and Structural Biology of - Membrane Proteins"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-0716-0373-4_17","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,2,29]],"date-time":"2020-02-29T05:16:02Z","timestamp":1582953362000},"score":29.210669,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-0716-0373-4_17"}},"issued":{"date-parts":[[2020]]},"ISBN":["9781071603727","9781071603734"],"references-count":130,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-0716-0373-4_17","ISSN":["1064-3745","1940-6029"],"issn-type":[{"value":"1064-3745","type":"print"},{"value":"1940-6029","type":"electronic"}],"published":{"date-parts":[[2020]]},"assertion":[{"value":"29 + Membrane Proteins"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-0716-0373-4_17","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,2,29]],"date-time":"2020-02-29T05:16:02Z","timestamp":1582953362000},"score":29.24707,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-0716-0373-4_17"}},"issued":{"date-parts":[[2020]]},"ISBN":["9781071603727","9781071603734"],"references-count":130,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-0716-0373-4_17","ISSN":["1064-3745","1940-6029"],"issn-type":[{"value":"1064-3745","type":"print"},{"value":"1940-6029","type":"electronic"}],"published":{"date-parts":[[2020]]},"assertion":[{"value":"29 February 2020","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}}]},{"indexed":{"date-parts":[[2023,1,4]],"date-time":"2023-01-04T06:45:02Z","timestamp":1672814702587},"reference-count":30,"publisher":"Elsevier","isbn-type":[{"value":"9780323853767","type":"print"}],"license":[{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"},{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"stm-asf","delay-in-days":0,"URL":"https:\/\/doi.org\/10.15223\/policy-017"},{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"stm-asf","delay-in-days":0,"URL":"https:\/\/doi.org\/10.15223\/policy-037"},{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"stm-asf","delay-in-days":0,"URL":"https:\/\/doi.org\/10.15223\/policy-012"},{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"stm-asf","delay-in-days":0,"URL":"https:\/\/doi.org\/10.15223\/policy-029"},{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"stm-asf","delay-in-days":0,"URL":"https:\/\/doi.org\/10.15223\/policy-004"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1016\/bs.mie.2021.03.010","type":"book-chapter","created":{"date-parts":[[2021,4,27]],"date-time":"2021-04-27T14:59:26Z","timestamp":1619535566000},"page":"103-120","source":"Crossref","is-referenced-by-count":1,"title":["Structural determination of human Nav1.4 and Nav1.7 using single particle cryo-electron @@ -1469,7 +1469,7 @@ http_interactions: of human Nav1.7 channel in complex with auxiliary subunits and animal toxins","volume":"363","author":"Shen","year":"2019","journal-title":"Science"},{"key":"10.1016\/bs.mie.2021.03.010_bb0150","doi-asserted-by":"crossref","first-page":"eaal4326","DOI":"10.1126\/science.aal4326","article-title":"Structure of a eukaryotic voltage-gated sodium channel at near-atomic resolution","volume":"355","author":"Shen","year":"2017","journal-title":"Science"},{"key":"10.1016\/bs.mie.2021.03.010_bb0155","doi-asserted-by":"crossref","first-page":"470","DOI":"10.1016\/j.cell.2017.06.039","article-title":"Structure of the Nav1.4-beta1 complex from electric eel","volume":"170","author":"Yan","year":"2017","journal-title":"Cell"}],"container-title":["Methods - in Enzymology","Ion Channels: Channel Production and Optical Methods"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0076687921001233?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0076687921001233?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2023,1,3]],"date-time":"2023-01-03T09:04:57Z","timestamp":1672736697000},"score":28.77319,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/S0076687921001233"}},"issued":{"date-parts":[[2021]]},"ISBN":["9780323853767"],"references-count":30,"URL":"http:\/\/dx.doi.org\/10.1016\/bs.mie.2021.03.010","ISSN":["0076-6879"],"issn-type":[{"value":"0076-6879","type":"print"}],"published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T18:30:55Z","timestamp":1649010655348},"reference-count":0,"publisher":"World + in Enzymology","Ion Channels: Channel Production and Optical Methods"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0076687921001233?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0076687921001233?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2023,1,3]],"date-time":"2023-01-03T09:04:57Z","timestamp":1672736697000},"score":28.815956,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/S0076687921001233"}},"issued":{"date-parts":[[2021]]},"ISBN":["9780323853767"],"references-count":30,"URL":"http:\/\/dx.doi.org\/10.1016\/bs.mie.2021.03.010","ISSN":["0076-6879"],"issn-type":[{"value":"0076-6879","type":"print"}],"published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T18:30:55Z","timestamp":1649010655348},"reference-count":0,"publisher":"World Scientific","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,6]]},"DOI":"10.1142\/9789813234864_0037","type":"book-chapter","created":{"date-parts":[[2018,4,12]],"date-time":"2018-04-12T06:22:21Z","timestamp":1523514141000},"page":"373-382","source":"Crossref","is-referenced-by-count":0,"title":["The Cryo-EM Structure of a Translation Initiation Complex from Escherichia coli<\/i>"],"prefix":"10.1142","author":[{"given":"Gregory S.","family":"Allen","sequence":"first","affiliation":[{"name":"Howard @@ -1485,7 +1485,7 @@ http_interactions: State Plaza, Albany, New York 12201, USA"},{"name":"Department of Biomedical Sciences, The State University of New York at Albany, Empire State Plaza, Albany, New York 12201, USA"}]}],"member":"219","published-online":{"date-parts":[[2018,4,11]]},"container-title":["Series - in Structural Biology","Single-Particle Cryo-Electron Microscopy"],"deposited":{"date-parts":[[2018,4,12]],"date-time":"2018-04-12T06:22:46Z","timestamp":1523514166000},"score":28.203094,"resource":{"primary":{"URL":"https:\/\/www.worldscientific.com\/doi\/abs\/10.1142\/9789813234864_0037"}},"issued":{"date-parts":[[2018,4,11]]},"references-count":0,"alternative-id":["10.1142\/9789813234864_0037","10.1142\/ssb","10.1142\/10844"],"URL":"http:\/\/dx.doi.org\/10.1142\/9789813234864_0037","ISSN":["2424-8398"],"issn-type":[{"value":"2424-8398","type":"print"}],"published":{"date-parts":[[2018,4,11]]}},{"indexed":{"date-parts":[[2022,4,10]],"date-time":"2022-04-10T05:10:46Z","timestamp":1649567446699},"reference-count":40,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1989,1,1]],"date-time":"1989-01-01T00:00:00Z","timestamp":599616000000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1989]]},"DOI":"10.1016\/b978-0-12-370652-2.50029-3","type":"book-chapter","created":{"date-parts":[[2014,7,1]],"date-time":"2014-07-01T12:14:10Z","timestamp":1404216850000},"page":"293-302","source":"Crossref","is-referenced-by-count":0,"title":["Use + in Structural Biology","Single-Particle Cryo-Electron Microscopy"],"deposited":{"date-parts":[[2018,4,12]],"date-time":"2018-04-12T06:22:46Z","timestamp":1523514166000},"score":28.254272,"resource":{"primary":{"URL":"https:\/\/www.worldscientific.com\/doi\/abs\/10.1142\/9789813234864_0037"}},"issued":{"date-parts":[[2018,4,11]]},"references-count":0,"alternative-id":["10.1142\/9789813234864_0037","10.1142\/ssb","10.1142\/10844"],"URL":"http:\/\/dx.doi.org\/10.1142\/9789813234864_0037","ISSN":["2424-8398"],"issn-type":[{"value":"2424-8398","type":"print"}],"published":{"date-parts":[[2018,4,11]]}},{"indexed":{"date-parts":[[2022,4,10]],"date-time":"2022-04-10T05:10:46Z","timestamp":1649567446699},"reference-count":40,"publisher":"Elsevier","license":[{"start":{"date-parts":[[1989,1,1]],"date-time":"1989-01-01T00:00:00Z","timestamp":599616000000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1989]]},"DOI":"10.1016\/b978-0-12-370652-2.50029-3","type":"book-chapter","created":{"date-parts":[[2014,7,1]],"date-time":"2014-07-01T12:14:10Z","timestamp":1404216850000},"page":"293-302","source":"Crossref","is-referenced-by-count":0,"title":["Use of antitermination signals to obtain efficient expression of genes in E. coli : Host cell protein factors involved in transcription antitermination\u2003\u2003Work is partly granted by Japan Scientific Societies Press, Tokyo."],"prefix":"10.1016","author":[{"given":"FUMIO","family":"IMAMOTO","sequence":"first","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-12-370652-2.50029-3_bib1","first-page":"1","article-title":"\u201cExperimental @@ -1524,7 +1524,7 @@ http_interactions: Biochem."},{"key":"10.1016\/B978-0-12-370652-2.50029-3_bib39","doi-asserted-by":"crossref","first-page":"1087","DOI":"10.1101\/SQB.1983.047.01.123","volume":"47","author":"Ikemura","year":"1983","journal-title":"Cold Spring Harbor Symp. Quant. Biol"},{"key":"10.1016\/B978-0-12-370652-2.50029-3_bib40","doi-asserted-by":"crossref","first-page":"380","DOI":"10.1007\/BF00430455","volume":"205","author":"Saito","year":"1986","journal-title":"Mol. Gen. Genet."}],"container-title":["Recent Progress of Life Science Technology - in Japan"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780123706522500293?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780123706522500293?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2022,4,10]],"date-time":"2022-04-10T04:57:28Z","timestamp":1649566648000},"score":26.910027,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780123706522500293"}},"issued":{"date-parts":[[1989]]},"references-count":40,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-370652-2.50029-3","published":{"date-parts":[[1989]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T05:42:26Z","timestamp":1648791746885},"publisher-location":"Cham","reference-count":115,"publisher":"Springer + in Japan"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780123706522500293?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780123706522500293?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2022,4,10]],"date-time":"2022-04-10T04:57:28Z","timestamp":1649566648000},"score":26.945213,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780123706522500293"}},"issued":{"date-parts":[[1989]]},"references-count":40,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-370652-2.50029-3","published":{"date-parts":[[1989]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T05:42:26Z","timestamp":1648791746885},"publisher-location":"Cham","reference-count":115,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783030052812","type":"print"},{"value":"9783030052829","type":"electronic"}],"license":[{"start":{"date-parts":[[2019,1,1]],"date-time":"2019-01-01T00:00:00Z","timestamp":1546300800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1007\/978-3-030-05282-9_12","type":"book-chapter","created":{"date-parts":[[2019,1,10]],"date-time":"2019-01-10T09:38:32Z","timestamp":1547113112000},"page":"375-400","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":1,"title":["Single-Particle cryo-EM as a Pipeline for Obtaining Atomic Resolution\u00a0Structures of Druggable Targets in Preclinical Structure-Based Drug Design"],"prefix":"10.1007","author":[{"given":"Ramanathan","family":"Natesh","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2019,1,11]]},"reference":[{"key":"12_CR1","doi-asserted-by":"publisher","first-page":"784","DOI":"10.1016\/0959-440X(95)80011-5","volume":"5","author":"Z @@ -1917,7 +1917,7 @@ http_interactions: Bock LV, Ficner R, Rodnina MV, Stark H (2015) Structure of the E. coli ribosome-EF-Tu complex at <3\u00a0\u00c5 resolution by Cs-corrected cryo-EM. Nature 520:567\u2013570","journal-title":"Nature"}],"container-title":["Challenges and Advances in Computational Chemistry and Physics","Structural Bioinformatics: - Applications in Preclinical Drug Discovery Process"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-05282-9_12","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,3,24]],"date-time":"2020-03-24T11:08:32Z","timestamp":1585048112000},"score":26.908741,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-030-05282-9_12"}},"issued":{"date-parts":[[2019]]},"ISBN":["9783030052812","9783030052829"],"references-count":115,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-05282-9_12","ISSN":["2542-4491","2542-4483"],"issn-type":[{"value":"2542-4491","type":"print"},{"value":"2542-4483","type":"electronic"}],"published":{"date-parts":[[2019]]},"assertion":[{"value":"11 + Applications in Preclinical Drug Discovery Process"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-05282-9_12","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,3,24]],"date-time":"2020-03-24T11:08:32Z","timestamp":1585048112000},"score":26.918213,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-030-05282-9_12"}},"issued":{"date-parts":[[2019]]},"ISBN":["9783030052812","9783030052829"],"references-count":115,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-05282-9_12","ISSN":["2542-4491","2542-4483"],"issn-type":[{"value":"2542-4491","type":"print"},{"value":"2542-4483","type":"electronic"}],"published":{"date-parts":[[2019]]},"assertion":[{"value":"11 January 2019","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"This content has been made available to all.","name":"free","label":"Free to read"}]},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T07:32:14Z","timestamp":1649143934370},"reference-count":93,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2010]]},"DOI":"10.1016\/s0076-6879(10)83009-5","type":"book-chapter","created":{"date-parts":[[2010,10,1]],"date-time":"2010-10-01T04:40:39Z","timestamp":1285908039000},"page":"179-202","source":"Crossref","is-referenced-by-count":0,"title":["Single-Particle @@ -2112,7 +2112,7 @@ http_interactions: Biol. Chem."},{"key":"10.1016\/S0076-6879(10)83009-5_bib0460","doi-asserted-by":"crossref","first-page":"1770","DOI":"10.1016\/j.str.2008.10.011","article-title":"Heterogeneity of large macromolecular complexes revealed by 3D cryo-EM variance analysis","volume":"16","author":"Zhang","year":"2008","journal-title":"Structure"},{"key":"10.1016\/S0076-6879(10)83009-5_bib0465","doi-asserted-by":"crossref","first-page":"379","DOI":"10.1038\/nature08701","article-title":"Mechanism of folding chamber closure in a group II chaperonin","volume":"463","author":"Zhang","year":"2010","journal-title":"Nature"}],"container-title":["Cryo-EM, - Part C: Analyses, Interpretation, and Case studies","Methods in Enzymology"],"deposited":{"date-parts":[[2018,12,7]],"date-time":"2018-12-07T13:26:15Z","timestamp":1544189175000},"score":26.750584,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/S0076687910830095"}},"issued":{"date-parts":[[2010]]},"references-count":93,"URL":"http:\/\/dx.doi.org\/10.1016\/s0076-6879(10)83009-5","ISSN":["0076-6879"],"issn-type":[{"value":"0076-6879","type":"print"}],"published":{"date-parts":[[2010]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T18:36:23Z","timestamp":1649010983953},"reference-count":0,"publisher":"World + Part C: Analyses, Interpretation, and Case studies","Methods in Enzymology"],"deposited":{"date-parts":[[2018,12,7]],"date-time":"2018-12-07T13:26:15Z","timestamp":1544189175000},"score":26.762012,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/S0076687910830095"}},"issued":{"date-parts":[[2010]]},"references-count":93,"URL":"http:\/\/dx.doi.org\/10.1016\/s0076-6879(10)83009-5","ISSN":["0076-6879"],"issn-type":[{"value":"0076-6879","type":"print"}],"published":{"date-parts":[[2010]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T18:36:23Z","timestamp":1649010983953},"reference-count":0,"publisher":"World Scientific","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,6]]},"DOI":"10.1142\/9789813234864_0029","type":"book-chapter","created":{"date-parts":[[2018,4,12]],"date-time":"2018-04-12T06:22:21Z","timestamp":1523514141000},"page":"304-317","source":"Crossref","is-referenced-by-count":0,"title":["Cryo-EM reveals an active role for aminoacyl-tRNA in the accommodation process"],"prefix":"10.1142","author":[{"given":"Mikel","family":"Valle","sequence":"first","affiliation":[{"name":"Howard Hughes Medical Institute, Health Research, Inc., at the Wadsworth Center, @@ -2136,7 +2136,7 @@ http_interactions: New York State Department of Health, Empire State Plaza, Albany, NY 12201-0509, USA"},{"name":"Department of Biomedical Sciences, State University of New York at Albany, Empire State Plaza, Albany, NY 12201-0509, USA"}]}],"member":"219","published-online":{"date-parts":[[2018,4,11]]},"container-title":["Series - in Structural Biology","Single-Particle Cryo-Electron Microscopy"],"deposited":{"date-parts":[[2018,4,12]],"date-time":"2018-04-12T06:22:45Z","timestamp":1523514165000},"score":26.45806,"resource":{"primary":{"URL":"https:\/\/www.worldscientific.com\/doi\/abs\/10.1142\/9789813234864_0029"}},"issued":{"date-parts":[[2018,4,11]]},"references-count":0,"alternative-id":["10.1142\/9789813234864_0029","10.1142\/ssb","10.1142\/10844"],"URL":"http:\/\/dx.doi.org\/10.1142\/9789813234864_0029","ISSN":["2424-8398"],"issn-type":[{"value":"2424-8398","type":"print"}],"published":{"date-parts":[[2018,4,11]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T10:07:52Z","timestamp":1648980472125},"reference-count":0,"publisher":"World + in Structural Biology","Single-Particle Cryo-Electron Microscopy"],"deposited":{"date-parts":[[2018,4,12]],"date-time":"2018-04-12T06:22:45Z","timestamp":1523514165000},"score":26.506094,"resource":{"primary":{"URL":"https:\/\/www.worldscientific.com\/doi\/abs\/10.1142\/9789813234864_0029"}},"issued":{"date-parts":[[2018,4,11]]},"references-count":0,"alternative-id":["10.1142\/9789813234864_0029","10.1142\/ssb","10.1142\/10844"],"URL":"http:\/\/dx.doi.org\/10.1142\/9789813234864_0029","ISSN":["2424-8398"],"issn-type":[{"value":"2424-8398","type":"print"}],"published":{"date-parts":[[2018,4,11]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T10:07:52Z","timestamp":1648980472125},"reference-count":0,"publisher":"World Scientific","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,6]]},"DOI":"10.1142\/9789813234864_0043","type":"book-chapter","created":{"date-parts":[[2018,4,12]],"date-time":"2018-04-12T06:22:21Z","timestamp":1523514141000},"page":"424-432","source":"Crossref","is-referenced-by-count":0,"title":["Exploration of parameters in cryo-EM leading to an improved density map of the E. coli<\/i> ribosome"],"prefix":"10.1142","author":[{"given":"Jamie","family":"LeBarron","sequence":"first","affiliation":[{"name":"Wadsworth @@ -2152,7 +2152,7 @@ http_interactions: Hughes Medical Institute, Department of Biochemistry and Molecular Biophysics, Columbia University, 650 West 168th Street, New York, NY 10032, USA"},{"name":"Department of Biological Sciences, Columbia University, USA"}]}],"member":"219","published-online":{"date-parts":[[2018,4,11]]},"container-title":["Series - in Structural Biology","Single-Particle Cryo-Electron Microscopy"],"deposited":{"date-parts":[[2018,4,12]],"date-time":"2018-04-12T06:22:29Z","timestamp":1523514149000},"score":26.45806,"resource":{"primary":{"URL":"https:\/\/www.worldscientific.com\/doi\/abs\/10.1142\/9789813234864_0043"}},"issued":{"date-parts":[[2018,4,11]]},"references-count":0,"alternative-id":["10.1142\/9789813234864_0043","10.1142\/ssb","10.1142\/10844"],"URL":"http:\/\/dx.doi.org\/10.1142\/9789813234864_0043","ISSN":["2424-8398"],"issn-type":[{"value":"2424-8398","type":"print"}],"published":{"date-parts":[[2018,4,11]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T18:57:08Z","timestamp":1648666628492},"reference-count":97,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2022,1,1]],"date-time":"2022-01-01T00:00:00Z","timestamp":1640995200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"DOI":"10.1016\/b978-0-323-90264-9.00019-2","type":"book-chapter","created":{"date-parts":[[2022,1,21]],"date-time":"2022-01-21T11:53:57Z","timestamp":1642766037000},"page":"291-309","source":"Crossref","is-referenced-by-count":0,"title":["Advances + in Structural Biology","Single-Particle Cryo-Electron Microscopy"],"deposited":{"date-parts":[[2018,4,12]],"date-time":"2018-04-12T06:22:29Z","timestamp":1523514149000},"score":26.506094,"resource":{"primary":{"URL":"https:\/\/www.worldscientific.com\/doi\/abs\/10.1142\/9789813234864_0043"}},"issued":{"date-parts":[[2018,4,11]]},"references-count":0,"alternative-id":["10.1142\/9789813234864_0043","10.1142\/ssb","10.1142\/10844"],"URL":"http:\/\/dx.doi.org\/10.1142\/9789813234864_0043","ISSN":["2424-8398"],"issn-type":[{"value":"2424-8398","type":"print"}],"published":{"date-parts":[[2018,4,11]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T18:57:08Z","timestamp":1648666628492},"reference-count":97,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2022,1,1]],"date-time":"2022-01-01T00:00:00Z","timestamp":1640995200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"DOI":"10.1016\/b978-0-323-90264-9.00019-2","type":"book-chapter","created":{"date-parts":[[2022,1,21]],"date-time":"2022-01-21T11:53:57Z","timestamp":1642766037000},"page":"291-309","source":"Crossref","is-referenced-by-count":0,"title":["Advances in sample preparation and data processing for single-particle cryo-electron microscopy"],"prefix":"10.1016","author":[{"given":"Anshul","family":"Assaiya","sequence":"first","affiliation":[]},{"given":"Suparna","family":"Bhar","sequence":"additional","affiliation":[]},{"given":"Janesh","family":"Kumar","sequence":"additional","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-323-90264-9.00019-2_bb0010","article-title":"An overview of the recent advances in cryo-electron microscopy for life sciences","author":"Assaiya","year":"2021","journal-title":"Emerg @@ -2359,6 +2359,6 @@ http_interactions: a deep learning solution for cryo-EM volume post-processing","author":"Sanchez-Garcia","year":"2020","journal-title":"bioRxiv"},{"key":"10.1016\/B978-0-323-90264-9.00019-2_bb0490","article-title":"Extraction of protein dynamics information hidden in cryogenic electron microscopy maps using deep learning","author":"Matsumoto","year":"2020","journal-title":"bioRxiv"}],"container-title":["Advances - in Protein Molecular and Structural Biology Methods"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323902649000192?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323902649000192?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2022,1,21]],"date-time":"2022-01-21T11:55:30Z","timestamp":1642766130000},"score":26.435371,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323902649000192"}},"issued":{"date-parts":[[2022]]},"references-count":97,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-90264-9.00019-2","published":{"date-parts":[[2022]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Single-particle+cryo-EM+structural+analysis+of+Q-dependent+transcription+antitermination+2021+Office+of+Scientific+and+Technical+Information+(OSTI)"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:27 GMT + in Protein Molecular and Structural Biology Methods"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323902649000192?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323902649000192?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2022,1,21]],"date-time":"2022-01-21T11:55:30Z","timestamp":1642766130000},"score":26.481895,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323902649000192"}},"issued":{"date-parts":[[2022]]},"references-count":97,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-90264-9.00019-2","published":{"date-parts":[[2022]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Single-particle+cryo-EM+structural+analysis+of+Q-dependent+transcription+antitermination+2021+Office+of+Scientific+and+Technical+Information+(OSTI)"}}}' + recorded_at: Sun, 15 Jan 2023 19:24:12 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/journal-article.yml b/spec/vcr_cassettes/journal-article.yml index e715051..1a29a73 100644 --- a/spec/vcr_cassettes/journal-article.yml +++ b/spec/vcr_cassettes/journal-article.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:28 GMT + - Sun, 15 Jan 2023 19:24:12 GMT Content-Type: - application/json Content-Length: - '4198' Set-Cookie: - - AWSALB=DkJeFYaJ2uHpELZYfD48SdtE+1aZEeC3WeVVVJt7Sux+iT2+PvVn5Xn0wqsd0ydB8eCsFdJVRO+5FmjlzIsDwUiQv4l4dJJd9VgynXfqpWPWUkYwEz0l2RDDs92T; - Expires=Sat, 14 Jan 2023 00:51:28 GMT; Path=/ - - AWSALBCORS=DkJeFYaJ2uHpELZYfD48SdtE+1aZEeC3WeVVVJt7Sux+iT2+PvVn5Xn0wqsd0ydB8eCsFdJVRO+5FmjlzIsDwUiQv4l4dJJd9VgynXfqpWPWUkYwEz0l2RDDs92T; - Expires=Sat, 14 Jan 2023 00:51:28 GMT; Path=/; SameSite=None + - AWSALB=kCyNzyf+ZWNmrd/JfzlCRXQ/ujcglx9GZPx2nb9oey2TI+Ra0wSPi39UN+gjek7oeKS+a0CSM8FB/8J34WvSJxr3zl+Ps/pi522op/u4fPFwpTFSnhZa3CiBc4rl; + Expires=Sun, 22 Jan 2023 19:24:12 GMT; Path=/ + - AWSALBCORS=kCyNzyf+ZWNmrd/JfzlCRXQ/ujcglx9GZPx2nb9oey2TI+Ra0wSPi39UN+gjek7oeKS+a0CSM8FB/8J34WvSJxr3zl+Ps/pi522op/u4fPFwpTFSnhZa3CiBc4rl; + Expires=Sun, 22 Jan 2023 19:24:12 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -162,7 +162,7 @@ http_interactions: Philosophical Occasions. Indianapolis: Hackett."}],"container-title":["Text - Interdisciplinary Journal for the Study of Discourse"],"original-title":[],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/text.2001.011\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,7,25]],"date-time":"2021-07-25T18:32:17Z","timestamp":1627237937000},"score":1,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/text.2001.011\/html"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2001,1,18]]},"references-count":61,"journal-issue":{"issue":"4"},"URL":"http:\/\/dx.doi.org\/10.1515\/text.2001.011","relation":{},"ISSN":["0165-4888","1613-4117"],"issn-type":[{"value":"0165-4888","type":"print"},{"value":"1613-4117","type":"electronic"}],"subject":["Literature and Literary Theory","Linguistics and Language","Language and Linguistics"],"published":{"date-parts":[[2001,1,18]]}}}' - recorded_at: Sat, 07 Jan 2023 00:51:28 GMT + recorded_at: Sun, 15 Jan 2023 19:24:12 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=A%2Bwatermelon%2Bwithout%2Bseeds:%2BA%2Bcase%2Bstudy%2Bin%2Brhetorical%2Brationality%2B2001%2BWalter%2Bde%2BGruyter%2BGmbH @@ -182,11 +182,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:31 GMT + - Sun, 15 Jan 2023 19:24:16 GMT Content-Type: - application/json Content-Length: - - '5298' + - '5293' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -214,55 +214,55 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":79671,"items":[{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T17:33:00Z","timestamp":1649093580828},"reference-count":0,"publisher":"Bloomsbury + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":79791,"items":[{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T17:33:00Z","timestamp":1649093580828},"reference-count":0,"publisher":"Bloomsbury Academic","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781501323591.ch-006","type":"book-chapter","created":{"date-parts":[[2016,10,28]],"date-time":"2016-10-28T11:16:55Z","timestamp":1477653415000},"source":"Crossref","is-referenced-by-count":1,"title":["Meaningfulness, Eternity, and Theism\n Originally appeared in Beatrix Himmelmann, ed. On Meaning in Life (Boston\/Berlin: De Gruyter, 2013): 99\u2013112. Copyright \u00a9 2013, Walter de Gruyter GmbH."],"prefix":"10.5040","member":"2984","container-title":["God - and Meaning : New Essays"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T22:45:25Z","timestamp":1590101125000},"score":33.510906,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/god-and-meaning-new-essays\/ch6-meaningfulness-eternity-and-theism-originally-appeared-in-beatrix-himmelmann-ed-on-meaning-in-life-boston-berlin-de-gruyter-2013-99-112-copyright-"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781501323591.ch-006"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T20:33:49Z","timestamp":1648586029722},"publisher-location":"Berlin, + and Meaning : New Essays"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T22:45:25Z","timestamp":1590101125000},"score":33.449287,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/god-and-meaning-new-essays\/ch6-meaningfulness-eternity-and-theism-originally-appeared-in-beatrix-himmelmann-ed-on-meaning-in-life-boston-berlin-de-gruyter-2013-99-112-copyright-"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781501323591.ch-006"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T20:33:49Z","timestamp":1648586029722},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110847864-007","type":"book-chapter","created":{"date-parts":[[2015,4,28]],"date-time":"2015-04-28T17:01:42Z","timestamp":1430240502000},"source":"Crossref","is-referenced-by-count":6,"title":["Dr. Walter de Gruyter"],"prefix":"10.1515","member":"374","container-title":["Der - Verlag Walter de Gruyter & Co."],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110847864-007\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:32:34Z","timestamp":1618975954000},"score":28.92591,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110847864-007\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110847864-007"},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T18:07:18Z","timestamp":1648663638445},"publisher-location":"Berlin, + Verlag Walter de Gruyter & Co."],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110847864-007\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:32:34Z","timestamp":1618975954000},"score":28.930279,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110847864-007\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110847864-007"},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T18:07:18Z","timestamp":1648663638445},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.fm","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Frontmatter"],"prefix":"10.1515","member":"374","container-title":["Walter - de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.fm\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:31Z","timestamp":1618975231000},"score":27.815254,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.fm\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.fm"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T19:59:52Z","timestamp":1648583992462},"publisher-location":"Berlin, + de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.fm\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:31Z","timestamp":1618975231000},"score":27.790344,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.fm\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.fm"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T19:59:52Z","timestamp":1648583992462},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.v","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Foreword"],"prefix":"10.1515","member":"374","container-title":["Walter - de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.v\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:32Z","timestamp":1618975232000},"score":27.815254,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.v\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.v"},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T03:19:29Z","timestamp":1649215169776},"publisher-location":"Berlin, + de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.v\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:32Z","timestamp":1618975232000},"score":27.790344,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.v\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.v"},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T03:19:29Z","timestamp":1649215169776},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.viii","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Preface"],"prefix":"10.1515","member":"374","container-title":["Walter - de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.viii\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:33Z","timestamp":1618975233000},"score":27.815254,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.viii\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.viii"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:21:15Z","timestamp":1649172075329},"publisher-location":"Berlin, + de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.viii\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:33Z","timestamp":1618975233000},"score":27.790344,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.viii\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.viii"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:21:15Z","timestamp":1649172075329},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.toc","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Contents"],"prefix":"10.1515","member":"374","container-title":["Walter - de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.toc\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:32Z","timestamp":1618975232000},"score":27.733477,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.toc\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.toc"},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T07:05:01Z","timestamp":1649055901153},"publisher-location":"Berlin, + de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.toc\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:32Z","timestamp":1618975232000},"score":27.76592,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.toc\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.toc"},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T07:05:01Z","timestamp":1649055901153},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.273","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Picture Credits"],"prefix":"10.1515","member":"374","container-title":["Walter de - Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.273\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:29Z","timestamp":1618975229000},"score":27.358992,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.273\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.273"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T03:50:55Z","timestamp":1649130655492},"publisher-location":"Berlin, - Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816655.fm","type":"book-chapter","created":{"date-parts":[[2014,5,21]],"date-time":"2014-05-21T13:24:35Z","timestamp":1400678675000},"source":"Crossref","is-referenced-by-count":0,"title":["Frontmatter"],"prefix":"10.1515","member":"374","container-title":["Der - Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.fm\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:20Z","timestamp":1618975220000},"score":27.28954,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.fm\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.fm"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:33:40Z","timestamp":1648686820043},"publisher-location":"Berlin, + Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.273\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:29Z","timestamp":1618975229000},"score":27.332478,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.273\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.273"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:33:40Z","timestamp":1648686820043},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816655.v","type":"book-chapter","created":{"date-parts":[[2014,5,21]],"date-time":"2014-05-21T13:24:35Z","timestamp":1400678675000},"source":"Crossref","is-referenced-by-count":0,"title":["Geleitwort"],"prefix":"10.1515","member":"374","container-title":["Der - Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.v\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:21Z","timestamp":1618975221000},"score":27.275703,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.v\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.v"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T09:38:10Z","timestamp":1648546690680},"publisher-location":"Berlin, + Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.v\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:21Z","timestamp":1618975221000},"score":27.308245,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.v\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.v"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T09:38:10Z","timestamp":1648546690680},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816655.281","type":"book-chapter","created":{"date-parts":[[2014,5,21]],"date-time":"2014-05-21T13:24:35Z","timestamp":1400678675000},"source":"Crossref","is-referenced-by-count":0,"title":["Auswahlbibliographie"],"prefix":"10.1515","member":"374","container-title":["Der - Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.281\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:18Z","timestamp":1618975218000},"score":27.275703,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.281\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.281"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T23:20:47Z","timestamp":1648855247169},"publisher-location":"Berlin, + Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.281\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:18Z","timestamp":1618975218000},"score":27.308245,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.281\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.281"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T23:20:47Z","timestamp":1648855247169},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.269","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Selected Bibliography"],"prefix":"10.1515","member":"374","container-title":["Walter - de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.269\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:28Z","timestamp":1618975228000},"score":27.275703,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.269\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.269"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T04:24:10Z","timestamp":1649132650470},"publisher-location":"Berlin, + de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.269\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:28Z","timestamp":1618975228000},"score":27.308245,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.269\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.269"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T04:24:10Z","timestamp":1649132650470},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.275","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Name Index"],"prefix":"10.1515","member":"374","container-title":["Walter de Gruyter - Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.275\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:30Z","timestamp":1618975230000},"score":27.275703,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.275\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.275"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T17:34:31Z","timestamp":1648834471562},"publisher-location":"Berlin, + Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.275\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:30Z","timestamp":1618975230000},"score":27.308245,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.275\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.275"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T17:34:31Z","timestamp":1648834471562},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816655.viii","type":"book-chapter","created":{"date-parts":[[2014,5,21]],"date-time":"2014-05-21T13:24:35Z","timestamp":1400678675000},"source":"Crossref","is-referenced-by-count":0,"title":["Vorwort"],"prefix":"10.1515","member":"374","container-title":["Der - Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.viii\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:22Z","timestamp":1618975222000},"score":27.275703,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.viii\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.viii"},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T14:42:59Z","timestamp":1648996979310},"publisher-location":"Berlin, - Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816655.toc","type":"book-chapter","created":{"date-parts":[[2014,5,21]],"date-time":"2014-05-21T13:24:35Z","timestamp":1400678675000},"source":"Crossref","is-referenced-by-count":0,"title":["Inhalt"],"prefix":"10.1515","member":"374","container-title":["Der - Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.toc\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:21Z","timestamp":1618975221000},"score":27.169771,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.toc\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.toc"},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T19:47:39Z","timestamp":1648669659763},"publisher-location":"Berlin, + Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.viii\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:22Z","timestamp":1618975222000},"score":27.308245,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.viii\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.viii"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T03:50:55Z","timestamp":1649130655492},"publisher-location":"Berlin, + Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816655.fm","type":"book-chapter","created":{"date-parts":[[2014,5,21]],"date-time":"2014-05-21T13:24:35Z","timestamp":1400678675000},"source":"Crossref","is-referenced-by-count":0,"title":["Frontmatter"],"prefix":"10.1515","member":"374","container-title":["Der + Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.fm\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:20Z","timestamp":1618975220000},"score":27.293509,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.fm\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.fm"},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T19:47:39Z","timestamp":1648669659763},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816655.285","type":"book-chapter","created":{"date-parts":[[2014,5,21]],"date-time":"2014-05-21T13:24:35Z","timestamp":1400678675000},"source":"Crossref","is-referenced-by-count":0,"title":["Abbildungsnachweis"],"prefix":"10.1515","member":"374","container-title":["Der - Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.285\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:19Z","timestamp":1618975219000},"score":27.169771,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.285\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.285"},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T06:58:27Z","timestamp":1648969107665},"publisher-location":"Berlin, + Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.285\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:19Z","timestamp":1618975219000},"score":27.211174,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.285\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.285"},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T06:58:27Z","timestamp":1648969107665},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816655.287","type":"book-chapter","created":{"date-parts":[[2014,5,21]],"date-time":"2014-05-21T13:24:35Z","timestamp":1400678675000},"source":"Crossref","is-referenced-by-count":0,"title":["Personenregister"],"prefix":"10.1515","member":"374","container-title":["Der - Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.287\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:19Z","timestamp":1618975219000},"score":27.169771,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.287\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.287"},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T06:39:21Z","timestamp":1648967961290},"publisher-location":"Berlin, - Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.248","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Developments - since 1945"],"prefix":"10.1515","member":"374","container-title":["Walter - de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.248\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:27Z","timestamp":1618975227000},"score":26.917456,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.248\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.248"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T20:41:34Z","timestamp":1649191294634},"reference-count":0,"publisher":"The + Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.287\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:19Z","timestamp":1618975219000},"score":27.211174,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.287\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.287"},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T14:42:59Z","timestamp":1648996979310},"publisher-location":"Berlin, + Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816655.toc","type":"book-chapter","created":{"date-parts":[[2014,5,21]],"date-time":"2014-05-21T13:24:35Z","timestamp":1400678675000},"source":"Crossref","is-referenced-by-count":0,"title":["Inhalt"],"prefix":"10.1515","member":"374","container-title":["Der + Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.toc\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:21Z","timestamp":1618975221000},"score":27.211174,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.toc\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.toc"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T20:41:34Z","timestamp":1649191294634},"reference-count":0,"publisher":"The MIT Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2016]]},"DOI":"10.7551\/mitpress\/10100.003.0024","type":"book-chapter","created":{"date-parts":[[2019,3,29]],"date-time":"2019-03-29T18:59:34Z","timestamp":1553885974000},"source":"Crossref","is-referenced-by-count":0,"title":["A Psycho-rhetorical Perspective on Thought and Human Rationality"],"prefix":"10.7551","member":"281","container-title":["Cognitive - Unconscious and Human Rationality"],"deposited":{"date-parts":[[2019,3,29]],"date-time":"2019-03-29T18:59:46Z","timestamp":1553885986000},"score":26.880592,"resource":{"primary":{"URL":"https:\/\/direct.mit.edu\/books\/book\/4065\/chapter\/168741\/a-psycho-rhetorical-perspective-on-thought-and"}},"issued":{"date-parts":[[2016]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7551\/mitpress\/10100.003.0024","published":{"date-parts":[[2016]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T03:12:51Z","timestamp":1649128371044},"publisher-location":"Berlin, + Unconscious and Human Rationality"],"deposited":{"date-parts":[[2019,3,29]],"date-time":"2019-03-29T18:59:46Z","timestamp":1553885986000},"score":26.891155,"resource":{"primary":{"URL":"https:\/\/direct.mit.edu\/books\/book\/4065\/chapter\/168741\/a-psycho-rhetorical-perspective-on-thought-and"}},"issued":{"date-parts":[[2016]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7551\/mitpress\/10100.003.0024","published":{"date-parts":[[2016]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T06:39:21Z","timestamp":1648967961290},"publisher-location":"Berlin, + Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.248","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Developments + since 1945"],"prefix":"10.1515","member":"374","container-title":["Walter + de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.248\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:27Z","timestamp":1618975227000},"score":26.889454,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.248\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.248"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T03:12:51Z","timestamp":1649128371044},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816655.258","type":"book-chapter","created":{"date-parts":[[2014,5,21]],"date-time":"2014-05-21T13:24:35Z","timestamp":1400678675000},"source":"Crossref","is-referenced-by-count":0,"title":["Entwicklungslinien seit 1945"],"prefix":"10.1515","member":"374","container-title":["Der Verlag - Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.258\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:17Z","timestamp":1618975217000},"score":26.462763,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.258\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.258"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T18:12:05Z","timestamp":1649182325645},"publisher-location":"Dordrecht","reference-count":31,"publisher":"Springer + Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.258\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:17Z","timestamp":1618975217000},"score":26.43063,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.258\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.258"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T18:12:05Z","timestamp":1649182325645},"publisher-location":"Dordrecht","reference-count":31,"publisher":"Springer Netherlands","isbn-type":[{"value":"9789048153213","type":"print"},{"value":"9789401710701","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1999]]},"DOI":"10.1007\/978-94-017-1070-1_7","type":"book-chapter","created":{"date-parts":[[2013,1,21]],"date-time":"2013-01-21T18:52:34Z","timestamp":1358794354000},"page":"105-121","source":"Crossref","is-referenced-by-count":0,"title":["Presuppositional and Rhetorical Effects of Focus Particles: The Case of \u2018Even\u2019"],"prefix":"10.1007","author":[{"given":"Fernando Garc\u00eda","family":"Murga","sequence":"first","affiliation":[]}],"member":"297","reference":[{"key":"7_CR1","volume-title":"L @@ -345,100 +345,6 @@ http_interactions: R., 1974: \u2018Pragmatic Presuppositions\u2019, in A. Rogers et el. 1977. (pp. 135148)."},{"key":"7_CR30","unstructured":"Tancredi, Ch., 1992: Deletion, Deaccenting and Presupposition. MIT Working Papers in Linguistics."}],"container-title":["Cognition, - Agency and Rationality"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-017-1070-1_7.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,2,6]],"date-time":"2022-02-06T11:35:38Z","timestamp":1644147338000},"score":26.088543,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-94-017-1070-1_7"}},"issued":{"date-parts":[[1999]]},"ISBN":["9789048153213","9789401710701"],"references-count":31,"URL":"http:\/\/dx.doi.org\/10.1007\/978-94-017-1070-1_7","published":{"date-parts":[[1999]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"A+watermelon+without+seeds:+A+case+study+in+rhetorical+rationality+2001+Walter+de+Gruyter+GmbH"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:31 GMT -- request: - method: get - uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Text%20-%20Interdisciplinary%20Journal%20for%20the%20Study%20of%20Discourse,%20Walter%20de%20Gruyter%20GmbH,%20,%202001%22&rows=10 - body: - encoding: US-ASCII - string: '' - headers: - User-Agent: - - Faraday v1.10.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 200 - message: OK - headers: - Date: - - Sat, 07 Jan 2023 00:51:36 GMT - Content-Type: - - application/json - Content-Length: - - '3159' - Access-Control-Expose-Headers: - - Link - Access-Control-Allow-Headers: - - X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language, - Accept-Ranges, Cache-Control - Access-Control-Allow-Origin: - - "*" - Vary: - - Accept-Encoding - Server: - - Jetty(9.4.40.v20210413) - X-Ratelimit-Limit: - - '50' - X-Ratelimit-Interval: - - 1s - X-Api-Pool: - - public - X-Rate-Limit-Limit: - - '50' - X-Rate-Limit-Interval: - - 1s - Permissions-Policy: - - interest-cohort=() - Connection: - - close - body: - encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":71745,"items":[{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T17:25:05Z","timestamp":1648920305421},"reference-count":0,"publisher":"Mohr - Siebeck","isbn-type":[{"value":"9783161544347","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2016]]},"DOI":"10.1628\/978-3-16-154434-7","type":"book","created":{"date-parts":[[2018,10,4]],"date-time":"2018-10-04T15:18:37Z","timestamp":1538666317000},"source":"Crossref","is-referenced-by-count":1,"title":["Walter - de Gruyter"],"prefix":"10.1628","author":[{"given":"Angelika","family":"K\u00f6nigseder","sequence":"first","affiliation":[]}],"member":"629","deposited":{"date-parts":[[2018,10,4]],"date-time":"2018-10-04T15:39:40Z","timestamp":1538667580000},"score":29.880474,"resource":{"primary":{"URL":"https:\/\/mohrsiebeck.com\/10.1628\/978-3-16-154434-7"}},"issued":{"date-parts":[[2016]]},"ISBN":["9783161544347"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1628\/978-3-16-154434-7","published":{"date-parts":[[2016]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:02:41Z","timestamp":1649124161456},"reference-count":0,"publisher":"DE - GRUYTER","isbn-type":[{"value":"9783110166996","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1999,12,31]]},"DOI":"10.1515\/9783110816662","type":"book","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Walter - de Gruyter Publishers"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[1999,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:22Z","timestamp":1618975222000},"score":27.373829,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662\/html"}},"subtitle":["1749-1999"],"editor":[{"given":"Anne-Katrin","family":"Ziesak","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[1999,12,31]]},"ISBN":["9783110166996"],"references-count":0,"alternative-id":["10.1515\/9783110816662"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662","published":{"date-parts":[[1999,12,31]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T05:01:56Z","timestamp":1648875716114},"reference-count":0,"publisher":"DE - GRUYTER","isbn-type":[{"value":"9783110166989","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1999,12,31]]},"DOI":"10.1515\/9783110816655","type":"book","created":{"date-parts":[[2014,5,21]],"date-time":"2014-05-21T13:24:35Z","timestamp":1400678675000},"source":"Crossref","is-referenced-by-count":2,"title":["Der - Verlag Walter de Gruyter"],"prefix":"10.1515","author":[{"given":"Anne-Katrin","family":"Ziesak","sequence":"first","affiliation":[]}],"member":"374","published-online":{"date-parts":[[1999,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:12Z","timestamp":1618975212000},"score":26.933065,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655\/html"}},"subtitle":["1749\u20131999"],"issued":{"date-parts":[[1999,12,31]]},"ISBN":["9783110166989"],"references-count":0,"alternative-id":["10.1515\/9783110816655"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655","published":{"date-parts":[[1999,12,31]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T03:50:01Z","timestamp":1649130601696},"reference-count":0,"publisher":"De - Gruyter","isbn-type":[{"value":"9783110864038","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1980,12,31]]},"DOI":"10.1515\/9783110864038","type":"book","created":{"date-parts":[[2019,4,24]],"date-time":"2019-04-24T17:02:22Z","timestamp":1556125342000},"source":"Crossref","is-referenced-by-count":0,"title":["Aus - dem Archiv des Verlages Walter de Gruyter"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2019,4,19]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/10150","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110864038\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T05:48:50Z","timestamp":1618984130000},"score":26.565138,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110864038\/html"}},"subtitle":["Briefe, - Urkunden, Dokumente"],"issued":{"date-parts":[[1980,12,31]]},"ISBN":["9783110864038"],"references-count":0,"alternative-id":["10.1515\/9783110864038"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110864038","published":{"date-parts":[[1980,12,31]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T11:48:23Z","timestamp":1649072903423},"reference-count":0,"publisher":"De - Gruyter","isbn-type":[{"value":"9783110809909","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1999,12,31]]},"DOI":"10.1515\/9783110809909","type":"book","created":{"date-parts":[[2018,2,3]],"date-time":"2018-02-03T10:38:19Z","timestamp":1517654299000},"source":"Crossref","is-referenced-by-count":1,"title":["Repertorium - aus dem Archiv Walter de Gruyter"],"prefix":"10.1515","author":[{"given":"Otto","family":"Neuendorff","sequence":"first","affiliation":[]}],"member":"374","published-online":{"date-parts":[[2018,1,31]]},"link":[{"URL":"http:\/\/www.degruyter.com\/view\/books\/9783110809909\/9783110809909\/9783110809909.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110809909\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:07:23Z","timestamp":1618974443000},"score":26.15733,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110809909\/html"}},"editor":[{"given":"Anne-Katrin","family":"Ziesak","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1999,12,31]]},"ISBN":["9783110809909"],"references-count":0,"alternative-id":["10.1515\/9783110809909"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110809909","published":{"date-parts":[[1999,12,31]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T00:55:09Z","timestamp":1648947309412},"reference-count":0,"publisher":"Mohr - Siebeck","isbn-type":[{"value":"9783161608568","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1628\/978-3-16-160856-8","type":"book","created":{"date-parts":[[2021,6,17]],"date-time":"2021-06-17T07:30:06Z","timestamp":1623915006000},"source":"Crossref","is-referenced-by-count":0,"title":["Herbert - Cram und der Verlag Walter de Gruyter 1945 bis 1967"],"prefix":"10.1628","author":[{"given":"Angelika","family":"K\u00f6nigseder","sequence":"first","affiliation":[]}],"member":"629","deposited":{"date-parts":[[2021,6,17]],"date-time":"2021-06-17T07:32:28Z","timestamp":1623915148000},"score":25.962612,"resource":{"primary":{"URL":"https:\/\/www.mohrsiebeck.com\/10.1628\/978-3-16-160856-8"}},"issued":{"date-parts":[[2021]]},"ISBN":["9783161608568"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1628\/978-3-16-160856-8","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T11:33:39Z","timestamp":1648985619598},"reference-count":0,"publisher":"DE - GRUYTER","isbn-type":[{"value":"9783110076356","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1978,12,31]]},"DOI":"10.1515\/9783110847864","type":"book","created":{"date-parts":[[2015,4,28]],"date-time":"2015-04-28T17:01:42Z","timestamp":1430240502000},"source":"Crossref","is-referenced-by-count":0,"title":["Der - Verlag Walter de Gruyter & Co."],"prefix":"10.1515","author":[{"given":"Gerhard","family":"L\u00fcdtke","sequence":"first","affiliation":[]}],"member":"374","published-online":{"date-parts":[[1978,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110847864\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:32:31Z","timestamp":1618975951000},"score":25.270079,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110847864\/html"}},"subtitle":["Skizzen - aus der Geschichte der seinen Aufbau bildenden ehemaligen Firmen, nebst einem - Lebensabriss Dr. Walter de Gruyter''s"],"issued":{"date-parts":[[1978,12,31]]},"ISBN":["9783110076356"],"references-count":0,"alternative-id":["10.1515\/9783110847864"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110847864","published":{"date-parts":[[1978,12,31]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T04:18:42Z","timestamp":1648613922418},"reference-count":0,"publisher":"DE - GRUYTER","isbn-type":[{"value":"9783110155792","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1999,12,31]]},"DOI":"10.1515\/9783110801323","type":"book","created":{"date-parts":[[2011,3,11]],"date-time":"2011-03-11T15:48:52Z","timestamp":1299858532000},"source":"Crossref","is-referenced-by-count":2,"title":["Sprache - und Sprachen in den Wissenschaften"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[1999,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/4968","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110801323\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T00:34:47Z","timestamp":1618965287000},"score":22.329079,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110801323\/html"}},"subtitle":["Geschichte - und Gegenwart. Festschrift f\u00fcr Walter de Gruyter & Co. anl\u00e4\u00dflich - einer 250j\u00e4hrigen Verlagstradition"],"editor":[{"given":"Herbert Ernst","family":"Wiegand","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[1999,12,31]]},"ISBN":["9783110155792"],"references-count":0,"alternative-id":["10.1515\/9783110801323"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110801323","published":{"date-parts":[[1999,12,31]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T21:12:42Z","timestamp":1659474762161},"reference-count":0,"publisher":"Oxford - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,10,18]]},"abstract":"

This - chapter presents a new multi-level investigation of discourse that combines - network analysis with qualitative content analysis. This book is the first - to employ this method for multi-linguistic comparative research. The chapter - first develops an understanding of discourse, which seeks to address some - of the challenges discourse analysis has faced. It then describes the sources, - the sampling procedure, the process of qualitative content analysis, and the - logic of the applied coding scheme. A final section introduces details of - the discourse network analysis, which combines the unique insight of qualitative - interpretation, and the structural insights derived through the rigour of - network analysis. This combination can pre-empt some of the concerns that - critics have voiced about new quantitative approaches to analysing text. Its - added value lies in the identification of clusters in the network, which point - to discursive formations that structure meaning.<\/p>","DOI":"10.1093\/oso\/9780198826842.003.0002","type":"book","created":{"date-parts":[[2018,10,17]],"date-time":"2018-10-17T06:48:50Z","timestamp":1539758930000},"source":"Crossref","is-referenced-by-count":0,"title":["Interpreting - Text as Discourse or Using Text as Data"],"prefix":"10.1093","author":[{"given":"F\u00e9lix","family":"Krawatzek","sequence":"first","affiliation":[]}],"member":"286","container-title":["Oxford - Scholarship Online"],"original-title":["Interpreting Text as Discourse or - Using Text as Data"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:46:57Z","timestamp":1659473217000},"score":21.92491,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/2750\/chapter\/143235427"}},"issued":{"date-parts":[[2018,10,18]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780198826842.003.0002","published":{"date-parts":[[2018,10,18]]}},{"indexed":{"date-parts":[[2023,1,2]],"date-time":"2023-01-02T09:29:34Z","timestamp":1672651774213},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780429025532","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780429025532","type":"book","created":{"date-parts":[[2019,4,8]],"date-time":"2019-04-08T18:01:00Z","timestamp":1554746460000},"source":"Crossref","is-referenced-by-count":13,"title":["Macrostructures"],"prefix":"10.4324","author":[{"given":"Teun - A. Van","family":"Dijk","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2019,3,4]]},"deposited":{"date-parts":[[2020,12,18]],"date-time":"2020-12-18T19:33:39Z","timestamp":1608320019000},"score":21.622028,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429657856"}},"subtitle":["An - Interdisciplinary Study of Global Structures in Discourse, Interaction, and - Cognition"],"issued":{"date-parts":[[2019,3,4]]},"ISBN":["9780429025532"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429025532","published":{"date-parts":[[2019,3,4]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Sat, 07 Jan 2023 00:51:36 GMT + Agency and Rationality"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-017-1070-1_7.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,2,6]],"date-time":"2022-02-06T11:35:38Z","timestamp":1644147338000},"score":26.071455,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-94-017-1070-1_7"}},"issued":{"date-parts":[[1999]]},"ISBN":["9789048153213","9789401710701"],"references-count":31,"URL":"http:\/\/dx.doi.org\/10.1007\/978-94-017-1070-1_7","published":{"date-parts":[[1999]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"A+watermelon+without+seeds:+A+case+study+in+rhetorical+rationality+2001+Walter+de+Gruyter+GmbH"}}}' + recorded_at: Sun, 15 Jan 2023 19:24:16 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/journal-issue-1.yml b/spec/vcr_cassettes/journal-issue-1.yml index 6267a05..de9aec7 100644 --- a/spec/vcr_cassettes/journal-issue-1.yml +++ b/spec/vcr_cassettes/journal-issue-1.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:36 GMT + - Sun, 15 Jan 2023 19:24:17 GMT Content-Type: - application/json Content-Length: - - '1562' + - '1561' Set-Cookie: - - AWSALB=PjxsChs/lqSY7D+Pl+4BSY0JI1o/kZKIoI5+0tw1AUw3vTKIdFl6Y082NpeIiLIVIioySzM41OkeMH/X00fBgf/vupEUAj09vQdedK48mgCu7skYFlWpJ8uXUpIZ; - Expires=Sat, 14 Jan 2023 00:51:36 GMT; Path=/ - - AWSALBCORS=PjxsChs/lqSY7D+Pl+4BSY0JI1o/kZKIoI5+0tw1AUw3vTKIdFl6Y082NpeIiLIVIioySzM41OkeMH/X00fBgf/vupEUAj09vQdedK48mgCu7skYFlWpJ8uXUpIZ; - Expires=Sat, 14 Jan 2023 00:51:36 GMT; Path=/; SameSite=None + - AWSALB=WWbZkFixsxlRBY2helL1JxdUDnQ0zrDrM96117F985ffRD5+EF77EagRgtwcNR4iMv5oYZEhI5IIuynN+wfQDzdqT7OgjuvrZ3sRkbVyhh/E9FrCXGv4APU/2L1a; + Expires=Sun, 22 Jan 2023 19:24:17 GMT; Path=/ + - AWSALBCORS=WWbZkFixsxlRBY2helL1JxdUDnQ0zrDrM96117F985ffRD5+EF77EagRgtwcNR4iMv5oYZEhI5IIuynN+wfQDzdqT7OgjuvrZ3sRkbVyhh/E9FrCXGv4APU/2L1a; + Expires=Sun, 22 Jan 2023 19:24:17 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -58,8 +58,8 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T11:12:19Z","timestamp":1669201939923},"reference-count":15,"publisher":"Walter - de Gruyter GmbH","issue":"2","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"published-print":{"date-parts":[[2007,1,19]]},"DOI":"10.1515\/cog.2007.005","type":"journal-article","created":{"date-parts":[[2007,9,25]],"date-time":"2007-09-25T11:32:28Z","timestamp":1190719948000},"source":"Crossref","is-referenced-by-count":47,"title":["The + string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2023,1,7]],"date-time":"2023-01-07T14:28:43Z","timestamp":1673101723569},"reference-count":15,"publisher":"Walter + de Gruyter GmbH","issue":"2","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"published-print":{"date-parts":[[2007,1,19]]},"DOI":"10.1515\/cog.2007.005","type":"journal-article","created":{"date-parts":[[2007,9,25]],"date-time":"2007-09-25T11:32:28Z","timestamp":1190719948000},"source":"Crossref","is-referenced-by-count":48,"title":["The semantic categories of cutting and breaking events: A crosslinguistic perspective"],"prefix":"10.1515","volume":"18","author":[{"given":"Asifa","family":"Majid","sequence":"first","affiliation":[]},{"given":"Melissa","family":"Bowerman","sequence":"additional","affiliation":[]},{"given":"Miriam van","family":"Staden","sequence":"additional","affiliation":[]},{"given":"James S","family":"Boster","sequence":"additional","affiliation":[]}],"member":"374","reference":[{"key":"p_8","first-page":"133","author":"Bowerman @@ -79,7 +79,7 @@ http_interactions: David P","year":"1995","journal-title":"Cognitive Linguistics"}],"container-title":["Cognitive Linguistics"],"original-title":[],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/j\/cogl.2007.18.issue-2\/cog.2007.005\/cog.2007.005.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,2,28]],"date-time":"2021-02-28T03:08:36Z","timestamp":1614481716000},"score":1,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/COG.2007.005\/html"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2007,1,19]]},"references-count":15,"journal-issue":{"issue":"2"},"URL":"http:\/\/dx.doi.org\/10.1515\/cog.2007.005","relation":{},"ISSN":["0936-5907","1613-3641"],"issn-type":[{"value":"0936-5907","type":"print"},{"value":"1613-3641","type":"electronic"}],"subject":["Linguistics and Language","Developmental and Educational Psychology","Language and Linguistics"],"published":{"date-parts":[[2007,1,19]]}}}' - recorded_at: Sat, 07 Jan 2023 00:51:36 GMT + recorded_at: Sun, 15 Jan 2023 19:24:17 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=The%2Bsemantic%2Bcategories%2Bof%2Bcutting%2Band%2Bbreaking%2Bevents:%2BA%2Bcrosslinguistic%2Bperspective%2B2007%2BWalter%2Bde%2BGruyter%2BGmbH @@ -99,11 +99,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:37 GMT + - Sun, 15 Jan 2023 19:24:20 GMT Content-Type: - application/json Content-Length: - - '4104' + - '4139' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -131,147 +131,67 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":33058,"items":[{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T03:42:40Z","timestamp":1650426160378},"reference-count":0,"publisher":"BRILL","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,6,25]]},"DOI":"10.1163\/9789004362826_005","type":"book-chapter","created":{"date-parts":[[2019,8,2]],"date-time":"2019-08-02T03:04:15Z","timestamp":1564715055000},"page":"71-98","source":"Crossref","is-referenced-by-count":0,"title":["The + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":33081,"items":[{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T03:42:40Z","timestamp":1650426160378},"reference-count":0,"publisher":"BRILL","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,6,25]]},"DOI":"10.1163\/9789004362826_005","type":"book-chapter","created":{"date-parts":[[2019,8,2]],"date-time":"2019-08-02T03:04:15Z","timestamp":1564715055000},"page":"71-98","source":"Crossref","is-referenced-by-count":0,"title":["The Crosslinguistic Categorization of Everyday Events: The Case of \u201cCutting and Breaking\u201d"],"prefix":"10.1163","member":"50","container-title":["Ten - Lectures on Language, Cognition, and Language Acquisition"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004362826\/BP000012.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/35672","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T03:12:31Z","timestamp":1650424351000},"score":39.246777,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004362826\/BP000012.xml"}},"issued":{"date-parts":[[2018,6,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004362826_005","published":{"date-parts":[[2018,6,25]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T17:35:49Z","timestamp":1649093749304},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John + Lectures on Language, Cognition, and Language Acquisition"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004362826\/BP000012.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/35672","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T03:12:31Z","timestamp":1650424351000},"score":39.186436,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004362826\/BP000012.xml"}},"issued":{"date-parts":[[2018,6,25]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004362826_005","published":{"date-parts":[[2018,6,25]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T17:35:49Z","timestamp":1649093749304},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John Benjamins Publishing Company","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2012]]},"DOI":"10.1075\/tsl.100.13and","type":"book-chapter","created":{"date-parts":[[2014,3,23]],"date-time":"2014-03-23T22:21:38Z","timestamp":1395613298000},"page":"183-200","source":"Crossref","is-referenced-by-count":2,"title":["The semantic role of agentive control in Hungarian placement events"],"prefix":"10.1075","author":[{"given":"Attila","family":"Andics","sequence":"first","affiliation":[]}],"member":"1757","container-title":["Typological - Studies in Language","Events of Putting and Taking"],"deposited":{"date-parts":[[2014,7,10]],"date-time":"2014-07-10T20:48:40Z","timestamp":1405025320000},"score":35.58442,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.100.13and"}},"issued":{"date-parts":[[2012]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tsl.100.13and","ISSN":["0167-7373"],"issn-type":[{"value":"0167-7373","type":"print"}],"published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T11:16:08Z","timestamp":1669202168118},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John + Studies in Language","Events of Putting and Taking"],"deposited":{"date-parts":[[2014,7,10]],"date-time":"2014-07-10T20:48:40Z","timestamp":1405025320000},"score":35.410328,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.100.13and"}},"issued":{"date-parts":[[2012]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tsl.100.13and","ISSN":["0167-7373"],"issn-type":[{"value":"0167-7373","type":"print"}],"published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T11:16:08Z","timestamp":1669202168118},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John Benjamins Publishing Company","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2012]]},"DOI":"10.1075\/tsl.100.20kop","type":"book-chapter","created":{"date-parts":[[2014,3,23]],"date-time":"2014-03-23T18:21:38Z","timestamp":1395598898000},"page":"327-348","source":"Crossref","is-referenced-by-count":6,"title":["Semantic granularity of placement and removal expressions in Polish"],"prefix":"10.1075","author":[{"given":"Anetta","family":"Kopecka","sequence":"first","affiliation":[]}],"member":"1757","container-title":["Typological - Studies in Language","Events of Putting and Taking"],"deposited":{"date-parts":[[2014,7,10]],"date-time":"2014-07-10T16:48:44Z","timestamp":1405010924000},"score":33.699516,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.100.20kop"}},"issued":{"date-parts":[[2012]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tsl.100.20kop","ISSN":["0167-7373"],"issn-type":[{"value":"0167-7373","type":"print"}],"published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T17:33:00Z","timestamp":1649093580828},"reference-count":0,"publisher":"Bloomsbury + Studies in Language","Events of Putting and Taking"],"deposited":{"date-parts":[[2014,7,10]],"date-time":"2014-07-10T16:48:44Z","timestamp":1405010924000},"score":33.58549,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.100.20kop"}},"issued":{"date-parts":[[2012]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tsl.100.20kop","ISSN":["0167-7373"],"issn-type":[{"value":"0167-7373","type":"print"}],"published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T17:33:00Z","timestamp":1649093580828},"reference-count":0,"publisher":"Bloomsbury Academic","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781501323591.ch-006","type":"book-chapter","created":{"date-parts":[[2016,10,28]],"date-time":"2016-10-28T11:16:55Z","timestamp":1477653415000},"source":"Crossref","is-referenced-by-count":1,"title":["Meaningfulness, Eternity, and Theism\n Originally appeared in Beatrix Himmelmann, ed. On Meaning in Life (Boston\/Berlin: De Gruyter, 2013): 99\u2013112. Copyright \u00a9 2013, Walter de Gruyter GmbH."],"prefix":"10.5040","member":"2984","container-title":["God - and Meaning : New Essays"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T22:45:25Z","timestamp":1590101125000},"score":33.59148,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/god-and-meaning-new-essays\/ch6-meaningfulness-eternity-and-theism-originally-appeared-in-beatrix-himmelmann-ed-on-meaning-in-life-boston-berlin-de-gruyter-2013-99-112-copyright-"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781501323591.ch-006"},{"indexed":{"date-parts":[[2023,1,1]],"date-time":"2023-01-01T09:13:08Z","timestamp":1672564388961},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John - Benjamins Publishing Company","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2012]]},"DOI":"10.1075\/tsl.100.03nar","type":"book-chapter","created":{"date-parts":[[2014,3,23]],"date-time":"2014-03-23T22:21:38Z","timestamp":1395613298000},"page":"1-18","source":"Crossref","is-referenced-by-count":15,"title":["Putting + and Meaning : New Essays"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T22:45:25Z","timestamp":1590101125000},"score":33.42418,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/god-and-meaning-new-essays\/ch6-meaningfulness-eternity-and-theism-originally-appeared-in-beatrix-himmelmann-ed-on-meaning-in-life-boston-berlin-de-gruyter-2013-99-112-copyright-"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781501323591.ch-006"},{"indexed":{"date-parts":[[2023,1,10]],"date-time":"2023-01-10T14:14:16Z","timestamp":1673360056666},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John + Benjamins Publishing Company","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2012]]},"DOI":"10.1075\/tsl.100.03nar","type":"book-chapter","created":{"date-parts":[[2014,3,23]],"date-time":"2014-03-23T22:21:38Z","timestamp":1395613298000},"page":"1-18","source":"Crossref","is-referenced-by-count":16,"title":["Putting and taking events"],"prefix":"10.1075","author":[{"given":"Bhuvana","family":"Narasimhan","sequence":"first","affiliation":[]},{"given":"Anetta","family":"Kopecka","sequence":"additional","affiliation":[]},{"given":"Melissa F.","family":"Bowerman","sequence":"additional","affiliation":[]},{"given":"Marianne","family":"Gullberg","sequence":"additional","affiliation":[]},{"given":"Asifa","family":"Majid","sequence":"additional","affiliation":[]}],"member":"1757","container-title":["Typological - Studies in Language","Events of Putting and Taking"],"deposited":{"date-parts":[[2014,7,10]],"date-time":"2014-07-10T20:48:33Z","timestamp":1405025313000},"score":32.614594,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.100.03nar"}},"subtitle":["A + Studies in Language","Events of Putting and Taking"],"deposited":{"date-parts":[[2014,7,10]],"date-time":"2014-07-10T20:48:33Z","timestamp":1405025313000},"score":32.574642,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.100.03nar"}},"subtitle":["A crosslinguistic perspective"],"issued":{"date-parts":[[2012]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tsl.100.03nar","ISSN":["0167-7373"],"issn-type":[{"value":"0167-7373","type":"print"}],"published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2023,1,1]],"date-time":"2023-01-01T16:26:59Z","timestamp":1672590419345},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John Benjamins Publishing Company","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007]]},"DOI":"10.1075\/hcp.21.05sut","type":"book-chapter","created":{"date-parts":[[2014,3,24]],"date-time":"2014-03-24T12:28:16Z","timestamp":1395664096000},"page":"41-65","source":"Crossref","is-referenced-by-count":4,"title":["3. Language, memory, and concepts of memory: Semantic diversity and scientific psychology"],"prefix":"10.1075","author":[{"given":"John","family":"Sutton","sequence":"first","affiliation":[]}],"member":"1757","container-title":["Human - Cognitive Processing","The Language of Memory in a Crosslinguistic Perspective"],"deposited":{"date-parts":[[2014,3,24]],"date-time":"2014-03-24T12:34:04Z","timestamp":1395664444000},"score":29.400455,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/hcp.21.05sut"}},"issued":{"date-parts":[[2007]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/hcp.21.05sut","ISSN":["1387-6724"],"issn-type":[{"value":"1387-6724","type":"print"}],"published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T20:33:49Z","timestamp":1648586029722},"publisher-location":"Berlin, + Cognitive Processing","The Language of Memory in a Crosslinguistic Perspective"],"deposited":{"date-parts":[[2014,3,24]],"date-time":"2014-03-24T12:34:04Z","timestamp":1395664444000},"score":29.103268,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/hcp.21.05sut"}},"issued":{"date-parts":[[2007]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/hcp.21.05sut","ISSN":["1387-6724"],"issn-type":[{"value":"1387-6724","type":"print"}],"published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T20:33:49Z","timestamp":1648586029722},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110847864-007","type":"book-chapter","created":{"date-parts":[[2015,4,28]],"date-time":"2015-04-28T17:01:42Z","timestamp":1430240502000},"source":"Crossref","is-referenced-by-count":6,"title":["Dr. Walter de Gruyter"],"prefix":"10.1515","member":"374","container-title":["Der - Verlag Walter de Gruyter & Co."],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110847864-007\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:32:34Z","timestamp":1618975954000},"score":28.92591,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110847864-007\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110847864-007"},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T06:40:18Z","timestamp":1650436818360},"reference-count":0,"publisher":"BRILL","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1998,1,1]]},"DOI":"10.1163\/9780585492230_013","type":"book-chapter","created":{"date-parts":[[2020,4,21]],"date-time":"2020-04-21T02:27:28Z","timestamp":1587436048000},"page":"211-225","source":"Crossref","is-referenced-by-count":0,"title":["Accounting + Verlag Walter de Gruyter & Co."],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110847864-007\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:32:34Z","timestamp":1618975954000},"score":28.930279,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110847864-007\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110847864-007"},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T06:40:18Z","timestamp":1650436818360},"reference-count":0,"publisher":"BRILL","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1998,1,1]]},"DOI":"10.1163\/9780585492230_013","type":"book-chapter","created":{"date-parts":[[2020,4,21]],"date-time":"2020-04-21T02:27:28Z","timestamp":1587436048000},"page":"211-225","source":"Crossref","is-referenced-by-count":0,"title":["Accounting For Crosslinguistic Variation: A Constraint-Based Perspective"],"prefix":"10.1163","member":"50","container-title":["Sentence - Processing: A Crosslinguistic Perspective"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/edcoll\/9780585492230\/B9780585492230-s013.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/23200","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T02:45:45Z","timestamp":1650422745000},"score":28.48243,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/edcoll\/9780585492230\/B9780585492230-s013.xml"}},"issued":{"date-parts":[[1998,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9780585492230_013","published":{"date-parts":[[1998,1,1]]}},{"indexed":{"date-parts":[[2023,1,2]],"date-time":"2023-01-02T09:18:52Z","timestamp":1672651132003},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John + Processing: A Crosslinguistic Perspective"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/edcoll\/9780585492230\/B9780585492230-s013.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/23200","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T02:45:45Z","timestamp":1650422745000},"score":28.359522,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/edcoll\/9780585492230\/B9780585492230-s013.xml"}},"issued":{"date-parts":[[1998,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9780585492230_013","published":{"date-parts":[[1998,1,1]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:41:54Z","timestamp":1648798914333},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John + Benjamins Publishing Company","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2012]]},"DOI":"10.1075\/tsl.100.02pre","type":"book-chapter","created":{"date-parts":[[2014,3,23]],"date-time":"2014-03-23T22:21:38Z","timestamp":1395613298000},"page":"xi-xvi","source":"Crossref","is-referenced-by-count":2,"title":["Preface"],"prefix":"10.1075","author":[{"given":"Stephen + C.","family":"Levinson","sequence":"first","affiliation":[]}],"member":"1757","container-title":["Typological + Studies in Language","Events of Putting and Taking"],"deposited":{"date-parts":[[2014,7,10]],"date-time":"2014-07-10T20:48:33Z","timestamp":1405025313000},"score":28.27697,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.100.02pre"}},"issued":{"date-parts":[[2012]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tsl.100.02pre","ISSN":["0167-7373"],"issn-type":[{"value":"0167-7373","type":"print"}],"published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2023,1,2]],"date-time":"2023-01-02T09:18:52Z","timestamp":1672651132003},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John Benjamins Publishing Company","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008]]},"DOI":"10.1075\/slcs.106.17van","type":"book-chapter","created":{"date-parts":[[2014,3,24]],"date-time":"2014-03-24T03:41:33Z","timestamp":1395632493000},"page":"341-370","source":"Crossref","is-referenced-by-count":26,"title":["Semantic associations between sensory modalities, prehension and mental perceptions: A crosslinguistic perspective"],"prefix":"10.1075","author":[{"given":"Martine","family":"Vanhove","sequence":"first","affiliation":[]}],"member":"1757","container-title":["Studies - in Language Companion Series","From Polysemy to Semantic Change"],"deposited":{"date-parts":[[2014,3,24]],"date-time":"2014-03-24T04:46:31Z","timestamp":1395636391000},"score":28.404716,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/slcs.106.17van"}},"issued":{"date-parts":[[2008]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/slcs.106.17van","ISSN":["0165-7763"],"issn-type":[{"value":"0165-7763","type":"print"}],"published":{"date-parts":[[2008]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:41:54Z","timestamp":1648798914333},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John - Benjamins Publishing Company","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2012]]},"DOI":"10.1075\/tsl.100.02pre","type":"book-chapter","created":{"date-parts":[[2014,3,23]],"date-time":"2014-03-23T22:21:38Z","timestamp":1395613298000},"page":"xi-xvi","source":"Crossref","is-referenced-by-count":2,"title":["Preface"],"prefix":"10.1075","author":[{"given":"Stephen - C.","family":"Levinson","sequence":"first","affiliation":[]}],"member":"1757","container-title":["Typological - Studies in Language","Events of Putting and Taking"],"deposited":{"date-parts":[[2014,7,10]],"date-time":"2014-07-10T20:48:33Z","timestamp":1405025313000},"score":28.295507,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.100.02pre"}},"issued":{"date-parts":[[2012]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tsl.100.02pre","ISSN":["0167-7373"],"issn-type":[{"value":"0167-7373","type":"print"}],"published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2022,4,8]],"date-time":"2022-04-08T05:27:17Z","timestamp":1649395637418},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John - Benjamins Publishing Company","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2012]]},"DOI":"10.1075\/tsl.100.10ant","type":"book-chapter","created":{"date-parts":[[2014,3,23]],"date-time":"2014-03-23T22:21:38Z","timestamp":1395613298000},"page":"123-144","source":"Crossref","is-referenced-by-count":17,"title":["Placement + in Language Companion Series","From Polysemy to Semantic Change"],"deposited":{"date-parts":[[2014,3,24]],"date-time":"2014-03-24T04:46:31Z","timestamp":1395636391000},"score":28.245258,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/slcs.106.17van"}},"issued":{"date-parts":[[2008]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/slcs.106.17van","ISSN":["0165-7763"],"issn-type":[{"value":"0165-7763","type":"print"}],"published":{"date-parts":[[2008]]}},{"indexed":{"date-parts":[[2023,1,10]],"date-time":"2023-01-10T14:16:03Z","timestamp":1673360163351},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John + Benjamins Publishing Company","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2012]]},"DOI":"10.1075\/tsl.100.10ant","type":"book-chapter","created":{"date-parts":[[2014,3,23]],"date-time":"2014-03-23T22:21:38Z","timestamp":1395613298000},"page":"123-144","source":"Crossref","is-referenced-by-count":18,"title":["Placement and removal events in Basque and Spanish"],"prefix":"10.1075","author":[{"given":"Iraide","family":"Ibarretxe-Antu\u00f1ano","sequence":"first","affiliation":[]}],"member":"1757","container-title":["Typological - Studies in Language","Events of Putting and Taking"],"deposited":{"date-parts":[[2014,7,10]],"date-time":"2014-07-10T20:48:35Z","timestamp":1405025315000},"score":28.165468,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.100.10ant"}},"issued":{"date-parts":[[2012]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tsl.100.10ant","ISSN":["0167-7373"],"issn-type":[{"value":"0167-7373","type":"print"}],"published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T06:40:16Z","timestamp":1650436816074},"reference-count":0,"publisher":"BRILL","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1998,1,1]]},"DOI":"10.1163\/9780585492230_002","type":"book-chapter","created":{"date-parts":[[2020,4,21]],"date-time":"2020-04-21T02:27:28Z","timestamp":1587436048000},"page":"1-10","source":"Crossref","is-referenced-by-count":0,"title":["From + Studies in Language","Events of Putting and Taking"],"deposited":{"date-parts":[[2014,7,10]],"date-time":"2014-07-10T20:48:35Z","timestamp":1405025315000},"score":28.1227,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.100.10ant"}},"issued":{"date-parts":[[2012]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tsl.100.10ant","ISSN":["0167-7373"],"issn-type":[{"value":"0167-7373","type":"print"}],"published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T06:40:16Z","timestamp":1650436816074},"reference-count":0,"publisher":"BRILL","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1998,1,1]]},"DOI":"10.1163\/9780585492230_002","type":"book-chapter","created":{"date-parts":[[2020,4,21]],"date-time":"2020-04-21T02:27:28Z","timestamp":1587436048000},"page":"1-10","source":"Crossref","is-referenced-by-count":0,"title":["From Alexander To Wilhelm Von Humboldt: A Crosslinguistic Perspective"],"prefix":"10.1163","member":"50","container-title":["Sentence - Processing: A Crosslinguistic Perspective"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/edcoll\/9780585492230\/B9780585492230-s002.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/23200","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T02:45:48Z","timestamp":1650422748000},"score":28.102974,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/edcoll\/9780585492230\/B9780585492230-s002.xml"}},"issued":{"date-parts":[[1998,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9780585492230_002","published":{"date-parts":[[1998,1,1]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T15:09:01Z","timestamp":1648998541643},"edition-number":"0","reference-count":1,"publisher":"Psychology + Processing: A Crosslinguistic Perspective"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/edcoll\/9780585492230\/B9780585492230-s002.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/23200","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T02:45:48Z","timestamp":1650422748000},"score":28.046371,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/edcoll\/9780585492230\/B9780585492230-s002.xml"}},"issued":{"date-parts":[[1998,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9780585492230_002","published":{"date-parts":[[1998,1,1]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T11:15:54Z","timestamp":1669202154276},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John + Benjamins Publishing Company","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2012]]},"DOI":"10.1075\/tsl.100.05bur","type":"book-chapter","created":{"date-parts":[[2014,3,23]],"date-time":"2014-03-23T22:21:38Z","timestamp":1395613298000},"page":"21-36","source":"Crossref","is-referenced-by-count":1,"title":["The + linguistic encoding of placement and removal events in Jahai"],"prefix":"10.1075","author":[{"given":"Niclas","family":"Burenhult","sequence":"first","affiliation":[]}],"member":"1757","container-title":["Typological + Studies in Language","Events of Putting and Taking"],"deposited":{"date-parts":[[2014,7,10]],"date-time":"2014-07-10T20:48:33Z","timestamp":1405025313000},"score":27.876595,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.100.05bur"}},"issued":{"date-parts":[[2012]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tsl.100.05bur","ISSN":["0167-7373"],"issn-type":[{"value":"0167-7373","type":"print"}],"published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T15:09:01Z","timestamp":1648998541643},"edition-number":"0","reference-count":1,"publisher":"Psychology Press","isbn-type":[{"value":"9780203837887","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2010,10,18]]},"DOI":"10.4324\/9780203837887-51","type":"book-chapter","created":{"date-parts":[[2021,3,5]],"date-time":"2021-03-05T21:12:04Z","timestamp":1614978724000},"page":"485-500","source":"Crossref","is-referenced-by-count":0,"title":["Why Some Spatial Semantic Categories Are Harder to Learn Than Others: The Typological Prevalence Hypothesis"],"prefix":"10.4324","member":"301","reference":[{"key":"ref39","unstructured":"Bloom, L. (1973). One word at a time. The Hague: Mouton."}],"container-title":["Crosslinguistic - Approaches to the Psychology of Language"],"deposited":{"date-parts":[[2021,3,5]],"date-time":"2021-03-05T21:13:28Z","timestamp":1614978808000},"score":28.074146,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136873683\/chapters\/10.4324\/9780203837887-51"}},"issued":{"date-parts":[[2010,10,18]]},"ISBN":["9780203837887"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203837887-51","published":{"date-parts":[[2010,10,18]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T11:15:54Z","timestamp":1669202154276},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John - Benjamins Publishing Company","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2012]]},"DOI":"10.1075\/tsl.100.05bur","type":"book-chapter","created":{"date-parts":[[2014,3,23]],"date-time":"2014-03-23T22:21:38Z","timestamp":1395613298000},"page":"21-36","source":"Crossref","is-referenced-by-count":1,"title":["The - linguistic encoding of placement and removal events in Jahai"],"prefix":"10.1075","author":[{"given":"Niclas","family":"Burenhult","sequence":"first","affiliation":[]}],"member":"1757","container-title":["Typological - Studies in Language","Events of Putting and Taking"],"deposited":{"date-parts":[[2014,7,10]],"date-time":"2014-07-10T20:48:33Z","timestamp":1405025313000},"score":28.022352,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.100.05bur"}},"issued":{"date-parts":[[2012]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tsl.100.05bur","ISSN":["0167-7373"],"issn-type":[{"value":"0167-7373","type":"print"}],"published":{"date-parts":[[2012]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T18:07:18Z","timestamp":1648663638445},"publisher-location":"Berlin, + Approaches to the Psychology of Language"],"deposited":{"date-parts":[[2021,3,5]],"date-time":"2021-03-05T21:13:28Z","timestamp":1614978808000},"score":27.87498,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136873683\/chapters\/10.4324\/9780203837887-51"}},"issued":{"date-parts":[[2010,10,18]]},"ISBN":["9780203837887"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203837887-51","published":{"date-parts":[[2010,10,18]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:21:15Z","timestamp":1649172075329},"publisher-location":"Berlin, + Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.toc","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Contents"],"prefix":"10.1515","member":"374","container-title":["Walter + de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.toc\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:32Z","timestamp":1618975232000},"score":27.769709,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.toc\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.toc"},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T18:07:18Z","timestamp":1648663638445},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.fm","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Frontmatter"],"prefix":"10.1515","member":"374","container-title":["Walter - de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.fm\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:31Z","timestamp":1618975231000},"score":27.855503,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.fm\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.fm"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T19:59:52Z","timestamp":1648583992462},"publisher-location":"Berlin, + de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.fm\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:31Z","timestamp":1618975231000},"score":27.768768,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.fm\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.fm"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T19:59:52Z","timestamp":1648583992462},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.v","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Foreword"],"prefix":"10.1515","member":"374","container-title":["Walter - de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.v\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:32Z","timestamp":1618975232000},"score":27.855503,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.v\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.v"},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T03:19:29Z","timestamp":1649215169776},"publisher-location":"Berlin, + de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.v\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:32Z","timestamp":1618975232000},"score":27.768768,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.v\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.v"},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T03:19:29Z","timestamp":1649215169776},"publisher-location":"Berlin, Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.viii","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Preface"],"prefix":"10.1515","member":"374","container-title":["Walter - de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.viii\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:33Z","timestamp":1618975233000},"score":27.855503,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.viii\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.viii"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:21:15Z","timestamp":1649172075329},"publisher-location":"Berlin, - Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.toc","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Contents"],"prefix":"10.1515","member":"374","container-title":["Walter - de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.toc\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:32Z","timestamp":1618975232000},"score":27.733526,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.toc\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.toc"},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T07:05:01Z","timestamp":1649055901153},"publisher-location":"Berlin, - Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816662.273","type":"book-chapter","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Picture - Credits"],"prefix":"10.1515","member":"374","container-title":["Walter de - Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.273\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:29Z","timestamp":1618975229000},"score":27.400995,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.273\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.273"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T14:26:26Z","timestamp":1648823186996},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John + de Gruyter Publishers"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.viii\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:33Z","timestamp":1618975233000},"score":27.768768,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662.viii\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662.viii"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T14:26:26Z","timestamp":1648823186996},"publisher-location":"Amsterdam","reference-count":0,"publisher":"John Benjamins Publishing Company","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007]]},"DOI":"10.1075\/tsl.69.02ara","type":"book-chapter","created":{"date-parts":[[2014,3,24]],"date-time":"2014-03-24T03:41:33Z","timestamp":1395632493000},"page":"1-23","source":"Crossref","is-referenced-by-count":2,"title":["Split auxiliary selection from a crosslinguistic perspective"],"prefix":"10.1075","author":[{"given":"Ra\u00fal","family":"Aranovich","sequence":"first","affiliation":[]}],"member":"1757","container-title":["Split - Auxiliary Systems","Typological Studies in Language"],"deposited":{"date-parts":[[2014,3,24]],"date-time":"2014-03-24T04:12:22Z","timestamp":1395634342000},"score":27.336657,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.69.02ara"}},"issued":{"date-parts":[[2007]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tsl.69.02ara","ISSN":["0167-7373"],"issn-type":[{"value":"0167-7373","type":"print"}],"published":{"date-parts":[[2007]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"The+semantic+categories+of+cutting+and+breaking+events:+A+crosslinguistic+perspective+2007+Walter+de+Gruyter+GmbH"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:37 GMT -- request: - method: get - uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Cognitive%20Linguistics,%20Walter%20de%20Gruyter%20GmbH,%20,%202007%22&rows=10 - body: - encoding: US-ASCII - string: '' - headers: - User-Agent: - - Faraday v1.10.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 200 - message: OK - headers: - Date: - - Sat, 07 Jan 2023 00:51:38 GMT - Content-Type: - - application/json - Content-Length: - - '2639' - Access-Control-Expose-Headers: - - Link - Access-Control-Allow-Headers: - - X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language, - Accept-Ranges, Cache-Control - Access-Control-Allow-Origin: - - "*" - Vary: - - Accept-Encoding - Server: - - Jetty(9.4.40.v20210413) - X-Ratelimit-Limit: - - '50' - X-Ratelimit-Interval: - - 1s - X-Api-Pool: - - public - X-Rate-Limit-Limit: - - '50' - X-Rate-Limit-Interval: - - 1s - Permissions-Policy: - - interest-cohort=() - Connection: - - close - body: - encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":73292,"items":[{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T17:25:05Z","timestamp":1648920305421},"reference-count":0,"publisher":"Mohr - Siebeck","isbn-type":[{"value":"9783161544347","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2016]]},"DOI":"10.1628\/978-3-16-154434-7","type":"book","created":{"date-parts":[[2018,10,4]],"date-time":"2018-10-04T15:18:37Z","timestamp":1538666317000},"source":"Crossref","is-referenced-by-count":1,"title":["Walter - de Gruyter"],"prefix":"10.1628","author":[{"given":"Angelika","family":"K\u00f6nigseder","sequence":"first","affiliation":[]}],"member":"629","deposited":{"date-parts":[[2018,10,4]],"date-time":"2018-10-04T15:39:40Z","timestamp":1538667580000},"score":29.880474,"resource":{"primary":{"URL":"https:\/\/mohrsiebeck.com\/10.1628\/978-3-16-154434-7"}},"issued":{"date-parts":[[2016]]},"ISBN":["9783161544347"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1628\/978-3-16-154434-7","published":{"date-parts":[[2016]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:02:41Z","timestamp":1649124161456},"reference-count":0,"publisher":"DE - GRUYTER","isbn-type":[{"value":"9783110166996","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1999,12,31]]},"DOI":"10.1515\/9783110816662","type":"book","created":{"date-parts":[[2013,6,27]],"date-time":"2013-06-27T20:20:22Z","timestamp":1372364422000},"source":"Crossref","is-referenced-by-count":0,"title":["Walter - de Gruyter Publishers"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[1999,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:22Z","timestamp":1618975222000},"score":27.373829,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816662\/html"}},"subtitle":["1749-1999"],"editor":[{"given":"Anne-Katrin","family":"Ziesak","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[1999,12,31]]},"ISBN":["9783110166996"],"references-count":0,"alternative-id":["10.1515\/9783110816662"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816662","published":{"date-parts":[[1999,12,31]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T05:01:56Z","timestamp":1648875716114},"reference-count":0,"publisher":"DE - GRUYTER","isbn-type":[{"value":"9783110166989","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1999,12,31]]},"DOI":"10.1515\/9783110816655","type":"book","created":{"date-parts":[[2014,5,21]],"date-time":"2014-05-21T13:24:35Z","timestamp":1400678675000},"source":"Crossref","is-referenced-by-count":2,"title":["Der - Verlag Walter de Gruyter"],"prefix":"10.1515","author":[{"given":"Anne-Katrin","family":"Ziesak","sequence":"first","affiliation":[]}],"member":"374","published-online":{"date-parts":[[1999,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:12Z","timestamp":1618975212000},"score":26.933065,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655\/html"}},"subtitle":["1749\u20131999"],"issued":{"date-parts":[[1999,12,31]]},"ISBN":["9783110166989"],"references-count":0,"alternative-id":["10.1515\/9783110816655"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655","published":{"date-parts":[[1999,12,31]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T03:50:01Z","timestamp":1649130601696},"reference-count":0,"publisher":"De - Gruyter","isbn-type":[{"value":"9783110864038","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1980,12,31]]},"DOI":"10.1515\/9783110864038","type":"book","created":{"date-parts":[[2019,4,24]],"date-time":"2019-04-24T17:02:22Z","timestamp":1556125342000},"source":"Crossref","is-referenced-by-count":0,"title":["Aus - dem Archiv des Verlages Walter de Gruyter"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2019,4,19]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/10150","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110864038\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T05:48:50Z","timestamp":1618984130000},"score":26.565138,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110864038\/html"}},"subtitle":["Briefe, - Urkunden, Dokumente"],"issued":{"date-parts":[[1980,12,31]]},"ISBN":["9783110864038"],"references-count":0,"alternative-id":["10.1515\/9783110864038"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110864038","published":{"date-parts":[[1980,12,31]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T11:48:23Z","timestamp":1649072903423},"reference-count":0,"publisher":"De - Gruyter","isbn-type":[{"value":"9783110809909","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1999,12,31]]},"DOI":"10.1515\/9783110809909","type":"book","created":{"date-parts":[[2018,2,3]],"date-time":"2018-02-03T10:38:19Z","timestamp":1517654299000},"source":"Crossref","is-referenced-by-count":1,"title":["Repertorium - aus dem Archiv Walter de Gruyter"],"prefix":"10.1515","author":[{"given":"Otto","family":"Neuendorff","sequence":"first","affiliation":[]}],"member":"374","published-online":{"date-parts":[[2018,1,31]]},"link":[{"URL":"http:\/\/www.degruyter.com\/view\/books\/9783110809909\/9783110809909\/9783110809909.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110809909\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:07:23Z","timestamp":1618974443000},"score":26.15733,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110809909\/html"}},"editor":[{"given":"Anne-Katrin","family":"Ziesak","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1999,12,31]]},"ISBN":["9783110809909"],"references-count":0,"alternative-id":["10.1515\/9783110809909"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110809909","published":{"date-parts":[[1999,12,31]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T00:55:09Z","timestamp":1648947309412},"reference-count":0,"publisher":"Mohr - Siebeck","isbn-type":[{"value":"9783161608568","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1628\/978-3-16-160856-8","type":"book","created":{"date-parts":[[2021,6,17]],"date-time":"2021-06-17T07:30:06Z","timestamp":1623915006000},"source":"Crossref","is-referenced-by-count":0,"title":["Herbert - Cram und der Verlag Walter de Gruyter 1945 bis 1967"],"prefix":"10.1628","author":[{"given":"Angelika","family":"K\u00f6nigseder","sequence":"first","affiliation":[]}],"member":"629","deposited":{"date-parts":[[2021,6,17]],"date-time":"2021-06-17T07:32:28Z","timestamp":1623915148000},"score":25.962612,"resource":{"primary":{"URL":"https:\/\/www.mohrsiebeck.com\/10.1628\/978-3-16-160856-8"}},"issued":{"date-parts":[[2021]]},"ISBN":["9783161608568"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1628\/978-3-16-160856-8","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T11:33:39Z","timestamp":1648985619598},"reference-count":0,"publisher":"DE - GRUYTER","isbn-type":[{"value":"9783110076356","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1978,12,31]]},"DOI":"10.1515\/9783110847864","type":"book","created":{"date-parts":[[2015,4,28]],"date-time":"2015-04-28T17:01:42Z","timestamp":1430240502000},"source":"Crossref","is-referenced-by-count":0,"title":["Der - Verlag Walter de Gruyter & Co."],"prefix":"10.1515","author":[{"given":"Gerhard","family":"L\u00fcdtke","sequence":"first","affiliation":[]}],"member":"374","published-online":{"date-parts":[[1978,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110847864\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:32:31Z","timestamp":1618975951000},"score":25.270079,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110847864\/html"}},"subtitle":["Skizzen - aus der Geschichte der seinen Aufbau bildenden ehemaligen Firmen, nebst einem - Lebensabriss Dr. Walter de Gruyter''s"],"issued":{"date-parts":[[1978,12,31]]},"ISBN":["9783110076356"],"references-count":0,"alternative-id":["10.1515\/9783110847864"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110847864","published":{"date-parts":[[1978,12,31]]}},{"indexed":{"date-parts":[[2023,1,6]],"date-time":"2023-01-06T20:27:42Z","timestamp":1673036862210},"reference-count":0,"publisher":"Edinburgh - University Press","isbn-type":[{"value":"9780748629862","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,5,11]]},"DOI":"10.1515\/9780748629862","type":"book","created":{"date-parts":[[2022,2,16]],"date-time":"2022-02-16T17:53:23Z","timestamp":1645034003000},"source":"Crossref","is-referenced-by-count":90,"title":["A - Glossary of Cognitive Linguistics"],"prefix":"10.1515","author":[{"given":"Vyvyan","family":"Evans","sequence":"first","affiliation":[]}],"member":"374","published-online":{"date-parts":[[2022,2,8]]},"deposited":{"date-parts":[[2022,2,16]],"date-time":"2022-02-16T17:53:24Z","timestamp":1645034004000},"score":23.845043,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9780748629862\/html"}},"issued":{"date-parts":[[2007,5,11]]},"ISBN":["9780748629862"],"references-count":0,"alternative-id":["10.1515\/9780748629862"],"URL":"http:\/\/dx.doi.org\/10.1515\/9780748629862","published":{"date-parts":[[2007,5,11]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T23:16:31Z","timestamp":1648854991452},"publisher-location":"Berlin, - New York","reference-count":0,"publisher":"Mouton de Gruyter","isbn-type":[{"value":"9783110196207","type":"print"},{"value":"9783110198799","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,12,14]]},"DOI":"10.1515\/9783110198799","type":"book","created":{"date-parts":[[2009,5,25]],"date-time":"2009-05-25T14:27:21Z","timestamp":1243261641000},"source":"Crossref","is-referenced-by-count":0,"title":["Cognitive - Paths into the Slavic Domain"],"prefix":"10.1515","member":"374","container-title":["Cognitive - Linguistics Research"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110198799\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T18:01:49Z","timestamp":1618941709000},"score":22.974134,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110198799\/html"}},"editor":[{"given":"Dagmar","family":"Divjak","sequence":"first","affiliation":[]},{"given":"Agata","family":"Kochanska","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2007,12,14]]},"ISBN":["9783110196207","9783110198799"],"references-count":0,"alternative-id":["10.1515\/9783110198799","10.1515\/clr"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110198799","ISSN":["1861-4132"],"issn-type":[{"value":"1861-4132","type":"print"}],"published":{"date-parts":[[2007,12,14]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T04:18:42Z","timestamp":1648613922418},"reference-count":0,"publisher":"DE - GRUYTER","isbn-type":[{"value":"9783110155792","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1999,12,31]]},"DOI":"10.1515\/9783110801323","type":"book","created":{"date-parts":[[2011,3,11]],"date-time":"2011-03-11T15:48:52Z","timestamp":1299858532000},"source":"Crossref","is-referenced-by-count":2,"title":["Sprache - und Sprachen in den Wissenschaften"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[1999,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/4968","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110801323\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T00:34:47Z","timestamp":1618965287000},"score":22.329079,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110801323\/html"}},"subtitle":["Geschichte - und Gegenwart. Festschrift f\u00fcr Walter de Gruyter & Co. anl\u00e4\u00dflich - einer 250j\u00e4hrigen Verlagstradition"],"editor":[{"given":"Herbert Ernst","family":"Wiegand","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[1999,12,31]]},"ISBN":["9783110155792"],"references-count":0,"alternative-id":["10.1515\/9783110801323"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110801323","published":{"date-parts":[[1999,12,31]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Sat, 07 Jan 2023 00:51:38 GMT + Auxiliary Systems","Typological Studies in Language"],"deposited":{"date-parts":[[2014,3,24]],"date-time":"2014-03-24T04:12:22Z","timestamp":1395634342000},"score":27.318472,"resource":{"primary":{"URL":"https:\/\/benjamins.com\/catalog\/tsl.69.02ara"}},"issued":{"date-parts":[[2007]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1075\/tsl.69.02ara","ISSN":["0167-7373"],"issn-type":[{"value":"0167-7373","type":"print"}],"published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T09:38:10Z","timestamp":1648546690680},"publisher-location":"Berlin, + Boston","reference-count":0,"publisher":"DE GRUYTER","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110816655.281","type":"book-chapter","created":{"date-parts":[[2014,5,21]],"date-time":"2014-05-21T13:24:35Z","timestamp":1400678675000},"source":"Crossref","is-referenced-by-count":0,"title":["Auswahlbibliographie"],"prefix":"10.1515","member":"374","container-title":["Der + Verlag Walter de Gruyter"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.281\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T03:20:18Z","timestamp":1618975218000},"score":27.311945,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110816655.281\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110816655.281"}],"items-per-page":20,"query":{"start-index":0,"search-terms":"The+semantic+categories+of+cutting+and+breaking+events:+A+crosslinguistic+perspective+2007+Walter+de+Gruyter+GmbH"}}}' + recorded_at: Sun, 15 Jan 2023 19:24:21 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/journal-issue-2.yml b/spec/vcr_cassettes/journal-issue-2.yml index 3bdb315..40863df 100644 --- a/spec/vcr_cassettes/journal-issue-2.yml +++ b/spec/vcr_cassettes/journal-issue-2.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Wed, 04 Jan 2023 02:30:08 GMT + - Sun, 15 Jan 2023 19:24:21 GMT Content-Type: - application/json Content-Length: - '782' Set-Cookie: - - AWSALB=+4fJuVU9cUJI9tQ6hdkydN3hcXAOdl/lIH921aXQ5ItfPrCY7F4Cbb8kjjKCi8g2N2lYS2Bfbbj3ioFcrV8YVLSlv7qDv5vQ8TcsomKDmN6R0Ic7POLPMXoBA5t+; - Expires=Wed, 11 Jan 2023 02:30:08 GMT; Path=/ - - AWSALBCORS=+4fJuVU9cUJI9tQ6hdkydN3hcXAOdl/lIH921aXQ5ItfPrCY7F4Cbb8kjjKCi8g2N2lYS2Bfbbj3ioFcrV8YVLSlv7qDv5vQ8TcsomKDmN6R0Ic7POLPMXoBA5t+; - Expires=Wed, 11 Jan 2023 02:30:08 GMT; Path=/; SameSite=None + - AWSALB=RU4/RbHo1iF3xzyBu95oujOygznHr3bKICxjTXKdKGOkh7tcn4I2pEt1vcWYzQi6aO/XD5BXqCgt8lE5ykeiP8Fr2rd2xXoZ5fcBfau+qbbiIAF9ju6fcNrJ4JL0; + Expires=Sun, 22 Jan 2023 19:24:21 GMT; Path=/ + - AWSALBCORS=RU4/RbHo1iF3xzyBu95oujOygznHr3bKICxjTXKdKGOkh7tcn4I2pEt1vcWYzQi6aO/XD5BXqCgt8lE5ykeiP8Fr2rd2xXoZ5fcBfau+qbbiIAF9ju6fcNrJ4JL0; + Expires=Sun, 22 Jan 2023 19:24:21 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -60,7 +60,7 @@ http_interactions: encoding: ASCII-8BIT string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T09:23:31Z","timestamp":1648977811565},"reference-count":0,"publisher":"Wiley","issue":"1","license":[{"start":{"date-parts":[[2015,9,1]],"date-time":"2015-09-01T00:00:00Z","timestamp":1441065600000},"content-version":"tdm","delay-in-days":8919,"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["Literacy"],"published-print":{"date-parts":[[1991,4]]},"DOI":"10.1111\/read.1991.25.issue-1","type":"journal-issue","created":{"date-parts":[[2007,2,10]],"date-time":"2007-02-10T00:26:03Z","timestamp":1171067163000},"source":"Crossref","is-referenced-by-count":0,"title":[],"prefix":"10.1111","volume":"25","member":"311","container-title":["Literacy"],"original-title":[],"language":"en","link":[{"URL":"http:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1111%2Fread.1991.25.issue-1","content-type":"unspecified","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2016,2,24]],"date-time":"2016-02-24T03:42:05Z","timestamp":1456285325000},"score":1,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1111\/read.1991.25.issue-1"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[1991,4]]},"references-count":0,"journal-issue":{"issue":"1","published-print":{"date-parts":[[1991,4]]}},"URL":"http:\/\/dx.doi.org\/10.1111\/read.1991.25.issue-1","relation":{},"ISSN":["1741-4350","1741-4369"],"issn-type":[{"value":"1741-4350","type":"print"},{"value":"1741-4369","type":"electronic"}],"subject":["Language and Linguistics","Education"],"published":{"date-parts":[[1991,4]]}}}' - recorded_at: Wed, 04 Jan 2023 02:30:08 GMT + recorded_at: Sun, 15 Jan 2023 19:24:21 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=1991%2BWiley @@ -80,7 +80,7 @@ http_interactions: message: OK headers: Date: - - Wed, 04 Jan 2023 02:30:12 GMT + - Sun, 15 Jan 2023 19:24:25 GMT Content-Type: - application/json Transfer-Encoding: @@ -112,7 +112,7 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":159952,"items":[{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T12:37:05Z","timestamp":1648989425418},"publisher-location":"Dordrecht","reference-count":32,"publisher":"Springer + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":160066,"items":[{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T12:37:05Z","timestamp":1648989425418},"publisher-location":"Dordrecht","reference-count":32,"publisher":"Springer Netherlands","isbn-type":[{"value":"9780792309710","type":"print"},{"value":"9789401137942","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1991]]},"DOI":"10.1007\/978-94-011-3794-2_11","type":"book-chapter","created":{"date-parts":[[2011,9,13]],"date-time":"2011-09-13T16:48:57Z","timestamp":1315932537000},"page":"301-426","source":"Crossref","is-referenced-by-count":1,"title":["Spacecraft Subsystems"],"prefix":"10.1007","author":[{"given":"James R.","family":"Wertz","sequence":"first","affiliation":[]},{"given":"Wiley J.","family":"Larson","sequence":"additional","affiliation":[]}],"member":"297","reference":[{"key":"11_CR1","volume-title":"Design @@ -223,15 +223,7 @@ http_interactions: Attitude Determination and Control","year":"1978","unstructured":"Wertz, James R. ed. 1978. Spacecraft Attitude Determination and Control. Dordrecht, Holland: D. Reidel Publishing Company."}],"container-title":["Space Mission Analysis - and Design"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-011-3794-2_11.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,12,4]],"date-time":"2020-12-04T19:00:05Z","timestamp":1607108405000},"score":16.882391,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-94-011-3794-2_11"}},"issued":{"date-parts":[[1991]]},"ISBN":["9780792309710","9789401137942"],"references-count":32,"URL":"http:\/\/dx.doi.org\/10.1007\/978-94-011-3794-2_11","published":{"date-parts":[[1991]]}},{"indexed":{"date-parts":[[2022,8,20]],"date-time":"2022-08-20T02:49:49Z","timestamp":1660963789061},"publisher-location":"Dordrecht","reference-count":1,"publisher":"Springer - Netherlands","isbn-type":[{"value":"9780792309710","type":"print"},{"value":"9789401137942","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1991]]},"DOI":"10.1007\/978-94-011-3794-2_1","type":"book-chapter","created":{"date-parts":[[2011,9,13]],"date-time":"2011-09-13T16:48:57Z","timestamp":1315932537000},"page":"1-18","source":"Crossref","is-referenced-by-count":4,"title":["The - Space Mission Analysis and Design Process"],"prefix":"10.1007","author":[{"given":"James - R.","family":"Wertz","sequence":"first","affiliation":[]},{"given":"Wiley - J.","family":"Larson","sequence":"additional","affiliation":[]}],"member":"297","reference":[{"key":"1_CR1","volume-title":"System - Engineering Management Guide","author":"Defense Systems Management College","year":"1986","unstructured":"Defense - Systems Management College. 1986. System Engineering Management Guide. 2nd - ed. Ft. Belvoir, VA.","edition":"2"}],"container-title":["Space Mission Analysis - and Design"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-011-3794-2_1.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,12,4]],"date-time":"2020-12-04T19:00:04Z","timestamp":1607108404000},"score":15.9547205,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-94-011-3794-2_1"}},"issued":{"date-parts":[[1991]]},"ISBN":["9780792309710","9789401137942"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1007\/978-94-011-3794-2_1","published":{"date-parts":[[1991]]}},{"indexed":{"date-parts":[[2023,1,3]],"date-time":"2023-01-03T08:12:54Z","timestamp":1672733574488},"reference-count":318,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1991]]},"DOI":"10.1016\/s0065-3454(08)60322-8","type":"book-chapter","created":{"date-parts":[[2008,4,15]],"date-time":"2008-04-15T12:59:06Z","timestamp":1208264346000},"page":"201-291","source":"Crossref","is-referenced-by-count":138,"title":["Lekking + and Design"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-011-3794-2_11.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,12,4]],"date-time":"2020-12-04T19:00:05Z","timestamp":1607108405000},"score":16.885883,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-94-011-3794-2_11"}},"issued":{"date-parts":[[1991]]},"ISBN":["9780792309710","9789401137942"],"references-count":32,"URL":"http:\/\/dx.doi.org\/10.1007\/978-94-011-3794-2_11","published":{"date-parts":[[1991]]}},{"indexed":{"date-parts":[[2023,1,3]],"date-time":"2023-01-03T08:12:54Z","timestamp":1672733574488},"reference-count":318,"publisher":"Elsevier","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1991]]},"DOI":"10.1016\/s0065-3454(08)60322-8","type":"book-chapter","created":{"date-parts":[[2008,4,15]],"date-time":"2008-04-15T12:59:06Z","timestamp":1208264346000},"page":"201-291","source":"Crossref","is-referenced-by-count":138,"title":["Lekking in Birds and Mammals: Behavioral and Evolutionary Issues"],"prefix":"10.1016","author":[{"given":"R. Haven","family":"Wiley","sequence":"first","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/S0065-3454(08)60322-8_bib1","doi-asserted-by":"crossref","first-page":"363","DOI":"10.1111\/j.1095-8312.1988.tb01969.x","article-title":"Patterns of variation in tail ornament size in birds","volume":"34","author":"Alatalo","year":"1988","journal-title":"Biol. @@ -827,12 +819,20 @@ http_interactions: Effects on sexual selection","volume":"42","author":"Zuk","year":"1988","journal-title":"Evolution (Lawrence. Kans.)"},{"key":"10.1016\/S0065-3454(08)60322-8_bib317","doi-asserted-by":"crossref","first-page":"1141","DOI":"10.2307\/3799243","article-title":"Removal and repopulation of blue grouse in an increasing population","volume":"36","author":"Zwickel","year":"1972","journal-title":"J. - Wildl Manage."}],"container-title":["Advances in the Study of Behavior"],"deposited":{"date-parts":[[2020,5,4]],"date-time":"2020-05-04T09:27:05Z","timestamp":1588584425000},"score":15.9547205,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/S0065345408603228"}},"issued":{"date-parts":[[1991]]},"references-count":318,"URL":"http:\/\/dx.doi.org\/10.1016\/s0065-3454(08)60322-8","ISSN":["0065-3454"],"issn-type":[{"value":"0065-3454","type":"print"}],"published":{"date-parts":[[1991]]}},{"indexed":{"date-parts":[[2022,8,18]],"date-time":"2022-08-18T15:18:01Z","timestamp":1660835881982},"reference-count":0,"publisher":"Society + Wildl Manage."}],"container-title":["Advances in the Study of Behavior"],"deposited":{"date-parts":[[2020,5,4]],"date-time":"2020-05-04T09:27:05Z","timestamp":1588584425000},"score":15.955841,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/S0065345408603228"}},"issued":{"date-parts":[[1991]]},"references-count":318,"URL":"http:\/\/dx.doi.org\/10.1016\/s0065-3454(08)60322-8","ISSN":["0065-3454"],"issn-type":[{"value":"0065-3454","type":"print"}],"published":{"date-parts":[[1991]]}},{"indexed":{"date-parts":[[2022,8,20]],"date-time":"2022-08-20T02:49:49Z","timestamp":1660963789061},"publisher-location":"Dordrecht","reference-count":1,"publisher":"Springer + Netherlands","isbn-type":[{"value":"9780792309710","type":"print"},{"value":"9789401137942","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1991]]},"DOI":"10.1007\/978-94-011-3794-2_1","type":"book-chapter","created":{"date-parts":[[2011,9,13]],"date-time":"2011-09-13T16:48:57Z","timestamp":1315932537000},"page":"1-18","source":"Crossref","is-referenced-by-count":4,"title":["The + Space Mission Analysis and Design Process"],"prefix":"10.1007","author":[{"given":"James + R.","family":"Wertz","sequence":"first","affiliation":[]},{"given":"Wiley + J.","family":"Larson","sequence":"additional","affiliation":[]}],"member":"297","reference":[{"key":"1_CR1","volume-title":"System + Engineering Management Guide","author":"Defense Systems Management College","year":"1986","unstructured":"Defense + Systems Management College. 1986. System Engineering Management Guide. 2nd + ed. Ft. Belvoir, VA.","edition":"2"}],"container-title":["Space Mission Analysis + and Design"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-011-3794-2_1.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,12,4]],"date-time":"2020-12-04T19:00:04Z","timestamp":1607108404000},"score":15.955841,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-94-011-3794-2_1"}},"issued":{"date-parts":[[1991]]},"ISBN":["9780792309710","9789401137942"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1007\/978-94-011-3794-2_1","published":{"date-parts":[[1991]]}},{"indexed":{"date-parts":[[2022,8,18]],"date-time":"2022-08-18T15:18:01Z","timestamp":1660835881982},"reference-count":0,"publisher":"Society of Exploration Geophysicists","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1991,1]]},"DOI":"10.1190\/1.9781560802754.ch10","type":"book-chapter","created":{"date-parts":[[2011,8,9]],"date-time":"2011-08-09T15:29:38Z","timestamp":1312903778000},"page":"153-174","source":"Crossref","is-referenced-by-count":4,"title":["10. Case History 5 Ray-Trace Modeling for Salt Proximity Surveys"],"prefix":"10.1190","author":[{"given":"E. A.","family":"Nosal","sequence":"first","affiliation":[]},{"given":"C. J.","family":"Callahan","sequence":"additional","affiliation":[]},{"given":"R. W.","family":"Wiley","sequence":"additional","affiliation":[]}],"member":"186","published-online":{"date-parts":[[2012,3,21]]},"container-title":["Seismic - Modeling of Geologic Structures"],"link":[{"URL":"https:\/\/library.seg.org\/doi\/pdf\/10.1190\/1.9781560802754.ch10","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,18]],"date-time":"2019-10-18T14:00:08Z","timestamp":1571407208000},"score":13.891315,"resource":{"primary":{"URL":"https:\/\/library.seg.org\/doi\/10.1190\/1.9781560802754.ch10"}},"issued":{"date-parts":[[1991,1]]},"references-count":0,"alternative-id":["10.1190\/1.9781560802754.ch10","10.1190\/1.9781560802754"],"URL":"http:\/\/dx.doi.org\/10.1190\/1.9781560802754.ch10","published":{"date-parts":[[1991,1]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T21:08:08Z","timestamp":1648674488630},"publisher-location":"Berlin, + Modeling of Geologic Structures"],"link":[{"URL":"https:\/\/library.seg.org\/doi\/pdf\/10.1190\/1.9781560802754.ch10","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,18]],"date-time":"2019-10-18T14:00:08Z","timestamp":1571407208000},"score":13.84404,"resource":{"primary":{"URL":"https:\/\/library.seg.org\/doi\/10.1190\/1.9781560802754.ch10"}},"issued":{"date-parts":[[1991,1]]},"references-count":0,"alternative-id":["10.1190\/1.9781560802754.ch10","10.1190\/1.9781560802754"],"URL":"http:\/\/dx.doi.org\/10.1190\/1.9781560802754.ch10","published":{"date-parts":[[1991,1]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T21:08:08Z","timestamp":1648674488630},"publisher-location":"Berlin, Heidelberg","reference-count":5,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783642843587","type":"print"},{"value":"9783642843563","type":"electronic"}],"license":[{"start":{"date-parts":[[1991,1,1]],"date-time":"1991-01-01T00:00:00Z","timestamp":662688000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1991]]},"DOI":"10.1007\/978-3-642-84356-3_27","type":"book-chapter","created":{"date-parts":[[2011,12,7]],"date-time":"2011-12-07T23:40:51Z","timestamp":1323301251000},"page":"471-487","source":"Crossref","is-referenced-by-count":0,"title":["An Advanced AGVS Control System: An Example of Integrated Design and Control"],"prefix":"10.1007","author":[{"given":"Ronald A.","family":"Bohlander","sequence":"first","affiliation":[]},{"given":"Wiley @@ -858,7 +858,7 @@ http_interactions: Material Handling Focus\u2019 88, sponsored by MHRC, Atlanta, (September 1988)."},{"key":"27_CR5","unstructured":"Kim, C.W. and J.M.A. Tanchoco, \u201cPrototyping Integration Requirements of Free-Path AGV Systems\u201d, these proceedings."}],"container-title":["Progress in Material - Handling and Logistics","Material Handling \u201990"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-84356-3_27","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,29]],"date-time":"2020-01-29T21:49:19Z","timestamp":1580334559000},"score":13.8420105,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-84356-3_27"}},"issued":{"date-parts":[[1991]]},"ISBN":["9783642843587","9783642843563"],"references-count":5,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-84356-3_27","ISSN":["0938-1740"],"issn-type":[{"value":"0938-1740","type":"print"}],"published":{"date-parts":[[1991]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T21:48:10Z","timestamp":1649022490262},"publisher-location":"Boston, + Handling and Logistics","Material Handling \u201990"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-642-84356-3_27","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,29]],"date-time":"2020-01-29T21:49:19Z","timestamp":1580334559000},"score":13.83869,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-642-84356-3_27"}},"issued":{"date-parts":[[1991]]},"ISBN":["9783642843587","9783642843563"],"references-count":5,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-642-84356-3_27","ISSN":["0938-1740"],"issn-type":[{"value":"0938-1740","type":"print"}],"published":{"date-parts":[[1991]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T21:48:10Z","timestamp":1649022490262},"publisher-location":"Boston, MA","reference-count":65,"publisher":"Springer US","isbn-type":[{"value":"9781468459784","type":"print"},{"value":"9781468459760","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1991]]},"DOI":"10.1007\/978-1-4684-5976-0_3","type":"book-chapter","created":{"date-parts":[[2012,3,14]],"date-time":"2012-03-14T08:39:57Z","timestamp":1331714397000},"page":"27-44","source":"Crossref","is-referenced-by-count":1,"title":["Cells Infected by Human Immunodeficiency Virus in Vivo"],"prefix":"10.1007","author":[{"given":"Catherine","family":"Reynolds-Kohler","sequence":"first","affiliation":[]},{"given":"Clayton","family":"Wiley","sequence":"additional","affiliation":[]},{"given":"Jay A.","family":"Nelson","sequence":"additional","affiliation":[]}],"member":"297","reference":[{"key":"3_CR1","doi-asserted-by":"publisher","first-page":"59","DOI":"10.1126\/science.6328660","volume":"225","author":"D @@ -1100,14 +1100,14 @@ http_interactions: about Hofbauer cells in chorionic villi of the human placenta. Acta Anat. 119:18 (1984).","journal-title":"Acta Anat"}],"container-title":["Mechanisms and Specificity of HIV Entry into Host Cells","Advances in Experimental Medicine - and Biology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4684-5976-0_3.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,5,1]],"date-time":"2021-05-01T20:45:23Z","timestamp":1619901923000},"score":13.6726055,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4684-5976-0_3"}},"issued":{"date-parts":[[1991]]},"ISBN":["9781468459784","9781468459760"],"references-count":65,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4684-5976-0_3","ISSN":["0065-2598"],"issn-type":[{"value":"0065-2598","type":"print"}],"published":{"date-parts":[[1991]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T14:07:27Z","timestamp":1648994847333},"publisher-location":"Chichester, + and Biology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4684-5976-0_3.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,5,1]],"date-time":"2021-05-01T20:45:23Z","timestamp":1619901923000},"score":13.698145,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4684-5976-0_3"}},"issued":{"date-parts":[[1991]]},"ISBN":["9781468459784","9781468459760"],"references-count":65,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4684-5976-0_3","ISSN":["0065-2598"],"issn-type":[{"value":"0065-2598","type":"print"}],"published":{"date-parts":[[1991]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T14:07:27Z","timestamp":1648994847333},"publisher-location":"Chichester, UK","reference-count":0,"publisher":"John Wiley & Sons, Ltd","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118774199.advert","type":"book-chapter","created":{"date-parts":[[2015,12,12]],"date-time":"2015-12-12T13:12:24Z","timestamp":1449925944000},"page":"548-548","source":"Crossref","is-referenced-by-count":12,"title":["Wiley End User License Agreement"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2015,12,11]]},"container-title":["The - Wiley Blackwell Companion to Ancient Israel"],"link":[{"URL":"http:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2F9781118774199.advert","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118774199.advert\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T12:31:55Z","timestamp":1625056315000},"score":13.260973,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118774199.advert"}},"issued":{"date-parts":[[2015,12,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118774199.advert","published":{"date-parts":[[2015,12,11]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T07:56:37Z","timestamp":1648626997397},"publisher-location":"Chichester, + Wiley Blackwell Companion to Ancient Israel"],"link":[{"URL":"http:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2F9781118774199.advert","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118774199.advert\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T12:31:55Z","timestamp":1625056315000},"score":13.309802,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118774199.advert"}},"issued":{"date-parts":[[2015,12,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118774199.advert","published":{"date-parts":[[2015,12,11]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T07:56:37Z","timestamp":1648626997397},"publisher-location":"Chichester, UK","reference-count":0,"publisher":"John Wiley & Sons, Ltd","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118367377.index","type":"book-chapter","created":{"date-parts":[[2014,5,31]],"date-time":"2014-05-31T01:57:01Z","timestamp":1401501421000},"page":"629-650","source":"Crossref","is-referenced-by-count":0,"title":["Index"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2014,5,30]]},"container-title":["The - Wiley Handbook of Genius"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118367377.index\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T21:53:25Z","timestamp":1625003605000},"score":12.762807,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118367377.index"}},"issued":{"date-parts":[[2014,5,30]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118367377.index","published":{"date-parts":[[2014,5,30]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:03:13Z","timestamp":1649170993293},"publisher-location":"Chichester, + Wiley Handbook of Genius"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118367377.index\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T21:53:25Z","timestamp":1625003605000},"score":12.745647,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118367377.index"}},"issued":{"date-parts":[[2014,5,30]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118367377.index","published":{"date-parts":[[2014,5,30]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:03:13Z","timestamp":1649170993293},"publisher-location":"Chichester, UK","reference-count":0,"publisher":"John Wiley & Sons, Ltd","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118367377.app1","type":"book-chapter","created":{"date-parts":[[2014,5,31]],"date-time":"2014-05-31T01:57:01Z","timestamp":1401501421000},"page":"619-628","source":"Crossref","is-referenced-by-count":0,"title":["Appendix"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2014,5,30]]},"container-title":["The - Wiley Handbook of Genius"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118367377.app1\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T21:49:59Z","timestamp":1625003399000},"score":12.712758,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118367377.app1"}},"issued":{"date-parts":[[2014,5,30]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118367377.app1","published":{"date-parts":[[2014,5,30]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T04:40:02Z","timestamp":1649220002447},"publisher-location":"Chichester, + Wiley Handbook of Genius"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118367377.app1\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T21:49:59Z","timestamp":1625003399000},"score":12.722778,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118367377.app1"}},"issued":{"date-parts":[[2014,5,30]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118367377.app1","published":{"date-parts":[[2014,5,30]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T04:40:02Z","timestamp":1649220002447},"publisher-location":"Chichester, UK","reference-count":26,"publisher":"John Wiley & Sons, Ltd","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118367377.fmatter","type":"book-chapter","created":{"date-parts":[[2014,5,31]],"date-time":"2014-05-31T01:57:01Z","timestamp":1401501421000},"page":"i-xxi","source":"Crossref","is-referenced-by-count":0,"title":["Front Matter"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2014,5,30]]},"reference":[{"key":"10.1002\/9781118367377.fmatter-BIB1|cit1","doi-asserted-by":"crossref","first-page":"140","DOI":"10.1037\/h0076861","article-title":"Toward a behavioral definition of genius","volume":"30","author":"Albert","year":"1975","journal-title":"American @@ -1139,19 +1139,19 @@ http_interactions: and creativity: Selected papers","author":"Simonton","year":"1997"},{"key":"10.1002\/9781118367377.fmatter-BIB25|cit25","volume-title":"Origins of genius: Darwinian perspectives on creativity","author":"Simonton","year":"1999"},{"key":"10.1002\/9781118367377.fmatter-BIB26|cit26","first-page":"635","volume-title":"Handbook of individual differences","author":"Simonton","year":"2011"}],"container-title":["The - Wiley Handbook of Genius"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118367377.fmatter\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T09:10:14Z","timestamp":1649149814000},"score":12.643486,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118367377.fmatter"}},"issued":{"date-parts":[[2014,5,30]]},"references-count":26,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118367377.fmatter","published":{"date-parts":[[2014,5,30]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:16:42Z","timestamp":1648685802416},"publisher-location":"Chichester, + Wiley Handbook of Genius"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118367377.fmatter\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T09:10:14Z","timestamp":1649149814000},"score":12.625572,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118367377.fmatter"}},"issued":{"date-parts":[[2014,5,30]]},"references-count":26,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118367377.fmatter","published":{"date-parts":[[2014,5,30]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:16:42Z","timestamp":1648685802416},"publisher-location":"Chichester, UK","reference-count":0,"publisher":"John Wiley & Sons, Ltd","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118775349.index","type":"book-chapter","created":{"date-parts":[[2014,4,5]],"date-time":"2014-04-05T03:03:01Z","timestamp":1396666981000},"page":"1391-1403","source":"Crossref","is-referenced-by-count":0,"title":["Index"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2014,4,4]]},"container-title":["The - Wiley Handbook of Anxiety Disorders"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118775349.index\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T13:08:48Z","timestamp":1625058528000},"score":12.594562,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118775349.index"}},"issued":{"date-parts":[[2014,4,4]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118775349.index","published":{"date-parts":[[2014,4,4]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:16:34Z","timestamp":1648718194428},"publisher-location":"Chichester, + Wiley Handbook of Anxiety Disorders"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118775349.index\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T13:08:48Z","timestamp":1625058528000},"score":12.601518,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118775349.index"}},"issued":{"date-parts":[[2014,4,4]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118775349.index","published":{"date-parts":[[2014,4,4]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:16:34Z","timestamp":1648718194428},"publisher-location":"Chichester, UK","reference-count":0,"publisher":"John Wiley & Sons, Ltd","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118367377.insert","type":"book-chapter","created":{"date-parts":[[2014,5,31]],"date-time":"2014-05-31T01:57:01Z","timestamp":1401501421000},"page":"651-653","source":"Crossref","is-referenced-by-count":0,"title":["Color Plates"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2014,5,30]]},"container-title":["The - Wiley Handbook of Genius"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118367377.insert\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T21:44:56Z","timestamp":1625003096000},"score":12.594562,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118367377.insert"}},"issued":{"date-parts":[[2014,5,30]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118367377.insert","published":{"date-parts":[[2014,5,30]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T16:28:11Z","timestamp":1648657691231},"publisher-location":"Chichester, + Wiley Handbook of Genius"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118367377.insert\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T21:44:56Z","timestamp":1625003096000},"score":12.601518,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118367377.insert"}},"issued":{"date-parts":[[2014,5,30]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118367377.insert","published":{"date-parts":[[2014,5,30]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T16:28:11Z","timestamp":1648657691231},"publisher-location":"Chichester, UK","reference-count":0,"publisher":"John Wiley & Sons, Ltd","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118774199.index","type":"book-chapter","created":{"date-parts":[[2015,12,12]],"date-time":"2015-12-12T13:12:24Z","timestamp":1449925944000},"page":"535-547","source":"Crossref","is-referenced-by-count":0,"title":["Index"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2015,12,11]]},"container-title":["The - Wiley Blackwell Companion to Ancient Israel"],"link":[{"URL":"http:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2F9781118774199.index","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118774199.index\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T12:52:20Z","timestamp":1625057540000},"score":12.546118,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118774199.index"}},"issued":{"date-parts":[[2015,12,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118774199.index","published":{"date-parts":[[2015,12,11]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T11:32:10Z","timestamp":1648985530204},"publisher-location":"Oxford, + Wiley Blackwell Companion to Ancient Israel"],"link":[{"URL":"http:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2F9781118774199.index","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118774199.index\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T12:52:20Z","timestamp":1625057540000},"score":12.5930395,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118774199.index"}},"issued":{"date-parts":[[2015,12,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118774199.index","published":{"date-parts":[[2015,12,11]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T11:32:10Z","timestamp":1648985530204},"publisher-location":"Oxford, UK","reference-count":0,"publisher":"Wiley-Blackwell","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118384404.index","type":"book-chapter","created":{"date-parts":[[2013,1,16]],"date-time":"2013-01-16T02:49:58Z","timestamp":1358304598000},"page":"755-766","source":"Crossref","is-referenced-by-count":1,"title":["Index"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2013,1,15]]},"container-title":["The - Wiley-Blackwell Handbook of Addiction Psychopharmacology"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118384404.index\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T22:13:51Z","timestamp":1625004831000},"score":12.526376,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118384404.index"}},"issued":{"date-parts":[[2013,1,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118384404.index","published":{"date-parts":[[2013,1,15]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T00:09:09Z","timestamp":1649030949678},"publisher-location":"Chichester, + Wiley-Blackwell Handbook of Addiction Psychopharmacology"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118384404.index\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T22:13:51Z","timestamp":1625004831000},"score":12.507737,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118384404.index"}},"issued":{"date-parts":[[2013,1,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118384404.index","published":{"date-parts":[[2013,1,15]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T00:09:09Z","timestamp":1649030949678},"publisher-location":"Chichester, UK","reference-count":0,"publisher":"John Wiley & Sons, Ltd","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118775349.fmatter","type":"book-chapter","created":{"date-parts":[[2014,4,5]],"date-time":"2014-04-05T03:03:01Z","timestamp":1396666981000},"page":"i-xix","source":"Crossref","is-referenced-by-count":0,"title":["Front Matter"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2014,4,4]]},"container-title":["The - Wiley Handbook of Anxiety Disorders"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118775349.fmatter\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T12:31:48Z","timestamp":1625056308000},"score":12.483624,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118775349.fmatter"}},"issued":{"date-parts":[[2014,4,4]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118775349.fmatter","published":{"date-parts":[[2014,4,4]]}},{"indexed":{"date-parts":[[2022,5,29]],"date-time":"2022-05-29T03:40:07Z","timestamp":1653795607616},"publisher-location":"Chichester, + Wiley Handbook of Anxiety Disorders"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118775349.fmatter\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T12:31:48Z","timestamp":1625056308000},"score":12.489671,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118775349.fmatter"}},"issued":{"date-parts":[[2014,4,4]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118775349.fmatter","published":{"date-parts":[[2014,4,4]]}},{"indexed":{"date-parts":[[2022,5,29]],"date-time":"2022-05-29T03:40:07Z","timestamp":1653795607616},"publisher-location":"Chichester, UK","reference-count":27,"publisher":"John Wiley & Sons, Ltd","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118774199.ch0","type":"book-chapter","created":{"date-parts":[[2015,12,12]],"date-time":"2015-12-12T13:12:24Z","timestamp":1449925944000},"page":"1-8","source":"Crossref","is-referenced-by-count":0,"title":["Editor''s Introduction"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2015,12,11]]},"reference":[{"key":"10.1002\/9781118774199.ch0-BIB1|cit1","first-page":"233","article-title":"Excavations at Tel Arad: Preliminary report on the second season","volume":"17","author":"Aharoni","year":"1967","journal-title":"Israel @@ -1195,21 +1195,21 @@ http_interactions: Exploration Journal"},{"key":"10.1002\/9781118774199.ch0-BIB26|cit26","first-page":"591","volume-title":"Ashkelon 3: The Seventh Century BC","author":"Weiss","year":"2011"},{"key":"10.1002\/9781118774199.ch0-BIB27|cit27","volume-title":"The Religions of Ancient Israel: A Synthesis of Parallactic Approaches","author":"Zevit","year":"2001"}],"container-title":["The - Wiley Blackwell Companion to Ancient Israel"],"link":[{"URL":"http:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2F9781118774199.ch0","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118774199.ch0\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,5,29]],"date-time":"2022-05-29T02:59:53Z","timestamp":1653793193000},"score":12.477462,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118774199.ch0"}},"issued":{"date-parts":[[2015,12,11]]},"references-count":27,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118774199.ch0","published":{"date-parts":[[2015,12,11]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T04:29:20Z","timestamp":1649219360467},"publisher-location":"Chichester, + Wiley Blackwell Companion to Ancient Israel"],"link":[{"URL":"http:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2F9781118774199.ch0","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118774199.ch0\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,5,29]],"date-time":"2022-05-29T02:59:53Z","timestamp":1653793193000},"score":12.484381,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118774199.ch0"}},"issued":{"date-parts":[[2015,12,11]]},"references-count":27,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118774199.ch0","published":{"date-parts":[[2015,12,11]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T04:29:20Z","timestamp":1649219360467},"publisher-location":"Chichester, UK","reference-count":0,"publisher":"John Wiley & Sons, Ltd","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118774199.fmatter","type":"book-chapter","created":{"date-parts":[[2015,12,12]],"date-time":"2015-12-12T13:12:24Z","timestamp":1449925944000},"page":"i-xiv","source":"Crossref","is-referenced-by-count":0,"title":["Front Matter"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2015,12,11]]},"container-title":["The - Wiley Blackwell Companion to Ancient Israel"],"link":[{"URL":"http:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2F9781118774199.fmatter","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118774199.fmatter\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T13:44:06Z","timestamp":1625060646000},"score":12.463756,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118774199.fmatter"}},"issued":{"date-parts":[[2015,12,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118774199.fmatter","published":{"date-parts":[[2015,12,11]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T12:20:27Z","timestamp":1648729227220},"publisher-location":"Berkeley, + Wiley Blackwell Companion to Ancient Israel"],"link":[{"URL":"http:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2F9781118774199.fmatter","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118774199.fmatter\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T13:44:06Z","timestamp":1625060646000},"score":12.483176,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118774199.fmatter"}},"issued":{"date-parts":[[2015,12,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118774199.fmatter","published":{"date-parts":[[2015,12,11]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T12:20:27Z","timestamp":1648729227220},"publisher-location":"Berkeley, CA","reference-count":0,"publisher":"Apress","isbn-type":[{"value":"9781484220764","type":"print"},{"value":"9781484220771","type":"electronic"}],"license":[{"start":{"date-parts":[[2016,1,1]],"date-time":"2016-01-01T00:00:00Z","timestamp":1451606400000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2016,1,1]],"date-time":"2016-01-01T00:00:00Z","timestamp":1451606400000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2016]]},"DOI":"10.1007\/978-1-4842-2077-1_4","type":"book-chapter","created":{"date-parts":[[2016,11,18]],"date-time":"2016-11-18T05:04:29Z","timestamp":1479445469000},"page":"43-60","source":"Crossref","is-referenced-by-count":0,"title":["Writing Functions"],"prefix":"10.1007","author":[{"given":"Matt","family":"Wiley","sequence":"first","affiliation":[]},{"given":"Joshua F.","family":"Wiley","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2016,11,19]]},"container-title":["Advanced - R"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4842-2077-1_4","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,12,1]],"date-time":"2016-12-01T08:32:18Z","timestamp":1480581138000},"score":12.411415,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4842-2077-1_4"}},"issued":{"date-parts":[[2016]]},"ISBN":["9781484220764","9781484220771"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4842-2077-1_4","published":{"date-parts":[[2016]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T09:05:48Z","timestamp":1648544748427},"publisher-location":"Oxford, + R"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4842-2077-1_4","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,12,1]],"date-time":"2016-12-01T08:32:18Z","timestamp":1480581138000},"score":12.392081,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4842-2077-1_4"}},"issued":{"date-parts":[[2016]]},"ISBN":["9781484220764","9781484220771"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4842-2077-1_4","published":{"date-parts":[[2016]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T09:05:48Z","timestamp":1648544748427},"publisher-location":"Oxford, UK","reference-count":0,"publisher":"Wiley-Blackwell","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118384404.oth2","type":"book-chapter","created":{"date-parts":[[2013,1,16]],"date-time":"2013-01-16T02:49:58Z","timestamp":1358304598000},"page":"768-774","source":"Crossref","is-referenced-by-count":0,"title":["Color Plate"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2013,1,15]]},"container-title":["The - Wiley-Blackwell Handbook of Addiction Psychopharmacology"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118384404.oth2\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T22:21:41Z","timestamp":1625005301000},"score":12.368715,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118384404.oth2"}},"issued":{"date-parts":[[2013,1,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118384404.oth2","published":{"date-parts":[[2013,1,15]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T03:41:50Z","timestamp":1648870910420},"publisher-location":"Hoboken, + Wiley-Blackwell Handbook of Addiction Psychopharmacology"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118384404.oth2\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T22:21:41Z","timestamp":1625005301000},"score":12.374379,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118384404.oth2"}},"issued":{"date-parts":[[2013,1,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118384404.oth2","published":{"date-parts":[[2013,1,15]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T03:41:50Z","timestamp":1648870910420},"publisher-location":"Hoboken, NJ, USA","reference-count":0,"publisher":"John Wiley & Sons, Inc.","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9780470146316.scard","type":"book-chapter","created":{"date-parts":[[2007,7,23]],"date-time":"2007-07-23T22:46:28Z","timestamp":1185230788000},"page":"391-392","source":"Crossref","is-referenced-by-count":0,"title":["Wiley Series in Survey Methodology"],"prefix":"10.1002","member":"311","container-title":["Margins - of Error","Wiley Series in Survey Methodology"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9780470146316.scard","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T01:19:40Z","timestamp":1625015980000},"score":12.368715,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9780470146316.scard"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9780470146316.scard"}],"items-per-page":20,"query":{"start-index":0,"search-terms":"1991+Wiley"}}}' - recorded_at: Wed, 04 Jan 2023 02:30:12 GMT + of Error","Wiley Series in Survey Methodology"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9780470146316.scard","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T01:19:40Z","timestamp":1625015980000},"score":12.374379,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9780470146316.scard"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9780470146316.scard"}],"items-per-page":20,"query":{"start-index":0,"search-terms":"1991+Wiley"}}}' + recorded_at: Sun, 15 Jan 2023 19:24:25 GMT - request: method: get uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Literacy,%20Wiley,%20,%201991%22&rows=10 @@ -1229,11 +1229,11 @@ http_interactions: message: OK headers: Date: - - Wed, 04 Jan 2023 02:30:25 GMT + - Sun, 15 Jan 2023 19:24:28 GMT Content-Type: - application/json Content-Length: - - '3219' + - '3225' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -1261,40 +1261,40 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":8941,"items":[{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T05:50:09Z","timestamp":1648533009550},"edition-number":"1","reference-count":0,"publisher":"Wiley","isbn-type":[{"value":"9781119261377","type":"print"},{"value":"9781119261407","type":"electronic"}],"license":[{"start":{"date-parts":[[2019,10,7]],"date-time":"2019-10-07T00:00:00Z","timestamp":1570406400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,10,11]]},"DOI":"10.1002\/9781119261407","type":"book","created":{"date-parts":[[2019,9,4]],"date-time":"2019-09-04T06:50:18Z","timestamp":1567579818000},"source":"Crossref","is-referenced-by-count":0,"title":["The - Wiley Handbook of Adult Literacy"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2019,10,7]]},"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/pdf\/10.1002\/9781119261407","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/pdf\/10.1002\/9781119261407","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,9,4]],"date-time":"2019-09-04T06:50:19Z","timestamp":1567579819000},"score":20.165863,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/book\/10.1002\/9781119261407"}},"editor":[{"given":"Dolores","family":"Perin","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019,10,7]]},"ISBN":["9781119261377","9781119261407"],"references-count":0,"alternative-id":["10.1002\/9781119261407"],"URL":"http:\/\/dx.doi.org\/10.1002\/9781119261407","published":{"date-parts":[[2019,10,7]]}},{"indexed":{"date-parts":[[2023,1,1]],"date-time":"2023-01-01T23:48:07Z","timestamp":1672616887732},"publisher-location":"Hoboken, + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":8932,"items":[{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T05:50:09Z","timestamp":1648533009550},"edition-number":"1","reference-count":0,"publisher":"Wiley","isbn-type":[{"value":"9781119261377","type":"print"},{"value":"9781119261407","type":"electronic"}],"license":[{"start":{"date-parts":[[2019,10,7]],"date-time":"2019-10-07T00:00:00Z","timestamp":1570406400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,10,11]]},"DOI":"10.1002\/9781119261407","type":"book","created":{"date-parts":[[2019,9,4]],"date-time":"2019-09-04T06:50:18Z","timestamp":1567579818000},"source":"Crossref","is-referenced-by-count":0,"title":["The + Wiley Handbook of Adult Literacy"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2019,10,7]]},"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/pdf\/10.1002\/9781119261407","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/pdf\/10.1002\/9781119261407","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,9,4]],"date-time":"2019-09-04T06:50:19Z","timestamp":1567579819000},"score":20.122818,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/book\/10.1002\/9781119261407"}},"editor":[{"given":"Dolores","family":"Perin","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019,10,7]]},"ISBN":["9781119261377","9781119261407"],"references-count":0,"alternative-id":["10.1002\/9781119261407"],"URL":"http:\/\/dx.doi.org\/10.1002\/9781119261407","published":{"date-parts":[[2019,10,7]]}},{"indexed":{"date-parts":[[2023,1,12]],"date-time":"2023-01-12T01:25:50Z","timestamp":1673486750947},"publisher-location":"Hoboken, NJ, USA","reference-count":0,"publisher":"John Wiley & Sons, Inc.","isbn-type":[{"value":"9781118150528","type":"electronic"},{"value":"9780471615286","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1991,10,21]]},"DOI":"10.1002\/9781118150528","type":"book","created":{"date-parts":[[2012,1,30]],"date-time":"2012-01-30T18:13:17Z","timestamp":1327947197000},"source":"Crossref","is-referenced-by-count":198,"title":["Forecasting with Dynamic Regression Models"],"prefix":"10.1002","author":[{"given":"Alan","family":"Pankratz","sequence":"first","affiliation":[]}],"member":"311","container-title":["Wiley - Series in Probability and Statistics"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118150528\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,2,23]],"date-time":"2021-02-23T21:53:02Z","timestamp":1614117182000},"score":16.223492,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1002\/9781118150528"}},"subtitle":["Pankratz\/Forecasting"],"issued":{"date-parts":[[1991,10,21]]},"ISBN":["9781118150528","9780471615286"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118150528","ISSN":["1940-6347"],"issn-type":[{"value":"1940-6347","type":"electronic"}],"published":{"date-parts":[[1991,10,21]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T11:10:25Z","timestamp":1649157025865},"reference-count":0,"publisher":"Harvard + Series in Probability and Statistics"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118150528\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,2,23]],"date-time":"2021-02-23T21:53:02Z","timestamp":1614117182000},"score":16.220057,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1002\/9781118150528"}},"subtitle":["Pankratz\/Forecasting"],"issued":{"date-parts":[[1991,10,21]]},"ISBN":["9781118150528","9780471615286"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118150528","ISSN":["1940-6347"],"issn-type":[{"value":"1940-6347","type":"electronic"}],"published":{"date-parts":[[1991,10,21]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T11:10:25Z","timestamp":1649157025865},"reference-count":0,"publisher":"Harvard University Press","isbn-type":[{"value":"9780674864474","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1991,12,31]]},"DOI":"10.4159\/harvard.9780674864481","type":"book","created":{"date-parts":[[2014,4,1]],"date-time":"2014-04-01T20:08:20Z","timestamp":1396382900000},"source":"Crossref","is-referenced-by-count":1,"title":["Unfulfilled Expectations"],"prefix":"10.4159","author":[{"given":"Irene F.","family":"Goodman","sequence":"first","affiliation":[]},{"given":"Lowry","family":"Hemphill","sequence":"additional","affiliation":[]},{"given":"Catherine E.","family":"Snow","sequence":"additional","affiliation":[]},{"given":"Wendy - S.","family":"Barnes","sequence":"additional","affiliation":[]},{"given":"Jean","family":"Chandler","sequence":"additional","affiliation":[]}],"member":"2652","published-online":{"date-parts":[[1991,12,31]]},"link":[{"URL":"https:\/\/hup.degruyter.com\/view\/title\/322171","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/hup.degruyter.com\/downloadpdf\/title\/322171","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,3,20]],"date-time":"2021-03-20T13:32:33Z","timestamp":1616247153000},"score":15.377148,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.4159\/harvard.9780674864481\/html"}},"subtitle":["Home + S.","family":"Barnes","sequence":"additional","affiliation":[]},{"given":"Jean","family":"Chandler","sequence":"additional","affiliation":[]}],"member":"2652","published-online":{"date-parts":[[1991,12,31]]},"link":[{"URL":"https:\/\/hup.degruyter.com\/view\/title\/322171","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/hup.degruyter.com\/downloadpdf\/title\/322171","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,3,20]],"date-time":"2021-03-20T13:32:33Z","timestamp":1616247153000},"score":15.357254,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.4159\/harvard.9780674864481\/html"}},"subtitle":["Home and School Influences on Literacy"],"issued":{"date-parts":[[1991,12,31]]},"ISBN":["9780674864474"],"references-count":0,"alternative-id":["10.4159\/harvard.9780674864481"],"URL":"http:\/\/dx.doi.org\/10.4159\/harvard.9780674864481","published":{"date-parts":[[1991,12,31]]}},{"indexed":{"date-parts":[[2022,12,17]],"date-time":"2022-12-17T01:27:22Z","timestamp":1671240442519},"publisher-location":"Hoboken, NJ, USA","reference-count":0,"publisher":"John Wiley & Sons, Inc.","isbn-type":[{"value":"9780470316832","type":"electronic"},{"value":"9780471527350","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1991,8,22]]},"DOI":"10.1002\/9780470316832","type":"book","created":{"date-parts":[[2008,5,27]],"date-time":"2008-05-27T15:40:51Z","timestamp":1211902851000},"source":"Crossref","is-referenced-by-count":94,"title":["Fundamentals of Exploratory Analysis of Variance"],"prefix":"10.1002","member":"311","container-title":["Wiley - Series in Probability and Statistics"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9780470316832","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,3]],"date-time":"2018-08-03T11:31:23Z","timestamp":1533295883000},"score":15.278854,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1002\/9780470316832"}},"editor":[{"given":"David + Series in Probability and Statistics"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9780470316832","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,3]],"date-time":"2018-08-03T11:31:23Z","timestamp":1533295883000},"score":15.320274,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1002\/9780470316832"}},"editor":[{"given":"David C.","family":"Hoaglin","sequence":"first","affiliation":[]},{"given":"Frederick","family":"Mosteller","sequence":"additional","affiliation":[]},{"given":"John - W.","family":"Tukey","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1991,8,22]]},"ISBN":["9780470316832","9780471527350"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9780470316832","ISSN":["1940-6347"],"issn-type":[{"value":"1940-6347","type":"electronic"}],"published":{"date-parts":[[1991,8,22]]}},{"indexed":{"date-parts":[[2023,1,2]],"date-time":"2023-01-02T02:15:01Z","timestamp":1672625701609},"publisher-location":"Hoboken, - NJ, USA","reference-count":0,"publisher":"John Wiley & Sons, Inc.","isbn-type":[{"value":"9780471622673","type":"print"},{"value":"0471622672","type":"print"},{"value":"9780471725336","type":"electronic"},{"value":"0471725331","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1991,3,13]]},"DOI":"10.1002\/0471725331","type":"book","created":{"date-parts":[[2005,1,29]],"date-time":"2005-01-29T01:28:28Z","timestamp":1106962108000},"source":"Crossref","is-referenced-by-count":2138,"title":["A + W.","family":"Tukey","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1991,8,22]]},"ISBN":["9780470316832","9780471527350"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9780470316832","ISSN":["1940-6347"],"issn-type":[{"value":"1940-6347","type":"electronic"}],"published":{"date-parts":[[1991,8,22]]}},{"indexed":{"date-parts":[[2023,1,14]],"date-time":"2023-01-14T03:14:47Z","timestamp":1673666087883},"publisher-location":"Hoboken, + NJ, USA","reference-count":0,"publisher":"John Wiley & Sons, Inc.","isbn-type":[{"value":"9780471622673","type":"print"},{"value":"0471622672","type":"print"},{"value":"9780471725336","type":"electronic"},{"value":"0471725331","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1991,3,13]]},"DOI":"10.1002\/0471725331","type":"book","created":{"date-parts":[[2005,1,29]],"date-time":"2005-01-29T01:28:28Z","timestamp":1106962108000},"source":"Crossref","is-referenced-by-count":2148,"title":["A Use''s Guide to Principal Components"],"prefix":"10.1002","author":[{"given":"J. Edward","family":"Jackson","sequence":"first","affiliation":[]}],"member":"311","published-online":{"date-parts":[[2004,12,1]]},"container-title":["Wiley - Series in Probability and Statistics"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/0471725331","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,10,22]],"date-time":"2018-10-22T15:06:06Z","timestamp":1540220766000},"score":14.824486,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1002\/0471725331"}},"subtitle":["Jackson\/User''s + Series in Probability and Statistics"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/0471725331","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,10,22]],"date-time":"2018-10-22T15:06:06Z","timestamp":1540220766000},"score":14.825565,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1002\/0471725331"}},"subtitle":["Jackson\/User''s Guide to Principal Components"],"issued":{"date-parts":[[1991,3,13]]},"ISBN":["9780471622673","0471622672","9780471725336","0471725331"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/0471725331","ISSN":["1940-6347"],"issn-type":[{"value":"1940-6347","type":"electronic"}],"published":{"date-parts":[[1991,3,13]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:50:49Z","timestamp":1648687849503},"publisher-location":"Berkeley, CA","reference-count":0,"publisher":"Apress","isbn-type":[{"value":"9781484220764","type":"print"},{"value":"9781484220771","type":"electronic"}],"license":[{"start":{"date-parts":[[2016,1,1]],"date-time":"2016-01-01T00:00:00Z","timestamp":1451606400000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2016]]},"DOI":"10.1007\/978-1-4842-2077-1","type":"book","created":{"date-parts":[[2016,11,18]],"date-time":"2016-11-18T05:04:29Z","timestamp":1479445469000},"source":"Crossref","is-referenced-by-count":1,"title":["Advanced R"],"prefix":"10.1007","author":[{"given":"Matt","family":"Wiley","sequence":"first","affiliation":[]},{"given":"Joshua - F.","family":"Wiley","sequence":"additional","affiliation":[]}],"member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4842-2077-1.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4842-2077-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,12,1]],"date-time":"2016-12-01T08:32:16Z","timestamp":1480581136000},"score":12.790118,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4842-2077-1"}},"issued":{"date-parts":[[2016]]},"ISBN":["9781484220764","9781484220771"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4842-2077-1","published":{"date-parts":[[2016]]}},{"indexed":{"date-parts":[[2022,9,2]],"date-time":"2022-09-02T17:26:27Z","timestamp":1662139587479},"publisher-location":"Chichester, + F.","family":"Wiley","sequence":"additional","affiliation":[]}],"member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4842-2077-1.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4842-2077-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,12,1]],"date-time":"2016-12-01T08:32:16Z","timestamp":1480581136000},"score":12.791651,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4842-2077-1"}},"issued":{"date-parts":[[2016]]},"ISBN":["9781484220764","9781484220771"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4842-2077-1","published":{"date-parts":[[2016]]}},{"indexed":{"date-parts":[[2022,9,2]],"date-time":"2022-09-02T17:26:27Z","timestamp":1662139587479},"publisher-location":"Chichester, UK","reference-count":0,"publisher":"John Wiley & Sons, Ltd","isbn-type":[{"value":"9781118367377","type":"electronic"},{"value":"9781118367407","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,6,3]]},"DOI":"10.1002\/9781118367377","type":"book","created":{"date-parts":[[2014,5,31]],"date-time":"2014-05-31T01:57:01Z","timestamp":1401501421000},"source":"Crossref","is-referenced-by-count":9,"title":["The - Wiley Handbook of Genius"],"prefix":"10.1002","member":"311","link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118367377\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,2,23]],"date-time":"2021-02-23T14:35:10Z","timestamp":1614090910000},"score":12.282128,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1002\/9781118367377"}},"subtitle":["Simonton\/The + Wiley Handbook of Genius"],"prefix":"10.1002","member":"311","link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118367377\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,2,23]],"date-time":"2021-02-23T14:35:10Z","timestamp":1614090910000},"score":12.283716,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1002\/9781118367377"}},"subtitle":["Simonton\/The Wiley"],"editor":[{"given":"Dean Keith","family":"Simonton","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2014,6,3]]},"ISBN":["9781118367377","9781118367407"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118367377","published":{"date-parts":[[2014,6,3]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T13:20:28Z","timestamp":1648905628041},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9780203823910","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203823910","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T09:17:17Z","timestamp":1394788637000},"source":"Crossref","is-referenced-by-count":1,"title":["Jumpstart! - Literacy"],"prefix":"10.4324","author":[{"given":"Pie","family":"Corbett","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2013,8,16]]},"deposited":{"date-parts":[[2019,11,22]],"date-time":"2019-11-22T11:42:47Z","timestamp":1574422967000},"score":12.232742,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136775543"}},"subtitle":["Key + Literacy"],"prefix":"10.4324","author":[{"given":"Pie","family":"Corbett","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2013,8,16]]},"deposited":{"date-parts":[[2019,11,22]],"date-time":"2019-11-22T11:42:47Z","timestamp":1574422967000},"score":12.216898,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136775543"}},"subtitle":["Key Stage 2\/3 Literacy Games"],"issued":{"date-parts":[[2013,8,16]]},"ISBN":["9780203823910"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203823910","published":{"date-parts":[[2013,8,16]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T05:40:54Z","timestamp":1649050854559},"publisher-location":"Berkeley, CA","reference-count":0,"publisher":"Apress","isbn-type":[{"value":"9781484260524","type":"print"},{"value":"9781484260531","type":"electronic"}],"license":[{"start":{"date-parts":[[2020,1,1]],"date-time":"2020-01-01T00:00:00Z","timestamp":1577836800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2020,1,1]],"date-time":"2020-01-01T00:00:00Z","timestamp":1577836800000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.1007\/978-1-4842-6053-1","type":"book","created":{"date-parts":[[2020,10,17]],"date-time":"2020-10-17T10:02:50Z","timestamp":1602928970000},"source":"Crossref","is-referenced-by-count":0,"title":["Beginning R 4"],"prefix":"10.1007","author":[{"given":"Matt","family":"Wiley","sequence":"first","affiliation":[]},{"given":"Joshua - F.","family":"Wiley","sequence":"additional","affiliation":[]}],"member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4842-6053-1.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4842-6053-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,10,17]],"date-time":"2020-10-17T10:10:25Z","timestamp":1602929425000},"score":12.153682,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4842-6053-1"}},"subtitle":["From - Beginner to Pro"],"issued":{"date-parts":[[2020]]},"ISBN":["9781484260524","9781484260531"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4842-6053-1","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T14:14:32Z","timestamp":1648563272195},"publisher-location":"Chichester, - UK","reference-count":0,"publisher":"John Wiley & Sons, Ltd","isbn-type":[{"value":"9781118775349","type":"electronic"},{"value":"9781118775356","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,3,24]]},"DOI":"10.1002\/9781118775349","type":"book","created":{"date-parts":[[2014,4,5]],"date-time":"2014-04-05T03:03:01Z","timestamp":1396666981000},"source":"Crossref","is-referenced-by-count":7,"title":["The - Wiley Handbook of Anxiety Disorders"],"prefix":"10.1002","member":"311","link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118775349\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,2,23]],"date-time":"2021-02-23T14:44:08Z","timestamp":1614091448000},"score":12.060118,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1002\/9781118775349"}},"subtitle":["Emmelkamp\/The - Wiley"],"editor":[{"given":"Paul","family":"Emmelkamp","sequence":"first","affiliation":[]},{"given":"Thomas","family":"Ehring","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2014,3,24]]},"ISBN":["9781118775349","9781118775356"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118775349","published":{"date-parts":[[2014,3,24]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Wed, 04 Jan 2023 02:30:25 GMT + F.","family":"Wiley","sequence":"additional","affiliation":[]}],"member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4842-6053-1.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4842-6053-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,10,17]],"date-time":"2020-10-17T10:10:25Z","timestamp":1602929425000},"score":12.177288,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-4842-6053-1"}},"subtitle":["From + Beginner to Pro"],"issued":{"date-parts":[[2020]]},"ISBN":["9781484260524","9781484260531"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4842-6053-1","published":{"date-parts":[[2020]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T04:24:53Z","timestamp":1648959893614},"publisher-location":"Chichester, + UK","reference-count":0,"publisher":"John Wiley & Sons Ltd","isbn-type":[{"value":"9781118316153","type":"electronic"},{"value":"9781119978923","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,7,24]]},"DOI":"10.1002\/9781118316153","type":"book","created":{"date-parts":[[2013,8,2]],"date-time":"2013-08-02T11:03:53Z","timestamp":1375441433000},"source":"Crossref","is-referenced-by-count":4,"title":["The + Wiley-Blackwell Handbook of Mood Disorders"],"prefix":"10.1002","member":"311","link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118316153\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,2,23]],"date-time":"2021-02-23T14:53:03Z","timestamp":1614091983000},"score":12.059802,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1002\/9781118316153"}},"subtitle":["Power\/The + Wiley-Blackwell"],"editor":[{"given":"Mick","family":"Power","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2013,7,24]]},"ISBN":["9781118316153","9781119978923"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118316153","published":{"date-parts":[[2013,7,24]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' + recorded_at: Sun, 15 Jan 2023 19:24:28 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/journal-volume.yml b/spec/vcr_cassettes/journal-volume.yml index ed92cac..feec0f4 100644 --- a/spec/vcr_cassettes/journal-volume.yml +++ b/spec/vcr_cassettes/journal-volume.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Wed, 04 Jan 2023 05:35:38 GMT + - Sun, 15 Jan 2023 19:24:28 GMT Content-Type: - application/json Content-Length: - '643' Set-Cookie: - - AWSALB=StDNhIX9D3C/ocXpa731XiVptCz5lwTuMK+CU5jin+6FoMywDnuDqgwSNO/sK+F2RqkqIruzMJfCQAdWgEzK9uN8Y8HyJjfLh6Ku40KfHdv5bWfBQbbyP6ahJCxt; - Expires=Wed, 11 Jan 2023 05:35:38 GMT; Path=/ - - AWSALBCORS=StDNhIX9D3C/ocXpa731XiVptCz5lwTuMK+CU5jin+6FoMywDnuDqgwSNO/sK+F2RqkqIruzMJfCQAdWgEzK9uN8Y8HyJjfLh6Ku40KfHdv5bWfBQbbyP6ahJCxt; - Expires=Wed, 11 Jan 2023 05:35:38 GMT; Path=/; SameSite=None + - AWSALB=WxB5RJFEMoqWzZ7hZuH+7KVXpOpwCV+tmST7PV7FFFTaBYy/p6gNwbyVxoJ6FId6t9nqKrrNxAjclAC9aP3wx37pFXHzpMZGolP0L48YnF36BFVJpJtp2W/iat65; + Expires=Sun, 22 Jan 2023 19:24:28 GMT; Path=/ + - AWSALBCORS=WxB5RJFEMoqWzZ7hZuH+7KVXpOpwCV+tmST7PV7FFFTaBYy/p6gNwbyVxoJ6FId6t9nqKrrNxAjclAC9aP3wx37pFXHzpMZGolP0L48YnF36BFVJpJtp2W/iat65; + Expires=Sun, 22 Jan 2023 19:24:28 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -63,7 +63,7 @@ http_interactions: 2020, Innaugural Issue","Student Journal of Occupational Therapy"],"original-title":[],"deposited":{"date-parts":[[2021,12,31]],"date-time":"2021-12-31T05:46:13Z","timestamp":1640929573000},"score":1,"resource":{"primary":{"URL":"https:\/\/soar.usa.edu\/sjot\/vol1\/"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.46409\/001.rlpt5688","archive":["Internet Archive"],"relation":{},"ISSN":["2689-1662"],"issn-type":[{"value":"2689-1662","type":"electronic"}],"subject":["General Computer Science"]}}' - recorded_at: Wed, 04 Jan 2023 05:35:38 GMT + recorded_at: Sun, 15 Jan 2023 19:24:28 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Fall%2B2020,%2BInnaugural%2BIssue%2B2021%2BUniversity%2Bof%2BSt.%2BAugustine%2Bfor%2BHealth%2BSciences%2BLibrary @@ -83,11 +83,11 @@ http_interactions: message: OK headers: Date: - - Wed, 04 Jan 2023 05:35:40 GMT + - Sun, 15 Jan 2023 19:24:33 GMT Content-Type: - application/json Content-Length: - - '7048' + - '7053' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -115,7 +115,7 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":187484,"items":[{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T05:01:30Z","timestamp":1659502890001},"reference-count":0,"publisher":"Oxford + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":187944,"items":[{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T05:01:30Z","timestamp":1659502890001},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,9,23]]},"abstract":"

For Augustine, angels became demons in their failure to love God above all. This chapter gives an overview of that fall, beginning with Augustine\u2019s understanding @@ -136,10 +136,10 @@ http_interactions: with humans in history.<\/p>","DOI":"10.1093\/oso\/9780192846037.003.0003","type":"book-chapter","created":{"date-parts":[[2021,10,20]],"date-time":"2021-10-20T19:39:19Z","timestamp":1634758759000},"page":"53-93","source":"Crossref","is-referenced-by-count":0,"title":["The Fall of the Angels"],"prefix":"10.1093","author":[{"given":"Gregory D.","family":"Wiebe","sequence":"first","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2021,10,21]]},"container-title":["Fallen Angels in the Theology of St Augustine"],"original-title":["The Fall of the - Angels"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:47Z","timestamp":1659472967000},"score":34.9696,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338633947"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0003","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:05:11Z","timestamp":1648685111156},"reference-count":0,"publisher":"University + Angels"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:47Z","timestamp":1659472967000},"score":34.863148,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338633947"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0003","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T00:05:11Z","timestamp":1648685111156},"reference-count":0,"publisher":"University of South Carolina Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,7,17]]},"DOI":"10.2307\/j.ctvrxk35v.10","type":"book-chapter","created":{"date-parts":[[2020,7,21]],"date-time":"2020-07-21T21:00:42Z","timestamp":1595365242000},"page":"39-50","source":"Crossref","is-referenced-by-count":0,"title":["The Reception at St. Augustine"],"prefix":"10.2307","member":"1121","container-title":["Patriots - in Exile"],"deposited":{"date-parts":[[2020,7,21]],"date-time":"2020-07-21T21:00:56Z","timestamp":1595365256000},"score":26.71584,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctvrxk35v.10"}},"issued":{"date-parts":[[2020,7,17]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctvrxk35v.10","published":{"date-parts":[[2020,7,17]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:59:21Z","timestamp":1659502761802},"reference-count":0,"publisher":"Oxford + in Exile"],"deposited":{"date-parts":[[2020,7,21]],"date-time":"2020-07-21T21:00:56Z","timestamp":1595365256000},"score":26.739466,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctvrxk35v.10"}},"issued":{"date-parts":[[2020,7,17]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctvrxk35v.10","published":{"date-parts":[[2020,7,17]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:59:21Z","timestamp":1659502761802},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,9,23]]},"abstract":"

The concluding chapter considers the import of Augustine\u2019s religious or sacramental understanding of demons presented in the work as a whole, against the backdrop @@ -156,7 +156,7 @@ http_interactions: the demonic idols, the gods of the nations, about which Augustine is most concerned.<\/p>","DOI":"10.1093\/oso\/9780192846037.003.0008","type":"book-chapter","created":{"date-parts":[[2021,10,20]],"date-time":"2021-10-20T21:30:12Z","timestamp":1634765412000},"page":"222-232","source":"Crossref","is-referenced-by-count":0,"title":["Conclusion"],"prefix":"10.1093","author":[{"given":"Gregory D.","family":"Wiebe","sequence":"first","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2021,10,21]]},"container-title":["Fallen - Angels in the Theology of St Augustine"],"original-title":["Conclusion"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:49Z","timestamp":1659472969000},"score":26.540838,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338636124"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0008","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T05:01:40Z","timestamp":1659502900392},"reference-count":0,"publisher":"Oxford + Angels in the Theology of St Augustine"],"original-title":["Conclusion"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:49Z","timestamp":1659472969000},"score":26.551361,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338636124"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0008","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T05:01:40Z","timestamp":1659502900392},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,9,23]]},"abstract":"

The Introduction sets the context of the project within scholarly suspicion that demons are an archaic holdover from the Christianity of Augustine\u2019s historical @@ -171,10 +171,10 @@ http_interactions: himself used for his demonology are highlighted, especially Apuleius of Madaura and Porphyry of Tyre.<\/p>","DOI":"10.1093\/oso\/9780192846037.003.0001","type":"book-chapter","created":{"date-parts":[[2021,10,26]],"date-time":"2021-10-26T06:27:33Z","timestamp":1635229653000},"page":"1-15","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.1093","author":[{"given":"Gregory D.","family":"Wiebe","sequence":"first","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2021,10,21]]},"container-title":["Fallen - Angels in the Theology of St Augustine"],"original-title":["Introduction"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:47Z","timestamp":1659472967000},"score":26.523405,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338632863"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0001","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,9,2]],"date-time":"2022-09-02T18:41:39Z","timestamp":1662144099330},"publisher-location":"Dordrecht","reference-count":0,"publisher":"Springer + Angels in the Theology of St Augustine"],"original-title":["Introduction"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:47Z","timestamp":1659472967000},"score":26.515427,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338632863"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0001","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,9,2]],"date-time":"2022-09-02T18:41:39Z","timestamp":1662144099330},"publisher-location":"Dordrecht","reference-count":0,"publisher":"Springer Netherlands","license":[{"start":{"date-parts":[[2008,1,1]],"date-time":"2008-01-01T00:00:00Z","timestamp":1199145600000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2008,1,1]],"date-time":"2008-01-01T00:00:00Z","timestamp":1199145600000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2008,1,1]],"date-time":"2008-01-01T00:00:00Z","timestamp":1199145600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2008,1,1]],"date-time":"2008-01-01T00:00:00Z","timestamp":1199145600000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008]]},"DOI":"10.1007\/978-1-4020-5614-7_3356","type":"book-chapter","created":{"date-parts":[[2008,6,2]],"date-time":"2008-06-02T13:28:55Z","timestamp":1212413335000},"page":"1348-1348","source":"Crossref","is-referenced-by-count":0,"title":["St. Augustine"],"prefix":"10.1007","member":"297","container-title":["Encyclopedia - of Public Health"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4020-5614-7_3356","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,2]],"date-time":"2022-09-02T17:59:45Z","timestamp":1662141585000},"score":26.16019,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-1-4020-5614-7_3356"}},"issued":{"date-parts":[[2008]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4020-5614-7_3356","published":{"date-parts":[[2008]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:59:50Z","timestamp":1659502790758},"reference-count":0,"publisher":"Oxford + of Public Health"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-4020-5614-7_3356","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,2]],"date-time":"2022-09-02T17:59:45Z","timestamp":1662141585000},"score":26.166183,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-1-4020-5614-7_3356"}},"issued":{"date-parts":[[2008]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-4020-5614-7_3356","published":{"date-parts":[[2008]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:59:50Z","timestamp":1659502790758},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,9,23]]},"abstract":"

This chapter considers a variety of phenomena by which demons are perceived, focusing upon the more wondrous or miraculous. For Augustine, demons have power only @@ -193,21 +193,10 @@ http_interactions: The self-love in which they fell is the self-love to which all the works of demons ultimately refer and by which they are identifiable in those works.<\/p>","DOI":"10.1093\/oso\/9780192846037.003.0005","type":"book-chapter","created":{"date-parts":[[2021,10,20]],"date-time":"2021-10-20T19:13:41Z","timestamp":1634757221000},"page":"120-146","source":"Crossref","is-referenced-by-count":0,"title":["Demonic Phenomena"],"prefix":"10.1093","author":[{"given":"Gregory D.","family":"Wiebe","sequence":"first","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2021,10,21]]},"container-title":["Fallen - Angels in the Theology of St Augustine"],"original-title":["Demonic Phenomena"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:48Z","timestamp":1659472968000},"score":26.099604,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338635182"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0005","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:59:50Z","timestamp":1659502790826},"reference-count":0,"publisher":"Oxford - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,9,23]]},"abstract":"

This - chapter further investigates the question of demons and bodies, beginning - with the traditional belief that demons have bodies of air which Augustine - inherited from both Christians and philosophers. In Augustine\u2019s philosophically - rigorous reflections upon the nature of visions, he adopts a scripturally - prescribed reticence to speculate about the causal origins of visions that - makes it impossible to say that the demon\u2019s aerial body is the means - by which it appears to humans. In this way Augustine maintains a crucial ontological - distinction between the demonic nature itself and the various miracles, possessions, - and other phenomena by which it appears. An aerial body is not, strictly speaking, - a historical body per se, and is instead a way of speaking about the unknowable - methods by which demons do, in fact, appear among humans.<\/p>","DOI":"10.1093\/oso\/9780192846037.003.0004","type":"book-chapter","created":{"date-parts":[[2021,10,20]],"date-time":"2021-10-20T21:46:07Z","timestamp":1634766367000},"page":"94-119","source":"Crossref","is-referenced-by-count":0,"title":["Demonic - Bodies"],"prefix":"10.1093","author":[{"given":"Gregory D.","family":"Wiebe","sequence":"first","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2021,10,21]]},"container-title":["Fallen - Angels in the Theology of St Augustine"],"original-title":["Demonic Bodies"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:48Z","timestamp":1659472968000},"score":26.072289,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338634638"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0004","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:59:16Z","timestamp":1659502756266},"reference-count":0,"publisher":"Oxford + Angels in the Theology of St Augustine"],"original-title":["Demonic Phenomena"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:48Z","timestamp":1659472968000},"score":26.109179,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338635182"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0005","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T13:07:53Z","timestamp":1648904873965},"reference-count":0,"publisher":"University + Press of Florida","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015,9,9]]},"DOI":"10.2307\/j.ctvx06z6g.10","type":"book-chapter","created":{"date-parts":[[2020,2,19]],"date-time":"2020-02-19T20:21:06Z","timestamp":1582143666000},"page":"104-133","source":"Crossref","is-referenced-by-count":0,"title":["Historic + Preservation in St. Augustine"],"prefix":"10.2307","member":"1121","container-title":["Hotel + Ponce de Leon"],"deposited":{"date-parts":[[2020,2,19]],"date-time":"2020-02-19T20:21:41Z","timestamp":1582143701000},"score":26.087418,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctvx06z6g.10"}},"issued":{"date-parts":[[2015,9,9]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctvx06z6g.10","published":{"date-parts":[[2015,9,9]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:59:16Z","timestamp":1659502756266},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,9,23]]},"abstract":"

This chapter continues the investigation of signs and sacraments of demons in pagan religion and its gods, which Augustine sees as the very foundation of Rome\u2019s @@ -224,18 +213,29 @@ http_interactions: is false and wicked, and thus as the primary means by which humanity is to find freedom from such possession by the lordship of demons.<\/p>","DOI":"10.1093\/oso\/9780192846037.003.0007","type":"book-chapter","created":{"date-parts":[[2021,10,20]],"date-time":"2021-10-20T19:20:38Z","timestamp":1634757638000},"page":"178-221","source":"Crossref","is-referenced-by-count":0,"title":["Pagan Demonolatry"],"prefix":"10.1093","author":[{"given":"Gregory D.","family":"Wiebe","sequence":"first","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2021,10,21]]},"container-title":["Fallen - Angels in the Theology of St Augustine"],"original-title":["Pagan Demonolatry"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:49Z","timestamp":1659472969000},"score":26.054897,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338635735"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0007","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T13:07:53Z","timestamp":1648904873965},"reference-count":0,"publisher":"University - Press of Florida","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015,9,9]]},"DOI":"10.2307\/j.ctvx06z6g.10","type":"book-chapter","created":{"date-parts":[[2020,2,19]],"date-time":"2020-02-19T20:21:06Z","timestamp":1582143666000},"page":"104-133","source":"Crossref","is-referenced-by-count":0,"title":["Historic - Preservation in St. Augustine"],"prefix":"10.2307","member":"1121","container-title":["Hotel - Ponce de Leon"],"deposited":{"date-parts":[[2020,2,19]],"date-time":"2020-02-19T20:21:41Z","timestamp":1582143701000},"score":26.028934,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctvx06z6g.10"}},"issued":{"date-parts":[[2015,9,9]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctvx06z6g.10","published":{"date-parts":[[2015,9,9]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T06:38:18Z","timestamp":1648708698427},"reference-count":0,"publisher":"University + Angels in the Theology of St Augustine"],"original-title":["Pagan Demonolatry"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:49Z","timestamp":1659472969000},"score":26.07548,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338635735"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0007","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:59:50Z","timestamp":1659502790826},"reference-count":0,"publisher":"Oxford + University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,9,23]]},"abstract":"

This + chapter further investigates the question of demons and bodies, beginning + with the traditional belief that demons have bodies of air which Augustine + inherited from both Christians and philosophers. In Augustine\u2019s philosophically + rigorous reflections upon the nature of visions, he adopts a scripturally + prescribed reticence to speculate about the causal origins of visions that + makes it impossible to say that the demon\u2019s aerial body is the means + by which it appears to humans. In this way Augustine maintains a crucial ontological + distinction between the demonic nature itself and the various miracles, possessions, + and other phenomena by which it appears. An aerial body is not, strictly speaking, + a historical body per se, and is instead a way of speaking about the unknowable + methods by which demons do, in fact, appear among humans.<\/p>","DOI":"10.1093\/oso\/9780192846037.003.0004","type":"book-chapter","created":{"date-parts":[[2021,10,20]],"date-time":"2021-10-20T21:46:07Z","timestamp":1634766367000},"page":"94-119","source":"Crossref","is-referenced-by-count":0,"title":["Demonic + Bodies"],"prefix":"10.1093","author":[{"given":"Gregory D.","family":"Wiebe","sequence":"first","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2021,10,21]]},"container-title":["Fallen + Angels in the Theology of St Augustine"],"original-title":["Demonic Bodies"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:48Z","timestamp":1659472968000},"score":26.06242,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338634638"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0004","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T06:38:18Z","timestamp":1648708698427},"reference-count":0,"publisher":"University of South Carolina Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,7,17]]},"DOI":"10.2307\/j.ctvrxk35v.21","type":"book-chapter","created":{"date-parts":[[2020,7,21]],"date-time":"2020-07-21T21:00:42Z","timestamp":1595365242000},"page":"169-172","source":"Crossref","is-referenced-by-count":0,"title":["Appendix - B"],"prefix":"10.2307","member":"1121","container-title":["Patriots in Exile"],"deposited":{"date-parts":[[2020,7,21]],"date-time":"2020-07-21T21:01:12Z","timestamp":1595365272000},"score":25.622894,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctvrxk35v.21"}},"subtitle":["How + B"],"prefix":"10.2307","member":"1121","container-title":["Patriots in Exile"],"deposited":{"date-parts":[[2020,7,21]],"date-time":"2020-07-21T21:01:12Z","timestamp":1595365272000},"score":25.586899,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctvrxk35v.21"}},"subtitle":["How Many Patriots Were Exiled to St. Augustine?"],"issued":{"date-parts":[[2020,7,17]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctvrxk35v.21","published":{"date-parts":[[2020,7,17]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T10:49:23Z","timestamp":1648896563446},"reference-count":0,"publisher":"Bloomsbury Academic","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781472541529.ch-007","type":"book-chapter","created":{"date-parts":[[2014,9,12]],"date-time":"2014-09-12T14:52:14Z","timestamp":1410533534000},"source":"Crossref","is-referenced-by-count":0,"title":["St. Augustine and the Defense of Liberal Education"],"prefix":"10.5040","member":"2984","container-title":["St - Augustine"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T19:13:59Z","timestamp":1590088439000},"score":25.575422,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/st-augustine\/ch7-st-augustine-and-the-defense-of-liberal-education"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781472541529.ch-007"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T00:12:11Z","timestamp":1648771931722},"reference-count":0,"publisher":"Bloomsbury + Augustine"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T19:13:59Z","timestamp":1590088439000},"score":25.577648,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/st-augustine\/ch7-st-augustine-and-the-defense-of-liberal-education"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781472541529.ch-007"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T00:12:11Z","timestamp":1648771931722},"reference-count":0,"publisher":"Bloomsbury Academic","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781472541529.ch-001","type":"book-chapter","created":{"date-parts":[[2014,9,12]],"date-time":"2014-09-12T14:52:14Z","timestamp":1410533534000},"source":"Crossref","is-referenced-by-count":0,"title":["Approaching - Augustine"],"prefix":"10.5040","member":"2984","container-title":["St Augustine"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T19:13:56Z","timestamp":1590088436000},"score":25.521666,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/st-augustine\/ch1-approaching-augustine"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781472541529.ch-001"},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:59:27Z","timestamp":1659502767075},"reference-count":0,"publisher":"Oxford + Augustine"],"prefix":"10.5040","member":"2984","container-title":["St Augustine"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T19:13:56Z","timestamp":1590088436000},"score":25.54035,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/st-augustine\/ch1-approaching-augustine"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781472541529.ch-001"},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:59:27Z","timestamp":1659502767075},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,9,23]]},"abstract":"

This chapter establishes the creator-created, eternal-temporal distinction that is foundational for Augustine\u2019s theology. This distinction forms the @@ -256,9 +256,9 @@ http_interactions: Scriptures themselves.<\/p>","DOI":"10.1093\/oso\/9780192846037.003.0002","type":"book-chapter","created":{"date-parts":[[2021,10,20]],"date-time":"2021-10-20T21:58:15Z","timestamp":1634767095000},"page":"16-52","source":"Crossref","is-referenced-by-count":0,"title":["The Angels of God"],"prefix":"10.1093","author":[{"given":"Gregory D.","family":"Wiebe","sequence":"first","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2021,10,21]]},"container-title":["Fallen Angels in the Theology of St Augustine"],"original-title":["The Angels of - God"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:48Z","timestamp":1659472968000},"score":25.211977,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338633138"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0002","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T09:39:09Z","timestamp":1648805949682},"reference-count":0,"publisher":"University + God"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:48Z","timestamp":1659472968000},"score":25.235556,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338633138"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0002","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T09:39:09Z","timestamp":1648805949682},"reference-count":0,"publisher":"University of South Carolina Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,7,17]]},"DOI":"10.2307\/j.ctvrxk35v.20","type":"book-chapter","created":{"date-parts":[[2020,7,21]],"date-time":"2020-07-21T21:00:42Z","timestamp":1595365242000},"page":"155-168","source":"Crossref","is-referenced-by-count":0,"title":["Appendix - A"],"prefix":"10.2307","member":"1121","container-title":["Patriots in Exile"],"deposited":{"date-parts":[[2020,7,21]],"date-time":"2020-07-21T21:01:10Z","timestamp":1595365270000},"score":25.015148,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctvrxk35v.20"}},"subtitle":["Who + A"],"prefix":"10.2307","member":"1121","container-title":["Patriots in Exile"],"deposited":{"date-parts":[[2020,7,21]],"date-time":"2020-07-21T21:01:10Z","timestamp":1595365270000},"score":25.050228,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctvrxk35v.20"}},"subtitle":["Who Were the Patriots Exiled to St. Augustine in 1780?"],"issued":{"date-parts":[[2020,7,17]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctvrxk35v.20","published":{"date-parts":[[2020,7,17]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:59:22Z","timestamp":1659502762597},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,9,23]]},"abstract":"

This chapter begins to consider Augustine\u2019s perception of the history of Rome @@ -279,293 +279,20 @@ http_interactions: and confirm with wonders.<\/p>","DOI":"10.1093\/oso\/9780192846037.003.0006","type":"book-chapter","created":{"date-parts":[[2021,10,20]],"date-time":"2021-10-20T21:17:09Z","timestamp":1634764629000},"page":"147-177","source":"Crossref","is-referenced-by-count":0,"title":["The Devil and His Body"],"prefix":"10.1093","author":[{"given":"Gregory D.","family":"Wiebe","sequence":"first","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2021,10,21]]},"container-title":["Fallen Angels in the Theology of St Augustine"],"original-title":["The Devil and - His Body"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:48Z","timestamp":1659472968000},"score":24.85974,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338635445"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0006","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T23:19:42Z","timestamp":1648768782096},"reference-count":0,"publisher":"University + His Body"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:48Z","timestamp":1659472968000},"score":24.866796,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169\/chapter\/338635445"}},"issued":{"date-parts":[[2021,9,23]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.003.0006","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T23:19:42Z","timestamp":1648768782096},"reference-count":0,"publisher":"University Press of Florida","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,5,27]]},"DOI":"10.5744\/florida\/9780813049373.003.0009","type":"book-chapter","created":{"date-parts":[[2014,10,14]],"date-time":"2014-10-14T17:28:20Z","timestamp":1413307700000},"page":"101-124","source":"Crossref","is-referenced-by-count":0,"title":["Transforming St. Augustine, 1887"],"prefix":"10.5744","author":[{"given":"Thomas","family":"Graham","sequence":"first","affiliation":[]}],"member":"3749","container-title":["Mr. - Flagler''s St. Augustine"],"link":[{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813049373.001.0001\/upso-9780813049373-chapter-9","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,7,25]],"date-time":"2016-07-25T19:18:20Z","timestamp":1469474300000},"score":24.829617,"resource":{"primary":{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813049373.001.0001\/upso-9780813049373-chapter-9"}},"issued":{"date-parts":[[2014,5,27]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5744\/florida\/9780813049373.003.0009","published":{"date-parts":[[2014,5,27]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T05:17:49Z","timestamp":1649049469718},"reference-count":0,"publisher":"Bloomsbury + Flagler''s St. Augustine"],"link":[{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813049373.001.0001\/upso-9780813049373-chapter-9","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,7,25]],"date-time":"2016-07-25T19:18:20Z","timestamp":1469474300000},"score":24.857784,"resource":{"primary":{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813049373.001.0001\/upso-9780813049373-chapter-9"}},"issued":{"date-parts":[[2014,5,27]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5744\/florida\/9780813049373.003.0009","published":{"date-parts":[[2014,5,27]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T05:17:49Z","timestamp":1649049469718},"reference-count":0,"publisher":"Bloomsbury Academic","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.5040\/9781350053311.0026","type":"book-chapter","created":{"date-parts":[[2020,8,23]],"date-time":"2020-08-23T21:49:20Z","timestamp":1598219360000},"source":"Crossref","is-referenced-by-count":0,"title":["St. Augustine"],"prefix":"10.5040","author":[{"given":"Charles E.","family":"Snyder","sequence":"first","affiliation":[]}],"member":"2984","container-title":["The - Bloomsbury Companion to Arendt"],"deposited":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T19:50:37Z","timestamp":1599853837000},"score":24.722927,"resource":{"primary":{"URL":"http:\/\/www.bloomsburycollections.com\/book\/the-bloomsbury-companion-to-arendt\/ch20-st-augustine"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781350053311.0026","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T20:11:49Z","timestamp":1649189509377},"reference-count":0,"publisher":"University + Bloomsbury Companion to Arendt"],"deposited":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T19:50:37Z","timestamp":1599853837000},"score":24.684814,"resource":{"primary":{"URL":"http:\/\/www.bloomsburycollections.com\/book\/the-bloomsbury-companion-to-arendt\/ch20-st-augustine"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781350053311.0026","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T20:11:49Z","timestamp":1649189509377},"reference-count":0,"publisher":"University Press of Florida","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,5,27]]},"DOI":"10.5744\/florida\/9780813049373.003.0021","type":"book-chapter","created":{"date-parts":[[2014,10,14]],"date-time":"2014-10-14T17:28:20Z","timestamp":1413307700000},"page":"442-475","source":"Crossref","is-referenced-by-count":0,"title":["Returning to St. Augustine, 1906\u20131911"],"prefix":"10.5744","author":[{"given":"Thomas","family":"Graham","sequence":"first","affiliation":[]}],"member":"3749","container-title":["Mr. - Flagler''s St. Augustine"],"link":[{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813049373.001.0001\/upso-9780813049373-chapter-21","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,7,25]],"date-time":"2016-07-25T19:18:23Z","timestamp":1469474303000},"score":24.410458,"resource":{"primary":{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813049373.001.0001\/upso-9780813049373-chapter-21"}},"issued":{"date-parts":[[2014,5,27]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5744\/florida\/9780813049373.003.0021","published":{"date-parts":[[2014,5,27]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T03:43:46Z","timestamp":1648525426970},"reference-count":0,"publisher":"Bloomsbury + Flagler''s St. Augustine"],"link":[{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813049373.001.0001\/upso-9780813049373-chapter-21","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,7,25]],"date-time":"2016-07-25T19:18:23Z","timestamp":1469474303000},"score":24.42814,"resource":{"primary":{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813049373.001.0001\/upso-9780813049373-chapter-21"}},"issued":{"date-parts":[[2014,5,27]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5744\/florida\/9780813049373.003.0021","published":{"date-parts":[[2014,5,27]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T03:43:46Z","timestamp":1648525426970},"reference-count":0,"publisher":"Bloomsbury Academic","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781472541529.ch-006","type":"book-chapter","created":{"date-parts":[[2014,9,12]],"date-time":"2014-09-12T14:52:14Z","timestamp":1410533534000},"source":"Crossref","is-referenced-by-count":0,"title":["Augustine and Some Philosophers of Education"],"prefix":"10.5040","member":"2984","container-title":["St - Augustine"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T19:13:59Z","timestamp":1590088439000},"score":24.250164,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/st-augustine\/ch6-augustine-and-some-philosophers-of-education"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781472541529.ch-006"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T11:04:10Z","timestamp":1648724650215},"reference-count":0,"publisher":"The + Augustine"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T19:13:59Z","timestamp":1590088439000},"score":24.253313,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/st-augustine\/ch6-augustine-and-some-philosophers-of-education"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781472541529.ch-006"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T11:04:10Z","timestamp":1648724650215},"reference-count":0,"publisher":"The Lutterworth Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,1,28]]},"DOI":"10.2307\/j.ctv1j13z2z.7","type":"book-chapter","created":{"date-parts":[[2021,3,18]],"date-time":"2021-03-18T20:19:42Z","timestamp":1616098782000},"page":"32-40","source":"Crossref","is-referenced-by-count":0,"title":["Augustine"],"prefix":"10.2307","member":"1121","container-title":["Truth - and Reality"],"deposited":{"date-parts":[[2021,3,18]],"date-time":"2021-03-18T20:19:49Z","timestamp":1616098789000},"score":24.216301,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1j13z2z.7"}},"issued":{"date-parts":[[2021,1,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1j13z2z.7","published":{"date-parts":[[2021,1,28]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Fall+2020,+Innaugural+Issue+2021+University+of+St.+Augustine+for+Health+Sciences+Library"}}}' - recorded_at: Wed, 04 Jan 2023 05:35:40 GMT -- request: - method: get - uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Fall%202020,%20Innaugural%20Issue,%20University%20of%20St.%20Augustine%20for%20Health%20Sciences%20Library,%20,%202021%22&rows=10 - body: - encoding: US-ASCII - string: '' - headers: - User-Agent: - - Faraday v1.10.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 200 - message: OK - headers: - Date: - - Wed, 04 Jan 2023 05:35:42 GMT - Content-Type: - - application/json - Content-Length: - - '4681' - Access-Control-Expose-Headers: - - Link - Access-Control-Allow-Headers: - - X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language, - Accept-Ranges, Cache-Control - Access-Control-Allow-Origin: - - "*" - Vary: - - Accept-Encoding - Server: - - Jetty(9.4.40.v20210413) - X-Ratelimit-Limit: - - '50' - X-Ratelimit-Interval: - - 1s - X-Api-Pool: - - public - X-Rate-Limit-Limit: - - '50' - X-Rate-Limit-Interval: - - 1s - Permissions-Policy: - - interest-cohort=() - Connection: - - close - body: - encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":7849,"items":[{"indexed":{"date-parts":[[2022,9,14]],"date-time":"2022-09-14T08:26:45Z","timestamp":1663144005462},"edition-number":"1","reference-count":0,"publisher":"Oxford - University Press","isbn-type":[{"value":"9780192846037","type":"print"},{"value":"9780191938405","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,9,23]]},"abstract":"

This - book ventures to describe Augustine of Hippo\u2019s understanding of demons, - including the theology, angelology, and anthropology that contextualize it. - Demons are, for Augustine as for the Psalmist (95:5 LXX) and the Apostle (1 - Cor. 10:20), the \u2018gods of the nations\u2019. This means that Augustine\u2019s - demons are best understood neither when they are \u2018spiritualized\u2019 - as personifications of psychological struggles nor in terms of materialist - contagions that undergird a superstitious moralism. Rather, because the gods - of the nations are the paradigm of demonic power and influence over humanity, - Augustine sees the Christian\u2019s moral struggle against them within broader - questions of social bonds, cultural form, popular opinion, philosophical investigation, - liturgical movement, and so forth. In a word, Augustine\u2019s demons have - a religious<\/italic> significance, particularly in its Augustinian - sense of bonds and duties between persons, and between persons and that which - is divine. Demons are a highly integrated component of his broader theology, - rooted in his conception of angels as the ministers of all creation under - God, and informed by the doctrine of evil as privation and his understanding - of the fall; they take shape in his thoughts on human embodiment, desire, - visions, and the limits of human knowledge; and they manifest most profoundly - in his ecclesiology, through his theology of sacraments and religious incorporation, - and its engagement with traditional paganism and its most intelligent supporters, - the Platonists. As false mediators, demons are mediated by false religion, - the body of the devil, which Augustine opposes with an appeal to the true - mediator, Christ, and the true religion of his body, the church.<\/p>","DOI":"10.1093\/oso\/9780192846037.001.0001","type":"book","created":{"date-parts":[[2021,10,20]],"date-time":"2021-10-20T21:31:10Z","timestamp":1634765470000},"source":"Crossref","is-referenced-by-count":1,"title":["Fallen - Angels in the Theology of St Augustine"],"prefix":"10.1093","author":[{"given":"Gregory - D.","family":"Wiebe","sequence":"first","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2021,10,21]]},"original-title":["Fallen - Angels in the Theology of St Augustine"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:47Z","timestamp":1659472967000},"score":27.842035,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169"}},"issued":{"date-parts":[[2021,9,23]]},"ISBN":["9780192846037","9780191938405"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.001.0001","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T19:26:03Z","timestamp":1649186763468},"reference-count":0,"publisher":"Yale - University Press","isbn-type":[{"value":"9780300255775","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,10,1]]},"DOI":"10.12987\/9780300255775","type":"book","created":{"date-parts":[[2022,1,20]],"date-time":"2022-01-20T19:32:23Z","timestamp":1642707143000},"source":"Crossref","is-referenced-by-count":0,"title":["Soliloquies"],"prefix":"10.12987","author":[{"given":"Saint","family":"Augustine","sequence":"first","affiliation":[]}],"member":"5164","published-online":{"date-parts":[[2020,11,11]]},"deposited":{"date-parts":[[2022,1,20]],"date-time":"2022-01-20T19:32:25Z","timestamp":1642707145000},"score":25.87598,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.12987\/9780300255775\/html"}},"subtitle":["St. - Augustine''s Cassiciacum Dialogues, Volume 4"],"issued":{"date-parts":[[2020,10,1]]},"ISBN":["9780300255775"],"references-count":0,"alternative-id":["10.12987\/9780300255775"],"URL":"http:\/\/dx.doi.org\/10.12987\/9780300255775","relation":{"is-identical-to":[{"id-type":"doi","id":"10.2307\/j.ctv177tkb8","asserted-by":"subject"},{"id-type":"doi","id":"10.12987\/yale\/9780300238549.001.0001","asserted-by":"subject"}]},"published":{"date-parts":[[2020,10,1]]}},{"indexed":{"date-parts":[[2022,7,7]],"date-time":"2022-07-07T07:13:52Z","timestamp":1657178032436},"reference-count":0,"publisher":"Oxford - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,9]]},"abstract":"

This - chapter examines Augustine of Hippo''s political thought. After providing - a brief biography of St Augustine, it considers the fate of his texts within - the world of academic political theory and the general suspicion of \u2018religious\u2019 - thinkers within that world. It then analyses Augustine''s understanding of - the human person as a bundle of complex desires and emotions as well as the - implications of his claim that human sociality is a given and goes all the - way down. It also explores Augustine''s arguments regarding the interplay - of caritas<\/italic> and cupiditas<\/italic> in the moral - orientations of persons and of cultures. Finally, it describes Augustine''s - reflections on the themes of war and peace, locating him as the father of - the tradition of \u2018just war\u2019 theory.<\/p>","DOI":"10.1093\/hepl\/9780198708926.003.0007","type":"book","created":{"date-parts":[[2017,9,1]],"date-time":"2017-09-01T13:24:35Z","timestamp":1504272275000},"source":"Crossref","is-referenced-by-count":0,"title":["7. - St Augustine"],"prefix":"10.1093","author":[{"given":"Jean Bethke","family":"Elshtain","sequence":"first","affiliation":[]}],"member":"286","container-title":["Politics - Trove"],"original-title":["7. St Augustine"],"link":[{"URL":"https:\/\/www.oxfordpoliticstrove.com\/view\/10.1093\/hepl\/9780198708926.001.0001\/hepl-9780198708926-chapter-7?print=pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T23:35:26Z","timestamp":1657064126000},"score":25.75114,"resource":{"primary":{"URL":"http:\/\/www.oxfordpoliticstrove.com\/view\/10.1093\/hepl\/9780198708926.001.0001\/hepl-9780198708926-chapter-7"}},"issued":{"date-parts":[[2017,9]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/hepl\/9780198708926.003.0007","published":{"date-parts":[[2017,9]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T19:41:33Z","timestamp":1648928493283},"edition-number":"2018-2019","reference-count":0,"publisher":"Association - of Research Libraries","isbn-type":[{"value":"9781948964241","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,11,16]]},"DOI":"10.29242\/hslstats.2018-2019","type":"book","created":{"date-parts":[[2020,11,17]],"date-time":"2020-11-17T00:14:41Z","timestamp":1605572081000},"source":"Crossref","is-referenced-by-count":0,"title":["ARL - Academic Health Sciences Library Statistics 2018-2019"],"prefix":"10.29242","author":[{"given":"Anam","family":"Mian","sequence":"first","affiliation":[]},{"given":"Gary","family":"Roebuck","sequence":"additional","affiliation":[]}],"member":"11786","published-online":{"date-parts":[[2020,11,16]]},"container-title":["ARL - Academic Health Sciences Library Statistics"],"deposited":{"date-parts":[[2020,11,17]],"date-time":"2020-11-17T00:14:42Z","timestamp":1605572082000},"score":25.57131,"resource":{"primary":{"URL":"https:\/\/publications.arl.org\/ARL-Academic-Health-Sciences-Library-Statistics-2018-2019\/"}},"issued":{"date-parts":[[2020,11,16]]},"ISBN":["9781948964241"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.29242\/hslstats.2018-2019","ISSN":["1540-0492"],"issn-type":[{"value":"1540-0492","type":"print"}],"published":{"date-parts":[[2020,11,16]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T20:23:43Z","timestamp":1648758223403},"reference-count":0,"publisher":"Yale - University Press","isbn-type":[{"value":"9780300255768","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,10,1]]},"DOI":"10.12987\/9780300255768","type":"book","created":{"date-parts":[[2022,1,20]],"date-time":"2022-01-20T19:22:27Z","timestamp":1642706547000},"source":"Crossref","is-referenced-by-count":0,"title":["On - Order"],"prefix":"10.12987","author":[{"given":"Saint","family":"Augustine","sequence":"first","affiliation":[]}],"member":"5164","published-online":{"date-parts":[[2020,10,22]]},"deposited":{"date-parts":[[2022,1,20]],"date-time":"2022-01-20T19:22:29Z","timestamp":1642706549000},"score":25.48815,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.12987\/9780300255768\/html"}},"subtitle":["St. - Augustine''s Cassiciacum Dialogues, Volume 3"],"issued":{"date-parts":[[2020,10,1]]},"ISBN":["9780300255768"],"references-count":0,"alternative-id":["10.12987\/9780300255768"],"URL":"http:\/\/dx.doi.org\/10.12987\/9780300255768","relation":{"is-identical-to":[{"id-type":"doi","id":"10.2307\/j.ctv177tk66","asserted-by":"subject"},{"id-type":"doi","id":"10.12987\/yale\/9780300238532.001.0001","asserted-by":"subject"}]},"published":{"date-parts":[[2020,10,1]]}},{"indexed":{"date-parts":[[2022,7,9]],"date-time":"2022-07-09T13:17:50Z","timestamp":1657372670550},"edition-number":"2020","reference-count":0,"publisher":"Association - of Research Libraries","isbn-type":[{"value":"9781948964333","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,7,8]]},"abstract":"This - edition of the ARL Academic Health Sciences Library Statistics is a compilation - of data that describes collections, expenditures, personnel, and services - in 58 medical libraries at ARL member institutions in the US and Canada in - 2020.<\/jats:p>","DOI":"10.29242\/hslstats.2020","type":"book","created":{"date-parts":[[2022,7,8]],"date-time":"2022-07-08T15:05:31Z","timestamp":1657292731000},"source":"Crossref","is-referenced-by-count":0,"title":["ARL - Academic Health Sciences Library Statistics 2020"],"prefix":"10.29242","author":[{"given":"Anam","family":"Mian","sequence":"first","affiliation":[]},{"given":"Gary","family":"Roebuck","sequence":"additional","affiliation":[]}],"member":"11786","published-online":{"date-parts":[[2022,7,8]]},"container-title":["ARL - Academic Health Sciences Library Statistics"],"deposited":{"date-parts":[[2022,7,8]],"date-time":"2022-07-08T15:05:37Z","timestamp":1657292737000},"score":24.832714,"resource":{"primary":{"URL":"https:\/\/publications.arl.org\/ARL-Academic-Health-Sciences-Library-Statistics-2020\/"}},"issued":{"date-parts":[[2022,7,8]]},"ISBN":["9781948964333"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.29242\/hslstats.2020","ISSN":["1540-0492"],"issn-type":[{"value":"1540-0492","type":"print"}],"published":{"date-parts":[[2022,7,8]]}},{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:38:53Z","timestamp":1659069533379},"edition-number":"1","reference-count":0,"publisher":"Yale - University Press","isbn-type":[{"value":"9780300238549","type":"print"},{"value":"9780300255775","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,10,27]]},"abstract":"

The - first four works written by St. Augustine of Hippo after his conversion to - Christianity are dialogues that have influenced prominent thinkers from Boethius - to Bernard Lonergan. Usually called the Cassiciacum dialogues, these four - works are of a high literary and intellectual quality, combining Ciceronian - and neo-Platonic philosophy, Roman comedy and Vergilian poetry, and early - Christian theology. They are also, arguably, Augustine''s most charming works, - exhibiting his whimsical levity and ironic wryness. This book is the fourth - work in this tetralogy. Augustine coined the term \u201csoliloquy\u201d to - describe this new form of dialogue. The book, a conversation between Augustine - and his reason, fuses the dialogue genre and Roman theater, opening with a - search for intellectual and moral self-knowledge before converging on the - nature of truth and the question of the soul''s immortality. The volume also - includes On the Immortality of the Soul,<\/italic> which consists - of notes for the unfinished portion of the work.<\/p>","DOI":"10.12987\/yale\/9780300238549.001.0001","type":"book","created":{"date-parts":[[2021,5,20]],"date-time":"2021-05-20T18:20:23Z","timestamp":1621534823000},"source":"Crossref","is-referenced-by-count":1,"title":["Soliloquies"],"prefix":"10.12987","author":[{"given":"Saint","family":"Augustine","sequence":"first","affiliation":[]}],"member":"5164","published-online":{"date-parts":[[2021,5,20]]},"original-title":["Soliloquies"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T13:47:49Z","timestamp":1659016069000},"score":24.15398,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/yale-scholarship-online\/book\/37834"}},"subtitle":["St. - Augustine''s Cassiciacum Dialogues, Volume 4"],"translator":[{"given":"Michael - P.","family":"Foley","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2020,10,27]]},"ISBN":["9780300238549","9780300255775"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.12987\/yale\/9780300238549.001.0001","relation":{"is-identical-to":[{"id-type":"doi","id":"10.2307\/j.ctv177tkb8","asserted-by":"subject"},{"id-type":"doi","id":"10.12987\/9780300255775","asserted-by":"object"}]},"published":{"date-parts":[[2020,10,27]]}},{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:39:05Z","timestamp":1659069545636},"edition-number":"1","reference-count":0,"publisher":"Yale - University Press","isbn-type":[{"value":"9780300238532","type":"print"},{"value":"9780300255768","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,10,27]]},"abstract":"

The - first four works written by St. Augustine of Hippo after his conversion to - Christianity are dialogues that have influenced prominent thinkers from Boethius - to Bernard Lonergan. Usually called the \u201cCassiciacum dialogues,\u201d - these four works are of a high literary and intellectual quality, combining - Ciceronian and neo-Platonic philosophy, Roman comedy and Vergilian poetry, - and early Christian theology. They are also, arguably, Augustine''s most charming - works, exhibiting his whimsical levity and ironic wryness. This book is the - third work in this tetralogy, and it is Augustine''s only work explicitly - devoted to theodicy, the reconciliation of Almighty God''s goodness with evil''s - existence. In this dialogue, Augustine argues that a certain kind of self-knowledge - is the key to unlocking the answers to theodicy''s vexing questions, and he - devotes the latter half of the dialogue to an excursus on the liberal arts - as disciplines that will help strengthen the mind to know itself and God.<\/p>","DOI":"10.12987\/yale\/9780300238532.001.0001","type":"book","created":{"date-parts":[[2021,5,20]],"date-time":"2021-05-20T18:19:43Z","timestamp":1621534783000},"source":"Crossref","is-referenced-by-count":0,"title":["On - Order"],"prefix":"10.12987","author":[{"given":"Saint","family":"Augustine","sequence":"first","affiliation":[]}],"member":"5164","published-online":{"date-parts":[[2021,5,20]]},"original-title":["On - Order"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T13:47:48Z","timestamp":1659016068000},"score":23.416546,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/yale-scholarship-online\/book\/37824"}},"subtitle":["St. - Augustine''s Cassiciacum Dialogues, Volume 3"],"translator":[{"given":"Michael - P.","family":"Foley","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2020,10,27]]},"ISBN":["9780300238532","9780300255768"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.12987\/yale\/9780300238532.001.0001","relation":{"is-identical-to":[{"id-type":"doi","id":"10.2307\/j.ctv177tk66","asserted-by":"subject"},{"id-type":"doi","id":"10.12987\/9780300255768","asserted-by":"object"}]},"published":{"date-parts":[[2020,10,27]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T03:58:23Z","timestamp":1648785503431},"reference-count":0,"publisher":"University - of Alberta Library","isbn-type":[{"value":"9781551954479","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.29173\/oer7","type":"book","created":{"date-parts":[[2020,7,30]],"date-time":"2020-07-30T20:11:22Z","timestamp":1596139882000},"source":"Crossref","is-referenced-by-count":0,"title":["Library - Skills for 2nd Year Biological Sciences"],"prefix":"10.29173","author":[{"given":"Lauren","family":"Stieglitz","sequence":"first","affiliation":[]},{"name":"University - of Alberta","sequence":"first","affiliation":[]}],"member":"11723","published-online":{"date-parts":[[2020,7]]},"deposited":{"date-parts":[[2020,7,30]],"date-time":"2020-07-30T20:11:22Z","timestamp":1596139882000},"score":22.949314,"resource":{"primary":{"URL":"https:\/\/openeducationalberta.ca\/libraryskills200\/"}},"issued":{"date-parts":[[2020,7]]},"ISBN":["9781551954479"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.29173\/oer7","published":{"date-parts":[[2020,7]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T04:47:48Z","timestamp":1648702068802},"reference-count":0,"publisher":"Yale - University Press","isbn-type":[{"value":"9780300244878","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,12,31]]},"DOI":"10.12987\/9780300244878","type":"book","created":{"date-parts":[[2022,1,20]],"date-time":"2022-01-20T18:46:12Z","timestamp":1642704372000},"source":"Crossref","is-referenced-by-count":0,"title":["Against - the Academics"],"prefix":"10.12987","author":[{"given":"Saint","family":"Augustine","sequence":"first","affiliation":[]}],"member":"5164","published-online":{"date-parts":[[2019,11,8]]},"deposited":{"date-parts":[[2022,1,20]],"date-time":"2022-01-20T18:46:13Z","timestamp":1642704373000},"score":22.773022,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.12987\/9780300244878\/html"}},"subtitle":["St. - Augustine&#39;s Cassiciacum Dialogues, Volume 1"],"issued":{"date-parts":[[2019,11,8]]},"ISBN":["9780300244878"],"references-count":0,"alternative-id":["10.12987\/9780300244878"],"URL":"http:\/\/dx.doi.org\/10.12987\/9780300244878","relation":{"is-identical-to":[{"id-type":"doi","id":"10.2307\/j.ctvhrcxt0","asserted-by":"subject"}]},"published":{"date-parts":[[2019,11,8]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Wed, 04 Jan 2023 05:35:42 GMT -- request: - method: get - uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Student%20Journal%20of%20Occupational%20Therapy,%20University%20of%20St.%20Augustine%20for%20Health%20Sciences%20Library,%20,%202021%22&rows=10 - body: - encoding: US-ASCII - string: '' - headers: - User-Agent: - - Faraday v1.10.2 - Accept-Encoding: - - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 - Accept: - - "*/*" - response: - status: - code: 200 - message: OK - headers: - Date: - - Wed, 04 Jan 2023 05:35:42 GMT - Content-Type: - - application/json - Content-Length: - - '4611' - Access-Control-Expose-Headers: - - Link - Access-Control-Allow-Headers: - - X-Requested-With, Accept, Accept-Encoding, Accept-Charset, Accept-Language, - Accept-Ranges, Cache-Control - Access-Control-Allow-Origin: - - "*" - Vary: - - Accept-Encoding - Server: - - Jetty(9.4.40.v20210413) - X-Ratelimit-Limit: - - '50' - X-Ratelimit-Interval: - - 1s - X-Api-Pool: - - public - X-Rate-Limit-Limit: - - '50' - X-Rate-Limit-Interval: - - 1s - Permissions-Policy: - - interest-cohort=() - Connection: - - close - body: - encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":4455,"items":[{"indexed":{"date-parts":[[2022,9,14]],"date-time":"2022-09-14T08:26:45Z","timestamp":1663144005462},"edition-number":"1","reference-count":0,"publisher":"Oxford - University Press","isbn-type":[{"value":"9780192846037","type":"print"},{"value":"9780191938405","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,9,23]]},"abstract":"

This - book ventures to describe Augustine of Hippo\u2019s understanding of demons, - including the theology, angelology, and anthropology that contextualize it. - Demons are, for Augustine as for the Psalmist (95:5 LXX) and the Apostle (1 - Cor. 10:20), the \u2018gods of the nations\u2019. This means that Augustine\u2019s - demons are best understood neither when they are \u2018spiritualized\u2019 - as personifications of psychological struggles nor in terms of materialist - contagions that undergird a superstitious moralism. Rather, because the gods - of the nations are the paradigm of demonic power and influence over humanity, - Augustine sees the Christian\u2019s moral struggle against them within broader - questions of social bonds, cultural form, popular opinion, philosophical investigation, - liturgical movement, and so forth. In a word, Augustine\u2019s demons have - a religious<\/italic> significance, particularly in its Augustinian - sense of bonds and duties between persons, and between persons and that which - is divine. Demons are a highly integrated component of his broader theology, - rooted in his conception of angels as the ministers of all creation under - God, and informed by the doctrine of evil as privation and his understanding - of the fall; they take shape in his thoughts on human embodiment, desire, - visions, and the limits of human knowledge; and they manifest most profoundly - in his ecclesiology, through his theology of sacraments and religious incorporation, - and its engagement with traditional paganism and its most intelligent supporters, - the Platonists. As false mediators, demons are mediated by false religion, - the body of the devil, which Augustine opposes with an appeal to the true - mediator, Christ, and the true religion of his body, the church.<\/p>","DOI":"10.1093\/oso\/9780192846037.001.0001","type":"book","created":{"date-parts":[[2021,10,20]],"date-time":"2021-10-20T21:31:10Z","timestamp":1634765470000},"source":"Crossref","is-referenced-by-count":1,"title":["Fallen - Angels in the Theology of St Augustine"],"prefix":"10.1093","author":[{"given":"Gregory - D.","family":"Wiebe","sequence":"first","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2021,10,21]]},"original-title":["Fallen - Angels in the Theology of St Augustine"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:42:47Z","timestamp":1659472967000},"score":27.817907,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39169"}},"issued":{"date-parts":[[2021,9,23]]},"ISBN":["9780192846037","9780191938405"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192846037.001.0001","published":{"date-parts":[[2021,9,23]]}},{"indexed":{"date-parts":[[2022,7,7]],"date-time":"2022-07-07T07:13:52Z","timestamp":1657178032436},"reference-count":0,"publisher":"Oxford - University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,9]]},"abstract":"

This - chapter examines Augustine of Hippo''s political thought. After providing - a brief biography of St Augustine, it considers the fate of his texts within - the world of academic political theory and the general suspicion of \u2018religious\u2019 - thinkers within that world. It then analyses Augustine''s understanding of - the human person as a bundle of complex desires and emotions as well as the - implications of his claim that human sociality is a given and goes all the - way down. It also explores Augustine''s arguments regarding the interplay - of caritas<\/italic> and cupiditas<\/italic> in the moral - orientations of persons and of cultures. Finally, it describes Augustine''s - reflections on the themes of war and peace, locating him as the father of - the tradition of \u2018just war\u2019 theory.<\/p>","DOI":"10.1093\/hepl\/9780198708926.003.0007","type":"book","created":{"date-parts":[[2017,9,1]],"date-time":"2017-09-01T13:24:35Z","timestamp":1504272275000},"source":"Crossref","is-referenced-by-count":0,"title":["7. - St Augustine"],"prefix":"10.1093","author":[{"given":"Jean Bethke","family":"Elshtain","sequence":"first","affiliation":[]}],"member":"286","container-title":["Politics - Trove"],"original-title":["7. St Augustine"],"link":[{"URL":"https:\/\/www.oxfordpoliticstrove.com\/view\/10.1093\/hepl\/9780198708926.001.0001\/hepl-9780198708926-chapter-7?print=pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T23:35:26Z","timestamp":1657064126000},"score":25.73157,"resource":{"primary":{"URL":"http:\/\/www.oxfordpoliticstrove.com\/view\/10.1093\/hepl\/9780198708926.001.0001\/hepl-9780198708926-chapter-7"}},"issued":{"date-parts":[[2017,9]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/hepl\/9780198708926.003.0007","published":{"date-parts":[[2017,9]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T15:34:02Z","timestamp":1648568042660},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781315791791","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781315791791","type":"book","created":{"date-parts":[[2020,4,24]],"date-time":"2020-04-24T14:33:42Z","timestamp":1587738822000},"source":"Crossref","is-referenced-by-count":0,"title":["Student - Recruitment in Psychosocial Occupational Therapy"],"prefix":"10.4324","author":[{"given":"Susan","family":"Haiman","sequence":"first","affiliation":[]},{"given":"Diane","family":"Gibson","sequence":"additional","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2019,5,23]]},"deposited":{"date-parts":[[2021,4,3]],"date-time":"2021-04-03T18:54:50Z","timestamp":1617476090000},"score":23.913078,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781317736585"}},"issued":{"date-parts":[[2019,5,23]]},"ISBN":["9781315791791"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315791791","published":{"date-parts":[[2019,5,23]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T05:47:19Z","timestamp":1648792039835},"publisher-location":"Oxford","reference-count":0,"publisher":"John - Wiley & Sons, Ltd","isbn-type":[{"value":"9781118913536","type":"electronic"},{"value":"9781118624227","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,9,15]]},"DOI":"10.1002\/9781118913536","type":"book","created":{"date-parts":[[2014,8,30]],"date-time":"2014-08-30T02:14:26Z","timestamp":1409364866000},"source":"Crossref","is-referenced-by-count":5,"title":["Occupational - Therapy in Psychiatry and Mental Health"],"prefix":"10.1002","member":"311","link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9781118913536","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,5]],"date-time":"2018-08-05T21:57:17Z","timestamp":1533506237000},"score":22.848028,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1002\/9781118913536"}},"subtitle":["Crouch\/Occupational - Therapy in Psychiatry and Mental Health"],"editor":[{"given":"Rosemary","family":"Crouch","sequence":"first","affiliation":[]},{"given":"Vivyan","family":"Alers","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2014,9,15]]},"ISBN":["9781118913536","9781118624227"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118913536","published":{"date-parts":[[2014,9,15]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T04:47:48Z","timestamp":1648702068802},"reference-count":0,"publisher":"Yale - University Press","isbn-type":[{"value":"9780300244878","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,12,31]]},"DOI":"10.12987\/9780300244878","type":"book","created":{"date-parts":[[2022,1,20]],"date-time":"2022-01-20T18:46:12Z","timestamp":1642704372000},"source":"Crossref","is-referenced-by-count":0,"title":["Against - the Academics"],"prefix":"10.12987","author":[{"given":"Saint","family":"Augustine","sequence":"first","affiliation":[]}],"member":"5164","published-online":{"date-parts":[[2019,11,8]]},"deposited":{"date-parts":[[2022,1,20]],"date-time":"2022-01-20T18:46:13Z","timestamp":1642704373000},"score":22.776379,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.12987\/9780300244878\/html"}},"subtitle":["St. - Augustine&#39;s Cassiciacum Dialogues, Volume 1"],"issued":{"date-parts":[[2019,11,8]]},"ISBN":["9780300244878"],"references-count":0,"alternative-id":["10.12987\/9780300244878"],"URL":"http:\/\/dx.doi.org\/10.12987\/9780300244878","relation":{"is-identical-to":[{"id-type":"doi","id":"10.2307\/j.ctvhrcxt0","asserted-by":"subject"}]},"published":{"date-parts":[[2019,11,8]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T22:49:54Z","timestamp":1649198994989},"reference-count":0,"publisher":"Yale - University Press","isbn-type":[{"value":"9780300244885","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,12,31]]},"DOI":"10.12987\/9780300244885","type":"book","created":{"date-parts":[[2022,1,20]],"date-time":"2022-01-20T19:04:27Z","timestamp":1642705467000},"source":"Crossref","is-referenced-by-count":0,"title":["On - the Happy Life"],"prefix":"10.12987","author":[{"given":"Saint","family":"Augustine","sequence":"first","affiliation":[]}],"member":"5164","published-online":{"date-parts":[[2019,11,19]]},"deposited":{"date-parts":[[2022,1,20]],"date-time":"2022-01-20T19:04:30Z","timestamp":1642705470000},"score":22.510033,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.12987\/9780300244885\/html"}},"subtitle":["St. - Augustine&#39;s Cassiciacum Dialogues, Volume 2"],"issued":{"date-parts":[[2019,11,19]]},"ISBN":["9780300244885"],"references-count":0,"alternative-id":["10.12987\/9780300244885"],"URL":"http:\/\/dx.doi.org\/10.12987\/9780300244885","relation":{"is-identical-to":[{"id-type":"doi","id":"10.2307\/j.ctvhn0dv2","asserted-by":"subject"}]},"published":{"date-parts":[[2019,11,19]]}},{"indexed":{"date-parts":[[2022,9,30]],"date-time":"2022-09-30T04:41:04Z","timestamp":1664512864467},"reference-count":0,"publisher":"Commonwealth - Secretariat","isbn-type":[{"value":"9781848591684","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1969,1,1]]},"DOI":"10.14217\/9781848591684-en","type":"book","created":{"date-parts":[[2015,6,3]],"date-time":"2015-06-03T13:22:24Z","timestamp":1433337744000},"source":"Crossref","is-referenced-by-count":0,"title":["Mathematics - in Commonwealth Schools"],"prefix":"10.14217","member":"28689","deposited":{"date-parts":[[2022,9,29]],"date-time":"2022-09-29T17:05:18Z","timestamp":1664471118000},"score":22.471651,"resource":{"primary":{"URL":"https:\/\/www.thecommonwealth-ilibrary.org\/index.php\/comsec\/catalog\/book\/121"}},"subtitle":["Report - of a Specialist Conference held at the University of the West Indies, St. - Augustine, Trinidad, September 1968"],"issued":{"date-parts":[[1969,1,1]]},"ISBN":["9781848591684"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.14217\/9781848591684-en","published":{"date-parts":[[1969,1,1]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T19:47:39Z","timestamp":1648928859462},"publisher-location":"Dordrecht","reference-count":0,"publisher":"Springer - Netherlands","isbn-type":[{"value":"9789401186551","type":"print"},{"value":"9789401194471","type":"electronic"}],"license":[{"start":{"date-parts":[[1965,1,1]],"date-time":"1965-01-01T00:00:00Z","timestamp":-157766400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1965]]},"DOI":"10.1007\/978-94-011-9447-1","type":"book","created":{"date-parts":[[2012,4,28]],"date-time":"2012-04-28T12:48:02Z","timestamp":1335617282000},"source":"Crossref","is-referenced-by-count":3,"title":["St. - Augustine and being"],"prefix":"10.1007","author":[{"given":"James F.","family":"Anderson","sequence":"first","affiliation":[]}],"member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-011-9447-1.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-011-9447-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T06:17:38Z","timestamp":1554531458000},"score":21.7373,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-94-011-9447-1"}},"issued":{"date-parts":[[1965]]},"ISBN":["9789401186551","9789401194471"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-94-011-9447-1","published":{"date-parts":[[1965]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T03:47:19Z","timestamp":1648525639811},"reference-count":0,"publisher":"St - Andrews Network for Climate, Energy, Environment and Sustainability (STACEES), - University of St Andrews","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.15664\/10023.24212","type":"book","created":{"date-parts":[[2021,10,28]],"date-time":"2021-10-28T07:53:32Z","timestamp":1635407612000},"source":"Crossref","is-referenced-by-count":0,"title":["The - sustainability series"],"prefix":"10.15664","member":"6332","published-online":{"date-parts":[[2021]]},"deposited":{"date-parts":[[2021,10,28]],"date-time":"2021-10-28T07:53:33Z","timestamp":1635407613000},"score":21.689003,"resource":{"primary":{"URL":"http:\/\/hdl.handle.net\/10023\/24212"}},"editor":[{"ORCID":"http:\/\/orcid.org\/0000-0003-3805-2028","authenticated-orcid":false,"given":"Sarah","family":"Bennison","sequence":"first","affiliation":[]},{"name":"University - of St Andrews","sequence":"first","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0003-2411-227X","authenticated-orcid":false,"given":"Laura","family":"Pels - Ferra","sequence":"additional","affiliation":[]},{"name":"University of St - Andrews","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15664\/10023.24212","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T15:49:16Z","timestamp":1669218556984},"publisher-location":"Washington, - D.C.","reference-count":0,"publisher":"National Academies Press","isbn-type":[{"value":"9780309683814","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,1,13]]},"DOI":"10.17226\/25951","type":"book","created":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T14:13:44Z","timestamp":1608646424000},"source":"Crossref","is-referenced-by-count":1,"title":["Current - Issues in the Assessment of Respiratory Protective Devices for Occupational - and Non-Occupational Uses"],"prefix":"10.17226","author":[{"name":"Board on - Health Sciences Policy","sequence":"additional","affiliation":[]},{"name":"Health - and Medicine Division","sequence":"additional","affiliation":[]},{"name":"National - Academies of Sciences, Engineering, and Medicine","sequence":"additional","affiliation":[]}],"member":"6987","deposited":{"date-parts":[[2021,1,13]],"date-time":"2021-01-13T17:26:40Z","timestamp":1610558800000},"score":21.6662,"resource":{"primary":{"URL":"https:\/\/www.nap.edu\/catalog\/25951"}},"subtitle":["Proceedings - of a Workshop"],"editor":[{"given":"Anna","family":"Nicholson","sequence":"first","affiliation":[]},{"given":"Olivia","family":"Yost","sequence":"additional","affiliation":[]},{"given":"Claire","family":"Giammaria","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,1,13]]},"ISBN":["9780309683814"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.17226\/25951","published":{"date-parts":[[2021,1,13]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Wed, 04 Jan 2023 05:35:42 GMT + and Reality"],"deposited":{"date-parts":[[2021,3,18]],"date-time":"2021-03-18T20:19:49Z","timestamp":1616098789000},"score":24.229921,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1j13z2z.7"}},"issued":{"date-parts":[[2021,1,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1j13z2z.7","published":{"date-parts":[[2021,1,28]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Fall+2020,+Innaugural+Issue+2021+University+of+St.+Augustine+for+Health+Sciences+Library"}}}' + recorded_at: Sun, 15 Jan 2023 19:24:33 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/journal.yml b/spec/vcr_cassettes/journal.yml index 5b80c1b..7fe8ab5 100644 --- a/spec/vcr_cassettes/journal.yml +++ b/spec/vcr_cassettes/journal.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:38 GMT + - Sun, 15 Jan 2023 19:24:33 GMT Content-Type: - application/json Content-Length: - '526' Set-Cookie: - - AWSALB=vZ7gLDd8b95GFyBxSWjxzb9AScFIXJbYomP4rDz6zdUSZK2bkOihcYzu6v5LQvUqQ5OtPm2LDbDgmSQaEoXGQln+UdAe+ei6Ur8Oir+HbT5XwgGEFSAw1HsKa0mK; - Expires=Sat, 14 Jan 2023 00:51:38 GMT; Path=/ - - AWSALBCORS=vZ7gLDd8b95GFyBxSWjxzb9AScFIXJbYomP4rDz6zdUSZK2bkOihcYzu6v5LQvUqQ5OtPm2LDbDgmSQaEoXGQln+UdAe+ei6Ur8Oir+HbT5XwgGEFSAw1HsKa0mK; - Expires=Sat, 14 Jan 2023 00:51:38 GMT; Path=/; SameSite=None + - AWSALB=Ikb6e2XghVWo8X2jiCr/OICHAxNGWMUlz7zcaVvv1reM2lzyVqPNjjEDBAvNRo+zSb9jCIjEjKRAM11G6DkS1SNznQQAvZ/WZ8fyEevkjBUmEno/6tNXkkpbi4sW; + Expires=Sun, 22 Jan 2023 19:24:33 GMT; Path=/ + - AWSALBCORS=Ikb6e2XghVWo8X2jiCr/OICHAxNGWMUlz7zcaVvv1reM2lzyVqPNjjEDBAvNRo+zSb9jCIjEjKRAM11G6DkS1SNznQQAvZ/WZ8fyEevkjBUmEno/6tNXkkpbi4sW; + Expires=Sun, 22 Jan 2023 19:24:33 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -63,7 +63,7 @@ http_interactions: Khyat Journal"],"prefix":"10.46528","member":"25841","container-title":[],"original-title":[],"deposited":{"date-parts":[[2020,6,5]],"date-time":"2020-06-05T19:06:33Z","timestamp":1591383993000},"score":1,"resource":{"primary":{"URL":"http:\/\/www.junikhyat.com\/"}},"subtitle":[],"short-title":["Juni Khyat"],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.46528\/jk","relation":{},"ISSN":["2278-4632"],"issn-type":[{"value":"2278-4632","type":"print"}],"subject":["General Medicine"]}}' - recorded_at: Sat, 07 Jan 2023 00:51:38 GMT + recorded_at: Sun, 15 Jan 2023 19:24:33 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Juni%2BKhyat%2BJournal%2B2020%2BJUNI%2BKHYAT @@ -83,11 +83,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:40 GMT + - Sun, 15 Jan 2023 19:24:37 GMT Content-Type: - application/json Content-Length: - - '2723' + - '2616' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -115,66 +115,66 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1264964,"items":[{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T23:01:01Z","timestamp":1648854061240},"reference-count":0,"publisher":"Akademie + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1265664,"items":[{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T23:01:01Z","timestamp":1648854061240},"reference-count":0,"publisher":"Akademie Verlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.1515\/9783050085159-013","type":"book-chapter","created":{"date-parts":[[2020,3,31]],"date-time":"2020-03-31T21:43:18Z","timestamp":1585690998000},"page":"482-511","source":"Crossref","is-referenced-by-count":0,"title":["Juni 1861"],"prefix":"10.1515","member":"374","container-title":["Karl Marx \/ - Friedrich Engels: Briefwechsel, Juni 1860 bis Dezember 1861"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783050085159\/10.1515\/9783050085159-013.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-013\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T17:49:44Z","timestamp":1618940984000},"score":33.689697,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-013\/html"}},"issued":{"date-parts":[[2020,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783050085159-013","published":{"date-parts":[[2020,12,31]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T13:59:19Z","timestamp":1648994359682},"reference-count":0,"publisher":"Akademie + Friedrich Engels: Briefwechsel, Juni 1860 bis Dezember 1861"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783050085159\/10.1515\/9783050085159-013.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-013\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T17:49:44Z","timestamp":1618940984000},"score":33.603333,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-013\/html"}},"issued":{"date-parts":[[2020,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783050085159-013","published":{"date-parts":[[2020,12,31]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T13:59:19Z","timestamp":1648994359682},"reference-count":0,"publisher":"Akademie Verlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.1515\/9783050085159-035","type":"book-chapter","created":{"date-parts":[[2020,3,31]],"date-time":"2020-03-31T21:43:18Z","timestamp":1585690998000},"page":"1218-1247","source":"Crossref","is-referenced-by-count":0,"title":["Juni 1861"],"prefix":"10.1515","member":"374","container-title":["Karl Marx \/ - Friedrich Engels: Briefwechsel, Juni 1860 bis Dezember 1861"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783050085159\/10.1515\/9783050085159-035.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-035\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T17:49:56Z","timestamp":1618940996000},"score":33.689697,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-035\/html"}},"issued":{"date-parts":[[2020,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783050085159-035","published":{"date-parts":[[2020,12,31]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T15:46:10Z","timestamp":1648741570485},"reference-count":0,"publisher":"Akademie - Verlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.1515\/9783050085159-001","type":"book-chapter","created":{"date-parts":[[2020,3,31]],"date-time":"2020-03-31T21:43:18Z","timestamp":1585690998000},"page":"1-72","source":"Crossref","is-referenced-by-count":0,"title":["Juni - 1860"],"prefix":"10.1515","member":"374","container-title":["Karl Marx \/ - Friedrich Engels: Briefwechsel, Juni 1860 bis Dezember 1861"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783050085159\/10.1515\/9783050085159-001.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-001\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T17:49:38Z","timestamp":1618940978000},"score":33.558975,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-001\/html"}},"issued":{"date-parts":[[2020,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783050085159-001","published":{"date-parts":[[2020,12,31]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T12:10:46Z","timestamp":1648555846476},"reference-count":0,"publisher":"Akademie + Friedrich Engels: Briefwechsel, Juni 1860 bis Dezember 1861"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783050085159\/10.1515\/9783050085159-035.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-035\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T17:49:56Z","timestamp":1618940996000},"score":33.603333,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-035\/html"}},"issued":{"date-parts":[[2020,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783050085159-035","published":{"date-parts":[[2020,12,31]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T12:10:46Z","timestamp":1648555846476},"reference-count":0,"publisher":"Akademie Verlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.1515\/9783050085159-023","type":"book-chapter","created":{"date-parts":[[2020,3,31]],"date-time":"2020-03-31T21:43:18Z","timestamp":1585690998000},"page":"723-810","source":"Crossref","is-referenced-by-count":0,"title":["Juni 1860"],"prefix":"10.1515","member":"374","container-title":["Karl Marx \/ - Friedrich Engels: Briefwechsel, Juni 1860 bis Dezember 1861"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783050085159\/10.1515\/9783050085159-023.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-023\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T17:49:49Z","timestamp":1618940989000},"score":33.558975,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-023\/html"}},"issued":{"date-parts":[[2020,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783050085159-023","published":{"date-parts":[[2020,12,31]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T06:40:32Z","timestamp":1649054432107},"reference-count":0,"publisher":"Oldenbourg + Friedrich Engels: Briefwechsel, Juni 1860 bis Dezember 1861"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783050085159\/10.1515\/9783050085159-023.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-023\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T17:49:49Z","timestamp":1618940989000},"score":33.467945,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-023\/html"}},"issued":{"date-parts":[[2020,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783050085159-023","published":{"date-parts":[[2020,12,31]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T15:46:10Z","timestamp":1648741570485},"reference-count":0,"publisher":"Akademie + Verlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,12,31]]},"DOI":"10.1515\/9783050085159-001","type":"book-chapter","created":{"date-parts":[[2020,3,31]],"date-time":"2020-03-31T21:43:18Z","timestamp":1585690998000},"page":"1-72","source":"Crossref","is-referenced-by-count":0,"title":["Juni + 1860"],"prefix":"10.1515","member":"374","container-title":["Karl Marx \/ + Friedrich Engels: Briefwechsel, Juni 1860 bis Dezember 1861"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783050085159\/10.1515\/9783050085159-001.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-001\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,20]],"date-time":"2021-04-20T17:49:38Z","timestamp":1618940978000},"score":33.467945,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783050085159-001\/html"}},"issued":{"date-parts":[[2020,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783050085159-001","published":{"date-parts":[[2020,12,31]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T06:40:32Z","timestamp":1649054432107},"reference-count":0,"publisher":"Oldenbourg Wissenschaftsverlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1907,12,31]]},"DOI":"10.1515\/9783486734287-002","type":"book-chapter","created":{"date-parts":[[2019,7,24]],"date-time":"2019-07-24T17:02:01Z","timestamp":1563987721000},"page":"14-15","source":"Crossref","is-referenced-by-count":0,"title":["2. Juni"],"prefix":"10.1515","member":"374","container-title":["3. bis 6. Juni - 1907, Wien"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486734287\/10.1515\/9783486734287-002.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-002\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T17:57:05Z","timestamp":1619027825000},"score":31.160446,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-002\/html"}},"issued":{"date-parts":[[1907,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486734287-002","published":{"date-parts":[[1907,12,31]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T23:29:24Z","timestamp":1649114964968},"reference-count":0,"publisher":"Oldenbourg + 1907, Wien"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486734287\/10.1515\/9783486734287-002.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-002\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T17:57:05Z","timestamp":1619027825000},"score":31.118528,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-002\/html"}},"issued":{"date-parts":[[1907,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486734287-002","published":{"date-parts":[[1907,12,31]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T23:29:24Z","timestamp":1649114964968},"reference-count":0,"publisher":"Oldenbourg Wissenschaftsverlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1907,12,31]]},"DOI":"10.1515\/9783486734287-005","type":"book-chapter","created":{"date-parts":[[2019,7,24]],"date-time":"2019-07-24T17:02:01Z","timestamp":1563987721000},"page":"113-274","source":"Crossref","is-referenced-by-count":0,"title":["5. Juni"],"prefix":"10.1515","member":"374","container-title":["3. bis 6. Juni - 1907, Wien"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486734287\/10.1515\/9783486734287-005.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-005\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T17:57:06Z","timestamp":1619027826000},"score":30.960001,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-005\/html"}},"issued":{"date-parts":[[1907,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486734287-005","published":{"date-parts":[[1907,12,31]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T21:23:41Z","timestamp":1648589021453},"reference-count":0,"publisher":"Oldenbourg + 1907, Wien"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486734287\/10.1515\/9783486734287-005.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-005\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T17:57:06Z","timestamp":1619027826000},"score":30.945383,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-005\/html"}},"issued":{"date-parts":[[1907,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486734287-005","published":{"date-parts":[[1907,12,31]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T21:23:41Z","timestamp":1648589021453},"reference-count":0,"publisher":"Oldenbourg Wissenschaftsverlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1907,12,31]]},"DOI":"10.1515\/9783486734287-006","type":"book-chapter","created":{"date-parts":[[2019,7,24]],"date-time":"2019-07-24T17:02:01Z","timestamp":1563987721000},"page":"274-274","source":"Crossref","is-referenced-by-count":0,"title":["Donnerstag , den 6. Juni"],"prefix":"10.1515","member":"374","container-title":["3. bis - 6. Juni 1907, Wien"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486734287\/10.1515\/9783486734287-006.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-006\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T17:57:07Z","timestamp":1619027827000},"score":30.659847,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-006\/html"}},"issued":{"date-parts":[[1907,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486734287-006","published":{"date-parts":[[1907,12,31]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T00:52:36Z","timestamp":1648774356421},"reference-count":0,"publisher":"Oldenbourg + 6. Juni 1907, Wien"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486734287\/10.1515\/9783486734287-006.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-006\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T17:57:07Z","timestamp":1619027827000},"score":30.606382,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-006\/html"}},"issued":{"date-parts":[[1907,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486734287-006","published":{"date-parts":[[1907,12,31]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T16:49:06Z","timestamp":1649090946558},"reference-count":0,"publisher":"Oldenbourg + Wissenschaftsverlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1907,12,31]]},"DOI":"10.1515\/9783486734287-007","type":"book-chapter","created":{"date-parts":[[2019,7,24]],"date-time":"2019-07-24T17:02:01Z","timestamp":1563987721000},"page":"274-275","source":"Crossref","is-referenced-by-count":0,"title":["Freitag, + den 7. Juni"],"prefix":"10.1515","member":"374","container-title":["3. bis + 6. Juni 1907, Wien"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486734287\/10.1515\/9783486734287-007.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-007\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T17:57:08Z","timestamp":1619027828000},"score":30.532658,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-007\/html"}},"issued":{"date-parts":[[1907,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486734287-007","published":{"date-parts":[[1907,12,31]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T00:52:36Z","timestamp":1648774356421},"reference-count":0,"publisher":"Oldenbourg Wissenschaftsverlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913,12,31]]},"DOI":"10.1515\/9783486742404-003","type":"book-chapter","created":{"date-parts":[[2019,9,6]],"date-time":"2019-09-06T09:01:41Z","timestamp":1567760501000},"page":"21-183","source":"Crossref","is-referenced-by-count":1,"title":["26 Juni"],"prefix":"10.1515","member":"374","container-title":["25. bis 28. Juni - 1913, C\u00f6ln am Rhein"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486742404\/10.1515\/9783486742404-003.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-003\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T18:19:44Z","timestamp":1619029184000},"score":30.620354,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-003\/html"}},"issued":{"date-parts":[[1913,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486742404-003","published":{"date-parts":[[1913,12,31]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:58:56Z","timestamp":1666760336095},"reference-count":0,"publisher":"De + 1913, C\u00f6ln am Rhein"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486742404\/10.1515\/9783486742404-003.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-003\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T18:19:44Z","timestamp":1619029184000},"score":30.53191,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-003\/html"}},"issued":{"date-parts":[[1913,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486742404-003","published":{"date-parts":[[1913,12,31]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:58:56Z","timestamp":1666760336095},"reference-count":0,"publisher":"De Gruyter","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1994,12,31]]},"DOI":"10.1515\/9783110965544-005","type":"book-chapter","created":{"date-parts":[[2020,10,27]],"date-time":"2020-10-27T10:46:44Z","timestamp":1603795604000},"page":"377-584","source":"Crossref","is-referenced-by-count":0,"title":["Juni 1944"],"prefix":"10.1515","member":"374","container-title":["April - Juni - 1944"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783110965544\/10.1515\/9783110965544-005.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110965544-005\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110965544-005\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T12:49:05Z","timestamp":1666702145000},"score":30.620354,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110965544-005\/html"}},"issued":{"date-parts":[[1994,12,31]]},"references-count":0,"alternative-id":["10.1515\/9783110965544-005","10.1515\/9783110965544"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110965544-005","published":{"date-parts":[[1994,12,31]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T16:49:06Z","timestamp":1649090946558},"reference-count":0,"publisher":"Oldenbourg - Wissenschaftsverlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1907,12,31]]},"DOI":"10.1515\/9783486734287-007","type":"book-chapter","created":{"date-parts":[[2019,7,24]],"date-time":"2019-07-24T17:02:01Z","timestamp":1563987721000},"page":"274-275","source":"Crossref","is-referenced-by-count":0,"title":["Freitag, - den 7. Juni"],"prefix":"10.1515","member":"374","container-title":["3. bis - 6. Juni 1907, Wien"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486734287\/10.1515\/9783486734287-007.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-007\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T17:57:08Z","timestamp":1619027828000},"score":30.57951,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486734287-007\/html"}},"issued":{"date-parts":[[1907,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486734287-007","published":{"date-parts":[[1907,12,31]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T16:31:50Z","timestamp":1648830710016},"reference-count":0,"publisher":"Oldenbourg + 1944"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783110965544\/10.1515\/9783110965544-005.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110965544-005\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110965544-005\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T12:49:05Z","timestamp":1666702145000},"score":30.53191,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110965544-005\/html"}},"issued":{"date-parts":[[1994,12,31]]},"references-count":0,"alternative-id":["10.1515\/9783110965544-005","10.1515\/9783110965544"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110965544-005","published":{"date-parts":[[1994,12,31]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T18:10:50Z","timestamp":1648577450137},"reference-count":0,"publisher":"Oldenbourg + Wissenschaftsverlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913,12,31]]},"DOI":"10.1515\/9783486742404-002","type":"book-chapter","created":{"date-parts":[[2019,9,6]],"date-time":"2019-09-06T09:01:41Z","timestamp":1567760501000},"page":"17-20","source":"Crossref","is-referenced-by-count":0,"title":["25. + Juni"],"prefix":"10.1515","member":"374","container-title":["25. bis 28. Juni + 1913, C\u00f6ln am Rhein"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486742404\/10.1515\/9783486742404-002.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-002\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T18:19:43Z","timestamp":1619029183000},"score":30.388103,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-002\/html"}},"issued":{"date-parts":[[1913,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486742404-002","published":{"date-parts":[[1913,12,31]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T16:31:50Z","timestamp":1648830710016},"reference-count":0,"publisher":"Oldenbourg Wissenschaftsverlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913,12,31]]},"DOI":"10.1515\/9783486742404-006","type":"book-chapter","created":{"date-parts":[[2019,9,6]],"date-time":"2019-09-06T09:01:41Z","timestamp":1567760501000},"page":"297-298","source":"Crossref","is-referenced-by-count":0,"title":["29. Juni"],"prefix":"10.1515","member":"374","container-title":["25. bis 28. Juni - 1913, C\u00f6ln am Rhein"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486742404\/10.1515\/9783486742404-006.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-006\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T18:19:46Z","timestamp":1619029186000},"score":30.481413,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-006\/html"}},"issued":{"date-parts":[[1913,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486742404-006","published":{"date-parts":[[1913,12,31]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:58:39Z","timestamp":1666760319833},"reference-count":0,"publisher":"De + 1913, C\u00f6ln am Rhein"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486742404\/10.1515\/9783486742404-006.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-006\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T18:19:46Z","timestamp":1619029186000},"score":30.388103,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-006\/html"}},"issued":{"date-parts":[[1913,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486742404-006","published":{"date-parts":[[1913,12,31]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:58:39Z","timestamp":1666760319833},"reference-count":0,"publisher":"De Gruyter","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1993,12,31]]},"DOI":"10.1515\/9783110965582-005","type":"book-chapter","created":{"date-parts":[[2020,10,23]],"date-time":"2020-10-23T16:26:30Z","timestamp":1603470390000},"page":"399-568","source":"Crossref","is-referenced-by-count":0,"title":["Juni 1943"],"prefix":"10.1515","member":"374","container-title":["April - Juni - 1943"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783110965582\/10.1515\/9783110965582-005.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110965582-005\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110965582-005\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T12:38:48Z","timestamp":1666701528000},"score":30.481413,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110965582-005\/html"}},"issued":{"date-parts":[[1993,12,31]]},"references-count":0,"alternative-id":["10.1515\/9783110965582-005","10.1515\/9783110965582"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110965582-005","published":{"date-parts":[[1993,12,31]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T18:10:50Z","timestamp":1648577450137},"reference-count":0,"publisher":"Oldenbourg - Wissenschaftsverlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913,12,31]]},"DOI":"10.1515\/9783486742404-002","type":"book-chapter","created":{"date-parts":[[2019,9,6]],"date-time":"2019-09-06T09:01:41Z","timestamp":1567760501000},"page":"17-20","source":"Crossref","is-referenced-by-count":0,"title":["25. - Juni"],"prefix":"10.1515","member":"374","container-title":["25. bis 28. Juni - 1913, C\u00f6ln am Rhein"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486742404\/10.1515\/9783486742404-002.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-002\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T18:19:43Z","timestamp":1619029183000},"score":30.481413,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-002\/html"}},"issued":{"date-parts":[[1913,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486742404-002","published":{"date-parts":[[1913,12,31]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T04:58:26Z","timestamp":1648702706304},"reference-count":0,"publisher":"Oldenbourg + 1943"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783110965582\/10.1515\/9783110965582-005.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110965582-005\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110965582-005\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T12:38:48Z","timestamp":1666701528000},"score":30.388103,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110965582-005\/html"}},"issued":{"date-parts":[[1993,12,31]]},"references-count":0,"alternative-id":["10.1515\/9783110965582-005","10.1515\/9783110965582"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110965582-005","published":{"date-parts":[[1993,12,31]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T04:58:26Z","timestamp":1648702706304},"reference-count":0,"publisher":"Oldenbourg Wissenschaftsverlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913,12,31]]},"DOI":"10.1515\/9783486742404-004","type":"book-chapter","created":{"date-parts":[[2019,9,6]],"date-time":"2019-09-06T09:01:41Z","timestamp":1567760501000},"page":"184-192","source":"Crossref","is-referenced-by-count":0,"title":["27. Juni"],"prefix":"10.1515","member":"374","container-title":["25. bis 28. Juni - 1913, C\u00f6ln am Rhein"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486742404\/10.1515\/9783486742404-004.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-004\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T18:19:45Z","timestamp":1619029185000},"score":30.342726,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-004\/html"}},"issued":{"date-parts":[[1913,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486742404-004","published":{"date-parts":[[1913,12,31]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T18:48:54Z","timestamp":1649184534342},"reference-count":0,"publisher":"Oldenbourg + 1913, C\u00f6ln am Rhein"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486742404\/10.1515\/9783486742404-004.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-004\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T18:19:45Z","timestamp":1619029185000},"score":30.356272,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-004\/html"}},"issued":{"date-parts":[[1913,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486742404-004","published":{"date-parts":[[1913,12,31]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T18:48:54Z","timestamp":1649184534342},"reference-count":0,"publisher":"Oldenbourg Wissenschaftsverlag","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1913,12,31]]},"DOI":"10.1515\/9783486742404-005","type":"book-chapter","created":{"date-parts":[[2019,9,6]],"date-time":"2019-09-06T09:01:41Z","timestamp":1567760501000},"page":"192-297","source":"Crossref","is-referenced-by-count":0,"title":["28. Juni"],"prefix":"10.1515","member":"374","container-title":["25. bis 28. Juni - 1913, C\u00f6ln am Rhein"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486742404\/10.1515\/9783486742404-005.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-005\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T18:19:45Z","timestamp":1619029185000},"score":30.342726,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-005\/html"}},"issued":{"date-parts":[[1913,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486742404-005","published":{"date-parts":[[1913,12,31]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:58:54Z","timestamp":1666760334765},"reference-count":0,"publisher":"De + 1913, C\u00f6ln am Rhein"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783486742404\/10.1515\/9783486742404-005.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-005\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T18:19:45Z","timestamp":1619029185000},"score":30.356272,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783486742404-005\/html"}},"issued":{"date-parts":[[1913,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783486742404-005","published":{"date-parts":[[1913,12,31]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:58:54Z","timestamp":1666760334765},"reference-count":0,"publisher":"De Gruyter","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,12,31]]},"DOI":"10.1515\/9783110968293-015","type":"book-chapter","created":{"date-parts":[[2020,10,23]],"date-time":"2020-10-23T16:26:30Z","timestamp":1603470390000},"page":"294-311","source":"Crossref","is-referenced-by-count":0,"title":["Juni 1932"],"prefix":"10.1515","member":"374","container-title":["Juni 1931 - September - 1932"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783110968293\/10.1515\/9783110968293-015.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110968293-015\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110968293-015\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T12:41:30Z","timestamp":1666701690000},"score":30.336195,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110968293-015\/html"}},"issued":{"date-parts":[[2004,12,31]]},"references-count":0,"alternative-id":["10.1515\/9783110968293-015","10.1515\/9783110968293"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110968293-015","published":{"date-parts":[[2004,12,31]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:58:56Z","timestamp":1666760336058},"reference-count":0,"publisher":"De + 1932"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783110968293\/10.1515\/9783110968293-015.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110968293-015\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110968293-015\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T12:41:30Z","timestamp":1666701690000},"score":30.246708,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110968293-015\/html"}},"issued":{"date-parts":[[2004,12,31]]},"references-count":0,"alternative-id":["10.1515\/9783110968293-015","10.1515\/9783110968293"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110968293-015","published":{"date-parts":[[2004,12,31]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:58:56Z","timestamp":1666760336058},"reference-count":0,"publisher":"De Gruyter","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,12,31]]},"DOI":"10.1515\/9783110948974-003","type":"book-chapter","created":{"date-parts":[[2020,10,23]],"date-time":"2020-10-23T16:26:30Z","timestamp":1603470390000},"page":"29-60","source":"Crossref","is-referenced-by-count":0,"title":["Juni 1928"],"prefix":"10.1515","member":"374","container-title":["Juni 1928 - November - 1929"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783110948974\/10.1515\/9783110948974-003.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110948974-003\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110948974-003\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T12:32:53Z","timestamp":1666701173000},"score":30.198025,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110948974-003\/html"}},"issued":{"date-parts":[[2004,12,31]]},"references-count":0,"alternative-id":["10.1515\/9783110948974-003","10.1515\/9783110948974"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110948974-003","published":{"date-parts":[[2004,12,31]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:59:16Z","timestamp":1666760356338},"reference-count":0,"publisher":"De - Gruyter","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,12,31]]},"DOI":"10.1515\/9783110948974-014","type":"book-chapter","created":{"date-parts":[[2020,10,23]],"date-time":"2020-10-23T16:26:30Z","timestamp":1603470390000},"page":"258-277","source":"Crossref","is-referenced-by-count":0,"title":["Juni - 1929"],"prefix":"10.1515","member":"374","container-title":["Juni 1928 - November - 1929"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783110948974\/10.1515\/9783110948974-014.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110948974-014\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110948974-014\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T12:32:39Z","timestamp":1666701159000},"score":30.198025,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110948974-014\/html"}},"issued":{"date-parts":[[2004,12,31]]},"references-count":0,"alternative-id":["10.1515\/9783110948974-014","10.1515\/9783110948974"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110948974-014","published":{"date-parts":[[2004,12,31]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:58:41Z","timestamp":1666760321545},"reference-count":0,"publisher":"De + 1929"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783110948974\/10.1515\/9783110948974-003.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110948974-003\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110948974-003\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T12:32:53Z","timestamp":1666701173000},"score":30.104347,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110948974-003\/html"}},"issued":{"date-parts":[[2004,12,31]]},"references-count":0,"alternative-id":["10.1515\/9783110948974-003","10.1515\/9783110948974"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110948974-003","published":{"date-parts":[[2004,12,31]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:58:41Z","timestamp":1666760321545},"reference-count":0,"publisher":"De Gruyter","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,12,31]]},"DOI":"10.1515\/9783110968293-003","type":"book-chapter","created":{"date-parts":[[2020,10,23]],"date-time":"2020-10-23T16:26:30Z","timestamp":1603470390000},"page":"29-49","source":"Crossref","is-referenced-by-count":0,"title":["Juni 1931"],"prefix":"10.1515","member":"374","container-title":["Juni 1931 - September - 1932"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783110968293\/10.1515\/9783110968293-003.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110968293-003\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110968293-003\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T12:41:41Z","timestamp":1666701701000},"score":30.198025,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110968293-003\/html"}},"issued":{"date-parts":[[2004,12,31]]},"references-count":0,"alternative-id":["10.1515\/9783110968293-003","10.1515\/9783110968293"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110968293-003","published":{"date-parts":[[2004,12,31]]}},{"indexed":{"date-parts":[[2022,12,21]],"date-time":"2022-12-21T06:01:40Z","timestamp":1671602500894},"reference-count":0,"publisher":"De - Gruyter","isbn-type":[{"value":"9783110774092","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,5,9]]},"DOI":"10.1515\/9783110774092-008","type":"book-chapter","created":{"date-parts":[[2022,5,9]],"date-time":"2022-05-09T11:38:17Z","timestamp":1652096297000},"page":"1-65","source":"Crossref","is-referenced-by-count":0,"title":["Juni - 1750"],"prefix":"10.1515","member":"374","container-title":["Juni 1750 \u2212 - M\u00e4rz 1751"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110774092-008\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110774092-008\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,12,20]],"date-time":"2022-12-20T11:34:10Z","timestamp":1671536050000},"score":30.096844,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110774092-008\/html"}},"issued":{"date-parts":[[2022,5,9]]},"ISBN":["9783110774092"],"references-count":0,"alternative-id":["10.1515\/9783110774092-008","10.1515\/9783110774092"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110774092-008","published":{"date-parts":[[2022,5,9]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Juni+Khyat+Journal+2020+JUNI+KHYAT"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:40 GMT + 1932"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783110968293\/10.1515\/9783110968293-003.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110968293-003\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110968293-003\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T12:41:41Z","timestamp":1666701701000},"score":30.104347,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110968293-003\/html"}},"issued":{"date-parts":[[2004,12,31]]},"references-count":0,"alternative-id":["10.1515\/9783110968293-003","10.1515\/9783110968293"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110968293-003","published":{"date-parts":[[2004,12,31]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:59:16Z","timestamp":1666760356338},"reference-count":0,"publisher":"De + Gruyter","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,12,31]]},"DOI":"10.1515\/9783110948974-014","type":"book-chapter","created":{"date-parts":[[2020,10,23]],"date-time":"2020-10-23T16:26:30Z","timestamp":1603470390000},"page":"258-277","source":"Crossref","is-referenced-by-count":0,"title":["Juni + 1929"],"prefix":"10.1515","member":"374","container-title":["Juni 1928 - November + 1929"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783110948974\/10.1515\/9783110948974-014.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110948974-014\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110948974-014\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T12:32:39Z","timestamp":1666701159000},"score":30.104347,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110948974-014\/html"}},"issued":{"date-parts":[[2004,12,31]]},"references-count":0,"alternative-id":["10.1515\/9783110948974-014","10.1515\/9783110948974"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110948974-014","published":{"date-parts":[[2004,12,31]]}},{"indexed":{"date-parts":[[2022,10,26]],"date-time":"2022-10-26T04:59:25Z","timestamp":1666760365720},"reference-count":0,"publisher":"De + Gruyter","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1995,12,31]]},"DOI":"10.1515\/9783110979169-005","type":"book-chapter","created":{"date-parts":[[2020,10,23]],"date-time":"2020-10-23T16:26:30Z","timestamp":1603470390000},"page":"421-650","source":"Crossref","is-referenced-by-count":0,"title":["3. + Juni 1942"],"prefix":"10.1515","member":"374","container-title":["April - + Juni 1942"],"link":[{"URL":"https:\/\/www.degruyter.com\/view\/book\/9783110979169\/10.1515\/9783110979169-005.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110979169-005\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110979169-005\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,25]],"date-time":"2022-10-25T13:27:18Z","timestamp":1666704438000},"score":30.08082,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110979169-005\/html"}},"issued":{"date-parts":[[1995,12,31]]},"references-count":0,"alternative-id":["10.1515\/9783110979169-005","10.1515\/9783110979169"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110979169-005","published":{"date-parts":[[1995,12,31]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Juni+Khyat+Journal+2020+JUNI+KHYAT"}}}' + recorded_at: Sun, 15 Jan 2023 19:24:37 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/monograph-1.yml b/spec/vcr_cassettes/monograph-1.yml index 6b579b9..179ae0d 100644 --- a/spec/vcr_cassettes/monograph-1.yml +++ b/spec/vcr_cassettes/monograph-1.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:40 GMT + - Sun, 15 Jan 2023 19:24:37 GMT Content-Type: - application/json Content-Length: - - '809' + - '805' Set-Cookie: - - AWSALB=kWsQuNgwidWqnIF36HjH5m9whXwSXth1Sw91J46mx8VF7W4Y0r6obJgf5scc3Q5/jKYn4uEqsb3eT7w/7Jrk590U0M6ntLsXOc6fEC14OstcOMaf8UiarwndTr71; - Expires=Sat, 14 Jan 2023 00:51:40 GMT; Path=/ - - AWSALBCORS=kWsQuNgwidWqnIF36HjH5m9whXwSXth1Sw91J46mx8VF7W4Y0r6obJgf5scc3Q5/jKYn4uEqsb3eT7w/7Jrk590U0M6ntLsXOc6fEC14OstcOMaf8UiarwndTr71; - Expires=Sat, 14 Jan 2023 00:51:40 GMT; Path=/; SameSite=None + - AWSALB=eKTIOO5hueq8TWb0QPMkZetE+HU501sQFZ00Jaey7876BFwDC2VFh9ApurkpIt8m418ethmj75hZGNGvD4ktFm8Pv/32EBQwaDG1eNJhe0ATK5/WWL5yJ47PzF5u; + Expires=Sun, 22 Jan 2023 19:24:37 GMT; Path=/ + - AWSALBCORS=eKTIOO5hueq8TWb0QPMkZetE+HU501sQFZ00Jaey7876BFwDC2VFh9ApurkpIt8m418ethmj75hZGNGvD4ktFm8Pv/32EBQwaDG1eNJhe0ATK5/WWL5yJ47PzF5u; + Expires=Sun, 22 Jan 2023 19:24:37 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -58,10 +58,10 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2022,10,29]],"date-time":"2022-10-29T02:25:33Z","timestamp":1667010333980},"reference-count":0,"publisher":"DE - GRUYTER MOUTON","isbn-type":[{"value":"9783110170269","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"published-print":{"date-parts":[[2001,12,31]]},"DOI":"10.1515\/9783110889406","type":"book","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":75,"title":["Multilingualism, + string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2023,1,11]],"date-time":"2023-01-11T08:49:20Z","timestamp":1673426960366},"reference-count":0,"publisher":"DE + GRUYTER MOUTON","isbn-type":[{"value":"9783110170269","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"published-print":{"date-parts":[[2001,12,31]]},"DOI":"10.1515\/9783110889406","type":"book","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":76,"title":["Multilingualism, Second Language Learning, and Gender"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2001,12,31]]},"container-title":[],"original-title":[],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:06Z","timestamp":1618988106000},"score":1,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406\/html"}},"subtitle":[""],"editor":[{"given":"Aneta","family":"Pavlenko","sequence":"first","affiliation":[]},{"given":"Adrian","family":"Blackledge","sequence":"additional","affiliation":[]},{"given":"Ingrid","family":"Piller","sequence":"additional","affiliation":[]},{"given":"Marya","family":"Teutsch-Dwyer","sequence":"additional","affiliation":[]}],"short-title":[],"issued":{"date-parts":[[2001,12,31]]},"ISBN":["9783110170269"],"references-count":0,"alternative-id":["10.1515\/9783110889406"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406","relation":{},"published":{"date-parts":[[2001,12,31]]}}}' - recorded_at: Sat, 07 Jan 2023 00:51:40 GMT + recorded_at: Sun, 15 Jan 2023 19:24:37 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Multilingualism,%2BSecond%2BLanguage%2BLearning,%2Band%2BGender%2B2001%2BDE%2BGRUYTER%2BMOUTON @@ -81,11 +81,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:43 GMT + - Sun, 15 Jan 2023 19:24:40 GMT Content-Type: - application/json Content-Length: - - '17756' + - '19128' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -113,62 +113,62 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1735877,"items":[{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T04:33:23Z","timestamp":1648960403721},"publisher-location":"Berlin, + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1739564,"items":[{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T04:33:23Z","timestamp":1648960403721},"publisher-location":"Berlin, New York","reference-count":0,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.1","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"page":"1-14","source":"Crossref","is-referenced-by-count":1,"title":["Introduction: Multilingualism, second language learning, and gender Ingrid"],"prefix":"10.1515","author":[{"given":"Piller","family":"Pavlenko","sequence":"first","affiliation":[]},{"given":"Aneta","family":"Pavlenko","sequence":"additional","affiliation":[]}],"member":"374","container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.1\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:06Z","timestamp":1618988106000},"score":49.155678,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.1\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.1"},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T18:50:13Z","timestamp":1648925413143},"publisher-location":"Berlin, + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.1\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:06Z","timestamp":1618988106000},"score":49.013615,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.1\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.1"},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T18:50:13Z","timestamp":1648925413143},"publisher-location":"Berlin, New York","reference-count":1,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.17","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":12,"title":["New directions in the study of multilingualism, second language learning, and gender"],"prefix":"10.1515","author":[{"given":"Aneta","family":"Pavlenko","sequence":"first","affiliation":[]},{"given":"Ingrid","family":"Piller","sequence":"additional","affiliation":[]}],"member":"374","reference":[{"key":"p_1","doi-asserted-by":"publisher","DOI":"10.1515\/ijsl.1992.94.43"}],"container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.17\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:08Z","timestamp":1618988108000},"score":48.306984,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.17\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.17"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T08:41:24Z","timestamp":1649148084786},"publisher-location":"Berlin, + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.17\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:08Z","timestamp":1618988108000},"score":48.00494,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.17\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.17"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T08:41:24Z","timestamp":1649148084786},"publisher-location":"Berlin, New York","reference-count":0,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.fm","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":0,"title":["Frontmatter"],"prefix":"10.1515","member":"374","container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.fm\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:14Z","timestamp":1618988114000},"score":46.60543,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.fm\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.fm"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T01:59:16Z","timestamp":1648519156013},"publisher-location":"Berlin, + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.fm\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:14Z","timestamp":1618988114000},"score":46.338562,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.fm\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.fm"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T01:59:16Z","timestamp":1648519156013},"publisher-location":"Berlin, New York","reference-count":0,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.345","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":0,"title":["Name index"],"prefix":"10.1515","member":"374","container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.345\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:12Z","timestamp":1618988112000},"score":45.841293,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.345\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.345"},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T04:48:25Z","timestamp":1648874905648},"publisher-location":"Berlin, + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.345\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:12Z","timestamp":1618988112000},"score":45.715416,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.345\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.345"},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T04:48:25Z","timestamp":1648874905648},"publisher-location":"Berlin, New York","reference-count":0,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.352","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":0,"title":["Subject index"],"prefix":"10.1515","member":"374","container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.352\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:12Z","timestamp":1618988112000},"score":45.81888,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.352\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.352"},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T23:15:10Z","timestamp":1648941310481},"publisher-location":"Berlin, + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.352\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:12Z","timestamp":1618988112000},"score":45.70632,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.352\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.352"},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T23:15:10Z","timestamp":1648941310481},"publisher-location":"Berlin, New York","reference-count":1,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.103","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":3,"title":["Gendering the \u2018learner\u2019: Sexual harassment and second language acquisition"],"prefix":"10.1515","author":[{"given":"Susan","family":"Ehrlich","sequence":"first","affiliation":[]}],"member":"374","reference":[{"key":"p_1","first-page":"1183","author":"Abrams Kathy","year":"1989","journal-title":"Vanderbilt Law Review"}],"container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.103\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:07Z","timestamp":1618988107000},"score":43.649567,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.103\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.103"},{"indexed":{"date-parts":[[2022,5,6]],"date-time":"2022-05-06T19:26:38Z","timestamp":1651865198792},"publisher-location":"Berlin, + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.103\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:07Z","timestamp":1618988107000},"score":43.416588,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.103\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.103"},{"indexed":{"date-parts":[[2022,5,6]],"date-time":"2022-05-06T19:26:38Z","timestamp":1651865198792},"publisher-location":"Berlin, New York","reference-count":1,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.77","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":5,"title":["Researching women\u2019s language practices in multilingual workplaces"],"prefix":"10.1515","author":[{"given":"Tara","family":"Goldstein","sequence":"first","affiliation":[]}],"member":"374","reference":[{"key":"p_1","doi-asserted-by":"crossref","first-page":"249","DOI":"10.3102\/00346543059003249","volume":"59","author":"Anderson Gary","year":"1989","journal-title":"Review of Educational Research"}],"container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.77\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:13Z","timestamp":1618988113000},"score":42.834923,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.77\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.77"},{"indexed":{"date-parts":[[2022,10,27]],"date-time":"2022-10-27T09:49:30Z","timestamp":1666864170711},"publisher-location":"Berlin, - New York","reference-count":0,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.133","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":24,"title":["\u201cHow + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.77\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:13Z","timestamp":1618988113000},"score":42.756046,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.77\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.77"},{"indexed":{"date-parts":[[2023,1,8]],"date-time":"2023-01-08T06:48:20Z","timestamp":1673160500844},"publisher-location":"Berlin, + New York","reference-count":0,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.133","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":25,"title":["\u201cHow am I to become a woman in an American vein?\u201d: Transformations of gender performance in second language learning"],"prefix":"10.1515","author":[{"given":"Aneta","family":"Pavlenko","sequence":"first","affiliation":[]}],"member":"374","container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.133\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:08Z","timestamp":1618988108000},"score":42.647614,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.133\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.133"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T00:59:30Z","timestamp":1648515570040},"publisher-location":"Berlin, + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.133\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:08Z","timestamp":1618988108000},"score":42.513607,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.133\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.133"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T00:59:30Z","timestamp":1648515570040},"publisher-location":"Berlin, New York","reference-count":0,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.257","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":5,"title":["Gender and public space in a bilingual school"],"prefix":"10.1515","author":[{"given":"Monica","family":"Heller","sequence":"first","affiliation":[]}],"member":"374","container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.257\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:10Z","timestamp":1618988110000},"score":42.57104,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.257\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.257"},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T10:36:16Z","timestamp":1669199776269},"publisher-location":"Berlin, + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.257\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:10Z","timestamp":1618988110000},"score":42.35446,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.257\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.257"},{"indexed":{"date-parts":[[2022,11,23]],"date-time":"2022-11-23T10:36:16Z","timestamp":1669199776269},"publisher-location":"Berlin, New York","reference-count":1,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.199","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":7,"title":["Linguistic intermarriage: Language choice and negotiation of identity"],"prefix":"10.1515","author":[{"given":"Ingrid","family":"Piller","sequence":"first","affiliation":[]}],"member":"374","reference":[{"key":"p_1","first-page":"922","author":"Auwarter Manfred","year":"1988","journal-title":"Mouton de Gruyter"}],"container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.199\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:09Z","timestamp":1618988109000},"score":42.25699,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.199\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.199"},{"indexed":{"date-parts":[[2022,12,1]],"date-time":"2022-12-01T01:53:53Z","timestamp":1669859633137},"publisher-location":"Berlin, + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.199\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:09Z","timestamp":1618988109000},"score":42.179913,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.199\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.199"},{"indexed":{"date-parts":[[2022,12,1]],"date-time":"2022-12-01T01:53:53Z","timestamp":1669859633137},"publisher-location":"Berlin, New York","reference-count":1,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.307","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":17,"title":["Self-expression, gender, and community: A Japanese feminist English class"],"prefix":"10.1515","author":[{"given":"Cheiron","family":"McMahill","sequence":"first","affiliation":[]}],"member":"374","reference":[{"key":"p_1","doi-asserted-by":"crossref","first-page":"647","DOI":"10.2307\/3178206","volume":"21","author":"Abe Hideko","year":"1995","journal-title":"Feminist Studies"}],"container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.307\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:11Z","timestamp":1618988111000},"score":41.386375,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.307\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.307"},{"indexed":{"date-parts":[[2022,10,11]],"date-time":"2022-10-11T14:08:34Z","timestamp":1665497314510},"publisher-location":"Berlin, + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.307\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:11Z","timestamp":1618988111000},"score":41.270782,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.307\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.307"},{"indexed":{"date-parts":[[2023,1,8]],"date-time":"2023-01-08T06:48:47Z","timestamp":1673160527848},"publisher-location":"Berlin, New York","reference-count":1,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.175","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":14,"title":["(Re)constructing masculinity in a new linguistic reality"],"prefix":"10.1515","author":[{"given":"Marya","family":"Teutsch-Dwyer","sequence":"first","affiliation":[]}],"member":"374","reference":[{"key":"p_1","doi-asserted-by":"crossref","first-page":"341","DOI":"10.1017\/S0272263199003010","volume":"21","author":"Bardovi-Harlig Kathleen","year":"1999","journal-title":"Studies in Second Language Acquisition"}],"container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.175\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:09Z","timestamp":1618988109000},"score":39.945183,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.175\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.175"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T05:51:09Z","timestamp":1648792269135},"publisher-location":"Berlin, + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.175\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:09Z","timestamp":1618988109000},"score":39.6803,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.175\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.175"},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T05:51:09Z","timestamp":1648792269135},"publisher-location":"Berlin, New York","reference-count":0,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.283","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":1,"title":["Cross-cultural excursions: Foreign language study and feminist discourses of travel"],"prefix":"10.1515","author":[{"given":"Claire","family":"Kramsch","sequence":"first","affiliation":[]},{"given":"Linda von","family":"Hoene","sequence":"additional","affiliation":[]}],"member":"374","container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.283\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:11Z","timestamp":1618988111000},"score":39.099083,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.283\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.283"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T13:25:53Z","timestamp":1648733153301},"publisher-location":"Berlin, + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.283\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:11Z","timestamp":1618988111000},"score":39.03148,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.283\/html"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.283"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T13:25:53Z","timestamp":1648733153301},"publisher-location":"Berlin, New York","reference-count":1,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.53","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":4,"title":["Complex positionings: Women negotiating identity and power in a minority urban setting"],"prefix":"10.1515","author":[{"given":"Adrian","family":"Blackledge","sequence":"first","affiliation":[]}],"member":"374","reference":[{"key":"p_1","first-page":"166","author":"Ball Stephen","year":"1991","journal-title":"Doing Educational Research. London: Routledge"}],"container-title":["Multilingualism, Second Language Learning, - and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.53\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:13Z","timestamp":1618988113000},"score":38.36669,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.53\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.53"},{"indexed":{"date-parts":[[2023,1,3]],"date-time":"2023-01-03T02:30:08Z","timestamp":1672713008656},"publisher-location":"Berlin, + and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.53\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:13Z","timestamp":1618988113000},"score":38.141495,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.53\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.53"},{"indexed":{"date-parts":[[2023,1,3]],"date-time":"2023-01-03T02:30:08Z","timestamp":1672713008656},"publisher-location":"Berlin, New York","reference-count":1,"publisher":"DE GRUYTER MOUTON","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1515\/9783110889406.231","type":"book-chapter","created":{"date-parts":[[2011,3,18]],"date-time":"2011-03-18T18:18:11Z","timestamp":1300472291000},"source":"Crossref","is-referenced-by-count":12,"title":["Finding one\u2019s voice in Japanese: A study of the pitch levels of L2 users"],"prefix":"10.1515","author":[{"given":"Yumiko","family":"Ohara","sequence":"first","affiliation":[]}],"member":"374","reference":[{"key":"p_1","doi-asserted-by":"crossref","first-page":"207","DOI":"10.1080\/00224545.1976.9924774","volume":"99","author":"Arnovitch Charles","year":"1976","journal-title":"The Journal of Social Psychology"}],"container-title":["Multilingualism, - Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.231\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:10Z","timestamp":1618988110000},"score":37.278904,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.231\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.231"},{"indexed":{"date-parts":[[2022,6,18]],"date-time":"2022-06-18T06:10:58Z","timestamp":1655532658553},"publisher-location":"Cham","reference-count":37,"publisher":"Springer + Second Language Learning, and Gender"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.231\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:55:10Z","timestamp":1618988110000},"score":37.215614,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110889406.231\/html"}},"issued":{"date-parts":[[null]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1515\/9783110889406.231"},{"indexed":{"date-parts":[[2022,6,18]],"date-time":"2022-06-18T06:10:58Z","timestamp":1655532658553},"publisher-location":"Cham","reference-count":37,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319319537","type":"print"},{"value":"9783319319544","type":"electronic"}],"license":[{"start":{"date-parts":[[2016,1,1]],"date-time":"2016-01-01T00:00:00Z","timestamp":1451606400000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2016]]},"DOI":"10.1007\/978-3-319-31954-4_3","type":"book-chapter","created":{"date-parts":[[2016,4,20]],"date-time":"2016-04-20T15:29:30Z","timestamp":1461166170000},"page":"27-35","source":"Crossref","is-referenced-by-count":1,"title":["Spacetimes of Multilingualism"],"prefix":"10.1007","author":[{"given":"Larissa","family":"Aronin","sequence":"first","affiliation":[]},{"given":"Ulrike","family":"Jessner","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2016,4,21]]},"reference":[{"key":"3_CR2","unstructured":"Aronin, L. (2007). Current multilingualism as a new linguistic world order. CLCS Occasional @@ -285,55 +285,13 @@ http_interactions: E. (1989). The seven-day circle: The history and meaning of the week. Chicago and London: University of Chicago Press."}],"container-title":["Second Language Learning and Teaching","Researching Second Language Learning and Teaching - from a Psycholinguistic Perspective"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-31954-4_3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,18]],"date-time":"2022-06-18T05:45:37Z","timestamp":1655531137000},"score":32.269424,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-31954-4_3"}},"issued":{"date-parts":[[2016]]},"ISBN":["9783319319537","9783319319544"],"references-count":37,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-31954-4_3","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2016]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T17:53:06Z","timestamp":1648749186790},"publisher-location":"Cham","update-to":[{"updated":{"date-parts":[[2017,7,14]],"date-time":"2017-07-14T00:00:00Z","timestamp":1499990400000},"DOI":"10.1007\/978-3-319-56892-8_4","type":"erratum","label":"Erratum"},{"updated":{"date-parts":[[2017,7,14]],"date-time":"2017-07-14T00:00:00Z","timestamp":1499990400000},"DOI":"10.1007\/978-3-319-56892-8_6","type":"erratum","label":"Erratum"}],"reference-count":0,"publisher":"Springer + from a Psycholinguistic Perspective"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-31954-4_3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,18]],"date-time":"2022-06-18T05:45:37Z","timestamp":1655531137000},"score":32.15199,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-31954-4_3"}},"issued":{"date-parts":[[2016]]},"ISBN":["9783319319537","9783319319544"],"references-count":37,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-31954-4_3","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2016]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T17:53:06Z","timestamp":1648749186790},"publisher-location":"Cham","update-to":[{"updated":{"date-parts":[[2017,7,14]],"date-time":"2017-07-14T00:00:00Z","timestamp":1499990400000},"DOI":"10.1007\/978-3-319-56892-8_4","type":"erratum","label":"Erratum"},{"updated":{"date-parts":[[2017,7,14]],"date-time":"2017-07-14T00:00:00Z","timestamp":1499990400000},"DOI":"10.1007\/978-3-319-56892-8_6","type":"erratum","label":"Erratum"}],"reference-count":0,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319568911","type":"print"},{"value":"9783319568928","type":"electronic"}],"license":[{"start":{"date-parts":[[2017,1,1]],"date-time":"2017-01-01T00:00:00Z","timestamp":1483228800000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2017,1,1]],"date-time":"2017-01-01T00:00:00Z","timestamp":1483228800000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2017]]},"DOI":"10.1007\/978-3-319-56892-8_13","type":"book-chapter","created":{"date-parts":[[2017,7,13]],"date-time":"2017-07-13T02:43:53Z","timestamp":1499913833000},"page":"E1-E1","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":0,"title":["Erratum to: Multiculturalism, Multilingualism and the Self"],"prefix":"10.1007","author":[{"given":"Danuta","family":"Gabry\u015b-Barker","sequence":"first","affiliation":[]},{"given":"Dagmara","family":"Ga\u0142ajda","sequence":"additional","affiliation":[]},{"given":"Adam","family":"Wojtaszek","sequence":"additional","affiliation":[]},{"given":"Pawe\u0142","family":"Zakrajewski","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2017,7,14]]},"container-title":["Second Language Learning and Teaching","Multiculturalism, Multilingualism and the - Self"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-56892-8_13","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,16]],"date-time":"2020-01-16T11:53:47Z","timestamp":1579175627000},"score":31.181273,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-56892-8_13"}},"issued":{"date-parts":[[2017]]},"ISBN":["9783319568911","9783319568928"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-56892-8_13","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2017]]},"assertion":[{"value":"14 + Self"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-56892-8_13","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,16]],"date-time":"2020-01-16T11:53:47Z","timestamp":1579175627000},"score":30.934517,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-56892-8_13"}},"issued":{"date-parts":[[2017]]},"ISBN":["9783319568911","9783319568928"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-56892-8_13","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2017]]},"assertion":[{"value":"14 July 2017","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter - History"}}]},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T23:29:03Z","timestamp":1649201343964},"publisher-location":"Cham","reference-count":14,"publisher":"Springer - International Publishing","isbn-type":[{"value":"9783319014135","type":"print"},{"value":"9783319014142","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1007\/978-3-319-01414-2_17","type":"book-chapter","created":{"date-parts":[[2013,9,18]],"date-time":"2013-09-18T04:25:57Z","timestamp":1379478357000},"page":"291-298","source":"Crossref","is-referenced-by-count":0,"title":["The - Homunculus in the Multilingual Brain"],"prefix":"10.1007","author":[{"given":"Kees","family":"de - Bot","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2013,9,19]]},"reference":[{"key":"17_CR1","doi-asserted-by":"crossref","first-page":"29","DOI":"10.1016\/0010-0285(78)90018-X","volume":"10","author":"W. - Marslen-Wilson","year":"1978","unstructured":"Marslen-Wilson, W. and A. Welsch. - 1978. Processing interactions and lexical access during word recognition in - continuous speech. Cognitive Psychology 10: 29\u201363.","journal-title":"Cognitive - Psychology"},{"key":"17_CR2","doi-asserted-by":"crossref","first-page":"480","DOI":"10.1016\/S0022-5371(71)80018-X","volume":"10","author":"J. - MacNamara","year":"1967","unstructured":"MacNamara, J. and S. Kushnir. 1967. - The linguistic independence of bilinguals: The input switch. Journal of Verbal - Learning and Verbal Behavior 10: 480\u2013487.","journal-title":"Journal of - Verbal Learning and Verbal Behavior"},{"key":"17_CR3","doi-asserted-by":"crossref","unstructured":"Aronin, - L. and D. Singleton. 2012. Multilingualism. Amsterdam\u2014Philadelphia: John - Benjamins.","DOI":"10.1075\/impact.30"},{"key":"17_CR4","doi-asserted-by":"crossref","first-page":"452","DOI":"10.1093\/applin\/19.4.452","volume":"19","author":"M. - Verhallen","year":"1998","unstructured":"Verhallen, M. and R. Schoonen. 1998. - Lexical knowledge of L1 and L2 of third and fifth graders. Applied Linguistics - 19: 452\u2013470.","journal-title":"Applied Linguistics"},{"key":"17_CR5","unstructured":"Ellis, - N. 1994. Vocabulary acquisition: The implicit ins and outs of explicit cognitive - mediation. In Implicit and explicit learning of languages, ed. N. Ellis, 211\u2013282. - London: Academic Press."},{"key":"17_CR6","doi-asserted-by":"crossref","first-page":"463","DOI":"10.1093\/applin\/21.4.463","volume":"21","author":"A. - Wray","year":"2000","unstructured":"Wray, A. 2000. Formulaic sequences in - second language teaching: principle and practice. Applied Linguistics 21: - 463\u2013489.","journal-title":"Applied Linguistics"},{"key":"17_CR7","doi-asserted-by":"crossref","first-page":"221","DOI":"10.1016\/S0010-0277(00)00130-X","volume":"79","author":"D. - Dennett","year":"2001","unstructured":"Dennett, D. 2001. Are we explaining - consciousness yet? Cognition 79: 221\u2013237.","journal-title":"Cognition"},{"key":"17_CR8","unstructured":"www.urbandictionary.com"},{"key":"17_CR9","doi-asserted-by":"crossref","first-page":"56","DOI":"10.1016\/0093-934X(82)90071-2","volume":"16","author":"L. - Galloway","year":"1982","unstructured":"Galloway, L. and R. Scarcella. 1982. - Cerebral organization in adult second language acquisition: Is the right hemisphere - more involved? Brain and Language 16: 56\u201360.","journal-title":"Brain - and Language"},{"key":"17_CR10","doi-asserted-by":"crossref","first-page":"576","DOI":"10.1016\/0093-934X(90)90163-B","volume":"39","author":"M. - Paradis","year":"1990","unstructured":"Paradis, M. 1990. Language lateralization - in bilinguals: Enough already! Brain and Language 39: 576\u2013586.","journal-title":"Brain - and Language"},{"key":"17_CR11","doi-asserted-by":"crossref","unstructured":"Green, - D., J. Crinion and C. Price. 2006. Convergence, degeneracy and control. In - The cognitive neuroscience of second language acquisition, eds. P. Indefrey - and M. Gullberg, 99\u2013125. Malden: Blackwell.","DOI":"10.1111\/j.1467-9922.2006.00357.x"},{"key":"17_CR12","unstructured":"de - Bot, K. 2009. Multilingualism and aging. In The new handbook of second language - acquisition, ed. T. Bhatia, 425\u2013440. San Diego: Elsevier."},{"key":"17_CR13","doi-asserted-by":"crossref","first-page":"301","DOI":"10.1016\/j.tics.2004.05.003","volume":"8","author":"J. - Elman","year":"2005","unstructured":"Elman, J. 2005. An alternative view of - the mental lexicon. Trends in Cognitive Sciences 8: 301\u2013306.","journal-title":"Trends - in Cognitive Sciences"},{"key":"17_CR14","doi-asserted-by":"crossref","unstructured":"Spivey, - M. 2007. The continuity of mind. Oxford: Oxford University Press.","DOI":"10.1093\/acprof:oso\/9780195170788.001.0001"}],"container-title":["Second - Language Learning and Teaching","Essential Topics in Applied Linguistics and - Multilingualism"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-01414-2_17","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,7,24]],"date-time":"2019-07-24T01:19:34Z","timestamp":1563931174000},"score":30.060112,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-01414-2_17"}},"issued":{"date-parts":[[2013,9,19]]},"ISBN":["9783319014135","9783319014142"],"references-count":14,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-01414-2_17","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2013,9,19]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T07:13:46Z","timestamp":1649056426271},"publisher-location":"Cham","reference-count":65,"publisher":"Springer + History"}}]},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T07:13:46Z","timestamp":1649056426271},"publisher-location":"Cham","reference-count":65,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319083520","type":"print"},{"value":"9783319083537","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1007\/978-3-319-08353-7_8","type":"book-chapter","created":{"date-parts":[[2014,9,18]],"date-time":"2014-09-18T17:06:31Z","timestamp":1411059991000},"page":"111-125","source":"Crossref","is-referenced-by-count":1,"title":["Some Advantages of Qualitative Methods in Multilingualism Research"],"prefix":"10.1007","author":[{"given":"Teresa Maria","family":"W\u0142osowicz","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2014,7,22]]},"reference":[{"key":"8_CR1","unstructured":"Arabski, @@ -577,147 +535,244 @@ http_interactions: Portuguese as a third or additional language, accepted for publication in the proceedings of the L3 Conference in Castell\u00f3, Spain, September 13-15, 2012."}],"container-title":["Second Language Learning and Teaching","Studying - Second Language Acquisition from a Qualitative Perspective"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-08353-7_8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,27]],"date-time":"2019-05-27T18:34:45Z","timestamp":1558982085000},"score":29.999846,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-08353-7_8"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783319083520","9783319083537"],"references-count":65,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-08353-7_8","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,8,29]],"date-time":"2022-08-29T16:09:00Z","timestamp":1661789340544},"publisher-location":"Cham","reference-count":50,"publisher":"Springer - International Publishing","isbn-type":[{"value":"9783319014135","type":"print"},{"value":"9783319014142","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1007\/978-3-319-01414-2_9","type":"book-chapter","created":{"date-parts":[[2013,9,18]],"date-time":"2013-09-18T08:25:57Z","timestamp":1379492757000},"page":"157-173","source":"Crossref","is-referenced-by-count":8,"title":["The - Concept of Affordances in Applied Linguistics and Multilingualism"],"prefix":"10.1007","author":[{"given":"Larissa","family":"Aronin","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2013,9,19]]},"reference":[{"key":"9_CR48","unstructured":"Aronin, - L. 2007. Current multilingualism as a new linguistic world order. CLCS Occasional - Paper #67. Dublin: Trinity College."},{"key":"9_CR1","doi-asserted-by":"crossref","unstructured":"Aronin, - L. 2012. Material culture of multilingualism and affectivity. Studies in Second - Language Learning and Teaching 2: 179\u2013191.","DOI":"10.14746\/ssllt.2012.2.2.3"},{"key":"9_CR49","unstructured":"Aronin, - L. and M. \u00d3 Laoire. 2007. The material culture of multilingualism. Paper - presented at the 5th International Conference on Third Language Acquisition - and Multilingualism, University of Sterling, Scotland, UK, September."},{"key":"9_CR2","doi-asserted-by":"crossref","unstructured":"Aronin, - L. and M. \u00d3 Laoire. 2012a. The material culture of multilingualism. In - Minority languages in the linguistic landscape, eds. D. Gorter, H. F. Marten - and L. Van Mensel, 299\u2013318. Basingstoke: Palgrave-MacMillan.","DOI":"10.1057\/9780230360235_17"},{"key":"9_CR3","first-page":"17","volume":"6","author":"L. - Aronin","year":"2012b","unstructured":"Aronin, L. and M. \u00d3 Laoire. 2012b. - The material\u00a0culture of multilingualism: moving beyond the linguistic - landscape. International Journal of Multilingualism 6: 17\u201336.","journal-title":"International - Journal of Multilingualism"},{"key":"9_CR4","doi-asserted-by":"crossref","first-page":"1","DOI":"10.2167\/ijm072.0","volume":"5","author":"L. - Aronin","year":"2008","unstructured":"Aronin, L. and D. Singleton. 2008. Multilingualism - as a new linguistic dispensation. International Journal of Multilingualism - 5: 1\u201316.","journal-title":"International Journal of Multilingualism"},{"key":"9_CR5","doi-asserted-by":"crossref","unstructured":"Aronin, - L. and D. Singleton. 2010. Affordances and the diversity of multilingualism. - In International Journal of the Sociology of Language 125. Special Issue: - The diversity of multilingualism, eds. L. Aronin and D. Singleton, 105\u2013129. - Berlin: Mouton de Gruyter.","DOI":"10.1515\/ijsl.2010.041"},{"key":"9_CR6","unstructured":"Aronin, - L. and D. Singleton. 2012a. Multilingualism. Amsterdam: John Benjamins."},{"key":"9_CR7","doi-asserted-by":"crossref","unstructured":"Aronin, - L. and D. Singleton. 2012b. \u2018Affordances Theory\u2019 in Multilingualism. - Studies in Second Language Learning and Teaching 3: 311\u2013331.","DOI":"10.14746\/ssllt.2012.2.3.3"},{"key":"9_CR8","doi-asserted-by":"crossref","unstructured":"Aronin, - L., J. A. Fishman, D. Singleton and M. \u00d2 Laoire. 2013. Introduction. - Current multilingualism: A new linguistic dispensation. In Current multilingualism: - A new linguistic dispensation, eds. D. Singleton, J. A. Fishman, L. Aronin - and M. \u00d2 Laoire, 1\u201323. Berlin: Mouton de Gruyter.","DOI":"10.1515\/9781614512813.3"},{"key":"9_CR9","unstructured":"Bossomaier, - T. and D. Green. 1998. Patterns in the sand: Computers, complexity, and everyday - life. Reading, MA: Perseus Books."},{"key":"9_CR10","first-page":"105","volume":"48","author":"J. - -M. Dewaele","year":"2010","unstructured":"Dewaele, J. -M. 2010.\u00a0Multilingualism - and affordances: Variation in self-perceived communicative competence and - communicative anxiety in French L1, L2, L3 and L4. International Review of - Applied Linguistics (IRAL) 48: 105\u2013129.","journal-title":"International - Review of Applied Linguistics (IRAL)"},{"key":"9_CR11","first-page":"67","volume":"2","author":"J. - A. Fishman","year":"1965","unstructured":"Fishman, J. A. 1965. Who speaks - what language to whom and when? La Linguistique 2: 67\u201388.","journal-title":"La - Linguistique"},{"key":"9_CR12","unstructured":"Fishman, J. A. 1972. Domains - and the relationship between micro- and macrosociolinguistics. In Directions - in sociolinguistics. The ethnography of speaking, eds. J. J. Gumperz and D. - Hymes, 407\u2013434. New York: Holt, Rinehart & Winston."},{"key":"9_CR13","unstructured":"Gibson, - J. J. 1979\/1986. The ecological approach to visual perception. Hillsdale: - Lawrence Erlbaum."},{"key":"9_CR14","doi-asserted-by":"crossref","first-page":"265","DOI":"10.1177\/0959354307075046","volume":"17","author":"J. - M. M. Good","year":"2007","unstructured":"Good, J. M. M. 2007. The affordances - for social psychology of the ecological approach to social knowing. Theory - & Psychology 17: 265\u2013295.","journal-title":"Theory & Psychology"},{"key":"9_CR50","doi-asserted-by":"crossref","first-page":"482","DOI":"10.1162\/105474605774785244","volume":"14","author":"D. - Gross","year":"2005","unstructured":"Gross, D., K. Stanney and J. Cohn. 2005. - Evoking affordances in virtual environments via sensory-stimuli substitution. - Presence: Teleoperators and Virtual Environments 14: 482\u2013491. Cambridge, - MA, USA: MIT Press.","journal-title":"Presence: Teleoperators and Virtual - Environments"},{"key":"9_CR15","unstructured":"Hatukai, L. 2012. Material - items of Circassian culture in Kfar-Kama village. Unpublished presentation. - Kiriat Tivon: Oranim Academic College of Education."},{"key":"9_CR16","unstructured":"Haugen, - E. 1972. The ecology of language. Stanford, CA: Stanford University Press."},{"key":"9_CR17","doi-asserted-by":"crossref","unstructured":"Heft, - H. 2001. Ecological psychology in context: James Gibson, Roger Barker, and - the legacy of William James\u2019s radical empirism. Mahwah, NJ: Lawrence - Erlbaum.","DOI":"10.4324\/9781410600479"},{"key":"9_CR18","doi-asserted-by":"crossref","first-page":"27","DOI":"10.1023\/A:1014548611951","volume":"1","author":"N. - Hornberger","year":"2002","unstructured":"Hornberger, N. 2002. Multilingual - language policies and continua of biliteracy: An ecological approach. Language - Policy 1: 27\u201351.","journal-title":"Language Policy"},{"key":"9_CR19","unstructured":"Huizinga, - J. 1936. In the shadow of tomorrow (translated by Jacob Herman Huizinga). - New York: W.W. Norton & Company, Inc."},{"key":"9_CR51","doi-asserted-by":"crossref","first-page":"581","DOI":"10.1177\/00380385030373011","volume":"37","author":"I. - Hutchby","year":"2003","unstructured":"Hutchby, I. 2003. Affordances and the - analysis of technologically mediated interaction. Sociology 37: 581\u2013589.","journal-title":"Sociology"},{"key":"9_CR52","unstructured":"Kinsella, - C. 2009. An investigation into the proficiency of successful late learners - of French. Unpublished Ph D Thesis, Trinity College Dublin."},{"key":"9_CR20","doi-asserted-by":"crossref","unstructured":"Lawn, - M. and I. Grosvenor, eds. 2005. Materialities of schooling: Design \u2013 - technology \u2013 objects \u2013 routines. Oxford: Symposium Books.","DOI":"10.15730\/books.12"},{"key":"9_CR21","unstructured":"Lednichenko, - P. 2011. Material culture and multilingualism: Languages in my family. Unpublished - field work report. Oranim Academic College of Education."},{"key":"9_CR22","unstructured":"Le - Goff, J. 1984. La Civilisation de l\u2019Occident m\u00e9di\u00e9val. Paris: - Arthaud. Arthaud Russian translation: \u0416a\u043a \u041be \u0413o\u0444\u0444. - 2005. \u0426\u0438\u0432\u0438\u043b\u0438\u0437a\u0446\u0438\u044f cpe\u0434\u043de\u0432e\u043ao\u0432o\u0433o - \u0417a\u043fa\u0434a. E\u043aa\u0442ep\u0438\u043d\u0431yp\u0433: \u0423-\u0424a\u043a\u0442op\u0438\u044f."},{"key":"9_CR23","unstructured":"M\u00e4ntyl\u00e4, - K., S. Pietik\u00e4inen and H. Dufva. 2009. Informal language learning contexts: - multilingualism in a family. In Proceedings of the BAAL Annual Conference - 2009, 71\u201372. Newcastle: Newcastle University."},{"key":"9_CR24","unstructured":"Marshall, - H. W. 1981. Folk architecture in little Dixie: A regional culture in Missouri. - Columbia: University of Missouri Press."},{"key":"9_CR25","unstructured":"Mcdermott, - M. 2010. Feral (wild) Russian child Oxana Malaya (dog child). http:\/\/www.youtube.com\/watch?v=93HymGXC_wM - . Accessed 5 March 2010."},{"key":"9_CR26","unstructured":"Norman, D. A. 1988. - The psychology of everyday things. New York: Basic Books."},{"key":"9_CR27","doi-asserted-by":"crossref","first-page":"38","DOI":"10.1145\/301153.301168","volume":"6","author":"D. - A. Norman","year":"1999","unstructured":"Norman, D. A. 1999. Affordances, - conventions and design. Interactions 6: 38\u201343.","journal-title":"Interactions"},{"key":"9_CR28","unstructured":"Norman, - D. A. 2002. The design of everyday things. New York: Basic Books."},{"key":"9_CR29","doi-asserted-by":"crossref","unstructured":"Otwinowska-Kasztelanic, - A. 2009. Language awareness in using cognate vocabulary: The case of Polish - advanced students of English in the light of the theory of affordances. In - Neurolinguistics and psycholinguistic perspectives on SLA, eds. J. Arabski - and A. Wojtaszek, 175\u2013190. Bristol: Multilingual Matters.","DOI":"10.21832\/9781847692429-014"},{"key":"9_CR30","doi-asserted-by":"crossref","unstructured":"Otwinowska-Kasztelanic, - A. 2011. Awareness and affordances: Multilinguals versus bilinguals and their - perceptions of cognates. In New trends in crosslinguistic influence and multilingualism - research, eds. G. De Angelis and J. -M. Dewaele, 1\u201318. Bristol: Multilingual - Matters.","DOI":"10.21832\/9781847694430-002"},{"key":"9_CR32","unstructured":"Owen, - D. H. 2009. Affordance theory concepts and assumptions. http:\/\/www.psyc.canterbury.ac.nz\/courses\/psyc_209\/Owen_Affordance%20Terms.pdf - . (accessed 31 August 2009)."},{"key":"9_CR33","doi-asserted-by":"crossref","unstructured":"Pink, - S. 2012. Situating everyday life: Practices and places. London: SAGE.","DOI":"10.4135\/9781446250679"},{"key":"9_CR34","doi-asserted-by":"crossref","first-page":"197","DOI":"10.1086\/495962","volume":"15","author":"D. - J. Prown","year":"1980","unstructured":"Prown, D. J. 1980. Style as evidence. - Winterthur Portfolio 15: 197\u2013210.","journal-title":"Winterthur Portfolio"},{"key":"9_CR35","doi-asserted-by":"crossref","unstructured":"Scarantino, - A. 2003. Affordances explained. Philosophy of Science 70: 949\u2013961.","DOI":"10.1086\/377380"},{"key":"9_CR36","unstructured":"Schlereth, - T. J., ed. 1985. Material culture: A research guide. Lawrence, KS: University - Press of Kansas."},{"key":"9_CR37","doi-asserted-by":"crossref","first-page":"3","DOI":"10.1017\/S0267190501000010","volume":"21","author":"N. - Segalowitz","year":"2001","unstructured":"Segalowitz, N. 2001. On the evolving - connections between psychology and linguistics. Annual Review of Applied Linguistics - 21: 3\u201322.","journal-title":"Annual Review of Applied Linguistics"},{"key":"9_CR38","unstructured":"Singleton, - D. 2013a. Affective dimensions of second language ultimate attainment. In - The affective dimension in second language acquisition, eds. D. Gabrys-Barker - and J. Bielska, 29\u201334. Bristol: Multilingual Matters."},{"key":"9_CR39","unstructured":"Singleton, - D. 2013b. Qualitative dimensions of age-related research in second language - acquisition. Plenary lecture delivered during the 25th international conference - on second language acquisition and foreign language learning. Szczyrk, Poland, - 23\u201325 May 2013."},{"key":"9_CR40","doi-asserted-by":"crossref","first-page":"83","DOI":"10.2167\/illt44.0","volume":"1","author":"D. - Singleton","year":"2007","unstructured":"Singleton, D. and L. Aronin. 2007. - Multiple language learning in the light of the theory of affordances. Innovation - in Language Teaching and Learning 1: 83\u201396.","journal-title":"Language - Teaching and Learning"},{"key":"9_CR41","doi-asserted-by":"crossref","unstructured":"Singleton, - D., J. A. Fishman, L. Aronin and M. \u00d3 Laoire, eds. 2013. Current multilingualism: - A new linguistic dispensation. Berlin: Mouton de Gruyter.","DOI":"10.1515\/9781614512813"},{"key":"9_CR42","doi-asserted-by":"crossref","first-page":"77","DOI":"10.1207\/s15326969eco0302_2","volume":"3","author":"S. - S. Valenty","year":"1991","unstructured":"Valenty, S. S. and J. M. M. Good. - 1991. Social affordances and interaction I: Introduction. Ecological Psychology - 3: 77\u201398.","journal-title":"Ecological Psychology"},{"key":"9_CR43","doi-asserted-by":"crossref","first-page":"46","DOI":"10.2167\/illt42.0","volume":"1","author":"L. - Lier","year":"2007","unstructured":"Van Lier, L. 2007. Action-based teaching, - autonomy and identity. Innovation in Language Teaching and Learning 1: 46\u201365.","journal-title":"Innovation - in Language Teaching and Learning"},{"key":"9_CR44","unstructured":"Visser, - M. 2012. Linguistic (dis)similarity, affordances and the development of second - and third language proficiency: Continua of multilingual learning and teaching - at Stellenbosch University, South Africa. Presentation at the international - conference \u201cMultilingualism in Society, the World of Work, and Politics. - New Challenges for Teaching at Institutes of Higher Education\/Universities\u201d - April 18-20, 2012 University of Freiburg. http:\/\/www.sli-konferenz-mehrsprachigkeit.de\/fileadmin\/abstracts\/sektion-5\/Abstract_Visser.pdf - . Accessed 10.06.2013."},{"key":"9_CR45","unstructured":"Visser, M. 2013. - African languages in a new linguistic dispensation. Challenges for research - and teaching at universities. Inaugural lecture delivered on April, 9th 2013. - Stellenbosch University."},{"key":"9_CR46","first-page":"977","volume":"53","author":"R - Warren","year":"1982","unstructured":"Warren, R. and D. H. Owen. 1982. Functional - optical invariants: a new methodology for aviation research. Journal of Aviation, - Space and Environmental Medicine 53: 977\u2013983.","journal-title":"Journal - of Aviation, Space and Environmental Medicine"}],"container-title":["Second + Second Language Acquisition from a Qualitative Perspective"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-08353-7_8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,27]],"date-time":"2019-05-27T18:34:45Z","timestamp":1558982085000},"score":29.893227,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-08353-7_8"}},"issued":{"date-parts":[[2014]]},"ISBN":["9783319083520","9783319083537"],"references-count":65,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-08353-7_8","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2014]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T23:29:03Z","timestamp":1649201343964},"publisher-location":"Cham","reference-count":14,"publisher":"Springer + International Publishing","isbn-type":[{"value":"9783319014135","type":"print"},{"value":"9783319014142","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014]]},"DOI":"10.1007\/978-3-319-01414-2_17","type":"book-chapter","created":{"date-parts":[[2013,9,18]],"date-time":"2013-09-18T04:25:57Z","timestamp":1379478357000},"page":"291-298","source":"Crossref","is-referenced-by-count":0,"title":["The + Homunculus in the Multilingual Brain"],"prefix":"10.1007","author":[{"given":"Kees","family":"de + Bot","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2013,9,19]]},"reference":[{"key":"17_CR1","doi-asserted-by":"crossref","first-page":"29","DOI":"10.1016\/0010-0285(78)90018-X","volume":"10","author":"W. + Marslen-Wilson","year":"1978","unstructured":"Marslen-Wilson, W. and A. Welsch. + 1978. Processing interactions and lexical access during word recognition in + continuous speech. Cognitive Psychology 10: 29\u201363.","journal-title":"Cognitive + Psychology"},{"key":"17_CR2","doi-asserted-by":"crossref","first-page":"480","DOI":"10.1016\/S0022-5371(71)80018-X","volume":"10","author":"J. + MacNamara","year":"1967","unstructured":"MacNamara, J. and S. Kushnir. 1967. + The linguistic independence of bilinguals: The input switch. Journal of Verbal + Learning and Verbal Behavior 10: 480\u2013487.","journal-title":"Journal of + Verbal Learning and Verbal Behavior"},{"key":"17_CR3","doi-asserted-by":"crossref","unstructured":"Aronin, + L. and D. Singleton. 2012. Multilingualism. Amsterdam\u2014Philadelphia: John + Benjamins.","DOI":"10.1075\/impact.30"},{"key":"17_CR4","doi-asserted-by":"crossref","first-page":"452","DOI":"10.1093\/applin\/19.4.452","volume":"19","author":"M. + Verhallen","year":"1998","unstructured":"Verhallen, M. and R. Schoonen. 1998. + Lexical knowledge of L1 and L2 of third and fifth graders. Applied Linguistics + 19: 452\u2013470.","journal-title":"Applied Linguistics"},{"key":"17_CR5","unstructured":"Ellis, + N. 1994. Vocabulary acquisition: The implicit ins and outs of explicit cognitive + mediation. In Implicit and explicit learning of languages, ed. N. Ellis, 211\u2013282. + London: Academic Press."},{"key":"17_CR6","doi-asserted-by":"crossref","first-page":"463","DOI":"10.1093\/applin\/21.4.463","volume":"21","author":"A. + Wray","year":"2000","unstructured":"Wray, A. 2000. Formulaic sequences in + second language teaching: principle and practice. Applied Linguistics 21: + 463\u2013489.","journal-title":"Applied Linguistics"},{"key":"17_CR7","doi-asserted-by":"crossref","first-page":"221","DOI":"10.1016\/S0010-0277(00)00130-X","volume":"79","author":"D. + Dennett","year":"2001","unstructured":"Dennett, D. 2001. Are we explaining + consciousness yet? Cognition 79: 221\u2013237.","journal-title":"Cognition"},{"key":"17_CR8","unstructured":"www.urbandictionary.com"},{"key":"17_CR9","doi-asserted-by":"crossref","first-page":"56","DOI":"10.1016\/0093-934X(82)90071-2","volume":"16","author":"L. + Galloway","year":"1982","unstructured":"Galloway, L. and R. Scarcella. 1982. + Cerebral organization in adult second language acquisition: Is the right hemisphere + more involved? Brain and Language 16: 56\u201360.","journal-title":"Brain + and Language"},{"key":"17_CR10","doi-asserted-by":"crossref","first-page":"576","DOI":"10.1016\/0093-934X(90)90163-B","volume":"39","author":"M. + Paradis","year":"1990","unstructured":"Paradis, M. 1990. Language lateralization + in bilinguals: Enough already! Brain and Language 39: 576\u2013586.","journal-title":"Brain + and Language"},{"key":"17_CR11","doi-asserted-by":"crossref","unstructured":"Green, + D., J. Crinion and C. Price. 2006. Convergence, degeneracy and control. In + The cognitive neuroscience of second language acquisition, eds. P. Indefrey + and M. Gullberg, 99\u2013125. Malden: Blackwell.","DOI":"10.1111\/j.1467-9922.2006.00357.x"},{"key":"17_CR12","unstructured":"de + Bot, K. 2009. Multilingualism and aging. In The new handbook of second language + acquisition, ed. T. Bhatia, 425\u2013440. San Diego: Elsevier."},{"key":"17_CR13","doi-asserted-by":"crossref","first-page":"301","DOI":"10.1016\/j.tics.2004.05.003","volume":"8","author":"J. + Elman","year":"2005","unstructured":"Elman, J. 2005. An alternative view of + the mental lexicon. Trends in Cognitive Sciences 8: 301\u2013306.","journal-title":"Trends + in Cognitive Sciences"},{"key":"17_CR14","doi-asserted-by":"crossref","unstructured":"Spivey, + M. 2007. The continuity of mind. Oxford: Oxford University Press.","DOI":"10.1093\/acprof:oso\/9780195170788.001.0001"}],"container-title":["Second Language Learning and Teaching","Essential Topics in Applied Linguistics and - Multilingualism"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-01414-2_9","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,3,6]],"date-time":"2022-03-06T09:54:32Z","timestamp":1646560472000},"score":29.975803,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-01414-2_9"}},"issued":{"date-parts":[[2013,9,19]]},"ISBN":["9783319014135","9783319014142"],"references-count":50,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-01414-2_9","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2013,9,19]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Multilingualism,+Second+Language+Learning,+and+Gender+2001+DE+GRUYTER+MOUTON"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:43 GMT + Multilingualism"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-01414-2_17","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,7,24]],"date-time":"2019-07-24T01:19:34Z","timestamp":1563931174000},"score":29.84596,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-01414-2_17"}},"issued":{"date-parts":[[2013,9,19]]},"ISBN":["9783319014135","9783319014142"],"references-count":14,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-01414-2_17","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2013,9,19]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T16:48:51Z","timestamp":1648918131129},"publisher-location":"Cham","reference-count":57,"publisher":"Springer + International Publishing","isbn-type":[{"value":"9783319568911","type":"print"},{"value":"9783319568928","type":"electronic"}],"license":[{"start":{"date-parts":[[2017,1,1]],"date-time":"2017-01-01T00:00:00Z","timestamp":1483228800000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2017,1,1]],"date-time":"2017-01-01T00:00:00Z","timestamp":1483228800000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017]]},"DOI":"10.1007\/978-3-319-56892-8_6","type":"book-chapter","created":{"date-parts":[[2017,5,13]],"date-time":"2017-05-13T00:44:25Z","timestamp":1494636265000},"page":"77-95","source":"Crossref","is-referenced-by-count":0,"title":["New + Approaches to Multilingualism Research: Focus on Metaphors and Similes"],"prefix":"10.1007","author":[{"given":"Danuta","family":"Gabry\u015b-Barker","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2017,5,14]]},"reference":[{"key":"6_CR1","unstructured":"Aronin, + L. (2014, June). Spacetimes of multilingualism. Paper presented at the 9th + International Conference on Third Language Acquisition and Multilingualism, + Uppsala, Sweden"},{"key":"6_CR2","first-page":"1","volume-title":"Multilingual + development in the classroom: Current findings from research","author":"L + Aronin","year":"2015","unstructured":"Aronin, L. (2015). Current multilingualism + and new developments in multilingual research. In P. Safont-Jord\u00e0 & L. + Portoles (Eds.), Multilingual development in the classroom: Current findings + from research (pp. 1\u201328). Cambridge: Cambridge Scholars Publishing."},{"key":"6_CR3","doi-asserted-by":"crossref","unstructured":"Aronin, + L., & Hufeisen, B. (2009). Methods of research in multilingualism studies. + In L. Aronin & B. Hufeisen (Eds.), The exploration of multilingualism (pp. + 103\u2013120). Clevedon: Multlingual Matters","DOI":"10.1075\/aals.6.06ch6"},{"key":"6_CR4","doi-asserted-by":"crossref","unstructured":"Aronin, + L., & Jessner, U. (2015). Methodology in bi- and multilingual studies: from + simplification to complexity. AILA Review 27: Research Methods and Approaches + in Applied Linguistics: Looking Back and Moving Forward, 27, 56\u201379.","DOI":"10.1075\/aila.27.03aro"},{"key":"6_CR5","doi-asserted-by":"crossref","unstructured":"Aronin, + L., & Jessner, U. (2016). Spacetimes of multilingualism. In D. Ga\u0142ajda, + P. Zakrajewski & M. Pawlak (Eds.), Researching second language learning and + teaching from a psycholinguistic perspective. Studies in Honour of Danuta + Gabry\u015b-Barker (pp. 27\u201336). Berlin: Springer","DOI":"10.1007\/978-3-319-31954-4_3"},{"key":"6_CR6","unstructured":"Aronin, + L., & Politis, V. (2015). Multilingualism as an edge. Theory and Practice + of Second Language Acquisition,1(1), 27\u201350."},{"key":"6_CR7","unstructured":"Bargh, + J. A., & Barndollar, K. (1996). Automaticity in action: The unconscious as + repository of chronic goals and motives. In P. M. Gollwitzer & J. A. Bargh + (Eds.), The psychology of action. Linking cognition and motivation to behavior + (pp. 457\u2013481) New York: Guildford Press."},{"key":"6_CR8","doi-asserted-by":"crossref","first-page":"553","DOI":"10.1093\/applin\/21.4.553","volume":"21","author":"F + Boers","year":"2000","unstructured":"Boers, F. (2000). Metaphor awareness + and vocabulary retention. Applied Linguistics, 21, 553\u2013571.","journal-title":"Applied + Linguistics"},{"key":"6_CR9","unstructured":"Breakewell, G. (2001). Social + representational constraints on identity process. In K. Deaux & G. Philogene + (Eds.), Representations of the social: Bridging theoretical traditions (pp. + 271\u2013284).Oxford: Blackwell"},{"key":"6_CR10","volume-title":"Metaphernanalyse","author":"MB + Buchholz","year":"1993","unstructured":"Buchholz, M. B. (1993). Metaphernanalyse. + G\u00f6ttingen: Vandenhoeck & Ruprecht."},{"key":"6_CR11","doi-asserted-by":"crossref","unstructured":"Buchholz, + M. B., & von Kleist, C. (1995). Metaphernanalyse eines Therapiegespr\u00e4ches. + In M. B. Buchholz (Ed.), Psychotherapeutische Interaktion (pp. 93\u2013126). + Opladen: Westdeutscher Verlag.","DOI":"10.1007\/978-3-322-83259-7_3"},{"key":"6_CR12","doi-asserted-by":"crossref","first-page":"24","DOI":"10.1080\/07303084.2003.10608375","volume":"74","author":"D + Chen","year":"2003","unstructured":"Chen, D. (2003). A classification system + of metaphors about teaching. Journal of Physical Education, Recreation & Dance, + 74, 24\u201331.","journal-title":"Journal of Physical Education, Recreation + & Dance"},{"key":"6_CR13","first-page":"103","volume":"7","author":"V Cook","year":"1991","unstructured":"Cook, + V. (1991). The poverty of the stimulus argument and multilingualism. Second + Language Research, 7, 103\u2013117.","journal-title":"Second Language Research"},{"key":"6_CR14","unstructured":"Cruz-Ferreira, + M. (2015). What does multilingual mean? At Beingmultilingual.blogspot.pt, + October 3, 2015. Retrieved on November 10, 2015."},{"key":"6_CR15","volume-title":"Representations + of the social","year":"2001","unstructured":"Deaux, K., & Philog\u00e9ne, + G. (Eds.). (2001). Representations of the social. Oxford: Blackwell."},{"key":"6_CR16","doi-asserted-by":"crossref","first-page":"341","DOI":"10.2307\/3587960","volume":"34","author":"M + Guerrero De","year":"2000","unstructured":"De Guerrero, M., & Villamil, O. + S. (2000). Exploring ESL teachers\u2019 roles through metaphor analysis. TESOL + Quarterly, 34, 341\u2013351.","journal-title":"TESOL Quarterly"},{"key":"6_CR17","unstructured":"Dweck, + C. S. (1996). Implicit theories as organizers of goals and behavior. In P. + M. Gollwitzer & J. A. Bargh (Eds.), The psychology of action. Linking cognition + and motivation to behavior (pp. 69\u201390). New York: Guildford Press."},{"key":"6_CR18","doi-asserted-by":"crossref","first-page":"652","DOI":"10.1111\/j.1469-5812.2009.00608.x","volume":"43","author":"S + Farquhar","year":"2011","unstructured":"Farquhar, S., & Fitzsimons, P. (2011). + Lost in translation: The power of language. Educational Philosophy and Theory, + 43, 652\u2013662.","journal-title":"Educational Philosophy and Theory"},{"key":"6_CR19","unstructured":"Gabry\u015b, + D. (1993). Retrieval of conventional syntagms in English: Mechanisms and effects. + Unpublished Ph.D. thesis, University of Silesia, Katowice."},{"key":"6_CR20","volume-title":"Aspects + of multilingual storage, processing and retrieval","author":"D Gabry\u015b-Barker","year":"2005","unstructured":"Gabry\u015b-Barker, + D. (2005). Aspects of multilingual storage, processing and retrieval. Katowice: + University of Silesia Press."},{"key":"6_CR21","volume-title":"Reflectivity + in pre-service teacher education: A survey of theory and practice","author":"D + Gabry\u015b-Barker","year":"2012","unstructured":"Gabry\u015b-Barker, D. (2012). + Reflectivity in pre-service teacher education: A survey of theory and practice. + Katowice: University of Silesia Press."},{"key":"6_CR22","unstructured":"Gabry\u015b-Barker, + D. (2016). Applied linguistic and multilingualism. In D. Singleton & L. Aronin + (Eds.), Twelve lectures in multilingualism (forthcoming)"},{"key":"6_CR23","first-page":"110","volume":"6","author":"L + Gao","year":"2010","unstructured":"Gao, L., & Meng, G. (2010). A study on + the effect of metaphor awareness raising on Chinese EFL learners\u2019 vocabulary + acquisition and retention. Canadian Social Science, 6, 110\u2013124.","journal-title":"Canadian + Social Science"},{"key":"6_CR24","first-page":"99","volume-title":"Mental + models","author":"D Gentner","year":"1983","unstructured":"Gentner, D., & + Gentner, D. R. (1983). Flowing waters and teeming crowds: Mental models of + electricity. In D. Gentner & A. L. Stevens (Eds.), Mental models (pp. 99\u2013129). + Hillsdale, NJ: Erlbaum."},{"key":"6_CR25","volume-title":"Embodiment and cognitive + science","author":"RW Gibbs Jr","year":"2006","unstructured":"Gibbs, R. W., + Jr. (2006). Embodiment and cognitive science. Cambridge: Cambridge University + Press."},{"issue":"1","key":"6_CR26","doi-asserted-by":"crossref","first-page":"3","DOI":"10.1037\/0033-295X.97.1.3","volume":"97","author":"S + Gluksberg","year":"1990","unstructured":"Gluksberg, S., & Keysar, B. (1990). + Understanding metaphorical comparisons. Psychological Review, 97(1), 3\u201318.","journal-title":"Psychological + Review"},{"key":"6_CR27","unstructured":"Ipek Kuru Gonen, S., & Saglam, S. + (2012) Teaching culture in the FL Classroom: Teachers\u2019 perspectives. + International Journal of Global Education (IJGE), 1(3), 26\u201346."},{"key":"6_CR28","volume-title":"Mental + models: Towards a cognitive science of language, inference, and consciousness","author":"PN + Johnson-Laird","year":"1983","unstructured":"Johnson-Laird, P. N. (1983). + Mental models: Towards a cognitive science of language, inference, and consciousness. + Cambridge, MA: Harvard University Press."},{"key":"6_CR29","doi-asserted-by":"crossref","first-page":"57","DOI":"10.1007\/978-3-642-23547-4_4","volume-title":"Psycholinguistic + and sociolinguistic perspectives on second language learning and teaching","author":"H + Komorowska","year":"2013","unstructured":"Komorowska, H. (2013). Metaphor + in language education. In K. Szelest-Drozdzia\u0142 & M. Pawlak (Eds.), Psycholinguistic + and sociolinguistic perspectives on second language learning and teaching + (pp. 57\u201372). Berlin: Springer."},{"key":"6_CR30","doi-asserted-by":"crossref","first-page":"553","DOI":"10.1111\/0026-7902.00087","volume":"84","author":"C + Kramsch","year":"2000","unstructured":"Kramsch, C., & Kramsch, O. (2000). + The avatars of literature in language study. Modern Language Journal, 84, + 553\u2013573.","journal-title":"Modern Language Journal"},{"key":"6_CR31","doi-asserted-by":"crossref","volume-title":"Women, + fire, and dangerous things. What categories reveal about the mind","author":"G + Lakoff","year":"1987","unstructured":"Lakoff, G. (1987). Women, fire, and + dangerous things. What categories reveal about the mind. Chicago: University + of Chicago Press.","DOI":"10.7208\/chicago\/9780226471013.001.0001"},{"key":"6_CR32","volume-title":"Metaphors + we live by","author":"G Lakoff","year":"1980","unstructured":"Lakoff, G., + & Johnson, M. (1980). Metaphors we live by. Chicago: Chicago University Press."},{"key":"6_CR33","unstructured":"Liebert, + W.-A. (1993). Zur soziohistorischen Dynamik von Sprache und Kognition. Die + Emergenz des Metaphernmodells \u2018Geld ist Wasser\u2019 im 19. Jahrhundert. + Papiere zur Linguistik, 49(2), 151\u2013157."},{"key":"6_CR34","doi-asserted-by":"crossref","first-page":"268","DOI":"10.1093\/applin\/aml004","volume":"27","author":"J + Littlemore","year":"2006","unstructured":"Littlemore, J., & Low, G. (2006). + Metaphoric competence and communicative language ability. Applied Linguistics, + 27, 268\u2013294.","journal-title":"Applied Linguistics"},{"key":"6_CR35","first-page":"8","volume-title":"Representations + of the social","author":"S Moscovici","year":"2001","unstructured":"Moscovici, + S. (2001). Why a theory of social representations. In K. Deaux & G. Plilog\u00e9ne + (Eds.), Representations of the social (pp. 8\u201335). Oxford: Blackwell."},{"key":"6_CR36","unstructured":"Moser, + K. S. (1998). Selbst, Sprache, Umwelt. Eine Untersuchung der symbolischen + Umwelt der Selbstkognition mittels Metaphernanalyse. Dissertation, Universit\u00e4t + Z\u00fcrich, Z\u00fcrich. Lengerich: Pabst Science Publishers, Psychologia + Universalis Series."},{"key":"6_CR37","first-page":"141","volume-title":"Arbeit + und Bildung - das Ende einer Differenz? Travail et formation - la fin d\u2019une + distinction? Learning and work\u2014The end of a distinction?","author":"KS + Moser","year":"1999","unstructured":"Moser, K. S. (1999). Knowledge Acquisition + through Metaphors: Anticipation of Self Change at Transitions from Learning + to Work. In H. Hansen, B. Sigrist, H. Goorhuis, & H. Landolt (Eds.), Arbeit + und Bildung - das Ende einer Differenz? Travail et formation - la fin d\u2019une + distinction? Learning and work\u2014The end of a distinction? (pp. 141\u2013152). + Aarau: Bildung Sauerl\u00e4nder."},{"key":"6_CR38","unstructured":"Moser, + K. S. (2000) Metaphor analysis in psychology\u2014Method, theory, and fields + of application. FQS Forum: Qualitative Social Research, 1(2), Art. 21. Retrieved + from \nwww.qualitative-research.net\n\n, on August 19, 2015"},{"key":"6_CR39","unstructured":"Moser, + K. S. (in press). Mentale Modelle und ihre Bedeutung: kognitionspsychologische + Grundlagen des (Miss) Verstehens. In U. Ganz-Bl\u00e4ttler & P. Michel (Eds.), + Sinnbildlich schief: Missgriffe bei Symbolgenese und Symbolgebrauch. Bern: + Peter Lang."},{"key":"6_CR40","first-page":"534","volume-title":"Transdisciplinarity: + Joint problem-solving among science, technology and society","author":"KS + Moser","year":"2000","unstructured":"Moser, K. S., Clases, C., & Wehner, T. + (2000). Taking actors\u2019 perspectives seriously: Whose knowledge and what + is managed? Knowledge management in a transdisciplinary perspective. In R. + H\u00e4berli, R. W. Scholz, A. Bill, & M. Welti (Eds.), Transdisciplinarity: + Joint problem-solving among science, technology and society (Vol. 1, pp. 534\u2013538). + Zurich: Haffmans Sachbuch Verlag."},{"key":"6_CR41","volume-title":"K\u00f6nnerschaft + und implizites Wissen. Zur lehr-lerntheoretischen Bedeutung der Erkenntnis- + und Wissenstheorie Michael Polanyis","author":"GH Neuweg","year":"1999","unstructured":"Neuweg, + G. H. (1999). K\u00f6nnerschaft und implizites Wissen. Zur lehr-lerntheoretischen + Bedeutung der Erkenntnis- und Wissenstheorie Michael Polanyis. M\u00fcnster: + Waxmann."},{"key":"6_CR42","unstructured":"Niemeier S. (2000). Straight from + the heart\u2014Metonymic and metaphorical explorations. In A. Barcelona (Ed.), + Metaphor and metonymy at the crossroads. A cognitive perspective. (pp. 175\u2013213). + Berlin\/New York: Mouton De Gruyter"},{"issue":"4","key":"6_CR43","doi-asserted-by":"crossref","first-page":"688","DOI":"10.1037\/0022-3514.77.4.688","volume":"77","author":"V + Ottati","year":"1999","unstructured":"Ottati, V., Rhoads, S., & Graesser, + A. C. (1999). The effect of metaphor on processing style in an persuasion + task: A motivational resonance model. Journal of Personality and Social Psychology, + 77(4), 688\u2013697.","journal-title":"Journal of Personality and Social Psychology"},{"key":"6_CR44","doi-asserted-by":"crossref","first-page":"3","DOI":"10.1016\/S0346-251X(97)00071-7","volume":"26","author":"R + Oxford","year":"1998","unstructured":"Oxford, R., Tomlinson, S., Barcelos, + A., Harrtington, C., Lavine, R. Z., & Saleh, A. (1998). Clashing metaphors + about Classroom teachers. Towards a systematic typology for the language teaching + field. System, 26, 3\u201350.","journal-title":"System"},{"key":"6_CR45","unstructured":"Panda, + M., (2012). \u201cBridging\u201d and \u201cexit\u201d as metaphors of multilingual + education: A constructivist analysis (research in progress). Psychological + Studies. National Academy of Psychology at \nhttp:\/\/www.nmrc-jnu.com\/nmrc_img\/Minati%20Panda\n\n. + Accessed on the May 27, 2016"},{"key":"6_CR46","unstructured":"Petrie, H. + G., & Oschlag, R. S. (1996). Metaphor and learning. In A. Ortony (Ed.), Metaphor + and thought (pp. 561\u2013578). Cambridge: Cambridge University Press"},{"key":"6_CR47","unstructured":"Pontoretto + D. (2000). The cohesive role of cognitive metaphor and discourse and conversation. + In A. Barcelona (Ed.), Metaphor and metonymy at the crossroads. A cognitive + perspective (pp. 283\u2013298). Berlin\/New York: Mouton De Gruyter"},{"key":"6_CR48","volume-title":"The + end of education. Redefining the value of school","author":"N Postman","year":"1996","unstructured":"Postman, + N. (1996). The end of education. Redefining the value of school. Vintage: + Random House."},{"key":"6_CR49","doi-asserted-by":"crossref","volume-title":"Sprachliche + Konstruktion der Wirklichkeit. Metaphern in Therapiegespr\u00e4chen","author":"S + Roderburg","year":"1998","unstructured":"Roderburg, S. (1998). Sprachliche + Konstruktion der Wirklichkeit. Metaphern in Therapiegespr\u00e4chen. Wiesbaden: + Deutscher Universit\u00e4ts Verlag.","DOI":"10.1007\/978-3-322-95361-2"},{"key":"6_CR50","unstructured":"Schnotz, + W. (1988). Textverstehen als Aufbau mentaler Modelle. In. H. Mandl & H. Spada + (Eds.), Wissenpsychologie (pp. 299\u2013330). Munchen: Psychologie Verlags + Union."},{"key":"6_CR51","unstructured":"Sroka, M. (2011). Reading in the + language classroom. A literature approach to Content and Language Integrated + Learning. In H. Komorowska (Ed.), Issues in promoting multilingualism. Teaching\u2014Learning\u2014Assessment + (pp. 213\u2013232). Warszawa: FRSE"},{"key":"6_CR52","volume-title":"Tacit + knowledge in professional practice. Researcher and practitioner perspectives","year":"1999","unstructured":"Sternberg, + R. J., & Horvath, J. A. (Eds.). (1999). Tacit knowledge in professional practice. + Researcher and practitioner perspectives. Mahwah, NJ: Lawrence Erlbaum Ass."},{"key":"6_CR53","volume-title":"A + cognitive theory of cultural meaning","year":"1997","unstructured":"Strauss, + C., & Quinn, N. (Eds.). (1997). A cognitive theory of cultural meaning. Cambridge: + Cambridge University Press."},{"key":"6_CR54","volume-title":"Clean Language. + Revealing metaphors and opening minds","author":"W Sullivan","year":"2008","unstructured":"Sullivan, + W., & Rees, J. (2008). Clean Language. Revealing metaphors and opening minds. + Bancyfelin, Carmarthen, Wales: Crown House Publishing Limited."},{"key":"6_CR55","unstructured":"von + Kleist, C. (1987). Zur Verwendung von Metaphern in den Selbstdarstellungen + von Psychotherapieklienten. In J. B. Bergold & U. Flick (Eds.), Ein-Sichten. + Zug\u00e4nge zur Sicht des Subjekts mittels qualitativer Forschung (pp. 115\u2013124). + T\u00fcbingen: DGVT."},{"key":"6_CR56","doi-asserted-by":"crossref","first-page":"60","DOI":"10.1017\/CBO9780511529863","volume-title":"Similarity + and analogical thinking","author":"S Vosniadou","year":"1989","unstructured":"Vosniadou, + S., & Ortony, A. (1989). Similarity and analogical thinking. A synthesis. + In S. Vosniadou & A. Ortony (Eds.), Similarity and analogical thinking (pp. + 60\u201375). Cambridge: Cambridge University Press."},{"key":"6_CR57","doi-asserted-by":"crossref","unstructured":"Yob, + I. M. (2003). Thinking constructively with metaphors. A review of Barbara + J. Thayer-Bacon 2000, transforming critical thinking: Thinking constructively. + Studies in Philosophy and Education, 22, 127\u2013138.","DOI":"10.1023\/A:1022289113443"}],"container-title":["Second + Language Learning and Teaching","Multiculturalism, Multilingualism and the + Self"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-56892-8_6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2017,7,12]],"date-time":"2017-07-12T22:50:17Z","timestamp":1499899817000},"score":29.805256,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-56892-8_6"}},"issued":{"date-parts":[[2017]]},"ISBN":["9783319568911","9783319568928"],"references-count":57,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-56892-8_6","ISSN":["2193-7648","2193-7656"],"issn-type":[{"value":"2193-7648","type":"print"},{"value":"2193-7656","type":"electronic"}],"published":{"date-parts":[[2017]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Multilingualism,+Second+Language+Learning,+and+Gender+2001+DE+GRUYTER+MOUTON"}}}' + recorded_at: Sun, 15 Jan 2023 19:24:40 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/monograph-2.yml b/spec/vcr_cassettes/monograph-2.yml index 900bfbe..2c9022e 100644 --- a/spec/vcr_cassettes/monograph-2.yml +++ b/spec/vcr_cassettes/monograph-2.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Wed, 04 Jan 2023 21:09:46 GMT + - Sun, 15 Jan 2023 19:24:40 GMT Content-Type: - application/json Content-Length: - '733' Set-Cookie: - - AWSALB=CjNtS2IXvFYSy90kWTyoNhNC1gYyK3RpQu7N7AGzrKnV+P5SHWJNYnB1Mka/E+zgsRy+Xo37jzxnxYoLLziCbRCpL8i3z48clF3oLxvAdp/fdam/zsykQt1KJjVt; - Expires=Wed, 11 Jan 2023 21:09:46 GMT; Path=/ - - AWSALBCORS=CjNtS2IXvFYSy90kWTyoNhNC1gYyK3RpQu7N7AGzrKnV+P5SHWJNYnB1Mka/E+zgsRy+Xo37jzxnxYoLLziCbRCpL8i3z48clF3oLxvAdp/fdam/zsykQt1KJjVt; - Expires=Wed, 11 Jan 2023 21:09:46 GMT; Path=/; SameSite=None + - AWSALB=yD5z1xhpAC298m4XF2edigQJCAgPxByn5SZKkzeBKIMSjoZDTW/XWEd7wY2tE46yShHBJ045+QEyzfRmGj/TfgIB5INrUvV1O9fXpm+kY5Q7ybTPsvjtmp0wt50b; + Expires=Sun, 22 Jan 2023 19:24:40 GMT; Path=/ + - AWSALBCORS=yD5z1xhpAC298m4XF2edigQJCAgPxByn5SZKkzeBKIMSjoZDTW/XWEd7wY2tE46yShHBJ045+QEyzfRmGj/TfgIB5INrUvV1O9fXpm+kY5Q7ybTPsvjtmp0wt50b; + Expires=Sun, 22 Jan 2023 19:24:40 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -64,5 +64,5 @@ http_interactions: Natur mit Beschreibungen \/"],"prefix":"10.5962","author":[{"given":"H. C.","family":"Kuster","sequence":"first","affiliation":[]},{"given":"Johann Hieronymus","family":"Chemnitz","sequence":"additional","affiliation":[]},{"given":"Friedrich Heinrich Wilhelm","family":"Martini","sequence":"additional","affiliation":[]}],"member":"3444","container-title":[],"original-title":[],"deposited":{"date-parts":[[2017,1,30]],"date-time":"2017-01-30T01:00:18Z","timestamp":1485738018000},"score":1,"resource":{"primary":{"URL":"http:\/\/www.biodiversitylibrary.org\/bibliography\/124254"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[1852]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5962\/bhl.title.124254","relation":{},"published":{"date-parts":[[1852]]}}}' - recorded_at: Wed, 04 Jan 2023 21:09:46 GMT + recorded_at: Sun, 15 Jan 2023 19:24:40 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/other.yml b/spec/vcr_cassettes/other.yml index 8c5a0cf..16e2645 100644 --- a/spec/vcr_cassettes/other.yml +++ b/spec/vcr_cassettes/other.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Wed, 04 Jan 2023 22:35:42 GMT + - Sun, 15 Jan 2023 19:24:41 GMT Content-Type: - application/json Content-Length: - '848' Set-Cookie: - - AWSALB=YERV0s661+KpF5IjKhfTqDwdNusQTg1eWziJI32CABr1ONEZssv9NlMblcf53NFtT1HxNgKQS55OByHuMcJ7gQXrmQYpYPmccy6y0RHFcGpvH2obyjhDySqdq/yb; - Expires=Wed, 11 Jan 2023 22:35:42 GMT; Path=/ - - AWSALBCORS=YERV0s661+KpF5IjKhfTqDwdNusQTg1eWziJI32CABr1ONEZssv9NlMblcf53NFtT1HxNgKQS55OByHuMcJ7gQXrmQYpYPmccy6y0RHFcGpvH2obyjhDySqdq/yb; - Expires=Wed, 11 Jan 2023 22:35:42 GMT; Path=/; SameSite=None + - AWSALB=ZS93bs00LopgZx0DvUJtZCLNjEHrWcLG4JZ4GSnpNZRlH1c6KSxXYn7OYkIqlbHTRfSucxp7Y9gJ+kuGvcaisL0eaRjeNUXq7vmswRv2Y/Nj27fT+4iPRtn1giXu; + Expires=Sun, 22 Jan 2023 19:24:41 GMT; Path=/ + - AWSALBCORS=ZS93bs00LopgZx0DvUJtZCLNjEHrWcLG4JZ4GSnpNZRlH1c6KSxXYn7OYkIqlbHTRfSucxp7Y9gJ+kuGvcaisL0eaRjeNUXq7vmswRv2Y/Nj27fT+4iPRtn1giXu; + Expires=Sun, 22 Jan 2023 19:24:41 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -63,7 +63,7 @@ http_interactions: Extradition would help Castro\u2019s image<\/jats:p>\n <\/jats:sec>","DOI":"10.1108\/oxan-es268033","type":"other","created":{"date-parts":[[2022,3,17]],"date-time":"2022-03-17T13:29:50Z","timestamp":1647523790000},"source":"Crossref","is-referenced-by-count":0,"title":["Extradition would boost image of Honduras\u2019s Castro"],"prefix":"10.1108","member":"140","container-title":["Emerald Expert Briefings"],"original-title":[],"link":[{"URL":"https:\/\/www.emerald.com\/insight\/content\/doi\/10.1108\/OXAN-ES268033\/full\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.emerald.com\/insight\/content\/doi\/10.1108\/OXAN-ES268033\/full\/html","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,3,17]],"date-time":"2022-03-17T13:29:51Z","timestamp":1647523791000},"score":1,"resource":{"primary":{"URL":"https:\/\/www.emerald.com\/insight\/content\/doi\/10.1108\/OXAN-ES268033\/full\/html"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2022,3,17]]},"references-count":0,"alternative-id":["10.1108\/OXAN-ES268033"],"URL":"http:\/\/dx.doi.org\/10.1108\/oxan-es268033","relation":{},"ISSN":["2633-304X"],"issn-type":[{"value":"2633-304X","type":"print"}],"published":{"date-parts":[[2022,3,17]]}}}' - recorded_at: Wed, 04 Jan 2023 22:35:42 GMT + recorded_at: Sun, 15 Jan 2023 19:24:41 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Extradition%2Bwould%2Bboost%2Bimage%2Bof%2BHonduras%E2%80%99s%2BCastro%2B2022%2BEmerald @@ -83,11 +83,11 @@ http_interactions: message: OK headers: Date: - - Wed, 04 Jan 2023 22:35:45 GMT + - Sun, 15 Jan 2023 19:24:44 GMT Content-Type: - application/json Content-Length: - - '10800' + - '10793' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -115,26 +115,26 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1102069,"items":[{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:46Z","timestamp":1652264326488},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-7","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"83-93","source":"Crossref","is-referenced-by-count":0,"title":["Extradition + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1112246,"items":[{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:46Z","timestamp":1652264326488},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-7","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"83-93","source":"Crossref","is-referenced-by-count":0,"title":["Extradition and terrorism"],"prefix":"10.4324","author":[{"given":"Harmen van der","family":"Wilt","sequence":"first","affiliation":[]}],"member":"301","container-title":["The - Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:52Z","timestamp":1651147732000},"score":22.926674,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-7"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-7","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:19Z","timestamp":1652264299842},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-6","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"67-82","source":"Crossref","is-referenced-by-count":0,"title":["Extradition + Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:52Z","timestamp":1651147732000},"score":23.016811,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-7"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-7","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:19Z","timestamp":1652264299842},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-6","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"67-82","source":"Crossref","is-referenced-by-count":0,"title":["Extradition and international crimes"],"prefix":"10.4324","author":[{"given":"Harmen van der","family":"Wilt","sequence":"first","affiliation":[]}],"member":"301","container-title":["The - Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:51Z","timestamp":1651147731000},"score":22.6613,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-6"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-6","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:46Z","timestamp":1652264326495},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-9","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"124-202","source":"Crossref","is-referenced-by-count":0,"title":["Extradition + Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:51Z","timestamp":1651147731000},"score":22.687756,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-6"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-6","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:46Z","timestamp":1652264326495},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-9","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"124-202","source":"Crossref","is-referenced-by-count":0,"title":["Extradition and human rights"],"prefix":"10.4324","author":[{"given":"Harmen van der","family":"Wilt","sequence":"first","affiliation":[]}],"member":"301","container-title":["The - Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:55Z","timestamp":1651147735000},"score":22.6613,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-9"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-9","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:28Z","timestamp":1652264308856},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-2","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"9-21","source":"Crossref","is-referenced-by-count":0,"title":["On + Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:55Z","timestamp":1651147735000},"score":22.687756,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-9"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-9","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:28Z","timestamp":1652264308856},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-2","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"9-21","source":"Crossref","is-referenced-by-count":0,"title":["On the (non-) extradition of nationals"],"prefix":"10.4324","author":[{"given":"Harmen van der","family":"Wilt","sequence":"first","affiliation":[]}],"member":"301","container-title":["The - Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:47Z","timestamp":1651147727000},"score":22.255236,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-2"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-2","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,10,15]],"date-time":"2022-10-15T04:09:36Z","timestamp":1665806976539},"reference-count":0,"publisher":"Edward + Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:47Z","timestamp":1651147727000},"score":22.345142,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-2"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-2","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,10,15]],"date-time":"2022-10-15T04:09:36Z","timestamp":1665806976539},"reference-count":0,"publisher":"Edward Elgar Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,9,6]]},"DOI":"10.4337\/9781789903621.extradition","type":"book-chapter","created":{"date-parts":[[2022,6,6]],"date-time":"2022-06-06T14:32:03Z","timestamp":1654525923000},"page":"170-174","source":"Crossref","is-referenced-by-count":0,"title":["Extradition"],"prefix":"10.4337","member":"2918","container-title":["Elgar - Encyclopedia of Human Rights"],"link":[{"URL":"https:\/\/www.elgaronline.com\/view\/book\/9781789903621\/b-9781789903621.extradition.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.elgaronline.com\/view\/book\/9781789903621\/9781789903621.xml","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,10,15]],"date-time":"2022-10-15T00:04:58Z","timestamp":1665792298000},"score":21.24047,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/book\/9781789903621\/b-9781789903621.extradition.xml"}},"issued":{"date-parts":[[2022,9,6]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781789903621.extradition","published":{"date-parts":[[2022,9,6]]}},{"indexed":{"date-parts":[[2022,6,11]],"date-time":"2022-06-11T10:12:23Z","timestamp":1654942343347},"edition-number":"1","reference-count":0,"publisher":"Acumen + Encyclopedia of Human Rights"],"link":[{"URL":"https:\/\/www.elgaronline.com\/view\/book\/9781789903621\/b-9781789903621.extradition.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.elgaronline.com\/view\/book\/9781789903621\/9781789903621.xml","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,10,15]],"date-time":"2022-10-15T00:04:58Z","timestamp":1665792298000},"score":21.182587,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/book\/9781789903621\/b-9781789903621.extradition.xml"}},"issued":{"date-parts":[[2022,9,6]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781789903621.extradition","published":{"date-parts":[[2022,9,6]]}},{"indexed":{"date-parts":[[2022,6,11]],"date-time":"2022-06-11T10:12:23Z","timestamp":1654942343347},"edition-number":"1","reference-count":0,"publisher":"Acumen Publishing Limited","license":[{"start":{"date-parts":[[2013,2,5]],"date-time":"2013-02-05T00:00:00Z","timestamp":1360022400000},"content-version":"unspecified","delay-in-days":2504,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2006,3,30]]},"DOI":"10.1017\/upo9781844653041.002","type":"book-chapter","created":{"date-parts":[[2013,2,5]],"date-time":"2013-02-05T05:48:21Z","timestamp":1360043301000},"page":"28-53","source":"Crossref","is-referenced-by-count":0,"title":["If this were an emerald it would be grue: problems and riddles of induction"],"prefix":"10.1017","member":"56","container-title":["Nelson - Goodman"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/BFB8F6073CD9DE82F1468D6DBB6C9EB1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,11]],"date-time":"2022-06-11T09:40:08Z","timestamp":1654940408000},"score":21.015121,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9781844653041A008\/type\/book_part"}},"issued":{"date-parts":[[2006,3,30]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/upo9781844653041.002","published":{"date-parts":[[2006,3,30]]}},{"indexed":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T04:13:05Z","timestamp":1655266385419},"edition-number":"1","reference-count":0,"publisher":"Cambridge - University Press","license":[{"start":{"date-parts":[[2022,1,6]],"date-time":"2022-01-06T00:00:00Z","timestamp":1641427200000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"},{"start":{"date-parts":[[2022,1,6]],"date-time":"2022-01-06T00:00:00Z","timestamp":1641427200000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,1,13]]},"DOI":"10.1017\/9781108887496.011","type":"book-chapter","created":{"date-parts":[[2022,1,6]],"date-time":"2022-01-06T00:09:31Z","timestamp":1641427771000},"page":"360-389","source":"Crossref","is-referenced-by-count":0,"title":["Escape - and Extradition"],"prefix":"10.1017","member":"56","container-title":["Convicts"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/1429ABE28DC6A9C92DCA5E595F233166","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T03:54:33Z","timestamp":1655265273000},"score":20.636272,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108887496%23CN-bp-11\/type\/book_part"}},"issued":{"date-parts":[[2022,1,13]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108887496.011","published":{"date-parts":[[2022,1,13]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T17:38:48Z","timestamp":1649093928456},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781315712178","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,12,18]]},"DOI":"10.4324\/9781315712178-8","type":"book-chapter","created":{"date-parts":[[2020,12,25]],"date-time":"2020-12-25T10:15:41Z","timestamp":1608891341000},"page":"36-61","source":"Crossref","is-referenced-by-count":0,"title":["If + Goodman"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/BFB8F6073CD9DE82F1468D6DBB6C9EB1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,11]],"date-time":"2022-06-11T09:40:08Z","timestamp":1654940408000},"score":21.015446,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9781844653041A008\/type\/book_part"}},"issued":{"date-parts":[[2006,3,30]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/upo9781844653041.002","published":{"date-parts":[[2006,3,30]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T17:38:48Z","timestamp":1649093928456},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781315712178","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,12,18]]},"DOI":"10.4324\/9781315712178-8","type":"book-chapter","created":{"date-parts":[[2020,12,25]],"date-time":"2020-12-25T10:15:41Z","timestamp":1608891341000},"page":"36-61","source":"Crossref","is-referenced-by-count":0,"title":["If this were an emerald it would be grue: problems and riddles of induction"],"prefix":"10.4324","member":"301","container-title":["Nelson - Goodman"],"deposited":{"date-parts":[[2020,12,25]],"date-time":"2020-12-25T10:15:43Z","timestamp":1608891343000},"score":20.622065,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781317494157\/chapters\/10.4324\/9781315712178-8"}},"issued":{"date-parts":[[2014,12,18]]},"ISBN":["9781315712178"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315712178-8","published":{"date-parts":[[2014,12,18]]}},{"indexed":{"date-parts":[[2022,7,22]],"date-time":"2022-07-22T05:11:16Z","timestamp":1658466676276},"edition-number":"1","reference-count":113,"publisher":"Cambridge + Goodman"],"deposited":{"date-parts":[[2020,12,25]],"date-time":"2020-12-25T10:15:43Z","timestamp":1608891343000},"score":20.664936,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781317494157\/chapters\/10.4324\/9781315712178-8"}},"issued":{"date-parts":[[2014,12,18]]},"ISBN":["9781315712178"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315712178-8","published":{"date-parts":[[2014,12,18]]}},{"indexed":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T04:13:05Z","timestamp":1655266385419},"edition-number":"1","reference-count":0,"publisher":"Cambridge + University Press","license":[{"start":{"date-parts":[[2022,1,6]],"date-time":"2022-01-06T00:00:00Z","timestamp":1641427200000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"},{"start":{"date-parts":[[2022,1,6]],"date-time":"2022-01-06T00:00:00Z","timestamp":1641427200000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,1,13]]},"DOI":"10.1017\/9781108887496.011","type":"book-chapter","created":{"date-parts":[[2022,1,6]],"date-time":"2022-01-06T00:09:31Z","timestamp":1641427771000},"page":"360-389","source":"Crossref","is-referenced-by-count":0,"title":["Escape + and Extradition"],"prefix":"10.1017","member":"56","container-title":["Convicts"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/1429ABE28DC6A9C92DCA5E595F233166","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T03:54:33Z","timestamp":1655265273000},"score":20.616179,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108887496%23CN-bp-11\/type\/book_part"}},"issued":{"date-parts":[[2022,1,13]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108887496.011","published":{"date-parts":[[2022,1,13]]}},{"indexed":{"date-parts":[[2022,7,22]],"date-time":"2022-07-22T05:11:16Z","timestamp":1658466676276},"edition-number":"1","reference-count":113,"publisher":"Cambridge University Press","license":[{"start":{"date-parts":[[2017,1,20]],"date-time":"2017-01-20T00:00:00Z","timestamp":1484870400000},"content-version":"unspecified","delay-in-days":27,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2016,12,24]]},"DOI":"10.1017\/9781316422922.005","type":"book-chapter","created":{"date-parts":[[2017,1,19]],"date-time":"2017-01-19T15:49:04Z","timestamp":1484840944000},"page":"129-183","source":"Crossref","is-referenced-by-count":0,"title":["Extradition"],"prefix":"10.1017","member":"56","reference":[{"key":"9781316422922#CN-bp-4_FN-fn-712","unstructured":"Severino H. Ga\u00f1a, Jr. , Extradition and Legal Assistance: The Philippine Experience, Resource Materials Series No. 57, Visiting Experts\u2019 Papers, 114th Int\u2019l @@ -348,33 +348,33 @@ http_interactions: and Political Crimes 391 ( M. Cherif Bassiouni ed. 1975)"},{"key":"9781316422922#CN-bp-4_FN-fn-784","unstructured":"Neil MacFarquhar , \u201cJordan to Let Terror Suspect Held in U.S. Into Kingdom,\u201d N.Y. Times, May 1, 1997"}],"container-title":["Bringing International Fugitives - to Justice"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/F5CA9A895EE489D59B87A21537CE1C40","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,7,22]],"date-time":"2022-07-22T04:41:38Z","timestamp":1658464898000},"score":20.022017,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781316422922%23CN-bp-4\/type\/book_part"}},"issued":{"date-parts":[[2016,12,24]]},"references-count":113,"URL":"http:\/\/dx.doi.org\/10.1017\/9781316422922.005","published":{"date-parts":[[2016,12,24]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:19Z","timestamp":1652264299390},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-1","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"1-8","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.4324","author":[{"given":"Harmen - van der","family":"Wilt","sequence":"first","affiliation":[]}],"member":"301","container-title":["The - Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:45Z","timestamp":1651147725000},"score":19.660467,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-1"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-1","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:19Z","timestamp":1652264299507},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-10","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"203-218","source":"Crossref","is-referenced-by-count":0,"title":["Conclusions"],"prefix":"10.4324","author":[{"given":"Harmen - van der","family":"Wilt","sequence":"first","affiliation":[]}],"member":"301","container-title":["The - Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:56Z","timestamp":1651147736000},"score":19.660467,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-10"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-10","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:42:19Z","timestamp":1650480139990},"reference-count":0,"publisher":"Brill + to Justice"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/F5CA9A895EE489D59B87A21537CE1C40","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,7,22]],"date-time":"2022-07-22T04:41:38Z","timestamp":1658464898000},"score":20.036802,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781316422922%23CN-bp-4\/type\/book_part"}},"issued":{"date-parts":[[2016,12,24]]},"references-count":113,"URL":"http:\/\/dx.doi.org\/10.1017\/9781316422922.005","published":{"date-parts":[[2016,12,24]]}},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:42:19Z","timestamp":1650480139990},"reference-count":0,"publisher":"Brill | Nijhoff","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005,1,1]]},"DOI":"10.1163\/9789004479593_010","type":"book-chapter","created":{"date-parts":[[2021,10,2]],"date-time":"2021-10-02T02:13:11Z","timestamp":1633140791000},"page":"227-267","source":"Crossref","is-referenced-by-count":0,"title":["The Canada-U.S. Extradition Treaty"],"prefix":"10.1163","member":"50","container-title":["Extradition - between Canada and the United States"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s010.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/13893","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:05:25Z","timestamp":1650477925000},"score":19.653574,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s010.xml"}},"issued":{"date-parts":[[2005,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004479593_010","published":{"date-parts":[[2005,1,1]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:14Z","timestamp":1652264294222},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-3","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"22-41","source":"Crossref","is-referenced-by-count":0,"title":["Dual + between Canada and the United States"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s010.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/13893","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:05:25Z","timestamp":1650477925000},"score":19.666885,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s010.xml"}},"issued":{"date-parts":[[2005,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004479593_010","published":{"date-parts":[[2005,1,1]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:19Z","timestamp":1652264299390},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-1","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"1-8","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.4324","author":[{"given":"Harmen + van der","family":"Wilt","sequence":"first","affiliation":[]}],"member":"301","container-title":["The + Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:45Z","timestamp":1651147725000},"score":19.596188,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-1"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-1","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:19Z","timestamp":1652264299507},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-10","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"203-218","source":"Crossref","is-referenced-by-count":0,"title":["Conclusions"],"prefix":"10.4324","author":[{"given":"Harmen + van der","family":"Wilt","sequence":"first","affiliation":[]}],"member":"301","container-title":["The + Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:56Z","timestamp":1651147736000},"score":19.596188,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-10"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-10","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:14Z","timestamp":1652264294222},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-3","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"22-41","source":"Crossref","is-referenced-by-count":0,"title":["Dual criminality"],"prefix":"10.4324","author":[{"given":"Harmen van der","family":"Wilt","sequence":"first","affiliation":[]}],"member":"301","container-title":["The - Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:48Z","timestamp":1651147728000},"score":19.372261,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-3"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-3","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:19Z","timestamp":1652264299828},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-8","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"94-123","source":"Crossref","is-referenced-by-count":0,"title":["Irregular + Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:48Z","timestamp":1651147728000},"score":19.307001,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-3"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-3","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:41:48Z","timestamp":1650480108783},"reference-count":0,"publisher":"Brill + | Nijhoff","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005,1,1]]},"DOI":"10.1163\/9789004479593_009","type":"book-chapter","created":{"date-parts":[[2021,10,2]],"date-time":"2021-10-02T02:13:11Z","timestamp":1633140791000},"page":"187-225","source":"Crossref","is-referenced-by-count":0,"title":["The + Death and Resurrection of Extradition"],"prefix":"10.1163","member":"50","container-title":["Extradition + between Canada and the United States"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s009.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/13893","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:05:28Z","timestamp":1650477928000},"score":19.30563,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s009.xml"}},"issued":{"date-parts":[[2005,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004479593_009","published":{"date-parts":[[2005,1,1]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:19Z","timestamp":1652264299828},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-8","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"94-123","source":"Crossref","is-referenced-by-count":0,"title":["Irregular rendition"],"prefix":"10.4324","author":[{"given":"Harmen van der","family":"Wilt","sequence":"first","affiliation":[]}],"member":"301","container-title":["The - Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:53Z","timestamp":1651147733000},"score":19.237663,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-8"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-8","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T19:35:29Z","timestamp":1649187329101},"reference-count":0,"publisher":"Bloomsbury - Academic","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781472594365.ch-002","type":"book-chapter","created":{"date-parts":[[2014,9,12]],"date-time":"2014-09-12T17:15:56Z","timestamp":1410542156000},"source":"Crossref","is-referenced-by-count":0,"title":["Would - the Film of your Life \u2026?"],"prefix":"10.5040","member":"2984","container-title":["Showing - Off! : A Philosophy of Image"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:39:12Z","timestamp":1590093552000},"score":19.21782,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/showing-off-a-philosophy-of-image\/ch1-would-the-film-of-your-life"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781472594365.ch-002"},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:42:19Z","timestamp":1650480139988},"reference-count":0,"publisher":"Brill + Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:53Z","timestamp":1651147733000},"score":19.262356,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-8"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-8","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:42:19Z","timestamp":1650480139988},"reference-count":0,"publisher":"Brill | Nijhoff","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005,1,1]]},"DOI":"10.1163\/9789004479593_013","type":"book-chapter","created":{"date-parts":[[2021,10,2]],"date-time":"2021-10-02T02:13:11Z","timestamp":1633140791000},"page":"335-368","source":"Crossref","is-referenced-by-count":0,"title":["Extradition in the New Millennium"],"prefix":"10.1163","member":"50","container-title":["Extradition - between Canada and the United States"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s013.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/13893","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:05:32Z","timestamp":1650477932000},"score":19.216404,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s013.xml"}},"issued":{"date-parts":[[2005,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004479593_013","published":{"date-parts":[[2005,1,1]]}},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:42:35Z","timestamp":1650480155627},"reference-count":0,"publisher":"Brill + between Canada and the United States"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s013.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/13893","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:05:32Z","timestamp":1650477932000},"score":19.183502,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s013.xml"}},"issued":{"date-parts":[[2005,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004479593_013","published":{"date-parts":[[2005,1,1]]}},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:42:35Z","timestamp":1650480155627},"reference-count":0,"publisher":"Brill | Nijhoff","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005,1,1]]},"DOI":"10.1163\/9789004479593_008","type":"book-chapter","created":{"date-parts":[[2021,10,2]],"date-time":"2021-10-02T02:13:11Z","timestamp":1633140791000},"page":"149-185","source":"Crossref","is-referenced-by-count":0,"title":["The Devolution of Extradition Procedure"],"prefix":"10.1163","member":"50","container-title":["Extradition - between Canada and the United States"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s008.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/13893","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:05:26Z","timestamp":1650477926000},"score":19.216404,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s008.xml"}},"issued":{"date-parts":[[2005,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004479593_008","published":{"date-parts":[[2005,1,1]]}},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:41:48Z","timestamp":1650480108783},"reference-count":0,"publisher":"Brill - | Nijhoff","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005,1,1]]},"DOI":"10.1163\/9789004479593_009","type":"book-chapter","created":{"date-parts":[[2021,10,2]],"date-time":"2021-10-02T02:13:11Z","timestamp":1633140791000},"page":"187-225","source":"Crossref","is-referenced-by-count":0,"title":["The - Death and Resurrection of Extradition"],"prefix":"10.1163","member":"50","container-title":["Extradition - between Canada and the United States"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s009.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/13893","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:05:28Z","timestamp":1650477928000},"score":19.203392,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s009.xml"}},"issued":{"date-parts":[[2005,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004479593_009","published":{"date-parts":[[2005,1,1]]}},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:14Z","timestamp":1652264294249},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-4","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"42-49","source":"Crossref","is-referenced-by-count":0,"title":["The + between Canada and the United States"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s008.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/13893","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T18:05:26Z","timestamp":1650477926000},"score":19.183502,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004479593\/B9789004479593_s008.xml"}},"issued":{"date-parts":[[2005,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004479593_008","published":{"date-parts":[[2005,1,1]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T19:35:29Z","timestamp":1649187329101},"reference-count":0,"publisher":"Bloomsbury + Academic","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781472594365.ch-002","type":"book-chapter","created":{"date-parts":[[2014,9,12]],"date-time":"2014-09-12T17:15:56Z","timestamp":1410542156000},"source":"Crossref","is-referenced-by-count":0,"title":["Would + the Film of your Life \u2026?"],"prefix":"10.5040","member":"2984","container-title":["Showing + Off! : A Philosophy of Image"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:39:12Z","timestamp":1590093552000},"score":19.11147,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/showing-off-a-philosophy-of-image\/ch1-would-the-film-of-your-life"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781472594365.ch-002"},{"indexed":{"date-parts":[[2022,5,11]],"date-time":"2022-05-11T10:18:14Z","timestamp":1652264294249},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,4,28]]},"DOI":"10.4324\/9780429956683-4","type":"book-chapter","created":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:44Z","timestamp":1651147724000},"page":"42-49","source":"Crossref","is-referenced-by-count":0,"title":["The doctrine of specialty"],"prefix":"10.4324","author":[{"given":"Harmen van der","family":"Wilt","sequence":"first","affiliation":[]}],"member":"301","container-title":["The - Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:49Z","timestamp":1651147729000},"score":18.94132,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-4"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-4","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T05:04:11Z","timestamp":1659503051114},"reference-count":0,"publisher":"Oxford + Law and Practice of Extradition"],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T12:08:49Z","timestamp":1651147729000},"score":18.931995,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429956683\/chapters\/10.4324\/9780429956683-4"}},"issued":{"date-parts":[[2022,4,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429956683-4","published":{"date-parts":[[2022,4,28]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T05:04:11Z","timestamp":1659503051114},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,6,2]]},"abstract":"

Should you favor democratic socialism? If you believe strongly in workplace democracy and are willing to mandate it, or if you attach a high priority to low levels @@ -390,6 +390,6 @@ http_interactions: is quite good.<\/p>","DOI":"10.1093\/oso\/9780197636800.003.0017","type":"book-chapter","created":{"date-parts":[[2022,5,19]],"date-time":"2022-05-19T09:25:55Z","timestamp":1652952355000},"page":"163-170","source":"Crossref","is-referenced-by-count":0,"title":["Would Democratic Socialism Be Better Than Social Democratic Capitalism?"],"prefix":"10.1093","author":[{"given":"Lane","family":"Kenworthy","sequence":"first","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2022,5,19]]},"container-title":["Would Democratic Socialism Be Better?"],"original-title":["Would Democratic Socialism - Be Better Than Social Democratic Capitalism?"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T21:42:30Z","timestamp":1659476550000},"score":18.741892,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/41906\/chapter\/354765322"}},"issued":{"date-parts":[[2022,5,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780197636800.003.0017","published":{"date-parts":[[2022,5,19]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Extradition+would+boost+image+of+Honduras\u2019s+Castro+2022+Emerald"}}}' - recorded_at: Wed, 04 Jan 2023 22:35:45 GMT + Be Better Than Social Democratic Capitalism?"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T21:42:30Z","timestamp":1659476550000},"score":18.748783,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/41906\/chapter\/354765322"}},"issued":{"date-parts":[[2022,5,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780197636800.003.0017","published":{"date-parts":[[2022,5,19]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Extradition+would+boost+image+of+Honduras\u2019s+Castro+2022+Emerald"}}}' + recorded_at: Sun, 15 Jan 2023 19:24:44 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/peer-review.yml b/spec/vcr_cassettes/peer-review.yml index db12f71..d9d5769 100644 --- a/spec/vcr_cassettes/peer-review.yml +++ b/spec/vcr_cassettes/peer-review.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Wed, 04 Jan 2023 22:42:47 GMT + - Sun, 15 Jan 2023 19:24:45 GMT Content-Type: - application/json Content-Length: - '727' Set-Cookie: - - AWSALB=NHkOqJOHxYE3b1So34vc4g+gd669gnvdHZyjdl1fv7ht3bcUY60famu3Ubk3n8EKxMbme82E/SZNaMkS2/i4MdWs/ac5L0sbsaHFm9rDdpMljISmr/xl51LL0onI; - Expires=Wed, 11 Jan 2023 22:42:47 GMT; Path=/ - - AWSALBCORS=NHkOqJOHxYE3b1So34vc4g+gd669gnvdHZyjdl1fv7ht3bcUY60famu3Ubk3n8EKxMbme82E/SZNaMkS2/i4MdWs/ac5L0sbsaHFm9rDdpMljISmr/xl51LL0onI; - Expires=Wed, 11 Jan 2023 22:42:47 GMT; Path=/; SameSite=None + - AWSALB=HeTSR4hTOlsHAVeWgwDlgMVOKK4uShKrk2b7CCukwjTunKhumX3Y7Td0j/nsIdsSJJ/+5QlcDbS0jgb9pa3jGuE/Kgubp+tbjtscB1UVdmCZn2t+g/lUb6p0iwKn; + Expires=Sun, 22 Jan 2023 19:24:44 GMT; Path=/ + - AWSALBCORS=HeTSR4hTOlsHAVeWgwDlgMVOKK4uShKrk2b7CCukwjTunKhumX3Y7Td0j/nsIdsSJJ/+5QlcDbS0jgb9pa3jGuE/Kgubp+tbjtscB1UVdmCZn2t+g/lUb6p0iwKn; + Expires=Sun, 22 Jan 2023 19:24:44 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -63,7 +63,7 @@ http_interactions: their caregivers during the COVID\u201019 pandemic: A qualitative descriptive study\""],"prefix":"10.1111","member":"311","container-title":[],"review":{"type":"editor-report","running-number":"E1V3","revision-round":"3","stage":"pre-publication"},"original-title":[],"deposited":{"date-parts":[[2021,12,1]],"date-time":"2021-12-01T21:08:11Z","timestamp":1638392891000},"score":1,"resource":{"primary":{"URL":"https:\/\/publons.com\/publon\/50403050"}},"subtitle":[],"editor":[{"family":"Debra Jackson","sequence":"first","affiliation":[]}],"short-title":[],"issued":{"date-parts":[[2021,10,17]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1111\/jan.15115\/v3\/decision1","relation":{"is-review-of":[{"id-type":"doi","id":"10.1111\/JAN.15115","asserted-by":"subject"}]},"published":{"date-parts":[[2021,10,17]]}}}' - recorded_at: Wed, 04 Jan 2023 22:42:47 GMT + recorded_at: Sun, 15 Jan 2023 19:24:44 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Decision%2Bletter%2Bfor%2B%22Self%E2%80%90care%2Bof%2Bpatients%2Bwith%2Bmultiple%2Bchronic%2Bconditions%2Band%2Btheir%2Bcaregivers%2Bduring%2Bthe%2BCOVID%E2%80%9019%2Bpandemic:%2BA%2Bqualitative%2Bdescriptive%2Bstudy%22%2B2021%2BWiley @@ -83,7 +83,7 @@ http_interactions: message: OK headers: Date: - - Wed, 04 Jan 2023 22:42:49 GMT + - Sun, 15 Jan 2023 19:24:47 GMT Content-Type: - application/json Transfer-Encoding: @@ -115,14 +115,14 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":25281,"items":[{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T06:07:37Z","timestamp":1648793257527},"reference-count":0,"publisher":"\u0438\u0437\u0434\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":25514,"items":[{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T06:07:37Z","timestamp":1648793257527},"reference-count":0,"publisher":"\u0438\u0437\u0434\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e \u041c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u043e\u0433\u043e \u0423\u043d\u0438\u0432\u0435\u0440\u0441\u0438\u0442\u0435\u0442\u0430","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.11621\/rpo.2021.13","type":"book-chapter","created":{"date-parts":[[2021,10,14]],"date-time":"2021-10-14T14:25:08Z","timestamp":1634221508000},"page":"333-344","source":"Crossref","is-referenced-by-count":0,"title":["\u201cSelf-care\u201d as vector of psychological awareness raising during the pandemic"],"prefix":"10.11621","author":[{"given":"N.A.","family":"Nizovskykh","sequence":"first","affiliation":[]}],"member":"4893","published-online":{"date-parts":[[2021]]},"container-title":["PSYCHOLOGICAL GUIDANCE DURING THE COVID-19 PANDEMIC"],"original-title":["\u00ab\u0417\u0430\u0431\u043e\u0442\u0430 \u043e \u0441\u0435\u0431\u0435\u00bb \u043a\u0430\u043a \u0432\u0435\u043a\u0442\u043e\u0440 \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0432\u0435\u0449\u0435\u043d\u0438\u044f \u0432 - \u043f\u0435\u0440\u0438\u043e\u0434 \u043f\u0430\u043d\u0434\u0435\u043c\u0438\u0438"],"deposited":{"date-parts":[[2021,10,14]],"date-time":"2021-10-14T14:25:20Z","timestamp":1634221520000},"score":39.83109,"resource":{"primary":{"URL":"https:\/\/msupress.com\/catalogue\/books\/chapter\/3199\/"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.11621\/rpo.2021.13","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T01:24:07Z","timestamp":1648949047218},"reference-count":35,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1016\/b978-0-323-82691-4.00004-2","type":"book-chapter","created":{"date-parts":[[2021,8,27]],"date-time":"2021-08-27T08:42:09Z","timestamp":1630053729000},"page":"123-129","source":"Crossref","is-referenced-by-count":0,"title":["Neuro-Oncologic + \u043f\u0435\u0440\u0438\u043e\u0434 \u043f\u0430\u043d\u0434\u0435\u043c\u0438\u0438"],"deposited":{"date-parts":[[2021,10,14]],"date-time":"2021-10-14T14:25:20Z","timestamp":1634221520000},"score":39.823753,"resource":{"primary":{"URL":"https:\/\/msupress.com\/catalogue\/books\/chapter\/3199\/"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.11621\/rpo.2021.13","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T01:24:07Z","timestamp":1648949047218},"reference-count":35,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1016\/b978-0-323-82691-4.00004-2","type":"book-chapter","created":{"date-parts":[[2021,8,27]],"date-time":"2021-08-27T08:42:09Z","timestamp":1630053729000},"page":"123-129","source":"Crossref","is-referenced-by-count":0,"title":["Neuro-Oncologic Care During the COVID-19 Pandemic"],"prefix":"10.1016","author":[{"given":"James M.","family":"Snyder","sequence":"first","affiliation":[]},{"given":"Mohammed F.","family":"Rehman","sequence":"additional","affiliation":[]}],"member":"78","reference":[{"issue":"7","key":"10.1016\/B978-0-323-82691-4.00004-2_bb0010","doi-asserted-by":"crossref","first-page":"928","DOI":"10.1093\/neuonc\/noaa113","article-title":"Neuro-oncology @@ -204,7 +204,7 @@ http_interactions: Soc Clin Oncol Educ Book Am Soc Clin Oncol Meet"},{"key":"10.1016\/B978-0-323-82691-4.00004-2_bb0180","series-title":"Best Care at Lower Cost: The Path to Continuously Learning Health Care in America","year":"2013"},{"issue":"5","key":"10.1016\/B978-0-323-82691-4.00004-2_bb0185","doi-asserted-by":"crossref","DOI":"10.1007\/s11912-020-00904-z","article-title":"Developing real-world evidence-ready datasets: time for clinician engagement","volume":"22","author":"Snyder","year":"2020","journal-title":"Curr - Oncol Rep"}],"container-title":["Neurological Care and the COVID-19 Pandemic"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323826914000042?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323826914000042?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2021,8,27]],"date-time":"2021-08-27T08:42:38Z","timestamp":1630053758000},"score":39.443962,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323826914000042"}},"issued":{"date-parts":[[2021]]},"references-count":35,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-82691-4.00004-2","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,9,25]],"date-time":"2022-09-25T04:59:19Z","timestamp":1664081959506},"publisher-location":"Cham","reference-count":15,"publisher":"Springer + Oncol Rep"}],"container-title":["Neurological Care and the COVID-19 Pandemic"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323826914000042?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323826914000042?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2021,8,27]],"date-time":"2021-08-27T08:42:38Z","timestamp":1630053758000},"score":39.472237,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323826914000042"}},"issued":{"date-parts":[[2021]]},"references-count":35,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-82691-4.00004-2","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,9,25]],"date-time":"2022-09-25T04:59:19Z","timestamp":1664081959506},"publisher-location":"Cham","reference-count":15,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783031102110","type":"print"},{"value":"9783031102127","type":"electronic"}],"license":[{"start":{"date-parts":[[2022,9,25]],"date-time":"2022-09-25T00:00:00Z","timestamp":1664064000000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2022,9,25]],"date-time":"2022-09-25T00:00:00Z","timestamp":1664064000000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2023]]},"DOI":"10.1007\/978-3-031-10212-7_75","type":"book-chapter","created":{"date-parts":[[2022,9,24]],"date-time":"2022-09-24T05:02:51Z","timestamp":1663995771000},"page":"915-925","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":0,"title":["Hospitals in UAE Between Normal and COVID-19 Patients: A Descriptive Study of the Beginning of the Pandemic"],"prefix":"10.1007","author":[{"ORCID":"http:\/\/orcid.org\/0000-0002-7215-1022","authenticated-orcid":false,"given":"Anis","family":"Bachta","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2022,9,25]]},"reference":[{"key":"75_CR1","doi-asserted-by":"publisher","first-page":"790","DOI":"10.3389\/fpsyt.2020.00790","volume":"11","author":"R @@ -264,14 +264,14 @@ http_interactions: Toh, M.P., Lee, V.J.: Presymptomatic transmission of SARS-CoV-2\u2014Singapore. Morb. Mortal. Wkly Rep. 69(14), 411 (2020)","journal-title":"Morb. Mortal. Wkly Rep."}],"container-title":["Studies in Systems, Decision and Control","The - Implementation of Smart Technologies for Business Success and Sustainability"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-031-10212-7_75","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,24]],"date-time":"2022-09-24T05:27:50Z","timestamp":1663997270000},"score":38.3112,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-031-10212-7_75"}},"issued":{"date-parts":[[2022,9,25]]},"ISBN":["9783031102110","9783031102127"],"references-count":15,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-031-10212-7_75","ISSN":["2198-4182","2198-4190"],"issn-type":[{"value":"2198-4182","type":"print"},{"value":"2198-4190","type":"electronic"}],"published":{"date-parts":[[2022,9,25]]},"assertion":[{"value":"25 + Implementation of Smart Technologies for Business Success and Sustainability"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-031-10212-7_75","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,24]],"date-time":"2022-09-24T05:27:50Z","timestamp":1663997270000},"score":38.212906,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-031-10212-7_75"}},"issued":{"date-parts":[[2022,9,25]]},"ISBN":["9783031102110","9783031102127"],"references-count":15,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-031-10212-7_75","ISSN":["2198-4182","2198-4190"],"issn-type":[{"value":"2198-4182","type":"print"},{"value":"2198-4190","type":"electronic"}],"published":{"date-parts":[[2022,9,25]]},"assertion":[{"value":"25 September 2022","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}}]},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T03:31:07Z","timestamp":1648524667954},"reference-count":0,"publisher":"\u0438\u0437\u0434\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e \u041c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u043e\u0433\u043e \u0423\u043d\u0438\u0432\u0435\u0440\u0441\u0438\u0442\u0435\u0442\u0430","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.11621\/rpo.2021.08","type":"book-chapter","created":{"date-parts":[[2021,10,14]],"date-time":"2021-10-14T14:25:08Z","timestamp":1634221508000},"page":"189-198","source":"Crossref","is-referenced-by-count":0,"title":["Coping with stress during the COVID-19 pandemic and self-isolation"],"prefix":"10.11621","author":[{"given":"T.L.","family":"Kryukova","sequence":"first","affiliation":[]},{"given":"E.A.","family":"Silina","sequence":"additional","affiliation":[]},{"given":"A.M.","family":"Govorkova","sequence":"additional","affiliation":[]},{"given":"O.A.","family":"Ekimchik","sequence":"additional","affiliation":[]}],"member":"4893","published-online":{"date-parts":[[2021]]},"container-title":["PSYCHOLOGICAL GUIDANCE DURING THE COVID-19 PANDEMIC"],"original-title":["\u0421\u043e\u0432\u043b\u0430\u0434\u0430\u043d\u0438\u0435 \u0441\u043e \u0441\u0442\u0440\u0435\u0441\u0441\u043e\u043c \u0432 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0438 - \u043f\u0430\u043d\u0434\u0435\u043c\u0438\u0438 COVID-19 \u0438 \u0441\u0430\u043c\u043e\u0438\u0437\u043e\u043b\u044f\u0446\u0438\u0438"],"deposited":{"date-parts":[[2021,10,14]],"date-time":"2021-10-14T14:25:16Z","timestamp":1634221516000},"score":37.080223,"resource":{"primary":{"URL":"https:\/\/msupress.com\/catalogue\/books\/chapter\/3194\/"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.11621\/rpo.2021.08","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2023,1,3]],"date-time":"2023-01-03T21:30:40Z","timestamp":1672781440727},"publisher-location":"Cham","reference-count":54,"publisher":"Springer + \u043f\u0430\u043d\u0434\u0435\u043c\u0438\u0438 COVID-19 \u0438 \u0441\u0430\u043c\u043e\u0438\u0437\u043e\u043b\u044f\u0446\u0438\u0438"],"deposited":{"date-parts":[[2021,10,14]],"date-time":"2021-10-14T14:25:16Z","timestamp":1634221516000},"score":37.01144,"resource":{"primary":{"URL":"https:\/\/msupress.com\/catalogue\/books\/chapter\/3194\/"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.11621\/rpo.2021.08","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2023,1,8]],"date-time":"2023-01-08T05:40:19Z","timestamp":1673156419882},"publisher-location":"Cham","reference-count":54,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783030677152","type":"print"},{"value":"9783030677169","type":"electronic"}],"license":[{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1007\/978-3-030-67716-9_19","type":"book-chapter","created":{"date-parts":[[2021,8,23]],"date-time":"2021-08-23T06:02:43Z","timestamp":1629698563000},"page":"305-317","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":2,"title":["Using mHealth Apps in Health Education of Schoolchildren with Chronic Disease During COVID-19 Pandemic Era"],"prefix":"10.1007","author":[{"given":"Abdulaziz Mansoor","family":"Al @@ -352,11 +352,11 @@ http_interactions: N.M., Kinane, T.B., Aryee, E., Kuhlthau, K.A., Perrin, J.M.: The unexpected risks of COVID-19 on asthma control in children. J. Allergy Clin. Immunol. Pract. (2020). https:\/\/doi.org\/10.1016\/j.jaip.2020.05.027","DOI":"10.1016\/j.jaip.2020.05.027"},{"key":"19_CR22","doi-asserted-by":"crossref","unstructured":"Abrams, - E.M., W\u2019t Jong, G., Yang, C.L.: RE: comment: asthma and COVID-19 (2020)","DOI":"10.1503\/cmaj.200617"},{"key":"19_CR23","unstructured":"Kim, + E.M., W\u2019t Jong, G., Yang, C.L.: RE: comment: asthma and COVID-19 (2020)","DOI":"10.1503\/cmaj.200617"},{"key":"19_CR23","doi-asserted-by":"crossref","unstructured":"Kim, S.-H., et al.: Perceptions of severe asthma and asthma-COPD overlap syndrome among specialists: a questionnaire survey. Allergy Asthma Immunol. Res. 10(3), 225\u2013235. Available [online] http:\/\/synapse.koreamed.org\/DOIx.php?id=10.4168%2Faair.2018.10.3.225 - (2018)"},{"key":"19_CR24","doi-asserted-by":"crossref","unstructured":"Johnston, + (2018)","DOI":"10.4168\/aair.2018.10.3.225"},{"key":"19_CR24","doi-asserted-by":"crossref","unstructured":"Johnston, S.L.: Asthma and COVID-19: is asthma a risk factor for severe outcomes?. Allergy (2020)","DOI":"10.1111\/all.14348"},{"key":"19_CR25","unstructured":"mobiThinking: Global mobile statistics 2014 part A: mobile subscribers; handset market share; @@ -456,7 +456,7 @@ http_interactions: supporting communication between teenagers with asthma and the RN care coordinator (in Eng). Comput. Inform. Nurs. 31(6), 266\u2013271, quiz 272-3 (2013). https:\/\/doi.org\/10.1097\/nxn.0b013e318295e5ba","DOI":"10.1097\/nxn.0b013e318295e5ba"}],"container-title":["Studies in Systems, Decision and Control","Emerging Technologies During the Era of - COVID-19 Pandemic"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-67716-9_19","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,8,23]],"date-time":"2021-08-23T06:35:26Z","timestamp":1629700526000},"score":36.0969,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-67716-9_19"}},"issued":{"date-parts":[[2021]]},"ISBN":["9783030677152","9783030677169"],"references-count":54,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-67716-9_19","ISSN":["2198-4182","2198-4190"],"issn-type":[{"value":"2198-4182","type":"print"},{"value":"2198-4190","type":"electronic"}],"published":{"date-parts":[[2021]]},"assertion":[{"value":"21 + COVID-19 Pandemic"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-67716-9_19","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2023,1,7]],"date-time":"2023-01-07T21:09:17Z","timestamp":1673125757000},"score":36.11022,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-67716-9_19"}},"issued":{"date-parts":[[2021]]},"ISBN":["9783030677152","9783030677169"],"references-count":54,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-67716-9_19","ISSN":["2198-4182","2198-4190"],"issn-type":[{"value":"2198-4182","type":"print"},{"value":"2198-4190","type":"electronic"}],"published":{"date-parts":[[2021]]},"assertion":[{"value":"21 March 2021","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}}]},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T04:32:33Z","timestamp":1649133153297},"reference-count":10,"publisher":"IntechOpen","license":[{"start":{"date-parts":[[2021,12,8]],"date-time":"2021-12-08T00:00:00Z","timestamp":1638921600000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/creativecommons.org\/licenses\/by\/3.0\/legalcode"}],"content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"High mortality rate for the coronavirus disease (COVID-19) has been reported worldwide @@ -506,7 +506,7 @@ http_interactions: HA, Oliveira CF, Jacober FC, Deus ER, Canuto F. Home Care as a safe alternative during the COVID-19 crisis. Rev Assoc Med Bras (1992). 2020 Nov;66(11):1482-1486. doi: 10.1590\/1806-9282.66.11.1482.","DOI":"10.1590\/1806-9282.66.11.1482"}],"container-title":["Fighting - the COVID-19 Pandemic"],"link":[{"URL":"http:\/\/www.intechopen.com\/download\/pdf\/77142","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,12,9]],"date-time":"2021-12-09T11:58:27Z","timestamp":1639051107000},"score":35.68194,"resource":{"primary":{"URL":"https:\/\/www.intechopen.com\/books\/fighting-the-covid-19-pandemic\/home-care-as-a-safe-alternative-during-covid-19-crisis"}},"issued":{"date-parts":[[2021,12,8]]},"references-count":10,"URL":"http:\/\/dx.doi.org\/10.5772\/intechopen.98529","published":{"date-parts":[[2021,12,8]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T11:25:04Z","timestamp":1648985104024},"publisher-location":"Cham","reference-count":30,"publisher":"Springer + the COVID-19 Pandemic"],"link":[{"URL":"http:\/\/www.intechopen.com\/download\/pdf\/77142","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,12,9]],"date-time":"2021-12-09T11:58:27Z","timestamp":1639051107000},"score":35.711792,"resource":{"primary":{"URL":"https:\/\/www.intechopen.com\/books\/fighting-the-covid-19-pandemic\/home-care-as-a-safe-alternative-during-covid-19-crisis"}},"issued":{"date-parts":[[2021,12,8]]},"references-count":10,"URL":"http:\/\/dx.doi.org\/10.5772\/intechopen.98529","published":{"date-parts":[[2021,12,8]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T11:25:04Z","timestamp":1648985104024},"publisher-location":"Cham","reference-count":30,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783030677152","type":"print"},{"value":"9783030677169","type":"electronic"}],"license":[{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1007\/978-3-030-67716-9_12","type":"book-chapter","created":{"date-parts":[[2021,8,23]],"date-time":"2021-08-23T06:02:43Z","timestamp":1629698563000},"page":"183-196","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":0,"title":["Mid-Term Forecasting of Fatalities Due to COVID-19 Pandemic: A Case Study in Nine Most Affected Countries"],"prefix":"10.1007","author":[{"given":"Sneha","family":"Rai","sequence":"first","affiliation":[]},{"given":"Mala","family":"De","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2021,3,21]]},"reference":[{"key":"12_CR1","doi-asserted-by":"publisher","first-page":"109850","DOI":"10.1016\/j.chaos.2020.109850","volume":"135","author":"T @@ -610,14 +610,14 @@ http_interactions: regression. IEEE 978 (2017)","DOI":"10.1109\/IRSEC.2017.8477278"},{"key":"12_CR30","unstructured":"Johnson, A.T.: Curve Fitting. Chapter 13. Elsevier (1991)"}],"container-title":["Studies in Systems, Decision and Control","Emerging Technologies During the Era of - COVID-19 Pandemic"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-67716-9_12","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,8,23]],"date-time":"2021-08-23T06:26:34Z","timestamp":1629699994000},"score":35.55044,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-67716-9_12"}},"issued":{"date-parts":[[2021]]},"ISBN":["9783030677152","9783030677169"],"references-count":30,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-67716-9_12","ISSN":["2198-4182","2198-4190"],"issn-type":[{"value":"2198-4182","type":"print"},{"value":"2198-4190","type":"electronic"}],"published":{"date-parts":[[2021]]},"assertion":[{"value":"21 + COVID-19 Pandemic"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-67716-9_12","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,8,23]],"date-time":"2021-08-23T06:26:34Z","timestamp":1629699994000},"score":35.465748,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-67716-9_12"}},"issued":{"date-parts":[[2021]]},"ISBN":["9783030677152","9783030677169"],"references-count":30,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-67716-9_12","ISSN":["2198-4182","2198-4190"],"issn-type":[{"value":"2198-4182","type":"print"},{"value":"2198-4190","type":"electronic"}],"published":{"date-parts":[[2021]]},"assertion":[{"value":"21 March 2021","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}}]},{"indexed":{"date-parts":[[2023,1,4]],"date-time":"2023-01-04T16:34:06Z","timestamp":1672850046753},"reference-count":0,"publisher":"\u0438\u0437\u0434\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e \u041c\u043e\u0441\u043a\u043e\u0432\u0441\u043a\u043e\u0433\u043e \u0423\u043d\u0438\u0432\u0435\u0440\u0441\u0438\u0442\u0435\u0442\u0430","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.11621\/rpo.2021.02","type":"book-chapter","created":{"date-parts":[[2021,10,14]],"date-time":"2021-10-14T14:25:08Z","timestamp":1634221508000},"page":"31-61","source":"Crossref","is-referenced-by-count":3,"title":["Psychological risks during the COVID-19 pandemic"],"prefix":"10.11621","author":[{"given":"S.B.","family":"Malykh","sequence":"first","affiliation":[]},{"given":"M.A.","family":"Sitnikova","sequence":"additional","affiliation":[]}],"member":"4893","published-online":{"date-parts":[[2021]]},"container-title":["PSYCHOLOGICAL GUIDANCE DURING THE COVID-19 PANDEMIC"],"original-title":["\u041f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0440\u0438\u0441\u043a\u0438 \u043f\u0430\u043d\u0434\u0435\u043c\u0438\u0438 - \u043a\u043e\u0440\u043e\u043d\u0430\u0432\u0438\u0440\u0443\u0441\u0430 COVID-19"],"deposited":{"date-parts":[[2021,10,14]],"date-time":"2021-10-14T14:25:11Z","timestamp":1634221511000},"score":34.751762,"resource":{"primary":{"URL":"https:\/\/msupress.com\/catalogue\/books\/chapter\/3188\/"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.11621\/rpo.2021.02","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:42:37Z","timestamp":1649173357471},"publisher-location":"Cham","reference-count":35,"publisher":"Springer + \u043a\u043e\u0440\u043e\u043d\u0430\u0432\u0438\u0440\u0443\u0441\u0430 COVID-19"],"deposited":{"date-parts":[[2021,10,14]],"date-time":"2021-10-14T14:25:11Z","timestamp":1634221511000},"score":34.812103,"resource":{"primary":{"URL":"https:\/\/msupress.com\/catalogue\/books\/chapter\/3188\/"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.11621\/rpo.2021.02","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T15:42:37Z","timestamp":1649173357471},"publisher-location":"Cham","reference-count":35,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783030614416","type":"print"},{"value":"9783030614423","type":"electronic"}],"license":[{"start":{"date-parts":[[2020,12,13]],"date-time":"2020-12-13T00:00:00Z","timestamp":1607817600000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2020,12,13]],"date-time":"2020-12-13T00:00:00Z","timestamp":1607817600000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2020,12,13]],"date-time":"2020-12-13T00:00:00Z","timestamp":1607817600000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2020,12,13]],"date-time":"2020-12-13T00:00:00Z","timestamp":1607817600000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1007\/978-3-030-61442-3_37","type":"book-chapter","created":{"date-parts":[[2020,12,12]],"date-time":"2020-12-12T11:02:44Z","timestamp":1607770964000},"page":"357-367","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":2,"title":["The COVID-19 Self-Care Survival Guide: A Framework for Clinicians to Categorize and Utilize Self-Care Strategies and Practices"],"prefix":"10.1007","author":[{"given":"Julian","family":"Cohen-Serrins","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2020,12,13]]},"reference":[{"issue":"2","key":"37_CR1","doi-asserted-by":"publisher","first-page":"79","DOI":"10.1080\/13554794.2020.1731553","volume":"26","author":"N @@ -737,7 +737,7 @@ http_interactions: Alterations in brain structure and amplitude of low-frequency after 8 weeks of mindfulness meditation training in meditation-na\u00efve subjects. Scientific Reports, 9(1), 1\u201310.","journal-title":"Scientific Reports"}],"container-title":["Essential - Clinical Social Work Series","Shared Trauma, Shared Resilience During a Pandemic"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-61442-3_37","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,23]],"date-time":"2021-04-23T15:47:03Z","timestamp":1619192823000},"score":34.427914,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-61442-3_37"}},"issued":{"date-parts":[[2020,12,13]]},"ISBN":["9783030614416","9783030614423"],"references-count":35,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-61442-3_37","ISSN":["2520-162X","2520-1611"],"issn-type":[{"value":"2520-162X","type":"print"},{"value":"2520-1611","type":"electronic"}],"published":{"date-parts":[[2020,12,13]]},"assertion":[{"value":"13 + Clinical Social Work Series","Shared Trauma, Shared Resilience During a Pandemic"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-61442-3_37","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,23]],"date-time":"2021-04-23T15:47:03Z","timestamp":1619192823000},"score":34.35133,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-61442-3_37"}},"issued":{"date-parts":[[2020,12,13]]},"ISBN":["9783030614416","9783030614423"],"references-count":35,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-61442-3_37","ISSN":["2520-162X","2520-1611"],"issn-type":[{"value":"2520-162X","type":"print"},{"value":"2520-1611","type":"electronic"}],"published":{"date-parts":[[2020,12,13]]},"assertion":[{"value":"13 December 2020","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}}]},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T19:30:48Z","timestamp":1649100648511},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781003273462","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,1,26]]},"DOI":"10.4324\/9781003273462-7","type":"book-chapter","created":{"date-parts":[[2022,1,26]],"date-time":"2022-01-26T09:49:27Z","timestamp":1643190567000},"page":"99-114","source":"Crossref","is-referenced-by-count":0,"title":["\u201cWe Are Saving Their Bodies and Destroying Their Souls.\u201d: Family Caregivers'' @@ -746,12 +746,12 @@ http_interactions: M.","family":"Harris","sequence":"additional","affiliation":[]},{"given":"Kimberly E.","family":"Heller","sequence":"additional","affiliation":[]},{"given":"Brandon D.","family":"Mitchell","sequence":"additional","affiliation":[]}],"member":"301","container-title":["The - COVID-19 Pandemic and Older Adults"],"deposited":{"date-parts":[[2022,1,26]],"date-time":"2022-01-26T09:49:37Z","timestamp":1643190577000},"score":34.261047,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781003273462\/chapters\/10.4324\/9781003273462-7"}},"issued":{"date-parts":[[2022,1,26]]},"ISBN":["9781003273462"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781003273462-7","published":{"date-parts":[[2022,1,26]]}},{"indexed":{"date-parts":[[2022,5,16]],"date-time":"2022-05-16T10:27:38Z","timestamp":1652696858908},"publisher-location":"Cham","update-to":[{"updated":{"date-parts":[[2021,6,18]],"date-time":"2021-06-18T00:00:00Z","timestamp":1623974400000},"DOI":"10.1007\/978-3-030-67716-9","type":"correction","label":"Correction"}],"reference-count":0,"publisher":"Springer + COVID-19 Pandemic and Older Adults"],"deposited":{"date-parts":[[2022,1,26]],"date-time":"2022-01-26T09:49:37Z","timestamp":1643190577000},"score":34.27804,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781003273462\/chapters\/10.4324\/9781003273462-7"}},"issued":{"date-parts":[[2022,1,26]]},"ISBN":["9781003273462"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781003273462-7","published":{"date-parts":[[2022,1,26]]}},{"indexed":{"date-parts":[[2022,5,16]],"date-time":"2022-05-16T10:27:38Z","timestamp":1652696858908},"publisher-location":"Cham","update-to":[{"updated":{"date-parts":[[2021,6,18]],"date-time":"2021-06-18T00:00:00Z","timestamp":1623974400000},"DOI":"10.1007\/978-3-030-67716-9","type":"correction","label":"Correction"}],"reference-count":0,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783030677152","type":"print"},{"value":"9783030677169","type":"electronic"}],"license":[{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1007\/978-3-030-67716-9_24","type":"book-chapter","created":{"date-parts":[[2021,8,23]],"date-time":"2021-08-23T06:02:43Z","timestamp":1629698563000},"page":"C1-C1","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":1,"title":["Correction to: Emerging Technologies During the Era of COVID-19 Pandemic"],"prefix":"10.1007","author":[{"ORCID":"http:\/\/orcid.org\/0000-0001-5628-0388","authenticated-orcid":false,"given":"Ibrahim","family":"Arpaci","sequence":"first","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0002-0015-6908","authenticated-orcid":false,"given":"Mostafa","family":"Al-Emran","sequence":"additional","affiliation":[]},{"given":"Mohammed","family":"A. Al-Sharafi","sequence":"additional","affiliation":[]},{"given":"Gon\u00e7alo","family":"Marques","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2021,6,18]]},"container-title":["Studies in Systems, Decision and Control","Emerging Technologies During the Era of - COVID-19 Pandemic"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-67716-9_24","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,8,23]],"date-time":"2021-08-23T06:35:27Z","timestamp":1629700527000},"score":34.17489,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-67716-9_24"}},"issued":{"date-parts":[[2021]]},"ISBN":["9783030677152","9783030677169"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-67716-9_24","ISSN":["2198-4182","2198-4190"],"issn-type":[{"value":"2198-4182","type":"print"},{"value":"2198-4190","type":"electronic"}],"published":{"date-parts":[[2021]]},"assertion":[{"value":"18 + COVID-19 Pandemic"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-67716-9_24","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,8,23]],"date-time":"2021-08-23T06:35:27Z","timestamp":1629700527000},"score":34.141853,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-67716-9_24"}},"issued":{"date-parts":[[2021]]},"ISBN":["9783030677152","9783030677169"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-67716-9_24","ISSN":["2198-4182","2198-4190"],"issn-type":[{"value":"2198-4182","type":"print"},{"value":"2198-4190","type":"electronic"}],"published":{"date-parts":[[2021]]},"assertion":[{"value":"18 June 2021","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"This content has been made available to all.","name":"free","label":"Free to read"}]},{"indexed":{"date-parts":[[2022,10,1]],"date-time":"2022-10-01T15:29:34Z","timestamp":1664638174712},"publisher-location":"Cham","reference-count":36,"publisher":"Springer @@ -859,13 +859,19 @@ http_interactions: J., Pham, K.H., Lam, C.S.N., Luengo-Oroz, M.: Mapping the landscape of artificial intelligence applications against COVID-19 (2020). arXiv preprint: arXiv:2003.11336","DOI":"10.1613\/jair.1.12162"}],"container-title":["Studies in Systems, Decision and Control","Emerging Technologies During the Era of - COVID-19 Pandemic"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-67716-9_1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,8,23]],"date-time":"2021-08-23T06:23:46Z","timestamp":1629699826000},"score":34.11135,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-67716-9_1"}},"issued":{"date-parts":[[2021]]},"ISBN":["9783030677152","9783030677169"],"references-count":36,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-67716-9_1","ISSN":["2198-4182","2198-4190"],"issn-type":[{"value":"2198-4182","type":"print"},{"value":"2198-4190","type":"electronic"}],"published":{"date-parts":[[2021]]},"assertion":[{"value":"21 + COVID-19 Pandemic"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-67716-9_1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,8,23]],"date-time":"2021-08-23T06:23:46Z","timestamp":1629699826000},"score":34.1002,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-67716-9_1"}},"issued":{"date-parts":[[2021]]},"ISBN":["9783030677152","9783030677169"],"references-count":36,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-67716-9_1","ISSN":["2198-4182","2198-4190"],"issn-type":[{"value":"2198-4182","type":"print"},{"value":"2198-4190","type":"electronic"}],"published":{"date-parts":[[2021]]},"assertion":[{"value":"21 March 2021","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}}]},{"indexed":{"date-parts":[[2022,10,12]],"date-time":"2022-10-12T04:35:25Z","timestamp":1665549325739},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781003159155","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,10,11]]},"DOI":"10.4324\/9781003159155-10","type":"book-chapter","created":{"date-parts":[[2022,10,11]],"date-time":"2022-10-11T15:54:58Z","timestamp":1665503698000},"page":"211-239","source":"Crossref","is-referenced-by-count":0,"title":["A descriptive study of workplace bullying in U.S. libraries during the COVID-19 pandemic"],"prefix":"10.4324","author":[{"ORCID":"http:\/\/orcid.org\/0000-0003-2621-4317","authenticated-orcid":false,"given":"Carol Anne","family":"Geary","sequence":"first","affiliation":[]},{"ORCID":"http:\/\/orcid.org\/0000-0001-9371-2418","authenticated-orcid":false,"given":"Spencer","family":"Acadia","sequence":"additional","affiliation":[]}],"member":"301","container-title":["Libraries - as Dysfunctional Organizations and Workplaces"],"deposited":{"date-parts":[[2022,10,11]],"date-time":"2022-10-11T21:22:31Z","timestamp":1665523351000},"score":34.11009,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781003159155\/chapters\/10.4324\/9781003159155-10"}},"issued":{"date-parts":[[2022,10,11]]},"ISBN":["9781003159155"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781003159155-10","published":{"date-parts":[[2022,10,11]]}},{"indexed":{"date-parts":[[2022,9,20]],"date-time":"2022-09-20T05:19:49Z","timestamp":1663651189890},"publisher-location":"Singapore","reference-count":43,"publisher":"Springer + as Dysfunctional Organizations and Workplaces"],"deposited":{"date-parts":[[2022,10,11]],"date-time":"2022-10-11T21:22:31Z","timestamp":1665523351000},"score":34.079247,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781003159155\/chapters\/10.4324\/9781003159155-10"}},"issued":{"date-parts":[[2022,10,11]]},"ISBN":["9781003159155"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781003159155-10","published":{"date-parts":[[2022,10,11]]}},{"indexed":{"date-parts":[[2023,1,10]],"date-time":"2023-01-10T06:11:55Z","timestamp":1673331115978},"publisher-location":"London","edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781003341963","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2023,1,9]]},"DOI":"10.4324\/9781003341963-43","type":"book-chapter","created":{"date-parts":[[2023,1,9]],"date-time":"2023-01-09T12:26:44Z","timestamp":1673267204000},"page":"327-333","source":"Crossref","is-referenced-by-count":0,"title":["Psycho-Social + Support Based Intervention for Patients and Caregivers Stranded During the + Lock-Down During COVID-19 Pandemic: A Case Study Report from India"],"prefix":"10.4324","author":[{"given":"N. + S.","family":"Devaki","sequence":"first","affiliation":[]},{"given":"Sekar","family":"Kasi","sequence":"additional","affiliation":[]},{"given":"Ajay + Kumar","family":"Goyal","sequence":"additional","affiliation":[]},{"given":"Sanjeev + Kumar","family":"Manikappa","sequence":"additional","affiliation":[]}],"member":"301","container-title":["5th + World Congress on Disaster Management: Volume III"],"deposited":{"date-parts":[[2023,1,9]],"date-time":"2023-01-09T12:28:07Z","timestamp":1673267287000},"score":33.714977,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781003341963\/chapters\/10.4324\/9781003341963-43"}},"issued":{"date-parts":[[2023,1,9]]},"ISBN":["9781003341963"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781003341963-43","published":{"date-parts":[[2023,1,9]]}},{"indexed":{"date-parts":[[2022,9,20]],"date-time":"2022-09-20T05:19:49Z","timestamp":1663651189890},"publisher-location":"Singapore","reference-count":43,"publisher":"Springer Nature Singapore","isbn-type":[{"value":"9789811908088","type":"print"},{"value":"9789811908095","type":"electronic"}],"license":[{"start":{"date-parts":[[2022,1,1]],"date-time":"2022-01-01T00:00:00Z","timestamp":1640995200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2022,1,1]],"date-time":"2022-01-01T00:00:00Z","timestamp":1640995200000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2022,1,1]],"date-time":"2022-01-01T00:00:00Z","timestamp":1640995200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2022,1,1]],"date-time":"2022-01-01T00:00:00Z","timestamp":1640995200000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"DOI":"10.1007\/978-981-19-0809-5_7","type":"book-chapter","created":{"date-parts":[[2022,5,14]],"date-time":"2022-05-14T22:02:26Z","timestamp":1652565746000},"page":"123-136","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":0,"title":["Negotiating Access to Maternal Health Services During COVID-19 Pandemic in Kilifi County, Kenya: Rapid Qualitative Study"],"prefix":"10.1007","author":[{"given":"Stephen @@ -1006,7 +1012,7 @@ http_interactions: Castro-, J. A. (2020). Challenges of COVID-19 in children in low- and middle-income countries. Paediatric Respiratory Reviews. https:\/\/doi.org\/10.1016\/j.prrv.2020.06.016","journal-title":"Paediatric Respiratory Reviews","DOI":"10.1016\/j.prrv.2020.06.016"}],"container-title":["Understanding - Post-COVID-19 Social and Cultural Realities"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-981-19-0809-5_7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,19]],"date-time":"2022-09-19T17:05:27Z","timestamp":1663607127000},"score":33.358707,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-981-19-0809-5_7"}},"issued":{"date-parts":[[2022]]},"ISBN":["9789811908088","9789811908095"],"references-count":43,"URL":"http:\/\/dx.doi.org\/10.1007\/978-981-19-0809-5_7","published":{"date-parts":[[2022]]},"assertion":[{"value":"15 + Post-COVID-19 Social and Cultural Realities"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-981-19-0809-5_7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,19]],"date-time":"2022-09-19T17:05:27Z","timestamp":1663607127000},"score":33.371,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-981-19-0809-5_7"}},"issued":{"date-parts":[[2022]]},"ISBN":["9789811908088","9789811908095"],"references-count":43,"URL":"http:\/\/dx.doi.org\/10.1007\/978-981-19-0809-5_7","published":{"date-parts":[[2022]]},"assertion":[{"value":"15 May 2022","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}}]},{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:41:08Z","timestamp":1659069668442},"reference-count":0,"publisher":"Policy Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,7,29]]},"abstract":"

The @@ -1024,10 +1030,10 @@ http_interactions: by the strength of social solidarity during the crisis \u2013 what we might describe as a kind of popular \u2018obligation\u2019 consciousness.<\/p>","DOI":"10.1332\/policypress\/9781529218916.003.0007","type":"book-chapter","created":{"date-parts":[[2022,1,20]],"date-time":"2022-01-20T18:54:29Z","timestamp":1642704869000},"page":"79-92","source":"Crossref","is-referenced-by-count":0,"title":["Rights and Solidarity during COVID-19"],"prefix":"10.1332","author":[{"given":"Simon","family":"Halliday","sequence":"first","affiliation":[]},{"given":"Jed","family":"Meers","sequence":"additional","affiliation":[]},{"given":"Joe","family":"Tomlinson","sequence":"additional","affiliation":[]}],"member":"165","published-online":{"date-parts":[[2022,1,20]]},"container-title":["Pandemic - Legalities"],"original-title":["Rights and Solidarity during COVID-19"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T19:02:19Z","timestamp":1659034939000},"score":33.289036,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/policy-press-scholarship-online\/book\/42699\/chapter\/360674828"}},"issued":{"date-parts":[[2021,7,29]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1332\/policypress\/9781529218916.003.0007","relation":{"is-identical-to":[{"id-type":"doi","id":"10.51952\/9781529218947.ch006","asserted-by":"object"}]},"published":{"date-parts":[[2021,7,29]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:56:13Z","timestamp":1648799773263},"reference-count":0,"publisher":"University + Legalities"],"original-title":["Rights and Solidarity during COVID-19"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T19:02:19Z","timestamp":1659034939000},"score":33.304443,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/policy-press-scholarship-online\/book\/42699\/chapter\/360674828"}},"issued":{"date-parts":[[2021,7,29]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1332\/policypress\/9781529218916.003.0007","relation":{"is-identical-to":[{"id-type":"doi","id":"10.51952\/9781529218947.ch006","asserted-by":"object"}]},"published":{"date-parts":[[2021,7,29]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:56:13Z","timestamp":1648799773263},"reference-count":0,"publisher":"University of Calgary Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,12,15]]},"DOI":"10.2307\/j.ctv25m8djx.7","type":"book-chapter","created":{"date-parts":[[2021,12,16]],"date-time":"2021-12-16T20:20:18Z","timestamp":1639686018000},"page":"51-72","source":"Crossref","is-referenced-by-count":0,"title":["Supply Chains during the COVID-19 Pandemic"],"prefix":"10.2307","member":"1121","container-title":["Stress - Tested"],"deposited":{"date-parts":[[2021,12,16]],"date-time":"2021-12-16T20:20:27Z","timestamp":1639686027000},"score":33.26887,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv25m8djx.7"}},"issued":{"date-parts":[[2021,12,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv25m8djx.7","published":{"date-parts":[[2021,12,15]]}},{"indexed":{"date-parts":[[2022,4,21]],"date-time":"2022-04-21T23:05:09Z","timestamp":1650582309298},"reference-count":28,"publisher":"IntechOpen","license":[{"start":{"date-parts":[[2021,12,1]],"date-time":"2021-12-01T00:00:00Z","timestamp":1638316800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/creativecommons.org\/licenses\/by\/3.0\/legalcode"}],"content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"COVID-19 + Tested"],"deposited":{"date-parts":[[2021,12,16]],"date-time":"2021-12-16T20:20:27Z","timestamp":1639686027000},"score":33.244766,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv25m8djx.7"}},"issued":{"date-parts":[[2021,12,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv25m8djx.7","published":{"date-parts":[[2021,12,15]]}},{"indexed":{"date-parts":[[2022,4,21]],"date-time":"2022-04-21T23:05:09Z","timestamp":1650582309298},"reference-count":28,"publisher":"IntechOpen","license":[{"start":{"date-parts":[[2021,12,1]],"date-time":"2021-12-01T00:00:00Z","timestamp":1638316800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/creativecommons.org\/licenses\/by\/3.0\/legalcode"}],"content-domain":{"domain":[],"crossmark-restriction":false},"abstract":"COVID-19 has affected millions worldwide. To combat the infectious pandemic in resource limited settings, healthcare workers and techies have come up with multiple innovations. Nations with scarcity of resources have resorted to innovative @@ -1116,112 +1122,11 @@ http_interactions: JL, Sosin DM, Wiedrich TW, Redd SC. Emergency Operations Centers and Incident Management Structure. In: CDC Field Epidemiology manual. 4th ed. Oxford University press 2019;","DOI":"10.1093\/oso\/9780190933692.003.0016"}],"container-title":["SARS-CoV-2 - Origin and COVID-19 Pandemic Across the Globe"],"link":[{"URL":"http:\/\/www.intechopen.com\/download\/pdf\/76912","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,12,2]],"date-time":"2021-12-02T09:50:14Z","timestamp":1638438614000},"score":33.156734,"resource":{"primary":{"URL":"https:\/\/www.intechopen.com\/books\/sars-cov-2-origin-and-covid-19-pandemic-across-the-globe\/practice-changing-innovations-for-emergency-care-during-the-covid-19-pandemic-in-resource-limited-se"}},"issued":{"date-parts":[[2021,12,1]]},"references-count":28,"URL":"http:\/\/dx.doi.org\/10.5772\/intechopen.98293","published":{"date-parts":[[2021,12,1]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T11:18:26Z","timestamp":1648639106683},"reference-count":0,"publisher":"inScience + Origin and COVID-19 Pandemic Across the Globe"],"link":[{"URL":"http:\/\/www.intechopen.com\/download\/pdf\/76912","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,12,2]],"date-time":"2021-12-02T09:50:14Z","timestamp":1638438614000},"score":33.181545,"resource":{"primary":{"URL":"https:\/\/www.intechopen.com\/books\/sars-cov-2-origin-and-covid-19-pandemic-across-the-globe\/practice-changing-innovations-for-emergency-care-during-the-covid-19-pandemic-in-resource-limited-se"}},"issued":{"date-parts":[[2021,12,1]]},"references-count":28,"URL":"http:\/\/dx.doi.org\/10.5772\/intechopen.98293","published":{"date-parts":[[2021,12,1]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T11:18:26Z","timestamp":1648639106683},"reference-count":0,"publisher":"inScience Press","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.36315\/2021padvii21","type":"book-chapter","created":{"date-parts":[[2022,3,16]],"date-time":"2022-03-16T11:29:56Z","timestamp":1647430196000},"source":"Crossref","is-referenced-by-count":0,"title":["Anxiety and Depression in Post Acute Myocardial Infarction Patients During COVID-19 Pandemic"],"prefix":"10.36315","member":"22118","published-online":{"date-parts":[[2021,12,15]]},"container-title":["Psychology - Applications & Developments VII"],"deposited":{"date-parts":[[2022,3,16]],"date-time":"2022-03-16T11:30:19Z","timestamp":1647430219000},"score":33.144753,"resource":{"primary":{"URL":"http:\/\/press.insciencepress.org\/index.php\/press\/catalog\/view\/15\/28\/389-1"}},"issued":{"date-parts":[[2021,12,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36315\/2021padvii21","published":{"date-parts":[[2021,12,15]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T17:14:17Z","timestamp":1648574057678},"publisher-location":"Singapore","reference-count":25,"publisher":"Springer - Singapore","isbn-type":[{"value":"9789811664854","type":"print"},{"value":"9789811664861","type":"electronic"}],"license":[{"start":{"date-parts":[[2022,1,1]],"date-time":"2022-01-01T00:00:00Z","timestamp":1640995200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2022,1,1]],"date-time":"2022-01-01T00:00:00Z","timestamp":1640995200000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2022,1,1]],"date-time":"2022-01-01T00:00:00Z","timestamp":1640995200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2022,1,1]],"date-time":"2022-01-01T00:00:00Z","timestamp":1640995200000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2022]]},"DOI":"10.1007\/978-981-16-6486-1_8","type":"book-chapter","created":{"date-parts":[[2022,2,24]],"date-time":"2022-02-24T08:04:31Z","timestamp":1645689871000},"page":"159-178","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":0,"title":["Long-Term - Care Staff Perceptions of Providing Care During the COVID-19 Pandemic in the - United States and Switzerland: Balancing Protection and Social Isolation"],"prefix":"10.1007","author":[{"given":"Andrea","family":"Freidus","sequence":"first","affiliation":[]},{"given":"Dena","family":"Shenk","sequence":"additional","affiliation":[]},{"given":"Megan","family":"Davies","sequence":"additional","affiliation":[]},{"given":"Christin","family":"Wolf","sequence":"additional","affiliation":[]},{"given":"Sandra","family":"Staudacher","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2022,2,24]]},"reference":[{"issue":"2","key":"8_CR1","doi-asserted-by":"publisher","first-page":"59","DOI":"10.1136\/eb-2013-101379","volume":"17","author":"JT - Cacioppo","year":"2014","unstructured":"Cacioppo, John T., and Stephanie Cacioppo. - 2014. Older Adults Reporting Social Isolation or Loneliness Show Poorer Cognitive - Function 4 Years Later. Evidence Based Nursing 17 (2): 59\u201360. https:\/\/doi-org.librarylink.uncc.edu\/10.1136\/eb-2013-101379.","journal-title":"Evidence - Based Nursing"},{"key":"8_CR2","unstructured":"Centers for Medicare & Medicaid - Services. 2020. CMS.gov: Guidance for Infection Control and Prevention of - Coronavirus Disease 2019 (COVID-19) in Nursing Homes (Revised). Department - of Health and Human Services. Accessed April 13, 2020. https:\/\/www.cms.gov\/files\/document\/3-13-2020-nursing-home-guidance-covid-19.pdf."},{"key":"8_CR3","doi-asserted-by":"crossref","unstructured":"Chu, - C.H., J. Wang, C. Fukui, S. Staudacher-Preite, P. Wachholz, and B. Wu. 2021. - The Impact of COVID-19 on Social Isolation in Long-Term Care Homes: Perspectives - of Policies and Strategies from Six Countries. Journal of Aging & Social Policy. - Accepted January 28, 2021.","DOI":"10.4324\/9781003273462-11"},{"key":"8_CR4","doi-asserted-by":"publisher","first-page":"209","DOI":"10.1146\/annurev.so.18.080192.001233","volume":"18","author":"P - Conrad","year":"1992","unstructured":"Conrad, Peter. 1992. Medicalization - and Social Control. Annual Review of Sociology 18: 209\u2013232.","journal-title":"Annual - Review of Sociology"},{"issue":"3","key":"8_CR5","doi-asserted-by":"publisher","first-page":"799","DOI":"10.1111\/hsc.12311","volume":"25","author":"E - Courtin","year":"2017","unstructured":"Courtin, Emilie, and Martin Knapp. - 2017. Social Isolation, Loneliness and Health in Old Age: A Scoping Review. - Health & Social Care in the Community 25 (3): 799\u2013812. https:\/\/doi-org.librarylink.uncc.edu\/10.1111\/hsc.12311.","journal-title":"Health - & Social Care in the Community"},{"key":"8_CR7","unstructured":"Federal Office - of Public Health (FOPH). 2020. COVID-19: Informationen und Empfehlungen f\u00fcr - Institutionen wie Alters- und Pflegeheime sowie Einrichtungen f\u00fcr Menschen - mit Behinderungen. (Version 1: 02.04.2020; Version 2: 26.06.2020)."},{"key":"8_CR8","unstructured":"Freidus, - Andrea, and Dena Shenk. 2021. The Isolation Pandemic: Older Americans in Congregate - Care during COVID. Presented at the Annual Meeting of the Society for Applied - Anthropology, March 21."},{"issue":"2","key":"8_CR9","doi-asserted-by":"publisher","first-page":"199","DOI":"10.5195\/aa.2020.312","volume":"41","author":"A - Freidus","year":"2020","unstructured":"Freidus, Andrea, Dena Shenk, and Christin - Wolf. 2020a. \u2018It Spread Like Wildfire\u2019: Analyzing Affect in the - Narratives of Nursing Home Staff during a COVID-19 Outbreak. Journal of Anthropology - and Aging 41 (2): 199\u2013206. https:\/\/doi.org\/10.5195\/aa.2020.312.","journal-title":"Journal - of Anthropology and Aging"},{"key":"8_CR10","doi-asserted-by":"crossref","unstructured":"\u2014\u2014\u2014. - 2020b. A Rapid Qualitative Appraisal of the Impact of COVID-19 on Long-Term - Care Communities in the U.S.: Perspectives from Area Aging Staff and Advocates. - Human Organization 79 (4): 313\u2013322. https:\/\/doi.org\/10.17730\/1938-3525-79.4.313.","DOI":"10.17730\/1938-3525-79.4.313"},{"issue":"5","key":"8_CR11","doi-asserted-by":"publisher","first-page":"701","DOI":"10.1093\/ageing\/afaa113","volume":"49","author":"AL - Gordon","year":"2020","unstructured":"Gordon, Adam L., Claire Goodman, Wilco - Achterberg, Robert O. Barker, Eileen Burns, Barbara Hanratty, Finbarr Martin, - Julienne Meyer, Desmond O\u2019Neill, Jos Schols, and Karen Spilsbury. 2020. - Commentary: COVID in Care Homes\u2014Challenges and Dilemmas in Healthcare - Delivery. Age and Ageing 49 (5): 701\u2013705. https:\/\/doi.org\/10.1093\/ageing\/afaa113.","journal-title":"Age - and Ageing"},{"issue":"4\u20135","key":"8_CR12","doi-asserted-by":"publisher","first-page":"410","DOI":"10.1080\/08959420.2020.1765684","volume":"32","author":"E - Hado","year":"2020","unstructured":"Hado, Edem, and Lynn Friss Feinberg. 2020. - Amid the COVID-19 Pandemic, Meaningful Communication between Family Caregivers - and Residents of Long-Term Care Facilities Is Imperative. Journal of Aging - & Social Policy 32 (4\u20135): 410\u2013415. https:\/\/doi.org\/10.1080\/08959420.2020.1765684.","journal-title":"Journal - of Aging & Social Policy"},{"issue":"3","key":"8_CR13","doi-asserted-by":"publisher","first-page":"312","DOI":"10.1007\/s12603-020-1316-5","volume":"24","author":"T - Hayashi","year":"2020","unstructured":"Hayashi, Takahiro, Umegaki Hiroyuki, - T. Makino, Chi Hsiem Huang, A. Inoue, Hiroyuki Shimada, and M. Kuzuya. 2020. - Combined Impact of Physical Frailty and Social Isolation on Rate of Falls - in Older Adults. The Journal of Nutrition, Health & Aging 24 (3): 312\u2013318. - https:\/\/doi-org.librarylink.uncc.edu\/10.1007\/s12603-020-1316-5.","journal-title":"The - Journal of Nutrition, Health & Aging"},{"key":"8_CR16","doi-asserted-by":"publisher","unstructured":"McCance, - Tanya, Brendan McCormack, and Jan Dewing. 2011. An Exploration of Person-Centredness - in Practice. OJIN: The Online Journal of Issues in Nursing 16 (2), Manuscript - 1. https:\/\/doi.org\/10.3912\/OJIN.Vol16No02Man01.","DOI":"10.3912\/OJIN.Vol16No02Man01"},{"key":"8_CR17","volume-title":"Social - Isolation and Loneliness in Older Adults: Opportunities for the Health Care - System","author":"National Academies of Sciences, Engineering and Medicine","year":"2020","unstructured":"National - Academies of Sciences, Engineering and Medicine. 2020. Social Isolation and - Loneliness in Older Adults: Opportunities for the Health Care System. The - National Academies Press."},{"key":"8_CR031","unstructured":"NCDHHS. 2020. - What to Expect: Response to New COVID-19 Cases or Outbreaks in Long Term Care - Settings. https:\/\/files.nc.gov\/covid\/documents\/guidance\/healthcare\/What_To_Expect_Response_to_COVID19_Cases_Long_Term_Care.pdf"},{"key":"8_CR31","doi-asserted-by":"publisher","unstructured":"Nolan, - M. 2001. Successful Ageing: Keeping the \u2018person\u2019 in Person-Centred - Care. British Journal of Nursing 10 ( 7): 450\u2013454. https:\/\/doi.org\/10.12968\/bjon.2001.10.7.5330.","DOI":"10.12968\/bjon.2001.10.7.5330"},{"issue":"12","key":"8_CR18","first-page":"37","volume":"20","author":"N - Peduzzi","year":"2020","unstructured":"Peduzzi, Nora, and Sandra Staudacher. - 2020. Wie die Medien \u00fcber Covid-19 in den Pflegeheimen berichtet haben. - Zementierung stereotyper Bilder von Menschen auf dem Abstellgleis. Curaviva - 20 (12): 37\u201339.","journal-title":"Curaviva"},{"issue":"4","key":"8_CR19","doi-asserted-by":"publisher","first-page":"162","DOI":"10.1111\/j.1741-6612.2007.00249.x","volume":"26","author":"NM - Peel","year":"2007","unstructured":"Peel, Nancye M., Helen P. Bartlett, and - Alison L. Marshall. 2007. Measuring Quality of Life in Older People: Reliability - and Validity of WHOQOL-OLD. Australasian Journal on Ageing 26 (4): 162\u2013167.","journal-title":"Australasian - Journal on Ageing"},{"issue":"2","key":"8_CR21","doi-asserted-by":"publisher","first-page":"142","DOI":"10.1093\/geront\/48.2.142","volume":"48","author":"AN - Rahman","year":"2008","unstructured":"Rahman, Anna N., and John F. Schnelle. - 2008. The Nursing Home Culture-Change Movement: Recent Past, Present, and - Future Directions for Research. The Gerontologist 48 (2): 142\u2013148. https:\/\/doi.org\/10.1093\/geront\/48.2.142.","journal-title":"The - Gerontologist"},{"issue":"6","key":"8_CR24","doi-asserted-by":"publisher","first-page":"370","DOI":"10.1016\/j.jamda.2009.04.004","volume":"10","author":"EF - White-Chu","year":"2009","unstructured":"White-Chu, E. Foy, William J. Graves, - Sandra M. Godfrey, Alice Bonner, and Philip Sloane. 2009. Beyond the Medical - Model: The Culture Change Revolution in Long-Term Care. Journal of the Medical - Directors Association 10 (6): 370\u2013378. https:\/\/doi.org\/10.1016\/j.jamda.2009.04.004.","journal-title":"Journal - of the Medical Directors Association"},{"key":"8_CR25","volume-title":"Preventing - and Managing COVID-19 across Long-Term Care Services: Policy Brief","author":"WHO","year":"2020","unstructured":"WHO. - 2020. Preventing and Managing COVID-19 across Long-Term Care Services: Policy - Brief. Geneva: World Health Organization."},{"issue":"4-5","key":"8_CR26","doi-asserted-by":"publisher","first-page":"460","DOI":"10.1080\/08959420.2020.1771237","volume":"32","author":"B - Xie","year":"2020","unstructured":"Xie, Bo, Neil Charness, Karen Fingerman, - Jeffrey Kaye, Miyong T. Kim, and Anjum Khurshid. 2020. When Going Digital - Becomes a Necessity: Ensuring Older Adults\u2019 Needs for Information, Services, - and Social Inclusion During COVID-19. Journal of Aging & Social Policy 32 - (4-5): 460\u2013470. https:\/\/doi.org\/10.1080\/08959420.2020.1771237.","journal-title":"Journal - of Aging & Social Policy"},{"key":"8_CR28","doi-asserted-by":"publisher","first-page":"487","DOI":"10.1111\/j.1467-954X.1972.tb00220.x","volume":"20","author":"IK - Zola","year":"1972","unstructured":"Zola, Irving Kenneth. 1972. Medicine as - an Institution of Social Control. Sociological Review 20: 487\u2013504.","journal-title":"Sociological - Review"},{"key":"8_CR29","volume-title":"Socio-medical Inquiries","author":"IK - Zola","year":"1983","unstructured":"\u2014\u2014\u2014. 1983. Socio-medical - Inquiries. Philadelphia: Temple University Press."},{"key":"8_CR30","volume-title":"The - Elderly: Legal and Ethical Issues in Healthcare Policy","author":"IK Zola","year":"2009","unstructured":"\u2014\u2014\u2014. - 2009. The Medicalization of Aging and Disability. In The Elderly: Legal and - Ethical Issues in Healthcare Policy, ed. Martin Lyon Levine. New York: Routledge."}],"container-title":["Caring - on the Frontline during COVID-19"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-981-16-6486-1_8","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T16:51:46Z","timestamp":1648572706000},"score":33.131897,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-981-16-6486-1_8"}},"issued":{"date-parts":[[2022]]},"ISBN":["9789811664854","9789811664861"],"references-count":25,"URL":"http:\/\/dx.doi.org\/10.1007\/978-981-16-6486-1_8","published":{"date-parts":[[2022]]},"assertion":[{"value":"24 - February 2022","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter - History"}}]},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:47:32Z","timestamp":1649029652830},"reference-count":42,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1016\/b978-0-323-82691-4.00001-7","type":"book-chapter","created":{"date-parts":[[2021,8,27]],"date-time":"2021-08-27T08:41:20Z","timestamp":1630053680000},"page":"115-121","source":"Crossref","is-referenced-by-count":0,"title":["Pediatric + Applications & Developments VII"],"deposited":{"date-parts":[[2022,3,16]],"date-time":"2022-03-16T11:30:19Z","timestamp":1647430219000},"score":33.154205,"resource":{"primary":{"URL":"http:\/\/press.insciencepress.org\/index.php\/press\/catalog\/view\/15\/28\/389-1"}},"issued":{"date-parts":[[2021,12,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.36315\/2021padvii21","published":{"date-parts":[[2021,12,15]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:47:32Z","timestamp":1649029652830},"reference-count":42,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1016\/b978-0-323-82691-4.00001-7","type":"book-chapter","created":{"date-parts":[[2021,8,27]],"date-time":"2021-08-27T08:41:20Z","timestamp":1630053680000},"page":"115-121","source":"Crossref","is-referenced-by-count":0,"title":["Pediatric Neurology and the COVID-19 Pandemic"],"prefix":"10.1016","author":[{"given":"Ghada A.","family":"Mohamed","sequence":"first","affiliation":[]},{"given":"Jules E.C.","family":"Constantinou","sequence":"additional","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-323-82691-4.00001-7_bb0010","first-page":"2302","article-title":"Human @@ -1315,8 +1220,8 @@ http_interactions: outcomes in children","volume":"26","author":"Condie","year":"2020","journal-title":"Child Neuropsychol"},{"key":"10.1016\/B978-0-323-82691-4.00001-7_bb0210","doi-asserted-by":"crossref","first-page":"264","DOI":"10.1016\/j.jpeds.2020.03.013","article-title":"Behavioral and emotional disorders in children during the COVID-19 epidemic","volume":"221","author":"Jiao","year":"2020","journal-title":"J - Pediatr"}],"container-title":["Neurological Care and the COVID-19 Pandemic"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323826914000017?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323826914000017?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2021,8,27]],"date-time":"2021-08-27T08:42:08Z","timestamp":1630053728000},"score":33.131638,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323826914000017"}},"issued":{"date-parts":[[2021]]},"references-count":42,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-82691-4.00001-7","published":{"date-parts":[[2021]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Decision+letter+for+\"Self\u2010care+of+patients+with+multiple+chronic+conditions+and+their+caregivers+during+the+COVID\u201019+pandemic:+A+qualitative+descriptive+study\"+2021+Wiley"}}}' - recorded_at: Wed, 04 Jan 2023 22:42:49 GMT + Pediatr"}],"container-title":["Neurological Care and the COVID-19 Pandemic"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323826914000017?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780323826914000017?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2021,8,27]],"date-time":"2021-08-27T08:42:08Z","timestamp":1630053728000},"score":33.118446,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780323826914000017"}},"issued":{"date-parts":[[2021]]},"references-count":42,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-323-82691-4.00001-7","published":{"date-parts":[[2021]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Decision+letter+for+\"Self\u2010care+of+patients+with+multiple+chronic+conditions+and+their+caregivers+during+the+COVID\u201019+pandemic:+A+qualitative+descriptive+study\"+2021+Wiley"}}}' + recorded_at: Sun, 15 Jan 2023 19:24:47 GMT - request: method: get uri: https://api.crossref.org/works/10.1111%2FJAN.15115 @@ -1338,16 +1243,16 @@ http_interactions: message: OK headers: Date: - - Wed, 04 Jan 2023 22:42:49 GMT + - Sun, 15 Jan 2023 19:24:47 GMT Content-Type: - application/json Content-Length: - '3100' Set-Cookie: - - AWSALB=45r6Xjm3HMEaxkv+Rh/jT39JpZ55xY/FoluFIKGJoFnKfp1qNhwbpiy7yWkqKrpESioK5SbeN08xxpyReMwEpUFk99CTi5HYB7S9VTdnDKBwEe5uhP89a6bJti4R; - Expires=Wed, 11 Jan 2023 22:42:49 GMT; Path=/ - - AWSALBCORS=45r6Xjm3HMEaxkv+Rh/jT39JpZ55xY/FoluFIKGJoFnKfp1qNhwbpiy7yWkqKrpESioK5SbeN08xxpyReMwEpUFk99CTi5HYB7S9VTdnDKBwEe5uhP89a6bJti4R; - Expires=Wed, 11 Jan 2023 22:42:49 GMT; Path=/; SameSite=None + - AWSALB=l7WcLXYzsxVeT6TAKayelaz34KEG+2xwNpYb9ByJlcpUbQ7D6k09zY3atCEGyDwGzfRPo5P0S5lgKvvEFoqCvYq0zKCB+IvOc2A+Tnv/CSl1LktU/LUH2UCrwLld; + Expires=Sun, 22 Jan 2023 19:24:47 GMT; Path=/ + - AWSALBCORS=l7WcLXYzsxVeT6TAKayelaz34KEG+2xwNpYb9ByJlcpUbQ7D6k09zY3atCEGyDwGzfRPo5P0S5lgKvvEFoqCvYq0zKCB+IvOc2A+Tnv/CSl1LktU/LUH2UCrwLld; + Expires=Sun, 22 Jan 2023 19:24:47 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -1407,5 +1312,5 @@ http_interactions: History"}},{"value":"2021-11-05","order":1,"name":"accepted","label":"Accepted","group":{"name":"publication_history","label":"Publication History"}},{"value":"2021-11-30","order":2,"name":"published","label":"Published","group":{"name":"publication_history","label":"Publication History"}}]}}' - recorded_at: Wed, 04 Jan 2023 22:42:49 GMT + recorded_at: Sun, 15 Jan 2023 19:24:47 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/posted-content.yml b/spec/vcr_cassettes/posted-content.yml index 1fb414f..1a8f6c0 100644 --- a/spec/vcr_cassettes/posted-content.yml +++ b/spec/vcr_cassettes/posted-content.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 02:19:01 GMT + - Sun, 15 Jan 2023 19:24:48 GMT Content-Type: - application/json Content-Length: - '3881' Set-Cookie: - - AWSALB=2h12qdXGaByAhta4LiolkaaWK34PsVStL2RJy2LrsDGzYMZBczVUEDQ0YcRJ9YvqhTTJNSAyB3JcCIGZObJq5W8h+hUZGpNrZJdX8hwDpNJ12HbUK4MOWjreODNF; - Expires=Fri, 13 Jan 2023 02:19:00 GMT; Path=/ - - AWSALBCORS=2h12qdXGaByAhta4LiolkaaWK34PsVStL2RJy2LrsDGzYMZBczVUEDQ0YcRJ9YvqhTTJNSAyB3JcCIGZObJq5W8h+hUZGpNrZJdX8hwDpNJ12HbUK4MOWjreODNF; - Expires=Fri, 13 Jan 2023 02:19:00 GMT; Path=/; SameSite=None + - AWSALB=0oEGI6kcgsMA2T+RVazbXirxHF4aN6qtKZOTPqve6TI5nTvRGmp1teWX3j5YzDx3Zrg/bxm3mxTITrzTdlcdB4r04nh4r5fISKxil6GeoVxseFMDjjgGV7dunnuK; + Expires=Sun, 22 Jan 2023 19:24:48 GMT; Path=/ + - AWSALBCORS=0oEGI6kcgsMA2T+RVazbXirxHF4aN6qtKZOTPqve6TI5nTvRGmp1teWX3j5YzDx3Zrg/bxm3mxTITrzTdlcdB4r04nh4r5fISKxil6GeoVxseFMDjjgGV7dunnuK; + Expires=Sun, 22 Jan 2023 19:24:48 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -116,7 +116,7 @@ http_interactions: Cold Spring Harbor Laboratory Press, Cold Spring Harbor, NY."},{"key":"2019090110484600000_751156v1.66","doi-asserted-by":"publisher","DOI":"10.1038\/nmeth.1318"},{"key":"2019090110484600000_751156v1.67","doi-asserted-by":"publisher","DOI":"10.1099\/13500872-140-8-1817"},{"key":"2019090110484600000_751156v1.68","doi-asserted-by":"publisher","DOI":"10.1007\/s002030100262"},{"key":"2019090110484600000_751156v1.69","doi-asserted-by":"publisher","DOI":"10.1186\/s12864-016-2539-z"},{"key":"2019090110484600000_751156v1.70","doi-asserted-by":"publisher","DOI":"10.1016\/S0168-1656(03)00154-8"},{"key":"2019090110484600000_751156v1.71","unstructured":"R Development Core Team. 2016. R: A language and environment for statistical computing, R Foundation for Statistical Computing, Vienna, Austria."}],"container-title":[],"original-title":[],"link":[{"URL":"https:\/\/syndication.highwire.org\/content\/doi\/10.1101\/751156","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,12,15]],"date-time":"2021-12-15T17:45:03Z","timestamp":1639590303000},"score":1,"resource":{"primary":{"URL":"http:\/\/biorxiv.org\/lookup\/doi\/10.1101\/751156"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2019,8,30]]},"references-count":71,"URL":"http:\/\/dx.doi.org\/10.1101\/751156","relation":{"is-preprint-of":[{"id-type":"doi","id":"10.1128\/mbio.02273-19","asserted-by":"subject"}]},"published":{"date-parts":[[2019,8,30]]},"subtype":"preprint"}}' - recorded_at: Fri, 06 Jan 2023 02:19:00 GMT + recorded_at: Sun, 15 Jan 2023 19:24:48 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book,type:book-set,type:edited-book,type:monograph,type:reference-book&query=2019 @@ -136,11 +136,11 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 02:19:01 GMT + - Sun, 15 Jan 2023 19:24:52 GMT Content-Type: - application/json Content-Length: - - '5943' + - '6621' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -168,20 +168,22 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":84471,"items":[{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T22:17:18Z","timestamp":1648851438288},"reference-count":0,"publisher":"TSNS + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":84563,"items":[{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T22:17:18Z","timestamp":1648851438288},"reference-count":0,"publisher":"TSNS Interaktiv Plus","isbn-type":[{"value":"9785604321348","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,8,28]]},"DOI":"10.21661\/a-668","type":"monograph","created":{"date-parts":[[2019,9,3]],"date-time":"2019-09-03T09:19:27Z","timestamp":1567502367000},"source":"Crossref","is-referenced-by-count":0,"title":["Electrodynamics 2019"],"prefix":"10.21661","author":[{"given":"Iurii Semionovich","family":"Cherkashin","sequence":"first","affiliation":[{"name":"AO \"Radiotekhnicheskii institut im. akademika A.L. Mintsa\""}]}],"member":"9117","published-online":{"date-parts":[[2019,8,28]]},"original-title":["\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0430 - 2019"],"deposited":{"date-parts":[[2019,9,3]],"date-time":"2019-09-03T09:19:47Z","timestamp":1567502387000},"score":5.5788374,"resource":{"primary":{"URL":"https:\/\/interactive-plus.ru\/action\/668\/info"}},"issued":{"date-parts":[[2019,8,28]]},"ISBN":["9785604321348"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.21661\/a-668","published":{"date-parts":[[2019,8,28]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T06:00:19Z","timestamp":1648965619172},"reference-count":0,"publisher":"Cedarville + 2019"],"deposited":{"date-parts":[[2019,9,3]],"date-time":"2019-09-03T09:19:47Z","timestamp":1567502387000},"score":5.5808573,"resource":{"primary":{"URL":"https:\/\/interactive-plus.ru\/action\/668\/info"}},"issued":{"date-parts":[[2019,8,28]]},"ISBN":["9785604321348"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.21661\/a-668","published":{"date-parts":[[2019,8,28]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T06:00:19Z","timestamp":1648965619172},"reference-count":0,"publisher":"Cedarville University","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"abstract":"The 2019 yearbook of Cedarville University<\/jats:p>","DOI":"10.15385\/yb.miracle.2019","type":"reference-book","created":{"date-parts":[[2020,10,23]],"date-time":"2020-10-23T17:00:36Z","timestamp":1603472436000},"source":"Crossref","is-referenced-by-count":0,"title":["2019 - Miracle Yearbook"],"prefix":"10.15385","member":"6038","published-online":{"date-parts":[[2020]]},"deposited":{"date-parts":[[2020,10,23]],"date-time":"2020-10-23T17:00:36Z","timestamp":1603472436000},"score":5.570598,"resource":{"primary":{"URL":"https:\/\/digitalcommons.cedarville.edu\/yearbooks\/100\/"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15385\/yb.miracle.2019","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T05:00:53Z","timestamp":1648616453543},"reference-count":0,"publisher":"Vytautas + Miracle Yearbook"],"prefix":"10.15385","member":"6038","published-online":{"date-parts":[[2020]]},"deposited":{"date-parts":[[2020,10,23]],"date-time":"2020-10-23T17:00:36Z","timestamp":1603472436000},"score":5.576168,"resource":{"primary":{"URL":"https:\/\/digitalcommons.cedarville.edu\/yearbooks\/100\/"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15385\/yb.miracle.2019","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2023,1,10]],"date-time":"2023-01-10T06:02:06Z","timestamp":1673330526244},"reference-count":0,"publisher":"De + Gruyter","isbn-type":[{"value":"9783110616576","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,11,22]]},"DOI":"10.1515\/9783110616576","type":"edited-book","created":{"date-parts":[[2019,11,22]],"date-time":"2019-11-22T09:02:35Z","timestamp":1574413355000},"source":"Crossref","is-referenced-by-count":0,"title":["2019"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2019,11,15]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/540851","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110616576\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2023,1,9]],"date-time":"2023-01-09T13:13:56Z","timestamp":1673270036000},"score":5.519479,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110616576\/html"}},"issued":{"date-parts":[[2019,11,15]]},"ISBN":["9783110616576"],"references-count":0,"alternative-id":["10.1515\/9783110616576"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110616576","published":{"date-parts":[[2019,11,15]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T04:11:09Z","timestamp":1648527069323},"reference-count":0,"publisher":"Elsevier","isbn-type":[{"value":"9782294766756","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/c2019-0-00697-8","type":"book","created":{"date-parts":[[2019,10,25]],"date-time":"2019-10-25T17:49:52Z","timestamp":1572025792000},"source":"Crossref","is-referenced-by-count":0,"title":["Conf\u00e9rences + D''enseignement 2019"],"prefix":"10.1016","member":"78","link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20190006978?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20190006978?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,11,4]],"date-time":"2019-11-04T02:39:33Z","timestamp":1572835173000},"score":5.516639,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/C20190006978"}},"issued":{"date-parts":[[2019]]},"ISBN":["9782294766756"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/c2019-0-00697-8","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T05:00:53Z","timestamp":1648616453543},"reference-count":0,"publisher":"Vytautas Magnus University","isbn-type":[{"value":"9786094674228","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.7220\/9786094674228","type":"book","created":{"date-parts":[[2019,11,14]],"date-time":"2019-11-14T09:06:34Z","timestamp":1573722394000},"source":"Crossref","is-referenced-by-count":0,"title":["Sustainable - multilingualism 2019"],"prefix":"10.7220","member":"4256","published-online":{"date-parts":[[2019]]},"link":[{"URL":"https:\/\/www.vdu.lt\/cris\/bitstream\/20.500.12259\/101772\/1\/ISBN9786094674228.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,11,14]],"date-time":"2019-11-14T09:06:35Z","timestamp":1573722395000},"score":5.5504847,"resource":{"primary":{"URL":"https:\/\/hdl.handle.net\/20.500.12259\/101772"}},"issued":{"date-parts":[[2019]]},"ISBN":["9786094674228"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7220\/9786094674228","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,9,28]],"date-time":"2022-09-28T05:36:46Z","timestamp":1664343406642},"reference-count":0,"publisher":"De - Gruyter","isbn-type":[{"value":"9783110616576","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,11,22]]},"DOI":"10.1515\/9783110616576","type":"book","created":{"date-parts":[[2019,11,22]],"date-time":"2019-11-22T09:02:35Z","timestamp":1574413355000},"source":"Crossref","is-referenced-by-count":0,"title":["2019"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2019,11,15]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/540851","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110616576\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,27]],"date-time":"2022-09-27T03:41:26Z","timestamp":1664250086000},"score":5.5170546,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110616576\/html"}},"issued":{"date-parts":[[2019,11,15]]},"ISBN":["9783110616576"],"references-count":0,"alternative-id":["10.1515\/9783110616576"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110616576","published":{"date-parts":[[2019,11,15]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T04:11:09Z","timestamp":1648527069323},"reference-count":0,"publisher":"Elsevier","isbn-type":[{"value":"9782294766756","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.1016\/c2019-0-00697-8","type":"book","created":{"date-parts":[[2019,10,25]],"date-time":"2019-10-25T17:49:52Z","timestamp":1572025792000},"source":"Crossref","is-referenced-by-count":0,"title":["Conf\u00e9rences - D''enseignement 2019"],"prefix":"10.1016","member":"78","link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20190006978?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20190006978?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,11,4]],"date-time":"2019-11-04T02:39:33Z","timestamp":1572835173000},"score":5.498439,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/C20190006978"}},"issued":{"date-parts":[[2019]]},"ISBN":["9782294766756"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/c2019-0-00697-8","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T22:47:23Z","timestamp":1648680443767},"reference-count":0,"publisher":"Haufe + multilingualism 2019"],"prefix":"10.7220","member":"4256","published-online":{"date-parts":[[2019]]},"link":[{"URL":"https:\/\/www.vdu.lt\/cris\/bitstream\/20.500.12259\/101772\/1\/ISBN9786094674228.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,11,14]],"date-time":"2019-11-14T09:06:35Z","timestamp":1573722395000},"score":5.515516,"resource":{"primary":{"URL":"https:\/\/hdl.handle.net\/20.500.12259\/101772"}},"issued":{"date-parts":[[2019]]},"ISBN":["9786094674228"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7220\/9786094674228","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T14:31:25Z","timestamp":1649082685428},"reference-count":0,"publisher":"MDPI","isbn-type":[{"value":"9783039214440","type":"electronic"},{"value":"9783039214433","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,9,2]]},"DOI":"10.3390\/books978-3-03921-444-0","type":"book","created":{"date-parts":[[2019,9,25]],"date-time":"2019-09-25T07:53:31Z","timestamp":1569398011000},"source":"Crossref","is-referenced-by-count":0,"title":["XoveTIC + 2019"],"prefix":"10.3390","member":"1968","deposited":{"date-parts":[[2019,11,7]],"date-time":"2019-11-07T09:39:49Z","timestamp":1573119589000},"score":5.4825296,"resource":{"primary":{"URL":"http:\/\/www.mdpi.com\/books\/pdfview\/book\/1531"}},"subtitle":["XoveTIC + 2019"],"issued":{"date-parts":[[2019,9,2]]},"ISBN":["9783039214440","9783039214433"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3390\/books978-3-03921-444-0","published":{"date-parts":[[2019,9,2]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T22:47:23Z","timestamp":1648680443767},"reference-count":0,"publisher":"Haufe Lexware","isbn-type":[{"value":"9783648117248","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.34157\/9783648117248","type":"monograph","created":{"date-parts":[[2019,7,16]],"date-time":"2019-07-16T08:26:47Z","timestamp":1563265607000},"source":"Crossref","is-referenced-by-count":0,"title":["Steuer\u00e4nderungen - 2019"],"prefix":"10.34157","author":[{"given":"PwC","family":"Frankfurt","sequence":"first","affiliation":[]}],"member":"19460","deposited":{"date-parts":[[2019,7,16]],"date-time":"2019-07-16T08:27:03Z","timestamp":1563265623000},"score":5.4736676,"resource":{"primary":{"URL":"https:\/\/elibrary.vahlen.de\/index.php?doi=10.34157\/9783648117248"}},"subtitle":["Umfassende + 2019"],"prefix":"10.34157","author":[{"given":"PwC","family":"Frankfurt","sequence":"first","affiliation":[]}],"member":"19460","deposited":{"date-parts":[[2019,7,16]],"date-time":"2019-07-16T08:27:03Z","timestamp":1563265623000},"score":5.47873,"resource":{"primary":{"URL":"https:\/\/elibrary.vahlen.de\/index.php?doi=10.34157\/9783648117248"}},"subtitle":["Umfassende Analyse der steuerlichen \u00c4nderungen 2018\/2019"],"issued":{"date-parts":[[2019]]},"ISBN":["9783648117248"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.34157\/9783648117248","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,11,30]],"date-time":"2022-11-30T06:10:03Z","timestamp":1669788603561},"reference-count":0,"publisher":"Technische Universit\u00e4t Dresden","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"abstract":"Mit der StuFoExpo 2019 fand an der TU Dresden die 2. Ausstellung im Zeichen studentischer @@ -189,22 +191,42 @@ http_interactions: konnten am 6. November 2019 zw\u00f6lf engagierte Studierende ihre eigenen Forschungsbeitr\u00e4ge aus ganz unterschiedlichen Disziplinen pr\u00e4sentieren.<\/jats:p>","DOI":"10.25368\/2022.399","type":"edited-book","created":{"date-parts":[[2022,11,29]],"date-time":"2022-11-29T10:56:48Z","timestamp":1669719408000},"source":"Crossref","is-referenced-by-count":0,"title":["StuFoExpo 2019 : Book of Abstracts"],"prefix":"10.25368","member":"26325","published-online":{"date-parts":[[2022]]},"original-title":["Student - Research Expo 2019 : Book of Abstracts"],"deposited":{"date-parts":[[2022,11,29]],"date-time":"2022-11-29T10:56:50Z","timestamp":1669719410000},"score":5.4736676,"resource":{"primary":{"URL":"https:\/\/nbn-resolving.org\/urn:nbn:de:bsz:14-qucosa2-819725"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.25368\/2022.399","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T05:43:59Z","timestamp":1648705439123},"reference-count":0,"publisher":"Afghanistan - Centre at Kabul University","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.29171\/acku_serial_la1080_s522_v2016","type":"monograph","created":{"date-parts":[[2020,11,25]],"date-time":"2020-11-25T04:15:21Z","timestamp":1606277721000},"source":"Crossref","is-referenced-by-count":0,"title":["Shanti - Volunteer Association : Annual report 2019."],"prefix":"10.29171","member":"11719","deposited":{"date-parts":[[2020,11,25]],"date-time":"2020-11-25T04:15:21Z","timestamp":1606277721000},"score":5.4718027,"resource":{"primary":{"URL":"http:\/\/afghandata.org:8080\/xmlui\/bitstream\/handle\/123456789\/22182\/acku_serial_la1080_s522_v2016_w.pdf"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.29171\/acku_serial_la1080_s522_v2016","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T04:43:41Z","timestamp":1649133821190},"reference-count":0,"publisher":"World - Bank, Washington, DC","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,7,1]]},"DOI":"10.1596\/32045","type":"book","created":{"date-parts":[[2019,8,29]],"date-time":"2019-08-29T02:57:19Z","timestamp":1567047439000},"source":"Crossref","is-referenced-by-count":1,"title":["Taking - Stock, July 2019"],"prefix":"10.1596","author":[{"name":"World Bank","sequence":"first","affiliation":[]}],"member":"558","published-online":{"date-parts":[[2019,7,10]]},"deposited":{"date-parts":[[2021,5,25]],"date-time":"2021-05-25T10:26:05Z","timestamp":1621938365000},"score":5.4718027,"resource":{"primary":{"URL":"http:\/\/hdl.handle.net\/10986\/32045"},"secondary":[{"URL":"http:\/\/elibrary.worldbank.org\/doi\/book\/10.1596\/32045"}]},"issued":{"date-parts":[[2019,7,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1596\/32045","published":{"date-parts":[[2019,7,1]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T10:50:22Z","timestamp":1648983022989},"reference-count":0,"publisher":"NWV - Verlag","isbn-type":[{"value":"9783708313177","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,11,1]]},"DOI":"10.37942\/9783708313177","type":"book","created":{"date-parts":[[2020,9,3]],"date-time":"2020-09-03T12:42:19Z","timestamp":1599136939000},"source":"Crossref","is-referenced-by-count":0,"title":["Datenschutzrecht. - Jahrbuch 2019"],"prefix":"10.37942","member":"24866","published-online":{"date-parts":[[2019,11,1]]},"deposited":{"date-parts":[[2020,9,3]],"date-time":"2020-09-03T12:42:19Z","timestamp":1599136939000},"score":5.4718027,"resource":{"primary":{"URL":"https:\/\/elibrary.verlagoesterreich.at\/book\/10.37942\/9783708313177"}},"editor":[{"given":"Dietmar","family":"Jahnel","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019,11,1]]},"ISBN":["9783708313177"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.37942\/9783708313177","published":{"date-parts":[[2019,11,1]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T06:48:05Z","timestamp":1648622885019},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264673786","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,11,28]]},"DOI":"10.1787\/9ca28133-sv","type":"book","created":{"date-parts":[[2019,11,28]],"date-time":"2019-11-28T08:06:14Z","timestamp":1574928374000},"source":"Crossref","is-referenced-by-count":0,"title":["Sverige: - Landprofil h\u00e4lsa 2019"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]}],"member":"1963","deposited":{"date-parts":[[2019,11,28]],"date-time":"2019-11-28T08:06:14Z","timestamp":1574928374000},"score":5.4718027,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/social-issues-migration-health\/sverige-landprofil-halsa-2019_9ca28133-sv"}},"issued":{"date-parts":[[2019,11,28]]},"ISBN":["9789264673786"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9ca28133-sv","published":{"date-parts":[[2019,11,28]]}},{"indexed":{"date-parts":[[2022,12,25]],"date-time":"2022-12-25T12:52:27Z","timestamp":1671972747736},"reference-count":0,"publisher":"World + Research Expo 2019 : Book of Abstracts"],"deposited":{"date-parts":[[2022,11,29]],"date-time":"2022-11-29T10:56:50Z","timestamp":1669719410000},"score":5.47873,"resource":{"primary":{"URL":"https:\/\/nbn-resolving.org\/urn:nbn:de:bsz:14-qucosa2-819725"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.25368\/2022.399","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,12,25]],"date-time":"2022-12-25T12:52:27Z","timestamp":1671972747736},"reference-count":0,"publisher":"World Bank, Washington, DC","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,9]]},"DOI":"10.1596\/32465","type":"book","created":{"date-parts":[[2021,6,7]],"date-time":"2021-06-07T09:26:49Z","timestamp":1623058009000},"source":"Crossref","is-referenced-by-count":7,"title":["GRI - Index 2019"],"prefix":"10.1596","author":[{"name":"World Bank","sequence":"first","affiliation":[]}],"member":"558","published-online":{"date-parts":[[2019,9,27]]},"deposited":{"date-parts":[[2021,6,7]],"date-time":"2021-06-07T09:26:49Z","timestamp":1623058009000},"score":5.4597054,"resource":{"primary":{"URL":"http:\/\/hdl.handle.net\/10986\/32465"}},"issued":{"date-parts":[[2019,9]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1596\/32465","published":{"date-parts":[[2019,9]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T14:31:25Z","timestamp":1649082685428},"reference-count":0,"publisher":"MDPI","isbn-type":[{"value":"9783039214440","type":"electronic"},{"value":"9783039214433","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,9,2]]},"DOI":"10.3390\/books978-3-03921-444-0","type":"book","created":{"date-parts":[[2019,9,25]],"date-time":"2019-09-25T07:53:31Z","timestamp":1569398011000},"source":"Crossref","is-referenced-by-count":0,"title":["XoveTIC - 2019"],"prefix":"10.3390","member":"1968","deposited":{"date-parts":[[2019,11,7]],"date-time":"2019-11-07T09:39:49Z","timestamp":1573119589000},"score":5.4593067,"resource":{"primary":{"URL":"http:\/\/www.mdpi.com\/books\/pdfview\/book\/1531"}},"subtitle":["XoveTIC - 2019"],"issued":{"date-parts":[[2019,9,2]]},"ISBN":["9783039214440","9783039214433"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3390\/books978-3-03921-444-0","published":{"date-parts":[[2019,9,2]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T00:15:34Z","timestamp":1648858534933},"reference-count":0,"publisher":"Afghanistan - Centre at Kabul University","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.29171\/acku_serial_la1080_s522_v2019","type":"monograph","created":{"date-parts":[[2020,11,25]],"date-time":"2020-11-25T04:16:58Z","timestamp":1606277818000},"source":"Crossref","is-referenced-by-count":0,"title":["Shanti - Volunteer Association : Annual report 2019."],"prefix":"10.29171","member":"11719","deposited":{"date-parts":[[2021,4,11]],"date-time":"2021-04-11T05:13:02Z","timestamp":1618117982000},"score":5.452767,"resource":{"primary":{"URL":"http:\/\/afghandata.org:8080\/xmlui\/bitstream\/handle\/123456789\/22182\/acku_serial_la1080_s522_v2019_w.pdf"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.29171\/acku_serial_la1080_s522_v2019","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T04:45:27Z","timestamp":1648874727548},"reference-count":0,"publisher":"Universidad + Index 2019"],"prefix":"10.1596","author":[{"name":"World Bank","sequence":"first","affiliation":[]}],"member":"558","published-online":{"date-parts":[[2019,9,27]]},"deposited":{"date-parts":[[2021,6,7]],"date-time":"2021-06-07T09:26:49Z","timestamp":1623058009000},"score":5.4775877,"resource":{"primary":{"URL":"http:\/\/hdl.handle.net\/10986\/32465"}},"issued":{"date-parts":[[2019,9]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1596\/32465","published":{"date-parts":[[2019,9]]}},{"indexed":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T21:14:39Z","timestamp":1655327679745},"reference-count":0,"publisher":"INFOR","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"abstract":"La + presente edici\u00f3n de El Sector Forestal Chileno pone a disposici\u00f3n + de los usuarios un resumen de las estad\u00edsticas forestales m\u00e1s recientes, + tanto las generadas por INFOR como las de fuentes externas. Debido a la gran + importancia de contar con informaci\u00f3n regional, se destaca\nuna estimaci\u00f3n + del PIB forestal y la participaci\u00f3n por regiones, la cual se realiz\u00f3 + con antecedentes del Banco Central y de las propias estad\u00edsticas de INFOR. + Dicha estimaci\u00f3n se entrega a precios corrientes lo que, a diferencia + de las cifras a precios encadenados, permite comparar el PIB\nregional (o + el PIB por actividad econ\u00f3mica), respecto del PIB forestal total, o este + \u00faltimo respecto del PIB nacional.<\/jats:p>","DOI":"10.52904\/20.500.12220\/29192","type":"book","created":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T20:15:21Z","timestamp":1655324121000},"source":"Crossref","is-referenced-by-count":0,"title":["El + sector forestal chileno 2019 = Chilean forestry sector 2019"],"prefix":"10.52904","author":[{"name":"Instituto + Forestal (Chile)","sequence":"first","affiliation":[]}],"member":"30562","published-online":{"date-parts":[[2019]]},"deposited":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T20:34:01Z","timestamp":1655325241000},"score":5.4602523,"resource":{"primary":{"URL":"https:\/\/bibliotecadigital.infor.cl\/handle\/20.500.12220\/29192"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.52904\/20.500.12220\/29192","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T13:02:39Z","timestamp":1648990959042},"reference-count":0,"publisher":"VDI + Verlag","isbn-type":[{"value":"9783182443544","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"abstract":"

\n

Inhalt<\/p>\n

Plenarvortr\u00e4ge<\/p>\n

Produktentwicklung + einmal anders \u2013 effizient, flexibel, agil!<\/p>\n

Dr. rer. + nat. S. Lambertz, Freudenberg Technology Innovation, Weinheim 1<\/p>\n

Spreu + und Weizen \u2013 Welche Automobilzulieferer schaffen den Strukturwandel,<\/p>\n

welche + nicht?<\/p>\n

M.-R. Faerber, Managing Partner der Struktur Management + Partner GmbH, K\u00f6ln 7<\/p>\n

Wenn Sinneswahrnehmungen digital + werden und Technik f\u00fchlen lernt \u2013<\/p>\n

Trends und + Anwendungen des Affective Computing<\/p>\n

Dr.-Ing. J. Garbas, + Fraunhofer IIS, Erlangen 9<\/p>\n

Kurzberichte aus der Forschung<\/p>\n

Machine + Learning zur Erkennung von Ver\u00e4nderungen beim Spritzgiessprozess<\/p>\n

Prof. + Dr. F. Ehrig, Prof. Dr. G. Schuster, HSR Hochschule f\u00fcr Technik Rapperswil,<\/p>\n

Rapperswil, + Schweiz 19<\/p>\n

Steigerung von Produkt- und Prozessqualit\u00e4t + beim Spritzgie\u00dfen durch<\/p>\n

k\u00fcnstliche Intelligenz<\/p>\n

M.Sc. + A. Schulze Struchtrup, M.Sc. M. Jan\u00dfen, Prof. Dr.-Ing. R. Schiffers,<\/p>\n

Institut + f\u00fcr Produkt Engineering, Universit\u00e4t Duisburg-Essen 27<\/p>\n

I4.0 + Pilotfabrik f\u00fcr die smarte Kunststoffverarbeitung<\/p>\n

Prof...<\/p>","DOI":"10.51202\/9783182443544","type":"book","created":{"date-parts":[[2020,12,30]],"date-time":"2020-12-30T16:11:02Z","timestamp":1609344662000},"source":"Crossref","is-referenced-by-count":0,"title":["Spritzgie\u00dfen + 2019"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2020,12,30]],"date-time":"2020-12-30T16:15:07Z","timestamp":1609344907000},"score":5.458001,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783182443544"}},"subtitle":[""],"editor":[{"name":"VDI + Wissensforum GmbH","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019]]},"ISBN":["9783182443544"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783182443544","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T04:45:27Z","timestamp":1648874727548},"reference-count":0,"publisher":"Universidad Santo Tom\u00e1s","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.15332\/16928105\/18083","type":"monograph","created":{"date-parts":[[2020,4,17]],"date-time":"2020-04-17T19:17:43Z","timestamp":1587151063000},"source":"Crossref","is-referenced-by-count":0,"title":["N.17 - 2019"],"prefix":"10.15332","author":[{"name":"Universidad Santo Tom\u00e1s","sequence":"first","affiliation":[]}],"member":"6169","published-online":{"date-parts":[[2019]]},"deposited":{"date-parts":[[2020,4,17]],"date-time":"2020-04-17T19:17:44Z","timestamp":1587151064000},"score":5.452767,"resource":{"primary":{"URL":"https:\/\/repository.usta.edu.co\/handle\/11634\/18083"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15332\/16928105\/18083","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T13:49:39Z","timestamp":1649166579018},"reference-count":0,"publisher":"VDI + 2019"],"prefix":"10.15332","author":[{"name":"Universidad Santo Tom\u00e1s","sequence":"first","affiliation":[]}],"member":"6169","published-online":{"date-parts":[[2019]]},"deposited":{"date-parts":[[2020,4,17]],"date-time":"2020-04-17T19:17:44Z","timestamp":1587151064000},"score":5.458001,"resource":{"primary":{"URL":"https:\/\/repository.usta.edu.co\/handle\/11634\/18083"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15332\/16928105\/18083","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T13:49:39Z","timestamp":1649166579018},"reference-count":0,"publisher":"VDI Verlag","isbn-type":[{"value":"9783181023570","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"abstract":"

\n

Der Bericht ist ausschlie\u00dflich als PDF-Dokument erschienen!<\/p>\n

Content<\/p>\n

Foreword 1<\/p>\n

ADAS<\/p>\n

Seeing With Sound \u2013 Next-level @@ -222,43 +244,35 @@ http_interactions: Hills, USA;<\/p>\n

S. Safour, Nexteer Automotive, Paris, France<\/p>\n

UX<\/p>\n

User-centred development of a display concept for fully automated driving \u2013 A methodical approach 45<\/p>\n

L. Gaue...<\/p>","DOI":"10.51202\/9783181023570","type":"book","created":{"date-parts":[[2020,12,30]],"date-time":"2020-12-30T16:12:39Z","timestamp":1609344759000},"source":"Crossref","is-referenced-by-count":0,"title":["ELIV - 2019"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2020,12,30]],"date-time":"2020-12-30T16:15:24Z","timestamp":1609344924000},"score":5.452767,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783181023570"}},"subtitle":[""],"editor":[{"name":"VDI - Wissensforum GmbH","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019]]},"ISBN":["9783181023570"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783181023570","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:34:56Z","timestamp":1648719296535},"reference-count":0,"publisher":"Universidad + 2019"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2020,12,30]],"date-time":"2020-12-30T16:15:24Z","timestamp":1609344924000},"score":5.458001,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783181023570"}},"subtitle":[""],"editor":[{"name":"VDI + Wissensforum GmbH","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019]]},"ISBN":["9783181023570"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783181023570","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T00:15:34Z","timestamp":1648858534933},"reference-count":0,"publisher":"Afghanistan + Centre at Kabul University","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.29171\/acku_serial_la1080_s522_v2019","type":"monograph","created":{"date-parts":[[2020,11,25]],"date-time":"2020-11-25T04:16:58Z","timestamp":1606277818000},"source":"Crossref","is-referenced-by-count":0,"title":["Shanti + Volunteer Association : Annual report 2019."],"prefix":"10.29171","member":"11719","deposited":{"date-parts":[[2021,4,11]],"date-time":"2021-04-11T05:13:02Z","timestamp":1618117982000},"score":5.458001,"resource":{"primary":{"URL":"http:\/\/afghandata.org:8080\/xmlui\/bitstream\/handle\/123456789\/22182\/acku_serial_la1080_s522_v2019_w.pdf"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.29171\/acku_serial_la1080_s522_v2019","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:34:56Z","timestamp":1648719296535},"reference-count":0,"publisher":"Universidad Santo Tom\u00e1s","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.15332\/16928105\/180181","type":"monograph","created":{"date-parts":[[2020,4,17]],"date-time":"2020-04-17T19:21:53Z","timestamp":1587151313000},"source":"Crossref","is-referenced-by-count":0,"title":["N.16 - 2019"],"prefix":"10.15332","author":[{"name":"Universidad Santo Tom\u00e1s","sequence":"first","affiliation":[]}],"member":"6169","published-online":{"date-parts":[[2019]]},"deposited":{"date-parts":[[2020,4,17]],"date-time":"2020-04-17T19:21:53Z","timestamp":1587151313000},"score":5.452767,"resource":{"primary":{"URL":"https:\/\/repository.usta.edu.co\/handle\/11634\/18081"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15332\/16928105\/180181","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T13:02:39Z","timestamp":1648990959042},"reference-count":0,"publisher":"VDI - Verlag","isbn-type":[{"value":"9783182443544","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"abstract":"

\n

Inhalt<\/p>\n

Plenarvortr\u00e4ge<\/p>\n

Produktentwicklung - einmal anders \u2013 effizient, flexibel, agil!<\/p>\n

Dr. rer. - nat. S. Lambertz, Freudenberg Technology Innovation, Weinheim 1<\/p>\n

Spreu - und Weizen \u2013 Welche Automobilzulieferer schaffen den Strukturwandel,<\/p>\n

welche - nicht?<\/p>\n

M.-R. Faerber, Managing Partner der Struktur Management - Partner GmbH, K\u00f6ln 7<\/p>\n

Wenn Sinneswahrnehmungen digital - werden und Technik f\u00fchlen lernt \u2013<\/p>\n

Trends und - Anwendungen des Affective Computing<\/p>\n

Dr.-Ing. J. Garbas, - Fraunhofer IIS, Erlangen 9<\/p>\n

Kurzberichte aus der Forschung<\/p>\n

Machine - Learning zur Erkennung von Ver\u00e4nderungen beim Spritzgiessprozess<\/p>\n

Prof. - Dr. F. Ehrig, Prof. Dr. G. Schuster, HSR Hochschule f\u00fcr Technik Rapperswil,<\/p>\n

Rapperswil, - Schweiz 19<\/p>\n

Steigerung von Produkt- und Prozessqualit\u00e4t - beim Spritzgie\u00dfen durch<\/p>\n

k\u00fcnstliche Intelligenz<\/p>\n

M.Sc. - A. Schulze Struchtrup, M.Sc. M. Jan\u00dfen, Prof. Dr.-Ing. R. Schiffers,<\/p>\n

Institut - f\u00fcr Produkt Engineering, Universit\u00e4t Duisburg-Essen 27<\/p>\n

I4.0 - Pilotfabrik f\u00fcr die smarte Kunststoffverarbeitung<\/p>\n

Prof...<\/p>","DOI":"10.51202\/9783182443544","type":"book","created":{"date-parts":[[2020,12,30]],"date-time":"2020-12-30T16:11:02Z","timestamp":1609344662000},"source":"Crossref","is-referenced-by-count":0,"title":["Spritzgie\u00dfen - 2019"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2020,12,30]],"date-time":"2020-12-30T16:15:07Z","timestamp":1609344907000},"score":5.452767,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783182443544"}},"subtitle":[""],"editor":[{"name":"VDI - Wissensforum GmbH","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019]]},"ISBN":["9783182443544"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783182443544","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T21:14:39Z","timestamp":1655327679745},"reference-count":0,"publisher":"INFOR","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"abstract":"La - presente edici\u00f3n de El Sector Forestal Chileno pone a disposici\u00f3n - de los usuarios un resumen de las estad\u00edsticas forestales m\u00e1s recientes, - tanto las generadas por INFOR como las de fuentes externas. Debido a la gran - importancia de contar con informaci\u00f3n regional, se destaca\nuna estimaci\u00f3n - del PIB forestal y la participaci\u00f3n por regiones, la cual se realiz\u00f3 - con antecedentes del Banco Central y de las propias estad\u00edsticas de INFOR. - Dicha estimaci\u00f3n se entrega a precios corrientes lo que, a diferencia - de las cifras a precios encadenados, permite comparar el PIB\nregional (o - el PIB por actividad econ\u00f3mica), respecto del PIB forestal total, o este - \u00faltimo respecto del PIB nacional.<\/jats:p>","DOI":"10.52904\/20.500.12220\/29192","type":"book","created":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T20:15:21Z","timestamp":1655324121000},"source":"Crossref","is-referenced-by-count":0,"title":["El - sector forestal chileno 2019 = Chilean forestry sector 2019"],"prefix":"10.52904","author":[{"name":"Instituto - Forestal (Chile)","sequence":"first","affiliation":[]}],"member":"30562","published-online":{"date-parts":[[2019]]},"deposited":{"date-parts":[[2022,6,15]],"date-time":"2022-06-15T20:34:01Z","timestamp":1655325241000},"score":5.443108,"resource":{"primary":{"URL":"https:\/\/bibliotecadigital.infor.cl\/handle\/20.500.12220\/29192"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.52904\/20.500.12220\/29192","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T04:46:14Z","timestamp":1649133974439},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264972537","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,11,28]]},"DOI":"10.1787\/1efa7683-et","type":"book","created":{"date-parts":[[2019,11,28]],"date-time":"2019-11-28T08:06:11Z","timestamp":1574928371000},"source":"Crossref","is-referenced-by-count":0,"title":["Eesti: - riigi terviseprofiil 2019"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]}],"member":"1963","deposited":{"date-parts":[[2021,8,4]],"date-time":"2021-08-04T09:14:01Z","timestamp":1628068441000},"score":5.4395823,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/social-issues-migration-health\/eesti-riigi-terviseprofiil-2019_1efa7683-et"}},"issued":{"date-parts":[[2019,11,28]]},"ISBN":["9789264972537"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/1efa7683-et","published":{"date-parts":[[2019,11,28]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"2019"}}}' - recorded_at: Fri, 06 Jan 2023 02:19:01 GMT + 2019"],"prefix":"10.15332","author":[{"name":"Universidad Santo Tom\u00e1s","sequence":"first","affiliation":[]}],"member":"6169","published-online":{"date-parts":[[2019]]},"deposited":{"date-parts":[[2020,4,17]],"date-time":"2020-04-17T19:21:53Z","timestamp":1587151313000},"score":5.458001,"resource":{"primary":{"URL":"https:\/\/repository.usta.edu.co\/handle\/11634\/18081"}},"issued":{"date-parts":[[2019]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15332\/16928105\/180181","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2023,1,13]],"date-time":"2023-01-13T06:10:59Z","timestamp":1673590259067},"reference-count":0,"publisher":"British + Psychological Society","isbn-type":[{"value":"9781854336538","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,3,8]]},"DOI":"10.53841\/bpstest.2019.opto","type":"edited-book","created":{"date-parts":[[2023,1,12]],"date-time":"2023-01-12T19:29:43Z","timestamp":1673551783000},"source":"Crossref","is-referenced-by-count":0,"title":["OPTO"],"prefix":"10.53841","member":"14482","link":[{"URL":"https:\/\/syndication.highwire.org\/content\/doi\/10.53841\/bpstest.2019.opto","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2023,1,12]],"date-time":"2023-01-12T19:35:14Z","timestamp":1673552114000},"score":5.458001,"resource":{"primary":{"URL":"https:\/\/explore.bps.org.uk\/lookup\/doi\/10.53841\/bpstest.2019.opto"}},"issued":{"date-parts":[[2019,3,8]]},"ISBN":["9781854336538"],"references-count":0,"alternative-id":["10.53841\/bpstest.2019.opto"],"URL":"http:\/\/dx.doi.org\/10.53841\/bpstest.2019.opto","published":{"date-parts":[[2019,3,8]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T04:58:10Z","timestamp":1649048290391},"reference-count":0,"publisher":"Institute + of Europe RAS","isbn-type":[{"value":"9785981631436","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"DOI":"10.15211\/978-5-98163-143-6","type":"monograph","created":{"date-parts":[[2020,1,16]],"date-time":"2020-01-16T22:36:52Z","timestamp":1579214212000},"source":"Crossref","is-referenced-by-count":0,"title":["\u0415\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u043a\u0430\u044f + \u0430\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0430 2019"],"prefix":"10.15211","member":"5894","published-online":{"date-parts":[[2019]]},"deposited":{"date-parts":[[2020,1,16]],"date-time":"2020-01-16T22:36:52Z","timestamp":1579214212000},"score":5.4438233,"resource":{"primary":{"URL":"http:\/\/www.instituteofeurope.ru\/images\/uploads\/monografii\/2019\/an2019.pdf"}},"editor":[{"given":"Kirill","family":"Gusev","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019]]},"ISBN":["9785981631436"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15211\/978-5-98163-143-6","published":{"date-parts":[[2019]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T20:05:11Z","timestamp":1648929911468},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264341098","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,11,28]]},"DOI":"10.1787\/342765e3-fi","type":"book","created":{"date-parts":[[2019,11,28]],"date-time":"2019-11-28T08:06:17Z","timestamp":1574928377000},"source":"Crossref","is-referenced-by-count":0,"title":["Suomi: + Maan terveysprofiili 2019"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]}],"member":"1963","deposited":{"date-parts":[[2021,8,4]],"date-time":"2021-08-04T08:47:59Z","timestamp":1628066879000},"score":5.4438233,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/social-issues-migration-health\/suomi-maan-terveysprofiili-2019_342765e3-fi"}},"issued":{"date-parts":[[2019,11,28]]},"ISBN":["9789264341098"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/342765e3-fi","published":{"date-parts":[[2019,11,28]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T04:46:14Z","timestamp":1649133974439},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264972537","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,11,28]]},"DOI":"10.1787\/1efa7683-et","type":"book","created":{"date-parts":[[2019,11,28]],"date-time":"2019-11-28T08:06:11Z","timestamp":1574928371000},"source":"Crossref","is-referenced-by-count":0,"title":["Eesti: + riigi terviseprofiil 2019"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]}],"member":"1963","deposited":{"date-parts":[[2021,8,4]],"date-time":"2021-08-04T09:14:01Z","timestamp":1628068441000},"score":5.441471,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/social-issues-migration-health\/eesti-riigi-terviseprofiil-2019_1efa7683-et"}},"issued":{"date-parts":[[2019,11,28]]},"ISBN":["9789264972537"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/1efa7683-et","published":{"date-parts":[[2019,11,28]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T07:09:23Z","timestamp":1649142563058},"reference-count":0,"publisher":"VDI + Verlag","isbn-type":[{"value":"9783181023518","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019]]},"abstract":"

\n

Vorwort<\/p>\n

Zum 20. Mal trifft sich die Community + zum Leitkongress der Mess- und Automatisierungstechnik AUTOMATION im Juli + 2019. Unter dem Motto \u201eAutonomous Systems and 5G in Connected Industries\u201c + erwartet Sie ein anspruchsvolles Programm!<\/p>\n

Wie wirken sich + k\u00fcnstliche Intelligenz und autonome Systeme auf die Fertigungs- und Prozessautomation + der Zukunft aus? Welche digitalen Gesch\u00e4ftsmodelle lassen sich dadurch + sowie durch ein neues Level an Vernetzung mittels des kommenden Mobilfunkstandards + der 5. Generation (5G) realisieren? Verschaffen neue Kommunikationswege und + KI solchen Konzepten wie dem digitalen Zwilling, der modularen Automatisierung + und erweiterten Automatisierungsarchitekturen den Durchbruch? Der Siegeszug + der KI l\u00e4uft in vielen Gesch\u00e4ftsbereichen. Nach Anwendungen auf + den gro\u00dfen Social Media- und Consumer-Plattformen werden immer mehr Beispiele + und Erfolge in der industriellen Produktion sichtbar. Andererseits bleiben + auch gro\u00dfe Anbieter nicht vor R\u00fcckschl\u00e4gen gefe...<\/p>","DOI":"10.51202\/9783181023518","type":"book","created":{"date-parts":[[2020,12,30]],"date-time":"2020-12-30T16:12:39Z","timestamp":1609344759000},"source":"Crossref","is-referenced-by-count":0,"title":["Automation + 2019"],"prefix":"10.51202","member":"28402","deposited":{"date-parts":[[2020,12,30]],"date-time":"2020-12-30T16:19:49Z","timestamp":1609345189000},"score":5.439085,"resource":{"primary":{"URL":"https:\/\/elibrary.vdi-verlag.de\/index.php?doi=10.51202\/9783181023518"}},"subtitle":[""],"editor":[{"name":"VDI + Wissensforum GmbH","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2019]]},"ISBN":["9783181023518"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.51202\/9783181023518","published":{"date-parts":[[2019]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"2019"}}}' + recorded_at: Sun, 15 Jan 2023 19:24:52 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Deciphering%2Bthe%2Brules%2Bunderlying%2Bxenogeneic%2Bsilencing%2Band%2Bcounter-silencing%2Bof%2BLsr2-like%2Bproteins%2B2019%2BCold%2BSpring%2BHarbor%2BLaboratory @@ -278,7 +292,7 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 02:19:04 GMT + - Sun, 15 Jan 2023 19:24:57 GMT Content-Type: - application/json Transfer-Encoding: @@ -995,7 +1009,7 @@ http_interactions: on IncP-7 plasmid pCAR1 and the host chromosome regulate the host transcriptome cooperatively but differently. Appl Environ Microbiol. 2016;82:832\u201342. https:\/\/doi.org\/10.1128\/AEM.03071-15 .","journal-title":"Appl Environ - Microbiol"}],"container-title":["DNA Traffic in the Environment"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-981-13-3411-5_1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,12]],"date-time":"2022-09-12T07:29:52Z","timestamp":1662967792000},"score":36.96802,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-981-13-3411-5_1"}},"issued":{"date-parts":[[2019]]},"ISBN":["9789811334108","9789811334115"],"references-count":174,"URL":"http:\/\/dx.doi.org\/10.1007\/978-981-13-3411-5_1","published":{"date-parts":[[2019]]},"assertion":[{"value":"22 + Microbiol"}],"container-title":["DNA Traffic in the Environment"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-981-13-3411-5_1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,12]],"date-time":"2022-09-12T07:29:52Z","timestamp":1662967792000},"score":37.108078,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-981-13-3411-5_1"}},"issued":{"date-parts":[[2019]]},"ISBN":["9789811334108","9789811334115"],"references-count":174,"URL":"http:\/\/dx.doi.org\/10.1007\/978-981-13-3411-5_1","published":{"date-parts":[[2019]]},"assertion":[{"value":"22 February 2019","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}}]},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T22:04:38Z","timestamp":1648937078973},"edition-number":"0","reference-count":3,"publisher":"CRC Press","isbn-type":[{"value":"9780429112089","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009,11,18]]},"DOI":"10.1201\/b15106-26","type":"book-chapter","created":{"date-parts":[[2013,6,19]],"date-time":"2013-06-19T20:47:24Z","timestamp":1371674844000},"page":"229-242","source":"Crossref","is-referenced-by-count":0,"title":["Protein @@ -1003,11 +1017,11 @@ http_interactions: al","author":"Korf I.","year":"2003"},{"key":"p_2","volume-title":"Bioinformatics: Sequence Alignment and Markov Models","author":"Sharma K. L.","year":"2008"},{"key":"p_3","volume-title":"Cold Spring Harbor Laboratory Press","author":"Dear P. H."}],"container-title":["Introduction - to Peptides and Proteins"],"link":[{"URL":"http:\/\/www.crcnetbase.com\/doi\/pdf\/10.1201\/b15106-26","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,10]],"date-time":"2021-04-10T15:51:16Z","timestamp":1618069876000},"score":30.017181,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439882047\/chapters\/10.1201\/b15106-26"}},"issued":{"date-parts":[[2009,11,18]]},"ISBN":["9780429112089"],"references-count":3,"URL":"http:\/\/dx.doi.org\/10.1201\/b15106-26","published":{"date-parts":[[2009,11,18]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T16:54:29Z","timestamp":1648832069656},"reference-count":125,"publisher":"CRC + to Peptides and Proteins"],"link":[{"URL":"http:\/\/www.crcnetbase.com\/doi\/pdf\/10.1201\/b15106-26","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,10]],"date-time":"2021-04-10T15:51:16Z","timestamp":1618069876000},"score":30.216053,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439882047\/chapters\/10.1201\/b15106-26"}},"issued":{"date-parts":[[2009,11,18]]},"ISBN":["9780429112089"],"references-count":3,"URL":"http:\/\/dx.doi.org\/10.1201\/b15106-26","published":{"date-parts":[[2009,11,18]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T16:54:29Z","timestamp":1648832069656},"reference-count":125,"publisher":"CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,4,20]]},"DOI":"10.1201\/b10882-3","type":"book-chapter","created":{"date-parts":[[2011,5,4]],"date-time":"2011-05-04T12:50:20Z","timestamp":1304513420000},"page":"17-46","source":"Crossref","is-referenced-by-count":1,"title":["Deciphering post-transcriptional Gene Silencing Pathways Through Genetic Screens"],"prefix":"10.1201","author":[{"given":"Vincent","family":"Jauvion","sequence":"first","affiliation":[]},{"given":"Allison","family":"Mallory","sequence":"additional","affiliation":[]},{"given":"Herv\u00e9","family":"Vaucheret","sequence":"additional","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2011,5,4]]},"reference":[{"key":"p_1","doi-asserted-by":"publisher","DOI":"10.1016\/j.cub.2006.03.035"},{"key":"p_2","doi-asserted-by":"publisher","DOI":"10.1016\/j.cell.2005.04.004"},{"key":"p_3","doi-asserted-by":"publisher","DOI":"10.1111\/j.1365-313X.2006.02802.x"},{"key":"p_4","doi-asserted-by":"publisher","DOI":"10.1016\/j.cell.2006.09.032"},{"key":"p_5","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0505461102"},{"key":"p_6","doi-asserted-by":"publisher","DOI":"10.1126\/science.1146565"},{"key":"p_7","doi-asserted-by":"publisher","DOI":"10.1016\/S0960-9822(02)00792-3"},{"key":"p_8","doi-asserted-by":"publisher","DOI":"10.1101\/gr.080275.108"},{"key":"p_9","doi-asserted-by":"publisher","DOI":"10.1093\/nar\/gkl886"},{"key":"p_10","doi-asserted-by":"publisher","DOI":"10.1093\/emboj\/17.1.170"},{"key":"p_11","doi-asserted-by":"publisher","DOI":"10.1038\/emboj.2009.292"},{"key":"p_12","doi-asserted-by":"publisher","DOI":"10.1016\/j.cub.2007.07.061"},{"key":"p_13","doi-asserted-by":"publisher","DOI":"10.1038\/sj.emboj.7601217"},{"key":"p_14","doi-asserted-by":"publisher","DOI":"10.1016\/S0960-9822(03)00293-8"},{"key":"p_15","doi-asserted-by":"publisher","DOI":"10.1126\/science.1159151"},{"key":"p_16","doi-asserted-by":"publisher","DOI":"10.1093\/nar\/gkq590"},{"key":"p_17","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.1001738107"},{"key":"p_18","doi-asserted-by":"publisher","DOI":"10.1101\/gad.1770009"},{"key":"p_19","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0913203107"},{"key":"p_20","doi-asserted-by":"publisher","DOI":"10.1038\/nsmb.1866"},{"key":"p_21","doi-asserted-by":"publisher","DOI":"10.1093\/emboj\/20.8.2069"},{"key":"p_22","doi-asserted-by":"publisher","DOI":"10.1016\/S0092-8674(00)80864-8"},{"key":"p_23","doi-asserted-by":"publisher","DOI":"10.1104\/pp.108.118307"},{"key":"p_24","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.91.12.5538"},{"key":"p_25","doi-asserted-by":"publisher","DOI":"10.1126\/science.1128214"},{"key":"p_26","doi-asserted-by":"publisher","DOI":"10.1038\/nri2824"},{"key":"p_27","doi-asserted-by":"publisher","DOI":"10.1016\/j.cell.2007.07.039"},{"key":"p_28","doi-asserted-by":"publisher","DOI":"10.1128\/JVI.00272-08"},{"key":"p_29","doi-asserted-by":"publisher","DOI":"10.1038\/ng1675"},{"key":"p_30","doi-asserted-by":"publisher","DOI":"10.1105\/tpc.020719"},{"key":"p_31","doi-asserted-by":"publisher","DOI":"10.1038\/ng2081"},{"key":"p_32","doi-asserted-by":"publisher","DOI":"10.1126\/science.1185880"},{"key":"p_33","doi-asserted-by":"publisher","DOI":"10.1038\/emboj.2010.65"},{"key":"p_34","doi-asserted-by":"publisher","DOI":"10.1186\/1758-907X-1-15"},{"key":"p_35","doi-asserted-by":"publisher","DOI":"10.1111\/j.1742-4658.2008.06828.x"},{"key":"p_36","doi-asserted-by":"publisher","DOI":"10.1105\/tpc.10.10.1747"},{"key":"p_37","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.200217597"},{"key":"p_38","doi-asserted-by":"publisher","DOI":"10.1016\/j.cub.2007.04.005"},{"key":"p_39","doi-asserted-by":"publisher","DOI":"10.1038\/embor.2008.247"},{"key":"p_40","doi-asserted-by":"publisher","DOI":"10.1038\/35888"},{"key":"p_41","doi-asserted-by":"publisher","DOI":"10.1093\/pcp\/pcm099"},{"key":"p_42","doi-asserted-by":"publisher","DOI":"10.1016\/j.cub.2005.07.024"},{"key":"p_43","doi-asserted-by":"publisher","DOI":"10.1126\/science.1101092"},{"key":"p_44","doi-asserted-by":"publisher","DOI":"10.1016\/j.devcel.2008.04.005"},{"key":"p_45","doi-asserted-by":"publisher","DOI":"10.1105\/tpc.107.055319"},{"key":"p_46","doi-asserted-by":"publisher","DOI":"10.1126\/science.286.5441.950"},{"key":"p_47","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0307969100"},{"key":"p_48","doi-asserted-by":"publisher","DOI":"10.1038\/ng1804"},{"key":"p_49","doi-asserted-by":"publisher","DOI":"10.1111\/j.1365-313X.2007.03043.x"},{"key":"p_50","doi-asserted-by":"publisher","DOI":"10.1126\/science.1106910"},{"key":"p_51","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0606536103"},{"key":"p_52","doi-asserted-by":"publisher","DOI":"10.1093\/emboj\/cdg431"},{"key":"p_53","doi-asserted-by":"publisher","DOI":"10.1016\/j.cub.2003.09.004"},{"key":"p_54","doi-asserted-by":"publisher","DOI":"10.1242\/dev.02491"},{"key":"p_55","doi-asserted-by":"publisher","DOI":"10.1038\/nbt831"},{"key":"p_56","doi-asserted-by":"publisher","DOI":"10.1105\/tpc.110.076638"},{"key":"p_57","doi-asserted-by":"publisher","DOI":"10.1016\/j.febslet.2004.04.043"},{"key":"p_58","doi-asserted-by":"publisher","DOI":"10.1093\/pcp\/pcn146"},{"key":"p_59","doi-asserted-by":"publisher","DOI":"10.1046\/j.1365-313X.1996.10030437.x"},{"key":"p_60","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0403115101"},{"key":"p_61","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0802493105"},{"key":"p_62","doi-asserted-by":"publisher","DOI":"10.1016\/j.cub.2005.07.029"},{"key":"p_63","doi-asserted-by":"publisher","DOI":"10.1038\/sj.embor.7400806"},{"key":"p_64","doi-asserted-by":"publisher","DOI":"10.1105\/tpc.106.045724"},{"key":"p_65","doi-asserted-by":"publisher","DOI":"10.1038\/embor.2009.32"},{"key":"p_66","doi-asserted-by":"publisher","DOI":"10.1038\/sj.emboj.7600340"},{"key":"p_67","doi-asserted-by":"publisher","DOI":"10.1371\/journal.pgen.1000646"},{"key":"p_68","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0903444106"},{"key":"p_69","doi-asserted-by":"publisher","DOI":"10.1105\/tpc.109.072553"},{"key":"p_70","doi-asserted-by":"publisher","DOI":"10.1016\/j.cell.2008.02.034"},{"key":"p_71","doi-asserted-by":"publisher","DOI":"10.1371\/journal.pone.0001755"},{"key":"p_72","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0604627103"},{"key":"p_73","doi-asserted-by":"publisher","DOI":"10.1126\/science.1187959"},{"key":"p_74","doi-asserted-by":"publisher","DOI":"10.1016\/j.cell.2008.02.033"},{"key":"p_75","doi-asserted-by":"publisher","DOI":"10.1105\/tpc.010358"},{"key":"p_76","doi-asserted-by":"publisher","DOI":"10.1016\/S0960-9822(00)00862-9"},{"key":"p_77","doi-asserted-by":"publisher","DOI":"10.1016\/S0092-8674(00)80863-6"},{"key":"p_78","doi-asserted-by":"publisher","DOI":"10.1007\/s11103-006-9125-8"},{"key":"p_79","doi-asserted-by":"publisher","DOI":"10.1105\/tpc.2.4.279"},{"key":"p_80","doi-asserted-by":"publisher","DOI":"10.1371\/journal.pgen.1000320"},{"key":"p_81","doi-asserted-by":"publisher","DOI":"10.1038\/nature01958"},{"key":"p_82","doi-asserted-by":"publisher","DOI":"10.1007\/BF00019126"},{"key":"p_83","doi-asserted-by":"publisher","DOI":"10.1093\/emboj\/16.15.4738"},{"key":"p_84","doi-asserted-by":"crossref","first-page":"1447","DOI":"10.1104\/pp.112.4.1447","volume":"112","author":"Palauqui J.C.","year":"1996","journal-title":"Plant Physiol."},{"key":"p_85","doi-asserted-by":"publisher","DOI":"10.1101\/gad.307804"},{"key":"p_86","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0405570102"},{"key":"p_87","doi-asserted-by":"publisher","DOI":"10.1016\/S0960-9822(02)01017-5"},{"key":"p_88","doi-asserted-by":"publisher","DOI":"10.1101\/gad.1231804"},{"key":"p_89","doi-asserted-by":"publisher","DOI":"10.1371\/journal.pgen.1000096"},{"key":"p_90","doi-asserted-by":"publisher","DOI":"10.1371\/journal.pone.0004971"},{"key":"p_91","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0805760105"},{"key":"p_92","doi-asserted-by":"publisher","DOI":"10.1128\/JVI.79.24.15209-15217.2005"},{"key":"p_93","doi-asserted-by":"publisher","DOI":"10.1016\/j.devcel.2005.01.018"},{"key":"p_94","doi-asserted-by":"publisher","DOI":"10.1101\/gad.1476406"},{"key":"p_95","doi-asserted-by":"publisher","DOI":"10.1126\/science.1163728"},{"key":"p_96","doi-asserted-by":"publisher","DOI":"10.1146\/annurev.arplant.043008.092111"},{"key":"p_97","doi-asserted-by":"publisher","DOI":"10.1105\/tpc.105.039834"},{"key":"p_98","doi-asserted-by":"publisher","DOI":"10.1371\/journal.pone.0005980"},{"key":"p_99","doi-asserted-by":"publisher","DOI":"10.1104\/pp.105.063537"},{"key":"p_100","doi-asserted-by":"publisher","DOI":"10.1101\/gad.579910"},{"key":"p_101","doi-asserted-by":"publisher","DOI":"10.1007\/BF00262443"},{"key":"p_102","doi-asserted-by":"publisher","DOI":"10.1105\/tpc.107.051540"},{"key":"p_103","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0812729106"},{"key":"p_104","doi-asserted-by":"publisher","DOI":"10.1016\/j.molcel.2004.06.006"},{"key":"p_105","doi-asserted-by":"publisher","DOI":"10.1093\/pcp\/pcn043"},{"key":"p_106","doi-asserted-by":"publisher","DOI":"10.1104\/pp.108.117119"},{"key":"p_107","doi-asserted-by":"publisher","DOI":"10.1105\/tpc.2.4.291"},{"key":"p_108","doi-asserted-by":"publisher","DOI":"10.1016\/j.tplants.2008.04.007"},{"key":"p_109","doi-asserted-by":"publisher","DOI":"10.1016\/j.molcel.2006.03.011"},{"key":"p_110","doi-asserted-by":"publisher","DOI":"10.1007\/BF02191598"},{"key":"p_111","doi-asserted-by":"publisher","DOI":"10.1101\/gad.1201404"},{"key":"p_112","doi-asserted-by":"publisher","DOI":"10.1093\/nar\/gkn670"},{"key":"p_113","doi-asserted-by":"publisher","DOI":"10.1016\/j.molcel.2004.09.028"},{"key":"p_114","doi-asserted-by":"publisher","DOI":"10.1038\/39215"},{"key":"p_115","doi-asserted-by":"publisher","DOI":"10.1016\/S0092-8674(00)81749-3"},{"key":"p_116","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0904086107"},{"key":"p_117","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.95.23.13959"},{"key":"p_118","doi-asserted-by":"publisher","DOI":"10.1016\/j.molcel.2010.03.008"},{"key":"p_119","doi-asserted-by":"publisher","DOI":"10.1016\/S0960-9822(03)00281-1"},{"key":"p_120","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0506426102"},{"key":"p_121","doi-asserted-by":"publisher","DOI":"10.1111\/j.1365-313X.2006.02835.x"},{"key":"p_122","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0911341107"},{"key":"p_123","doi-asserted-by":"publisher","DOI":"10.1101\/gad.1352605"},{"key":"p_124","doi-asserted-by":"publisher","DOI":"10.1073\/pnas.0804218105"},{"key":"p_125","doi-asserted-by":"publisher","DOI":"10.1093\/nar\/gkq348"}],"container-title":["RNAi - Technology"],"link":[{"URL":"http:\/\/www.crcnetbase.com\/doi\/pdf\/10.1201\/b10882-3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2017,6,19]],"date-time":"2017-06-19T19:45:13Z","timestamp":1497901513000},"score":29.374844,"resource":{"primary":{"URL":"http:\/\/www.crcnetbase.com\/doi\/10.1201\/b10882-3"}},"issued":{"date-parts":[[2011,4,20]]},"references-count":125,"alternative-id":["10.1201\/b10882-3","10.1201\/b10882"],"URL":"http:\/\/dx.doi.org\/10.1201\/b10882-3","published":{"date-parts":[[2011,4,20]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T03:55:09Z","timestamp":1648698909102},"publisher-location":"Washington, + Technology"],"link":[{"URL":"http:\/\/www.crcnetbase.com\/doi\/pdf\/10.1201\/b10882-3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2017,6,19]],"date-time":"2017-06-19T19:45:13Z","timestamp":1497901513000},"score":29.498886,"resource":{"primary":{"URL":"http:\/\/www.crcnetbase.com\/doi\/10.1201\/b10882-3"}},"issued":{"date-parts":[[2011,4,20]]},"references-count":125,"alternative-id":["10.1201\/b10882-3","10.1201\/b10882"],"URL":"http:\/\/dx.doi.org\/10.1201\/b10882-3","published":{"date-parts":[[2011,4,20]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T03:55:09Z","timestamp":1648698909102},"publisher-location":"Washington, DC, USA","reference-count":6,"publisher":"ASM Press","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1128\/9781555816810.ch3","type":"book-chapter","created":{"date-parts":[[2014,4,9]],"date-time":"2014-04-09T21:28:00Z","timestamp":1397078880000},"page":"23-25","source":"Crossref","is-referenced-by-count":1,"title":["Phage and Bacterial Genetics at Cold Spring Harbor Laboratory"],"prefix":"10.1128","author":[{"given":"Stanley","family":"Maloy","sequence":"first","affiliation":[{"name":"Department of Biology; San Diego State University; San Diego CA 92182-4614"}]},{"given":"Kelly @@ -1020,7 +1034,7 @@ http_interactions: Cloning","author":"Maniatis","year":"1982"},{"key":"10.1128\/9781555816810.ch3-BIB0005|c03-cit-0005","volume-title":"Experiments in Molecular Genetics","author":"Miller","year":"1972"},{"key":"10.1128\/9781555816810.ch3-BIB0006|c03-cit-0006","volume-title":"Experiments with Gene Fusions","author":"Silhavy","year":"1984"}],"container-title":["The - Lure of<\/i> Bacterial Genetics"],"link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1128%2F9781555816810.ch3","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1128\/9781555816810.ch3\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,8,14]],"date-time":"2020-08-14T01:32:00Z","timestamp":1597368720000},"score":29.374704,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1128\/9781555816810.ch3"}},"issued":{"date-parts":[[2014,4,9]]},"references-count":6,"URL":"http:\/\/dx.doi.org\/10.1128\/9781555816810.ch3","published":{"date-parts":[[2014,4,9]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T11:09:13Z","timestamp":1648552153126},"publisher-location":"Basel","reference-count":4,"publisher":"Birkh\u00e4user + Lure of<\/i> Bacterial Genetics"],"link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1128%2F9781555816810.ch3","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1128\/9781555816810.ch3\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,8,14]],"date-time":"2020-08-14T01:32:00Z","timestamp":1597368720000},"score":29.358923,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1128\/9781555816810.ch3"}},"issued":{"date-parts":[[2014,4,9]]},"references-count":6,"URL":"http:\/\/dx.doi.org\/10.1128\/9781555816810.ch3","published":{"date-parts":[[2014,4,9]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T11:09:13Z","timestamp":1648552153126},"publisher-location":"Basel","reference-count":4,"publisher":"Birkh\u00e4user Basel","isbn-type":[{"value":"9783034863674","type":"print"},{"value":"9783034863667","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1995]]},"DOI":"10.1007\/978-3-0348-6366-7_7","type":"book-chapter","created":{"date-parts":[[2013,10,4]],"date-time":"2013-10-04T02:24:20Z","timestamp":1380853460000},"page":"117-128","source":"Crossref","is-referenced-by-count":0,"title":["Cold Spring Harbor"],"prefix":"10.1007","author":[{"given":"Evelyn Fox","family":"Keller","sequence":"first","affiliation":[]}],"member":"297","reference":[{"key":"7_CR1","first-page":"3","volume":"41","author":"V Bush","year":"1942","unstructured":"Bush V (1942) President\u2019s Report @@ -1030,13 +1044,13 @@ http_interactions: aus Warren Weavers Tagebuch vom 10. bis 20. April 1946. Rockefeller Foundation Archives, R.G. 1.1, Serie 200, Fach 160: Ordner 1968."},{"key":"7_CR4","unstructured":"Zitiert in: Holton G Thematic Origins of Scientific Thought. A.a.O., Seite 378."}],"container-title":["Barbara - McClintock"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-0348-6366-7_7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,17]],"date-time":"2019-05-17T18:38:29Z","timestamp":1558118309000},"score":28.94482,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-0348-6366-7_7"}},"issued":{"date-parts":[[1995]]},"ISBN":["9783034863674","9783034863667"],"references-count":4,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-0348-6366-7_7","published":{"date-parts":[[1995]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T19:02:41Z","timestamp":1649185361097},"edition-number":"1","reference-count":0,"publisher":"Fordham + McClintock"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-0348-6366-7_7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,17]],"date-time":"2019-05-17T18:38:29Z","timestamp":1558118309000},"score":28.978394,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-0348-6366-7_7"}},"issued":{"date-parts":[[1995]]},"ISBN":["9783034863674","9783034863667"],"references-count":4,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-0348-6366-7_7","published":{"date-parts":[[1995]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T19:02:41Z","timestamp":1649185361097},"edition-number":"1","reference-count":0,"publisher":"Fordham University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,9,17]]},"DOI":"10.2307\/j.ctvpg85h7.7","type":"book-chapter","created":{"date-parts":[[2019,9,17]],"date-time":"2019-09-17T17:56:27Z","timestamp":1568742987000},"page":"12-14","source":"Crossref","is-referenced-by-count":0,"title":["The Silencing of Imus"],"prefix":"10.2307","member":"1121","container-title":["Radio - Active"],"deposited":{"date-parts":[[2019,9,17]],"date-time":"2019-09-17T17:56:38Z","timestamp":1568742998000},"score":28.398424,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctvpg85h7.7"}},"issued":{"date-parts":[[2019,9,17]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctvpg85h7.7","published":{"date-parts":[[2019,9,17]]}},{"indexed":{"date-parts":[[2022,12,31]],"date-time":"2022-12-31T18:29:58Z","timestamp":1672511398478},"publisher-location":"UK","edition-number":"1","reference-count":0,"publisher":"CABI","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009,1]]},"DOI":"10.1079\/9781845935740.0001","type":"book-chapter","created":{"date-parts":[[2009,11,16]],"date-time":"2009-11-16T18:23:31Z","timestamp":1258395811000},"page":"1-35","source":"Crossref","is-referenced-by-count":3,"title":["Plant + Active"],"deposited":{"date-parts":[[2019,9,17]],"date-time":"2019-09-17T17:56:38Z","timestamp":1568742998000},"score":28.486803,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctvpg85h7.7"}},"issued":{"date-parts":[[2019,9,17]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctvpg85h7.7","published":{"date-parts":[[2019,9,17]]}},{"indexed":{"date-parts":[[2022,12,31]],"date-time":"2022-12-31T18:29:58Z","timestamp":1672511398478},"publisher-location":"UK","edition-number":"1","reference-count":0,"publisher":"CABI","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009,1]]},"DOI":"10.1079\/9781845935740.0001","type":"book-chapter","created":{"date-parts":[[2009,11,16]],"date-time":"2009-11-16T18:23:31Z","timestamp":1258395811000},"page":"1-35","source":"Crossref","is-referenced-by-count":3,"title":["Plant RNA-silencing immunity and viral counter-defence strategies."],"prefix":"10.1079","author":[{"given":"S.","family":"Wadsworth","sequence":"first","affiliation":[{"name":"Institut de Biologie Mol\u00e9culaire des PlantesStrasbourgFrance"}]},{"given":"P.","family":"Dunoyer","sequence":"additional","affiliation":[]}],"member":"242","published-online":{"date-parts":[[2009,9,16]]},"container-title":["Molecular - plant-microbe interactions"],"deposited":{"date-parts":[[2022,8,15]],"date-time":"2022-08-15T14:41:12Z","timestamp":1660574472000},"score":28.261461,"resource":{"primary":{"URL":"http:\/\/www.cabidigitallibrary.org\/doi\/10.1079\/9781845935740.0001"}},"issued":{"date-parts":[[2009,1]]},"references-count":0,"alternative-id":["10.1079\/9781845935740.0001","10.1079\/9781845935740.0000"],"URL":"http:\/\/dx.doi.org\/10.1079\/9781845935740.0001","published":{"date-parts":[[2009,1]]}},{"indexed":{"date-parts":[[2023,1,2]],"date-time":"2023-01-02T21:29:52Z","timestamp":1672694992483},"publisher-location":"Totowa, + plant-microbe interactions"],"deposited":{"date-parts":[[2022,8,15]],"date-time":"2022-08-15T14:41:12Z","timestamp":1660574472000},"score":28.3749,"resource":{"primary":{"URL":"http:\/\/www.cabidigitallibrary.org\/doi\/10.1079\/9781845935740.0001"}},"issued":{"date-parts":[[2009,1]]},"references-count":0,"alternative-id":["10.1079\/9781845935740.0001","10.1079\/9781845935740.0000"],"URL":"http:\/\/dx.doi.org\/10.1079\/9781845935740.0001","published":{"date-parts":[[2009,1]]}},{"indexed":{"date-parts":[[2023,1,2]],"date-time":"2023-01-02T21:29:52Z","timestamp":1672694992483},"publisher-location":"Totowa, NJ","reference-count":61,"publisher":"Humana Press","isbn-type":[{"value":"9781603275460","type":"print"},{"value":"9781603275477","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009]]},"DOI":"10.1007\/978-1-60327-547-7_2","type":"book-chapter","created":{"date-parts":[[2008,11,7]],"date-time":"2008-11-07T16:52:37Z","timestamp":1226076757000},"page":"1-19","source":"Crossref","is-referenced-by-count":6,"title":["Deciphering the Code of Innate Immunity Recognition of siRNAs"],"prefix":"10.1007","author":[{"given":"Mouldy","family":"Sioud","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2008,10,13]]},"reference":[{"key":"2_CR1_2","doi-asserted-by":"publisher","first-page":"340","DOI":"10.1016\/0167-7799(90)90220-R","volume":"8","author":"R Jorgensen","year":"1990","unstructured":"Jorgensen, R. (1990) Altered gene @@ -1234,7 +1248,7 @@ http_interactions: et al. (2004) Silencing of SOCS1 enhances antigen presentation by dendritic cells and antigen-specific anti-tumor immunity. Nat Biotechnol, 22, 1546\u20131553.","journal-title":"Nat Biotechnol"}],"container-title":["Methods in Molecular Biology","siRNA and - miRNA Gene Silencing"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-60327-547-7_2.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,9,20]],"date-time":"2021-09-20T03:46:40Z","timestamp":1632109600000},"score":27.963602,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-60327-547-7_2"}},"issued":{"date-parts":[[2008,10,13]]},"ISBN":["9781603275460","9781603275477"],"references-count":61,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-60327-547-7_2","ISSN":["1064-3745","1940-6029"],"issn-type":[{"value":"1064-3745","type":"print"},{"value":"1940-6029","type":"electronic"}],"published":{"date-parts":[[2008,10,13]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T05:30:19Z","timestamp":1648963819327},"publisher-location":"Boston, + miRNA Gene Silencing"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-60327-547-7_2.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,9,20]],"date-time":"2021-09-20T03:46:40Z","timestamp":1632109600000},"score":28.072014,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-60327-547-7_2"}},"issued":{"date-parts":[[2008,10,13]]},"ISBN":["9781603275460","9781603275477"],"references-count":61,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-60327-547-7_2","ISSN":["1064-3745","1940-6029"],"issn-type":[{"value":"1064-3745","type":"print"},{"value":"1940-6029","type":"electronic"}],"published":{"date-parts":[[2008,10,13]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T05:30:19Z","timestamp":1648963819327},"publisher-location":"Boston, MA","reference-count":51,"publisher":"Springer US","isbn-type":[{"value":"9780306482298","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1007\/0-387-27421-9_21","type":"book-chapter","created":{"date-parts":[[2007,2,27]],"date-time":"2007-02-27T01:40:13Z","timestamp":1172540413000},"page":"151-155","source":"Crossref","is-referenced-by-count":2,"title":["KRAB Zinc Finger Proteins: A Family of Repressors Mediating Heterochromatin-Associated Gene Silencing"],"prefix":"10.1007","author":[{"given":"Shiro","family":"Iuchi","sequence":"first","affiliation":[]}],"member":"297","reference":[{"key":"21_CR1","volume-title":"The @@ -1425,15 +1439,15 @@ http_interactions: Roberts","year":"2000","unstructured":"Roberts SG. Mechanisms of action of transcripton activation and repression domains. Cell Mol Life Sci 2000; 57:1149\u20131160.","journal-title":"Cell Mol Life Sci"}],"container-title":["Zinc Finger Proteins","Molecular Biology - Intelligence Unit"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/0-387-27421-9_21.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,8,9]],"date-time":"2021-08-09T04:53:02Z","timestamp":1628484782000},"score":27.878216,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/0-387-27421-9_21"}},"issued":{"date-parts":[[null]]},"ISBN":["9780306482298"],"references-count":51,"URL":"http:\/\/dx.doi.org\/10.1007\/0-387-27421-9_21"},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T12:36:08Z","timestamp":1649075768243},"reference-count":0,"publisher":"Springer + Intelligence Unit"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/0-387-27421-9_21.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,8,9]],"date-time":"2021-08-09T04:53:02Z","timestamp":1628484782000},"score":28.068031,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/0-387-27421-9_21"}},"issued":{"date-parts":[[null]]},"ISBN":["9780306482298"],"references-count":51,"URL":"http:\/\/dx.doi.org\/10.1007\/0-387-27421-9_21"},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T12:36:08Z","timestamp":1649075768243},"reference-count":0,"publisher":"Springer Berlin Heidelberg","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1007\/3-540-29623-9_5945","type":"book-chapter","created":{"date-parts":[[2006,9,13]],"date-time":"2006-09-13T11:56:25Z","timestamp":1158148585000},"page":"2019-2019","source":"Crossref","is-referenced-by-count":0,"title":["X-Chromosome Silencing"],"prefix":"10.1007","member":"297","container-title":["Encyclopedic - Reference of Genomics and Proteomics in Molecular Medicine"],"deposited":{"date-parts":[[2019,11,4]],"date-time":"2019-11-04T06:44:32Z","timestamp":1572849872000},"score":27.147552,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-29623-9_5945"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-29623-9_5945"},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:32:53Z","timestamp":1659501173505},"reference-count":0,"publisher":"Oxford + Reference of Genomics and Proteomics in Molecular Medicine"],"deposited":{"date-parts":[[2019,11,4]],"date-time":"2019-11-04T06:44:32Z","timestamp":1572849872000},"score":27.249882,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-29623-9_5945"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-29623-9_5945"},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:32:53Z","timestamp":1659501173505},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2012,12,20]]},"DOI":"10.1093\/acprof:osobl\/9780199732593.003.0002","type":"book-chapter","created":{"date-parts":[[2015,3,16]],"date-time":"2015-03-16T13:18:10Z","timestamp":1426511890000},"page":"6-20","source":"Crossref","is-referenced-by-count":0,"title":["Culture Clash at Cold Spring Harbor"],"prefix":"10.1093","author":[{"given":"Marjorie","family":"Senechal","sequence":"first","affiliation":[]}],"member":"286","container-title":["I - Died for Beauty"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T22:22:55Z","timestamp":1659478975000},"score":26.562035,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/4495\/chapter\/146548589"}},"issued":{"date-parts":[[2012,12,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:osobl\/9780199732593.003.0002","published":{"date-parts":[[2012,12,20]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T10:04:36Z","timestamp":1648721076201},"reference-count":0,"publisher":"InTech","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5772\/62137","type":"book-chapter","created":{"date-parts":[[2016,3,18]],"date-time":"2016-03-18T09:27:03Z","timestamp":1458293223000},"source":"Crossref","is-referenced-by-count":0,"title":["Small-molecule + Died for Beauty"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T22:22:55Z","timestamp":1659478975000},"score":26.608816,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/4495\/chapter\/146548589"}},"issued":{"date-parts":[[2012,12,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:osobl\/9780199732593.003.0002","published":{"date-parts":[[2012,12,20]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T10:04:36Z","timestamp":1648721076201},"reference-count":0,"publisher":"InTech","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5772\/62137","type":"book-chapter","created":{"date-parts":[[2016,3,18]],"date-time":"2016-03-18T09:27:03Z","timestamp":1458293223000},"source":"Crossref","is-referenced-by-count":0,"title":["Small-molecule Nucleic-acid-based Gene-silencing Strategies"],"prefix":"10.5772","author":[{"given":"Zhijie","family":"Xu","sequence":"first","affiliation":[]},{"given":"Lifang","family":"Yang","sequence":"additional","affiliation":[]}],"member":"3774","published-online":{"date-parts":[[2016,3,16]]},"container-title":["Nucleic - Acids - From Basic Aspects to Laboratory Tools"],"link":[{"URL":"http:\/\/www.intechopen.com\/download\/pdf\/49798","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,12,29]],"date-time":"2016-12-29T11:01:54Z","timestamp":1483009314000},"score":26.465153,"resource":{"primary":{"URL":"http:\/\/www.intechopen.com\/books\/nucleic-acids-from-basic-aspects-to-laboratory-tools\/small-molecule-nucleic-acid-based-gene-silencing-strategies"}},"issued":{"date-parts":[[2016,3,16]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5772\/62137","published":{"date-parts":[[2016,3,16]]}},{"indexed":{"date-parts":[[2022,9,22]],"date-time":"2022-09-22T01:01:55Z","timestamp":1663808515099},"publisher-location":"Weinheim, + Acids - From Basic Aspects to Laboratory Tools"],"link":[{"URL":"http:\/\/www.intechopen.com\/download\/pdf\/49798","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,12,29]],"date-time":"2016-12-29T11:01:54Z","timestamp":1483009314000},"score":26.604155,"resource":{"primary":{"URL":"http:\/\/www.intechopen.com\/books\/nucleic-acids-from-basic-aspects-to-laboratory-tools\/small-molecule-nucleic-acid-based-gene-silencing-strategies"}},"issued":{"date-parts":[[2016,3,16]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5772\/62137","published":{"date-parts":[[2016,3,16]]}},{"indexed":{"date-parts":[[2022,9,22]],"date-time":"2022-09-22T01:01:55Z","timestamp":1663808515099},"publisher-location":"Weinheim, Germany","reference-count":17,"publisher":"Wiley-VCH Verlag GmbH & Co. KGaA","isbn-type":[{"value":"9783527818921","type":"electronic"},{"value":"9783527345496","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9783527818921.ch5","type":"book-chapter","created":{"date-parts":[[2019,2,15]],"date-time":"2019-02-15T21:33:24Z","timestamp":1550266404000},"page":"109-115","source":"Crossref","is-referenced-by-count":0,"title":["Nanomaterials in Gene-Silencing Technology"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2019,2,15]]},"reference":[{"key":"10.1002\/9783527818921.ch5-BIB0001|c5-cit-0001","doi-asserted-by":"crossref","first-page":"711","DOI":"10.1038\/nchembio839","article-title":"RNAi therapeutics: a potential new class of pharmaceutical drugs","volume":"2","author":"Bumcrot","year":"2006","journal-title":"Nat. @@ -1470,7 +1484,7 @@ http_interactions: bioluminescent imaging","volume":"34","author":"Bartlett","year":"2006","journal-title":"Nucleic Acids Res."},{"issue":"6836","key":"10.1002\/9783527818921.ch5-BIB0017|c5-cit-0017","doi-asserted-by":"crossref","first-page":"494","DOI":"10.1038\/35078107","article-title":"Duplexes of 21-nucleotide RNAs mediate RNA interference in cultured mammalian cells","volume":"411","author":"Elbashir","year":"2002","journal-title":"Nature"}],"container-title":["Nanomaterials - in Advanced Medicine"],"link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2F9783527818921.ch5","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9783527818921.ch5\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T21:48:54Z","timestamp":1625003334000},"score":26.2125,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9783527818921.ch5"}},"issued":{"date-parts":[[2019,2,15]]},"ISBN":["9783527818921","9783527345496"],"references-count":17,"URL":"http:\/\/dx.doi.org\/10.1002\/9783527818921.ch5","published":{"date-parts":[[2019,2,15]]}},{"indexed":{"date-parts":[[2022,6,26]],"date-time":"2022-06-26T05:51:43Z","timestamp":1656222703020},"publisher-location":"Totowa, + in Advanced Medicine"],"link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2F9783527818921.ch5","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9783527818921.ch5\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T21:48:54Z","timestamp":1625003334000},"score":26.310593,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9783527818921.ch5"}},"issued":{"date-parts":[[2019,2,15]]},"ISBN":["9783527818921","9783527345496"],"references-count":17,"URL":"http:\/\/dx.doi.org\/10.1002\/9783527818921.ch5","published":{"date-parts":[[2019,2,15]]}},{"indexed":{"date-parts":[[2022,6,26]],"date-time":"2022-06-26T05:51:43Z","timestamp":1656222703020},"publisher-location":"Totowa, NJ","reference-count":68,"publisher":"Humana Press","isbn-type":[{"value":"9781588298270","type":"print"},{"value":"9781597451024","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008]]},"DOI":"10.1007\/978-1-59745-102-4_5","type":"book-chapter","created":{"date-parts":[[2008,3,15]],"date-time":"2008-03-15T22:50:22Z","timestamp":1205621422000},"page":"69-79","source":"Crossref","is-referenced-by-count":26,"title":["Role of Silencing Suppressor Proteins"],"prefix":"10.1007","author":[{"given":"J\u00f3zsef","family":"Burgy\u00e1n","sequence":"first","affiliation":[]}],"member":"297","reference":[{"issue":"3","key":"5_CR1_5","doi-asserted-by":"publisher","first-page":"206","DOI":"10.1038\/nrg1555","volume":"6","author":"O. Voinnet","year":"2005","unstructured":"1. Voinnet, O., Induction and suppression @@ -1696,10 +1710,10 @@ http_interactions: Cao","year":"2005","unstructured":"68. Cao, X., et al. Identification of an RNA silencing suppressor from a plant double-stranded RNA virus. J Virol, 2005. 79(20): p. 13018\u201327.","journal-title":"J Virol"}],"container-title":["Plant - Virology Protocols","Methods in Molecular Biology\u2122"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-59745-102-4_5.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,5,1]],"date-time":"2021-05-01T21:24:37Z","timestamp":1619904277000},"score":26.120935,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-59745-102-4_5"}},"issued":{"date-parts":[[2008]]},"ISBN":["9781588298270","9781597451024"],"references-count":68,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-59745-102-4_5","ISSN":["1064-3745","1940-6029"],"issn-type":[{"value":"1064-3745","type":"print"},{"value":"1940-6029","type":"electronic"}],"published":{"date-parts":[[2008]]}},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T17:12:19Z","timestamp":1650474739179},"reference-count":0,"publisher":"BRILL","license":[{"start":{"date-parts":[[2019,3,22]],"date-time":"2019-03-22T00:00:00Z","timestamp":1553212800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,3,22]]},"DOI":"10.1163\/9789004396722_004","type":"book-chapter","created":{"date-parts":[[2019,5,28]],"date-time":"2019-05-28T14:18:10Z","timestamp":1559053090000},"page":"28-50","source":"Crossref","is-referenced-by-count":0,"title":["The + Virology Protocols","Methods in Molecular Biology\u2122"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-1-59745-102-4_5.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,5,1]],"date-time":"2021-05-01T21:24:37Z","timestamp":1619904277000},"score":26.288757,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-1-59745-102-4_5"}},"issued":{"date-parts":[[2008]]},"ISBN":["9781588298270","9781597451024"],"references-count":68,"URL":"http:\/\/dx.doi.org\/10.1007\/978-1-59745-102-4_5","ISSN":["1064-3745","1940-6029"],"issn-type":[{"value":"1064-3745","type":"print"},{"value":"1940-6029","type":"electronic"}],"published":{"date-parts":[[2008]]}},{"indexed":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T17:12:19Z","timestamp":1650474739179},"reference-count":0,"publisher":"BRILL","license":[{"start":{"date-parts":[[2019,3,22]],"date-time":"2019-03-22T00:00:00Z","timestamp":1553212800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,3,22]]},"DOI":"10.1163\/9789004396722_004","type":"book-chapter","created":{"date-parts":[[2019,5,28]],"date-time":"2019-05-28T14:18:10Z","timestamp":1559053090000},"page":"28-50","source":"Crossref","is-referenced-by-count":0,"title":["The Violence of Silencing"],"prefix":"10.1163","member":"50","container-title":["Pacifism, - Politics, and Feminism"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004396722\/BP000003.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/54143","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T16:56:03Z","timestamp":1650473763000},"score":26.118202,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004396722\/BP000003.xml"}},"issued":{"date-parts":[[2019,3,22]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004396722_004","published":{"date-parts":[[2019,3,22]]}},{"indexed":{"date-parts":[[2022,12,7]],"date-time":"2022-12-07T13:31:09Z","timestamp":1670419869060},"edition-number":"1","reference-count":52,"publisher":"Cambridge - University Press","license":[{"start":{"date-parts":[[2019,6,30]],"date-time":"2019-06-30T00:00:00Z","timestamp":1561852800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,7,31]]},"DOI":"10.1017\/9781108345552.010","type":"book-chapter","created":{"date-parts":[[2019,6,30]],"date-time":"2019-06-30T07:39:36Z","timestamp":1561880376000},"page":"165-185","source":"Crossref","is-referenced-by-count":1,"title":["The + Politics, and Feminism"],"link":[{"URL":"https:\/\/brill.com\/view\/book\/9789004396722\/BP000003.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/brill.com\/downloadpdf\/title\/54143","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,20]],"date-time":"2022-04-20T16:56:03Z","timestamp":1650473763000},"score":26.255358,"resource":{"primary":{"URL":"https:\/\/brill.com\/view\/book\/9789004396722\/BP000003.xml"}},"issued":{"date-parts":[[2019,3,22]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1163\/9789004396722_004","published":{"date-parts":[[2019,3,22]]}},{"indexed":{"date-parts":[[2023,1,9]],"date-time":"2023-01-09T06:51:06Z","timestamp":1673247066701},"edition-number":"1","reference-count":52,"publisher":"Cambridge + University Press","license":[{"start":{"date-parts":[[2019,6,30]],"date-time":"2019-06-30T00:00:00Z","timestamp":1561852800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,7,31]]},"DOI":"10.1017\/9781108345552.010","type":"book-chapter","created":{"date-parts":[[2019,6,30]],"date-time":"2019-06-30T07:39:36Z","timestamp":1561880376000},"page":"165-185","source":"Crossref","is-referenced-by-count":2,"title":["The Language Ideology of Silence and Silencing in Public Discourse"],"prefix":"10.1017","author":[{"given":"Melani","family":"Schr\u04e7ter","sequence":"first","affiliation":[]}],"member":"56","reference":[{"key":"9781108345552#CN-bp-9_REFe-r-9.050","first-page":"20","volume-title":"Language ideologies: Practice and theory","author":"Woolard","year":"1998"},{"key":"9781108345552#CN-bp-9_REFe-r-9.049","doi-asserted-by":"publisher","DOI":"10.4135\/9781446270073"},{"key":"9781108345552#CN-bp-9_REFe-r-9.048","unstructured":"185 Walser, M. (1998, October 11). Experiences while composing a Sunday speech. @@ -1743,18 +1757,18 @@ http_interactions: Die Zeit. Retrieved from www.zeit.de\/1993\/43\/pc-oder-da-hoert-die-gemuetlichkeit-auf"},{"key":"9781108345552#CN-bp-9_REFe-r-9.033","volume-title":"Deutsches Phrasenlexikon. Politisch korrekt von A bis Z","author":"R\u00f6hl","year":"1995"},{"key":"9781108345552#CN-bp-9_REFe-r-9.039","doi-asserted-by":"publisher","DOI":"10.1007\/978-3-319-64580-3"},{"key":"9781108345552#CN-bp-9_REFe-r-9.005","doi-asserted-by":"publisher","DOI":"10.1080\/00335638809383833"},{"key":"9781108345552#CN-bp-9_REFe-r-9.022","volume-title":"Der Fall Eva Herman. Hexenjagd in den Medien","author":"Hoffmann","year":"2007"},{"key":"9781108345552#CN-bp-9_REFe-r-9.014","doi-asserted-by":"publisher","DOI":"10.14361\/9783839402382"},{"key":"9781108345552#CN-bp-9_REFe-r-9.051","doi-asserted-by":"publisher","DOI":"10.1093\/acprof:oso\/9780195187175.001.0001"},{"key":"9781108345552#CN-bp-9_REFe-r-9.025","doi-asserted-by":"publisher","DOI":"10.1515\/9783110263435"}],"container-title":["Qualitative - Studies of Silence"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/D279CA3316B6298F17221BFA290B1A76","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,22]],"date-time":"2022-09-22T12:33:53Z","timestamp":1663850033000},"score":25.95938,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108345552%23CN-bp-9\/type\/book_part"}},"subtitle":["Claims + Studies of Silence"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/D279CA3316B6298F17221BFA290B1A76","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,22]],"date-time":"2022-09-22T12:33:53Z","timestamp":1663850033000},"score":26.048103,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108345552%23CN-bp-9\/type\/book_part"}},"subtitle":["Claims to Silencing as Metadiscursive Moves in German Anti-Political Correctness Discourse"],"issued":{"date-parts":[[2019,7,31]]},"references-count":52,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108345552.010","published":{"date-parts":[[2019,7,31]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:07:34Z","timestamp":1648796854503},"reference-count":0,"publisher":"The MIT Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017]]},"DOI":"10.7551\/mitpress\/10399.003.0022","type":"book-chapter","created":{"date-parts":[[2018,12,26]],"date-time":"2018-12-26T10:01:35Z","timestamp":1545818495000},"source":"Crossref","is-referenced-by-count":0,"title":["The Biologische Versuchsanstalt in Transnational Perspective: The Cold Spring - Harbor Connection"],"prefix":"10.7551","member":"281","container-title":["Vivarium"],"deposited":{"date-parts":[[2018,12,26]],"date-time":"2018-12-26T10:01:52Z","timestamp":1545818512000},"score":25.855555,"resource":{"primary":{"URL":"https:\/\/direct.mit.edu\/books\/book\/3511\/chapter\/118493\/the-biologische-versuchsanstalt-in-transnational"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7551\/mitpress\/10399.003.0022","relation":{"is-identical-to":[{"id-type":"doi","id":"10.2307\/j.ctt1w0db5x.18","asserted-by":"subject"}]},"published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T15:41:00Z","timestamp":1649086860999},"edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,7,19]]},"DOI":"10.4324\/9780429261459-1","type":"book-chapter","created":{"date-parts":[[2019,10,8]],"date-time":"2019-10-08T09:35:35Z","timestamp":1570527335000},"page":"1-25","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.4324","author":[{"given":"Ronald","family":"Charles","sequence":"first","affiliation":[]}],"member":"301","container-title":["The - Silencing of Slaves in Early Jewish and Christian Texts"],"deposited":{"date-parts":[[2021,4,3]],"date-time":"2021-04-03T17:19:31Z","timestamp":1617470371000},"score":25.45452,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429523571\/chapters\/10.4324\/9780429261459-1"}},"issued":{"date-parts":[[2019,7,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429261459-1","published":{"date-parts":[[2019,7,19]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T13:55:36Z","timestamp":1648994136333},"edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,7,19]]},"DOI":"10.4324\/9780429261459-8","type":"book-chapter","created":{"date-parts":[[2019,10,8]],"date-time":"2019-10-08T09:35:35Z","timestamp":1570527335000},"page":"223-233","source":"Crossref","is-referenced-by-count":0,"title":["Conclusions"],"prefix":"10.4324","author":[{"given":"Ronald","family":"Charles","sequence":"first","affiliation":[]}],"member":"301","container-title":["The - Silencing of Slaves in Early Jewish and Christian Texts"],"deposited":{"date-parts":[[2021,4,3]],"date-time":"2021-04-03T17:19:38Z","timestamp":1617470378000},"score":25.41832,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429523571\/chapters\/10.4324\/9780429261459-8"}},"issued":{"date-parts":[[2019,7,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429261459-8","published":{"date-parts":[[2019,7,19]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T01:47:54Z","timestamp":1648604874395},"publisher-location":"Ithaca, + Harbor Connection"],"prefix":"10.7551","member":"281","container-title":["Vivarium"],"deposited":{"date-parts":[[2018,12,26]],"date-time":"2018-12-26T10:01:52Z","timestamp":1545818512000},"score":25.877136,"resource":{"primary":{"URL":"https:\/\/direct.mit.edu\/books\/book\/3511\/chapter\/118493\/the-biologische-versuchsanstalt-in-transnational"}},"issued":{"date-parts":[[2017]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7551\/mitpress\/10399.003.0022","relation":{"is-identical-to":[{"id-type":"doi","id":"10.2307\/j.ctt1w0db5x.18","asserted-by":"subject"}]},"published":{"date-parts":[[2017]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T13:55:36Z","timestamp":1648994136333},"edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,7,19]]},"DOI":"10.4324\/9780429261459-8","type":"book-chapter","created":{"date-parts":[[2019,10,8]],"date-time":"2019-10-08T09:35:35Z","timestamp":1570527335000},"page":"223-233","source":"Crossref","is-referenced-by-count":0,"title":["Conclusions"],"prefix":"10.4324","author":[{"given":"Ronald","family":"Charles","sequence":"first","affiliation":[]}],"member":"301","container-title":["The + Silencing of Slaves in Early Jewish and Christian Texts"],"deposited":{"date-parts":[[2021,4,3]],"date-time":"2021-04-03T17:19:38Z","timestamp":1617470378000},"score":25.576344,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429523571\/chapters\/10.4324\/9780429261459-8"}},"issued":{"date-parts":[[2019,7,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429261459-8","published":{"date-parts":[[2019,7,19]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T15:41:00Z","timestamp":1649086860999},"edition-number":"1","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,7,19]]},"DOI":"10.4324\/9780429261459-1","type":"book-chapter","created":{"date-parts":[[2019,10,8]],"date-time":"2019-10-08T09:35:35Z","timestamp":1570527335000},"page":"1-25","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.4324","author":[{"given":"Ronald","family":"Charles","sequence":"first","affiliation":[]}],"member":"301","container-title":["The + Silencing of Slaves in Early Jewish and Christian Texts"],"deposited":{"date-parts":[[2021,4,3]],"date-time":"2021-04-03T17:19:31Z","timestamp":1617470371000},"score":25.546778,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9780429523571\/chapters\/10.4324\/9780429261459-1"}},"issued":{"date-parts":[[2019,7,19]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780429261459-1","published":{"date-parts":[[2019,7,19]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T01:47:54Z","timestamp":1648604874395},"publisher-location":"Ithaca, NY","reference-count":0,"publisher":"Cornell University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,5,15]]},"DOI":"10.7591\/9781501744594-005","type":"book-chapter","created":{"date-parts":[[2019,11,5]],"date-time":"2019-11-05T17:03:11Z","timestamp":1572973391000},"page":"107-146","source":"Crossref","is-referenced-by-count":0,"title":["3. Silencing Jealousy: Responding to Rivals"],"prefix":"10.7591","member":"4434","container-title":["Closer - and Closer Apart"],"link":[{"URL":"http:\/\/www.degruyter.com\/view\/books\/9781501744594\/9781501744594-005\/9781501744594-005.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.7591\/9781501744594-005\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,23]],"date-time":"2021-04-23T04:31:16Z","timestamp":1619152276000},"score":25.360666,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.7591\/9781501744594-005\/html"}},"issued":{"date-parts":[[2019,5,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7591\/9781501744594-005","published":{"date-parts":[[2019,5,15]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Deciphering+the+rules+underlying+xenogeneic+silencing+and+counter-silencing+of+Lsr2-like+proteins+2019+Cold+Spring+Harbor+Laboratory"}}}' - recorded_at: Fri, 06 Jan 2023 02:19:04 GMT + and Closer Apart"],"link":[{"URL":"http:\/\/www.degruyter.com\/view\/books\/9781501744594\/9781501744594-005\/9781501744594-005.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.7591\/9781501744594-005\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,23]],"date-time":"2021-04-23T04:31:16Z","timestamp":1619152276000},"score":25.491594,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.7591\/9781501744594-005\/html"}},"issued":{"date-parts":[[2019,5,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7591\/9781501744594-005","published":{"date-parts":[[2019,5,15]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Deciphering+the+rules+underlying+xenogeneic+silencing+and+counter-silencing+of+Lsr2-like+proteins+2019+Cold+Spring+Harbor+Laboratory"}}}' + recorded_at: Sun, 15 Jan 2023 19:24:57 GMT - request: method: get uri: https://api.crossref.org/works/10.1128%2Fmbio.02273-19 @@ -1776,16 +1790,16 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 02:19:04 GMT + - Sun, 15 Jan 2023 19:24:57 GMT Content-Type: - application/json Content-Length: - '3450' Set-Cookie: - - AWSALB=1BpnE+3cFUMkTSb1yBRLO7oWPSVulw+4Y4ubF+WgRhaHjrYJEqwWU+8Qn3CcrUBlfO/uMNwIsG0z63dYKuQbEQGZEs+eNprS68BAmnRQChxXAp/YEUPvp//pHDRU; - Expires=Fri, 13 Jan 2023 02:19:04 GMT; Path=/ - - AWSALBCORS=1BpnE+3cFUMkTSb1yBRLO7oWPSVulw+4Y4ubF+WgRhaHjrYJEqwWU+8Qn3CcrUBlfO/uMNwIsG0z63dYKuQbEQGZEs+eNprS68BAmnRQChxXAp/YEUPvp//pHDRU; - Expires=Fri, 13 Jan 2023 02:19:04 GMT; Path=/; SameSite=None + - AWSALB=aAXRcoxLaJMlJ6NNat1xJ52NazhdF4uWO3jO59wBHAT4Px8Hgezr5M5KtK20P1BhUZ+JkYHWH7lDzMkdP7pk1o7pJt1HdAO1V8PYvccFNiZUBZ7NapzXvybSPkmV; + Expires=Sun, 22 Jan 2023 19:24:57 GMT; Path=/ + - AWSALBCORS=aAXRcoxLaJMlJ6NNat1xJ52NazhdF4uWO3jO59wBHAT4Px8Hgezr5M5KtK20P1BhUZ+JkYHWH7lDzMkdP7pk1o7pJt1HdAO1V8PYvccFNiZUBZ7NapzXvybSPkmV; + Expires=Sun, 22 Jan 2023 19:24:57 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -1860,5 +1874,5 @@ http_interactions: History"}},{"value":"2019-12-18","order":1,"name":"accepted","label":"Accepted","group":{"name":"publication_history","label":"Publication History"}},{"value":"2020-02-04","order":2,"name":"published","label":"Published","group":{"name":"publication_history","label":"Publication History"}}]}}' - recorded_at: Fri, 06 Jan 2023 02:19:04 GMT + recorded_at: Sun, 15 Jan 2023 19:24:57 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/proceedings-article.yml b/spec/vcr_cassettes/proceedings-article.yml index e472dcf..faea062 100644 --- a/spec/vcr_cassettes/proceedings-article.yml +++ b/spec/vcr_cassettes/proceedings-article.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 03:25:20 GMT + - Sun, 15 Jan 2023 19:24:58 GMT Content-Type: - application/json Content-Length: - '1258' Set-Cookie: - - AWSALB=qS1+niRHHOlqcQ6RfZgILSamq7tAdrAbri5vusxpkh277GfTMeaARUdmlQjkWM9TyAMcIPoUS5k7JVnWH/lwfRaSAPdraDkcZOkYF0SUyNBE/rKu0swDcbxz6DNJ; - Expires=Fri, 13 Jan 2023 03:25:20 GMT; Path=/ - - AWSALBCORS=qS1+niRHHOlqcQ6RfZgILSamq7tAdrAbri5vusxpkh277GfTMeaARUdmlQjkWM9TyAMcIPoUS5k7JVnWH/lwfRaSAPdraDkcZOkYF0SUyNBE/rKu0swDcbxz6DNJ; - Expires=Fri, 13 Jan 2023 03:25:20 GMT; Path=/; SameSite=None + - AWSALB=Fl7asohKyNeZPbWLSJpnV2W6hQJasHh6lFXu2rrbiVa+SiWqBX5V35wLH3AHBggmqeOM7dlcduLOPsOVA7sbvg46eOYLGDhCZFUs5KggNBD7Tfo5kAFZ7t94jXci; + Expires=Sun, 22 Jan 2023 19:24:58 GMT; Path=/ + - AWSALBCORS=Fl7asohKyNeZPbWLSJpnV2W6hQJasHh6lFXu2rrbiVa+SiWqBX5V35wLH3AHBggmqeOM7dlcduLOPsOVA7sbvg46eOYLGDhCZFUs5KggNBD7Tfo5kAFZ7t94jXci; + Expires=Sun, 22 Jan 2023 19:24:58 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -74,7 +74,7 @@ http_interactions: Materials (ICPADM)","location":"Brisbane, Qld., Australia","acronym":"ICPADM-94"},"container-title":["Proceedings of 1994 4th International Conference on Properties and Applications of Dielectric Materials (ICPADM)"],"original-title":[],"link":[{"URL":"http:\/\/xplorestaging.ieee.org\/ielx2\/3163\/9216\/00414074.pdf?arnumber=414074","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2017,3,9]],"date-time":"2017-03-09T07:33:32Z","timestamp":1489044812000},"score":1,"resource":{"primary":{"URL":"http:\/\/ieeexplore.ieee.org\/document\/414074\/"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[null]]},"references-count":6,"URL":"http:\/\/dx.doi.org\/10.1109\/icpadm.1994.414074","relation":{}}}' - recorded_at: Fri, 06 Jan 2023 03:25:20 GMT + recorded_at: Sun, 15 Jan 2023 19:24:58 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book,type:book-set,type:edited-book,type:monograph,type:reference-book&query=Proceedings%20of%201994%204th%20International%20Conference%20on%20Properties%20and%20Applications%20of%20Dielectric%20Materials%20(ICPADM)%202002 @@ -94,11 +94,11 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 03:25:21 GMT + - Sun, 15 Jan 2023 19:25:02 GMT Content-Type: - application/json Content-Length: - - '6066' + - '6093' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -126,64 +126,64 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":16365,"items":[{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T22:41:02Z","timestamp":1648766462796},"reference-count":0,"publisher":"Elsevier","isbn-type":[{"value":"9780128023051","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/c2014-0-02694-9","type":"book","created":{"date-parts":[[2016,8,3]],"date-time":"2016-08-03T13:18:55Z","timestamp":1470230335000},"source":"Crossref","is-referenced-by-count":1,"title":["Dielectric - Properties of Agricultural Materials and their Applications"],"prefix":"10.1016","member":"78","link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20140026949?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20140026949?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,9]],"date-time":"2018-09-09T18:21:21Z","timestamp":1536517281000},"score":26.472881,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/C20140026949"}},"issued":{"date-parts":[[2015]]},"ISBN":["9780128023051"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/c2014-0-02694-9","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,7,2]],"date-time":"2022-07-02T06:25:46Z","timestamp":1656743146683},"publisher-location":"Dordrecht","reference-count":0,"publisher":"Springer + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":16390,"items":[{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T22:41:02Z","timestamp":1648766462796},"reference-count":0,"publisher":"Elsevier","isbn-type":[{"value":"9780128023051","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/c2014-0-02694-9","type":"book","created":{"date-parts":[[2016,8,3]],"date-time":"2016-08-03T13:18:55Z","timestamp":1470230335000},"source":"Crossref","is-referenced-by-count":1,"title":["Dielectric + Properties of Agricultural Materials and their Applications"],"prefix":"10.1016","member":"78","link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20140026949?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20140026949?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,9]],"date-time":"2018-09-09T18:21:21Z","timestamp":1536517281000},"score":26.450546,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/C20140026949"}},"issued":{"date-parts":[[2015]]},"ISBN":["9780128023051"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/c2014-0-02694-9","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,7,2]],"date-time":"2022-07-02T06:25:46Z","timestamp":1656743146683},"publisher-location":"Dordrecht","reference-count":0,"publisher":"Springer Netherlands","isbn-type":[{"value":"9781402008245","type":"print"},{"value":"9789401006323","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/978-94-010-0632-3","type":"book","created":{"date-parts":[[2011,6,20]],"date-time":"2011-06-20T05:59:06Z","timestamp":1308549546000},"source":"Crossref","is-referenced-by-count":5,"title":["Photovoltaic - and Photoactive Materials \u2014 Properties, Technology and Applications"],"prefix":"10.1007","member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-010-0632-3.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-010-0632-3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T07:01:28Z","timestamp":1554534088000},"score":22.222925,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-94-010-0632-3"}},"editor":[{"given":"J. + and Photoactive Materials \u2014 Properties, Technology and Applications"],"prefix":"10.1007","member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-010-0632-3.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-010-0632-3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T07:01:28Z","timestamp":1554534088000},"score":22.198496,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-94-010-0632-3"}},"editor":[{"given":"J. M.","family":"Marshall","sequence":"first","affiliation":[]},{"given":"D.","family":"Dimova-Malinovska","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9781402008245","9789401006323"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-94-010-0632-3","published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2023,1,5]],"date-time":"2023-01-05T05:44:55Z","timestamp":1672897495900},"reference-count":0,"publisher":"CRC Press","isbn-type":[{"value":"9781420070859","type":"print"},{"value":"9781439832882","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,4,2]]},"DOI":"10.1201\/9781439832882","type":"book","created":{"date-parts":[[2010,2,24]],"date-time":"2010-02-24T14:19:03Z","timestamp":1267021143000},"source":"Crossref","is-referenced-by-count":27,"title":["Handbook - of Advanced Dielectric, Piezoelectric and Ferroelectric Materials"],"prefix":"10.1201","member":"301","deposited":{"date-parts":[[2011,2,2]],"date-time":"2011-02-02T12:46:14Z","timestamp":1296650774000},"score":21.945673,"resource":{"primary":{"URL":"http:\/\/www.crcnetbase.com\/doi\/book\/10.1201\/9781439832882"}},"subtitle":["Synthesis, - Properties and Applications"],"editor":[{"given":"Zuo-Guang","family":"Ye","sequence":"first","affiliation":[]},{"given":"Zuo-Guang","family":"Ye","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2008,4,2]]},"ISBN":["9781420070859","9781439832882"],"references-count":0,"alternative-id":["10.1201\/9781439832882"],"URL":"http:\/\/dx.doi.org\/10.1201\/9781439832882","published":{"date-parts":[[2008,4,2]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:59:07Z","timestamp":1649030347658},"publisher-location":"Berlin, + of Advanced Dielectric, Piezoelectric and Ferroelectric Materials"],"prefix":"10.1201","member":"301","deposited":{"date-parts":[[2011,2,2]],"date-time":"2011-02-02T12:46:14Z","timestamp":1296650774000},"score":21.968254,"resource":{"primary":{"URL":"http:\/\/www.crcnetbase.com\/doi\/book\/10.1201\/9781439832882"}},"subtitle":["Synthesis, + Properties and Applications"],"editor":[{"given":"Zuo-Guang","family":"Ye","sequence":"first","affiliation":[]},{"given":"Zuo-Guang","family":"Ye","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2008,4,2]]},"ISBN":["9781420070859","9781439832882"],"references-count":0,"alternative-id":["10.1201\/9781439832882"],"URL":"http:\/\/dx.doi.org\/10.1201\/9781439832882","published":{"date-parts":[[2008,4,2]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T03:51:38Z","timestamp":1648698698470},"publisher-location":"Berlin, + Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540000211","type":"print"},{"value":"9783540360865","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-36086-7","type":"book","created":{"date-parts":[[2007,10,6]],"date-time":"2007-10-06T21:48:23Z","timestamp":1191707303000},"source":"Crossref","is-referenced-by-count":1,"title":["Mobile + Agents for Telecommunication Applications"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,10,24]]},"container-title":["Lecture + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36086-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36086-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T10:39:10Z","timestamp":1558262350000},"score":21.214622,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36086-7"}},"subtitle":["4th + International Workshop, MATA 2002 Barcelona, Spain, October 23\u201324, 2002 + Proceedings"],"editor":[{"given":"Ahmed","family":"Karmouch","sequence":"first","affiliation":[]},{"given":"Thomas","family":"Magedanz","sequence":"additional","affiliation":[]},{"given":"Jaime","family":"Delgado","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540000211","9783540360865"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36086-7","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:59:07Z","timestamp":1649030347658},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540584193","type":"print"},{"value":"9783540487838","type":"electronic"}],"license":[{"start":{"date-parts":[[1994,1,1]],"date-time":"1994-01-01T00:00:00Z","timestamp":757382400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1994]]},"DOI":"10.1007\/3-540-58419-6","type":"book","created":{"date-parts":[[2012,2,26]],"date-time":"2012-02-26T15:55:42Z","timestamp":1330271742000},"source":"Crossref","is-referenced-by-count":4,"title":["Field-Programmable Logic Architectures, Synthesis and Applications"],"prefix":"10.1007","member":"297","container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58419-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58419-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T12:12:53Z","timestamp":1558267973000},"score":21.306747,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-58419-6"}},"subtitle":["4th + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58419-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58419-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T12:12:53Z","timestamp":1558267973000},"score":21.109972,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-58419-6"}},"subtitle":["4th International Workshop on Field-Programmable Logic and Applications, FPL''94 Prague, Czech Republic, September 7\u20139, 1994 Proceedings"],"editor":[{"given":"Reiner W.","family":"Hartenstein","sequence":"first","affiliation":[]},{"given":"Michal - Z.","family":"Serv\u00edt","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1994]]},"ISBN":["9783540584193","9783540487838"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-58419-6","ISSN":["0302-9743","1611-3349"],"issn-type":[{"value":"0302-9743","type":"print"},{"value":"1611-3349","type":"electronic"}],"published":{"date-parts":[[1994]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T03:51:38Z","timestamp":1648698698470},"publisher-location":"Berlin, - Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540000211","type":"print"},{"value":"9783540360865","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-36086-7","type":"book","created":{"date-parts":[[2007,10,6]],"date-time":"2007-10-06T21:48:23Z","timestamp":1191707303000},"source":"Crossref","is-referenced-by-count":1,"title":["Mobile - Agents for Telecommunication Applications"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,10,24]]},"container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36086-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36086-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T10:39:10Z","timestamp":1558262350000},"score":21.304987,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36086-7"}},"subtitle":["4th - International Workshop, MATA 2002 Barcelona, Spain, October 23\u201324, 2002 - Proceedings"],"editor":[{"given":"Ahmed","family":"Karmouch","sequence":"first","affiliation":[]},{"given":"Thomas","family":"Magedanz","sequence":"additional","affiliation":[]},{"given":"Jaime","family":"Delgado","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540000211","9783540360865"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36086-7","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T16:13:28Z","timestamp":1649002408235},"reference-count":0,"publisher":"Elsevier","isbn-type":[{"value":"9780080421339","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1994]]},"DOI":"10.1016\/c2009-0-11267-9","type":"book","created":{"date-parts":[[2016,8,4]],"date-time":"2016-08-04T13:15:55Z","timestamp":1470316555000},"source":"Crossref","is-referenced-by-count":0,"title":["The + Z.","family":"Serv\u00edt","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1994]]},"ISBN":["9783540584193","9783540487838"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-58419-6","ISSN":["0302-9743","1611-3349"],"issn-type":[{"value":"0302-9743","type":"print"},{"value":"1611-3349","type":"electronic"}],"published":{"date-parts":[[1994]]}},{"indexed":{"date-parts":[[2022,4,12]],"date-time":"2022-04-12T22:13:21Z","timestamp":1649801601358},"publisher-location":"Boston, + MA","reference-count":0,"publisher":"Springer US","isbn-type":[{"value":"9780792376279","type":"print"},{"value":"9780306476099","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/b113932","type":"book","created":{"date-parts":[[2005,12,17]],"date-time":"2005-12-17T11:59:32Z","timestamp":1134820772000},"source":"Crossref","is-referenced-by-count":8,"title":["Nanocrystalline + Metals and Oxides"],"prefix":"10.1007","member":"297","container-title":["Electronic + Materials: Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/b113932.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/b113932","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,9]],"date-time":"2020-01-09T04:09:49Z","timestamp":1578542989000},"score":20.906698,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/b113932"}},"subtitle":["Selected + Properties and Applications"],"editor":[{"given":"Philippe","family":"Knauth","sequence":"first","affiliation":[]},{"given":"Joop","family":"Schoonman","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9780792376279","9780306476099"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/b113932","ISSN":["1386-3290"],"issn-type":[{"value":"1386-3290","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T16:13:28Z","timestamp":1649002408235},"reference-count":0,"publisher":"Elsevier","isbn-type":[{"value":"9780080421339","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1994]]},"DOI":"10.1016\/c2009-0-11267-9","type":"book","created":{"date-parts":[[2016,8,4]],"date-time":"2016-08-04T13:15:55Z","timestamp":1470316555000},"source":"Crossref","is-referenced-by-count":0,"title":["The Institute of Energy''s Second International Conference on Ceramics in Energy - Applications"],"prefix":"10.1016","member":"78","link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20090112679?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20090112679?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,9]],"date-time":"2018-09-09T13:30:17Z","timestamp":1536499817000},"score":21.122385,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/C20090112679"}},"issued":{"date-parts":[[1994]]},"ISBN":["9780080421339"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/c2009-0-11267-9","published":{"date-parts":[[1994]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:56:18Z","timestamp":1648720578222},"publisher-location":"Berlin, + Applications"],"prefix":"10.1016","member":"78","link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20090112679?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20090112679?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,9]],"date-time":"2018-09-09T13:30:17Z","timestamp":1536499817000},"score":20.892502,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/C20090112679"}},"issued":{"date-parts":[[1994]]},"ISBN":["9780080421339"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/c2009-0-11267-9","published":{"date-parts":[[1994]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:56:18Z","timestamp":1648720578222},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540003144","type":"print"},{"value":"9783540362777","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-36277-0","type":"book","created":{"date-parts":[[2007,11,7]],"date-time":"2007-11-07T07:52:24Z","timestamp":1194421944000},"source":"Crossref","is-referenced-by-count":2,"title":["Practical Aspects of Knowledge Management"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,12,16]]},"container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36277-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36277-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,8]],"date-time":"2020-01-08T22:16:12Z","timestamp":1578521772000},"score":20.914248,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36277-0"}},"subtitle":["4th + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36277-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36277-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,8]],"date-time":"2020-01-08T22:16:12Z","timestamp":1578521772000},"score":20.611702,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36277-0"}},"subtitle":["4th International Conference, PAKM 2002 Vienna, Austria, December 2\u20133, 2002 - Proceedings"],"editor":[{"given":"Dimitris","family":"Karagiannis","sequence":"first","affiliation":[]},{"given":"Ulrich","family":"Reimer","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540003144","9783540362777"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36277-0","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,4,12]],"date-time":"2022-04-12T22:13:21Z","timestamp":1649801601358},"publisher-location":"Boston, - MA","reference-count":0,"publisher":"Springer US","isbn-type":[{"value":"9780792376279","type":"print"},{"value":"9780306476099","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/b113932","type":"book","created":{"date-parts":[[2005,12,17]],"date-time":"2005-12-17T11:59:32Z","timestamp":1134820772000},"source":"Crossref","is-referenced-by-count":8,"title":["Nanocrystalline - Metals and Oxides"],"prefix":"10.1007","member":"297","container-title":["Electronic - Materials: Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/b113932.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/b113932","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,9]],"date-time":"2020-01-09T04:09:49Z","timestamp":1578542989000},"score":20.888924,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/b113932"}},"subtitle":["Selected - Properties and Applications"],"editor":[{"given":"Philippe","family":"Knauth","sequence":"first","affiliation":[]},{"given":"Joop","family":"Schoonman","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9780792376279","9780306476099"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/b113932","ISSN":["1386-3290"],"issn-type":[{"value":"1386-3290","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2023,1,1]],"date-time":"2023-01-01T11:26:48Z","timestamp":1672572408215},"publisher-location":"Berlin, + Proceedings"],"editor":[{"given":"Dimitris","family":"Karagiannis","sequence":"first","affiliation":[]},{"given":"Ulrich","family":"Reimer","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540003144","9783540362777"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36277-0","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T07:32:59Z","timestamp":1648711979591},"publisher-location":"Berlin, + Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540002345","type":"print"},{"value":"9783540362098","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-36209-6","type":"book","created":{"date-parts":[[2007,8,29]],"date-time":"2007-08-29T01:14:34Z","timestamp":1188350074000},"source":"Crossref","is-referenced-by-count":2,"title":["Product + Focused Software Process Improvement"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,12,18]]},"container-title":["Lecture + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36209-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36209-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,22]],"date-time":"2019-05-22T01:23:54Z","timestamp":1558488234000},"score":20.424124,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36209-6"}},"subtitle":["4th + International Conference, PROFES 2002 Rovaniemi, Finland, December 9\u201311, + 2002 Proceedings"],"editor":[{"given":"Markku","family":"Oivo","sequence":"first","affiliation":[]},{"given":"Seija","family":"Komi-Sirvi\u00f6","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540002345","9783540362098"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36209-6","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2023,1,1]],"date-time":"2023-01-01T11:26:48Z","timestamp":1672572408215},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540442677","type":"print"},{"value":"9783540458098","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-45809-3","type":"book","created":{"date-parts":[[2007,5,15]],"date-time":"2007-05-15T22:44:41Z","timestamp":1179269081000},"source":"Crossref","is-referenced-by-count":5,"title":["UbiComp 2002: Ubiquitous Computing"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,9,5]]},"container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-45809-3.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-45809-3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,29]],"date-time":"2020-01-29T01:06:58Z","timestamp":1580260018000},"score":20.697905,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-45809-3"}},"subtitle":["4th + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-45809-3.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-45809-3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,29]],"date-time":"2020-01-29T01:06:58Z","timestamp":1580260018000},"score":20.413418,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-45809-3"}},"subtitle":["4th International Conference G\u00f6teborg, Sweden, September 29 \u2013 October 1, 2002 Proceedings"],"editor":[{"given":"Gaetano","family":"Borriello","sequence":"first","affiliation":[]},{"given":"Lars - Erik","family":"Holmquist","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540442677","9783540458098"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-45809-3","ISSN":["0302-9743","1611-3349"],"issn-type":[{"value":"0302-9743","type":"print"},{"value":"1611-3349","type":"electronic"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T07:32:59Z","timestamp":1648711979591},"publisher-location":"Berlin, - Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540002345","type":"print"},{"value":"9783540362098","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-36209-6","type":"book","created":{"date-parts":[[2007,8,29]],"date-time":"2007-08-29T01:14:34Z","timestamp":1188350074000},"source":"Crossref","is-referenced-by-count":2,"title":["Product - Focused Software Process Improvement"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,12,18]]},"container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36209-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36209-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,22]],"date-time":"2019-05-22T01:23:54Z","timestamp":1558488234000},"score":20.68782,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36209-6"}},"subtitle":["4th - International Conference, PROFES 2002 Rovaniemi, Finland, December 9\u201311, - 2002 Proceedings"],"editor":[{"given":"Markku","family":"Oivo","sequence":"first","affiliation":[]},{"given":"Seija","family":"Komi-Sirvi\u00f6","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540002345","9783540362098"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36209-6","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:31:54Z","timestamp":1649125914084},"publisher-location":"Berlin, + Erik","family":"Holmquist","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540442677","9783540458098"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-45809-3","ISSN":["0302-9743","1611-3349"],"issn-type":[{"value":"0302-9743","type":"print"},{"value":"1611-3349","type":"electronic"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:31:54Z","timestamp":1649125914084},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540584315","type":"print"},{"value":"9783540487913","type":"electronic"}],"license":[{"start":{"date-parts":[[1994,1,1]],"date-time":"1994-01-01T00:00:00Z","timestamp":757382400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1994]]},"DOI":"10.1007\/3-540-58431-5","type":"book","created":{"date-parts":[[2012,2,26]],"date-time":"2012-02-26T11:06:03Z","timestamp":1330254363000},"source":"Crossref","is-referenced-by-count":0,"title":["Algebraic and Logic Programming"],"prefix":"10.1007","member":"297","container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58431-5.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58431-5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,8]],"date-time":"2020-01-08T18:31:05Z","timestamp":1578508265000},"score":20.567272,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-58431-5"}},"subtitle":["4th + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58431-5.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58431-5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,8]],"date-time":"2020-01-08T18:31:05Z","timestamp":1578508265000},"score":20.37677,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-58431-5"}},"subtitle":["4th International Conference, ALP ''94 Madrid, Spain, September 14\u201316, 1994 Proceedings"],"editor":[{"given":"Giorgio","family":"Levi","sequence":"first","affiliation":[]},{"given":"Mario","family":"Rodr\u00edguez-Artalejo","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1994]]},"ISBN":["9783540584315","9783540487913"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-58431-5","ISSN":["0302-9743","1611-3349"],"issn-type":[{"value":"0302-9743","type":"print"},{"value":"1611-3349","type":"electronic"}],"published":{"date-parts":[[1994]]}},{"indexed":{"date-parts":[[2022,9,27]],"date-time":"2022-09-27T04:56:20Z","timestamp":1664254580145},"reference-count":0,"publisher":"De Gruyter","isbn-type":[{"value":"9783110516623","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,8,21]]},"DOI":"10.1515\/9783110516623","type":"book","created":{"date-parts":[[2017,10,5]],"date-time":"2017-10-05T10:04:53Z","timestamp":1507197893000},"source":"Crossref","is-referenced-by-count":0,"title":["Materials - in Environmental Engineering"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2017,10,4]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/524181","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110516623\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,26]],"date-time":"2022-09-26T16:15:23Z","timestamp":1664208923000},"score":20.562675,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110516623\/html"}},"subtitle":["Proceedings + in Environmental Engineering"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2017,10,4]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/524181","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110516623\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,26]],"date-time":"2022-09-26T16:15:23Z","timestamp":1664208923000},"score":20.324018,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110516623\/html"}},"subtitle":["Proceedings of the 4th Annual International Conference on Materials Science and Environmental Engineering"],"editor":[{"given":"Hadi","family":"Haeri","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2017,8,21]]},"ISBN":["9783110516623"],"references-count":0,"alternative-id":["10.1515\/9783110516623"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110516623","published":{"date-parts":[[2017,8,21]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T02:08:42Z","timestamp":1648606122333},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540001645","type":"print"},{"value":"9783540361596","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-36159-6","type":"book","created":{"date-parts":[[2007,8,28]],"date-time":"2007-08-28T10:06:48Z","timestamp":1188295608000},"source":"Crossref","is-referenced-by-count":6,"title":["Information and Communications Security"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,12,16]]},"container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36159-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36159-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,29]],"date-time":"2020-01-29T10:43:00Z","timestamp":1580294580000},"score":20.53284,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36159-6"}},"subtitle":["4th + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36159-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36159-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,29]],"date-time":"2020-01-29T10:43:00Z","timestamp":1580294580000},"score":20.235855,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36159-6"}},"subtitle":["4th International Conference, ICICS 2002 Singapore, December 9\u201312, 2002 Proceedings"],"editor":[{"given":"Robert","family":"Deng","sequence":"first","affiliation":[]},{"given":"Feng","family":"Bao","sequence":"additional","affiliation":[]},{"given":"Jianying","family":"Zhou","sequence":"additional","affiliation":[]},{"given":"Sihan","family":"Qing","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540001645","9783540361596"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36159-6","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T08:27:56Z","timestamp":1648974476541},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540433194","type":"print"},{"value":"9783540458616","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-45861-1","type":"book","created":{"date-parts":[[2007,10,28]],"date-time":"2007-10-28T02:40:01Z","timestamp":1193539201000},"source":"Crossref","is-referenced-by-count":14,"title":["Information Security and Cryptology \u2014 ICISC 2001"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,4,23]]},"container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-45861-1.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-45861-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T10:45:37Z","timestamp":1558262737000},"score":20.4661,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-45861-1"}},"subtitle":["4th + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-45861-1.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-45861-1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T10:45:37Z","timestamp":1558262737000},"score":20.165436,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-45861-1"}},"subtitle":["4th International Conference Seoul, Korea, December 6\u20137,2001 Proceedings"],"editor":[{"given":"Kwangjo","family":"Kim","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540433194","9783540458616"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-45861-1","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T13:00:30Z","timestamp":1648904430133},"reference-count":0,"publisher":"LCC MAKS Press","isbn-type":[{"value":"9785317066239","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,5,28]]},"abstract":"The international conference is organized jointly by Dorodnicyn Computing Center @@ -195,36 +195,36 @@ http_interactions: algebra: 4th International Conference Materials"],"prefix":"10.29003","member":"11544","original-title":["\u041a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u043d\u0430\u044f \u0430\u043b\u0433\u0435\u0431\u0440\u0430. \u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b 4-\u0439 \u043c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u043e\u0439 - \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438"],"deposited":{"date-parts":[[2021,8,11]],"date-time":"2021-08-11T11:59:28Z","timestamp":1628683168000},"score":20.3299,"resource":{"primary":{"URL":"https:\/\/www.elibrary.ru\/item.asp?id=46139333"}},"editor":[{"given":"S.","family":"Abramov","sequence":"first","affiliation":[]},{"given":"L.","family":"Sevastyanov","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5,28]]},"ISBN":["9785317066239"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.29003\/m2019.978-5-317-06623-9","published":{"date-parts":[[2021,5,28]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T16:29:47Z","timestamp":1649089787061},"publisher-location":"Berlin, + \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438"],"deposited":{"date-parts":[[2021,8,11]],"date-time":"2021-08-11T11:59:28Z","timestamp":1628683168000},"score":20.042564,"resource":{"primary":{"URL":"https:\/\/www.elibrary.ru\/item.asp?id=46139333"}},"editor":[{"given":"S.","family":"Abramov","sequence":"first","affiliation":[]},{"given":"L.","family":"Sevastyanov","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2021,5,28]]},"ISBN":["9785317066239"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.29003\/m2019.978-5-317-06623-9","published":{"date-parts":[[2021,5,28]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T16:29:47Z","timestamp":1649089787061},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540586487","type":"print"},{"value":"9783540490364","type":"electronic"}],"license":[{"start":{"date-parts":[[1994,1,1]],"date-time":"1994-01-01T00:00:00Z","timestamp":757382400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1994]]},"DOI":"10.1007\/3-540-58648-2","type":"book","created":{"date-parts":[[2012,2,26]],"date-time":"2012-02-26T11:38:42Z","timestamp":1330256322000},"source":"Crossref","is-referenced-by-count":0,"title":["Human-Computer Interaction"],"prefix":"10.1007","member":"297","container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58648-2.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58648-2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T08:22:31Z","timestamp":1558254151000},"score":20.30399,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-58648-2"}},"subtitle":["4th + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58648-2.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58648-2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T08:22:31Z","timestamp":1558254151000},"score":20.033009,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-58648-2"}},"subtitle":["4th International Conference, EWHCI ''94 St. Petersburg, Russia August 2\u20135, - 1994 Selected Papers"],"editor":[{"given":"Brad","family":"Blumenthal","sequence":"first","affiliation":[]},{"given":"Juri","family":"Gornostaev","sequence":"additional","affiliation":[]},{"given":"Claus","family":"Unger","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1994]]},"ISBN":["9783540586487","9783540490364"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-58648-2","ISSN":["0302-9743","1611-3349"],"issn-type":[{"value":"0302-9743","type":"print"},{"value":"1611-3349","type":"electronic"}],"published":{"date-parts":[[1994]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T21:45:31Z","timestamp":1648763131372},"publisher-location":"Berlin, + 1994 Selected Papers"],"editor":[{"given":"Brad","family":"Blumenthal","sequence":"first","affiliation":[]},{"given":"Juri","family":"Gornostaev","sequence":"additional","affiliation":[]},{"given":"Claus","family":"Unger","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1994]]},"ISBN":["9783540586487","9783540490364"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-58648-2","ISSN":["0302-9743","1611-3349"],"issn-type":[{"value":"0302-9743","type":"print"},{"value":"1611-3349","type":"electronic"}],"published":{"date-parts":[[1994]]}},{"indexed":{"date-parts":[[2022,12,1]],"date-time":"2022-12-01T09:25:10Z","timestamp":1669886710918},"publisher-location":"Berlin, + Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540441236","type":"print"},{"value":"9783540461456","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-46145-0","type":"book","created":{"date-parts":[[2007,7,16]],"date-time":"2007-07-16T16:20:28Z","timestamp":1184602828000},"source":"Crossref","is-referenced-by-count":1,"title":["Data + Warehousing and Knowledge Discovery"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,9,2]]},"container-title":["Lecture + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-46145-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-46145-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,21]],"date-time":"2019-05-21T23:45:08Z","timestamp":1558482308000},"score":19.878454,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-46145-0"}},"subtitle":["4th + International Conference, DaWaK 2002 Aix-en-Provence, France, September 4\u20136, + 2002 Proceedings"],"editor":[{"given":"Yahiko","family":"Kambayashi","sequence":"first","affiliation":[]},{"given":"Werner","family":"Winiwarter","sequence":"additional","affiliation":[]},{"given":"Masatoshi","family":"Arikawa","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540441236","9783540461456"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-46145-0","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T21:45:31Z","timestamp":1648763131372},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540002239","type":"print"},{"value":"9783540361992","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-36199-5","type":"book","created":{"date-parts":[[2007,8,7]],"date-time":"2007-08-07T02:02:01Z","timestamp":1186452121000},"source":"Crossref","is-referenced-by-count":0,"title":["Active Networks"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,11,8]]},"container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36199-5.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36199-5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T14:03:36Z","timestamp":1558274616000},"score":20.166725,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36199-5"}},"subtitle":["IFIP-TC6 + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36199-5.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36199-5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T14:03:36Z","timestamp":1558274616000},"score":19.875095,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36199-5"}},"subtitle":["IFIP-TC6 4th International Working Conference, IWAN 2002 Zurich, Switzerland, December - 4\u20136, 2002 Proceedings"],"editor":[{"given":"James","family":"Sterbenz","sequence":"first","affiliation":[]},{"given":"Osamu","family":"Takada","sequence":"additional","affiliation":[]},{"given":"Christian","family":"Tschudin","sequence":"additional","affiliation":[]},{"given":"Bernhard","family":"Plattner","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540002239","9783540361992"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36199-5","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,12,30]],"date-time":"2022-12-30T06:25:46Z","timestamp":1672381546949},"publisher-location":"Berlin, + 4\u20136, 2002 Proceedings"],"editor":[{"given":"James","family":"Sterbenz","sequence":"first","affiliation":[]},{"given":"Osamu","family":"Takada","sequence":"additional","affiliation":[]},{"given":"Christian","family":"Tschudin","sequence":"additional","affiliation":[]},{"given":"Bernhard","family":"Plattner","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540002239","9783540361992"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36199-5","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,12,30]],"date-time":"2022-12-30T18:50:57Z","timestamp":1672426257652},"publisher-location":"Berlin, + Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540000297","type":"print"},{"value":"9783540361039","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-36103-0","type":"book","created":{"date-parts":[[2007,5,16]],"date-time":"2007-05-16T03:15:07Z","timestamp":1179285307000},"source":"Crossref","is-referenced-by-count":2,"title":["Formal + Methods and Software Engineering"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,10,10]]},"container-title":["Lecture + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36103-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36103-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,29]],"date-time":"2020-01-29T14:47:46Z","timestamp":1580309266000},"score":19.844707,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36103-0"}},"subtitle":["4th + International Conference on Formal Engineering Methods, ICFEM 2002 Shanghai, + China, October 21\u201325, 2002 Proceedings"],"editor":[{"given":"Chris","family":"George","sequence":"first","affiliation":[]},{"given":"Huaikou","family":"Miao","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540000297","9783540361039"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36103-0","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,12,30]],"date-time":"2022-12-30T06:25:46Z","timestamp":1672381546949},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540584766","type":"print"},{"value":"9783540489894","type":"electronic"}],"license":[{"start":{"date-parts":[[1994,1,1]],"date-time":"1994-01-01T00:00:00Z","timestamp":757382400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1994]]},"DOI":"10.1007\/3-540-58476-5","type":"book","created":{"date-parts":[[2012,2,26]],"date-time":"2012-02-26T11:17:00Z","timestamp":1330255020000},"source":"Crossref","is-referenced-by-count":1,"title":["Computers for Handicapped Persons"],"prefix":"10.1007","member":"297","container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58476-5.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58476-5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,8]],"date-time":"2020-01-08T19:13:32Z","timestamp":1578510812000},"score":20.122574,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-58476-5"}},"subtitle":["4th + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58476-5.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58476-5","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,8]],"date-time":"2020-01-08T19:13:32Z","timestamp":1578510812000},"score":19.82695,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-58476-5"}},"subtitle":["4th International Conference, ICCHP ''94 Vienna, Austria, September 14\u201316, 1994 Proceedings"],"editor":[{"given":"Wolfgang L.","family":"Zagler","sequence":"first","affiliation":[]},{"given":"Geoffrey","family":"Busby","sequence":"additional","affiliation":[]},{"given":"Roland - R.","family":"Wagner","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1994]]},"ISBN":["9783540584766","9783540489894"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-58476-5","ISSN":["0302-9743","1611-3349"],"issn-type":[{"value":"0302-9743","type":"print"},{"value":"1611-3349","type":"electronic"}],"published":{"date-parts":[[1994]]}},{"indexed":{"date-parts":[[2022,12,30]],"date-time":"2022-12-30T18:50:57Z","timestamp":1672426257652},"publisher-location":"Berlin, - Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540000297","type":"print"},{"value":"9783540361039","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-36103-0","type":"book","created":{"date-parts":[[2007,5,16]],"date-time":"2007-05-16T03:15:07Z","timestamp":1179285307000},"source":"Crossref","is-referenced-by-count":2,"title":["Formal - Methods and Software Engineering"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,10,10]]},"container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36103-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36103-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,29]],"date-time":"2020-01-29T14:47:46Z","timestamp":1580309266000},"score":20.038965,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36103-0"}},"subtitle":["4th - International Conference on Formal Engineering Methods, ICFEM 2002 Shanghai, - China, October 21\u201325, 2002 Proceedings"],"editor":[{"given":"Chris","family":"George","sequence":"first","affiliation":[]},{"given":"Huaikou","family":"Miao","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540000297","9783540361039"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36103-0","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,12,1]],"date-time":"2022-12-01T09:25:10Z","timestamp":1669886710918},"publisher-location":"Berlin, - Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540441236","type":"print"},{"value":"9783540461456","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-46145-0","type":"book","created":{"date-parts":[[2007,7,16]],"date-time":"2007-07-16T16:20:28Z","timestamp":1184602828000},"source":"Crossref","is-referenced-by-count":1,"title":["Data - Warehousing and Knowledge Discovery"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,9,2]]},"container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-46145-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-46145-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,21]],"date-time":"2019-05-21T23:45:08Z","timestamp":1558482308000},"score":20.003628,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-46145-0"}},"subtitle":["4th - International Conference, DaWaK 2002 Aix-en-Provence, France, September 4\u20136, - 2002 Proceedings"],"editor":[{"given":"Yahiko","family":"Kambayashi","sequence":"first","affiliation":[]},{"given":"Werner","family":"Winiwarter","sequence":"additional","affiliation":[]},{"given":"Masatoshi","family":"Arikawa","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540441236","9783540461456"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-46145-0","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Proceedings + R.","family":"Wagner","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1994]]},"ISBN":["9783540584766","9783540489894"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-58476-5","ISSN":["0302-9743","1611-3349"],"issn-type":[{"value":"0302-9743","type":"print"},{"value":"1611-3349","type":"electronic"}],"published":{"date-parts":[[1994]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Proceedings of 1994 4th International Conference on Properties and Applications of Dielectric Materials (ICPADM) 2002"}}}' - recorded_at: Fri, 06 Jan 2023 03:25:21 GMT + recorded_at: Sun, 15 Jan 2023 19:25:02 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Electromagnetic%2Bspectrum%2Bcaused%2Bby%2Bpartial%2Bdischarge%2Bin%2Bair%2Bunder%2BAC%2Band%2BDC%2Bvoltage%2Bapplication%2B2002%2BIEEE @@ -244,11 +244,11 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 03:25:21 GMT + - Sun, 15 Jan 2023 19:25:11 GMT Content-Type: - application/json Content-Length: - - '9603' + - '9614' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -276,7 +276,7 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":13198,"items":[{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T20:14:14Z","timestamp":1648584854552},"reference-count":9,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00007-x","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:08Z","timestamp":1422049148000},"page":"297-349","source":"Crossref","is-referenced-by-count":0,"title":["Electromagnetic + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":13234,"items":[{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T20:14:14Z","timestamp":1648584854552},"reference-count":9,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00007-x","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:08Z","timestamp":1422049148000},"page":"297-349","source":"Crossref","is-referenced-by-count":0,"title":["Electromagnetic Environment in UHV Transmission Projects"],"prefix":"10.1016","author":[{"given":"Zhenya","family":"Liu","sequence":"first","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-12-802161-3.00007-X_bib1","series-title":"UHV DC Transmission Technology Study Collection (2009\u20132011)","author":"Zhenya","year":"2010"},{"key":"10.1016\/B978-0-12-802161-3.00007-X_bib2","series-title":"UHV DC Transmission Technology Study Collection (2009\u20132010)","author":"Zhenya","year":"2011"},{"issue":"31","key":"10.1016\/B978-0-12-802161-3.00007-X_bib3","first-page":"1","article-title":"Research @@ -289,7 +289,7 @@ http_interactions: Noise Control Engineering","author":"Dongxing","year":"2010"},{"key":"10.1016\/B978-0-12-802161-3.00007-X_bib8","series-title":"Transmission Line Reference Book 345kV and Above","author":"Anderson","year":"1982"},{"key":"10.1016\/B978-0-12-802161-3.00007-X_bib9","series-title":"Corona Performance of High-Voltage Transmission Lines","author":"Maruvada","year":"2000"}],"container-title":["Ultra-High - Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978012802161300007X?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978012802161300007X?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:34Z","timestamp":1537932154000},"score":34.84317,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B978012802161300007X"}},"issued":{"date-parts":[[2015]]},"references-count":9,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00007-x","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T15:00:17Z","timestamp":1648998017121},"publisher-location":"Cham","reference-count":7,"publisher":"Springer + Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978012802161300007X?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978012802161300007X?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:34Z","timestamp":1537932154000},"score":34.868553,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B978012802161300007X"}},"issued":{"date-parts":[[2015]]},"references-count":9,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00007-x","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T15:00:17Z","timestamp":1648998017121},"publisher-location":"Cham","reference-count":7,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783030316792","type":"print"},{"value":"9783030316808","type":"electronic"}],"license":[{"start":{"date-parts":[[2019,10,31]],"date-time":"2019-10-31T00:00:00Z","timestamp":1572480000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2019,10,31]],"date-time":"2019-10-31T00:00:00Z","timestamp":1572480000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.1007\/978-3-030-31680-8_11","type":"book-chapter","created":{"date-parts":[[2019,10,30]],"date-time":"2019-10-30T22:12:01Z","timestamp":1572473521000},"page":"99-109","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":0,"title":["Partial Discharge Characteristics of Foamed Magnet Wire Under AC Voltage Application"],"prefix":"10.1007","author":[{"given":"Sho","family":"Okada","sequence":"first","affiliation":[]},{"given":"Kazuki","family":"Tanaka","sequence":"additional","affiliation":[]},{"given":"Shoko","family":"Ishizu","sequence":"additional","affiliation":[]},{"given":"Shusuke","family":"Takekawa","sequence":"additional","affiliation":[]},{"given":"Hideki","family":"Ueno","sequence":"additional","affiliation":[]},{"given":"Shinya","family":"Ohta","sequence":"additional","affiliation":[]},{"given":"Akira","family":"Mizoguchi","sequence":"additional","affiliation":[]},{"given":"Masaaki","family":"Yamauchi","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2019,10,31]]},"reference":[{"issue":"1","key":"11_CR1","doi-asserted-by":"publisher","first-page":"5","DOI":"10.1109\/MEI.2005.1389265","volume":"21","author":"H Hayakawa","year":"2005","unstructured":"Hayakawa, H., Okubo, H.: Partial discharge @@ -318,7 +318,7 @@ http_interactions: S., Yamauchi, M., Mizoguchi, A., Yoshida, K., Tamura, Y.: Magnet wire with enhanced tolerance for high frequency voltage. SEI Tech. Rev. (84), 97\u2013101 (2017)"}],"container-title":["Lecture Notes in Electrical Engineering","Proceedings - of the 21st International Symposium on High Voltage Engineering"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-31680-8_11","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,31]],"date-time":"2019-10-31T08:32:02Z","timestamp":1572510722000},"score":33.416664,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-030-31680-8_11"}},"issued":{"date-parts":[[2019,10,31]]},"ISBN":["9783030316792","9783030316808"],"references-count":7,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-31680-8_11","ISSN":["1876-1100","1876-1119"],"issn-type":[{"value":"1876-1100","type":"print"},{"value":"1876-1119","type":"electronic"}],"published":{"date-parts":[[2019,10,31]]},"assertion":[{"value":"31 + of the 21st International Symposium on High Voltage Engineering"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-31680-8_11","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,31]],"date-time":"2019-10-31T08:32:02Z","timestamp":1572510722000},"score":33.30139,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-030-31680-8_11"}},"issued":{"date-parts":[[2019,10,31]]},"ISBN":["9783030316792","9783030316808"],"references-count":7,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-31680-8_11","ISSN":["1876-1100","1876-1119"],"issn-type":[{"value":"1876-1100","type":"print"},{"value":"1876-1119","type":"electronic"}],"published":{"date-parts":[[2019,10,31]]},"assertion":[{"value":"31 October 2019","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"ISH","order":1,"name":"conference_acronym","label":"Conference Acronym","group":{"name":"ConferenceInfo","label":"Conference Information"}},{"value":"The @@ -335,7 +335,7 @@ http_interactions: URL","group":{"name":"ConferenceInfo","label":"Conference Information"}}]},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T23:44:56Z","timestamp":1648511096489},"publisher-location":"Chichester, UK","reference-count":0,"publisher":"John Wiley & Sons, Ltd","isbn-type":[{"value":"9781118846704","type":"electronic"},{"value":"9781118846667","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118846704.ch20","type":"book-chapter","created":{"date-parts":[[2015,7,26]],"date-time":"2015-07-26T23:17:06Z","timestamp":1437952626000},"page":"271-290","source":"Crossref","is-referenced-by-count":0,"title":["VSC HVDC under AC and DC Fault Conditions"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2015,7,24]]},"container-title":["High-Voltage - Direct-Current Transmission"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118846704.ch20\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T20:58:09Z","timestamp":1625000289000},"score":32.868908,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118846704.ch20"}},"issued":{"date-parts":[[2015,7,24]]},"ISBN":["9781118846704","9781118846667"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118846704.ch20","published":{"date-parts":[[2015,7,24]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T04:10:19Z","timestamp":1648959019851},"publisher-location":"Cham","reference-count":20,"publisher":"Springer + Direct-Current Transmission"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118846704.ch20\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T20:58:09Z","timestamp":1625000289000},"score":32.840088,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118846704.ch20"}},"issued":{"date-parts":[[2015,7,24]]},"ISBN":["9781118846704","9781118846667"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118846704.ch20","published":{"date-parts":[[2015,7,24]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T04:10:19Z","timestamp":1648959019851},"publisher-location":"Cham","reference-count":20,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783030316792","type":"print"},{"value":"9783030316808","type":"electronic"}],"license":[{"start":{"date-parts":[[2019,10,31]],"date-time":"2019-10-31T00:00:00Z","timestamp":1572480000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2019,10,31]],"date-time":"2019-10-31T00:00:00Z","timestamp":1572480000000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2020]]},"DOI":"10.1007\/978-3-030-31680-8_144","type":"book-chapter","created":{"date-parts":[[2019,10,31]],"date-time":"2019-10-31T02:12:01Z","timestamp":1572487921000},"page":"1527-1537","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":0,"title":["Classification of Partial Discharges at AC, DC and Combined AC\/DC Voltage Using Frequency Domain Analysis"],"prefix":"10.1007","author":[{"given":"Hassan","family":"Saadati","sequence":"first","affiliation":[]},{"given":"P.","family":"Werle","sequence":"additional","affiliation":[]},{"given":"E.","family":"Gockenbach","sequence":"additional","affiliation":[]},{"given":"Hossein","family":"Borsi","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2019,10,31]]},"reference":[{"key":"144_CR1","unstructured":"IEC @@ -399,7 +399,7 @@ http_interactions: of partial discharge phenomena under AC and DC stresses. In: IEEE International Conference on High Voltage Engineering and Application, Athens, Greece (2018)","DOI":"10.1109\/ICHVE.2018.8642207"}],"container-title":["Lecture Notes in Electrical Engineering","Proceedings of the 21st International Symposium - on High Voltage Engineering"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-31680-8_144","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,31]],"date-time":"2019-10-31T11:33:33Z","timestamp":1572521613000},"score":31.695473,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-030-31680-8_144"}},"issued":{"date-parts":[[2019,10,31]]},"ISBN":["9783030316792","9783030316808"],"references-count":20,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-31680-8_144","ISSN":["1876-1100","1876-1119"],"issn-type":[{"value":"1876-1100","type":"print"},{"value":"1876-1119","type":"electronic"}],"published":{"date-parts":[[2019,10,31]]},"assertion":[{"value":"31 + on High Voltage Engineering"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-31680-8_144","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,31]],"date-time":"2019-10-31T11:33:33Z","timestamp":1572521613000},"score":31.689362,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-030-31680-8_144"}},"issued":{"date-parts":[[2019,10,31]]},"ISBN":["9783030316792","9783030316808"],"references-count":20,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-31680-8_144","ISSN":["1876-1100","1876-1119"],"issn-type":[{"value":"1876-1100","type":"print"},{"value":"1876-1119","type":"electronic"}],"published":{"date-parts":[[2019,10,31]]},"assertion":[{"value":"31 October 2019","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}},{"value":"ISH","order":1,"name":"conference_acronym","label":"Conference Acronym","group":{"name":"ConferenceInfo","label":"Conference Information"}},{"value":"The @@ -415,38 +415,19 @@ http_interactions: ID","group":{"name":"ConferenceInfo","label":"Conference Information"}},{"value":"http:\/\/ish2019.org","order":11,"name":"conference_url","label":"Conference URL","group":{"name":"ConferenceInfo","label":"Conference Information"}}]},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T14:08:44Z","timestamp":1649167724856},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00025-1","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:24Z","timestamp":1422049164000},"page":"709-719","source":"Crossref","is-referenced-by-count":0,"title":["Standards for UHV AC and DC Transmission Technologies"],"prefix":"10.1016","member":"78","container-title":["Ultra-High - Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000251?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000251?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:30Z","timestamp":1537932150000},"score":31.376682,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000251"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00025-1","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T17:54:23Z","timestamp":1648749263975},"publisher-location":"Chichester, + Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000251?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000251?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:30Z","timestamp":1537932150000},"score":31.454174,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000251"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00025-1","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T17:54:23Z","timestamp":1648749263975},"publisher-location":"Chichester, UK","reference-count":0,"publisher":"John Wiley & Sons, Ltd","isbn-type":[{"value":"9781118846704","type":"electronic"},{"value":"9781118846667","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9781118846704.ch21","type":"book-chapter","created":{"date-parts":[[2015,7,26]],"date-time":"2015-07-26T23:17:06Z","timestamp":1437952626000},"page":"291-297","source":"Crossref","is-referenced-by-count":0,"title":["VSC HVDC Application for AC Grid Support and Operation with Passive AC Systems"],"prefix":"10.1002","member":"311","published-online":{"date-parts":[[2015,7,24]]},"container-title":["High-Voltage - Direct-Current Transmission"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118846704.ch21\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T20:41:02Z","timestamp":1624999262000},"score":31.128017,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118846704.ch21"}},"issued":{"date-parts":[[2015,7,24]]},"ISBN":["9781118846704","9781118846667"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118846704.ch21","published":{"date-parts":[[2015,7,24]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T07:08:56Z","timestamp":1648969736814},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00014-7","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:25Z","timestamp":1422049165000},"page":"iv","source":"Crossref","is-referenced-by-count":0,"title":["Copyright"],"prefix":"10.1016","member":"78","container-title":["Ultra-High - Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000147?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000147?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:29Z","timestamp":1537932149000},"score":29.873358,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000147"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00014-7","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T20:37:30Z","timestamp":1648845450067},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00022-6","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:29Z","timestamp":1422049169000},"page":"693-696","source":"Crossref","is-referenced-by-count":0,"title":["Technical + Direct-Current Transmission"],"link":[{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/9781118846704.ch21\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,29]],"date-time":"2021-06-29T20:41:02Z","timestamp":1624999262000},"score":31.079557,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9781118846704.ch21"}},"issued":{"date-parts":[[2015,7,24]]},"ISBN":["9781118846704","9781118846667"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9781118846704.ch21","published":{"date-parts":[[2015,7,24]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T07:08:56Z","timestamp":1648969736814},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00014-7","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:25Z","timestamp":1422049165000},"page":"iv","source":"Crossref","is-referenced-by-count":0,"title":["Copyright"],"prefix":"10.1016","member":"78","container-title":["Ultra-High + Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000147?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000147?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:29Z","timestamp":1537932149000},"score":29.856472,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000147"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00014-7","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T20:37:30Z","timestamp":1648845450067},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00022-6","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:29Z","timestamp":1422049169000},"page":"693-696","source":"Crossref","is-referenced-by-count":0,"title":["Technical Data of UHV AC Transmission Lines"],"prefix":"10.1016","member":"78","container-title":["Ultra-High - Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000226?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000226?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:27Z","timestamp":1537932147000},"score":29.463852,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000226"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00022-6","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T04:45:47Z","timestamp":1648529147075},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00027-5","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:24Z","timestamp":1422049164000},"page":"721-722","source":"Crossref","is-referenced-by-count":0,"title":["Afterword"],"prefix":"10.1016","member":"78","container-title":["Ultra-High - Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000275?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000275?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:29Z","timestamp":1537932149000},"score":29.44212,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000275"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00027-5","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:16:35Z","timestamp":1648718195669},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00021-4","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:29Z","timestamp":1422049169000},"page":"683-691","source":"Crossref","is-referenced-by-count":0,"title":["Technical + Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000226?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000226?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:27Z","timestamp":1537932147000},"score":29.448277,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000226"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00022-6","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T04:45:47Z","timestamp":1648529147075},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00027-5","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:24Z","timestamp":1422049164000},"page":"721-722","source":"Crossref","is-referenced-by-count":0,"title":["Afterword"],"prefix":"10.1016","member":"78","container-title":["Ultra-High + Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000275?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000275?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:29Z","timestamp":1537932149000},"score":29.44067,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000275"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00027-5","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T08:29:36Z","timestamp":1649060976400},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00026-3","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:18Z","timestamp":1422049158000},"page":"723-737","source":"Crossref","is-referenced-by-count":0,"title":["Index"],"prefix":"10.1016","member":"78","container-title":["Ultra-High + Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000263?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000263?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:33Z","timestamp":1537932153000},"score":29.41529,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000263"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00026-3","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:16:35Z","timestamp":1648718195669},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00021-4","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:29Z","timestamp":1422049169000},"page":"683-691","source":"Crossref","is-referenced-by-count":0,"title":["Technical Data of UHV AC Electrical Equipment"],"prefix":"10.1016","member":"78","container-title":["Ultra-High - Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000214?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000214?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:27Z","timestamp":1537932147000},"score":29.425987,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000214"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00021-4","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T08:29:36Z","timestamp":1649060976400},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00026-3","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:18Z","timestamp":1422049158000},"page":"723-737","source":"Crossref","is-referenced-by-count":0,"title":["Index"],"prefix":"10.1016","member":"78","container-title":["Ultra-High - Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000263?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000263?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:33Z","timestamp":1537932153000},"score":29.34339,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000263"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00026-3","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:10:27Z","timestamp":1648797027490},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00024-x","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:24Z","timestamp":1422049164000},"page":"705-708","source":"Crossref","is-referenced-by-count":0,"title":["Technical + Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000214?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000214?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:27Z","timestamp":1537932147000},"score":29.396168,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000214"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00021-4","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:10:27Z","timestamp":1648797027490},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00024-x","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:24Z","timestamp":1422049164000},"page":"705-708","source":"Crossref","is-referenced-by-count":0,"title":["Technical Data of UHV DC Transmission Lines"],"prefix":"10.1016","member":"78","container-title":["Ultra-High - Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978012802161300024X?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978012802161300024X?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:31Z","timestamp":1537932151000},"score":29.278,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B978012802161300024X"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00024-x","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T10:47:03Z","timestamp":1648810023045},"reference-count":8,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00002-0","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:08Z","timestamp":1422049148000},"page":"35-93","source":"Crossref","is-referenced-by-count":0,"title":["Characteristics - of UHV AC Transmission System"],"prefix":"10.1016","author":[{"given":"Zhenya","family":"Liu","sequence":"first","affiliation":[]}],"member":"78","reference":[{"issue":"7","key":"10.1016\/B978-0-12-802161-3.00002-0_bib1","first-page":"1","article-title":"Application - of controllable reactors in China\u2019s power grid at extra and ultra voltage - class","volume":"27","author":"Qinyong","year":"2007","journal-title":"Proc. - CSEE"},{"issue":"19","key":"10.1016\/B978-0-12-802161-3.00002-0_bib2","first-page":"14","article-title":"Simulation - and evaluation for short term and mid\/long term voltage stability","volume":"30","author":"Shiying","year":"2006","journal-title":"Power - Syst. Technol."},{"issue":"17","key":"10.1016\/B978-0-12-802161-3.00002-0_bib3","first-page":"31","article-title":"A - commentary on definition and classification of power system stability","volume":"30","author":"Huadong","year":"2006","journal-title":"Power - Syst. Technol."},{"issue":"22","key":"10.1016\/B978-0-12-802161-3.00002-0_bib4","first-page":"12","article-title":"Summary - of commissioning test on the 1000kV UHV AC demonstration project","volume":"29","author":"Xiaogang","year":"2009","journal-title":"Proc. - CSEE"},{"issue":"16","key":"10.1016\/B978-0-12-802161-3.00002-0_bib5","first-page":"29","article-title":"Simulation - and verification of system commissioning test for 1000kV AC pilot project","volume":"33","author":"Jian","year":"2009","journal-title":"Power - Syst. Technol."},{"issue":"34","key":"10.1016\/B978-0-12-802161-3.00002-0_bib6","first-page":"47","article-title":"Analysis - on stability characteristics of UHV synchronous power grid","volume":"28","author":"Liang","year":"2008","journal-title":"Power - Syst. Technol."},{"issue":"34","key":"10.1016\/B978-0-12-802161-3.00002-0_bib7","first-page":"1","article-title":"Security - evaluation of UHV synchronized power grid","volume":"27","author":"Yinbiao","year":"2007","journal-title":"Proc. - CSEE"},{"issue":"16","key":"10.1016\/B978-0-12-802161-3.00002-0_bib8","first-page":"1","article-title":"Composition - and analysis of \u201cNorth China-Central China-East China\u201d UHV synchronous - power grid","volume":"30","author":"Wenliang","year":"2010","journal-title":"Proc. - CSEE"}],"container-title":["Ultra-High Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000020?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000020?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:34Z","timestamp":1537932154000},"score":29.073874,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000020"}},"issued":{"date-parts":[[2015]]},"references-count":8,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00002-0","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T04:37:41Z","timestamp":1648701461868},"reference-count":20,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00001-9","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T16:39:25Z","timestamp":1422031165000},"page":"1-33","source":"Crossref","is-referenced-by-count":2,"title":["Grid + Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978012802161300024X?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B978012802161300024X?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:31Z","timestamp":1537932151000},"score":29.2635,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B978012802161300024X"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00024-x","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T04:37:41Z","timestamp":1648701461868},"reference-count":20,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00001-9","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T16:39:25Z","timestamp":1422031165000},"page":"1-33","source":"Crossref","is-referenced-by-count":2,"title":["Grid Development and Voltage Upgrade"],"prefix":"10.1016","author":[{"given":"Zhenya","family":"Liu","sequence":"first","affiliation":[]}],"member":"78","reference":[{"issue":"22","key":"10.1016\/B978-0-12-802161-3.00001-9_bib1","first-page":"1","article-title":"Retrospect and prospect of the grid and grid technology development\u2014discussions on the third-generation grid","volume":"33","author":"Xiaoxin","year":"2013","journal-title":"Proc. @@ -486,8 +467,27 @@ http_interactions: DC Transmission Technology Study Collection (2006\u20132011)","author":"Zhenya","year":"2007"},{"key":"10.1016\/B978-0-12-802161-3.00001-9_bib20","unstructured":"UHV AC Transmission Technology, Science and Technology Department of Ministry of Electric Power Industry, Beijing, 1994."}],"container-title":["Ultra-High - Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000019?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000019?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,25]],"date-time":"2018-09-25T23:22:28Z","timestamp":1537917748000},"score":29.0592,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000019"}},"issued":{"date-parts":[[2015]]},"references-count":20,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00001-9","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T10:17:50Z","timestamp":1649153870647},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00013-5","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:18Z","timestamp":1422049158000},"page":"i-iii","source":"Crossref","is-referenced-by-count":0,"title":["Front-matter"],"prefix":"10.1016","member":"78","container-title":["Ultra-High - Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000135?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000135?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:31Z","timestamp":1537932151000},"score":28.890062,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000135"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00013-5","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,11,20]],"date-time":"2022-11-20T20:48:50Z","timestamp":1668977330565},"reference-count":5,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00003-2","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:18Z","timestamp":1422049158000},"page":"95-132","source":"Crossref","is-referenced-by-count":2,"title":["Characteristics + Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000019?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000019?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,25]],"date-time":"2018-09-25T23:22:28Z","timestamp":1537917748000},"score":29.044746,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000019"}},"issued":{"date-parts":[[2015]]},"references-count":20,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00001-9","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T10:47:03Z","timestamp":1648810023045},"reference-count":8,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00002-0","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:08Z","timestamp":1422049148000},"page":"35-93","source":"Crossref","is-referenced-by-count":0,"title":["Characteristics + of UHV AC Transmission System"],"prefix":"10.1016","author":[{"given":"Zhenya","family":"Liu","sequence":"first","affiliation":[]}],"member":"78","reference":[{"issue":"7","key":"10.1016\/B978-0-12-802161-3.00002-0_bib1","first-page":"1","article-title":"Application + of controllable reactors in China\u2019s power grid at extra and ultra voltage + class","volume":"27","author":"Qinyong","year":"2007","journal-title":"Proc. + CSEE"},{"issue":"19","key":"10.1016\/B978-0-12-802161-3.00002-0_bib2","first-page":"14","article-title":"Simulation + and evaluation for short term and mid\/long term voltage stability","volume":"30","author":"Shiying","year":"2006","journal-title":"Power + Syst. Technol."},{"issue":"17","key":"10.1016\/B978-0-12-802161-3.00002-0_bib3","first-page":"31","article-title":"A + commentary on definition and classification of power system stability","volume":"30","author":"Huadong","year":"2006","journal-title":"Power + Syst. Technol."},{"issue":"22","key":"10.1016\/B978-0-12-802161-3.00002-0_bib4","first-page":"12","article-title":"Summary + of commissioning test on the 1000kV UHV AC demonstration project","volume":"29","author":"Xiaogang","year":"2009","journal-title":"Proc. + CSEE"},{"issue":"16","key":"10.1016\/B978-0-12-802161-3.00002-0_bib5","first-page":"29","article-title":"Simulation + and verification of system commissioning test for 1000kV AC pilot project","volume":"33","author":"Jian","year":"2009","journal-title":"Power + Syst. Technol."},{"issue":"34","key":"10.1016\/B978-0-12-802161-3.00002-0_bib6","first-page":"47","article-title":"Analysis + on stability characteristics of UHV synchronous power grid","volume":"28","author":"Liang","year":"2008","journal-title":"Power + Syst. Technol."},{"issue":"34","key":"10.1016\/B978-0-12-802161-3.00002-0_bib7","first-page":"1","article-title":"Security + evaluation of UHV synchronized power grid","volume":"27","author":"Yinbiao","year":"2007","journal-title":"Proc. + CSEE"},{"issue":"16","key":"10.1016\/B978-0-12-802161-3.00002-0_bib8","first-page":"1","article-title":"Composition + and analysis of \u201cNorth China-Central China-East China\u201d UHV synchronous + power grid","volume":"30","author":"Wenliang","year":"2010","journal-title":"Proc. + CSEE"}],"container-title":["Ultra-High Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000020?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000020?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:34Z","timestamp":1537932154000},"score":29.04245,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000020"}},"issued":{"date-parts":[[2015]]},"references-count":8,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00002-0","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T10:17:50Z","timestamp":1649153870647},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00013-5","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:18Z","timestamp":1422049158000},"page":"i-iii","source":"Crossref","is-referenced-by-count":0,"title":["Front-matter"],"prefix":"10.1016","member":"78","container-title":["Ultra-High + Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000135?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000135?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:31Z","timestamp":1537932151000},"score":28.961052,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000135"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00013-5","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,11,20]],"date-time":"2022-11-20T20:48:50Z","timestamp":1668977330565},"reference-count":5,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00003-2","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:18Z","timestamp":1422049158000},"page":"95-132","source":"Crossref","is-referenced-by-count":2,"title":["Characteristics of UHV DC Transmission System"],"prefix":"10.1016","author":[{"given":"Zhenya","family":"Liu","sequence":"first","affiliation":[]}],"member":"78","reference":[{"key":"10.1016\/B978-0-12-802161-3.00003-2_bib1","series-title":"Dynamic Behavior Analysis of AC\/DC Power Systems","author":"Zheng","year":"2004"},{"key":"10.1016\/B978-0-12-802161-3.00003-2_bib2","unstructured":"CIGRE Working Group B4.41, Systems with Multiple DC Infeed. CIGRE, 2008."},{"key":"10.1016\/B978-0-12-802161-3.00003-2_bib3","series-title":"Multiple @@ -497,7 +497,7 @@ http_interactions: Syst. Prot. Control"},{"issue":"10","key":"10.1016\/B978-0-12-802161-3.00003-2_bib5","first-page":"36","article-title":"A method for multi DC terminal location selection based on multi-infeed short circuit ratio","volume":"33","author":"Xiaojiang","year":"2013","journal-title":"Proc. - CSEE"}],"container-title":["Ultra-High Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000032?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000032?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:32Z","timestamp":1537932152000},"score":28.851639,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000032"}},"issued":{"date-parts":[[2015]]},"references-count":5,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00003-2","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T17:16:28Z","timestamp":1649178988901},"reference-count":11,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00009-3","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T16:39:25Z","timestamp":1422031165000},"page":"405-479","source":"Crossref","is-referenced-by-count":3,"title":["UHV + CSEE"}],"container-title":["Ultra-High Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000032?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000032?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:32Z","timestamp":1537932152000},"score":28.832645,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000032"}},"issued":{"date-parts":[[2015]]},"references-count":5,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00003-2","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T17:16:28Z","timestamp":1649178988901},"reference-count":11,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00009-3","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T16:39:25Z","timestamp":1422031165000},"page":"405-479","source":"Crossref","is-referenced-by-count":3,"title":["UHV Substation and UHV AC Electrical Equipment"],"prefix":"10.1016","author":[{"given":"Zhenya","family":"Liu","sequence":"first","affiliation":[]}],"member":"78","reference":[{"issue":"3","key":"10.1016\/B978-0-12-802161-3.00009-3_bib1","first-page":"1","article-title":"Insulation level and test technology of 1000kV power transformers","volume":"32","author":"Guangfan","year":"2008","journal-title":"Power Syst. Technol."},{"key":"10.1016\/B978-0-12-802161-3.00009-3_bib2","doi-asserted-by":"crossref","first-page":"49","DOI":"10.1002\/etep.559","article-title":"Research @@ -524,15 +524,15 @@ http_interactions: transformer","volume":"34","author":"Ye","year":"2008","journal-title":"High Voltage Eng."},{"issue":"4","key":"10.1016\/B978-0-12-802161-3.00009-3_bib11","first-page":"158","article-title":"Fast ferroresonance suppression of coupling capacitor voltage transformers","volume":"17","author":"Graovac","year":"2002","journal-title":"IEEE - Trans. Power Delivery"}],"container-title":["Ultra-High Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000093?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000093?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,25]],"date-time":"2018-09-25T23:22:30Z","timestamp":1537917750000},"score":28.730453,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000093"}},"issued":{"date-parts":[[2015]]},"references-count":11,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00009-3","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T21:09:34Z","timestamp":1648933774855},"reference-count":0,"publisher":"Institution + Trans. Power Delivery"}],"container-title":["Ultra-High Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000093?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000093?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,25]],"date-time":"2018-09-25T23:22:30Z","timestamp":1537917750000},"score":28.697506,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000093"}},"issued":{"date-parts":[[2015]]},"references-count":11,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00009-3","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T21:09:34Z","timestamp":1648933774855},"reference-count":0,"publisher":"Institution of Engineering and Technology","isbn-type":[{"value":"9780852969342","type":"print"},{"value":"9781849194396","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1998,1,1]]},"DOI":"10.1049\/pbpo027e_ch6","type":"book-chapter","created":{"date-parts":[[2011,10,6]],"date-time":"2011-10-06T15:01:54Z","timestamp":1317913314000},"page":"175-274","source":"Crossref","is-referenced-by-count":0,"title":["Electromagnetic transient simulation"],"prefix":"10.1049","member":"265","container-title":["AC-DC - Power System Analysis"],"link":[{"URL":"https:\/\/digital-library.theiet.org\/content\/books\/10.1049\/pbpo027e_ch6?crawler=true&mimetype=application\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,1,22]],"date-time":"2022-01-22T08:21:27Z","timestamp":1642839687000},"score":28.630726,"resource":{"primary":{"URL":"https:\/\/digital-library.theiet.org\/content\/books\/10.1049\/pbpo027e_ch6"}},"issued":{"date-parts":[[1998,1,1]]},"ISBN":["9780852969342","9781849194396"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1049\/pbpo027e_ch6","published":{"date-parts":[[1998,1,1]]}},{"indexed":{"date-parts":[[2022,9,21]],"date-time":"2022-09-21T22:59:42Z","timestamp":1663801182662},"publisher-location":"Hoboken, + Power System Analysis"],"link":[{"URL":"https:\/\/digital-library.theiet.org\/content\/books\/10.1049\/pbpo027e_ch6?crawler=true&mimetype=application\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,1,22]],"date-time":"2022-01-22T08:21:27Z","timestamp":1642839687000},"score":28.606106,"resource":{"primary":{"URL":"https:\/\/digital-library.theiet.org\/content\/books\/10.1049\/pbpo027e_ch6"}},"issued":{"date-parts":[[1998,1,1]]},"ISBN":["9780852969342","9781849194396"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1049\/pbpo027e_ch6","published":{"date-parts":[[1998,1,1]]}},{"indexed":{"date-parts":[[2022,9,21]],"date-time":"2022-09-21T22:59:42Z","timestamp":1663801182662},"publisher-location":"Hoboken, NJ, USA","reference-count":0,"publisher":"John Wiley & Sons, Inc.","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9780470551578.ch2","type":"book-chapter","created":{"date-parts":[[2010,3,23]],"date-time":"2010-03-23T14:16:34Z","timestamp":1269353794000},"page":"21-47","source":"Crossref","is-referenced-by-count":2,"title":["DC\/AC Half-Bridge Converter"],"prefix":"10.1002","member":"311","container-title":["Voltage-Sourced - Converters in Power Systems"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9780470551578.ch2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T02:11:43Z","timestamp":1625019103000},"score":28.461796,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9780470551578.ch2"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9780470551578.ch2"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:05:11Z","timestamp":1649124311219},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00016-0","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:25Z","timestamp":1422049165000},"page":"xv-xix","source":"Crossref","is-referenced-by-count":0,"title":["Preface"],"prefix":"10.1016","author":[{"given":"Zhenya","family":"Liu","sequence":"first","affiliation":[]}],"member":"78","container-title":["Ultra-High - Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000160?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000160?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:29Z","timestamp":1537932149000},"score":28.461796,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000160"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00016-0","published":{"date-parts":[[2015]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Electromagnetic+spectrum+caused+by+partial+discharge+in+air+under+AC+and+DC+voltage+application+2002+IEEE"}}}' - recorded_at: Fri, 06 Jan 2023 03:25:21 GMT + Converters in Power Systems"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9780470551578.ch2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T02:11:43Z","timestamp":1625019103000},"score":28.506285,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9780470551578.ch2"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9780470551578.ch2"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:05:11Z","timestamp":1649124311219},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2015,1,1]],"date-time":"2015-01-01T00:00:00Z","timestamp":1420070400000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/b978-0-12-802161-3.00016-0","type":"book-chapter","created":{"date-parts":[[2015,1,23]],"date-time":"2015-01-23T21:39:25Z","timestamp":1422049165000},"page":"xv-xix","source":"Crossref","is-referenced-by-count":0,"title":["Preface"],"prefix":"10.1016","author":[{"given":"Zhenya","family":"Liu","sequence":"first","affiliation":[]}],"member":"78","container-title":["Ultra-High + Voltage Ac\/dc Grids"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000160?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780128021613000160?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,26]],"date-time":"2018-09-26T03:22:29Z","timestamp":1537932149000},"score":28.506285,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780128021613000160"}},"issued":{"date-parts":[[2015]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-802161-3.00016-0","published":{"date-parts":[[2015]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Electromagnetic+spectrum+caused+by+partial+discharge+in+air+under+AC+and+DC+voltage+application+2002+IEEE"}}}' + recorded_at: Sun, 15 Jan 2023 19:25:11 GMT - request: method: get uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Proceedings%20of%201994%204th%20International%20Conference%20on%20Properties%20and%20Applications%20of%20Dielectric%20Materials%20(ICPADM),%20IEEE,%20,%202002%22&rows=10 @@ -552,11 +552,11 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 03:25:22 GMT + - Sun, 15 Jan 2023 19:25:13 GMT Content-Type: - application/json Content-Length: - - '3414' + - '3412' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -584,46 +584,45 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":15053,"items":[{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T22:41:02Z","timestamp":1648766462796},"reference-count":0,"publisher":"Elsevier","isbn-type":[{"value":"9780128023051","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/c2014-0-02694-9","type":"book","created":{"date-parts":[[2016,8,3]],"date-time":"2016-08-03T13:18:55Z","timestamp":1470230335000},"source":"Crossref","is-referenced-by-count":1,"title":["Dielectric - Properties of Agricultural Materials and their Applications"],"prefix":"10.1016","member":"78","link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20140026949?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20140026949?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,9]],"date-time":"2018-09-09T18:21:21Z","timestamp":1536517281000},"score":26.109316,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/C20140026949"}},"issued":{"date-parts":[[2015]]},"ISBN":["9780128023051"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/c2014-0-02694-9","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2023,1,5]],"date-time":"2023-01-05T05:44:55Z","timestamp":1672897495900},"reference-count":0,"publisher":"CRC + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":15058,"items":[{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T22:41:02Z","timestamp":1648766462796},"reference-count":0,"publisher":"Elsevier","isbn-type":[{"value":"9780128023051","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1016\/c2014-0-02694-9","type":"book","created":{"date-parts":[[2016,8,3]],"date-time":"2016-08-03T13:18:55Z","timestamp":1470230335000},"source":"Crossref","is-referenced-by-count":1,"title":["Dielectric + Properties of Agricultural Materials and their Applications"],"prefix":"10.1016","member":"78","link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20140026949?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20140026949?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,9]],"date-time":"2018-09-09T18:21:21Z","timestamp":1536517281000},"score":26.130272,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/C20140026949"}},"issued":{"date-parts":[[2015]]},"ISBN":["9780128023051"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/c2014-0-02694-9","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2023,1,5]],"date-time":"2023-01-05T05:44:55Z","timestamp":1672897495900},"reference-count":0,"publisher":"CRC Press","isbn-type":[{"value":"9781420070859","type":"print"},{"value":"9781439832882","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2008,4,2]]},"DOI":"10.1201\/9781439832882","type":"book","created":{"date-parts":[[2010,2,24]],"date-time":"2010-02-24T14:19:03Z","timestamp":1267021143000},"source":"Crossref","is-referenced-by-count":27,"title":["Handbook - of Advanced Dielectric, Piezoelectric and Ferroelectric Materials"],"prefix":"10.1201","member":"301","deposited":{"date-parts":[[2011,2,2]],"date-time":"2011-02-02T12:46:14Z","timestamp":1296650774000},"score":22.05009,"resource":{"primary":{"URL":"http:\/\/www.crcnetbase.com\/doi\/book\/10.1201\/9781439832882"}},"subtitle":["Synthesis, + of Advanced Dielectric, Piezoelectric and Ferroelectric Materials"],"prefix":"10.1201","member":"301","deposited":{"date-parts":[[2011,2,2]],"date-time":"2011-02-02T12:46:14Z","timestamp":1296650774000},"score":22.087801,"resource":{"primary":{"URL":"http:\/\/www.crcnetbase.com\/doi\/book\/10.1201\/9781439832882"}},"subtitle":["Synthesis, Properties and Applications"],"editor":[{"given":"Zuo-Guang","family":"Ye","sequence":"first","affiliation":[]},{"given":"Zuo-Guang","family":"Ye","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2008,4,2]]},"ISBN":["9781420070859","9781439832882"],"references-count":0,"alternative-id":["10.1201\/9781439832882"],"URL":"http:\/\/dx.doi.org\/10.1201\/9781439832882","published":{"date-parts":[[2008,4,2]]}},{"indexed":{"date-parts":[[2022,7,2]],"date-time":"2022-07-02T06:25:46Z","timestamp":1656743146683},"publisher-location":"Dordrecht","reference-count":0,"publisher":"Springer Netherlands","isbn-type":[{"value":"9781402008245","type":"print"},{"value":"9789401006323","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/978-94-010-0632-3","type":"book","created":{"date-parts":[[2011,6,20]],"date-time":"2011-06-20T05:59:06Z","timestamp":1308549546000},"source":"Crossref","is-referenced-by-count":5,"title":["Photovoltaic - and Photoactive Materials \u2014 Properties, Technology and Applications"],"prefix":"10.1007","member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-010-0632-3.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-010-0632-3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T07:01:28Z","timestamp":1554534088000},"score":21.8586,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-94-010-0632-3"}},"editor":[{"given":"J. + and Photoactive Materials \u2014 Properties, Technology and Applications"],"prefix":"10.1007","member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-010-0632-3.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-94-010-0632-3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T07:01:28Z","timestamp":1554534088000},"score":21.85388,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-94-010-0632-3"}},"editor":[{"given":"J. M.","family":"Marshall","sequence":"first","affiliation":[]},{"given":"D.","family":"Dimova-Malinovska","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9781402008245","9789401006323"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-94-010-0632-3","published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T03:51:38Z","timestamp":1648698698470},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540000211","type":"print"},{"value":"9783540360865","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-36086-7","type":"book","created":{"date-parts":[[2007,10,6]],"date-time":"2007-10-06T21:48:23Z","timestamp":1191707303000},"source":"Crossref","is-referenced-by-count":1,"title":["Mobile Agents for Telecommunication Applications"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,10,24]]},"container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36086-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36086-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T10:39:10Z","timestamp":1558262350000},"score":20.827782,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36086-7"}},"subtitle":["4th + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36086-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36086-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T10:39:10Z","timestamp":1558262350000},"score":20.735025,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36086-7"}},"subtitle":["4th International Workshop, MATA 2002 Barcelona, Spain, October 23\u201324, 2002 Proceedings"],"editor":[{"given":"Ahmed","family":"Karmouch","sequence":"first","affiliation":[]},{"given":"Thomas","family":"Magedanz","sequence":"additional","affiliation":[]},{"given":"Jaime","family":"Delgado","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540000211","9783540360865"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36086-7","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T16:13:28Z","timestamp":1649002408235},"reference-count":0,"publisher":"Elsevier","isbn-type":[{"value":"9780080421339","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1994]]},"DOI":"10.1016\/c2009-0-11267-9","type":"book","created":{"date-parts":[[2016,8,4]],"date-time":"2016-08-04T13:15:55Z","timestamp":1470316555000},"source":"Crossref","is-referenced-by-count":0,"title":["The Institute of Energy''s Second International Conference on Ceramics in Energy - Applications"],"prefix":"10.1016","member":"78","link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20090112679?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20090112679?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,9]],"date-time":"2018-09-09T13:30:17Z","timestamp":1536499817000},"score":20.789736,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/C20090112679"}},"issued":{"date-parts":[[1994]]},"ISBN":["9780080421339"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/c2009-0-11267-9","published":{"date-parts":[[1994]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:59:07Z","timestamp":1649030347658},"publisher-location":"Berlin, + Applications"],"prefix":"10.1016","member":"78","link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20090112679?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:C20090112679?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,9,9]],"date-time":"2018-09-09T13:30:17Z","timestamp":1536499817000},"score":20.619335,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/C20090112679"}},"issued":{"date-parts":[[1994]]},"ISBN":["9780080421339"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/c2009-0-11267-9","published":{"date-parts":[[1994]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:59:07Z","timestamp":1649030347658},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540584193","type":"print"},{"value":"9783540487838","type":"electronic"}],"license":[{"start":{"date-parts":[[1994,1,1]],"date-time":"1994-01-01T00:00:00Z","timestamp":757382400000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1994]]},"DOI":"10.1007\/3-540-58419-6","type":"book","created":{"date-parts":[[2012,2,26]],"date-time":"2012-02-26T15:55:42Z","timestamp":1330271742000},"source":"Crossref","is-referenced-by-count":4,"title":["Field-Programmable Logic Architectures, Synthesis and Applications"],"prefix":"10.1007","member":"297","container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58419-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58419-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T12:12:53Z","timestamp":1558267973000},"score":20.753916,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-58419-6"}},"subtitle":["4th + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58419-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-58419-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,19]],"date-time":"2019-05-19T12:12:53Z","timestamp":1558267973000},"score":20.565002,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-58419-6"}},"subtitle":["4th International Workshop on Field-Programmable Logic and Applications, FPL''94 Prague, Czech Republic, September 7\u20139, 1994 Proceedings"],"editor":[{"given":"Reiner W.","family":"Hartenstein","sequence":"first","affiliation":[]},{"given":"Michal - Z.","family":"Serv\u00edt","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1994]]},"ISBN":["9783540584193","9783540487838"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-58419-6","ISSN":["0302-9743","1611-3349"],"issn-type":[{"value":"0302-9743","type":"print"},{"value":"1611-3349","type":"electronic"}],"published":{"date-parts":[[1994]]}},{"indexed":{"date-parts":[[2022,9,27]],"date-time":"2022-09-27T04:56:20Z","timestamp":1664254580145},"reference-count":0,"publisher":"De - Gruyter","isbn-type":[{"value":"9783110516623","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,8,21]]},"DOI":"10.1515\/9783110516623","type":"book","created":{"date-parts":[[2017,10,5]],"date-time":"2017-10-05T10:04:53Z","timestamp":1507197893000},"source":"Crossref","is-referenced-by-count":0,"title":["Materials - in Environmental Engineering"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2017,10,4]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/524181","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110516623\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,26]],"date-time":"2022-09-26T16:15:23Z","timestamp":1664208923000},"score":20.736296,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110516623\/html"}},"subtitle":["Proceedings - of the 4th Annual International Conference on Materials Science and Environmental - Engineering"],"editor":[{"given":"Hadi","family":"Haeri","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2017,8,21]]},"ISBN":["9783110516623"],"references-count":0,"alternative-id":["10.1515\/9783110516623"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110516623","published":{"date-parts":[[2017,8,21]]}},{"indexed":{"date-parts":[[2022,4,12]],"date-time":"2022-04-12T22:13:21Z","timestamp":1649801601358},"publisher-location":"Boston, + Z.","family":"Serv\u00edt","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1994]]},"ISBN":["9783540584193","9783540487838"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-58419-6","ISSN":["0302-9743","1611-3349"],"issn-type":[{"value":"0302-9743","type":"print"},{"value":"1611-3349","type":"electronic"}],"published":{"date-parts":[[1994]]}},{"indexed":{"date-parts":[[2022,4,12]],"date-time":"2022-04-12T22:13:21Z","timestamp":1649801601358},"publisher-location":"Boston, MA","reference-count":0,"publisher":"Springer US","isbn-type":[{"value":"9780792376279","type":"print"},{"value":"9780306476099","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/b113932","type":"book","created":{"date-parts":[[2005,12,17]],"date-time":"2005-12-17T11:59:32Z","timestamp":1134820772000},"source":"Crossref","is-referenced-by-count":8,"title":["Nanocrystalline Metals and Oxides"],"prefix":"10.1007","member":"297","container-title":["Electronic - Materials: Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/b113932.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/b113932","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,9]],"date-time":"2020-01-09T04:09:49Z","timestamp":1578542989000},"score":20.504698,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/b113932"}},"subtitle":["Selected - Properties and Applications"],"editor":[{"given":"Philippe","family":"Knauth","sequence":"first","affiliation":[]},{"given":"Joop","family":"Schoonman","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9780792376279","9780306476099"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/b113932","ISSN":["1386-3290"],"issn-type":[{"value":"1386-3290","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:56:18Z","timestamp":1648720578222},"publisher-location":"Berlin, + Materials: Science and Technology"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/b113932.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/b113932","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,9]],"date-time":"2020-01-09T04:09:49Z","timestamp":1578542989000},"score":20.518108,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/b113932"}},"subtitle":["Selected + Properties and Applications"],"editor":[{"given":"Philippe","family":"Knauth","sequence":"first","affiliation":[]},{"given":"Joop","family":"Schoonman","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9780792376279","9780306476099"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/b113932","ISSN":["1386-3290"],"issn-type":[{"value":"1386-3290","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,9,27]],"date-time":"2022-09-27T04:56:20Z","timestamp":1664254580145},"reference-count":0,"publisher":"De + Gruyter","isbn-type":[{"value":"9783110516623","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,8,21]]},"DOI":"10.1515\/9783110516623","type":"book","created":{"date-parts":[[2017,10,5]],"date-time":"2017-10-05T10:04:53Z","timestamp":1507197893000},"source":"Crossref","is-referenced-by-count":0,"title":["Materials + in Environmental Engineering"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2017,10,4]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/title\/524181","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110516623\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,26]],"date-time":"2022-09-26T16:15:23Z","timestamp":1664208923000},"score":20.46322,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110516623\/html"}},"subtitle":["Proceedings + of the 4th Annual International Conference on Materials Science and Environmental + Engineering"],"editor":[{"given":"Hadi","family":"Haeri","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2017,8,21]]},"ISBN":["9783110516623"],"references-count":0,"alternative-id":["10.1515\/9783110516623"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110516623","published":{"date-parts":[[2017,8,21]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:56:18Z","timestamp":1648720578222},"publisher-location":"Berlin, Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540003144","type":"print"},{"value":"9783540362777","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-36277-0","type":"book","created":{"date-parts":[[2007,11,7]],"date-time":"2007-11-07T07:52:24Z","timestamp":1194421944000},"source":"Crossref","is-referenced-by-count":2,"title":["Practical Aspects of Knowledge Management"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,12,16]]},"container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36277-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36277-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,8]],"date-time":"2020-01-08T22:16:12Z","timestamp":1578521772000},"score":20.389912,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36277-0"}},"subtitle":["4th + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36277-0.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36277-0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,8]],"date-time":"2020-01-08T22:16:12Z","timestamp":1578521772000},"score":20.172052,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36277-0"}},"subtitle":["4th International Conference, PAKM 2002 Vienna, Austria, December 2\u20133, 2002 - Proceedings"],"editor":[{"given":"Dimitris","family":"Karagiannis","sequence":"first","affiliation":[]},{"given":"Ulrich","family":"Reimer","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540003144","9783540362777"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36277-0","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2023,1,1]],"date-time":"2023-01-01T11:26:48Z","timestamp":1672572408215},"publisher-location":"Berlin, - Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540442677","type":"print"},{"value":"9783540458098","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-45809-3","type":"book","created":{"date-parts":[[2007,5,15]],"date-time":"2007-05-15T22:44:41Z","timestamp":1179269081000},"source":"Crossref","is-referenced-by-count":5,"title":["UbiComp - 2002: Ubiquitous Computing"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,9,5]]},"container-title":["Lecture - Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-45809-3.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-45809-3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2020,1,29]],"date-time":"2020-01-29T01:06:58Z","timestamp":1580260018000},"score":20.293304,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-45809-3"}},"subtitle":["4th - International Conference G\u00f6teborg, Sweden, September 29 \u2013 October - 1, 2002 Proceedings"],"editor":[{"given":"Gaetano","family":"Borriello","sequence":"first","affiliation":[]},{"given":"Lars - Erik","family":"Holmquist","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540442677","9783540458098"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-45809-3","ISSN":["0302-9743","1611-3349"],"issn-type":[{"value":"0302-9743","type":"print"},{"value":"1611-3349","type":"electronic"}],"published":{"date-parts":[[2002]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Fri, 06 Jan 2023 03:25:22 GMT + Proceedings"],"editor":[{"given":"Dimitris","family":"Karagiannis","sequence":"first","affiliation":[]},{"given":"Ulrich","family":"Reimer","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540003144","9783540362777"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36277-0","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T07:32:59Z","timestamp":1648711979591},"publisher-location":"Berlin, + Heidelberg","reference-count":0,"publisher":"Springer Berlin Heidelberg","isbn-type":[{"value":"9783540002345","type":"print"},{"value":"9783540362098","type":"electronic"}],"license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1007\/3-540-36209-6","type":"book","created":{"date-parts":[[2007,8,29]],"date-time":"2007-08-29T01:14:34Z","timestamp":1188350074000},"source":"Crossref","is-referenced-by-count":2,"title":["Product + Focused Software Process Improvement"],"prefix":"10.1007","member":"297","published-online":{"date-parts":[[2002,12,18]]},"container-title":["Lecture + Notes in Computer Science"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36209-6.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/3-540-36209-6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,22]],"date-time":"2019-05-22T01:23:54Z","timestamp":1558488234000},"score":19.98325,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/3-540-36209-6"}},"subtitle":["4th + International Conference, PROFES 2002 Rovaniemi, Finland, December 9\u201311, + 2002 Proceedings"],"editor":[{"given":"Markku","family":"Oivo","sequence":"first","affiliation":[]},{"given":"Seija","family":"Komi-Sirvi\u00f6","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2002]]},"ISBN":["9783540002345","9783540362098"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/3-540-36209-6","ISSN":["0302-9743"],"issn-type":[{"value":"0302-9743","type":"print"}],"published":{"date-parts":[[2002]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' + recorded_at: Sun, 15 Jan 2023 19:25:12 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/proceedings-series.yml b/spec/vcr_cassettes/proceedings-series.yml index 95c4b18..5abb58d 100644 --- a/spec/vcr_cassettes/proceedings-series.yml +++ b/spec/vcr_cassettes/proceedings-series.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:44 GMT + - Sun, 15 Jan 2023 19:25:13 GMT Content-Type: - application/json Content-Length: - '649' Set-Cookie: - - AWSALB=ly9fE2CoLpAtToBRhua7bgs3D3STrwoZboH3Lb6a92r1lZQEYjTBHdl5QS+81Wbd6mrp1i1tACysD+Hcjc5kR2VaEN1iJUQHnRpStJwzHmLcUOyphbanzNt8Y2i1; - Expires=Sat, 14 Jan 2023 00:51:44 GMT; Path=/ - - AWSALBCORS=ly9fE2CoLpAtToBRhua7bgs3D3STrwoZboH3Lb6a92r1lZQEYjTBHdl5QS+81Wbd6mrp1i1tACysD+Hcjc5kR2VaEN1iJUQHnRpStJwzHmLcUOyphbanzNt8Y2i1; - Expires=Sat, 14 Jan 2023 00:51:44 GMT; Path=/; SameSite=None + - AWSALB=Nwi/+G+13HLTvkPWFkylxcQI575mQzro/KbPXTIw1PfvSq/m8T+OJ7MM7h4MUCHujlY9Gj0MZ5jx9kAh4XNvRf3NgdW3ITHr+GdIyraZVOVETyzr/TKn9zC/fCho; + Expires=Sun, 22 Jan 2023 19:25:13 GMT; Path=/ + - AWSALBCORS=Nwi/+G+13HLTvkPWFkylxcQI575mQzro/KbPXTIw1PfvSq/m8T+OJ7MM7h4MUCHujlY9Gj0MZ5jx9kAh4XNvRf3NgdW3ITHr+GdIyraZVOVETyzr/TKn9zC/fCho; + Expires=Sun, 22 Jan 2023 19:25:13 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -62,7 +62,7 @@ http_interactions: Publisher","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"DOI":"10.15405\/epsbs(2357-1330).2021.6.1","type":"proceedings-series","created":{"date-parts":[[2021,5,31]],"date-time":"2021-05-31T11:58:47Z","timestamp":1622462327000},"source":"Crossref","is-referenced-by-count":0,"title":["European Proceedings of Social and Behavioural Sciences"],"prefix":"10.15405","member":"6078","event":{"name":"Psychosocial Risks in Education and Quality Educational Processes","acronym":"CIPE 2020"},"container-title":[],"original-title":[],"deposited":{"date-parts":[[2022,1,17]],"date-time":"2022-01-17T12:55:18Z","timestamp":1642424118000},"score":1,"resource":{"primary":{"URL":"https:\/\/europeanproceedings.com\/book-series\/EpSBS\/books\/vol109-cipe-2020"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.15405\/epsbs(2357-1330).2021.6.1","relation":{},"ISSN":["2357-1330"],"issn-type":[{"value":"2357-1330","type":"print"}]}}' - recorded_at: Sat, 07 Jan 2023 00:51:44 GMT + recorded_at: Sun, 15 Jan 2023 19:25:13 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=European%2BProceedings%2Bof%2BSocial%2Band%2BBehavioural%2BSciences%2B2021%2BEuropean%2BPublisher @@ -82,11 +82,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:47 GMT + - Sun, 15 Jan 2023 19:25:18 GMT Content-Type: - application/json Content-Length: - - '25555' + - '25520' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -114,28 +114,28 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1803463,"items":[{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T14:22:34Z","timestamp":1648822954545},"reference-count":0,"publisher":"Hart + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":1806979,"items":[{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T14:22:34Z","timestamp":1648822954545},"reference-count":0,"publisher":"Hart Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781474203463.ch-002","type":"book-chapter","created":{"date-parts":[[2015,12,22]],"date-time":"2015-12-22T09:52:20Z","timestamp":1450777940000},"source":"Crossref","is-referenced-by-count":0,"title":["Behavioural Sciences in Practice: Lessons for EU Rulemakers"],"prefix":"10.5040","member":"2984","container-title":["Nudge - and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:28:59Z","timestamp":1590092939000},"score":24.506416,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch2-behavioural-sciences-in-practice-lessons-for-eu-rulemakers"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-002"},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T23:58:44Z","timestamp":1648511924391},"reference-count":0,"publisher":"Hart + and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:28:59Z","timestamp":1590092939000},"score":24.502647,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch2-behavioural-sciences-in-practice-lessons-for-eu-rulemakers"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-002"},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T23:58:44Z","timestamp":1648511924391},"reference-count":0,"publisher":"Hart Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781474203463.ch-009","type":"book-chapter","created":{"date-parts":[[2015,12,22]],"date-time":"2015-12-22T09:52:20Z","timestamp":1450777940000},"source":"Crossref","is-referenced-by-count":1,"title":["EU Consumer Protection and Behavioural Sciences: Revolution or Reform?"],"prefix":"10.5040","member":"2984","container-title":["Nudge - and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:29:16Z","timestamp":1590092956000},"score":24.151064,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch9-eu-consumer-protection-and-behavioural-sciences-revolution-or-reform"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-009"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T03:59:48Z","timestamp":1649131188608},"reference-count":0,"publisher":"Hart + and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:29:16Z","timestamp":1590092956000},"score":24.145714,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch9-eu-consumer-protection-and-behavioural-sciences-revolution-or-reform"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-009"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T03:59:48Z","timestamp":1649131188608},"reference-count":0,"publisher":"Hart Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781474203463.ch-007","type":"book-chapter","created":{"date-parts":[[2015,12,22]],"date-time":"2015-12-22T09:52:20Z","timestamp":1450777940000},"source":"Crossref","is-referenced-by-count":0,"title":["Behavioural Sciences and EU Data Protection Law: Challenges and Opportunities"],"prefix":"10.5040","member":"2984","container-title":["Nudge - and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:27:56Z","timestamp":1590092876000},"score":23.818287,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch7-behavioural-sciences-and-eu-data-protection-law-challenges-and-opportunities"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-007"},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T02:19:16Z","timestamp":1649038756217},"reference-count":0,"publisher":"Hart - Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781474203463.ch-008","type":"book-chapter","created":{"date-parts":[[2015,12,22]],"date-time":"2015-12-22T09:52:20Z","timestamp":1450777940000},"source":"Crossref","is-referenced-by-count":1,"title":["Behavioural + and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:27:56Z","timestamp":1590092876000},"score":23.813314,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch7-behavioural-sciences-and-eu-data-protection-law-challenges-and-opportunities"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-007"},{"indexed":{"date-parts":[[2023,1,11]],"date-time":"2023-01-11T22:55:28Z","timestamp":1673477728453},"reference-count":0,"publisher":"Hart + Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781474203463.ch-008","type":"book-chapter","created":{"date-parts":[[2015,12,22]],"date-time":"2015-12-22T09:52:20Z","timestamp":1450777940000},"source":"Crossref","is-referenced-by-count":2,"title":["Behavioural Sciences and the Regulation of Privacy on the Internet"],"prefix":"10.5040","member":"2984","container-title":["Nudge - and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:28:59Z","timestamp":1590092939000},"score":23.79084,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch8-behavioural-sciences-and-the-regulation-of-privacy-on-the-internet"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-008"},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T22:34:44Z","timestamp":1648938884001},"reference-count":0,"publisher":"Edward + and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:28:59Z","timestamp":1590092939000},"score":23.756153,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch8-behavioural-sciences-and-the-regulation-of-privacy-on-the-internet"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-008"},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T22:34:44Z","timestamp":1648938884001},"reference-count":0,"publisher":"Edward Elgar Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.4337\/9781789903645.00011","type":"book-part","created":{"date-parts":[[2021,7,26]],"date-time":"2021-07-26T15:52:41Z","timestamp":1627314761000},"page":"1-1","source":"Crossref","is-referenced-by-count":0,"title":["GENERAL ISSUES REGARDING THE EUROPEAN SOCIAL CHARTER"],"prefix":"10.4337","member":"2918","container-title":["The - Revised European Social Charter"],"deposited":{"date-parts":[[2021,7,26]],"date-time":"2021-07-26T15:52:48Z","timestamp":1627314768000},"score":23.328482,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/9781789903638\/10_partI.xhtml"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781789903645.00011","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T09:23:17Z","timestamp":1648977797844},"reference-count":0,"publisher":"Edward + Revised European Social Charter"],"deposited":{"date-parts":[[2021,7,26]],"date-time":"2021-07-26T15:52:48Z","timestamp":1627314768000},"score":23.309006,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/9781789903638\/10_partI.xhtml"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781789903645.00011","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T09:23:17Z","timestamp":1648977797844},"reference-count":0,"publisher":"Edward Elgar Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.4337\/9781789903645.00014","type":"book-part","created":{"date-parts":[[2021,7,26]],"date-time":"2021-07-26T15:52:41Z","timestamp":1627314761000},"page":"25-25","source":"Crossref","is-referenced-by-count":0,"title":["SUBSTANTIVE PROVISIONS OF THE REVISED EUROPEAN SOCIAL CHARTER"],"prefix":"10.4337","member":"2918","container-title":["The - Revised European Social Charter"],"deposited":{"date-parts":[[2021,7,26]],"date-time":"2021-07-26T15:52:52Z","timestamp":1627314772000},"score":23.122986,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/9781789903638\/13_partII.xhtml"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781789903645.00014","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T01:06:29Z","timestamp":1648602389363},"reference-count":0,"publisher":"Edward + Revised European Social Charter"],"deposited":{"date-parts":[[2021,7,26]],"date-time":"2021-07-26T15:52:52Z","timestamp":1627314772000},"score":23.096,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/9781789903638\/13_partII.xhtml"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781789903645.00014","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T01:06:29Z","timestamp":1648602389363},"reference-count":0,"publisher":"Edward Elgar Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.4337\/9781789903645.00047","type":"book-part","created":{"date-parts":[[2021,7,26]],"date-time":"2021-07-26T15:52:41Z","timestamp":1627314761000},"page":"339-339","source":"Crossref","is-referenced-by-count":0,"title":["SELECTED PROCEDURAL PROVISIONS OF THE REVISED EUROPEAN SOCIAL CHARTER"],"prefix":"10.4337","member":"2918","container-title":["The - Revised European Social Charter"],"deposited":{"date-parts":[[2021,7,26]],"date-time":"2021-07-26T15:53:37Z","timestamp":1627314817000},"score":22.895586,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/9781789903638\/46_partIII.xhtml"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781789903645.00047","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T18:48:37Z","timestamp":1649098117494},"publisher-location":"Cham","reference-count":36,"publisher":"Springer + Revised European Social Charter"],"deposited":{"date-parts":[[2021,7,26]],"date-time":"2021-07-26T15:53:37Z","timestamp":1627314817000},"score":22.870897,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/9781789903638\/46_partIII.xhtml"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781789903645.00047","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T18:48:37Z","timestamp":1649098117494},"publisher-location":"Cham","reference-count":36,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319116341","type":"print"},{"value":"9783319116358","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1007\/978-3-319-11635-8_1","type":"book-chapter","created":{"date-parts":[[2015,2,9]],"date-time":"2015-02-09T02:56:14Z","timestamp":1423450574000},"page":"3-16","source":"Crossref","is-referenced-by-count":0,"title":["European and American Perspectives on Behavioural Law and Economics"],"prefix":"10.1007","author":[{"given":"Thomas S.","family":"Ulen","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2015,2,10]]},"reference":[{"key":"1_CR1","doi-asserted-by":"publisher","first-page":"1","DOI":"10.1257\/pol.6.1.1","volume":"6","author":"Alessandro @@ -250,10 +250,10 @@ http_interactions: crime decline","author":"Franklin E. Zimring","year":"2008","unstructured":"Zimring, Franklin E. 2008. The great American crime decline. Oxford: Oxford University Press."}],"container-title":["European Perspectives on Behavioural Law and - Economics"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-11635-8_1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,29]],"date-time":"2019-05-29T03:37:37Z","timestamp":1559101057000},"score":22.708874,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-11635-8_1"}},"issued":{"date-parts":[[2015]]},"ISBN":["9783319116341","9783319116358"],"references-count":36,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-11635-8_1","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T19:37:03Z","timestamp":1648582623890},"reference-count":0,"publisher":"Edward + Economics"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-11635-8_1","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,29]],"date-time":"2019-05-29T03:37:37Z","timestamp":1559101057000},"score":22.669994,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-11635-8_1"}},"issued":{"date-parts":[[2015]]},"ISBN":["9783319116341","9783319116358"],"references-count":36,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-11635-8_1","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T19:37:03Z","timestamp":1648582623890},"reference-count":0,"publisher":"Edward Elgar Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.4337\/9781789903645.00012","type":"book-chapter","created":{"date-parts":[[2021,7,26]],"date-time":"2021-07-26T15:52:41Z","timestamp":1627314761000},"page":"2-20","source":"Crossref","is-referenced-by-count":0,"title":["THE EUROPEAN SOCIAL CHARTER \u2013 ITS HISTORY, APPLICATION, PROCEDURES AND IMPACT"],"prefix":"10.4337","member":"2918","container-title":["The - Revised European Social Charter"],"deposited":{"date-parts":[[2021,7,26]],"date-time":"2021-07-26T15:52:50Z","timestamp":1627314770000},"score":22.691866,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/9781789903638\/11_chapter1.xhtml"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781789903645.00012","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T12:39:19Z","timestamp":1648903159694},"publisher-location":"Cham","reference-count":19,"publisher":"Springer + Revised European Social Charter"],"deposited":{"date-parts":[[2021,7,26]],"date-time":"2021-07-26T15:52:50Z","timestamp":1627314770000},"score":22.626942,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/9781789903638\/11_chapter1.xhtml"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781789903645.00012","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T12:39:19Z","timestamp":1648903159694},"publisher-location":"Cham","reference-count":19,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783030782320","type":"print"},{"value":"9783030782337","type":"electronic"}],"license":[{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1007\/978-3-030-78233-7_7","type":"book-chapter","created":{"date-parts":[[2021,9,1]],"date-time":"2021-09-01T07:04:20Z","timestamp":1630479860000},"page":"247-278","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":0,"title":["Controlling the Purse: How the European Parliament Shaped Social Policy Through the European Social Fund"],"prefix":"10.1007","author":[{"given":"Mechthild","family":"Roos","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2021,9,2]]},"reference":[{"key":"7_CR1","unstructured":"Anderson, @@ -305,20 +305,20 @@ http_interactions: M. (1990). The origin and development of the question time procedure in the European Parliament (EUI Working Paper No. 90\/4). EUI."}],"container-title":["Palgrave Studies in European Union Politics","The Parliamentary Roots of European Social - Policy"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-78233-7_7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,9,1]],"date-time":"2021-09-01T07:58:57Z","timestamp":1630483137000},"score":22.620161,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-78233-7_7"}},"issued":{"date-parts":[[2021]]},"ISBN":["9783030782320","9783030782337"],"references-count":19,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-78233-7_7","ISSN":["2662-5873","2662-5881"],"issn-type":[{"value":"2662-5873","type":"print"},{"value":"2662-5881","type":"electronic"}],"published":{"date-parts":[[2021]]},"assertion":[{"value":"2 + Policy"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-78233-7_7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,9,1]],"date-time":"2021-09-01T07:58:57Z","timestamp":1630483137000},"score":22.589537,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-78233-7_7"}},"issued":{"date-parts":[[2021]]},"ISBN":["9783030782320","9783030782337"],"references-count":19,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-78233-7_7","ISSN":["2662-5873","2662-5881"],"issn-type":[{"value":"2662-5873","type":"print"},{"value":"2662-5881","type":"electronic"}],"published":{"date-parts":[[2021]]},"assertion":[{"value":"2 September 2021","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter History"}}]},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T05:42:38Z","timestamp":1649050958498},"reference-count":0,"publisher":"Hart Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781474203463.ch-012","type":"book-chapter","created":{"date-parts":[[2015,12,22]],"date-time":"2015-12-22T09:52:20Z","timestamp":1450777940000},"source":"Crossref","is-referenced-by-count":1,"title":["Making Sense of Nudge-Scepticism: Three Challenges to EU Law\u2019s Learning from Behavioural Sciences"],"prefix":"10.5040","member":"2984","container-title":["Nudge - and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:29:16Z","timestamp":1590092956000},"score":22.499203,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch12-making-sense-of-nudge-scepticism-three-challenges-to-eu-law-s-learning-from-behavioural-sciences"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-012"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T07:29:40Z","timestamp":1649143780547},"reference-count":0,"publisher":"Hart + and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:29:16Z","timestamp":1590092956000},"score":22.467915,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch12-making-sense-of-nudge-scepticism-three-challenges-to-eu-law-s-learning-from-behavioural-sciences"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-012"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T07:29:40Z","timestamp":1649143780547},"reference-count":0,"publisher":"Hart Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781474203463.ch-010","type":"book-chapter","created":{"date-parts":[[2015,12,22]],"date-time":"2015-12-22T09:52:20Z","timestamp":1450777940000},"source":"Crossref","is-referenced-by-count":0,"title":["What can EU Health Law Learn from Behavioural Sciences? The Case of EU Lifestyle Regulation"],"prefix":"10.5040","member":"2984","container-title":["Nudge - and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:27:52Z","timestamp":1590092872000},"score":22.197912,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch10-what-can-eu-health-law-learn-from-behavioural-sciences-the-case-of-eu-lifestyle-regulation"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-010"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T06:47:49Z","timestamp":1649141269553},"reference-count":0,"publisher":"Hart + and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:27:52Z","timestamp":1590092872000},"score":22.167393,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch10-what-can-eu-health-law-learn-from-behavioural-sciences-the-case-of-eu-lifestyle-regulation"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-010"},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T06:47:49Z","timestamp":1649141269553},"reference-count":0,"publisher":"Hart Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9781474203463.ch-001","type":"book-chapter","created":{"date-parts":[[2015,12,22]],"date-time":"2015-12-22T09:52:20Z","timestamp":1450777940000},"source":"Crossref","is-referenced-by-count":0,"title":["The Emergence of Behavioural Policy-Making: A European Perspective"],"prefix":"10.5040","member":"2984","container-title":["Nudge - and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:28:47Z","timestamp":1590092927000},"score":22.131208,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch1-the-emergence-of-behavioural-policy-making-a-european-perspective"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-001"},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T08:17:47Z","timestamp":1649060267863},"publisher-location":"Cham","reference-count":111,"publisher":"Springer + and the Law : A European Perspective"],"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T20:28:47Z","timestamp":1590092927000},"score":22.08943,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/nudge-and-the-law-a-european-perspective\/ch1-the-emergence-of-behavioural-policy-making-a-european-perspective"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9781474203463.ch-001"},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T08:17:47Z","timestamp":1649060267863},"publisher-location":"Cham","reference-count":111,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783030497903","type":"print"},{"value":"9783030497910","type":"electronic"}],"license":[{"start":{"date-parts":[[2020,11,22]],"date-time":"2020-11-22T00:00:00Z","timestamp":1606003200000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2020,11,22]],"date-time":"2020-11-22T00:00:00Z","timestamp":1606003200000},"content-version":"vor","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2020,11,22]],"date-time":"2020-11-22T00:00:00Z","timestamp":1606003200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"},{"start":{"date-parts":[[2020,11,22]],"date-time":"2020-11-22T00:00:00Z","timestamp":1606003200000},"content-version":"vor","delay-in-days":0,"URL":"https:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.1007\/978-3-030-49791-0_2","type":"book-chapter","created":{"date-parts":[[2020,11,21]],"date-time":"2020-11-21T07:02:36Z","timestamp":1605942156000},"page":"7-59","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":1,"title":["Pufendorf and His Importance for the European Enlightenment in General"],"prefix":"10.1007","author":[{"given":"Arild","family":"S\u00e6ther","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2020,11,22]]},"reference":[{"key":"2_CR1","doi-asserted-by":"crossref","unstructured":"Aure AH (2014) Hugo Grotius\u00a0\u2013 Individual Rights as the Core of Natural @@ -632,13 +632,9 @@ http_interactions: of the State of Research and Editions. Central European History. Vol. 31, No.4, pp. 413\u2013428","DOI":"10.1017\/S0008938900017076"}],"container-title":["Samuel Pufendorf and the Emergence of Economics as a Social Science","The European - Heritage in Economics and the Social Sciences"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-49791-0_2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,5,6]],"date-time":"2021-05-06T13:11:03Z","timestamp":1620306663000},"score":21.75181,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-49791-0_2"}},"issued":{"date-parts":[[2020,11,22]]},"ISBN":["9783030497903","9783030497910"],"references-count":111,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-49791-0_2","ISSN":["1572-1744","2197-5892"],"issn-type":[{"value":"1572-1744","type":"print"},{"value":"2197-5892","type":"electronic"}],"published":{"date-parts":[[2020,11,22]]},"assertion":[{"value":"22 + Heritage in Economics and the Social Sciences"],"link":[{"URL":"https:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-030-49791-0_2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,5,6]],"date-time":"2021-05-06T13:11:03Z","timestamp":1620306663000},"score":21.726856,"resource":{"primary":{"URL":"https:\/\/link.springer.com\/10.1007\/978-3-030-49791-0_2"}},"issued":{"date-parts":[[2020,11,22]]},"ISBN":["9783030497903","9783030497910"],"references-count":111,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-030-49791-0_2","ISSN":["1572-1744","2197-5892"],"issn-type":[{"value":"1572-1744","type":"print"},{"value":"2197-5892","type":"electronic"}],"published":{"date-parts":[[2020,11,22]]},"assertion":[{"value":"22 November 2020","order":1,"name":"first_online","label":"First Online","group":{"name":"ChapterHistory","label":"Chapter - History"}}]},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T21:53:42Z","timestamp":1648763622430},"edition-number":"1","reference-count":1,"publisher":"Routledge","isbn-type":[{"value":"9780203086476","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2006,9,27]]},"DOI":"10.4324\/9780203086476-3","type":"book-chapter","created":{"date-parts":[[2020,10,19]],"date-time":"2020-10-19T17:10:49Z","timestamp":1603127449000},"page":"14-24","source":"Crossref","is-referenced-by-count":6,"title":["Social - theory and the social sciences"],"prefix":"10.4324","author":[{"given":"Patrick","family":"Baert","sequence":"first","affiliation":[]}],"member":"301","reference":[{"key":"ref2","doi-asserted-by":"crossref","unstructured":"Archer, - M. (1995) Realist Social Theory: the Morphogenetic Approch, Cambridge: Cambridge - University Press.","DOI":"10.1017\/CBO9780511557675"}],"container-title":["Handbook - of Contemporary European Social Theory"],"deposited":{"date-parts":[[2020,10,31]],"date-time":"2020-10-31T18:48:24Z","timestamp":1604170104000},"score":21.653954,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134255474\/chapters\/10.4324\/9780203086476-3"}},"issued":{"date-parts":[[2006,9,27]]},"ISBN":["9780203086476"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203086476-3","published":{"date-parts":[[2006,9,27]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:51:02Z","timestamp":1649127062115},"publisher-location":"Cham","reference-count":89,"publisher":"Springer + History"}}]},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:51:02Z","timestamp":1649127062115},"publisher-location":"Cham","reference-count":89,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319116341","type":"print"},{"value":"9783319116358","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015]]},"DOI":"10.1007\/978-3-319-11635-8_11","type":"book-chapter","created":{"date-parts":[[2015,2,9]],"date-time":"2015-02-09T07:56:14Z","timestamp":1423468574000},"page":"211-242","source":"Crossref","is-referenced-by-count":0,"title":["Behavioural Antitrust"],"prefix":"10.1007","author":[{"given":"Andreas","family":"Heinemann","sequence":"first","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2015,2,10]]},"reference":[{"key":"11_CR1","unstructured":"Almunia, Joaqu\u00edn. 2014. Statement on the Google investigation. SPEECH\/14\/93 @@ -910,10 +906,14 @@ http_interactions: Brussels: Larcier."},{"key":"11_CR89","doi-asserted-by":"publisher","volume-title":"The goals of competition law","author":"Daniel Zimmer","year":"2012","unstructured":"Zimmer, Daniel, ed. 2012. The goals of competition law. Cheltenham: Edward Elgar","DOI":"10.4337\/9780857936615"}],"container-title":["European - Perspectives on Behavioural Law and Economics"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-11635-8_11","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,29]],"date-time":"2019-05-29T08:14:31Z","timestamp":1559117671000},"score":21.648026,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-11635-8_11"}},"issued":{"date-parts":[[2015]]},"ISBN":["9783319116341","9783319116358"],"references-count":89,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-11635-8_11","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T20:12:38Z","timestamp":1651176758590},"reference-count":0,"publisher":"Edward + Perspectives on Behavioural Law and Economics"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-11635-8_11","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,5,29]],"date-time":"2019-05-29T08:14:31Z","timestamp":1559117671000},"score":21.605223,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-319-11635-8_11"}},"issued":{"date-parts":[[2015]]},"ISBN":["9783319116341","9783319116358"],"references-count":89,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-11635-8_11","published":{"date-parts":[[2015]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T21:53:42Z","timestamp":1648763622430},"edition-number":"1","reference-count":1,"publisher":"Routledge","isbn-type":[{"value":"9780203086476","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2006,9,27]]},"DOI":"10.4324\/9780203086476-3","type":"book-chapter","created":{"date-parts":[[2020,10,19]],"date-time":"2020-10-19T17:10:49Z","timestamp":1603127449000},"page":"14-24","source":"Crossref","is-referenced-by-count":6,"title":["Social + theory and the social sciences"],"prefix":"10.4324","author":[{"given":"Patrick","family":"Baert","sequence":"first","affiliation":[]}],"member":"301","reference":[{"key":"ref2","doi-asserted-by":"crossref","unstructured":"Archer, + M. (1995) Realist Social Theory: the Morphogenetic Approch, Cambridge: Cambridge + University Press.","DOI":"10.1017\/CBO9780511557675"}],"container-title":["Handbook + of Contemporary European Social Theory"],"deposited":{"date-parts":[[2020,10,31]],"date-time":"2020-10-31T18:48:24Z","timestamp":1604170104000},"score":21.60358,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134255474\/chapters\/10.4324\/9780203086476-3"}},"issued":{"date-parts":[[2006,9,27]]},"ISBN":["9780203086476"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203086476-3","published":{"date-parts":[[2006,9,27]]}},{"indexed":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T20:12:38Z","timestamp":1651176758590},"reference-count":0,"publisher":"Edward Elgar Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,12,9]]},"DOI":"10.4337\/9781788116398.00012","type":"book-chapter","created":{"date-parts":[[2021,12,20]],"date-time":"2021-12-20T12:47:36Z","timestamp":1640004456000},"source":"Crossref","is-referenced-by-count":0,"title":["Council of Europe: European Social Charter and European Convention on Human Rights"],"prefix":"10.4337","member":"2918","container-title":["EU - Collective Labour Law"],"link":[{"URL":"https:\/\/www.elgaronline.com\/view\/edcoll\/9781788116381\/9781788116381.00012.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.elgaronline.com\/view\/edcoll\/9781788116381\/9781788116381.xml","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T19:38:14Z","timestamp":1651174694000},"score":21.483356,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/edcoll\/9781788116381\/9781788116381.00012.xml"}},"issued":{"date-parts":[[2021,12,9]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781788116398.00012","published":{"date-parts":[[2021,12,9]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T05:01:01Z","timestamp":1659502861411},"reference-count":0,"publisher":"Oxford + Collective Labour Law"],"link":[{"URL":"https:\/\/www.elgaronline.com\/view\/edcoll\/9781788116381\/9781788116381.00012.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.elgaronline.com\/view\/edcoll\/9781788116381\/9781788116381.xml","content-type":"text\/html","content-version":"vor","intended-application":"syndication"}],"deposited":{"date-parts":[[2022,4,28]],"date-time":"2022-04-28T19:38:14Z","timestamp":1651174694000},"score":21.464853,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/edcoll\/9781788116381\/9781788116381.00012.xml"}},"issued":{"date-parts":[[2021,12,9]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781788116398.00012","published":{"date-parts":[[2021,12,9]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T05:01:01Z","timestamp":1659502861411},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021,10,21]]},"abstract":"

A European social contract is possible\u2014if the discussion shifts from who has the right to act to who can help. Education is a striking example of Europe\u2019s @@ -932,12 +932,12 @@ http_interactions: a guiding vision for twenty-first-century learning.<\/p>","DOI":"10.1093\/oso\/9780192895820.003.0004","type":"book-chapter","created":{"date-parts":[[2021,11,17]],"date-time":"2021-11-17T17:36:35Z","timestamp":1637170595000},"page":"51-66","source":"Crossref","is-referenced-by-count":0,"title":["Education and the European Social Contract"],"prefix":"10.1093","author":[{"given":"Xavier Prats","family":"Monn\u00e9","sequence":"first","affiliation":[]}],"member":"286","published-online":{"date-parts":[[2021,11,18]]},"container-title":["Europe''s - Transformations"],"original-title":["Education and the European Social Contract"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:32:07Z","timestamp":1659472327000},"score":21.477829,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39086\/chapter\/338468381"}},"issued":{"date-parts":[[2021,10,21]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192895820.003.0004","published":{"date-parts":[[2021,10,21]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T17:02:29Z","timestamp":1649178149415},"reference-count":0,"publisher":"Edward + Transformations"],"original-title":["Education and the European Social Contract"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T20:32:07Z","timestamp":1659472327000},"score":21.446259,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/39086\/chapter\/338468381"}},"issued":{"date-parts":[[2021,10,21]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oso\/9780192895820.003.0004","published":{"date-parts":[[2021,10,21]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T17:02:29Z","timestamp":1649178149415},"reference-count":0,"publisher":"Edward Elgar Publishing","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2021]]},"DOI":"10.4337\/9781800378070.00015","type":"book-chapter","created":{"date-parts":[[2021,2,16]],"date-time":"2021-02-16T17:50:56Z","timestamp":1613497856000},"page":"200-220","source":"Crossref","is-referenced-by-count":0,"title":["Building a European home: mechanisms for the construction of a common social space within the European Union"],"prefix":"10.4337","author":[{"given":"Giuseppe","family":"Moro","sequence":"first","affiliation":[]}],"member":"2918","container-title":["The - European Social Model and an Economy of Well-being"],"deposited":{"date-parts":[[2021,2,16]],"date-time":"2021-02-16T17:51:17Z","timestamp":1613497877000},"score":21.443634,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/9781800378063.00015.xml"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781800378070.00015","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T14:52:13Z","timestamp":1649170333104},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,2,3]]},"DOI":"10.4324\/9781315062150-87","type":"book-chapter","created":{"date-parts":[[2020,12,24]],"date-time":"2020-12-24T18:45:51Z","timestamp":1608835551000},"page":"613-613","source":"Crossref","is-referenced-by-count":0,"title":["Feminism, + European Social Model and an Economy of Well-being"],"deposited":{"date-parts":[[2021,2,16]],"date-time":"2021-02-16T17:51:17Z","timestamp":1613497877000},"score":21.416906,"resource":{"primary":{"URL":"https:\/\/www.elgaronline.com\/view\/9781800378063.00015.xml"}},"issued":{"date-parts":[[2021]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4337\/9781800378070.00015","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T14:52:13Z","timestamp":1649170333104},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,2,3]]},"DOI":"10.4324\/9781315062150-87","type":"book-chapter","created":{"date-parts":[[2020,12,24]],"date-time":"2020-12-24T18:45:51Z","timestamp":1608835551000},"page":"613-613","source":"Crossref","is-referenced-by-count":0,"title":["Feminism, Eastern European"],"prefix":"10.4324","member":"301","container-title":["Reader''s - Guide to the Social Sciences"],"deposited":{"date-parts":[[2020,12,24]],"date-time":"2020-12-24T18:46:59Z","timestamp":1608835619000},"score":21.397427,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135932268\/chapters\/10.4324\/9781315062150-87"}},"issued":{"date-parts":[[2014,2,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315062150-87","published":{"date-parts":[[2014,2,3]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"European+Proceedings+of+Social+and+Behavioural+Sciences+2021+European+Publisher"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:47 GMT + Guide to the Social Sciences"],"deposited":{"date-parts":[[2020,12,24]],"date-time":"2020-12-24T18:46:59Z","timestamp":1608835619000},"score":21.387165,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135932268\/chapters\/10.4324\/9781315062150-87"}},"issued":{"date-parts":[[2014,2,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315062150-87","published":{"date-parts":[[2014,2,3]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"European+Proceedings+of+Social+and+Behavioural+Sciences+2021+European+Publisher"}}}' + recorded_at: Sun, 15 Jan 2023 19:25:18 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/proceedings.yml b/spec/vcr_cassettes/proceedings.yml index b9dfbdd..2303876 100644 --- a/spec/vcr_cassettes/proceedings.yml +++ b/spec/vcr_cassettes/proceedings.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 03:34:15 GMT + - Sun, 15 Jan 2023 19:25:18 GMT Content-Type: - application/json Content-Length: - '683' Set-Cookie: - - AWSALB=K5EwI0jMYDzD/1keRoCc6sjbziafy8MM4kznFltLtTJB8aJpPHKeRs2bcZG9UYnBo107TXB3MS9dPJEVkRg5CGWUHF/4hE5LP5Q8fVYfauViMCLz8i5QAgogzTd+; - Expires=Fri, 13 Jan 2023 03:34:15 GMT; Path=/ - - AWSALBCORS=K5EwI0jMYDzD/1keRoCc6sjbziafy8MM4kznFltLtTJB8aJpPHKeRs2bcZG9UYnBo107TXB3MS9dPJEVkRg5CGWUHF/4hE5LP5Q8fVYfauViMCLz8i5QAgogzTd+; - Expires=Fri, 13 Jan 2023 03:34:15 GMT; Path=/; SameSite=None + - AWSALB=4TwSmlBixDm86EBe+Jh2E3kBVXKjWK1A+PaoGLkKUzNSTmo71uo0an2HeLjSrIAf6vquPvoHOVWs422OIKR1uzkZoIkyZiHLQkhxlieIbb6abplMpOQan4l6zS3n; + Expires=Sun, 22 Jan 2023 19:25:18 GMT; Path=/ + - AWSALBCORS=4TwSmlBixDm86EBe+Jh2E3kBVXKjWK1A+PaoGLkKUzNSTmo71uo0an2HeLjSrIAf6vquPvoHOVWs422OIKR1uzkZoIkyZiHLQkhxlieIbb6abplMpOQan4l6zS3n; + Expires=Sun, 22 Jan 2023 19:25:18 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -64,5 +64,5 @@ http_interactions: - ICCCS ''11"],"prefix":"10.1145","member":"320","event":{"name":"the 2011 International Conference","location":"Rourkela, Odisha, India","acronym":"ICCCS ''11","number":"2011","start":{"date-parts":[[2011,2,12]]},"end":{"date-parts":[[2011,2,14]]}},"container-title":[],"original-title":[],"deposited":{"date-parts":[[2011,3,4]],"date-time":"2011-03-04T13:14:55Z","timestamp":1299244495000},"score":1,"resource":{"primary":{"URL":"http:\/\/portal.acm.org\/citation.cfm?doid=1947940"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2011]]},"ISBN":["9781450304641"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1145\/1947940","relation":{},"published":{"date-parts":[[2011]]}}}' - recorded_at: Fri, 06 Jan 2023 03:34:15 GMT + recorded_at: Sun, 15 Jan 2023 19:25:18 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/reference-book.yml b/spec/vcr_cassettes/reference-book.yml index efdb637..cf6fc46 100644 --- a/spec/vcr_cassettes/reference-book.yml +++ b/spec/vcr_cassettes/reference-book.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:47 GMT + - Sun, 15 Jan 2023 19:25:19 GMT Content-Type: - application/json Content-Length: - '661' Set-Cookie: - - AWSALB=WCJygR/PoUc+KfgiEKu+C+UGOZt2LyEgmoDhBvcxHS7QSl82qtCTvJiiKwsOaNmuBK+/yGQ9102Aw35Vr0FdUDt7oou6EkuC25vn8RXuvehQFkr+F0awsx23dzPL; - Expires=Sat, 14 Jan 2023 00:51:47 GMT; Path=/ - - AWSALBCORS=WCJygR/PoUc+KfgiEKu+C+UGOZt2LyEgmoDhBvcxHS7QSl82qtCTvJiiKwsOaNmuBK+/yGQ9102Aw35Vr0FdUDt7oou6EkuC25vn8RXuvehQFkr+F0awsx23dzPL; - Expires=Sat, 14 Jan 2023 00:51:47 GMT; Path=/; SameSite=None + - AWSALB=2f/O0FhQq6ZJEW9TVaMguobVga/Q+8m2SyMbfaDyCU1yPE08YAuZZ3TFLQMfkEilDPcfTU2h1HaTLz+vvvcu/SWQ8d7N9nL4GmQaw9heA+UZ5BhY6aLp/1JyQGdM; + Expires=Sun, 22 Jan 2023 19:25:19 GMT; Path=/ + - AWSALBCORS=2f/O0FhQq6ZJEW9TVaMguobVga/Q+8m2SyMbfaDyCU1yPE08YAuZZ3TFLQMfkEilDPcfTU2h1HaTLz+vvvcu/SWQ8d7N9nL4GmQaw9heA+UZ5BhY6aLp/1JyQGdM; + Expires=Sun, 22 Jan 2023 19:25:19 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -61,7 +61,7 @@ http_interactions: string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T09:26:11Z","timestamp":1648977971535},"edition-number":"0","reference-count":0,"publisher":"A K Peters\/CRC Press","isbn-type":[{"value":"9781439864852","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"DOI":"10.1201\/9781439864852","type":"reference-book","created":{"date-parts":[[2018,2,25]],"date-time":"2018-02-25T15:01:42Z","timestamp":1519570902000},"source":"Crossref","is-referenced-by-count":1,"title":["Audio Anecdotes II"],"prefix":"10.1201","member":"301","published-online":{"date-parts":[[2004,10,1]]},"container-title":[],"original-title":[],"deposited":{"date-parts":[[2021,4,11]],"date-time":"2021-04-11T00:34:14Z","timestamp":1618101254000},"score":1,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852"}},"subtitle":[],"editor":[{"given":"Ken","family":"Greenebaum","sequence":"first","affiliation":[]},{"given":"Ronen","family":"Barzel","sequence":"additional","affiliation":[]}],"short-title":[],"issued":{"date-parts":[[2004,10,1]]},"ISBN":["9781439864852"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852","relation":{},"published":{"date-parts":[[2004,10,1]]}}}' - recorded_at: Sat, 07 Jan 2023 00:51:47 GMT + recorded_at: Sun, 15 Jan 2023 19:25:19 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Audio%2BAnecdotes%2BII%2B2004%2BA%2BK%2BPeters/CRC%2BPress @@ -81,11 +81,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:51:50 GMT + - Sun, 15 Jan 2023 19:25:24 GMT Content-Type: - application/json Content-Length: - - '2543' + - '2538' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -113,57 +113,57 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":662777,"items":[{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T07:14:21Z","timestamp":1648710861890},"edition-number":"0","reference-count":0,"publisher":"A + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":663624,"items":[{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T07:14:21Z","timestamp":1648710861890},"edition-number":"0","reference-count":0,"publisher":"A K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,10,1]]},"DOI":"10.1201\/9781439864852-8","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:07:27Z","timestamp":1594307247000},"page":"45-82","source":"Crossref","is-referenced-by-count":0,"title":["Synthesis"],"prefix":"10.1201","member":"301","container-title":["Audio - Anecdotes II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:31Z","timestamp":1608641791000},"score":39.24269,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-8"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-8","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T12:37:31Z","timestamp":1649075851006},"edition-number":"0","reference-count":0,"publisher":"A - K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,10,1]]},"DOI":"10.1201\/9781439864852-10","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:07:27Z","timestamp":1594307247000},"page":"159-190","source":"Crossref","is-referenced-by-count":0,"title":["Spatialization"],"prefix":"10.1201","member":"301","container-title":["Audio - Anecdotes II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:32Z","timestamp":1608641792000},"score":39.06072,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-10"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-10","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:43:24Z","timestamp":1648644204198},"edition-number":"0","reference-count":0,"publisher":"A + Anecdotes II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:31Z","timestamp":1608641791000},"score":38.957047,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-8"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-8","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:43:24Z","timestamp":1648644204198},"edition-number":"0","reference-count":0,"publisher":"A K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,10,1]]},"DOI":"10.1201\/9781439864852-15","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:07:27Z","timestamp":1594307247000},"page":"379-412","source":"Crossref","is-referenced-by-count":0,"title":["Nature"],"prefix":"10.1201","member":"301","container-title":["Audio - Anecdotes II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:36Z","timestamp":1608641796000},"score":39.049057,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-15"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-15","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T16:29:55Z","timestamp":1649003395274},"edition-number":"0","reference-count":0,"publisher":"A - K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,10,1]]},"DOI":"10.1201\/9781439864852-9","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:07:27Z","timestamp":1594307247000},"page":"83-158","source":"Crossref","is-referenced-by-count":0,"title":["Signal - Processing"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes - II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:31Z","timestamp":1608641791000},"score":38.55803,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-9"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-9","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T00:00:45Z","timestamp":1648598445788},"edition-number":"0","reference-count":0,"publisher":"A + Anecdotes II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:36Z","timestamp":1608641796000},"score":38.909355,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-15"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-15","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T12:37:31Z","timestamp":1649075851006},"edition-number":"0","reference-count":0,"publisher":"A + K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,10,1]]},"DOI":"10.1201\/9781439864852-10","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:07:27Z","timestamp":1594307247000},"page":"159-190","source":"Crossref","is-referenced-by-count":0,"title":["Spatialization"],"prefix":"10.1201","member":"301","container-title":["Audio + Anecdotes II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:32Z","timestamp":1608641792000},"score":38.75045,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-10"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-10","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T00:00:45Z","timestamp":1648598445788},"edition-number":"0","reference-count":0,"publisher":"A K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,10,1]]},"DOI":"10.1201\/9781439864852-7","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:07:27Z","timestamp":1594307247000},"page":"19-44","source":"Crossref","is-referenced-by-count":0,"title":["Field Recording"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes - II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:30Z","timestamp":1608641790000},"score":38.54575,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-7"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-7","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T07:17:53Z","timestamp":1649143073917},"edition-number":"0","reference-count":0,"publisher":"A + II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:30Z","timestamp":1608641790000},"score":38.405273,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-7"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-7","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T07:17:53Z","timestamp":1649143073917},"edition-number":"0","reference-count":0,"publisher":"A K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,10,1]]},"DOI":"10.1201\/9781439864852-14","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:07:27Z","timestamp":1594307247000},"page":"321-378","source":"Crossref","is-referenced-by-count":0,"title":["Sound Design"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes - II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:35Z","timestamp":1608641795000},"score":38.54575,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-14"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-14","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T07:31:11Z","timestamp":1648625471043},"edition-number":"0","reference-count":0,"publisher":"A - K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,10,1]]},"DOI":"10.1201\/9781439864852-12","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:07:27Z","timestamp":1594307247000},"page":"243-274","source":"Crossref","is-referenced-by-count":0,"title":["Computer - Tools"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes - II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:34Z","timestamp":1608641794000},"score":38.532845,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-12"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-12","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T11:50:22Z","timestamp":1649073022115},"edition-number":"0","reference-count":0,"publisher":"A - K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,10,1]]},"DOI":"10.1201\/9781439864852-13","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:07:27Z","timestamp":1594307247000},"page":"275-320","source":"Crossref","is-referenced-by-count":0,"title":["Music - Theory"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes - II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:35Z","timestamp":1608641795000},"score":38.499268,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-13"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-13","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T03:11:56Z","timestamp":1648523516679},"edition-number":"0","reference-count":0,"publisher":"A + II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:35Z","timestamp":1608641795000},"score":38.405273,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-14"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-14","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T03:11:56Z","timestamp":1648523516679},"edition-number":"0","reference-count":0,"publisher":"A K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,10,1]]},"DOI":"10.1201\/9781439864852-11","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:07:27Z","timestamp":1594307247000},"page":"191-242","source":"Crossref","is-referenced-by-count":0,"title":["Computer Techniques"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes - II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:33Z","timestamp":1608641793000},"score":38.496597,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-11"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-11","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T09:00:30Z","timestamp":1648890030206},"edition-number":"0","reference-count":0,"publisher":"A - K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,3,11]]},"DOI":"10.1201\/9781439864029-7","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:37Z","timestamp":1594307977000},"page":"21-52","source":"Crossref","is-referenced-by-count":0,"title":["Measurement"],"prefix":"10.1201","member":"301","container-title":["Audio - Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:38Z","timestamp":1594307978000},"score":33.426056,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-7"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-7","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T17:49:00Z","timestamp":1649008140558},"edition-number":"0","reference-count":0,"publisher":"A + II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:33Z","timestamp":1608641793000},"score":38.400425,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-11"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-11","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T11:50:22Z","timestamp":1649073022115},"edition-number":"0","reference-count":0,"publisher":"A + K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,10,1]]},"DOI":"10.1201\/9781439864852-13","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:07:27Z","timestamp":1594307247000},"page":"275-320","source":"Crossref","is-referenced-by-count":0,"title":["Music + Theory"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes + II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:35Z","timestamp":1608641795000},"score":38.393047,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-13"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-13","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T07:31:11Z","timestamp":1648625471043},"edition-number":"0","reference-count":0,"publisher":"A + K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,10,1]]},"DOI":"10.1201\/9781439864852-12","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:07:27Z","timestamp":1594307247000},"page":"243-274","source":"Crossref","is-referenced-by-count":0,"title":["Computer + Tools"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes + II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:34Z","timestamp":1608641794000},"score":38.33739,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-12"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-12","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T16:29:55Z","timestamp":1649003395274},"edition-number":"0","reference-count":0,"publisher":"A + K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,10,1]]},"DOI":"10.1201\/9781439864852-9","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:07:27Z","timestamp":1594307247000},"page":"83-158","source":"Crossref","is-referenced-by-count":0,"title":["Signal + Processing"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes + II"],"deposited":{"date-parts":[[2020,12,22]],"date-time":"2020-12-22T12:56:31Z","timestamp":1608641791000},"score":38.248596,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864852\/chapters\/10.1201\/9781439864852-9"}},"issued":{"date-parts":[[2004,10,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864852-9","published":{"date-parts":[[2004,10,1]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T17:49:00Z","timestamp":1649008140558},"edition-number":"0","reference-count":0,"publisher":"A K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,3,11]]},"DOI":"10.1201\/9781439864029-10","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:37Z","timestamp":1594307977000},"page":"179-234","source":"Crossref","is-referenced-by-count":0,"title":["Synthesis"],"prefix":"10.1201","member":"301","container-title":["Audio - Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:41Z","timestamp":1594307981000},"score":33.381775,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-10"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-10","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T01:27:57Z","timestamp":1649035677448},"edition-number":"0","reference-count":0,"publisher":"A + Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:41Z","timestamp":1594307981000},"score":33.28039,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-10"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-10","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T01:27:57Z","timestamp":1649035677448},"edition-number":"0","reference-count":0,"publisher":"A K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,3,11]]},"DOI":"10.1201\/9781439864029-8","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:37Z","timestamp":1594307977000},"page":"53-132","source":"Crossref","is-referenced-by-count":0,"title":["Perception"],"prefix":"10.1201","member":"301","container-title":["Audio - Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:39Z","timestamp":1594307979000},"score":33.381775,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-8"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-8","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T11:52:34Z","timestamp":1649073154106},"edition-number":"0","reference-count":0,"publisher":"A + Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:39Z","timestamp":1594307979000},"score":33.28039,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-8"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-8","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T11:52:34Z","timestamp":1649073154106},"edition-number":"0","reference-count":0,"publisher":"A K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,3,11]]},"DOI":"10.1201\/9781439864029-9","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:37Z","timestamp":1594307977000},"page":"133-178","source":"Crossref","is-referenced-by-count":0,"title":["Recording"],"prefix":"10.1201","member":"301","container-title":["Audio - Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:40Z","timestamp":1594307980000},"score":33.370636,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-9"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-9","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T00:28:50Z","timestamp":1649118530761},"edition-number":"0","reference-count":0,"publisher":"A - K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,3,11]]},"DOI":"10.1201\/9781439864029-11","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:37Z","timestamp":1594307977000},"page":"235-298","source":"Crossref","is-referenced-by-count":0,"title":["Signal - Processing"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:42Z","timestamp":1594307982000},"score":33.00136,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-11"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-11","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T13:58:04Z","timestamp":1648648684381},"edition-number":"0","reference-count":0,"publisher":"A + Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:40Z","timestamp":1594307980000},"score":33.276237,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-9"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-9","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T09:00:30Z","timestamp":1648890030206},"edition-number":"0","reference-count":0,"publisher":"A + K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,3,11]]},"DOI":"10.1201\/9781439864029-7","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:37Z","timestamp":1594307977000},"page":"21-52","source":"Crossref","is-referenced-by-count":0,"title":["Measurement"],"prefix":"10.1201","member":"301","container-title":["Audio + Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:38Z","timestamp":1594307978000},"score":33.12391,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-7"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-7","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T13:58:04Z","timestamp":1648648684381},"edition-number":"0","reference-count":0,"publisher":"A K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,3,11]]},"DOI":"10.1201\/9781439864029-12","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:37Z","timestamp":1594307977000},"page":"299-358","source":"Crossref","is-referenced-by-count":0,"title":["Computer - Techniques"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:43Z","timestamp":1594307983000},"score":33.00126,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-12"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-12","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T02:39:00Z","timestamp":1648694340089},"edition-number":"0","reference-count":0,"publisher":"A - K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,3,11]]},"DOI":"10.1201\/9781439864029-13","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:37Z","timestamp":1594307977000},"page":"359-420","source":"Crossref","is-referenced-by-count":0,"title":["Computer - Tools"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:44Z","timestamp":1594307984000},"score":32.976883,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-13"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-13","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T03:01:32Z","timestamp":1649214092034},"edition-number":"0","reference-count":0,"publisher":"A + Techniques"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:43Z","timestamp":1594307983000},"score":32.862587,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-12"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-12","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T03:01:32Z","timestamp":1649214092034},"edition-number":"0","reference-count":0,"publisher":"A K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,3,11]]},"DOI":"10.1201\/9781439864029-14","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:37Z","timestamp":1594307977000},"page":"421-470","source":"Crossref","is-referenced-by-count":0,"title":["Human - Experience"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:45Z","timestamp":1594307985000},"score":32.9575,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-14"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-14","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T14:36:33Z","timestamp":1649169393411},"edition-number":"1","reference-count":0,"publisher":"A + Experience"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:45Z","timestamp":1594307985000},"score":32.85585,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-14"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-14","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T02:39:00Z","timestamp":1648694340089},"edition-number":"0","reference-count":0,"publisher":"A + K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,3,11]]},"DOI":"10.1201\/9781439864029-13","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:37Z","timestamp":1594307977000},"page":"359-420","source":"Crossref","is-referenced-by-count":0,"title":["Computer + Tools"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:44Z","timestamp":1594307984000},"score":32.783493,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-13"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-13","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T00:28:50Z","timestamp":1649118530761},"edition-number":"0","reference-count":0,"publisher":"A + K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,3,11]]},"DOI":"10.1201\/9781439864029-11","type":"book-chapter","created":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:37Z","timestamp":1594307977000},"page":"235-298","source":"Crossref","is-referenced-by-count":0,"title":["Signal + Processing"],"prefix":"10.1201","member":"301","container-title":["Audio Anecdotes"],"deposited":{"date-parts":[[2020,7,9]],"date-time":"2020-07-09T15:19:42Z","timestamp":1594307982000},"score":32.700382,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864029\/chapters\/10.1201\/9781439864029-11"}},"issued":{"date-parts":[[2004,3,11]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864029-11","published":{"date-parts":[[2004,3,11]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T14:36:33Z","timestamp":1649169393411},"edition-number":"1","reference-count":0,"publisher":"A K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,11,29]]},"DOI":"10.1201\/9781439864869-2","type":"book-chapter","created":{"date-parts":[[2019,9,26]],"date-time":"2019-09-26T08:33:12Z","timestamp":1569486792000},"page":"15-28","source":"Crossref","is-referenced-by-count":0,"title":["How Recordings Are Made II: Digital Hard-Disk-Based Recording"],"prefix":"10.1201","author":[{"given":"Jay","family":"Kadis","sequence":"first","affiliation":[]},{"given":"Daniel J.","family":"Levitin","sequence":"additional","affiliation":[]}],"member":"301","container-title":["Audio - Anecdotes III"],"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T01:29:15Z","timestamp":1617586155000},"score":28.574678,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864869\/chapters\/10.1201\/9781439864869-2"}},"issued":{"date-parts":[[2007,11,29]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864869-2","published":{"date-parts":[[2007,11,29]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T09:37:20Z","timestamp":1648892240650},"reference-count":0,"publisher":"Gorgias + Anecdotes III"],"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T01:29:15Z","timestamp":1617586155000},"score":28.385454,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864869\/chapters\/10.1201\/9781439864869-2"}},"issued":{"date-parts":[[2007,11,29]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864869-2","published":{"date-parts":[[2007,11,29]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T09:37:20Z","timestamp":1648892240650},"reference-count":0,"publisher":"Gorgias Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,12,31]]},"DOI":"10.31826\/9781463209575-014","type":"book-chapter","created":{"date-parts":[[2019,4,29]],"date-time":"2019-04-29T13:24:55Z","timestamp":1556544295000},"page":"587-604","source":"Crossref","is-referenced-by-count":0,"title":["Appendix II. Historical Anecdotes in the Tosefta"],"prefix":"10.31826","member":"16894","container-title":["Midrash - and Legend: Historical Anecdotes in the Tannaitic Midrashim"],"link":[{"URL":"http:\/\/www.degruyter.com\/view\/books\/9781463209575\/9781463209575-014\/9781463209575-014.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.31826\/9781463209575-014\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.31826\/9781463209575-014\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,22]],"date-time":"2021-04-22T22:01:10Z","timestamp":1619128870000},"score":27.025291,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.31826\/9781463209575-014\/html"}},"issued":{"date-parts":[[2004,12,31]]},"references-count":0,"alternative-id":["10.31826\/9781463209575-014","10.31826\/9781463209575"],"URL":"http:\/\/dx.doi.org\/10.31826\/9781463209575-014","published":{"date-parts":[[2004,12,31]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T12:41:43Z","timestamp":1648816903071},"edition-number":"1","reference-count":1,"publisher":"A + and Legend: Historical Anecdotes in the Tannaitic Midrashim"],"link":[{"URL":"http:\/\/www.degruyter.com\/view\/books\/9781463209575\/9781463209575-014\/9781463209575-014.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.31826\/9781463209575-014\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.31826\/9781463209575-014\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,22]],"date-time":"2021-04-22T22:01:10Z","timestamp":1619128870000},"score":26.8327,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.31826\/9781463209575-014\/html"}},"issued":{"date-parts":[[2004,12,31]]},"references-count":0,"alternative-id":["10.31826\/9781463209575-014","10.31826\/9781463209575"],"URL":"http:\/\/dx.doi.org\/10.31826\/9781463209575-014","published":{"date-parts":[[2004,12,31]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T12:41:43Z","timestamp":1648816903071},"edition-number":"1","reference-count":1,"publisher":"A K Peters\/CRC Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,11,29]]},"DOI":"10.1201\/9781439864869-13","type":"book-chapter","created":{"date-parts":[[2019,9,26]],"date-time":"2019-09-26T08:33:12Z","timestamp":1569486792000},"page":"199-221","source":"Crossref","is-referenced-by-count":0,"title":["Audio Dynamic Range Compression"],"prefix":"10.1201","author":[{"given":"Mark","family":"Kolber","sequence":"first","affiliation":[]},{"given":"Daniel","family":"Lee","sequence":"additional","affiliation":[]}],"member":"301","reference":[{"key":"ref13","unstructured":"John Borwick . Sound Recording Practice. Oxford: Oxford University Press, 1994."}],"container-title":["Audio - Anecdotes III"],"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T01:29:35Z","timestamp":1617586175000},"score":26.683537,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864869\/chapters\/10.1201\/9781439864869-13"}},"issued":{"date-parts":[[2007,11,29]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864869-13","published":{"date-parts":[[2007,11,29]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Audio+Anecdotes+II+2004+A+K+Peters\/CRC+Press"}}}' - recorded_at: Sat, 07 Jan 2023 00:51:50 GMT + Anecdotes III"],"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T01:29:35Z","timestamp":1617586175000},"score":26.573896,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781439864869\/chapters\/10.1201\/9781439864869-13"}},"issued":{"date-parts":[[2007,11,29]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1201\/9781439864869-13","published":{"date-parts":[[2007,11,29]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Audio+Anecdotes+II+2004+A+K+Peters\/CRC+Press"}}}' + recorded_at: Sun, 15 Jan 2023 19:25:24 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/reference-entry.yml b/spec/vcr_cassettes/reference-entry.yml index 4bfe0bd..13e2b21 100644 --- a/spec/vcr_cassettes/reference-entry.yml +++ b/spec/vcr_cassettes/reference-entry.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 03:50:25 GMT + - Sun, 15 Jan 2023 19:25:24 GMT Content-Type: - application/json Content-Length: - '589' Set-Cookie: - - AWSALB=/850VQ4Hsz8/5+mo3AArfPYK/2vChDXcp7yDZ8Wjcgrwh/HiEbX6Q2C99c7hVAHWeO77O0uY8rDAdt55KhlYRCZkkV7EDvrOb8Bl9fIslBImG743Wb55JcOsOLGX; - Expires=Fri, 13 Jan 2023 03:50:25 GMT; Path=/ - - AWSALBCORS=/850VQ4Hsz8/5+mo3AArfPYK/2vChDXcp7yDZ8Wjcgrwh/HiEbX6Q2C99c7hVAHWeO77O0uY8rDAdt55KhlYRCZkkV7EDvrOb8Bl9fIslBImG743Wb55JcOsOLGX; - Expires=Fri, 13 Jan 2023 03:50:25 GMT; Path=/; SameSite=None + - AWSALB=vawNBZorGPTb/hYE4Bx7kZiF/Vsv7F/SOsVJMtySQW/PE1HpRCOa4VbuAf2I1ky5CW8hQiOxiGb2m84t8iBSsLq+gXMi/+R3yIbT9sJ7dPuWX87HDztWLQDCAAQY; + Expires=Sun, 22 Jan 2023 19:25:24 GMT; Path=/ + - AWSALBCORS=vawNBZorGPTb/hYE4Bx7kZiF/Vsv7F/SOsVJMtySQW/PE1HpRCOa4VbuAf2I1ky5CW8hQiOxiGb2m84t8iBSsLq+gXMi/+R3yIbT9sJ7dPuWX87HDztWLQDCAAQY; + Expires=Sun, 22 Jan 2023 19:25:24 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -63,7 +63,7 @@ http_interactions: Rear-Adm. Henry Percy, (14 Oct. 1885\u201330 June 1961)"],"prefix":"10.1093","member":"286","container-title":["Who Was Who"],"original-title":["Boxer, Rear-Adm. Henry Percy, (14 Oct. 1885\u201330 June 1961)"],"deposited":{"date-parts":[[2018,7,6]],"date-time":"2018-07-06T06:04:41Z","timestamp":1530857081000},"score":1,"resource":{"primary":{"URL":"http:\/\/www.ukwhoswho.com\/view\/10.1093\/ww\/9780199540891.001.0001\/ww-9780199540884-e-52741"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2007,12,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/ww\/9780199540884.013.u52741","relation":{},"published":{"date-parts":[[2007,12,1]]}}}' - recorded_at: Fri, 06 Jan 2023 03:50:25 GMT + recorded_at: Sun, 15 Jan 2023 19:25:24 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book,type:book-set,type:edited-book,type:monograph,type:reference-book&query=Who%20Was%20Who%202007 @@ -83,7 +83,7 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 03:50:26 GMT + - Sun, 15 Jan 2023 19:25:27 GMT Content-Type: - application/json Content-Length: @@ -115,29 +115,29 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":32980,"items":[{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T01:53:29Z","timestamp":1648691609402},"reference-count":0,"publisher":"Oxford + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":33015,"items":[{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T01:53:29Z","timestamp":1648691609402},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,12,1]]},"DOI":"10.1093\/ww\/9780199540884.013.u242381","type":"reference-book","created":{"date-parts":[[2017,11,30]],"date-time":"2017-11-30T22:40:00Z","timestamp":1512081600000},"source":"Crossref","is-referenced-by-count":1,"title":["Roberts, Richard Ellis, (26 Feb. 1879\u20135 Oct. 1953)"],"prefix":"10.1093","member":"286","container-title":["Who Was Who"],"original-title":["Roberts, Richard Ellis, (26 Feb. 1879\u20135 - Oct. 1953)"],"deposited":{"date-parts":[[2017,11,30]],"date-time":"2017-11-30T22:40:00Z","timestamp":1512081600000},"score":25.5029,"resource":{"primary":{"URL":"http:\/\/www.ukwhoswho.com\/view\/10.1093\/ww\/9780199540884.001.0001\/ww-9780199540884-e-242381"}},"issued":{"date-parts":[[2007,12,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/ww\/9780199540884.013.u242381","published":{"date-parts":[[2007,12,1]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T13:24:59Z","timestamp":1648646699733},"reference-count":0,"publisher":"Oxford + Oct. 1953)"],"deposited":{"date-parts":[[2017,11,30]],"date-time":"2017-11-30T22:40:00Z","timestamp":1512081600000},"score":25.448954,"resource":{"primary":{"URL":"http:\/\/www.ukwhoswho.com\/view\/10.1093\/ww\/9780199540884.001.0001\/ww-9780199540884-e-242381"}},"issued":{"date-parts":[[2007,12,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/ww\/9780199540884.013.u242381","published":{"date-parts":[[2007,12,1]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T13:24:59Z","timestamp":1648646699733},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,12,1]]},"DOI":"10.1093\/ww\/9780199540884.013.u214864","type":"reference-book","created":{"date-parts":[[2017,11,30]],"date-time":"2017-11-30T10:24:01Z","timestamp":1512037441000},"source":"Crossref","is-referenced-by-count":0,"title":["O\u2019Brien, Lt-Col Aubrey John, (5 Dec. 1870\u201331 Aug. 1930)"],"prefix":"10.1093","member":"286","container-title":["Who Was Who"],"original-title":["O\u2019Brien, Lt-Col Aubrey John, (5 Dec. 1870\u201331 - Aug. 1930)"],"deposited":{"date-parts":[[2017,11,30]],"date-time":"2017-11-30T10:24:01Z","timestamp":1512037441000},"score":24.909813,"resource":{"primary":{"URL":"http:\/\/www.ukwhoswho.com\/view\/10.1093\/ww\/9780199540884.001.0001\/ww-9780199540884-e-214864"}},"issued":{"date-parts":[[2007,12,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/ww\/9780199540884.013.u214864","published":{"date-parts":[[2007,12,1]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T17:19:23Z","timestamp":1649179163866},"publisher-location":"New + Aug. 1930)"],"deposited":{"date-parts":[[2017,11,30]],"date-time":"2017-11-30T10:24:01Z","timestamp":1512037441000},"score":24.793936,"resource":{"primary":{"URL":"http:\/\/www.ukwhoswho.com\/view\/10.1093\/ww\/9780199540884.001.0001\/ww-9780199540884-e-214864"}},"issued":{"date-parts":[[2007,12,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/ww\/9780199540884.013.u214864","published":{"date-parts":[[2007,12,1]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T17:19:23Z","timestamp":1649179163866},"publisher-location":"New York, NY","reference-count":0,"publisher":"Springer New York","isbn-type":[{"value":"9780387697963","type":"print"},{"value":"9780387697987","type":"electronic"}],"license":[{"start":{"date-parts":[[2007,1,1]],"date-time":"2007-01-01T00:00:00Z","timestamp":1167609600000},"content-version":"tdm","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007]]},"DOI":"10.1007\/978-0-387-69798-7","type":"book","created":{"date-parts":[[2007,12,31]],"date-time":"2007-12-31T05:10:13Z","timestamp":1199077813000},"source":"Crossref","is-referenced-by-count":0,"title":["Who\u2019s - Who in Fluorescence 2007"],"prefix":"10.1007","member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-0-387-69798-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-0-387-69798-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T08:32:04Z","timestamp":1554539524000},"score":24.089373,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-0-387-69798-7"}},"issued":{"date-parts":[[2007]]},"ISBN":["9780387697963","9780387697987"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-0-387-69798-7","published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T04:02:23Z","timestamp":1648785743579},"reference-count":0,"publisher":"DE + Who in Fluorescence 2007"],"prefix":"10.1007","member":"297","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-0-387-69798-7.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-0-387-69798-7","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,6]],"date-time":"2019-04-06T08:32:04Z","timestamp":1554539524000},"score":24.085787,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-0-387-69798-7"}},"issued":{"date-parts":[[2007]]},"ISBN":["9780387697963","9780387697987"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1007\/978-0-387-69798-7","published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T04:02:23Z","timestamp":1648785743579},"reference-count":0,"publisher":"DE GRUYTER SAUR","isbn-type":[{"value":"9783598077340","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,12,31]]},"DOI":"10.1515\/9783110945904","type":"book","created":{"date-parts":[[2012,3,24]],"date-time":"2012-03-24T05:21:09Z","timestamp":1332566469000},"source":"Crossref","is-referenced-by-count":0,"title":["Who''s - Who in Lebanon 2007-2008"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2007,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110945904\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:37:56Z","timestamp":1618987076000},"score":22.922312,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110945904\/html"}},"subtitle":[""],"editor":[{"family":"Publitec + Who in Lebanon 2007-2008"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2007,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110945904\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,21]],"date-time":"2021-04-21T06:37:56Z","timestamp":1618987076000},"score":22.89326,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110945904\/html"}},"subtitle":[""],"editor":[{"family":"Publitec Publications","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2007,12,31]]},"ISBN":["9783598077340"],"references-count":0,"alternative-id":["10.1515\/9783110945904"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110945904","published":{"date-parts":[[2007,12,31]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T11:54:12Z","timestamp":1649159652240},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781135987022","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203965832","type":"monograph","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T09:07:41Z","timestamp":1394788061000},"source":"Crossref","is-referenced-by-count":4,"title":["Who - Gains from Free Trade"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2007,1,24]]},"deposited":{"date-parts":[[2021,4,6]],"date-time":"2021-04-06T00:07:00Z","timestamp":1617667620000},"score":22.543198,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135987022"}},"editor":[{"given":"Rob","family":"Vos","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2007,1,24]]},"ISBN":["9781135987022"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203965832","published":{"date-parts":[[2007,1,24]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:23:32Z","timestamp":1649028212744},"reference-count":0,"publisher":"DE - GRUYTER SAUR","isbn-type":[{"value":"9783598077357","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,12,31]]},"DOI":"10.1515\/9783110930047","type":"book","created":{"date-parts":[[2012,3,24]],"date-time":"2012-03-24T02:09:05Z","timestamp":1332554945000},"source":"Crossref","is-referenced-by-count":0,"title":["Who''s - Who in the Arab World 2007-2008"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2007,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/books\/9783110930047\/9783110930047\/9783110930047.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,3,20]],"date-time":"2021-03-20T18:30:47Z","timestamp":1616265047000},"score":22.39415,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110930047\/html"}},"subtitle":[""],"editor":[{"family":"Publitec - Publications","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2007,12,31]]},"ISBN":["9783598077357"],"references-count":0,"alternative-id":["10.1515\/9783110930047"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110930047","published":{"date-parts":[[2007,12,31]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T11:00:25Z","timestamp":1648897225566},"reference-count":0,"publisher":"Oxford + Gains from Free Trade"],"prefix":"10.4324","member":"301","published-online":{"date-parts":[[2007,1,24]]},"deposited":{"date-parts":[[2021,4,6]],"date-time":"2021-04-06T00:07:00Z","timestamp":1617667620000},"score":22.501013,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135987022"}},"editor":[{"given":"Rob","family":"Vos","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2007,1,24]]},"ISBN":["9781135987022"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203965832","published":{"date-parts":[[2007,1,24]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T11:00:25Z","timestamp":1648897225566},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,12,1]]},"DOI":"10.1093\/ww\/9780199540884.013.u17055","type":"reference-book","created":{"date-parts":[[2017,11,30]],"date-time":"2017-11-30T16:12:18Z","timestamp":1512058338000},"source":"Crossref","is-referenced-by-count":0,"title":["Gibson, Kenneth James, (born 8 Sept. 1961), Member (SNP) Cunninghame North, Scottish Parliament, since 2007"],"prefix":"10.1093","member":"286","container-title":["Who''s Who"],"original-title":["Gibson, Kenneth James, (born 8 Sept. 1961), Member - (SNP) Cunninghame North, Scottish Parliament, since 2007"],"deposited":{"date-parts":[[2017,11,30]],"date-time":"2017-11-30T16:12:18Z","timestamp":1512058338000},"score":22.32362,"resource":{"primary":{"URL":"http:\/\/www.ukwhoswho.com\/view\/10.1093\/ww\/9780199540884.001.0001\/ww-9780199540884-e-17055"}},"issued":{"date-parts":[[2007,12,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/ww\/9780199540884.013.u17055","published":{"date-parts":[[2007,12,1]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:15:25Z","timestamp":1659482125545},"reference-count":0,"publisher":"Oxford + (SNP) Cunninghame North, Scottish Parliament, since 2007"],"deposited":{"date-parts":[[2017,11,30]],"date-time":"2017-11-30T16:12:18Z","timestamp":1512058338000},"score":22.370625,"resource":{"primary":{"URL":"http:\/\/www.ukwhoswho.com\/view\/10.1093\/ww\/9780199540884.001.0001\/ww-9780199540884-e-17055"}},"issued":{"date-parts":[[2007,12,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/ww\/9780199540884.013.u17055","published":{"date-parts":[[2007,12,1]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T23:23:32Z","timestamp":1649028212744},"reference-count":0,"publisher":"DE + GRUYTER SAUR","isbn-type":[{"value":"9783598077357","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,12,31]]},"DOI":"10.1515\/9783110930047","type":"book","created":{"date-parts":[[2012,3,24]],"date-time":"2012-03-24T02:09:05Z","timestamp":1332554945000},"source":"Crossref","is-referenced-by-count":0,"title":["Who''s + Who in the Arab World 2007-2008"],"prefix":"10.1515","member":"374","published-online":{"date-parts":[[2007,12,31]]},"link":[{"URL":"https:\/\/www.degruyter.com\/view\/books\/9783110930047\/9783110930047\/9783110930047.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,3,20]],"date-time":"2021-03-20T18:30:47Z","timestamp":1616265047000},"score":22.320929,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1515\/9783110930047\/html"}},"subtitle":[""],"editor":[{"family":"Publitec + Publications","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2007,12,31]]},"ISBN":["9783598077357"],"references-count":0,"alternative-id":["10.1515\/9783110930047"],"URL":"http:\/\/dx.doi.org\/10.1515\/9783110930047","published":{"date-parts":[[2007,12,31]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:15:25Z","timestamp":1659482125545},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,9,24]]},"abstract":"

\u2018Who are the Republicans? Who are the Democrats? Who are the \u2018\u2018others\u2019\u2019?\u2019 looks at the different relationships citizens have with political parties. @@ -150,7 +150,7 @@ http_interactions: Who are Republicans? Who are Democrats? Who are the \u201cothers\u201d?"],"prefix":"10.1093","author":[{"given":"L. Sandy","family":"Maisel","sequence":"first","affiliation":[]}],"member":"286","container-title":["Very Short Introductions"],"original-title":["4. Who are Republicans? Who are Democrats? - Who are the \u201cothers\u201d?"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T22:41:19Z","timestamp":1659480079000},"score":22.037851,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/540\/chapter\/135286846"}},"issued":{"date-parts":[[2013,9,24]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/actrade\/9780195301229.003.0004","published":{"date-parts":[[2013,9,24]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:37:25Z","timestamp":1659501445610},"reference-count":0,"publisher":"Oxford + Who are the \u201cothers\u201d?"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T22:41:19Z","timestamp":1659480079000},"score":21.990576,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/540\/chapter\/135286846"}},"issued":{"date-parts":[[2013,9,24]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/actrade\/9780195301229.003.0004","published":{"date-parts":[[2013,9,24]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T04:37:25Z","timestamp":1659501445610},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2016,7,28]]},"abstract":"

\u2018Who are Republicans? Who are Democrats? Who are the \u201cothers\u201d?\u2019 looks at party affiliation and the different relationships citizens have with @@ -164,18 +164,17 @@ http_interactions: Who are Republicans? Who are Democrats? Who are the \u201cothers\u201d?"],"prefix":"10.1093","author":[{"given":"L. Sandy","family":"Maisel","sequence":"first","affiliation":[]}],"member":"286","container-title":["Very Short Introductions"],"original-title":["4. Who are Republicans? Who are Democrats? - Who are the \u201cothers\u201d?"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T22:46:28Z","timestamp":1659480388000},"score":22.037851,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/633\/chapter\/135337463"}},"issued":{"date-parts":[[2016,7,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/actrade\/9780190458164.003.0004","published":{"date-parts":[[2016,7,28]]}},{"indexed":{"date-parts":[[2022,6,29]],"date-time":"2022-06-29T14:52:45Z","timestamp":1656514365354},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781136592829","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203182277","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T08:57:22Z","timestamp":1394787442000},"source":"Crossref","is-referenced-by-count":3,"title":["Who - Lives, Who Dies, Who Decides?"],"prefix":"10.4324","author":[{"given":"Sheldon","family":"Ekland-Olson","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2012,2,17]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T12:31:56Z","timestamp":1617625916000},"score":21.903402,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136592829"}},"issued":{"date-parts":[[2012,2,17]]},"ISBN":["9781136592829"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203182277","published":{"date-parts":[[2012,2,17]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:14:00Z","timestamp":1648642440984},"reference-count":0,"publisher":"Peter + Who are the \u201cothers\u201d?"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T22:46:28Z","timestamp":1659480388000},"score":21.990576,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/633\/chapter\/135337463"}},"issued":{"date-parts":[[2016,7,28]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/actrade\/9780190458164.003.0004","published":{"date-parts":[[2016,7,28]]}},{"indexed":{"date-parts":[[2022,6,29]],"date-time":"2022-06-29T14:52:45Z","timestamp":1656514365354},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781136592829","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203182277","type":"book","created":{"date-parts":[[2014,3,14]],"date-time":"2014-03-14T08:57:22Z","timestamp":1394787442000},"source":"Crossref","is-referenced-by-count":3,"title":["Who + Lives, Who Dies, Who Decides?"],"prefix":"10.4324","author":[{"given":"Sheldon","family":"Ekland-Olson","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2012,2,17]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T12:31:56Z","timestamp":1617625916000},"score":21.832552,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781136592829"}},"issued":{"date-parts":[[2012,2,17]]},"ISBN":["9781136592829"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203182277","published":{"date-parts":[[2012,2,17]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T07:00:58Z","timestamp":1648882858659},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781315172873","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781315172873","type":"book","created":{"date-parts":[[2019,1,31]],"date-time":"2019-01-31T13:15:43Z","timestamp":1548940543000},"source":"Crossref","is-referenced-by-count":0,"title":["Who-who-who + goes hoo-hoo-hoo?"],"prefix":"10.4324","author":[{"given":"Peter","family":"Schneider","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2018,12,20]]},"deposited":{"date-parts":[[2021,4,12]],"date-time":"2021-04-12T18:05:37Z","timestamp":1618250737000},"score":21.813877,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351699174"}},"issued":{"date-parts":[[2018,12,20]]},"ISBN":["9781315172873"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315172873","published":{"date-parts":[[2018,12,20]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:14:00Z","timestamp":1648642440984},"reference-count":0,"publisher":"Peter Lang D","isbn-type":[{"value":"9783653009583","type":"electronic"},{"value":"9783631605950","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2011,1,1]]},"DOI":"10.3726\/978-3-653-00958-3","type":"monograph","created":{"date-parts":[[2015,9,22]],"date-time":"2015-09-22T15:12:25Z","timestamp":1442934745000},"source":"Crossref","is-referenced-by-count":0,"title":["Who - goes? Who stays? Who returns?"],"prefix":"10.3726","author":[{"given":"Volha","family":"Vysotskaya","sequence":"first","affiliation":[]}],"member":"2030","link":[{"URL":"https:\/\/www.peterlang.com\/view\/title\/12601","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2021,10,10]],"date-time":"2021-10-10T20:10:28Z","timestamp":1633896628000},"score":21.883821,"resource":{"primary":{"URL":"https:\/\/www.peterlang.com\/view\/title\/12601"}},"issued":{"date-parts":[[2011,1,1]]},"ISBN":["9783653009583","9783631605950"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3726\/978-3-653-00958-3","published":{"date-parts":[[2011,1,1]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T07:00:58Z","timestamp":1648882858659},"edition-number":"1","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781315172873","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9781315172873","type":"book","created":{"date-parts":[[2019,1,31]],"date-time":"2019-01-31T13:15:43Z","timestamp":1548940543000},"source":"Crossref","is-referenced-by-count":0,"title":["Who-who-who - goes hoo-hoo-hoo?"],"prefix":"10.4324","author":[{"given":"Peter","family":"Schneider","sequence":"first","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2018,12,20]]},"deposited":{"date-parts":[[2021,4,12]],"date-time":"2021-04-12T18:05:37Z","timestamp":1618250737000},"score":21.785585,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351699174"}},"issued":{"date-parts":[[2018,12,20]]},"ISBN":["9781315172873"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315172873","published":{"date-parts":[[2018,12,20]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:40:47Z","timestamp":1659483647089},"reference-count":0,"publisher":"Oxford + goes? Who stays? Who returns?"],"prefix":"10.3726","author":[{"given":"Volha","family":"Vysotskaya","sequence":"first","affiliation":[]}],"member":"2030","link":[{"URL":"https:\/\/www.peterlang.com\/view\/title\/12601","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2021,10,10]],"date-time":"2021-10-10T20:10:28Z","timestamp":1633896628000},"score":21.801731,"resource":{"primary":{"URL":"https:\/\/www.peterlang.com\/view\/title\/12601"}},"issued":{"date-parts":[[2011,1,1]]},"ISBN":["9783653009583","9783631605950"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3726\/978-3-653-00958-3","published":{"date-parts":[[2011,1,1]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:40:47Z","timestamp":1659483647089},"reference-count":0,"publisher":"Oxford University Press","isbn-type":[{"value":"9780195310771","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,7,12]]},"DOI":"10.1093\/acprof:oso\/9780195310771.001.0001","type":"monograph","created":{"date-parts":[[2008,1,22]],"date-time":"2008-01-22T17:55:10Z","timestamp":1201024510000},"source":"Crossref","is-referenced-by-count":9,"title":["The Man Who Saved Sea Turtles"],"prefix":"10.1093","author":[{"given":"Frederick - R.","family":"Davis","sequence":"first","affiliation":[]}],"member":"286","deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:17:27Z","timestamp":1659482247000},"score":21.746344,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6995"}},"issued":{"date-parts":[[2007,7,12]]},"ISBN":["9780195310771"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780195310771.001.0001","published":{"date-parts":[[2007,7,12]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T04:36:21Z","timestamp":1648874181130},"reference-count":0,"publisher":"RAND + R.","family":"Davis","sequence":"first","affiliation":[]}],"member":"286","deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:17:27Z","timestamp":1659482247000},"score":21.784237,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6995"}},"issued":{"date-parts":[[2007,7,12]]},"ISBN":["9780195310771"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780195310771.001.0001","published":{"date-parts":[[2007,7,12]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T04:36:21Z","timestamp":1648874181130},"reference-count":0,"publisher":"RAND Corporation","isbn-type":[{"value":"9780833043139","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007]]},"DOI":"10.7249\/tr537","type":"book","created":{"date-parts":[[2018,2,20]],"date-time":"2018-02-20T16:26:07Z","timestamp":1519143967000},"source":"Crossref","is-referenced-by-count":8,"title":["Who Is Ahead and Who Is Behind? Gaps in School Readiness and Student Achievement - in the Early Grades for California''s Children"],"prefix":"10.7249","author":[{"given":"Jill","family":"Cannon","sequence":"first","affiliation":[]},{"given":"Lynn","family":"Karoly","sequence":"first","affiliation":[]}],"member":"4276","deposited":{"date-parts":[[2018,2,20]],"date-time":"2018-02-20T16:26:08Z","timestamp":1519143968000},"score":21.66707,"resource":{"primary":{"URL":"https:\/\/www.rand.org\/pubs\/technical_reports\/TR537.html"}},"issued":{"date-parts":[[2007]]},"ISBN":["9780833043139"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7249\/tr537","published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:39:23Z","timestamp":1648643963510},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781135425722","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203956328","type":"book","created":{"date-parts":[[2018,2,25]],"date-time":"2018-02-25T13:25:26Z","timestamp":1519565126000},"source":"Crossref","is-referenced-by-count":0,"title":["The - Client Who Changed Me"],"prefix":"10.4324","author":[{"given":"Ph. D.","family":"Kottler","sequence":"first","affiliation":[]},{"given":"Psy.D.","family":"Carlson","sequence":"additional","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2007,12,11]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T20:51:58Z","timestamp":1617655918000},"score":21.532078,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135425722"}},"issued":{"date-parts":[[2007,12,11]]},"ISBN":["9781135425722"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203956328","published":{"date-parts":[[2007,12,11]]}},{"indexed":{"date-parts":[[2022,10,11]],"date-time":"2022-10-11T23:40:08Z","timestamp":1665531608980},"edition-number":"1","reference-count":0,"publisher":"Cambridge + in the Early Grades for California''s Children"],"prefix":"10.7249","author":[{"given":"Jill","family":"Cannon","sequence":"first","affiliation":[]},{"given":"Lynn","family":"Karoly","sequence":"first","affiliation":[]}],"member":"4276","deposited":{"date-parts":[[2018,2,20]],"date-time":"2018-02-20T16:26:08Z","timestamp":1519143968000},"score":21.711716,"resource":{"primary":{"URL":"https:\/\/www.rand.org\/pubs\/technical_reports\/TR537.html"}},"issued":{"date-parts":[[2007]]},"ISBN":["9780833043139"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7249\/tr537","published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,10,11]],"date-time":"2022-10-11T23:40:08Z","timestamp":1665531608980},"edition-number":"1","reference-count":0,"publisher":"Cambridge University Press","isbn-type":[{"value":"9780521700320","type":"print"},{"value":"9780511481314","type":"electronic"}],"license":[{"start":{"date-parts":[[2009,9,22]],"date-time":"2009-09-22T00:00:00Z","timestamp":1253577600000},"content-version":"unspecified","delay-in-days":810,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,7,5]]},"abstract":"This 2007 book addresses important contemporary concerns about social justice. It presents detailed economic evidence, but analyses it in a manner that is @@ -185,11 +184,12 @@ http_interactions: egalitarian society. It looks at who is rich, which social groups are still in poverty, and the policies that could redistribute income and wealth more effectively.<\/jats:p>","DOI":"10.1017\/cbo9780511481314","type":"monograph","created":{"date-parts":[[2009,12,22]],"date-time":"2009-12-22T10:39:29Z","timestamp":1261478369000},"source":"Crossref","is-referenced-by-count":26,"title":["Who - Gets What?"],"prefix":"10.1017","author":[{"given":"Frank","family":"Stilwell","sequence":"first","affiliation":[]},{"given":"Kirrily","family":"Jordan","sequence":"additional","affiliation":[]}],"member":"56","published-online":{"date-parts":[[2009,9,22]]},"deposited":{"date-parts":[[2022,10,11]],"date-time":"2022-10-11T23:11:30Z","timestamp":1665529890000},"score":21.510555,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9780511481314\/type\/book"}},"subtitle":["Analysing - Economic Inequality in Australia"],"issued":{"date-parts":[[2007,7,5]]},"ISBN":["9780521700320","9780511481314"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9780511481314","published":{"date-parts":[[2007,7,5]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T02:24:55Z","timestamp":1648607095107},"reference-count":0,"publisher":"I.B.Tauris","isbn-type":[{"value":"9781780765532","type":"print"},{"value":"9780755694440","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9780755694440","type":"monograph","created":{"date-parts":[[2019,11,25]],"date-time":"2019-11-25T17:24:12Z","timestamp":1574702652000},"source":"Crossref","is-referenced-by-count":0,"title":["Who - is Who?"],"prefix":"10.5040","author":[{"given":"Kevin S","family":"Decker","sequence":"first","affiliation":[]}],"member":"2984","published-online":{"date-parts":[[2013]]},"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T21:40:22Z","timestamp":1590097222000},"score":21.423338,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/who-is-who-the-philosophy-of-doctor-who"}},"subtitle":["The + Gets What?"],"prefix":"10.1017","author":[{"given":"Frank","family":"Stilwell","sequence":"first","affiliation":[]},{"given":"Kirrily","family":"Jordan","sequence":"additional","affiliation":[]}],"member":"56","published-online":{"date-parts":[[2009,9,22]]},"deposited":{"date-parts":[[2022,10,11]],"date-time":"2022-10-11T23:11:30Z","timestamp":1665529890000},"score":21.479345,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9780511481314\/type\/book"}},"subtitle":["Analysing + Economic Inequality in Australia"],"issued":{"date-parts":[[2007,7,5]]},"ISBN":["9780521700320","9780511481314"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9780511481314","published":{"date-parts":[[2007,7,5]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:39:23Z","timestamp":1648643963510},"edition-number":"0","reference-count":0,"publisher":"Routledge","isbn-type":[{"value":"9781135425722","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.4324\/9780203956328","type":"book","created":{"date-parts":[[2018,2,25]],"date-time":"2018-02-25T13:25:26Z","timestamp":1519565126000},"source":"Crossref","is-referenced-by-count":0,"title":["The + Client Who Changed Me"],"prefix":"10.4324","author":[{"given":"Ph. D.","family":"Kottler","sequence":"first","affiliation":[]},{"given":"Psy.D.","family":"Carlson","sequence":"additional","affiliation":[]}],"member":"301","published-online":{"date-parts":[[2007,12,11]]},"deposited":{"date-parts":[[2021,4,5]],"date-time":"2021-04-05T20:51:58Z","timestamp":1617655918000},"score":21.432798,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135425722"}},"issued":{"date-parts":[[2007,12,11]]},"ISBN":["9781135425722"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203956328","published":{"date-parts":[[2007,12,11]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T02:24:55Z","timestamp":1648607095107},"reference-count":0,"publisher":"I.B.Tauris","isbn-type":[{"value":"9781780765532","type":"print"},{"value":"9780755694440","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5040\/9780755694440","type":"monograph","created":{"date-parts":[[2019,11,25]],"date-time":"2019-11-25T17:24:12Z","timestamp":1574702652000},"source":"Crossref","is-referenced-by-count":0,"title":["Who + is Who?"],"prefix":"10.5040","author":[{"given":"Kevin S","family":"Decker","sequence":"first","affiliation":[]}],"member":"2984","published-online":{"date-parts":[[2013]]},"deposited":{"date-parts":[[2020,5,21]],"date-time":"2020-05-21T21:40:22Z","timestamp":1590097222000},"score":21.387651,"resource":{"primary":{"URL":"https:\/\/www.bloomsburycollections.com\/book\/who-is-who-the-philosophy-of-doctor-who"}},"subtitle":["The Philosophy of Doctor Who"],"issued":{"date-parts":[[2013]]},"ISBN":["9781780765532","9780755694440"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5040\/9780755694440","published":{"date-parts":[[2013]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T22:56:09Z","timestamp":1648940169078},"reference-count":0,"publisher":"WHO","isbn-type":[{"value":"9789241595575","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007]]},"DOI":"10.2471\/tdr.07.978-924-1595575","type":"monograph","created":{"date-parts":[[2008,1,9]],"date-time":"2008-01-09T10:45:45Z","timestamp":1199875545000},"source":"Crossref","is-referenced-by-count":4,"title":["Making - a Difference. 30 Years of Research and Capacity Building in Tropical Diseases"],"prefix":"10.2471","author":[{"family":"WHO","sequence":"first","affiliation":[]}],"member":"1305","deposited":{"date-parts":[[2013,12,16]],"date-time":"2013-12-16T23:08:32Z","timestamp":1387235312000},"score":21.269356,"resource":{"primary":{"URL":"http:\/\/www.who.int\/tdr\/about\/history_book\/pdf\/anniversary_book.pdf"}},"issued":{"date-parts":[[2007]]},"ISBN":["9789241595575"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2471\/tdr.07.978-924-1595575","published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T22:14:27Z","timestamp":1659478467173},"reference-count":0,"publisher":"Oxford + a Difference. 30 Years of Research and Capacity Building in Tropical Diseases"],"prefix":"10.2471","author":[{"family":"WHO","sequence":"first","affiliation":[]}],"member":"1305","deposited":{"date-parts":[[2013,12,16]],"date-time":"2013-12-16T23:08:32Z","timestamp":1387235312000},"score":21.164845,"resource":{"primary":{"URL":"http:\/\/www.who.int\/tdr\/about\/history_book\/pdf\/anniversary_book.pdf"}},"issued":{"date-parts":[[2007]]},"ISBN":["9789241595575"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2471\/tdr.07.978-924-1595575","published":{"date-parts":[[2007]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T22:14:27Z","timestamp":1659478467173},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,3,15]]},"abstract":"

This chapter discusses the appointment of decision-makers in the claims process. Topics covered include who makes decisions on claims and by whom such decision-makers @@ -199,13 +199,13 @@ http_interactions: Mass Claims Processes has handled the matter.<\/p>","DOI":"10.1093\/acprof:oso\/9780199207442.003.0004","type":"book","created":{"date-parts":[[2010,1,19]],"date-time":"2010-01-19T15:34:54Z","timestamp":1263915294000},"source":"Crossref","is-referenced-by-count":0,"title":["Ch.4 Appointing Those who will Make Decisions"],"prefix":"10.1093","member":"286","container-title":["International Mass Claims Processes"],"original-title":["Ch.4 Appointing Those who will - Make Decisions"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T21:57:07Z","timestamp":1659477427000},"score":21.199226,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/43013\/chapter\/361353800"}},"editor":[{"given":"Holtzmann","family":"Howard + Make Decisions"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T21:57:07Z","timestamp":1659477427000},"score":21.139362,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/43013\/chapter\/361353800"}},"editor":[{"given":"Holtzmann","family":"Howard M","sequence":"first","affiliation":[]},{"given":"Kristj\u00e1nsd\u00f3ttir","family":"Edda","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2007,3,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199207442.003.0004","published":{"date-parts":[[2007,3,15]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T22:57:15Z","timestamp":1649199435166},"reference-count":0,"publisher":"Peter Lang US","isbn-type":[{"value":"9781453907139","type":"electronic"},{"value":"9780820495033","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,3,13]]},"DOI":"10.3726\/978-1-4539-0713-9","type":"monograph","created":{"date-parts":[[2018,4,12]],"date-time":"2018-04-12T19:58:36Z","timestamp":1523563116000},"source":"Crossref","is-referenced-by-count":1,"title":["Who are the Elect in 1 Peter?"],"prefix":"10.3726","author":[{"given":"Stephen - Ayodeji A.","family":"Fagbemi","sequence":"first","affiliation":[]}],"member":"2030","link":[{"URL":"https:\/\/www.peterlang.com\/view\/title\/58819","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2021,10,10]],"date-time":"2021-10-10T00:22:24Z","timestamp":1633825344000},"score":20.86006,"resource":{"primary":{"URL":"https:\/\/www.peterlang.com\/view\/title\/58819"}},"issued":{"date-parts":[[2007,3,13]]},"ISBN":["9781453907139","9780820495033"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3726\/978-1-4539-0713-9","published":{"date-parts":[[2007,3,13]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Who + Ayodeji A.","family":"Fagbemi","sequence":"first","affiliation":[]}],"member":"2030","link":[{"URL":"https:\/\/www.peterlang.com\/view\/title\/58819","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2021,10,10]],"date-time":"2021-10-10T00:22:24Z","timestamp":1633825344000},"score":20.811638,"resource":{"primary":{"URL":"https:\/\/www.peterlang.com\/view\/title\/58819"}},"issued":{"date-parts":[[2007,3,13]]},"ISBN":["9781453907139","9780820495033"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3726\/978-1-4539-0713-9","published":{"date-parts":[[2007,3,13]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Who Was Who 2007"}}}' - recorded_at: Fri, 06 Jan 2023 03:50:26 GMT + recorded_at: Sun, 15 Jan 2023 19:25:27 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Boxer,%2BRear-Adm.%2BHenry%2BPercy,%2B(14%2BOct.%2B1885%E2%80%9330%2BJune%2B1961)%2B2007%2BOxford%2BUniversity%2BPress @@ -225,11 +225,11 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 03:50:26 GMT + - Sun, 15 Jan 2023 19:25:30 GMT Content-Type: - application/json Content-Length: - - '5638' + - '5636' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -261,62 +261,62 @@ http_interactions: University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1976,3,3]]},"DOI":"10.1093\/oseo\/instance.00159462","type":"book-chapter","created":{"date-parts":[[2016,5,27]],"date-time":"2016-05-27T18:35:46Z","timestamp":1464374146000},"page":"123-123","source":"Crossref","is-referenced-by-count":0,"title":["To Percy William Bunting"],"prefix":"10.1093","author":[{"given":"John Henry","family":"Newman","sequence":"first","affiliation":[]}],"member":"286","container-title":["The Letters and Diaries of John Henry Newman, Vol. 31: The Last Years: January - 1885 to August 1890"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T15:12:48Z","timestamp":1657033968000},"score":26.650574,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200832.book.1\/actrade-9780199200832-div2-244"}},"editor":[{"given":"Charles + 1885 to August 1890"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T15:12:48Z","timestamp":1657033968000},"score":26.66127,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200832.book.1\/actrade-9780199200832-div2-244"}},"editor":[{"given":"Charles Stephen","family":"Dessain","sequence":"additional","affiliation":[]},{"given":"Thomas Gornall,","family":"S.J.","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1976,3,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00159462","published":{"date-parts":[[1976,3,3]]}},{"indexed":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T16:46:30Z","timestamp":1657039590397},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1976,3,3]]},"DOI":"10.1093\/oseo\/instance.00159398","type":"book-chapter","created":{"date-parts":[[2016,5,27]],"date-time":"2016-05-27T18:35:46Z","timestamp":1464374146000},"page":"95-95","source":"Crossref","is-referenced-by-count":0,"title":["To Percy William Bunting"],"prefix":"10.1093","author":[{"given":"John Henry","family":"Newman","sequence":"first","affiliation":[]}],"member":"286","container-title":["The Letters and Diaries of John Henry Newman, Vol. 31: The Last Years: January - 1885 to August 1890"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T16:28:39Z","timestamp":1657038519000},"score":26.650574,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200832.book.1\/actrade-9780199200832-div2-180"}},"editor":[{"given":"Charles + 1885 to August 1890"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T16:28:39Z","timestamp":1657038519000},"score":26.66127,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200832.book.1\/actrade-9780199200832-div2-180"}},"editor":[{"given":"Charles Stephen","family":"Dessain","sequence":"additional","affiliation":[]},{"given":"Thomas Gornall,","family":"S.J.","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1976,3,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00159398","published":{"date-parts":[[1976,3,3]]}},{"indexed":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T19:17:07Z","timestamp":1657048627218},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1976,3,3]]},"DOI":"10.1093\/oseo\/instance.00159367","type":"book-chapter","created":{"date-parts":[[2016,5,27]],"date-time":"2016-05-27T18:35:46Z","timestamp":1464374146000},"page":"81-81","source":"Crossref","is-referenced-by-count":0,"title":["To Percy William Bunting"],"prefix":"10.1093","author":[{"given":"John Henry","family":"Newman","sequence":"first","affiliation":[]}],"member":"286","container-title":["The Letters and Diaries of John Henry Newman, Vol. 31: The Last Years: January - 1885 to August 1890"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T18:31:14Z","timestamp":1657045874000},"score":26.562304,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200832.book.1\/actrade-9780199200832-div2-149"}},"editor":[{"given":"Charles + 1885 to August 1890"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T18:31:14Z","timestamp":1657045874000},"score":26.643345,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200832.book.1\/actrade-9780199200832-div2-149"}},"editor":[{"given":"Charles Stephen","family":"Dessain","sequence":"additional","affiliation":[]},{"given":"Thomas Gornall,","family":"S.J.","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1976,3,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00159367","published":{"date-parts":[[1976,3,3]]}},{"indexed":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T22:45:02Z","timestamp":1657061102866},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1976,3,3]]},"DOI":"10.1093\/oseo\/instance.00159414","type":"book-chapter","created":{"date-parts":[[2016,5,27]],"date-time":"2016-05-27T18:35:46Z","timestamp":1464374146000},"page":"101-101","source":"Crossref","is-referenced-by-count":0,"title":["To Percy William Bunting"],"prefix":"10.1093","author":[{"given":"John Henry","family":"Newman","sequence":"first","affiliation":[]}],"member":"286","container-title":["The Letters and Diaries of John Henry Newman, Vol. 31: The Last Years: January - 1885 to August 1890"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T22:24:19Z","timestamp":1657059859000},"score":26.557343,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200832.book.1\/actrade-9780199200832-div2-196"}},"editor":[{"given":"Charles + 1885 to August 1890"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T22:24:19Z","timestamp":1657059859000},"score":26.637592,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200832.book.1\/actrade-9780199200832-div2-196"}},"editor":[{"given":"Charles Stephen","family":"Dessain","sequence":"additional","affiliation":[]},{"given":"Thomas Gornall,","family":"S.J.","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1976,3,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00159414","published":{"date-parts":[[1976,3,3]]}},{"indexed":{"date-parts":[[2022,10,21]],"date-time":"2022-10-21T05:22:58Z","timestamp":1666329778323},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972,6,15]]},"DOI":"10.1093\/oseo\/instance.00243045","type":"book-chapter","created":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:41:36Z","timestamp":1666255296000},"source":"Crossref","is-referenced-by-count":0,"title":["Tuesday, 30 June"],"prefix":"10.1093","author":[{"given":"Edward Walter","family":"Hamilton","sequence":"first","affiliation":[]}],"member":"286","container-title":["The Diary of Sir Edward Walter Hamilton, 1880\u20131885","The Diary of Sir Edward Walter Hamilton, 1880\u20131885, Vol. 2: 1883\u20131885"],"original-title":["Tuesday, - 30 June"],"deposited":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:57:37Z","timestamp":1666256257000},"score":26.116209,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780198815716.book.1\/actrade-9780198815716-div2-701"}},"editor":[{"given":"Dudley + 30 June"],"deposited":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:57:37Z","timestamp":1666256257000},"score":26.110104,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780198815716.book.1\/actrade-9780198815716-div2-701"}},"editor":[{"given":"Dudley W. R.","family":"Bahlman","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1972,6,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00243045","published":{"date-parts":[[1972,6,15]]}},{"indexed":{"date-parts":[[2022,10,21]],"date-time":"2022-10-21T05:23:09Z","timestamp":1666329789341},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972,6,15]]},"DOI":"10.1093\/oseo\/instance.00242719","type":"book-chapter","created":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:41:36Z","timestamp":1666255296000},"source":"Crossref","is-referenced-by-count":0,"title":["Monday, 30 June"],"prefix":"10.1093","author":[{"given":"Edward Walter","family":"Hamilton","sequence":"first","affiliation":[]}],"member":"286","container-title":["The Diary of Sir Edward Walter Hamilton, 1880\u20131885","The Diary of Sir Edward Walter Hamilton, 1880\u20131885, Vol. 2: 1883\u20131885"],"original-title":["Monday, - 30 June"],"deposited":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:50:46Z","timestamp":1666255846000},"score":25.997522,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780198815716.book.1\/actrade-9780198815716-div2-376"}},"editor":[{"given":"Dudley + 30 June"],"deposited":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:50:46Z","timestamp":1666255846000},"score":26.05743,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780198815716.book.1\/actrade-9780198815716-div2-376"}},"editor":[{"given":"Dudley W. R.","family":"Bahlman","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1972,6,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00242719","published":{"date-parts":[[1972,6,15]]}},{"indexed":{"date-parts":[[2022,10,21]],"date-time":"2022-10-21T05:23:12Z","timestamp":1666329792460},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972,6,15]]},"DOI":"10.1093\/oseo\/instance.00243029","type":"book-chapter","created":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:41:36Z","timestamp":1666255296000},"source":"Crossref","is-referenced-by-count":0,"title":["Sunday, 14 June"],"prefix":"10.1093","author":[{"given":"Edward Walter","family":"Hamilton","sequence":"first","affiliation":[]}],"member":"286","container-title":["The Diary of Sir Edward Walter Hamilton, 1880\u20131885","The Diary of Sir Edward Walter Hamilton, 1880\u20131885, Vol. 2: 1883\u20131885"],"original-title":["Sunday, - 14 June"],"deposited":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:57:10Z","timestamp":1666256230000},"score":25.481096,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780198815716.book.1\/actrade-9780198815716-div2-685"}},"editor":[{"given":"Dudley + 14 June"],"deposited":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:57:10Z","timestamp":1666256230000},"score":25.54345,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780198815716.book.1\/actrade-9780198815716-div2-685"}},"editor":[{"given":"Dudley W. R.","family":"Bahlman","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1972,6,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00243029","published":{"date-parts":[[1972,6,15]]}},{"indexed":{"date-parts":[[2022,10,21]],"date-time":"2022-10-21T05:23:28Z","timestamp":1666329808599},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972,6,15]]},"DOI":"10.1093\/oseo\/instance.00242703","type":"book-chapter","created":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:41:36Z","timestamp":1666255296000},"source":"Crossref","is-referenced-by-count":0,"title":["Saturday, 14 June"],"prefix":"10.1093","author":[{"given":"Edward Walter","family":"Hamilton","sequence":"first","affiliation":[]}],"member":"286","container-title":["The Diary of Sir Edward Walter Hamilton, 1880\u20131885","The Diary of Sir Edward Walter Hamilton, 1880\u20131885, Vol. 2: 1883\u20131885"],"original-title":["Saturday, - 14 June"],"deposited":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:50:30Z","timestamp":1666255830000},"score":25.481096,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780198815716.book.1\/actrade-9780198815716-div2-360"}},"editor":[{"given":"Dudley + 14 June"],"deposited":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:50:30Z","timestamp":1666255830000},"score":25.54345,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780198815716.book.1\/actrade-9780198815716-div2-360"}},"editor":[{"given":"Dudley W. R.","family":"Bahlman","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1972,6,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00242703","published":{"date-parts":[[1972,6,15]]}},{"indexed":{"date-parts":[[2022,10,21]],"date-time":"2022-10-21T05:23:03Z","timestamp":1666329783361},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972,6,15]]},"DOI":"10.1093\/oseo\/instance.00242429","type":"book-chapter","created":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:41:36Z","timestamp":1666255296000},"source":"Crossref","is-referenced-by-count":0,"title":["Thursday, 14 June"],"prefix":"10.1093","author":[{"given":"Edward Walter","family":"Hamilton","sequence":"first","affiliation":[]}],"member":"286","container-title":["The Diary of Sir Edward Walter Hamilton, 1880\u20131885","The Diary of Sir Edward Walter Hamilton, 1880\u20131885, Vol. 2: 1883\u20131885"],"original-title":["Thursday, - 14 June"],"deposited":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:44:01Z","timestamp":1666255441000},"score":25.447067,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780198815716.book.1\/actrade-9780198815716-div2-87"}},"editor":[{"given":"Dudley + 14 June"],"deposited":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:44:01Z","timestamp":1666255441000},"score":25.507723,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780198815716.book.1\/actrade-9780198815716-div2-87"}},"editor":[{"given":"Dudley W. R.","family":"Bahlman","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1972,6,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00242429","published":{"date-parts":[[1972,6,15]]}},{"indexed":{"date-parts":[[2022,10,21]],"date-time":"2022-10-21T05:23:05Z","timestamp":1666329785230},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972,6,15]]},"DOI":"10.1093\/oseo\/instance.00242255","type":"book-chapter","created":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:39:54Z","timestamp":1666255194000},"source":"Crossref","is-referenced-by-count":0,"title":["Friday, 30 June"],"prefix":"10.1093","author":[{"given":"Edward Walter","family":"Hamilton","sequence":"first","affiliation":[]}],"member":"286","container-title":["The Diary of Sir Edward Walter Hamilton, 1880\u20131885","The Diary of Sir Edward Walter Hamilton, 1880\u20131885, Vol. 1: 1880\u20131882"],"original-title":["Friday, - 30 June"],"deposited":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:48:13Z","timestamp":1666255693000},"score":24.732765,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780198815709.book.1\/actrade-9780198815709-div2-332"}},"editor":[{"given":"Dudley + 30 June"],"deposited":{"date-parts":[[2022,10,20]],"date-time":"2022-10-20T08:48:13Z","timestamp":1666255693000},"score":24.797503,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780198815709.book.1\/actrade-9780198815709-div2-332"}},"editor":[{"given":"Dudley W. R.","family":"Bahlman","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1972,6,15]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00242255","published":{"date-parts":[[1972,6,15]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T22:17:11Z","timestamp":1648592231298},"publisher-location":"Stuttgart","reference-count":33,"publisher":"J.B. Metzler","isbn-type":[{"value":"9783476100061","type":"print"},{"value":"9783476038012","type":"electronic"}],"license":[{"start":{"date-parts":[[1961,1,1]],"date-time":"1961-01-01T00:00:00Z","timestamp":-283996800000},"content-version":"unspecified","delay-in-days":0,"URL":"http:\/\/www.springer.com\/tdm"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1961]]},"DOI":"10.1007\/978-3-476-03801-2_3","type":"book-chapter","created":{"date-parts":[[2016,11,25]],"date-time":"2016-11-25T03:18:59Z","timestamp":1480043939000},"page":"14-38","source":"Crossref","is-referenced-by-count":0,"title":["Die Literarischen Bl\u00e4tter Neuer Richtungen"],"prefix":"10.1007","author":[{"given":"Fritz","family":"Schlawe","sequence":"first","affiliation":[]}],"member":"297","reference":[{"key":"3_CR1","first-page":"26","volume-title":"Literar. @@ -407,44 +407,44 @@ http_interactions: L. Schneider in: E. Stadler, Dichtungen u. Schriften, Bd I, 1954, S. 12\u201317."},{"key":"3_CR33","first-page":"248","volume-title":"Im Banne des Expressionismus","author":"A Soergel","year":"1927","unstructured":"A. Soergel, Im Banne des Expressionismus, 1927, S. 248\u2013298."}],"container-title":["Literarische - Zeitschriften 1885\u20131910"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-476-03801-2_3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,11,25]],"date-time":"2016-11-25T03:19:38Z","timestamp":1480043978000},"score":24.68708,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-476-03801-2_3"}},"issued":{"date-parts":[[1961]]},"ISBN":["9783476100061","9783476038012"],"references-count":33,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-476-03801-2_3","published":{"date-parts":[[1961]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:45:10Z","timestamp":1659483910593},"reference-count":0,"publisher":"Oxford + Zeitschriften 1885\u20131910"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-476-03801-2_3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2016,11,25]],"date-time":"2016-11-25T03:19:38Z","timestamp":1480043978000},"score":24.754797,"resource":{"primary":{"URL":"http:\/\/link.springer.com\/10.1007\/978-3-476-03801-2_3"}},"issued":{"date-parts":[[1961]]},"ISBN":["9783476100061","9783476038012"],"references-count":33,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-476-03801-2_3","published":{"date-parts":[[1961]]}},{"indexed":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:45:10Z","timestamp":1659483910593},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199557318.003.0002","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:31:12Z","timestamp":1408613472000},"page":"30-49","source":"Crossref","is-referenced-by-count":1,"title":["Printing at Oxford in its European Context 1478\u20131584"],"prefix":"10.1093","author":[{"given":"Kristian","family":"Jensen","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - History of Oxford University Press: Volume I"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:12:43Z","timestamp":1659481963000},"score":24.343288,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6941\/chapter\/151207094"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199557318.003.0002","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T01:03:02Z","timestamp":1648602182602},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,11,12]]},"DOI":"10.4324\/9780203484272-732","type":"book-chapter","created":{"date-parts":[[2020,12,11]],"date-time":"2020-12-11T06:45:52Z","timestamp":1607669152000},"page":"1998-2001","source":"Crossref","is-referenced-by-count":0,"title":["SOBINOV, + History of Oxford University Press: Volume I"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:12:43Z","timestamp":1659481963000},"score":24.414852,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/6941\/chapter\/151207094"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199557318.003.0002","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T01:03:02Z","timestamp":1648602182602},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004,11,12]]},"DOI":"10.4324\/9780203484272-732","type":"book-chapter","created":{"date-parts":[[2020,12,11]],"date-time":"2020-12-11T06:45:52Z","timestamp":1607669152000},"page":"1998-2001","source":"Crossref","is-referenced-by-count":0,"title":["SOBINOV, LEONID (7 JUNE 1872\u201314 OCT 1934)"],"prefix":"10.4324","member":"301","container-title":["Encyclopedia - of Recorded Sound"],"deposited":{"date-parts":[[2020,12,11]],"date-time":"2020-12-11T06:55:51Z","timestamp":1607669751000},"score":24.31066,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135949501\/chapters\/10.4324\/9780203484272-732"}},"issued":{"date-parts":[[2004,11,12]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203484272-732","published":{"date-parts":[[2004,11,12]]}},{"indexed":{"date-parts":[[2022,7,6]],"date-time":"2022-07-06T02:45:43Z","timestamp":1657075543754},"reference-count":0,"publisher":"Oxford + of Recorded Sound"],"deposited":{"date-parts":[[2020,12,11]],"date-time":"2020-12-11T06:55:51Z","timestamp":1607669751000},"score":24.369164,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781135949501\/chapters\/10.4324\/9780203484272-732"}},"issued":{"date-parts":[[2004,11,12]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203484272-732","published":{"date-parts":[[2004,11,12]]}},{"indexed":{"date-parts":[[2022,7,6]],"date-time":"2022-07-06T02:45:43Z","timestamp":1657075543754},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1976,3,3]]},"DOI":"10.1093\/oseo\/instance.00159269","type":"book-chapter","created":{"date-parts":[[2016,5,27]],"date-time":"2016-05-27T18:35:46Z","timestamp":1464374146000},"page":"30-30","source":"Crossref","is-referenced-by-count":0,"title":["To Wilfrid Oates"],"prefix":"10.1093","author":[{"given":"John Henry","family":"Newman","sequence":"first","affiliation":[]}],"member":"286","container-title":["The Letters and Diaries of John Henry Newman, Vol. 31: The Last Years: January - 1885 to August 1890"],"deposited":{"date-parts":[[2022,7,6]],"date-time":"2022-07-06T01:59:46Z","timestamp":1657072786000},"score":24.076733,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200832.book.1\/actrade-9780199200832-div2-51"}},"editor":[{"given":"Charles + 1885 to August 1890"],"deposited":{"date-parts":[[2022,7,6]],"date-time":"2022-07-06T01:59:46Z","timestamp":1657072786000},"score":24.05962,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200832.book.1\/actrade-9780199200832-div2-51"}},"editor":[{"given":"Charles Stephen","family":"Dessain","sequence":"additional","affiliation":[]},{"given":"Thomas Gornall,","family":"S.J.","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1976,3,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00159269","published":{"date-parts":[[1976,3,3]]}},{"indexed":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T23:45:13Z","timestamp":1657064713644},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1969,1,1]]},"DOI":"10.1093\/oseo\/instance.00151403","type":"book-chapter","created":{"date-parts":[[2016,5,27]],"date-time":"2016-05-27T18:21:58Z","timestamp":1464373318000},"page":"30-30","source":"Crossref","is-referenced-by-count":1,"title":["To Henry Weedall"],"prefix":"10.1093","author":[{"given":"John Henry","family":"Newman","sequence":"first","affiliation":[]}],"member":"286","container-title":["The Letters and Diaries of John Henry Newman, Vol. 19: Consulting the Laity: January - 1859 to June 1861"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T23:14:02Z","timestamp":1657062842000},"score":23.96872,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200511.book.1\/actrade-9780199200511-div2-31"}},"editor":[{"given":"Charles + 1859 to June 1861"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T23:14:02Z","timestamp":1657062842000},"score":24.015636,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200511.book.1\/actrade-9780199200511-div2-31"}},"editor":[{"given":"Charles Stephen","family":"Dessain","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1969,1,1]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00151403","published":{"date-parts":[[1969,1,1]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:14:59Z","timestamp":1659485699671},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199568406.003.0003","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:27:24Z","timestamp":1408613244000},"page":"59-96","source":"Crossref","is-referenced-by-count":1,"title":["Oxford University Press, 1896\u20131945"],"prefix":"10.1093","author":[{"given":"William","family":"Whyte","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - History of Oxford University Press: Volume III"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:53:39Z","timestamp":1659484419000},"score":23.602726,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8235\/chapter\/153806531"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199568406.003.0003","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T15:14:58Z","timestamp":1657034098548},"reference-count":0,"publisher":"Oxford + History of Oxford University Press: Volume III"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:53:39Z","timestamp":1659484419000},"score":23.598103,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8235\/chapter\/153806531"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199568406.003.0003","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T15:14:58Z","timestamp":1657034098548},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1976,3,3]]},"DOI":"10.1093\/oseo\/instance.00159238","type":"book-chapter","created":{"date-parts":[[2016,5,27]],"date-time":"2016-05-27T18:35:46Z","timestamp":1464374146000},"page":"14-14","source":"Crossref","is-referenced-by-count":0,"title":["To Anne Mozley"],"prefix":"10.1093","author":[{"given":"John Henry","family":"Newman","sequence":"first","affiliation":[]}],"member":"286","container-title":["The Letters and Diaries of John Henry Newman, Vol. 31: The Last Years: January - 1885 to August 1890"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T14:43:03Z","timestamp":1657032183000},"score":23.440609,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200832.book.1\/actrade-9780199200832-div2-20"}},"editor":[{"given":"Charles + 1885 to August 1890"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T14:43:03Z","timestamp":1657032183000},"score":23.447176,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199200832.book.1\/actrade-9780199200832-div2-20"}},"editor":[{"given":"Charles Stephen","family":"Dessain","sequence":"additional","affiliation":[]},{"given":"Thomas Gornall,","family":"S.J.","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[1976,3,3]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00159238","published":{"date-parts":[[1976,3,3]]}},{"indexed":{"date-parts":[[2022,8,3]],"date-time":"2022-08-03T00:15:12Z","timestamp":1659485712395},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,11,14]]},"DOI":"10.1093\/acprof:oso\/9780199568406.003.0004","type":"book-chapter","created":{"date-parts":[[2014,8,21]],"date-time":"2014-08-21T09:27:24Z","timestamp":1408613244000},"page":"97-135","source":"Crossref","is-referenced-by-count":1,"title":["Oxford University Press, 1945\u20131970"],"prefix":"10.1093","author":[{"given":"C. S.","family":"Nicholls","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - History of Oxford University Press: Volume III"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:53:38Z","timestamp":1659484418000},"score":23.398703,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8235\/chapter\/153810563"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199568406.003.0004","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T21:51:06Z","timestamp":1649109066618},"reference-count":0,"publisher":"University + History of Oxford University Press: Volume III"],"deposited":{"date-parts":[[2022,8,2]],"date-time":"2022-08-02T23:53:38Z","timestamp":1659484418000},"score":23.393524,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/book\/8235\/chapter\/153810563"}},"issued":{"date-parts":[[2013,11,14]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/acprof:oso\/9780199568406.003.0004","published":{"date-parts":[[2013,11,14]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T21:51:06Z","timestamp":1649109066618},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.5406\/j.ctvvnhf3.11","type":"book-chapter","created":{"date-parts":[[2018,5,19]],"date-time":"2018-05-19T20:19:08Z","timestamp":1526761148000},"page":"30-32","source":"Crossref","is-referenced-by-count":0,"title":["Playing the Five:"],"prefix":"10.5406","member":"3673","container-title":["Bluegrass - Generation"],"deposited":{"date-parts":[[2018,5,19]],"date-time":"2018-05-19T20:19:16Z","timestamp":1526761156000},"score":23.32956,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.5406\/j.ctvvnhf3.11"}},"subtitle":["1953\u2013June + Generation"],"deposited":{"date-parts":[[2018,5,19]],"date-time":"2018-05-19T20:19:16Z","timestamp":1526761156000},"score":23.382093,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.5406\/j.ctvvnhf3.11"}},"subtitle":["1953\u2013June 1961"],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/j.ctvvnhf3.11"},{"indexed":{"date-parts":[[2022,7,6]],"date-time":"2022-07-06T09:11:25Z","timestamp":1657098685004},"reference-count":0,"publisher":"Oxford University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2007,11,22]]},"DOI":"10.1093\/oseo\/instance.00191718","type":"book-chapter","created":{"date-parts":[[2017,3,23]],"date-time":"2017-03-23T12:17:18Z","timestamp":1490271438000},"page":"277-277","source":"Crossref","is-referenced-by-count":0,"title":["To Henry Ashworth, London [14 June 1842]"],"prefix":"10.1093","author":[{"given":"Richard","family":"Cobden","sequence":"first","affiliation":[]}],"member":"286","container-title":["The - Letters of Richard Cobden, Vol. 1: 1815\u20131847"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T17:12:08Z","timestamp":1657041128000},"score":23.2426,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199211951.book.1\/actrade-9780199211951-div2-178"}},"editor":[{"given":"Anthony","family":"Howe","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2007,11,22]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00191718","published":{"date-parts":[[2007,11,22]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Boxer,+Rear-Adm.+Henry+Percy,+(14+Oct.+1885\u201330+June+1961)+2007+Oxford+University+Press"}}}' - recorded_at: Fri, 06 Jan 2023 03:50:26 GMT + Letters of Richard Cobden, Vol. 1: 1815\u20131847"],"deposited":{"date-parts":[[2022,7,5]],"date-time":"2022-07-05T17:12:08Z","timestamp":1657041128000},"score":23.284275,"resource":{"primary":{"URL":"http:\/\/www.oxfordscholarlyeditions.com\/view\/10.1093\/actrade\/9780199211951.book.1\/actrade-9780199211951-div2-178"}},"editor":[{"given":"Anthony","family":"Howe","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2007,11,22]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1093\/oseo\/instance.00191718","published":{"date-parts":[[2007,11,22]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Boxer,+Rear-Adm.+Henry+Percy,+(14+Oct.+1885\u201330+June+1961)+2007+Oxford+University+Press"}}}' + recorded_at: Sun, 15 Jan 2023 19:25:30 GMT - request: method: get uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Who%20Was%20Who,%20Oxford%20University%20Press,%20,%202007%22&rows=10 @@ -464,11 +464,11 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 03:50:27 GMT + - Sun, 15 Jan 2023 19:25:34 GMT Content-Type: - application/json Content-Length: - - '6631' + - '6627' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -496,7 +496,7 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":83122,"items":[{"indexed":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T19:43:53Z","timestamp":1659037433185},"reference-count":0,"publisher":"Cornell + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":83010,"items":[{"indexed":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T19:43:53Z","timestamp":1659037433185},"reference-count":0,"publisher":"Cornell University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,1,18]]},"abstract":"

This chapter discusses how the Amish have been a part of the New York scene for nearly two hundred years. The first Amish settlers to the Empire State came @@ -510,7 +510,7 @@ http_interactions: social developments, personalities, and faith uniquely shapes its practices and its interaction with the surrounding society.<\/p>","DOI":"10.7591\/cornell\/9781501707605.003.0001","type":"book","created":{"date-parts":[[2018,1,22]],"date-time":"2018-01-22T15:26:06Z","timestamp":1516634766000},"source":"Crossref","is-referenced-by-count":0,"title":["Who Are the Amish?"],"prefix":"10.7591","author":[{"given":"Karen","family":"Johnson-Weiner","sequence":"first","affiliation":[]}],"member":"4434","container-title":["Cornell - University Press"],"original-title":["Who Are the Amish?"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T19:00:46Z","timestamp":1659034846000},"score":34.77705,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/cornell-scholarship-online\/book\/21657\/chapter\/181549709"}},"issued":{"date-parts":[[2018,1,18]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7591\/cornell\/9781501707605.003.0001","published":{"date-parts":[[2018,1,18]]}},{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:20:32Z","timestamp":1659068432885},"reference-count":0,"publisher":"Hong + University Press"],"original-title":["Who Are the Amish?"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T19:00:46Z","timestamp":1659034846000},"score":34.703247,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/cornell-scholarship-online\/book\/21657\/chapter\/181549709"}},"issued":{"date-parts":[[2018,1,18]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.7591\/cornell\/9781501707605.003.0001","published":{"date-parts":[[2018,1,18]]}},{"indexed":{"date-parts":[[2022,7,29]],"date-time":"2022-07-29T04:20:32Z","timestamp":1659068432885},"reference-count":0,"publisher":"Hong Kong University Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,1,18]]},"abstract":"

Based on interviews with 30 female readers of BL (Boys\u2019 Love) manga in Taipei, this chapter analyzes the BL scene in Taiwan from the perspective of its social @@ -524,7 +524,7 @@ http_interactions: consumed in Taiwan in order to consider the imaginative function that its perceived cultural \u201cotherness\u201d performs.<\/p>","DOI":"10.5790\/hongkong\/9789888390809.003.0011","type":"book","created":{"date-parts":[[2018,1,22]],"date-time":"2018-01-22T14:07:34Z","timestamp":1516630054000},"source":"Crossref","is-referenced-by-count":0,"title":["Girls Who Love Boys\u2019 Love"],"prefix":"10.5790","author":[{"given":"Fran","family":"Martin","sequence":"first","affiliation":[]}],"member":"3798","container-title":["Hong - Kong University Press"],"original-title":["Girls Who Love Boys\u2019 Love"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T14:15:03Z","timestamp":1659017703000},"score":33.841217,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/hong-kong-scholarship-online\/book\/21441\/chapter\/181210555"}},"issued":{"date-parts":[[2018,1,18]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5790\/hongkong\/9789888390809.003.0011","published":{"date-parts":[[2018,1,18]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T21:57:58Z","timestamp":1648504678724},"reference-count":0,"publisher":"University + Kong University Press"],"original-title":["Girls Who Love Boys\u2019 Love"],"deposited":{"date-parts":[[2022,7,28]],"date-time":"2022-07-28T14:15:03Z","timestamp":1659017703000},"score":33.779083,"resource":{"primary":{"URL":"https:\/\/academic.oup.com\/hong-kong-scholarship-online\/book\/21441\/chapter\/181210555"}},"issued":{"date-parts":[[2018,1,18]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5790\/hongkong\/9789888390809.003.0011","published":{"date-parts":[[2018,1,18]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T21:57:58Z","timestamp":1648504678724},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter considers the 1940 American Negro Exposition in Chicago, the first black-organized world''s fair that sought to showcase African American artists @@ -537,23 +537,7 @@ http_interactions: what it failed to be, the chapter uncovers important and sometimes surprising influences on the fair''s messages.<\/p>","DOI":"10.5406\/illinois\/9780252037023.003.0008","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T04:55:53Z","timestamp":1493960153000},"source":"Crossref","is-referenced-by-count":0,"title":["\u201cWho Are You America but Me?\u201d"],"prefix":"10.5406","author":[{"given":"Jeffrey","family":"Helgeson","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University - of Illinois Press"],"original-title":["\u201cWho Are You America but Me?\u201d"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T10:23:21Z","timestamp":1523442201000},"score":33.36059,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252037023.001.0001\/upso-9780252037023-chapter-008"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252037023.003.0008","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T14:30:01Z","timestamp":1648909801784},"reference-count":0,"publisher":"University - of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This - chapter examines the collective killing of women and children, demonstrating - that the lynching of female and juvenile victims occurred more often than - scholars have appreciated and that the practice reflected, in its own particular - way, lynchers'' elastic, masculinist ideology. The lynching of women has long - been shrouded by a kind of historical amnesia. In part, this is due to the - limited sources; many of the cases received only cursory newspaper coverage - and very few generated court records. Modern scholarship has also relied heavily - on the annual lists of lynchings published by the Chicago Tribune<\/italic>, - the Tuskegee Institute, and the National Association for the Advancement of - Colored People (NAACP). As historians have pointed out, the traditional periodization - of modern lynching scholarship also excludes much of the long history of mob - violence against people of Mexican origin or descent.<\/p>","DOI":"10.5406\/illinois\/9780252037467.003.0001","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T08:58:07Z","timestamp":1493974687000},"source":"Crossref","is-referenced-by-count":0,"title":["\u201cWho - Dares to Style This Female a Woman?\u201d"],"prefix":"10.5406","author":[{"given":"Helen","family":"McLure","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University - of Illinois Press"],"original-title":["\u201cWho Dares to Style This Female - a Woman?\u201d"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:25:06Z","timestamp":1523456706000},"score":32.20067,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252037467.001.0001\/upso-9780252037467-chapter-1"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252037467.003.0001","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:05:57Z","timestamp":1648717557717},"reference-count":0,"publisher":"University + of Illinois Press"],"original-title":["\u201cWho Are You America but Me?\u201d"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T10:23:21Z","timestamp":1523442201000},"score":33.215057,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252037023.001.0001\/upso-9780252037023-chapter-008"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252037023.003.0008","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T09:05:57Z","timestamp":1648717557717},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter examines the rent strikes that erupted in Harlem and other ghettos in the 1960s. Ideologically, the rent strikes blur the line between civil @@ -571,7 +555,23 @@ http_interactions: gender and race in the Harlem rent strikes.<\/p>","DOI":"10.5406\/illinois\/9780252038181.003.0005","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T09:06:49Z","timestamp":1493975209000},"source":"Crossref","is-referenced-by-count":0,"title":["\u201cOut of These Ghettos, People Who Would Fight\u201d"],"prefix":"10.5406","author":[{"given":"Roberta","family":"Gold","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University of Illinois Press"],"original-title":["\u201cOut of These Ghettos, People - Who Would Fight\u201d"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:28:32Z","timestamp":1523456912000},"score":32.191826,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252038181.001.0001\/upso-9780252038181-chapter-005"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252038181.003.0005","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T10:29:20Z","timestamp":1648895360362},"reference-count":0,"publisher":"University + Who Would Fight\u201d"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:28:32Z","timestamp":1523456912000},"score":32.045692,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252038181.001.0001\/upso-9780252038181-chapter-005"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252038181.003.0005","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T14:30:01Z","timestamp":1648909801784},"reference-count":0,"publisher":"University + of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This + chapter examines the collective killing of women and children, demonstrating + that the lynching of female and juvenile victims occurred more often than + scholars have appreciated and that the practice reflected, in its own particular + way, lynchers'' elastic, masculinist ideology. The lynching of women has long + been shrouded by a kind of historical amnesia. In part, this is due to the + limited sources; many of the cases received only cursory newspaper coverage + and very few generated court records. Modern scholarship has also relied heavily + on the annual lists of lynchings published by the Chicago Tribune<\/italic>, + the Tuskegee Institute, and the National Association for the Advancement of + Colored People (NAACP). As historians have pointed out, the traditional periodization + of modern lynching scholarship also excludes much of the long history of mob + violence against people of Mexican origin or descent.<\/p>","DOI":"10.5406\/illinois\/9780252037467.003.0001","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T08:58:07Z","timestamp":1493974687000},"source":"Crossref","is-referenced-by-count":0,"title":["\u201cWho + Dares to Style This Female a Woman?\u201d"],"prefix":"10.5406","author":[{"given":"Helen","family":"McLure","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University + of Illinois Press"],"original-title":["\u201cWho Dares to Style This Female + a Woman?\u201d"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:25:06Z","timestamp":1523456706000},"score":32.030174,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252037467.001.0001\/upso-9780252037467-chapter-1"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252037467.003.0001","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T10:29:20Z","timestamp":1648895360362},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter attempts to provide an overview of Atalanta (Acts of God)<\/italic> (1982\u201387), which comprises three operas. Each opera focuses on one \u201capple,\u201d @@ -586,7 +586,7 @@ http_interactions: later become permanent members of his ensemble: Thomas Buckner and Jacqueline Humbert.<\/p>","DOI":"10.5406\/illinois\/9780252035494.003.0006","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T08:49:43Z","timestamp":1493974183000},"source":"Crossref","is-referenced-by-count":0,"title":["Who Could Speak If Every Word Had Meaning?"],"prefix":"10.5406","author":[{"given":"Kyle","family":"Gann","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University - of Illinois Press"],"original-title":["Who Could Speak If Every Word Had Meaning?"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:19:11Z","timestamp":1523456351000},"score":32.027332,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252035494.001.0001\/upso-9780252035494-chapter-006"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252035494.003.0006","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T07:20:19Z","timestamp":1648970419650},"reference-count":0,"publisher":"University + of Illinois Press"],"original-title":["Who Could Speak If Every Word Had Meaning?"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:19:11Z","timestamp":1523456351000},"score":31.94899,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252035494.001.0001\/upso-9780252035494-chapter-006"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252035494.003.0006","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T07:20:19Z","timestamp":1648970419650},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter focuses on Frederik Pohl''s literary output during the period 1988\u20132013, including two novels that would mark a transition in his career: Chernobyl<\/italic> @@ -605,7 +605,7 @@ http_interactions: and published by Tor, which included new stories by old friends.<\/p>","DOI":"10.5406\/illinois\/9780252039652.003.0005","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T09:20:55Z","timestamp":1493976055000},"source":"Crossref","is-referenced-by-count":0,"title":["The Boy Who Would Live Forever, 1988\u20132013"],"prefix":"10.5406","author":[{"given":"Michael R.","family":"Page","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University - of Illinois Press"],"original-title":["The Boy Who Would Live Forever, 1988\u20132013"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:34:31Z","timestamp":1523457271000},"score":31.912323,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252039652.001.0001\/upso-9780252039652-chapter-005"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252039652.003.0005","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T19:55:40Z","timestamp":1649102140035},"reference-count":0,"publisher":"University + of Illinois Press"],"original-title":["The Boy Who Would Live Forever, 1988\u20132013"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:34:31Z","timestamp":1523457271000},"score":31.766104,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252039652.001.0001\/upso-9780252039652-chapter-005"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252039652.003.0005","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T19:55:40Z","timestamp":1649102140035},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter investigates the policy and practice of established U.S. labor unions toward migrant labor and guest workers and provides alternative models for @@ -622,7 +622,7 @@ http_interactions: immigrants are frequently more desirable to employers than U.S.-born workers.<\/p>","DOI":"10.5406\/illinois\/9780252036279.003.0007","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T08:50:04Z","timestamp":1493974204000},"source":"Crossref","is-referenced-by-count":0,"title":["Who Can Organize? Trade Unions, Worker Insurgency, Labor Power"],"prefix":"10.5406","author":[{"given":"Immanuel","family":"Ness","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University of Illinois Press"],"original-title":["Who Can Organize? Trade Unions, Worker - Insurgency, Labor Power"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:19:34Z","timestamp":1523456374000},"score":31.448845,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252036279.001.0001\/upso-9780252036279-chapter-007"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252036279.003.0007","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T13:15:58Z","timestamp":1649164558894},"reference-count":0,"publisher":"University + Insurgency, Labor Power"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:19:34Z","timestamp":1523456374000},"score":31.478477,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252036279.001.0001\/upso-9780252036279-chapter-007"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252036279.003.0007","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T13:15:58Z","timestamp":1649164558894},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter suggests that Abraham Lincoln''s failed senatorial bid in the 1858 elections allowed him to know who really cared about the results, and that @@ -640,7 +640,7 @@ http_interactions: Those Who Care for the Results, 1858"],"prefix":"10.5406","author":[{"given":"William F.","family":"Moore","sequence":"first","affiliation":[]},{"given":"Jane Ann","family":"Moore","sequence":"additional","affiliation":[]}],"member":"3673","container-title":["University of Illinois Press"],"original-title":["Trusting Those Who Care for the Results, - 1858"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T10:29:32Z","timestamp":1523442572000},"score":30.940075,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252038464.001.0001\/upso-9780252038464-chapter-006"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252038464.003.0006","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T08:59:11Z","timestamp":1648889951212},"reference-count":0,"publisher":"University + 1858"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T10:29:32Z","timestamp":1523442572000},"score":30.860428,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252038464.001.0001\/upso-9780252038464-chapter-006"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252038464.003.0006","published":{"date-parts":[[2017,4,20]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T08:59:11Z","timestamp":1648889951212},"reference-count":0,"publisher":"University of Illinois Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,4,20]]},"abstract":"

This chapter examines how Harold Gibbons gained credibility as a union leader in St. Louis and discovered a group of workers with whom he could begin to implement @@ -657,6 +657,6 @@ http_interactions: red-baited Food, Tobacco, Agricultural, and Allied Workers Union Local 22.<\/p>","DOI":"10.5406\/illinois\/9780252039492.003.0005","type":"book","created":{"date-parts":[[2017,5,5]],"date-time":"2017-05-05T09:20:13Z","timestamp":1493976013000},"source":"Crossref","is-referenced-by-count":0,"title":["\u201cA Bunch of Fellows Who Have Taken the Declaration of Independence Seriously\u201d"],"prefix":"10.5406","author":[{"given":"Robert","family":"Bussel","sequence":"first","affiliation":[]}],"member":"3673","container-title":["University of Illinois Press"],"original-title":["\u201cA Bunch of Fellows Who Have Taken - the Declaration of Independence Seriously\u201d"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:33:56Z","timestamp":1523457236000},"score":29.896591,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252039492.001.0001\/upso-9780252039492-chapter-005"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252039492.003.0005","published":{"date-parts":[[2017,4,20]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Fri, 06 Jan 2023 03:50:27 GMT + the Declaration of Independence Seriously\u201d"],"deposited":{"date-parts":[[2018,4,11]],"date-time":"2018-04-11T14:33:56Z","timestamp":1523457236000},"score":29.925144,"resource":{"primary":{"URL":"http:\/\/illinois.universitypressscholarship.com\/view\/10.5406\/illinois\/9780252039492.001.0001\/upso-9780252039492-chapter-005"}},"issued":{"date-parts":[[2017,4,20]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5406\/illinois\/9780252039492.003.0005","published":{"date-parts":[[2017,4,20]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' + recorded_at: Sun, 15 Jan 2023 19:25:34 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/report-component.yml b/spec/vcr_cassettes/report-component.yml index 2187984..59c6df5 100644 --- a/spec/vcr_cassettes/report-component.yml +++ b/spec/vcr_cassettes/report-component.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 05:37:14 GMT + - Sun, 15 Jan 2023 19:25:34 GMT Content-Type: - application/json Content-Length: - '672' Set-Cookie: - - AWSALB=hq9CVyqWC5KPBG5zzjoSnPzuNKNOLrGkLjVqIJ115lcX71aliIxDGNvPRD+bWOk3FWGAjzacn0zmwPaQOknK8NgvFAzeMzIxUcX/D93fI3jrBhz3tAHVSDm/cb0q; - Expires=Fri, 13 Jan 2023 05:37:14 GMT; Path=/ - - AWSALBCORS=hq9CVyqWC5KPBG5zzjoSnPzuNKNOLrGkLjVqIJ115lcX71aliIxDGNvPRD+bWOk3FWGAjzacn0zmwPaQOknK8NgvFAzeMzIxUcX/D93fI3jrBhz3tAHVSDm/cb0q; - Expires=Fri, 13 Jan 2023 05:37:14 GMT; Path=/; SameSite=None + - AWSALB=T8yc8aLOwHIlcg947CWV5XHhOaDhqDyROaBzhta6LlBJqL/vHag3yQZN9fQD+f6baWDPWZxEFB3mhvbg6jbXCCdMR/LjwgaDI3o7SaK12nIiXLHzxbgS0zm4hyeb; + Expires=Sun, 22 Jan 2023 19:25:34 GMT; Path=/ + - AWSALBCORS=T8yc8aLOwHIlcg947CWV5XHhOaDhqDyROaBzhta6LlBJqL/vHag3yQZN9fQD+f6baWDPWZxEFB3mhvbg6jbXCCdMR/LjwgaDI3o7SaK12nIiXLHzxbgS0zm4hyeb; + Expires=Sun, 22 Jan 2023 19:25:34 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -63,7 +63,7 @@ http_interactions: map of greater San Francisco Bay area, California (1969-1971)"],"prefix":"10.3133","author":[{"name":"U.S. Geological Survey","sequence":"first","affiliation":[]}],"member":"1689","published-online":{"date-parts":[[1972]]},"container-title":["Open-File Report"],"original-title":[],"deposited":{"date-parts":[[2022,12,1]],"date-time":"2022-12-01T19:18:09Z","timestamp":1669922289000},"score":1,"resource":{"primary":{"URL":"http:\/\/pubs.er.usgs.gov\/publication\/ofr72419"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[1972]]},"references-count":0,"alternative-id":["72-419"],"URL":"http:\/\/dx.doi.org\/10.3133\/ofr72419","relation":{},"ISSN":["2331-1258"],"issn-type":[{"value":"2331-1258","type":"print"}],"published":{"date-parts":[[1972]]}}}' - recorded_at: Fri, 06 Jan 2023 05:37:14 GMT + recorded_at: Sun, 15 Jan 2023 19:25:34 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Seismicity%2Bmap%2Bof%2Bgreater%2BSan%2BFrancisco%2BBay%2Barea,%2BCalifornia%2B(1969-1971)%2B1972%2BUS%2BGeological%2BSurvey @@ -83,11 +83,11 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 05:37:21 GMT + - Sun, 15 Jan 2023 19:25:37 GMT Content-Type: - application/json Content-Length: - - '7704' + - '7712' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -115,48 +115,48 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":13684,"items":[{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T01:55:57Z","timestamp":1649210157898},"reference-count":0,"publisher":"University + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":13689,"items":[{"indexed":{"date-parts":[[2022,4,6]],"date-time":"2022-04-06T01:55:57Z","timestamp":1649210157898},"reference-count":0,"publisher":"University of California Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1985,12,31]]},"DOI":"10.1525\/9780520323933-010","type":"book-chapter","created":{"date-parts":[[2021,3,2]],"date-time":"2021-03-02T13:23:34Z","timestamp":1614691414000},"page":"133-148","source":"Crossref","is-referenced-by-count":0,"title":["CHAPTER NINE. The Greater San Francisco Movement"],"prefix":"10.1525","member":"408","container-title":["The - San Francisco Bay Area"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520323933-010\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520323933-010\/html","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,3,2]],"date-time":"2021-03-02T13:23:34Z","timestamp":1614691414000},"score":43.483616,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520323933-010\/html"}},"issued":{"date-parts":[[1985,12,31]]},"references-count":0,"alternative-id":["10.1525\/9780520323933-010","10.1525\/9780520323933"],"URL":"http:\/\/dx.doi.org\/10.1525\/9780520323933-010","published":{"date-parts":[[1985,12,31]]}},{"indexed":{"date-parts":[[2022,9,5]],"date-time":"2022-09-05T12:42:04Z","timestamp":1662381724528},"reference-count":0,"publisher":"University + San Francisco Bay Area"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520323933-010\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520323933-010\/html","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,3,2]],"date-time":"2021-03-02T13:23:34Z","timestamp":1614691414000},"score":43.502136,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520323933-010\/html"}},"issued":{"date-parts":[[1985,12,31]]},"references-count":0,"alternative-id":["10.1525\/9780520323933-010","10.1525\/9780520323933"],"URL":"http:\/\/dx.doi.org\/10.1525\/9780520323933-010","published":{"date-parts":[[1985,12,31]]}},{"indexed":{"date-parts":[[2022,9,5]],"date-time":"2022-09-05T12:42:04Z","timestamp":1662381724528},"reference-count":0,"publisher":"University of California Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1969,12,31]]},"DOI":"10.1525\/9780520348172-015","type":"book-chapter","created":{"date-parts":[[2021,3,3]],"date-time":"2021-03-03T07:23:02Z","timestamp":1614756182000},"page":"283-298","source":"Crossref","is-referenced-by-count":0,"title":["15. Six attic vases in the San Francisco bay area"],"prefix":"10.1525","author":[{"given":"Charlotte S.","family":"Sweet","sequence":"first","affiliation":[]}],"member":"408","container-title":["California - Studies in Classical Antiquity Volume 2"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520348172-015\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520348172-015\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,5]],"date-time":"2022-09-05T12:17:45Z","timestamp":1662380265000},"score":42.050945,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520348172-015\/html"}},"issued":{"date-parts":[[1969,12,31]]},"references-count":0,"alternative-id":["10.1525\/9780520348172-015","10.1525\/9780520348172"],"URL":"http:\/\/dx.doi.org\/10.1525\/9780520348172-015","published":{"date-parts":[[1969,12,31]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T15:35:31Z","timestamp":1648568131605},"edition-number":"1","reference-count":1,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,11,30]]},"DOI":"10.4324\/9781351156967-5","type":"book-chapter","created":{"date-parts":[[2018,9,2]],"date-time":"2018-09-02T01:59:14Z","timestamp":1535853554000},"page":"87-101","source":"Crossref","is-referenced-by-count":0,"title":["Managing + Studies in Classical Antiquity Volume 2"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520348172-015\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520348172-015\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,5]],"date-time":"2022-09-05T12:17:45Z","timestamp":1662380265000},"score":41.96435,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520348172-015\/html"}},"issued":{"date-parts":[[1969,12,31]]},"references-count":0,"alternative-id":["10.1525\/9780520348172-015","10.1525\/9780520348172"],"URL":"http:\/\/dx.doi.org\/10.1525\/9780520348172-015","published":{"date-parts":[[1969,12,31]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T15:35:31Z","timestamp":1648568131605},"edition-number":"1","reference-count":1,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2017,11,30]]},"DOI":"10.4324\/9781351156967-5","type":"book-chapter","created":{"date-parts":[[2018,9,2]],"date-time":"2018-09-02T01:59:14Z","timestamp":1535853554000},"page":"87-101","source":"Crossref","is-referenced-by-count":0,"title":["Managing Growth in California and Dealing with Growth in the San Francisco Bay Area"],"prefix":"10.4324","member":"301","reference":[{"key":"ref5","unstructured":"MISSING-VALUE"}],"container-title":["Growth - Management in the US"],"deposited":{"date-parts":[[2020,12,20]],"date-time":"2020-12-20T15:32:17Z","timestamp":1608478337000},"score":41.69909,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351156950\/chapters\/10.4324\/9781351156967-5"}},"editor":[{"given":"Karina + Management in the US"],"deposited":{"date-parts":[[2020,12,20]],"date-time":"2020-12-20T15:32:17Z","timestamp":1608478337000},"score":41.646698,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351156950\/chapters\/10.4324\/9781351156967-5"}},"editor":[{"given":"Karina M.","family":"Pallagst","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[2017,11,30]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.4324\/9781351156967-5","published":{"date-parts":[[2017,11,30]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T13:13:15Z","timestamp":1649164395704},"reference-count":0,"publisher":"Geological Society of America","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1949,10]]},"DOI":"10.1130\/mem35-p1","type":"book-chapter","created":{"date-parts":[[2013,7,25]],"date-time":"2013-07-25T23:15:51Z","timestamp":1374794151000},"page":"1-229","source":"Crossref","is-referenced-by-count":8,"title":["GEOLOGY OF THE COAST RANGES IMMEDIATELY NORTH OF THE SAN FRANCISCO BAY REGION, CALIFORNIA"],"prefix":"10.1130","author":[{"given":"Charles E.","family":"Weaver","sequence":"first","affiliation":[]}],"member":"257","published-online":{"date-parts":[[1949,10,1]]},"container-title":["Geological Society of America Memoirs","35 : GEOLOGY OF THE COAST RANGES IMMEDIATELY - NORTH OF THE SAN FRANCISCO BAY REGION, CALIFORNIA"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T11:21:39Z","timestamp":1512645699000},"score":40.90933,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/37\/chapter\/3786573\/"}},"issued":{"date-parts":[[1949,10]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/mem35-p1","ISSN":["0072-1069"],"issn-type":[{"value":"0072-1069","type":"print"}],"published":{"date-parts":[[1949,10]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T10:10:10Z","timestamp":1648894210257},"reference-count":0,"publisher":"University + NORTH OF THE SAN FRANCISCO BAY REGION, CALIFORNIA"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T11:21:39Z","timestamp":1512645699000},"score":40.848694,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/37\/chapter\/3786573\/"}},"issued":{"date-parts":[[1949,10]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/mem35-p1","ISSN":["0072-1069"],"issn-type":[{"value":"0072-1069","type":"print"}],"published":{"date-parts":[[1949,10]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T10:10:10Z","timestamp":1648894210257},"reference-count":0,"publisher":"University of Arkansas Press","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.2307\/j.ctt1hj9xmz.16","type":"book-chapter","created":{"date-parts":[[2017,9,12]],"date-time":"2017-09-12T21:40:43Z","timestamp":1505252443000},"page":"185-204","source":"Crossref","is-referenced-by-count":0,"title":["\u201cSkate Fast, Hit Hard\u201d:"],"prefix":"10.2307","author":[{"given":"BETH","family":"CAVALIER","sequence":"first","affiliation":[]}],"member":"1121","container-title":["San - Francisco Bay Area Sports"],"deposited":{"date-parts":[[2018,5,9]],"date-time":"2018-05-09T04:46:42Z","timestamp":1525841202000},"score":39.13672,"resource":{"primary":{"URL":"https:\/\/www.jstor.org\/stable\/10.2307\/j.ctt1hj9xmz.16"}},"subtitle":["San + Francisco Bay Area Sports"],"deposited":{"date-parts":[[2018,5,9]],"date-time":"2018-05-09T04:46:42Z","timestamp":1525841202000},"score":39.175087,"resource":{"primary":{"URL":"https:\/\/www.jstor.org\/stable\/10.2307\/j.ctt1hj9xmz.16"}},"subtitle":["San Francisco Bay Bombers and Bay Area Roller Derby"],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctt1hj9xmz.16"},{"indexed":{"date-parts":[[2022,9,23]],"date-time":"2022-09-23T14:50:21Z","timestamp":1663944621276},"reference-count":0,"publisher":"University of California Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1971,12,31]]},"DOI":"10.1525\/9780520340497-010","type":"book-chapter","created":{"date-parts":[[2020,8,7]],"date-time":"2020-08-07T03:07:27Z","timestamp":1596769647000},"page":"144-157","source":"Crossref","is-referenced-by-count":1,"title":["SAN FRANCISCO BAY SHELLMOUNDS"],"prefix":"10.1525","author":[{"given":"N. C.","family":"Nelson","sequence":"first","affiliation":[]}],"member":"408","container-title":["The - California Indians"],"link":[{"URL":"https:\/\/california.degruyter.com\/view\/book\/9780520340497\/10.1525\/9780520340497-010.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520340497-010\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520340497-010\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,5]],"date-time":"2022-09-05T14:42:34Z","timestamp":1662388954000},"score":38.85845,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520340497-010\/html"}},"issued":{"date-parts":[[1971,12,31]]},"references-count":0,"alternative-id":["10.1525\/9780520340497-010","10.1525\/9780520340497"],"URL":"http:\/\/dx.doi.org\/10.1525\/9780520340497-010","published":{"date-parts":[[1971,12,31]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T23:26:53Z","timestamp":1649201213838},"edition-number":"1","reference-count":0,"publisher":"University + California Indians"],"link":[{"URL":"https:\/\/california.degruyter.com\/view\/book\/9780520340497\/10.1525\/9780520340497-010.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520340497-010\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520340497-010\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,5]],"date-time":"2022-09-05T14:42:34Z","timestamp":1662388954000},"score":38.814945,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520340497-010\/html"}},"issued":{"date-parts":[[1971,12,31]]},"references-count":0,"alternative-id":["10.1525\/9780520340497-010","10.1525\/9780520340497"],"URL":"http:\/\/dx.doi.org\/10.1525\/9780520340497-010","published":{"date-parts":[[1971,12,31]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T23:26:53Z","timestamp":1649201213838},"edition-number":"1","reference-count":0,"publisher":"University of California Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,10,6]]},"DOI":"10.2307\/j.ctv1503gmw.7","type":"book-chapter","created":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T20:51:04Z","timestamp":1599857464000},"page":"121-189","source":"Crossref","is-referenced-by-count":1,"title":["San Francisco"],"prefix":"10.2307","member":"1121","container-title":["A People''s - Guide to the San Francisco Bay Area"],"deposited":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T20:51:10Z","timestamp":1599857470000},"score":38.44799,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1503gmw.7"}},"issued":{"date-parts":[[2020,10,6]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1503gmw.7","published":{"date-parts":[[2020,10,6]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T16:46:47Z","timestamp":1648831607735},"reference-count":0,"publisher":"University + Guide to the San Francisco Bay Area"],"deposited":{"date-parts":[[2020,9,11]],"date-time":"2020-09-11T20:51:10Z","timestamp":1599857470000},"score":38.482414,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv1503gmw.7"}},"issued":{"date-parts":[[2020,10,6]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv1503gmw.7","published":{"date-parts":[[2020,10,6]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T16:46:47Z","timestamp":1648831607735},"reference-count":0,"publisher":"University of California Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,9,11]]},"DOI":"10.1525\/9780520963320-001","type":"book-chapter","created":{"date-parts":[[2021,3,3]],"date-time":"2021-03-03T12:08:27Z","timestamp":1614773307000},"page":"iii-viii","source":"Crossref","is-referenced-by-count":0,"title":["UNIVERSITY OF CALIFORNIA PRESS PEOPLE\u2019S GUIDES"],"prefix":"10.1525","member":"408","container-title":["A - People''s Guide to the San Francisco Bay Area"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520963320-001\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520963320-001\/html","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,3,20]],"date-time":"2021-03-20T09:02:16Z","timestamp":1616230936000},"score":37.99386,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520963320-001\/html"}},"issued":{"date-parts":[[2020,9,11]]},"references-count":0,"alternative-id":["10.1525\/9780520963320-001","10.1525\/9780520963320"],"URL":"http:\/\/dx.doi.org\/10.1525\/9780520963320-001","published":{"date-parts":[[2020,9,11]]}},{"indexed":{"date-parts":[[2022,6,29]],"date-time":"2022-06-29T20:20:19Z","timestamp":1656534019000},"reference-count":0,"publisher":"University + People''s Guide to the San Francisco Bay Area"],"link":[{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520963320-001\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520963320-001\/html","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,3,20]],"date-time":"2021-03-20T09:02:16Z","timestamp":1616230936000},"score":38.019516,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520963320-001\/html"}},"issued":{"date-parts":[[2020,9,11]]},"references-count":0,"alternative-id":["10.1525\/9780520963320-001","10.1525\/9780520963320"],"URL":"http:\/\/dx.doi.org\/10.1525\/9780520963320-001","published":{"date-parts":[[2020,9,11]]}},{"indexed":{"date-parts":[[2022,6,29]],"date-time":"2022-06-29T20:20:19Z","timestamp":1656534019000},"reference-count":0,"publisher":"University of Massachusetts Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,5,27]]},"DOI":"10.2307\/j.ctv2n4w5t8.9","type":"book-chapter","created":{"date-parts":[[2022,6,8]],"date-time":"2022-06-08T14:12:17Z","timestamp":1654697537000},"page":"84-104","source":"Crossref","is-referenced-by-count":0,"title":["TOURING SAN FRANCISCO AND THE BAY AREA"],"prefix":"10.2307","member":"1121","container-title":["The - California Days of Ralph Waldo Emerson"],"deposited":{"date-parts":[[2022,6,8]],"date-time":"2022-06-08T20:20:17Z","timestamp":1654719617000},"score":37.99386,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2n4w5t8.9"}},"subtitle":["(APRIL - 24 TO MAY 1, 1871)"],"issued":{"date-parts":[[2022,5,27]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2n4w5t8.9","published":{"date-parts":[[2022,5,27]]}},{"indexed":{"date-parts":[[2022,9,5]],"date-time":"2022-09-05T15:14:35Z","timestamp":1662390875429},"reference-count":0,"publisher":"University - of California Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1971,12,31]]},"DOI":"10.1525\/9780520340497-013","type":"book-chapter","created":{"date-parts":[[2020,8,7]],"date-time":"2020-08-07T03:07:27Z","timestamp":1596769647000},"page":"202-205","source":"Crossref","is-referenced-by-count":0,"title":["ANTIQUITY - OF SAN FRANCISCO BAY SHELLMOUNDS"],"prefix":"10.1525","author":[{"given":"S. - F.","family":"Cook","sequence":"first","affiliation":[]}],"member":"408","container-title":["The - California Indians"],"link":[{"URL":"https:\/\/california.degruyter.com\/view\/book\/9780520340497\/10.1525\/9780520340497-013.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520340497-013\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520340497-013\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,5]],"date-time":"2022-09-05T14:42:15Z","timestamp":1662388935000},"score":37.86179,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520340497-013\/html"}},"issued":{"date-parts":[[1971,12,31]]},"references-count":0,"alternative-id":["10.1525\/9780520340497-013","10.1525\/9780520340497"],"URL":"http:\/\/dx.doi.org\/10.1525\/9780520340497-013","published":{"date-parts":[[1971,12,31]]}},{"indexed":{"date-parts":[[2022,12,15]],"date-time":"2022-12-15T07:02:30Z","timestamp":1671087750512},"edition-number":"1","reference-count":0,"publisher":"University + California Days of Ralph Waldo Emerson"],"deposited":{"date-parts":[[2022,6,8]],"date-time":"2022-06-08T20:20:17Z","timestamp":1654719617000},"score":38.019516,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv2n4w5t8.9"}},"subtitle":["(APRIL + 24 TO MAY 1, 1871)"],"issued":{"date-parts":[[2022,5,27]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv2n4w5t8.9","published":{"date-parts":[[2022,5,27]]}},{"indexed":{"date-parts":[[2022,12,15]],"date-time":"2022-12-15T07:02:30Z","timestamp":1671087750512},"edition-number":"1","reference-count":0,"publisher":"University of Florida Press","isbn-type":[{"value":"9781683403487","type":"electronic"},{"value":"1683403487","type":"electronic"},{"value":"9781683402664","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2023,12,13]]},"DOI":"10.2307\/j.ctv33p9zgg.11","type":"book-chapter","created":{"date-parts":[[2022,12,14]],"date-time":"2022-12-14T20:27:03Z","timestamp":1671049623000},"page":"21-32","source":"Crossref","is-referenced-by-count":0,"title":["Historical Background of California and the San Francisco Bay Area"],"prefix":"10.2307","author":[{"given":"LISA N.","family":"BRIGHT","sequence":"first","affiliation":[]}],"member":"1121","container-title":["Archaeology and Bioarchaeology of Anatomical Dissection at a Nineteenth-Century Army Hospital - in San Francisco"],"deposited":{"date-parts":[[2022,12,14]],"date-time":"2022-12-14T20:27:23Z","timestamp":1671049643000},"score":37.839565,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv33p9zgg.11"}},"issued":{"date-parts":[[2023,12,13]]},"ISBN":["9781683403487","1683403487","9781683402664"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv33p9zgg.11","published":{"date-parts":[[2023,12,13]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T10:04:18Z","timestamp":1648721058756},"reference-count":0,"publisher":"American + in San Francisco"],"deposited":{"date-parts":[[2022,12,14]],"date-time":"2022-12-14T20:27:23Z","timestamp":1671049643000},"score":37.87138,"resource":{"primary":{"URL":"http:\/\/www.jstor.org\/stable\/10.2307\/j.ctv33p9zgg.11"}},"issued":{"date-parts":[[2023,12,13]]},"ISBN":["9781683403487","1683403487","9781683402664"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv33p9zgg.11","published":{"date-parts":[[2023,12,13]]}},{"indexed":{"date-parts":[[2022,9,5]],"date-time":"2022-09-05T15:14:35Z","timestamp":1662390875429},"reference-count":0,"publisher":"University + of California Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1971,12,31]]},"DOI":"10.1525\/9780520340497-013","type":"book-chapter","created":{"date-parts":[[2020,8,7]],"date-time":"2020-08-07T03:07:27Z","timestamp":1596769647000},"page":"202-205","source":"Crossref","is-referenced-by-count":0,"title":["ANTIQUITY + OF SAN FRANCISCO BAY SHELLMOUNDS"],"prefix":"10.1525","author":[{"given":"S. + F.","family":"Cook","sequence":"first","affiliation":[]}],"member":"408","container-title":["The + California Indians"],"link":[{"URL":"https:\/\/california.degruyter.com\/view\/book\/9780520340497\/10.1525\/9780520340497-013.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520340497-013\/xml","content-type":"application\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520340497-013\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,9,5]],"date-time":"2022-09-05T14:42:15Z","timestamp":1662388935000},"score":37.79924,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520340497-013\/html"}},"issued":{"date-parts":[[1971,12,31]]},"references-count":0,"alternative-id":["10.1525\/9780520340497-013","10.1525\/9780520340497"],"URL":"http:\/\/dx.doi.org\/10.1525\/9780520340497-013","published":{"date-parts":[[1971,12,31]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T10:04:18Z","timestamp":1648721058756},"reference-count":0,"publisher":"American Fisheries Society","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004]]},"abstract":"<em>Abstract.<\/em>\u2014We analyzed data on spring and summertime larval and juvenile fish distribution and abundance in the upper San Francisco Estuary (SFE), California between @@ -179,7 +179,7 @@ http_interactions: of larval fishes in the upper SFE. Additional years of sampling will likely lead to additional insights into the early life history of upper SFE fishes.<\/jats:p>","DOI":"10.47886\/9781888569599.ch4","type":"book-chapter","created":{"date-parts":[[2021,1,5]],"date-time":"2021-01-05T05:02:53Z","timestamp":1609822973000},"source":"Crossref","is-referenced-by-count":0,"title":["Early Life History of Fishes in the San Francisco Estuary and Watershed"],"prefix":"10.47886","member":"460","container-title":["Early - Life History of Fishes in the San Francisco Estuary and Watershed"],"deposited":{"date-parts":[[2021,1,5]],"date-time":"2021-01-05T05:02:57Z","timestamp":1609822977000},"score":37.717796,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569599-ch4"}},"editor":[{"given":"Michael","family":"Dege","sequence":"first","affiliation":[]},{"name":"Central + Life History of Fishes in the San Francisco Estuary and Watershed"],"deposited":{"date-parts":[[2021,1,5]],"date-time":"2021-01-05T05:02:57Z","timestamp":1609822977000},"score":37.75767,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569599-ch4"}},"editor":[{"given":"Michael","family":"Dege","sequence":"first","affiliation":[]},{"name":"Central Valley Bay-Delta Branch, California Department of Fish and Game 4001 North Wilson Way, Stockton, California 95205-2486, USA","sequence":"first","affiliation":[]},{"given":"Larry R.","family":"Brown","sequence":"additional","affiliation":[]},{"name":"U.S. @@ -188,7 +188,7 @@ http_interactions: D. C.","reference-count":0,"publisher":"American Geophysical Union","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1989]]},"DOI":"10.1029\/ft105p0020","type":"book-chapter","created":{"date-parts":[[2012,4,2]],"date-time":"2012-04-02T19:00:49Z","timestamp":1333393249000},"page":"20-21","source":"Crossref","is-referenced-by-count":0,"title":["Paleogene of central California"],"prefix":"10.1002","author":[{"given":"Clyde","family":"Wahrhaftig","sequence":"first","affiliation":[]}],"member":"311","container-title":["Geology of San Francisco and Vicinity: San Francisco Bay Region, California: July - 1\u20137, 1989"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1029\/FT105p0020","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,1]],"date-time":"2018-08-01T20:11:00Z","timestamp":1533154260000},"score":37.613087,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1029\/FT105p0020"}},"issued":{"date-parts":[[1989]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1029\/ft105p0020","published":{"date-parts":[[1989]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T09:39:53Z","timestamp":1648633193385},"publisher-location":"Washington, + 1\u20137, 1989"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1029\/FT105p0020","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,1]],"date-time":"2018-08-01T20:11:00Z","timestamp":1533154260000},"score":37.615273,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1029\/FT105p0020"}},"issued":{"date-parts":[[1989]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1029\/ft105p0020","published":{"date-parts":[[1989]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T09:39:53Z","timestamp":1648633193385},"publisher-location":"Washington, D. C.","reference-count":3,"publisher":"American Geophysical Union","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1989]]},"DOI":"10.1029\/ft381p0090","type":"book-chapter","created":{"date-parts":[[2012,4,2]],"date-time":"2012-04-02T19:20:41Z","timestamp":1333394441000},"page":"90-97","source":"Crossref","is-referenced-by-count":1,"title":["Geology, geomorphology, and landslide processes of the East Bay Hills, San Francisco Bay Region, California"],"prefix":"10.1002","author":[{"given":"J. David","family":"Rogers","sequence":"first","affiliation":[]},{"given":"Christopher @@ -198,7 +198,7 @@ http_interactions: Highways and Public Works","volume":"31","author":"Herlinger","year":"1952","journal-title":"m"},{"issue":"3","key":"10.1029\/FT381p0090:sull80-13","first-page":"51","article-title":"Mount Diablo coal field, Contra Costa County, California","volume":"33","author":"Sullivan","year":"1980","journal-title":"California Geology"}],"container-title":["Landslides in Central California: San Francisco - and Central California, July 20\u201329, 1989"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1029\/FT381p0090","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,1]],"date-time":"2018-08-01T20:48:45Z","timestamp":1533156525000},"score":37.53904,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1029\/FT381p0090"}},"issued":{"date-parts":[[1989]]},"references-count":3,"URL":"http:\/\/dx.doi.org\/10.1029\/ft381p0090","published":{"date-parts":[[1989]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T06:19:01Z","timestamp":1649139541716},"reference-count":0,"publisher":"University + and Central California, July 20\u201329, 1989"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1029\/FT381p0090","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,1]],"date-time":"2018-08-01T20:48:45Z","timestamp":1533156525000},"score":37.51634,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1029\/FT381p0090"}},"issued":{"date-parts":[[1989]]},"references-count":3,"URL":"http:\/\/dx.doi.org\/10.1029\/ft381p0090","published":{"date-parts":[[1989]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T06:19:01Z","timestamp":1649139541716},"reference-count":0,"publisher":"University Press of Florida","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,3,6]]},"abstract":"

Chapter 4 chronicles the author\u2019s return to her home area after five years, now as a professional dancer-choreographer. She establishes her professional reputation @@ -215,7 +215,7 @@ http_interactions: the author becomes Halifu Osumare.<\/p>","DOI":"10.5744\/florida\/9780813056616.003.0005","type":"book-chapter","created":{"date-parts":[[2018,9,21]],"date-time":"2018-09-21T06:44:57Z","timestamp":1537512297000},"source":"Crossref","is-referenced-by-count":0,"title":["Dancing Back into the San Francisco\u2013Oakland Bay Area, 1973\u20131976"],"prefix":"10.5744","author":[{"given":"Halifu","family":"Osumare","sequence":"first","affiliation":[]}],"member":"3749","published-online":{"date-parts":[[2018,9,20]]},"container-title":["Dancing in Blackness"],"original-title":["Dancing Back into the San Francisco\u2013Oakland - Bay Area, 1973\u20131976"],"deposited":{"date-parts":[[2018,12,19]],"date-time":"2018-12-19T10:40:00Z","timestamp":1545216000000},"score":37.48749,"resource":{"primary":{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813056616.001.0001\/upso-9780813056616-chapter-005"}},"issued":{"date-parts":[[2018,3,6]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5744\/florida\/9780813056616.003.0005","published":{"date-parts":[[2018,3,6]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:44:37Z","timestamp":1648799077235},"reference-count":0,"publisher":"American + Bay Area, 1973\u20131976"],"deposited":{"date-parts":[[2018,12,19]],"date-time":"2018-12-19T10:40:00Z","timestamp":1545216000000},"score":37.470413,"resource":{"primary":{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813056616.001.0001\/upso-9780813056616-chapter-005"}},"issued":{"date-parts":[[2018,3,6]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5744\/florida\/9780813056616.003.0005","published":{"date-parts":[[2018,3,6]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T07:44:37Z","timestamp":1648799077235},"reference-count":0,"publisher":"American Fisheries Society","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2004]]},"abstract":"<em>Abstract.<\/em>\u2014The San Francisco Estuary is critical habitat for delta smelt <em>Hypomesus transpacificus<\/em>, a fish whose abundance has declined greatly since @@ -243,7 +243,7 @@ http_interactions: lethal or sublethal effects on delta smelt, especially during early larval development.<\/jats:p>","DOI":"10.47886\/9781888569599.ch15","type":"book-chapter","created":{"date-parts":[[2021,1,5]],"date-time":"2021-01-05T05:02:53Z","timestamp":1609822973000},"source":"Crossref","is-referenced-by-count":0,"title":["Early Life History of Fishes in the San Francisco Estuary and Watershed"],"prefix":"10.47886","member":"460","container-title":["Early - Life History of Fishes in the San Francisco Estuary and Watershed"],"deposited":{"date-parts":[[2021,1,5]],"date-time":"2021-01-05T05:03:07Z","timestamp":1609822987000},"score":36.954277,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569599-ch15"}},"editor":[{"given":"Kathryn + Life History of Fishes in the San Francisco Estuary and Watershed"],"deposited":{"date-parts":[[2021,1,5]],"date-time":"2021-01-05T05:03:07Z","timestamp":1609822987000},"score":36.917305,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569599-ch15"}},"editor":[{"given":"Kathryn M.","family":"Kuivila","sequence":"first","affiliation":[]},{"name":"U.S. Geological Survey, Placer Hall, 6000 J Street, Sacramento, California 95819-6129, USA","sequence":"first","affiliation":[]},{"given":"G.","family":"Edward Moon","sequence":"additional","affiliation":[]},{"name":"U.S. @@ -260,20 +260,20 @@ http_interactions: when leaving the US for Europe as a young woman.<\/p>","DOI":"10.5744\/florida\/9780813056616.003.0002","type":"book-chapter","created":{"date-parts":[[2018,9,21]],"date-time":"2018-09-21T06:45:15Z","timestamp":1537512315000},"source":"Crossref","is-referenced-by-count":0,"title":["Coming of Age through (Black) Dance in the San Francisco Bay Area"],"prefix":"10.5744","author":[{"given":"Halifu","family":"Osumare","sequence":"first","affiliation":[]}],"member":"3749","published-online":{"date-parts":[[2018,9,20]]},"container-title":["Dancing in Blackness"],"original-title":["Coming of Age through (Black) Dance in the - San Francisco Bay Area"],"deposited":{"date-parts":[[2018,12,19]],"date-time":"2018-12-19T10:32:50Z","timestamp":1545215570000},"score":36.86113,"resource":{"primary":{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813056616.001.0001\/upso-9780813056616-chapter-002"}},"issued":{"date-parts":[[2018,3,6]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5744\/florida\/9780813056616.003.0002","published":{"date-parts":[[2018,3,6]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T22:14:33Z","timestamp":1648764873946},"publisher-location":"Washington, + San Francisco Bay Area"],"deposited":{"date-parts":[[2018,12,19]],"date-time":"2018-12-19T10:32:50Z","timestamp":1545215570000},"score":36.891884,"resource":{"primary":{"URL":"http:\/\/florida.universitypressscholarship.com\/view\/10.5744\/florida\/9780813056616.001.0001\/upso-9780813056616-chapter-002"}},"issued":{"date-parts":[[2018,3,6]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.5744\/florida\/9780813056616.003.0002","published":{"date-parts":[[2018,3,6]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T22:14:33Z","timestamp":1648764873946},"publisher-location":"Washington, D. C.","reference-count":1,"publisher":"American Geophysical Union","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1989]]},"DOI":"10.1029\/ft381p0044","type":"book-chapter","created":{"date-parts":[[2012,4,2]],"date-time":"2012-04-02T23:20:41Z","timestamp":1333408841000},"page":"44-46","source":"Crossref","is-referenced-by-count":0,"title":["California cross-section: San Francisco Bay Region to eastern Sierra Nevada"],"prefix":"10.1002","author":[{"suffix":"III","given":"William M.","family":"Brown","sequence":"first","affiliation":[]}],"member":"311","reference":[{"key":"10.1029\/FT381p0044:alph83-06","article-title":"Physiographic diagrams of Long Valley, Mono and Inyo counties, California","author":"Alpha","year":"1983"}],"container-title":["Landslides in Central California: San Francisco and Central California, July 20\u201329, - 1989"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1029\/FT381p0044","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,2]],"date-time":"2018-08-02T00:48:41Z","timestamp":1533170921000},"score":36.819813,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1029\/FT381p0044"}},"issued":{"date-parts":[[1989]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1029\/ft381p0044","published":{"date-parts":[[1989]]}},{"indexed":{"date-parts":[[2022,6,14]],"date-time":"2022-06-14T14:42:14Z","timestamp":1655217734110},"edition-number":"1","reference-count":0,"publisher":"Cambridge + 1989"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1029\/FT381p0044","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,2]],"date-time":"2018-08-02T00:48:41Z","timestamp":1533170921000},"score":36.843384,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1029\/FT381p0044"}},"issued":{"date-parts":[[1989]]},"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1029\/ft381p0044","published":{"date-parts":[[1989]]}},{"indexed":{"date-parts":[[2022,6,14]],"date-time":"2022-06-14T14:42:14Z","timestamp":1655217734110},"edition-number":"1","reference-count":0,"publisher":"Cambridge University Press","license":[{"start":{"date-parts":[[2015,11,5]],"date-time":"2015-11-05T00:00:00Z","timestamp":1446681600000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2015,11,5]]},"DOI":"10.1017\/cbo9781316048184.008","type":"book-chapter","created":{"date-parts":[[2015,11,6]],"date-time":"2015-11-06T10:08:39Z","timestamp":1446804519000},"page":"80-84","source":"Crossref","is-referenced-by-count":0,"title":["San Francisco Bay Area"],"prefix":"10.1017","member":"56","container-title":["Earthquake - Time Bombs"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/B3A64520AD58B7E56465A52DE8BAEDA0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,14]],"date-time":"2022-06-14T14:27:10Z","timestamp":1655216830000},"score":36.540134,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9781316048184A015\/type\/book_part"}},"issued":{"date-parts":[[2015,11,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9781316048184.008","published":{"date-parts":[[2015,11,5]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T10:13:43Z","timestamp":1648721623523},"publisher-location":"Washington, + Time Bombs"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/B3A64520AD58B7E56465A52DE8BAEDA0","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,6,14]],"date-time":"2022-06-14T14:27:10Z","timestamp":1655216830000},"score":36.57736,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9781316048184A015\/type\/book_part"}},"issued":{"date-parts":[[2015,11,5]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9781316048184.008","published":{"date-parts":[[2015,11,5]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T10:13:43Z","timestamp":1648721623523},"publisher-location":"Washington, D. C.","reference-count":0,"publisher":"American Geophysical Union","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1989]]},"DOI":"10.1029\/ft105p0001-2","type":"book-chapter","created":{"date-parts":[[2012,4,2]],"date-time":"2012-04-02T23:00:49Z","timestamp":1333407649000},"page":"1-5","source":"Crossref","is-referenced-by-count":0,"title":["Overview"],"prefix":"10.1002","author":[{"given":"Clyde","family":"Wahrhaftig","sequence":"first","affiliation":[]}],"member":"311","container-title":["Geology of San Francisco and Vicinity: San Francisco Bay Region, California: July - 1\u20137, 1989"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1029\/FT105p0001-2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,2]],"date-time":"2018-08-02T00:10:57Z","timestamp":1533168657000},"score":36.442425,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1029\/FT105p0001-2"}},"issued":{"date-parts":[[1989]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1029\/ft105p0001-2","published":{"date-parts":[[1989]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Seismicity+map+of+greater+San+Francisco+Bay+area,+California+(1969-1971)+1972+US+Geological+Survey"}}}' - recorded_at: Fri, 06 Jan 2023 05:37:21 GMT + 1\u20137, 1989"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1029\/FT105p0001-2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,2]],"date-time":"2018-08-02T00:10:57Z","timestamp":1533168657000},"score":36.460686,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1029\/FT105p0001-2"}},"issued":{"date-parts":[[1989]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1029\/ft105p0001-2","published":{"date-parts":[[1989]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Seismicity+map+of+greater+San+Francisco+Bay+area,+California+(1969-1971)+1972+US+Geological+Survey"}}}' + recorded_at: Sun, 15 Jan 2023 19:25:37 GMT - request: method: get uri: http://api.crossref.org/works?filter=type:book&query.bibliographic=%22Open-File%20Report,%20US%20Geological%20Survey,%20,%201972%22&rows=10 @@ -293,11 +293,11 @@ http_interactions: message: OK headers: Date: - - Fri, 06 Jan 2023 05:37:23 GMT + - Sun, 15 Jan 2023 19:25:43 GMT Content-Type: - application/json Content-Length: - - '2152' + - '2156' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -325,31 +325,31 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":13559,"items":[{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T20:07:48Z","timestamp":1649102868490},"reference-count":0,"publisher":"Utah + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":13555,"items":[{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T20:07:48Z","timestamp":1649102868490},"reference-count":0,"publisher":"Utah Geological Survey","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1985]]},"DOI":"10.34191\/c-78","type":"book","created":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T22:42:07Z","timestamp":1565995327000},"source":"Crossref","is-referenced-by-count":0,"title":["Utah - Geological and Mineral Survey Annual Report, 1983-84"],"prefix":"10.34191","member":"19910","deposited":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T22:48:48Z","timestamp":1565995728000},"score":23.092392,"resource":{"primary":{"URL":"https:\/\/geology.utah.gov\/publication-details\/?pub=C-78"}},"issued":{"date-parts":[[1985]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.34191\/c-78","published":{"date-parts":[[1985]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T21:18:28Z","timestamp":1649107108174},"reference-count":0,"publisher":"Utah + Geological and Mineral Survey Annual Report, 1983-84"],"prefix":"10.34191","member":"19910","deposited":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T22:48:48Z","timestamp":1565995728000},"score":23.005129,"resource":{"primary":{"URL":"https:\/\/geology.utah.gov\/publication-details\/?pub=C-78"}},"issued":{"date-parts":[[1985]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.34191\/c-78","published":{"date-parts":[[1985]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T21:18:28Z","timestamp":1649107108174},"reference-count":0,"publisher":"Utah Geological Survey","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1997]]},"DOI":"10.34191\/ri-233","type":"book","created":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T18:42:07Z","timestamp":1565980927000},"source":"Crossref","is-referenced-by-count":0,"title":["Report to the Utah Geological Survey on the 1996 Gobi-Altay, Mongolia, Paleoseismology - Expedition"],"prefix":"10.34191","member":"19910","deposited":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T18:55:14Z","timestamp":1565981714000},"score":21.3228,"resource":{"primary":{"URL":"https:\/\/geology.utah.gov\/publication-details\/?pub=RI-233"}},"issued":{"date-parts":[[1997]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.34191\/ri-233","published":{"date-parts":[[1997]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T04:15:10Z","timestamp":1648872910863},"reference-count":0,"publisher":"Utah + Expedition"],"prefix":"10.34191","member":"19910","deposited":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T18:55:14Z","timestamp":1565981714000},"score":21.230434,"resource":{"primary":{"URL":"https:\/\/geology.utah.gov\/publication-details\/?pub=RI-233"}},"issued":{"date-parts":[[1997]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.34191\/ri-233","published":{"date-parts":[[1997]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T04:15:10Z","timestamp":1648872910863},"reference-count":0,"publisher":"Utah Geological Survey","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2001]]},"DOI":"10.34191\/pi-73","type":"book","created":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T22:42:07Z","timestamp":1565995327000},"source":"Crossref","is-referenced-by-count":0,"title":["Utah - Geological Survey brochure"],"prefix":"10.34191","member":"19910","deposited":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T22:56:14Z","timestamp":1565996174000},"score":17.973269,"resource":{"primary":{"URL":"https:\/\/geology.utah.gov\/publication-details\/?pub=PI-73"}},"issued":{"date-parts":[[2001]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.34191\/pi-73","published":{"date-parts":[[2001]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T13:55:59Z","timestamp":1649166959052},"reference-count":0,"publisher":"UN","isbn-type":[{"value":"9789210452274","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972,10,2]]},"DOI":"10.18356\/9d176473-en","type":"book","created":{"date-parts":[[2019,1,24]],"date-time":"2019-01-24T08:53:25Z","timestamp":1548320005000},"source":"Crossref","is-referenced-by-count":0,"title":["World + Geological Survey brochure"],"prefix":"10.34191","member":"19910","deposited":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T22:56:14Z","timestamp":1565996174000},"score":17.957413,"resource":{"primary":{"URL":"https:\/\/geology.utah.gov\/publication-details\/?pub=PI-73"}},"issued":{"date-parts":[[2001]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.34191\/pi-73","published":{"date-parts":[[2001]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T13:55:59Z","timestamp":1649166959052},"reference-count":0,"publisher":"UN","isbn-type":[{"value":"9789210452274","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972,10,2]]},"DOI":"10.18356\/9d176473-en","type":"book","created":{"date-parts":[[2019,1,24]],"date-time":"2019-01-24T08:53:25Z","timestamp":1548320005000},"source":"Crossref","is-referenced-by-count":0,"title":["World Economic Survey 1972"],"prefix":"10.18356","author":[{"name":"United Nations","sequence":"first","affiliation":[]}],"member":"7834","container-title":["World - Economic and Social Survey (WESS)"],"deposited":{"date-parts":[[2021,2,25]],"date-time":"2021-02-25T00:53:00Z","timestamp":1614214380000},"score":17.93665,"resource":{"primary":{"URL":"https:\/\/www.un-ilibrary.org\/content\/books\/9789210452274"}},"subtitle":["Current - Economic Development"],"issued":{"date-parts":[[1972,10,2]]},"ISBN":["9789210452274"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.18356\/9d176473-en","ISSN":["2412-1509"],"issn-type":[{"value":"2412-1509","type":"electronic"}],"published":{"date-parts":[[1972,10,2]]}},{"indexed":{"date-parts":[[2022,4,13]],"date-time":"2022-04-13T06:53:25Z","timestamp":1649832805462},"edition-number":"1","reference-count":0,"publisher":"Cambridge - University Press","isbn-type":[{"value":"9781139053051","type":"electronic"}],"license":[{"start":{"date-parts":[[2007,3,28]],"date-time":"2007-03-28T00:00:00Z","timestamp":1175040000000},"content-version":"unspecified","delay-in-days":12578,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972,10,19]]},"DOI":"10.1017\/ccol0521085284","type":"book","created":{"date-parts":[[2007,5,9]],"date-time":"2007-05-09T06:56:29Z","timestamp":1178693789000},"source":"Crossref","is-referenced-by-count":1,"title":["Shakespeare - Survey"],"prefix":"10.1017","member":"56","published-online":{"date-parts":[[2007,3,28]]},"deposited":{"date-parts":[[2019,10,10]],"date-time":"2019-10-10T05:05:15Z","timestamp":1570683915000},"score":17.835587,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781139053051\/type\/book"}},"editor":[{"given":"Kenneth","family":"Muir","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[1972,10,19]]},"ISBN":["9781139053051"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/ccol0521085284","published":{"date-parts":[[1972,10,19]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T16:46:42Z","timestamp":1648745202700},"reference-count":0,"publisher":"Utah + Economic and Social Survey (WESS)"],"deposited":{"date-parts":[[2021,2,25]],"date-time":"2021-02-25T00:53:00Z","timestamp":1614214380000},"score":17.936642,"resource":{"primary":{"URL":"https:\/\/www.un-ilibrary.org\/content\/books\/9789210452274"}},"subtitle":["Current + Economic Development"],"issued":{"date-parts":[[1972,10,2]]},"ISBN":["9789210452274"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.18356\/9d176473-en","ISSN":["2412-1509"],"issn-type":[{"value":"2412-1509","type":"electronic"}],"published":{"date-parts":[[1972,10,2]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T16:46:42Z","timestamp":1648745202700},"reference-count":0,"publisher":"Utah Geological Survey","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1996]]},"DOI":"10.34191\/ofr-336","type":"book","created":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T22:42:07Z","timestamp":1565995327000},"source":"Crossref","is-referenced-by-count":0,"title":["Catalog - of geological samples contained in the Utah Geological Survey sample library"],"prefix":"10.34191","member":"19910","deposited":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T22:54:37Z","timestamp":1565996077000},"score":17.823177,"resource":{"primary":{"URL":"https:\/\/geology.utah.gov\/publication-details\/?pub=OFR-336"}},"issued":{"date-parts":[[1996]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.34191\/ofr-336","published":{"date-parts":[[1996]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T17:17:41Z","timestamp":1648747061897},"reference-count":0,"publisher":"Geological - Society of America","isbn-type":[{"value":"0813721415","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972]]},"DOI":"10.1130\/spe141","type":"book","created":{"date-parts":[[2013,4,4]],"date-time":"2013-04-04T03:50:51Z","timestamp":1365047451000},"source":"Crossref","is-referenced-by-count":0,"title":["Conodont - Paleozoology"],"prefix":"10.1130","member":"257","container-title":["Geological - Society of America Special Papers"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T11:20:22Z","timestamp":1512645622000},"score":17.732132,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/271\/"}},"issued":{"date-parts":[[1972]]},"ISBN":["0813721415"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/spe141","ISSN":["0072-1077"],"issn-type":[{"value":"0072-1077","type":"print"}],"published":{"date-parts":[[1972]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T06:07:29Z","timestamp":1648534049770},"reference-count":0,"publisher":"Geological + of geological samples contained in the Utah Geological Survey sample library"],"prefix":"10.34191","member":"19910","deposited":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T22:54:37Z","timestamp":1565996077000},"score":17.806358,"resource":{"primary":{"URL":"https:\/\/geology.utah.gov\/publication-details\/?pub=OFR-336"}},"issued":{"date-parts":[[1996]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.34191\/ofr-336","published":{"date-parts":[[1996]]}},{"indexed":{"date-parts":[[2022,4,13]],"date-time":"2022-04-13T06:53:25Z","timestamp":1649832805462},"edition-number":"1","reference-count":0,"publisher":"Cambridge + University Press","isbn-type":[{"value":"9781139053051","type":"electronic"}],"license":[{"start":{"date-parts":[[2007,3,28]],"date-time":"2007-03-28T00:00:00Z","timestamp":1175040000000},"content-version":"unspecified","delay-in-days":12578,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972,10,19]]},"DOI":"10.1017\/ccol0521085284","type":"book","created":{"date-parts":[[2007,5,9]],"date-time":"2007-05-09T06:56:29Z","timestamp":1178693789000},"source":"Crossref","is-referenced-by-count":1,"title":["Shakespeare + Survey"],"prefix":"10.1017","member":"56","published-online":{"date-parts":[[2007,3,28]]},"deposited":{"date-parts":[[2019,10,10]],"date-time":"2019-10-10T05:05:15Z","timestamp":1570683915000},"score":17.763996,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781139053051\/type\/book"}},"editor":[{"given":"Kenneth","family":"Muir","sequence":"first","affiliation":[]}],"issued":{"date-parts":[[1972,10,19]]},"ISBN":["9781139053051"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/ccol0521085284","published":{"date-parts":[[1972,10,19]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T06:07:29Z","timestamp":1648534049770},"reference-count":0,"publisher":"Geological Society of America","isbn-type":[{"value":"0813721466","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972]]},"DOI":"10.1130\/spe146","type":"book","created":{"date-parts":[[2013,4,3]],"date-time":"2013-04-03T23:50:58Z","timestamp":1365033058000},"source":"Crossref","is-referenced-by-count":0,"title":["Quantitative Geology"],"prefix":"10.1130","member":"257","container-title":["Geological - Society of America Special Papers"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T06:20:21Z","timestamp":1512627621000},"score":17.686424,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/270\/"}},"issued":{"date-parts":[[1972]]},"ISBN":["0813721466"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/spe146","ISSN":["0072-1077"],"issn-type":[{"value":"0072-1077","type":"print"}],"published":{"date-parts":[[1972]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T02:42:48Z","timestamp":1649040168601},"reference-count":0,"publisher":"Utah + Society of America Special Papers"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T06:20:21Z","timestamp":1512627621000},"score":17.7364,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/270\/"}},"issued":{"date-parts":[[1972]]},"ISBN":["0813721466"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/spe146","ISSN":["0072-1077"],"issn-type":[{"value":"0072-1077","type":"print"}],"published":{"date-parts":[[1972]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T17:17:41Z","timestamp":1648747061897},"reference-count":0,"publisher":"Geological + Society of America","isbn-type":[{"value":"0813721415","type":"print"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972]]},"DOI":"10.1130\/spe141","type":"book","created":{"date-parts":[[2013,4,4]],"date-time":"2013-04-04T03:50:51Z","timestamp":1365047451000},"source":"Crossref","is-referenced-by-count":0,"title":["Conodont + Paleozoology"],"prefix":"10.1130","member":"257","container-title":["Geological + Society of America Special Papers"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T11:20:22Z","timestamp":1512645622000},"score":17.710598,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/271\/"}},"issued":{"date-parts":[[1972]]},"ISBN":["0813721415"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/spe141","ISSN":["0072-1077"],"issn-type":[{"value":"0072-1077","type":"print"}],"published":{"date-parts":[[1972]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T02:42:48Z","timestamp":1649040168601},"reference-count":0,"publisher":"Utah Geological Survey","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1999]]},"DOI":"10.34191\/pi-52","type":"book","created":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T22:42:07Z","timestamp":1565995327000},"source":"Crossref","is-referenced-by-count":0,"title":["Utah - Geological Survey information brochure"],"prefix":"10.34191","member":"19910","deposited":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T22:55:42Z","timestamp":1565996142000},"score":17.622757,"resource":{"primary":{"URL":"https:\/\/geology.utah.gov\/publication-details\/?pub=PI-52"}},"issued":{"date-parts":[[1999]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.34191\/pi-52","published":{"date-parts":[[1999]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T00:48:17Z","timestamp":1649033297273},"reference-count":0,"publisher":"Utah + Geological Survey information brochure"],"prefix":"10.34191","member":"19910","deposited":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T22:55:42Z","timestamp":1565996142000},"score":17.576908,"resource":{"primary":{"URL":"https:\/\/geology.utah.gov\/publication-details\/?pub=PI-52"}},"issued":{"date-parts":[[1999]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.34191\/pi-52","published":{"date-parts":[[1999]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T00:48:17Z","timestamp":1649033297273},"reference-count":0,"publisher":"Utah Geological Survey","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1972]]},"DOI":"10.34191\/ri-68","type":"book","created":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T18:42:07Z","timestamp":1565980927000},"source":"Crossref","is-referenced-by-count":0,"title":["Preliminary geological reconnaissance of the Forest Meadow Ranch recreation property, - Summit County"],"prefix":"10.34191","member":"19910","deposited":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T18:45:31Z","timestamp":1565981131000},"score":17.534115,"resource":{"primary":{"URL":"https:\/\/geology.utah.gov\/publication-details\/?pub=RI-68"}},"issued":{"date-parts":[[1972]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.34191\/ri-68","published":{"date-parts":[[1972]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' - recorded_at: Fri, 06 Jan 2023 05:37:22 GMT + Summit County"],"prefix":"10.34191","member":"19910","deposited":{"date-parts":[[2019,8,16]],"date-time":"2019-08-16T18:45:31Z","timestamp":1565981131000},"score":17.46476,"resource":{"primary":{"URL":"https:\/\/geology.utah.gov\/publication-details\/?pub=RI-68"}},"issued":{"date-parts":[[1972]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.34191\/ri-68","published":{"date-parts":[[1972]]}}],"items-per-page":10,"query":{"start-index":0,"search-terms":null}}}' + recorded_at: Sun, 15 Jan 2023 19:25:43 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/report-series.yml b/spec/vcr_cassettes/report-series.yml index ca7a85b..ed63919 100644 --- a/spec/vcr_cassettes/report-series.yml +++ b/spec/vcr_cassettes/report-series.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:40:21 GMT + - Sun, 15 Jan 2023 19:25:43 GMT Content-Type: - application/json Content-Length: - '699' Set-Cookie: - - AWSALB=LeLLw9TMAoK/GSUABWg2dMAEYMAw6G9dHXZuKv0sULfpmUb9B9McJJT9D+10qkWoXl9pEA0kGx8yXgj4pDCSO1eD5pe5+eG5CLAF9mHsrd+jTkTpQgcQLq+CKP/i; - Expires=Sat, 14 Jan 2023 00:40:21 GMT; Path=/ - - AWSALBCORS=LeLLw9TMAoK/GSUABWg2dMAEYMAw6G9dHXZuKv0sULfpmUb9B9McJJT9D+10qkWoXl9pEA0kGx8yXgj4pDCSO1eD5pe5+eG5CLAF9mHsrd+jTkTpQgcQLq+CKP/i; - Expires=Sat, 14 Jan 2023 00:40:21 GMT; Path=/; SameSite=None + - AWSALB=yQT5fF08opGQX2gOsRXJNLkYObxhILK0yr5e7/meqAen/bQlM4ABd8m3uQ+CCUJvVCVg4jlpk+AGYS63EL/nn+h7RYb4zWF7DNo7Inj7hw/cjVd9BM8xOLThRl4n; + Expires=Sun, 22 Jan 2023 19:25:43 GMT; Path=/ + - AWSALBCORS=yQT5fF08opGQX2gOsRXJNLkYObxhILK0yr5e7/meqAen/bQlM4ABd8m3uQ+CCUJvVCVg4jlpk+AGYS63EL/nn+h7RYb4zWF7DNo7Inj7hw/cjVd9BM8xOLThRl4n; + Expires=Sun, 22 Jan 2023 19:25:43 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -62,7 +62,7 @@ http_interactions: for Economic Co-Operation and Development (OECD)","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"published-print":{"date-parts":[[2014,10,10]]},"DOI":"10.1787\/5jxvk6shpvs4-en","type":"report-series","created":{"date-parts":[[2014,10,11]],"date-time":"2014-10-11T04:29:28Z","timestamp":1413001768000},"source":"Crossref","is-referenced-by-count":2,"title":["Investment Treaties and Shareholder Claims: Analysis of Treaty Practice"],"prefix":"10.1787","member":"1963","container-title":["OECD Working Papers on International Investment"],"original-title":[],"deposited":{"date-parts":[[2021,6,15]],"date-time":"2021-06-15T10:27:27Z","timestamp":1623752847000},"score":1,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/finance-and-investment\/investment-treaties-and-shareholder-claims_5jxvk6shpvs4-en"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[2014,10,10]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/5jxvk6shpvs4-en","relation":{},"ISSN":["1815-1957"],"issn-type":[{"value":"1815-1957","type":"electronic"}],"published":{"date-parts":[[2014,10,10]]}}}' - recorded_at: Sat, 07 Jan 2023 00:40:21 GMT + recorded_at: Sun, 15 Jan 2023 19:25:43 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Investment%2BTreaties%2Band%2BShareholder%2BClaims:%2BAnalysis%2Bof%2BTreaty%2BPractice%2B2014%2BOrganisation%2Bfor%2BEconomic%2BCo-Operation%2Band%2BDevelopment%2B%2B(OECD) @@ -82,7 +82,7 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:40:26 GMT + - Sun, 15 Jan 2023 19:25:48 GMT Content-Type: - application/json Transfer-Encoding: @@ -114,7 +114,7 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":182513,"items":[{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:19:56Z","timestamp":1668748796087},"edition-number":"1","reference-count":544,"publisher":"Cambridge + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":182646,"items":[{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:19:56Z","timestamp":1668748796087},"edition-number":"1","reference-count":544,"publisher":"Cambridge University Press","isbn-type":[{"value":"9781108658522","type":"electronic"},{"value":"9781108494526","type":"print"},{"value":"9781108714730","type":"print"}],"license":[{"start":{"date-parts":[[2020,9,7]],"date-time":"2020-09-07T00:00:00Z","timestamp":1599436800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,9,17]]},"DOI":"10.1017\/9781108658522.005","type":"book-chapter","created":{"date-parts":[[2020,9,8]],"date-time":"2020-09-08T04:30:17Z","timestamp":1599539417000},"page":"174-210","source":"Crossref","is-referenced-by-count":0,"title":["Damages in Shareholder Treaty Claims"],"prefix":"10.1017","member":"56","reference":[{"key":"9781108658522_BIBe-r-272","first-page":"1207","volume-title":"Liber Amicorum Bernardo Cremades","author":"Zuleta","year":"2010"},{"key":"9781108658522_BIBe-r-270","volume-title":"International @@ -649,7 +649,7 @@ http_interactions: Convention on the Settlement of Investment Disputes between States and Nationals of Other States","volume":"136","author":"Broches","year":"1972","journal-title":"RCADI"},{"key":"9781108658522#EMT-rl-1_BIBe-r-33","doi-asserted-by":"publisher","DOI":"10.1093\/icsidreview\/siw018"},{"key":"9781108658522#EMT-rl-1_BIBe-r-258","volume-title":"The Coordination of Multiple Proceedings in Investment Treaty Arbitration","author":"Wehland","year":"2013"}],"container-title":["Admissibility - of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:54:00Z","timestamp":1668664440000},"score":58.605366,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23CN-bp-5\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.005","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:21:22Z","timestamp":1668748882487},"edition-number":"1","reference-count":544,"publisher":"Cambridge + of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:54:00Z","timestamp":1668664440000},"score":58.54203,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23CN-bp-5\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.005","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:21:22Z","timestamp":1668748882487},"edition-number":"1","reference-count":544,"publisher":"Cambridge University Press","isbn-type":[{"value":"9781108658522","type":"electronic"},{"value":"9781108494526","type":"print"},{"value":"9781108714730","type":"print"}],"license":[{"start":{"date-parts":[[2020,9,7]],"date-time":"2020-09-07T00:00:00Z","timestamp":1599436800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,9,17]]},"DOI":"10.1017\/9781108658522.006","type":"book-chapter","created":{"date-parts":[[2020,9,8]],"date-time":"2020-09-08T04:30:17Z","timestamp":1599539417000},"page":"211-264","source":"Crossref","is-referenced-by-count":0,"title":["The Contract-Treaty Distinction"],"prefix":"10.1017","member":"56","reference":[{"key":"9781108658522_BIBe-r-272","first-page":"1207","volume-title":"Liber Amicorum Bernardo Cremades","author":"Zuleta","year":"2010"},{"key":"9781108658522_BIBe-r-270","volume-title":"International @@ -1184,22 +1184,22 @@ http_interactions: Convention on the Settlement of Investment Disputes between States and Nationals of Other States","volume":"136","author":"Broches","year":"1972","journal-title":"RCADI"},{"key":"9781108658522#EMT-rl-1_BIBe-r-33","doi-asserted-by":"publisher","DOI":"10.1093\/icsidreview\/siw018"},{"key":"9781108658522#EMT-rl-1_BIBe-r-258","volume-title":"The Coordination of Multiple Proceedings in Investment Treaty Arbitration","author":"Wehland","year":"2013"}],"container-title":["Admissibility - of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:56:03Z","timestamp":1668664563000},"score":53.05208,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23CN-bp-6\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.006","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,5,26]],"date-time":"2022-05-26T14:35:48Z","timestamp":1653575748655},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009,5,8]]},"DOI":"10.4324\/9780203875773-13","type":"book-chapter","created":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:23Z","timestamp":1606877663000},"page":"123-143","source":"Crossref","is-referenced-by-count":1,"title":["OECD + of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:56:03Z","timestamp":1668664563000},"score":52.936558,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23CN-bp-6\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.006","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,5,26]],"date-time":"2022-05-26T14:35:48Z","timestamp":1653575748655},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009,5,8]]},"DOI":"10.4324\/9780203875773-13","type":"book-chapter","created":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:23Z","timestamp":1606877663000},"page":"123-143","source":"Crossref","is-referenced-by-count":1,"title":["OECD reform"],"prefix":"10.4324","member":"301","container-title":["The Organisation - for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:27Z","timestamp":1606877667000},"score":47.449474,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134194438\/chapters\/10.4324\/9780203875773-13"}},"issued":{"date-parts":[[2009,5,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203875773-13","published":{"date-parts":[[2009,5,8]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T22:01:46Z","timestamp":1648677706447},"reference-count":0,"publisher":"UN","isbn-type":[{"value":"9789210457453","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2001,5,5]]},"DOI":"10.18356\/63582706-en-fr","type":"book-chapter","created":{"date-parts":[[2019,1,23]],"date-time":"2019-01-23T18:49:22Z","timestamp":1548269362000},"page":"539-539","source":"Crossref","is-referenced-by-count":1,"title":["No. + for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:27Z","timestamp":1606877667000},"score":47.368324,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134194438\/chapters\/10.4324\/9780203875773-13"}},"issued":{"date-parts":[[2009,5,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203875773-13","published":{"date-parts":[[2009,5,8]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T18:30:40Z","timestamp":1649097040011},"reference-count":0,"publisher":"UN","isbn-type":[{"value":"9789210457446","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2001,7,29]]},"DOI":"10.18356\/186126ac-en-fr","type":"book-chapter","created":{"date-parts":[[2018,11,14]],"date-time":"2018-11-14T10:22:33Z","timestamp":1542190953000},"page":"391-403","source":"Crossref","is-referenced-by-count":0,"title":["No. 1209. Bank for International Settlements, International Bank for Reconstruction and Development, International Monetary Fund, Organisation for Economic Co-operation - and Development and Organisation for Economic Co-operation and Development"],"prefix":"10.18356","member":"7834","container-title":["United - Nations Treaty Series","Treaty Series 2030"],"deposited":{"date-parts":[[2021,2,25]],"date-time":"2021-02-25T00:06:02Z","timestamp":1614211562000},"score":46.785645,"resource":{"primary":{"URL":"https:\/\/www.un-ilibrary.org\/content\/books\/9789210457453s003-c001"}},"issued":{"date-parts":[[2001,5,5]]},"ISBN":["9789210457453"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.18356\/63582706-en-fr","ISSN":["2412-1495"],"issn-type":[{"value":"2412-1495","type":"electronic"}],"published":{"date-parts":[[2001,5,5]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T18:30:40Z","timestamp":1649097040011},"reference-count":0,"publisher":"UN","isbn-type":[{"value":"9789210457446","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2001,7,29]]},"DOI":"10.18356\/186126ac-en-fr","type":"book-chapter","created":{"date-parts":[[2018,11,14]],"date-time":"2018-11-14T10:22:33Z","timestamp":1542190953000},"page":"391-403","source":"Crossref","is-referenced-by-count":0,"title":["No. + and Development and Organisation for Economic Co-operation and Development"],"prefix":"10.18356","member":"7834","container-title":["Treaty + Series 2029","United Nations Treaty Series"],"deposited":{"date-parts":[[2021,2,24]],"date-time":"2021-02-24T22:26:38Z","timestamp":1614205598000},"score":46.682816,"resource":{"primary":{"URL":"https:\/\/www.un-ilibrary.org\/content\/books\/9789210457446s003-c001"}},"issued":{"date-parts":[[2001,7,29]]},"ISBN":["9789210457446"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.18356\/186126ac-en-fr","ISSN":["2412-1495"],"issn-type":[{"value":"2412-1495","type":"electronic"}],"published":{"date-parts":[[2001,7,29]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T22:01:46Z","timestamp":1648677706447},"reference-count":0,"publisher":"UN","isbn-type":[{"value":"9789210457453","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2001,5,5]]},"DOI":"10.18356\/63582706-en-fr","type":"book-chapter","created":{"date-parts":[[2019,1,23]],"date-time":"2019-01-23T18:49:22Z","timestamp":1548269362000},"page":"539-539","source":"Crossref","is-referenced-by-count":1,"title":["No. 1209. Bank for International Settlements, International Bank for Reconstruction and Development, International Monetary Fund, Organisation for Economic Co-operation - and Development and Organisation for Economic Co-operation and Development"],"prefix":"10.18356","member":"7834","container-title":["Treaty - Series 2029","United Nations Treaty Series"],"deposited":{"date-parts":[[2021,2,24]],"date-time":"2021-02-24T22:26:38Z","timestamp":1614205598000},"score":46.71911,"resource":{"primary":{"URL":"https:\/\/www.un-ilibrary.org\/content\/books\/9789210457446s003-c001"}},"issued":{"date-parts":[[2001,7,29]]},"ISBN":["9789210457446"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.18356\/186126ac-en-fr","ISSN":["2412-1495"],"issn-type":[{"value":"2412-1495","type":"electronic"}],"published":{"date-parts":[[2001,7,29]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T20:34:32Z","timestamp":1649104472829},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264225671","type":"print"},{"value":"9789264225756","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,11,3]]},"DOI":"10.1787\/9789264225756-6-en","type":"book-chapter","created":{"date-parts":[[2014,11,2]],"date-time":"2014-11-02T04:14:10Z","timestamp":1414901650000},"page":"45-84","source":"Crossref","is-referenced-by-count":6,"title":["The + and Development and Organisation for Economic Co-operation and Development"],"prefix":"10.18356","member":"7834","container-title":["United + Nations Treaty Series","Treaty Series 2030"],"deposited":{"date-parts":[[2021,2,25]],"date-time":"2021-02-25T00:06:02Z","timestamp":1614211562000},"score":46.65187,"resource":{"primary":{"URL":"https:\/\/www.un-ilibrary.org\/content\/books\/9789210457453s003-c001"}},"issued":{"date-parts":[[2001,5,5]]},"ISBN":["9789210457453"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.18356\/63582706-en-fr","ISSN":["2412-1495"],"issn-type":[{"value":"2412-1495","type":"electronic"}],"published":{"date-parts":[[2001,5,5]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T20:34:32Z","timestamp":1649104472829},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264225671","type":"print"},{"value":"9789264225756","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,11,3]]},"DOI":"10.1787\/9789264225756-6-en","type":"book-chapter","created":{"date-parts":[[2014,11,2]],"date-time":"2014-11-02T04:14:10Z","timestamp":1414901650000},"page":"45-84","source":"Crossref","is-referenced-by-count":6,"title":["The role of the Organisation for Economic Co-operation and Development"],"prefix":"10.1787","author":[{"name":"OECD","sequence":"first","affiliation":[]}],"member":"1963","container-title":["International - Regulatory Co-operation and International Organisations"],"deposited":{"date-parts":[[2021,7,11]],"date-time":"2021-07-11T08:17:41Z","timestamp":1625991461000},"score":46.594765,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/governance\/international-regulatory-co-operation-and-international-organisations\/the-role-of-the-organisation-for-economic-co-operation-and-development_9789264225756-6-en"}},"issued":{"date-parts":[[2014,11,3]]},"ISBN":["9789264225671","9789264225756"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264225756-6-en","published":{"date-parts":[[2014,11,3]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T17:43:06Z","timestamp":1649180586613},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264204430","type":"print"},{"value":"9789264196193","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,6,4]]},"DOI":"10.1787\/9789264196193-15-en","type":"book-chapter","created":{"date-parts":[[2014,6,5]],"date-time":"2014-06-05T04:10:56Z","timestamp":1401941456000},"page":"127-128","source":"Crossref","is-referenced-by-count":1,"title":["Organisation + Regulatory Co-operation and International Organisations"],"deposited":{"date-parts":[[2021,7,11]],"date-time":"2021-07-11T08:17:41Z","timestamp":1625991461000},"score":46.465725,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/governance\/international-regulatory-co-operation-and-international-organisations\/the-role-of-the-organisation-for-economic-co-operation-and-development_9789264225756-6-en"}},"issued":{"date-parts":[[2014,11,3]]},"ISBN":["9789264225671","9789264225756"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264225756-6-en","published":{"date-parts":[[2014,11,3]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T17:43:06Z","timestamp":1649180586613},"reference-count":0,"publisher":"OECD","isbn-type":[{"value":"9789264204430","type":"print"},{"value":"9789264196193","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2014,6,4]]},"DOI":"10.1787\/9789264196193-15-en","type":"book-chapter","created":{"date-parts":[[2014,6,5]],"date-time":"2014-06-05T04:10:56Z","timestamp":1401941456000},"page":"127-128","source":"Crossref","is-referenced-by-count":1,"title":["Organisation charts"],"prefix":"10.1787","member":"1963","container-title":["OECD Development Co-operation Peer Reviews: France 2013","OECD Development Co-operation Peer - Reviews"],"deposited":{"date-parts":[[2021,7,13]],"date-time":"2021-07-13T09:35:44Z","timestamp":1626168944000},"score":46.438553,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/development\/oecd-development-co-operation-peer-reviews-france-2013\/organisation-charts_9789264196193-15-en"}},"issued":{"date-parts":[[2014,6,4]]},"ISBN":["9789264204430","9789264196193"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264196193-15-en","ISSN":["2309-7132"],"issn-type":[{"value":"2309-7132","type":"electronic"}],"published":{"date-parts":[[2014,6,4]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:22:45Z","timestamp":1668748965318},"edition-number":"1","reference-count":544,"publisher":"Cambridge + Reviews"],"deposited":{"date-parts":[[2021,7,13]],"date-time":"2021-07-13T09:35:44Z","timestamp":1626168944000},"score":46.40235,"resource":{"primary":{"URL":"https:\/\/www.oecd-ilibrary.org\/development\/oecd-development-co-operation-peer-reviews-france-2013\/organisation-charts_9789264196193-15-en"}},"issued":{"date-parts":[[2014,6,4]]},"ISBN":["9789264204430","9789264196193"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1787\/9789264196193-15-en","ISSN":["2309-7132"],"issn-type":[{"value":"2309-7132","type":"electronic"}],"published":{"date-parts":[[2014,6,4]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:22:45Z","timestamp":1668748965318},"edition-number":"1","reference-count":544,"publisher":"Cambridge University Press","isbn-type":[{"value":"9781108658522","type":"electronic"},{"value":"9781108494526","type":"print"},{"value":"9781108714730","type":"print"}],"license":[{"start":{"date-parts":[[2020,9,7]],"date-time":"2020-09-07T00:00:00Z","timestamp":1599436800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,9,17]]},"DOI":"10.1017\/9781108658522.004","type":"book-chapter","created":{"date-parts":[[2020,9,8]],"date-time":"2020-09-08T04:30:17Z","timestamp":1599539417000},"page":"125-173","source":"Crossref","is-referenced-by-count":0,"title":["Admissibility and Shareholder Standing"],"prefix":"10.1017","member":"56","reference":[{"key":"9781108658522_BIBe-r-272","first-page":"1207","volume-title":"Liber Amicorum Bernardo Cremades","author":"Zuleta","year":"2010"},{"key":"9781108658522_BIBe-r-270","volume-title":"International @@ -1734,14 +1734,14 @@ http_interactions: Convention on the Settlement of Investment Disputes between States and Nationals of Other States","volume":"136","author":"Broches","year":"1972","journal-title":"RCADI"},{"key":"9781108658522#EMT-rl-1_BIBe-r-33","doi-asserted-by":"publisher","DOI":"10.1093\/icsidreview\/siw018"},{"key":"9781108658522#EMT-rl-1_BIBe-r-258","volume-title":"The Coordination of Multiple Proceedings in Investment Treaty Arbitration","author":"Wehland","year":"2013"}],"container-title":["Admissibility - of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:53:30Z","timestamp":1668664410000},"score":46.24226,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23CN-bp-4\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.004","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T04:02:37Z","timestamp":1649131357489},"publisher-location":"London","edition-number":"2","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,2,2]]},"DOI":"10.4324\/9781351025867-7","type":"book-chapter","created":{"date-parts":[[2022,2,2]],"date-time":"2022-02-02T10:52:32Z","timestamp":1643799152000},"page":"122-140","source":"Crossref","is-referenced-by-count":0,"title":["OECD + of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:53:30Z","timestamp":1668664410000},"score":46.232098,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23CN-bp-4\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.004","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T04:02:37Z","timestamp":1649131357489},"publisher-location":"London","edition-number":"2","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,2,2]]},"DOI":"10.4324\/9781351025867-7","type":"book-chapter","created":{"date-parts":[[2022,2,2]],"date-time":"2022-02-02T10:52:32Z","timestamp":1643799152000},"page":"122-140","source":"Crossref","is-referenced-by-count":0,"title":["OECD reform"],"prefix":"10.4324","author":[{"given":"Richard","family":"Woodward","sequence":"first","affiliation":[]}],"member":"301","container-title":["The - Organisation for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2022,2,2]],"date-time":"2022-02-02T10:52:45Z","timestamp":1643799165000},"score":46.190956,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351025867\/chapters\/10.4324\/9781351025867-7"}},"issued":{"date-parts":[[2022,2,2]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781351025867-7","published":{"date-parts":[[2022,2,2]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T15:40:12Z","timestamp":1648654812950},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009,5,8]]},"DOI":"10.4324\/9780203875773-8","type":"book-chapter","created":{"date-parts":[[2020,12,1]],"date-time":"2020-12-01T21:54:23Z","timestamp":1606859663000},"page":"21-30","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.4324","member":"301","container-title":["The - Organisation for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2020,12,1]],"date-time":"2020-12-01T21:54:24Z","timestamp":1606859664000},"score":46.075077,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134194438\/chapters\/10.4324\/9780203875773-8"}},"issued":{"date-parts":[[2009,5,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203875773-8","published":{"date-parts":[[2009,5,8]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:31:30Z","timestamp":1648643490765},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009,5,8]]},"DOI":"10.4324\/9780203875773-14","type":"book-chapter","created":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:23Z","timestamp":1606877663000},"page":"144-147","source":"Crossref","is-referenced-by-count":0,"title":["The + Organisation for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2022,2,2]],"date-time":"2022-02-02T10:52:45Z","timestamp":1643799165000},"score":46.078747,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351025867\/chapters\/10.4324\/9781351025867-7"}},"issued":{"date-parts":[[2022,2,2]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781351025867-7","published":{"date-parts":[[2022,2,2]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T15:40:12Z","timestamp":1648654812950},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009,5,8]]},"DOI":"10.4324\/9780203875773-8","type":"book-chapter","created":{"date-parts":[[2020,12,1]],"date-time":"2020-12-01T21:54:23Z","timestamp":1606859663000},"page":"21-30","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.4324","member":"301","container-title":["The + Organisation for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2020,12,1]],"date-time":"2020-12-01T21:54:24Z","timestamp":1606859664000},"score":46.032356,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134194438\/chapters\/10.4324\/9780203875773-8"}},"issued":{"date-parts":[[2009,5,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203875773-8","published":{"date-parts":[[2009,5,8]]}},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T12:31:30Z","timestamp":1648643490765},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009,5,8]]},"DOI":"10.4324\/9780203875773-14","type":"book-chapter","created":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:23Z","timestamp":1606877663000},"page":"144-147","source":"Crossref","is-referenced-by-count":0,"title":["The future of the OECD"],"prefix":"10.4324","member":"301","container-title":["The - Organisation for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:30Z","timestamp":1606877670000},"score":45.571674,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134194438\/chapters\/10.4324\/9780203875773-14"}},"issued":{"date-parts":[[2009,5,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203875773-14","published":{"date-parts":[[2009,5,8]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:23:11Z","timestamp":1649125391210},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009,5,8]]},"DOI":"10.4324\/9780203875773-12","type":"book-chapter","created":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:23Z","timestamp":1606877663000},"page":"102-122","source":"Crossref","is-referenced-by-count":0,"title":["Current + Organisation for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:30Z","timestamp":1606877670000},"score":45.46372,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134194438\/chapters\/10.4324\/9780203875773-14"}},"issued":{"date-parts":[[2009,5,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203875773-14","published":{"date-parts":[[2009,5,8]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T02:23:11Z","timestamp":1649125391210},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009,5,8]]},"DOI":"10.4324\/9780203875773-12","type":"book-chapter","created":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:23Z","timestamp":1606877663000},"page":"102-122","source":"Crossref","is-referenced-by-count":0,"title":["Current issues"],"prefix":"10.4324","member":"301","container-title":["The Organisation - for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:26Z","timestamp":1606877666000},"score":45.386185,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134194438\/chapters\/10.4324\/9780203875773-12"}},"issued":{"date-parts":[[2009,5,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203875773-12","published":{"date-parts":[[2009,5,8]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:21:56Z","timestamp":1668748916928},"edition-number":"1","reference-count":544,"publisher":"Cambridge + for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:26Z","timestamp":1606877666000},"score":45.34281,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134194438\/chapters\/10.4324\/9780203875773-12"}},"issued":{"date-parts":[[2009,5,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203875773-12","published":{"date-parts":[[2009,5,8]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:21:56Z","timestamp":1668748916928},"edition-number":"1","reference-count":544,"publisher":"Cambridge University Press","isbn-type":[{"value":"9781108658522","type":"electronic"},{"value":"9781108494526","type":"print"},{"value":"9781108714730","type":"print"}],"license":[{"start":{"date-parts":[[2020,9,7]],"date-time":"2020-09-07T00:00:00Z","timestamp":1599436800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,9,17]]},"DOI":"10.1017\/9781108658522.001","type":"book-chapter","created":{"date-parts":[[2020,9,8]],"date-time":"2020-09-08T04:30:17Z","timestamp":1599539417000},"page":"1-39","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.1017","member":"56","reference":[{"key":"9781108658522_BIBe-r-272","first-page":"1207","volume-title":"Liber Amicorum Bernardo Cremades","author":"Zuleta","year":"2010"},{"key":"9781108658522_BIBe-r-270","volume-title":"International Investment Law for the 21st Century: Essays in Honour of Christoph Schreuer","author":"Zeiler","year":"2009"},{"key":"9781108658522_BIBe-r-264","volume-title":"International @@ -2275,9 +2275,9 @@ http_interactions: Convention on the Settlement of Investment Disputes between States and Nationals of Other States","volume":"136","author":"Broches","year":"1972","journal-title":"RCADI"},{"key":"9781108658522#EMT-rl-1_BIBe-r-33","doi-asserted-by":"publisher","DOI":"10.1093\/icsidreview\/siw018"},{"key":"9781108658522#EMT-rl-1_BIBe-r-258","volume-title":"The Coordination of Multiple Proceedings in Investment Treaty Arbitration","author":"Wehland","year":"2013"}],"container-title":["Admissibility - of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:48:48Z","timestamp":1668664128000},"score":45.038044,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23CN-bp-1\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.001","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T19:55:58Z","timestamp":1648929358753},"publisher-location":"London","edition-number":"2","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,2,2]]},"DOI":"10.4324\/9781351025867-3","type":"book-chapter","created":{"date-parts":[[2022,2,2]],"date-time":"2022-02-02T10:52:32Z","timestamp":1643799152000},"page":"33-58","source":"Crossref","is-referenced-by-count":0,"title":["The + of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:48:48Z","timestamp":1668664128000},"score":44.985413,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23CN-bp-1\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.001","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T19:55:58Z","timestamp":1648929358753},"publisher-location":"London","edition-number":"2","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,2,2]]},"DOI":"10.4324\/9781351025867-3","type":"book-chapter","created":{"date-parts":[[2022,2,2]],"date-time":"2022-02-02T10:52:32Z","timestamp":1643799152000},"page":"33-58","source":"Crossref","is-referenced-by-count":0,"title":["The OECD, 1984-present"],"prefix":"10.4324","author":[{"given":"Richard","family":"Woodward","sequence":"first","affiliation":[]}],"member":"301","container-title":["The - Organisation for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2022,2,2]],"date-time":"2022-02-02T10:52:38Z","timestamp":1643799158000},"score":45.002098,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351025867\/chapters\/10.4324\/9781351025867-3"}},"issued":{"date-parts":[[2022,2,2]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781351025867-3","published":{"date-parts":[[2022,2,2]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:20:19Z","timestamp":1668748819279},"edition-number":"1","reference-count":544,"publisher":"Cambridge + Organisation for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2022,2,2]],"date-time":"2022-02-02T10:52:38Z","timestamp":1643799158000},"score":44.953373,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351025867\/chapters\/10.4324\/9781351025867-3"}},"issued":{"date-parts":[[2022,2,2]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781351025867-3","published":{"date-parts":[[2022,2,2]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:20:19Z","timestamp":1668748819279},"edition-number":"1","reference-count":544,"publisher":"Cambridge University Press","isbn-type":[{"value":"9781108658522","type":"electronic"},{"value":"9781108494526","type":"print"},{"value":"9781108714730","type":"print"}],"license":[{"start":{"date-parts":[[2020,9,7]],"date-time":"2020-09-07T00:00:00Z","timestamp":1599436800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,9,17]]},"DOI":"10.1017\/9781108658522.010","type":"book-chapter","created":{"date-parts":[[2020,9,8]],"date-time":"2020-09-08T04:30:17Z","timestamp":1599539417000},"page":"331-336","source":"Crossref","is-referenced-by-count":0,"title":["Index"],"prefix":"10.1017","member":"56","reference":[{"key":"9781108658522_BIBe-r-272","first-page":"1207","volume-title":"Liber Amicorum Bernardo Cremades","author":"Zuleta","year":"2010"},{"key":"9781108658522_BIBe-r-270","volume-title":"International Investment Law for the 21st Century: Essays in Honour of Christoph Schreuer","author":"Zeiler","year":"2009"},{"key":"9781108658522_BIBe-r-264","volume-title":"International @@ -2811,7 +2811,7 @@ http_interactions: Convention on the Settlement of Investment Disputes between States and Nationals of Other States","volume":"136","author":"Broches","year":"1972","journal-title":"RCADI"},{"key":"9781108658522#EMT-rl-1_BIBe-r-33","doi-asserted-by":"publisher","DOI":"10.1093\/icsidreview\/siw018"},{"key":"9781108658522#EMT-rl-1_BIBe-r-258","volume-title":"The Coordination of Multiple Proceedings in Investment Treaty Arbitration","author":"Wehland","year":"2013"}],"container-title":["Admissibility - of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:57:21Z","timestamp":1668664641000},"score":44.98739,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23EMT-idx-1\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.010","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:23:11Z","timestamp":1668748991905},"edition-number":"1","reference-count":544,"publisher":"Cambridge + of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:57:21Z","timestamp":1668664641000},"score":44.88834,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23EMT-idx-1\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.010","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:23:11Z","timestamp":1668748991905},"edition-number":"1","reference-count":544,"publisher":"Cambridge University Press","isbn-type":[{"value":"9781108658522","type":"electronic"},{"value":"9781108494526","type":"print"},{"value":"9781108714730","type":"print"}],"license":[{"start":{"date-parts":[[2020,9,7]],"date-time":"2020-09-07T00:00:00Z","timestamp":1599436800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,9,17]]},"DOI":"10.1017\/9781108658522.009","type":"book-chapter","created":{"date-parts":[[2020,9,8]],"date-time":"2020-09-08T04:30:17Z","timestamp":1599539417000},"page":"293-330","source":"Crossref","is-referenced-by-count":0,"title":["Bibliography"],"prefix":"10.1017","member":"56","reference":[{"key":"9781108658522_BIBe-r-272","first-page":"1207","volume-title":"Liber Amicorum Bernardo Cremades","author":"Zuleta","year":"2010"},{"key":"9781108658522_BIBe-r-270","volume-title":"International Investment Law for the 21st Century: Essays in Honour of Christoph Schreuer","author":"Zeiler","year":"2009"},{"key":"9781108658522_BIBe-r-264","volume-title":"International @@ -3345,7 +3345,7 @@ http_interactions: Convention on the Settlement of Investment Disputes between States and Nationals of Other States","volume":"136","author":"Broches","year":"1972","journal-title":"RCADI"},{"key":"9781108658522#EMT-rl-1_BIBe-r-33","doi-asserted-by":"publisher","DOI":"10.1093\/icsidreview\/siw018"},{"key":"9781108658522#EMT-rl-1_BIBe-r-258","volume-title":"The Coordination of Multiple Proceedings in Investment Treaty Arbitration","author":"Wehland","year":"2013"}],"container-title":["Admissibility - of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:57:29Z","timestamp":1668664649000},"score":44.98739,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23EMT-rl-1\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.009","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:21:56Z","timestamp":1668748916469},"edition-number":"1","reference-count":544,"publisher":"Cambridge + of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:57:29Z","timestamp":1668664649000},"score":44.88834,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23EMT-rl-1\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.009","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:21:56Z","timestamp":1668748916469},"edition-number":"1","reference-count":544,"publisher":"Cambridge University Press","isbn-type":[{"value":"9781108658522","type":"electronic"},{"value":"9781108494526","type":"print"},{"value":"9781108714730","type":"print"}],"license":[{"start":{"date-parts":[[2020,9,7]],"date-time":"2020-09-07T00:00:00Z","timestamp":1599436800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,9,17]]},"DOI":"10.1017\/9781108658522.008","type":"book-chapter","created":{"date-parts":[[2020,9,8]],"date-time":"2020-09-08T04:30:17Z","timestamp":1599539417000},"page":"290-292","source":"Crossref","is-referenced-by-count":0,"title":["Conclusion"],"prefix":"10.1017","member":"56","reference":[{"key":"9781108658522_BIBe-r-272","first-page":"1207","volume-title":"Liber Amicorum Bernardo Cremades","author":"Zuleta","year":"2010"},{"key":"9781108658522_BIBe-r-270","volume-title":"International Investment Law for the 21st Century: Essays in Honour of Christoph Schreuer","author":"Zeiler","year":"2009"},{"key":"9781108658522_BIBe-r-264","volume-title":"International @@ -3879,7 +3879,7 @@ http_interactions: Convention on the Settlement of Investment Disputes between States and Nationals of Other States","volume":"136","author":"Broches","year":"1972","journal-title":"RCADI"},{"key":"9781108658522#EMT-rl-1_BIBe-r-33","doi-asserted-by":"publisher","DOI":"10.1093\/icsidreview\/siw018"},{"key":"9781108658522#EMT-rl-1_BIBe-r-258","volume-title":"The Coordination of Multiple Proceedings in Investment Treaty Arbitration","author":"Wehland","year":"2013"}],"container-title":["Admissibility - of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:57:14Z","timestamp":1668664634000},"score":44.818115,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23CN-bp-8\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.008","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:19:49Z","timestamp":1668748789099},"edition-number":"1","reference-count":544,"publisher":"Cambridge + of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:57:14Z","timestamp":1668664634000},"score":44.80855,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23CN-bp-8\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.008","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,11,18]],"date-time":"2022-11-18T05:19:49Z","timestamp":1668748789099},"edition-number":"1","reference-count":544,"publisher":"Cambridge University Press","isbn-type":[{"value":"9781108658522","type":"electronic"},{"value":"9781108494526","type":"print"},{"value":"9781108714730","type":"print"}],"license":[{"start":{"date-parts":[[2020,9,7]],"date-time":"2020-09-07T00:00:00Z","timestamp":1599436800000},"content-version":"unspecified","delay-in-days":0,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2020,9,17]]},"DOI":"10.1017\/9781108658522.002","type":"book-chapter","created":{"date-parts":[[2020,9,8]],"date-time":"2020-09-08T04:30:17Z","timestamp":1599539417000},"page":"40-78","source":"Crossref","is-referenced-by-count":0,"title":["Admissibility in International Investment Law"],"prefix":"10.1017","member":"56","reference":[{"key":"9781108658522_BIBe-r-272","first-page":"1207","volume-title":"Liber Amicorum Bernardo Cremades","author":"Zuleta","year":"2010"},{"key":"9781108658522_BIBe-r-270","volume-title":"International @@ -4414,11 +4414,10 @@ http_interactions: Convention on the Settlement of Investment Disputes between States and Nationals of Other States","volume":"136","author":"Broches","year":"1972","journal-title":"RCADI"},{"key":"9781108658522#EMT-rl-1_BIBe-r-33","doi-asserted-by":"publisher","DOI":"10.1093\/icsidreview\/siw018"},{"key":"9781108658522#EMT-rl-1_BIBe-r-258","volume-title":"The Coordination of Multiple Proceedings in Investment Treaty Arbitration","author":"Wehland","year":"2013"}],"container-title":["Admissibility - of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:52:57Z","timestamp":1668664377000},"score":44.80733,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23CN-bp-2\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.002","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T23:17:56Z","timestamp":1648509476629},"edition-number":"0","reference-count":0,"publisher":"Informa + of Shareholder Claims under Investment Treaties"],"deposited":{"date-parts":[[2022,11,17]],"date-time":"2022-11-17T05:52:57Z","timestamp":1668664377000},"score":44.70506,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/9781108658522%23CN-bp-2\/type\/book_part"}},"issued":{"date-parts":[[2020,9,17]]},"ISBN":["9781108658522","9781108494526","9781108714730"],"references-count":544,"URL":"http:\/\/dx.doi.org\/10.1017\/9781108658522.002","published":{"date-parts":[[2020,9,17]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T04:18:16Z","timestamp":1648700296261},"publisher-location":"London","edition-number":"2","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2022,2,2]]},"DOI":"10.4324\/9781351025867-1","type":"book-chapter","created":{"date-parts":[[2022,2,2]],"date-time":"2022-02-02T10:52:32Z","timestamp":1643799152000},"page":"1-10","source":"Crossref","is-referenced-by-count":0,"title":["Introduction"],"prefix":"10.4324","author":[{"given":"Richard","family":"Woodward","sequence":"first","affiliation":[]}],"member":"301","container-title":["The + Organisation for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2022,2,2]],"date-time":"2022-02-02T10:52:35Z","timestamp":1643799155000},"score":44.67096,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781351025867\/chapters\/10.4324\/9781351025867-1"}},"issued":{"date-parts":[[2022,2,2]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781351025867-1","published":{"date-parts":[[2022,2,2]]}},{"indexed":{"date-parts":[[2022,3,28]],"date-time":"2022-03-28T23:17:56Z","timestamp":1648509476629},"edition-number":"0","reference-count":0,"publisher":"Informa Law from Routledge","isbn-type":[{"value":"9781315832685","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2013,9,5]]},"DOI":"10.4324\/9781315832685-107","type":"book-chapter","created":{"date-parts":[[2021,4,9]],"date-time":"2021-04-09T20:59:49Z","timestamp":1618001989000},"page":"265-265","source":"Crossref","is-referenced-by-count":0,"title":["Organisation for Economic Co-operation and Development (OECD)"],"prefix":"10.4324","member":"301","container-title":["Commercial - Shipping Handbook"],"deposited":{"date-parts":[[2021,4,9]],"date-time":"2021-04-09T21:01:14Z","timestamp":1618002074000},"score":44.708466,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781317859611\/chapters\/10.4324\/9781315832685-107"}},"issued":{"date-parts":[[2013,9,5]]},"ISBN":["9781315832685"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315832685-107","published":{"date-parts":[[2013,9,5]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T18:58:22Z","timestamp":1648753102788},"edition-number":"0","reference-count":0,"publisher":"Routledge","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2009,5,8]]},"DOI":"10.4324\/9780203875773-10","type":"book-chapter","created":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:23Z","timestamp":1606877663000},"page":"63-81","source":"Crossref","is-referenced-by-count":0,"title":["Organization - and functioning"],"prefix":"10.4324","member":"301","container-title":["The - Organisation for Economic Co-operation and Development (OECD)"],"deposited":{"date-parts":[[2020,12,2]],"date-time":"2020-12-02T02:54:25Z","timestamp":1606877665000},"score":44.708466,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781134194438\/chapters\/10.4324\/9780203875773-10"}},"issued":{"date-parts":[[2009,5,8]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9780203875773-10","published":{"date-parts":[[2009,5,8]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Investment+Treaties+and+Shareholder+Claims:+Analysis+of+Treaty+Practice+2014+Organisation+for+Economic+Co-Operation+and+Development++(OECD)"}}}' - recorded_at: Sat, 07 Jan 2023 00:40:26 GMT + Shipping Handbook"],"deposited":{"date-parts":[[2021,4,9]],"date-time":"2021-04-09T21:01:14Z","timestamp":1618002074000},"score":44.64304,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781317859611\/chapters\/10.4324\/9781315832685-107"}},"issued":{"date-parts":[[2013,9,5]]},"ISBN":["9781315832685"],"references-count":0,"URL":"http:\/\/dx.doi.org\/10.4324\/9781315832685-107","published":{"date-parts":[[2013,9,5]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Investment+Treaties+and+Shareholder+Claims:+Analysis+of+Treaty+Practice+2014+Organisation+for+Economic+Co-Operation+and+Development++(OECD)"}}}' + recorded_at: Sun, 15 Jan 2023 19:25:48 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/report.yml b/spec/vcr_cassettes/report.yml index e2687f4..6c7e01e 100644 --- a/spec/vcr_cassettes/report.yml +++ b/spec/vcr_cassettes/report.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:44:42 GMT + - Sun, 15 Jan 2023 19:25:48 GMT Content-Type: - application/json Content-Length: - '561' Set-Cookie: - - AWSALB=T7k9+41zD3DYRbLNrkOkbddwf2Qo8FWqTrJSw/ksQpuBySjjBRUkxxxsbqIkbWvt/7OtuvMGzOwgd332nj/bhSijDlQ/C4KFtY0/becI8WGvzYCMOCTPYCVm28wA; - Expires=Sat, 14 Jan 2023 00:44:42 GMT; Path=/ - - AWSALBCORS=T7k9+41zD3DYRbLNrkOkbddwf2Qo8FWqTrJSw/ksQpuBySjjBRUkxxxsbqIkbWvt/7OtuvMGzOwgd332nj/bhSijDlQ/C4KFtY0/becI8WGvzYCMOCTPYCVm28wA; - Expires=Sat, 14 Jan 2023 00:44:42 GMT; Path=/; SameSite=None + - AWSALB=yDnZNHPMF2XhjaRY7GXsaP81GptME7mttHclHn12QMTxmIPLzRVqS1FMpmgNOegD1BIUPjdnxqd6yCKoWauHUg3rngI4Yo87LCXSTVcjWEDt8tw5WfPrYKAwtsAI; + Expires=Sun, 22 Jan 2023 19:25:48 GMT; Path=/ + - AWSALBCORS=yDnZNHPMF2XhjaRY7GXsaP81GptME7mttHclHn12QMTxmIPLzRVqS1FMpmgNOegD1BIUPjdnxqd6yCKoWauHUg3rngI4Yo87LCXSTVcjWEDt8tw5WfPrYKAwtsAI; + Expires=Sun, 22 Jan 2023 19:25:48 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -61,7 +61,7 @@ http_interactions: string: '{"status":"ok","message-type":"work","message-version":"1.0.0","message":{"indexed":{"date-parts":[[2022,4,3]],"date-time":"2022-04-03T09:17:45Z","timestamp":1648977465662},"reference-count":0,"publisher":"US Geological Survey","content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":[],"DOI":"10.3133\/i747","type":"report","created":{"date-parts":[[2018,8,20]],"date-time":"2018-08-20T11:42:50Z","timestamp":1534765370000},"source":"Crossref","is-referenced-by-count":0,"title":["Map showing areas of estimated relative amounts of landslides in California"],"prefix":"10.3133","member":"1689","published-online":{"date-parts":[[1973]]},"container-title":[],"original-title":[],"deposited":{"date-parts":[[2020,5,28]],"date-time":"2020-05-28T13:18:58Z","timestamp":1590671938000},"score":1,"resource":{"primary":{"URL":"http:\/\/pubs.er.usgs.gov\/publication\/i747"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[1973]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.3133\/i747","relation":{},"published":{"date-parts":[[1973]]}}}' - recorded_at: Sat, 07 Jan 2023 00:44:42 GMT + recorded_at: Sun, 15 Jan 2023 19:25:48 GMT - request: method: get uri: https://api.crossref.org/works?filter=type:book-chapter,type:book-part,type:book-section,type:book-track&query=Map%2Bshowing%2Bareas%2Bof%2Bestimated%2Brelative%2Bamounts%2Bof%2Blandslides%2Bin%2BCalifornia%2B1973%2BUS%2BGeological%2BSurvey @@ -81,11 +81,11 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:44:50 GMT + - Sun, 15 Jan 2023 19:25:54 GMT Content-Type: - application/json Content-Length: - - '13294' + - '13287' Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -113,7 +113,7 @@ http_interactions: - close body: encoding: ASCII-8BIT - string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":2760,"items":[{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T20:39:22Z","timestamp":1648845562405},"reference-count":48,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"funder":[{"DOI":"10.13039\/100000203","name":"US + string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"total-results":2763,"items":[{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T20:39:22Z","timestamp":1648845562405},"reference-count":48,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2021,1,1]],"date-time":"2021-01-01T00:00:00Z","timestamp":1609459200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"funder":[{"DOI":"10.13039\/100000203","name":"US Geological Survey","doi-asserted-by":"crossref"},{"DOI":"10.13039\/100010174","name":"University of Colorado","doi-asserted-by":"publisher"},{"DOI":"10.13039\/100000203","name":"US Geological Survey","doi-asserted-by":"crossref"},{"DOI":"10.13039\/100000203","name":"US @@ -226,20 +226,20 @@ http_interactions: of Quaternary Sciences, pp. 599\u2013607. Amsterdam: Elsevier.","DOI":"10.1016\/B0-44-452747-8\/00159-9"},{"key":"10.1016\/B978-0-12-409548-9.12491-1_bb0250","doi-asserted-by":"crossref","first-page":"231","DOI":"10.1016\/S0169-555X(00)00060-X","article-title":"\u201cDesert\u201d loess versus \u201cglacial\u201d loess: Quartz silt formation, source areas and sediment pathways in the formation of loess deposits","volume":"36","author":"Wright","year":"2001","journal-title":"Geomorphology"}],"container-title":["Encyclopedia - of Geology"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780124095489124911?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780124095489124911?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2021,5,22]],"date-time":"2021-05-22T09:18:59Z","timestamp":1621675139000},"score":30.011108,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780124095489124911"}},"issued":{"date-parts":[[2021]]},"references-count":48,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-409548-9.12491-1","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,9,21]],"date-time":"2022-09-21T22:37:29Z","timestamp":1663799849000},"publisher-location":"Oxford, + of Geology"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780124095489124911?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9780124095489124911?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2021,5,22]],"date-time":"2021-05-22T09:18:59Z","timestamp":1621675139000},"score":30.058342,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9780124095489124911"}},"issued":{"date-parts":[[2021]]},"references-count":48,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-0-12-409548-9.12491-1","published":{"date-parts":[[2021]]}},{"indexed":{"date-parts":[[2022,9,21]],"date-time":"2022-09-21T22:37:29Z","timestamp":1663799849000},"publisher-location":"Oxford, UK","reference-count":0,"publisher":"Blackwell Publishing Ltd","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9780470775066.app2","type":"book-chapter","created":{"date-parts":[[2008,2,12]],"date-time":"2008-02-12T10:48:42Z","timestamp":1202813322000},"page":"317-317","source":"Crossref","is-referenced-by-count":0,"title":["Appendix B: Map Showing Areas of Shrinkable Clays in Britain"],"prefix":"10.1002","member":"311","container-title":["Structural - Foundation Designers'' Manual"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9780470775066.app2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T02:26:00Z","timestamp":1625019960000},"score":27.789654,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9780470775066.app2"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9780470775066.app2"},{"indexed":{"date-parts":[[2022,9,21]],"date-time":"2022-09-21T22:37:26Z","timestamp":1663799846468},"publisher-location":"Oxford, + Foundation Designers'' Manual"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9780470775066.app2","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T02:26:00Z","timestamp":1625019960000},"score":27.715122,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9780470775066.app2"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9780470775066.app2"},{"indexed":{"date-parts":[[2022,9,21]],"date-time":"2022-09-21T22:37:26Z","timestamp":1663799846468},"publisher-location":"Oxford, UK","reference-count":0,"publisher":"Blackwell Publishing Ltd","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.1002\/9780470775066.app3","type":"book-chapter","created":{"date-parts":[[2008,2,12]],"date-time":"2008-02-12T10:48:42Z","timestamp":1202813322000},"page":"318-318","source":"Crossref","is-referenced-by-count":0,"title":["Appendix C: Map Showing Areas of Coal and Some Other Mineral Extractions"],"prefix":"10.1002","member":"311","container-title":["Structural - Foundation Designers'' Manual"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9780470775066.app3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T02:11:17Z","timestamp":1625019077000},"score":27.006763,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9780470775066.app3"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9780470775066.app3"},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T11:02:39Z","timestamp":1648897359112},"reference-count":0,"publisher":"Geological + Foundation Designers'' Manual"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/9780470775066.app3","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,6,30]],"date-time":"2021-06-30T02:11:17Z","timestamp":1625019077000},"score":26.929941,"resource":{"primary":{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/10.1002\/9780470775066.app3"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1002\/9780470775066.app3"},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T11:02:39Z","timestamp":1648897359112},"reference-count":0,"publisher":"Geological Society of America","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1977]]},"DOI":"10.1130\/reg3-p225","type":"book-chapter","created":{"date-parts":[[2013,5,29]],"date-time":"2013-05-29T14:32:25Z","timestamp":1369837945000},"page":"225-232","source":"Crossref","is-referenced-by-count":0,"title":["17 Three major California freeway landslide areas"],"prefix":"10.1130","author":[{"given":"F. BEACH","family":"LEIGHTON","sequence":"first","affiliation":[]}],"member":"257","published-online":{"date-parts":[[1977,1,1]]},"container-title":["Landslides","Reviews - in Engineering Geology"],"deposited":{"date-parts":[[2018,5,9]],"date-time":"2018-05-09T10:36:58Z","timestamp":1525862218000},"score":26.703495,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/827\/chapter\/4849969\/"}},"issued":{"date-parts":[[1977]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/reg3-p225","ISSN":["0080-2018"],"issn-type":[{"value":"0080-2018","type":"print"}],"published":{"date-parts":[[1977]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T19:55:31Z","timestamp":1649102131184},"reference-count":0,"publisher":"Canadian + in Engineering Geology"],"deposited":{"date-parts":[[2018,5,9]],"date-time":"2018-05-09T10:36:58Z","timestamp":1525862218000},"score":26.653175,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/827\/chapter\/4849969\/"}},"issued":{"date-parts":[[1977]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/reg3-p225","ISSN":["0080-2018"],"issn-type":[{"value":"0080-2018","type":"print"}],"published":{"date-parts":[[1977]]}},{"indexed":{"date-parts":[[2022,4,4]],"date-time":"2022-04-04T19:55:31Z","timestamp":1649102131184},"reference-count":0,"publisher":"Canadian Museum of History","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.2307\/j.ctv17509.6","type":"book-chapter","created":{"date-parts":[[2018,4,25]],"date-time":"2018-04-25T16:29:52Z","timestamp":1524673792000},"page":"6-6","source":"Crossref","is-referenced-by-count":0,"title":["Index map of the Archaeological Survey of Canada field projects 1973"],"prefix":"10.2307","member":"1121","container-title":["Archaeological - Survey of Canada: Annual Review 1973"],"deposited":{"date-parts":[[2018,5,22]],"date-time":"2018-05-22T14:04:33Z","timestamp":1526997873000},"score":25.727108,"resource":{"primary":{"URL":"https:\/\/www.jstor.org\/stable\/10.2307\/j.ctv17509.6"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv17509.6"},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T05:37:40Z","timestamp":1648618660009},"reference-count":0,"publisher":"American + Survey of Canada: Annual Review 1973"],"deposited":{"date-parts":[[2018,5,22]],"date-time":"2018-05-22T14:04:33Z","timestamp":1526997873000},"score":25.605545,"resource":{"primary":{"URL":"https:\/\/www.jstor.org\/stable\/10.2307\/j.ctv17509.6"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv17509.6"},{"indexed":{"date-parts":[[2022,3,30]],"date-time":"2022-03-30T05:37:40Z","timestamp":1648618660009},"reference-count":0,"publisher":"American Fisheries Society","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005]]},"abstract":"The identification of benthic habitat is based, in part, on its underlying geologic character. While some geologic characteristics can be inferred through bathymetry @@ -263,7 +263,7 @@ http_interactions: complete understanding of a variety of critical processes necessary for effective resource management.<\/jats:p>","DOI":"10.47886\/9781888569605.ch33","type":"book-chapter","created":{"date-parts":[[2021,2,14]],"date-time":"2021-02-14T18:18:10Z","timestamp":1613326690000},"source":"Crossref","is-referenced-by-count":0,"title":["Benthic Habitats and the Effects of Fishing"],"prefix":"10.47886","member":"460","container-title":["Benthic - Habitats and the Effects of Fishing"],"deposited":{"date-parts":[[2021,2,14]],"date-time":"2021-02-14T18:18:46Z","timestamp":1613326726000},"score":25.587893,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569605-ch33"}},"editor":[{"given":"J. + Habitats and the Effects of Fishing"],"deposited":{"date-parts":[[2021,2,14]],"date-time":"2021-02-14T18:18:46Z","timestamp":1613326726000},"score":25.573967,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569605-ch33"}},"editor":[{"given":"J. A.","family":"REID","sequence":"first","affiliation":[]},{"name":"U.S. Geological Survey, Pacific Science Center, Santa Cruz, California","sequence":"first","affiliation":[]},{"given":"C. J.","family":"JENKINS","sequence":"additional","affiliation":[]},{"given":"M. @@ -279,7 +279,27 @@ http_interactions: Geological Survey, Pacific Science Center, Santa Cruz, California","sequence":"additional","affiliation":[]},{"name":"U.S. Geological Survey, Coastal and Marine Geology, Menlo Park, California","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2005]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.47886\/9781888569605.ch33","published":{"date-parts":[[2005]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T12:25:47Z","timestamp":1648902347366},"reference-count":0,"publisher":"Elsevier","license":[{"start":{"date-parts":[[2002,1,1]],"date-time":"2002-01-01T00:00:00Z","timestamp":1009843200000},"content-version":"tdm","delay-in-days":0,"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2002]]},"DOI":"10.1016\/b978-1-85573-549-1.50034-9","type":"book-chapter","created":{"date-parts":[[2014,6,6]],"date-time":"2014-06-06T00:37:51Z","timestamp":1402015071000},"page":"491","source":"Crossref","is-referenced-by-count":0,"title":["Map of Ontario heat units showing areas most suited to growing maize"],"prefix":"10.1016","member":"78","container-title":["Lockhart - and Wiseman''s Crop Husbandry Including Grassland"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781855735491500349?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781855735491500349?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,3]],"date-time":"2018-10-03T15:59:37Z","timestamp":1538582377000},"score":25.529799,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781855735491500349"}},"issued":{"date-parts":[[2002]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-85573-549-1.50034-9","published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T16:24:09Z","timestamp":1648830249725},"reference-count":0,"publisher":"American + and Wiseman''s Crop Husbandry Including Grassland"],"link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781855735491500349?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:B9781855735491500349?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2018,10,3]],"date-time":"2018-10-03T15:59:37Z","timestamp":1538582377000},"score":25.493284,"resource":{"primary":{"URL":"https:\/\/linkinghub.elsevier.com\/retrieve\/pii\/B9781855735491500349"}},"issued":{"date-parts":[[2002]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1016\/b978-1-85573-549-1.50034-9","published":{"date-parts":[[2002]]}},{"indexed":{"date-parts":[[2022,12,14]],"date-time":"2022-12-14T07:51:40Z","timestamp":1671004300189},"reference-count":0,"publisher":"Geological + Society of America","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1992]]},"abstract":"Abstract<\/jats:title>\n Widespread + damage in hillside areas of southern California resulting from major rainstorms + during 1978 and 1980 focused attention on risks to life and property from + surficial slope failures, including debris slides, debris flows, and debris + floods. Both artificial and natural slopes underwent damaging surficial failures; + however, mountain and foothill areas below burned watersheds were affected + by considerably more debris than unburned areas. Slopes vegetated with grasses + or other ground cover lacking deep root systems were particularly susceptible + to failure.<\/jats:p>\n Preventive measures include + stricter enforcement of existing grading codes (includ-ing the requirement + for a continuous cover of deep-rooted vegetation), stability analyses of surficial + failures, regional studies by state and local governments to identify hazardous + areas, site-specific investigations by consultants when properties change + hands, and increased efforts to educate the public about slope maintenance + in order to mitigate slope failures.<\/jats:p>","DOI":"10.1130\/reg9-p11","type":"book-chapter","created":{"date-parts":[[2013,5,30]],"date-time":"2013-05-30T19:26:02Z","timestamp":1369941962000},"page":"11-22","source":"Crossref","is-referenced-by-count":2,"title":["Surficial + slope failures in southern California hillside residential areas"],"prefix":"10.1130","author":[{"given":"P. + M.","family":"Merifield","sequence":"first","affiliation":[{"name":"Consulting + Geologist, 3411 Wade Street, Los Angeles, California 90066"}]}],"member":"257","container-title":["Landslides\/Landslide + Mitigation"],"link":[{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/chapter-pdf\/5715821\/9780813758091_ch02.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,6]],"date-time":"2022-10-06T16:33:18Z","timestamp":1665073998000},"score":25.281982,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/gsa\/books\/book\/830\/chapter\/4850094\/Surficial-slope-failures-in-southern-California"}},"subtitle":["Lessons + from the 1978 and 1980 rainstorms"],"issued":{"date-parts":[[1992]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/reg9-p11","published":{"date-parts":[[1992]]}},{"indexed":{"date-parts":[[2022,4,1]],"date-time":"2022-04-01T16:24:09Z","timestamp":1648830249725},"reference-count":0,"publisher":"American Fisheries Society","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005]]},"abstract":"<em>Abstract.<\/em>\u2014The Santa Ana River basin is the largest stream system in Southern California and includes a densely populated coastal area. Extensive urbanization has @@ -313,7 +333,7 @@ http_interactions: concrete-lined channels to channelized streams with natural bottoms that can still maintain flood control to protect life and property.<\/jats:p>","DOI":"10.47886\/9781888569735.ch15","type":"book-chapter","created":{"date-parts":[[2021,1,5]],"date-time":"2021-01-05T15:22:10Z","timestamp":1609860130000},"source":"Crossref","is-referenced-by-count":0,"title":["Effects of Urbanization on Stream Ecosystems"],"prefix":"10.47886","member":"460","container-title":["Effects - of Urbanization on Stream Ecosystems"],"deposited":{"date-parts":[[2021,1,5]],"date-time":"2021-01-05T15:22:31Z","timestamp":1609860151000},"score":25.357101,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569735-ch15"}},"editor":[{"given":"Carmen + of Urbanization on Stream Ecosystems"],"deposited":{"date-parts":[[2021,1,5]],"date-time":"2021-01-05T15:22:31Z","timestamp":1609860151000},"score":25.279127,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569735-ch15"}},"editor":[{"given":"Carmen A.","family":"Burton","sequence":"first","affiliation":[]},{"name":"U.S. Geological Survey, 5735 Kearny Villa Road, Suite O, San Diego, California 92123, USA","sequence":"first","affiliation":[]},{"given":"Larry R.","family":"Brown","sequence":"additional","affiliation":[]},{"given":"Kenneth","family":"Belitz","sequence":"additional","affiliation":[]},{"name":"U.S. @@ -322,39 +342,19 @@ http_interactions: 5735 Kearny Villa Road, Suite O, San Diego, California 92123, USA","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2005]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.47886\/9781888569735.ch15","published":{"date-parts":[[2005]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T21:59:24Z","timestamp":1649195964015},"reference-count":0,"publisher":"University of California Press","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2019,12,31]]},"DOI":"10.1525\/9780520927506-008","type":"book-chapter","created":{"date-parts":[[2020,8,6]],"date-time":"2020-08-06T22:44:27Z","timestamp":1596753867000},"page":"307-356","source":"Crossref","is-referenced-by-count":0,"title":["Part 5. The California Geological Survey"],"prefix":"10.1525","member":"408","container-title":["California''s - Frontier Naturalists"],"link":[{"URL":"https:\/\/california.degruyter.com\/view\/book\/9780520927506\/10.1525\/9780520927506-008.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520927506-008\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,22]],"date-time":"2021-04-22T12:49:11Z","timestamp":1619095751000},"score":25.280249,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520927506-008\/html"}},"issued":{"date-parts":[[2019,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1525\/9780520927506-008","published":{"date-parts":[[2019,12,31]]}},{"indexed":{"date-parts":[[2022,12,14]],"date-time":"2022-12-14T07:51:40Z","timestamp":1671004300189},"reference-count":0,"publisher":"Geological - Society of America","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1992]]},"abstract":"Abstract<\/jats:title>\n Widespread - damage in hillside areas of southern California resulting from major rainstorms - during 1978 and 1980 focused attention on risks to life and property from - surficial slope failures, including debris slides, debris flows, and debris - floods. Both artificial and natural slopes underwent damaging surficial failures; - however, mountain and foothill areas below burned watersheds were affected - by considerably more debris than unburned areas. Slopes vegetated with grasses - or other ground cover lacking deep root systems were particularly susceptible - to failure.<\/jats:p>\n Preventive measures include - stricter enforcement of existing grading codes (includ-ing the requirement - for a continuous cover of deep-rooted vegetation), stability analyses of surficial - failures, regional studies by state and local governments to identify hazardous - areas, site-specific investigations by consultants when properties change - hands, and increased efforts to educate the public about slope maintenance - in order to mitigate slope failures.<\/jats:p>","DOI":"10.1130\/reg9-p11","type":"book-chapter","created":{"date-parts":[[2013,5,30]],"date-time":"2013-05-30T19:26:02Z","timestamp":1369941962000},"page":"11-22","source":"Crossref","is-referenced-by-count":2,"title":["Surficial - slope failures in southern California hillside residential areas"],"prefix":"10.1130","author":[{"given":"P. - M.","family":"Merifield","sequence":"first","affiliation":[{"name":"Consulting - Geologist, 3411 Wade Street, Los Angeles, California 90066"}]}],"member":"257","container-title":["Landslides\/Landslide - Mitigation"],"link":[{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/chapter-pdf\/5715821\/9780813758091_ch02.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,6]],"date-time":"2022-10-06T16:33:18Z","timestamp":1665073998000},"score":25.27209,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/gsa\/books\/book\/830\/chapter\/4850094\/Surficial-slope-failures-in-southern-California"}},"subtitle":["Lessons - from the 1978 and 1980 rainstorms"],"issued":{"date-parts":[[1992]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/reg9-p11","published":{"date-parts":[[1992]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T10:16:17Z","timestamp":1648721777015},"reference-count":0,"publisher":"Canadian - Museum of History","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.2307\/j.ctv170vf.19","type":"book-chapter","created":{"date-parts":[[2018,4,24]],"date-time":"2018-04-24T16:36:20Z","timestamp":1524587780000},"page":"42-42","source":"Crossref","is-referenced-by-count":0,"title":["GEOGRAPHICAL - MAP OF CCFCS STAFF RESEARCH AREAS IN 1973"],"prefix":"10.2307","member":"1121","container-title":["Canadian - Centre for Folk Culture Studies annual review 1973"],"deposited":{"date-parts":[[2018,5,22]],"date-time":"2018-05-22T14:19:19Z","timestamp":1526998759000},"score":25.048094,"resource":{"primary":{"URL":"https:\/\/www.jstor.org\/stable\/10.2307\/j.ctv170vf.19"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv170vf.19"},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T13:31:35Z","timestamp":1648560695824},"reference-count":0,"publisher":"Canadian + Frontier Naturalists"],"link":[{"URL":"https:\/\/california.degruyter.com\/view\/book\/9780520927506\/10.1525\/9780520927506-008.xml","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520927506-008\/pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2021,4,22]],"date-time":"2021-04-22T12:49:11Z","timestamp":1619095751000},"score":25.24013,"resource":{"primary":{"URL":"https:\/\/www.degruyter.com\/document\/doi\/10.1525\/9780520927506-008\/html"}},"issued":{"date-parts":[[2019,12,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1525\/9780520927506-008","published":{"date-parts":[[2019,12,31]]}},{"indexed":{"date-parts":[[2022,3,29]],"date-time":"2022-03-29T13:31:35Z","timestamp":1648560695824},"reference-count":0,"publisher":"Canadian Museum of History","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.2307\/j.ctv170vf.21","type":"book-chapter","created":{"date-parts":[[2018,4,24]],"date-time":"2018-04-24T20:36:20Z","timestamp":1524602180000},"page":"44-44","source":"Crossref","is-referenced-by-count":0,"title":["GEOGRAPHICAL MAP OF CCFCS CONTRACTEE RESEARCH AREAS IN 1973"],"prefix":"10.2307","member":"1121","container-title":["Canadian - Centre for Folk Culture Studies annual review 1973"],"deposited":{"date-parts":[[2018,5,22]],"date-time":"2018-05-22T18:16:06Z","timestamp":1527012966000},"score":25.02485,"resource":{"primary":{"URL":"https:\/\/www.jstor.org\/stable\/10.2307\/j.ctv170vf.21"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv170vf.21"},{"indexed":{"date-parts":[[2022,10,14]],"date-time":"2022-10-14T19:40:31Z","timestamp":1665776431584},"edition-number":"1","reference-count":0,"publisher":"Cambridge + Centre for Folk Culture Studies annual review 1973"],"deposited":{"date-parts":[[2018,5,22]],"date-time":"2018-05-22T18:16:06Z","timestamp":1527012966000},"score":24.995274,"resource":{"primary":{"URL":"https:\/\/www.jstor.org\/stable\/10.2307\/j.ctv170vf.21"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv170vf.21"},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T10:16:17Z","timestamp":1648721777015},"reference-count":0,"publisher":"Canadian + Museum of History","content-domain":{"domain":[],"crossmark-restriction":false},"DOI":"10.2307\/j.ctv170vf.19","type":"book-chapter","created":{"date-parts":[[2018,4,24]],"date-time":"2018-04-24T16:36:20Z","timestamp":1524587780000},"page":"42-42","source":"Crossref","is-referenced-by-count":0,"title":["GEOGRAPHICAL + MAP OF CCFCS STAFF RESEARCH AREAS IN 1973"],"prefix":"10.2307","member":"1121","container-title":["Canadian + Centre for Folk Culture Studies annual review 1973"],"deposited":{"date-parts":[[2018,5,22]],"date-time":"2018-05-22T14:19:19Z","timestamp":1526998759000},"score":24.99231,"resource":{"primary":{"URL":"https:\/\/www.jstor.org\/stable\/10.2307\/j.ctv170vf.19"}},"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.2307\/j.ctv170vf.19"},{"indexed":{"date-parts":[[2022,10,14]],"date-time":"2022-10-14T19:40:31Z","timestamp":1665776431584},"edition-number":"1","reference-count":0,"publisher":"Cambridge University Press","license":[{"start":{"date-parts":[[2010,5,3]],"date-time":"2010-05-03T00:00:00Z","timestamp":1272844800000},"content-version":"unspecified","delay-in-days":8799,"URL":"https:\/\/www.cambridge.org\/core\/terms"},{"start":{"date-parts":[[2010,5,3]],"date-time":"2010-05-03T00:00:00Z","timestamp":1272844800000},"content-version":"unspecified","delay-in-days":8799,"URL":"https:\/\/www.cambridge.org\/core\/terms"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1986,3,31]]},"DOI":"10.1017\/cbo9780511666766.002","type":"book-chapter","created":{"date-parts":[[2010,5,3]],"date-time":"2010-05-03T15:59:39Z","timestamp":1272902379000},"page":"xi-xii","source":"Crossref","is-referenced-by-count":0,"title":["Map - of Italy showing regional borders and capitals"],"prefix":"10.1017","member":"56","container-title":["Italy"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/9054FC86013A0DD366A8AA27898E7AD6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,14]],"date-time":"2022-10-14T19:17:20Z","timestamp":1665775040000},"score":24.94522,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9780511666766A007\/type\/book_part"}},"issued":{"date-parts":[[1986,3,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9780511666766.002","published":{"date-parts":[[1986,3,31]]}},{"indexed":{"date-parts":[[2022,8,1]],"date-time":"2022-08-01T12:17:47Z","timestamp":1659356267102},"reference-count":0,"publisher":"Geological + of Italy showing regional borders and capitals"],"prefix":"10.1017","member":"56","container-title":["Italy"],"link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/9054FC86013A0DD366A8AA27898E7AD6","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2022,10,14]],"date-time":"2022-10-14T19:17:20Z","timestamp":1665775040000},"score":24.988876,"resource":{"primary":{"URL":"https:\/\/www.cambridge.org\/core\/product\/identifier\/CBO9780511666766A007\/type\/book_part"}},"issued":{"date-parts":[[1986,3,31]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1017\/cbo9780511666766.002","published":{"date-parts":[[1986,3,31]]}},{"indexed":{"date-parts":[[2022,8,1]],"date-time":"2022-08-01T12:17:47Z","timestamp":1659356267102},"reference-count":0,"publisher":"Geological Society of America","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1976]]},"DOI":"10.1130\/spe174-p37","type":"book-chapter","created":{"date-parts":[[2013,4,4]],"date-time":"2013-04-04T04:10:51Z","timestamp":1365048651000},"page":"37-60","source":"Crossref","is-referenced-by-count":14,"title":["Urban landslides: Targets for land-use planning in California"],"prefix":"10.1130","author":[{"given":"F. Beach","family":"Leighton","sequence":"first","affiliation":[]}],"member":"257","published-online":{"date-parts":[[1976,1,1]]},"container-title":["Geological - Society of America Special Papers","Urban Geomorphology"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T11:30:17Z","timestamp":1512646217000},"score":24.845404,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/308\/chapter\/3795519\/"}},"issued":{"date-parts":[[1976]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/spe174-p37","ISSN":["0072-1077"],"issn-type":[{"value":"0072-1077","type":"print"}],"published":{"date-parts":[[1976]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T11:16:09Z","timestamp":1649157369210},"reference-count":0,"publisher":"American + Society of America Special Papers","Urban Geomorphology"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T11:30:17Z","timestamp":1512646217000},"score":24.771719,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/308\/chapter\/3795519\/"}},"issued":{"date-parts":[[1976]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/spe174-p37","ISSN":["0072-1077"],"issn-type":[{"value":"0072-1077","type":"print"}],"published":{"date-parts":[[1976]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T11:16:09Z","timestamp":1649157369210},"reference-count":0,"publisher":"American Fisheries Society","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005]]},"abstract":"<em>Abstract.<\/em>\u2014Side-scan sonar and multibeam imagery of Glacier Bay, Alaska, revealed complex iceberg gouge patterns at water depths to 135 m on the floor of Whidbey Passage and @@ -368,7 +368,7 @@ http_interactions: frequently on soft substrates such as sediment-filled gouges, where they could bury themselves and ambush prey.<\/jats:p>","DOI":"10.47886\/9781888569605.ch38","type":"book-chapter","created":{"date-parts":[[2021,2,14]],"date-time":"2021-02-14T18:18:10Z","timestamp":1613326690000},"source":"Crossref","is-referenced-by-count":0,"title":["Benthic Habitats and the Effects of Fishing"],"prefix":"10.47886","member":"460","container-title":["Benthic - Habitats and the Effects of Fishing"],"deposited":{"date-parts":[[2021,2,14]],"date-time":"2021-02-14T18:18:51Z","timestamp":1613326731000},"score":24.39551,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569605-ch38"}},"editor":[{"given":"PAUL + Habitats and the Effects of Fishing"],"deposited":{"date-parts":[[2021,2,14]],"date-time":"2021-02-14T18:18:51Z","timestamp":1613326731000},"score":24.465458,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569605-ch38"}},"editor":[{"given":"PAUL R.","family":"CARLSON","sequence":"first","affiliation":[]},{"name":"U.S. Geological Survey, 345 Middlefield Road, Menlo Park, California 94025, USA","sequence":"first","affiliation":[]},{"given":"PHILIP N.","family":"HOOGE","sequence":"additional","affiliation":[]},{"given":"GUY @@ -377,7 +377,7 @@ http_interactions: Geological Survey, 345 Middlefield Road, Menlo Park, California 94025, USA","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2005]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.47886\/9781888569605.ch38","published":{"date-parts":[[2005]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T15:02:38Z","timestamp":1648911758706},"reference-count":0,"publisher":"American Fisheries Society","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005]]},"DOI":"10.47886\/9781888569605.ch41","type":"book-chapter","created":{"date-parts":[[2021,2,14]],"date-time":"2021-02-14T18:18:10Z","timestamp":1613326690000},"source":"Crossref","is-referenced-by-count":0,"title":["Benthic Habitats and the Effects of Fishing"],"prefix":"10.47886","member":"460","container-title":["Benthic - Habitats and the Effects of Fishing"],"deposited":{"date-parts":[[2021,2,14]],"date-time":"2021-02-14T18:18:54Z","timestamp":1613326734000},"score":24.13879,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569605-ch41"}},"editor":[{"given":"E. + Habitats and the Effects of Fishing"],"deposited":{"date-parts":[[2021,2,14]],"date-time":"2021-02-14T18:18:54Z","timestamp":1613326734000},"score":24.206497,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569605-ch41"}},"editor":[{"given":"E. E.","family":"GROSSMAN","sequence":"first","affiliation":[]},{"name":"U.S. Geological Survey, Pacific Science Center, Santa Cruz, California","sequence":"first","affiliation":[]},{"given":"M. E.","family":"FIELD","sequence":"additional","affiliation":[]},{"given":"S. @@ -396,17 +396,7 @@ http_interactions: of May 25\u201327, 1980","volume":"13","author":"Wieczorek","year":"1981","journal-title":"Geological Society of America Abstracts with Programs"}],"container-title":["Landslides in Central California: San Francisco and Central California, July 20\u201329, - 1989"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1029\/FT381p0048","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,2]],"date-time":"2018-08-02T00:48:41Z","timestamp":1533170921000},"score":23.955399,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1029\/FT381p0048"}},"issued":{"date-parts":[[1989]]},"references-count":4,"URL":"http:\/\/dx.doi.org\/10.1029\/ft381p0048","published":{"date-parts":[[1989]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T07:36:36Z","timestamp":1648884996578},"edition-number":"1","reference-count":1,"publisher":"CRC - Press","isbn-type":[{"value":"9781315375007","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,4,17]]},"DOI":"10.1201\/9781315375007-207","type":"book-chapter","created":{"date-parts":[[2019,10,8]],"date-time":"2019-10-08T08:02:12Z","timestamp":1570521732000},"page":"1751-1758","source":"Crossref","is-referenced-by-count":0,"title":["High - resolution quaternary geological map, assisting hazard evaluations in Norway"],"prefix":"10.1201","author":[{"given":"L.F.","family":"Rubensdotter","sequence":"first","affiliation":[]},{"given":"G.","family":"Sand\u00f8y","sequence":"additional","affiliation":[]},{"given":"K.","family":"Sletten","sequence":"additional","affiliation":[]},{"given":"K.","family":"Stalsberg","sequence":"additional","affiliation":[]}],"member":"301","reference":[{"key":"ref207","unstructured":"NGU - . 2001. Feltrutiner, kartleggingsprinsipper og standarder for kvart\u00e6rgeologisk - kartlegging\/l\u00f8smassekartlegging ved NGU. NGU Intern Rapport 2001.018."}],"container-title":["Landslides - and Engineered Slopes. Experience, Theory and Practice"],"deposited":{"date-parts":[[2020,12,21]],"date-time":"2020-12-21T03:51:18Z","timestamp":1608522678000},"score":23.897228,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781498788076\/chapters\/10.1201\/9781315375007-207"}},"issued":{"date-parts":[[2018,4,17]]},"ISBN":["9781315375007"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1201\/9781315375007-207","published":{"date-parts":[[2018,4,17]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T11:47:22Z","timestamp":1649159242670},"reference-count":0,"publisher":"Geological - Society of America","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1975]]},"DOI":"10.1130\/spe162-p1","type":"book-chapter","created":{"date-parts":[[2013,4,4]],"date-time":"2013-04-04T03:52:18Z","timestamp":1365047538000},"page":"1-42","source":"Crossref","is-referenced-by-count":11,"title":["Cenozoic - Stratigraphy of the Transverse Ranges and Adjacent Areas, Southern California"],"prefix":"10.1130","author":[{"given":"Michael - O.","family":"Woodburne","sequence":"first","affiliation":[]}],"member":"257","published-online":{"date-parts":[[1975,1,1]]},"container-title":["Geological - Society of America Special Papers","162 : Cenozoic Stratigraphy of the Transverse - Ranges and Adjacent Areas, Southern California"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T11:30:00Z","timestamp":1512646200000},"score":23.890198,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/287\/chapter\/3795435\/"}},"issued":{"date-parts":[[1975]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/spe162-p1","ISSN":["0072-1077"],"issn-type":[{"value":"0072-1077","type":"print"}],"published":{"date-parts":[[1975]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T12:49:19Z","timestamp":1648730959854},"reference-count":0,"publisher":"American + 1989"],"link":[{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1029\/FT381p0048","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,2]],"date-time":"2018-08-02T00:48:41Z","timestamp":1533170921000},"score":23.969585,"resource":{"primary":{"URL":"http:\/\/doi.wiley.com\/10.1029\/FT381p0048"}},"issued":{"date-parts":[[1989]]},"references-count":4,"URL":"http:\/\/dx.doi.org\/10.1029\/ft381p0048","published":{"date-parts":[[1989]]}},{"indexed":{"date-parts":[[2022,3,31]],"date-time":"2022-03-31T12:49:19Z","timestamp":1648730959854},"reference-count":0,"publisher":"American Fisheries Society","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2005]]},"abstract":"<strong><em>Abstract. <\/em><\/strong>As part of a strategy to reestablish native stocks of lake trout <em>Salvelinus namaycush<\/em>, six areas of offshore @@ -428,13 +418,23 @@ http_interactions: the cleanliness on this substrate may be compromised by recent algal and mussel growth.<\/jats:p>","DOI":"10.47886\/9781888569605.ch15","type":"book-chapter","created":{"date-parts":[[2021,2,14]],"date-time":"2021-02-14T18:18:10Z","timestamp":1613326690000},"source":"Crossref","is-referenced-by-count":0,"title":["Benthic Habitats and the Effects of Fishing"],"prefix":"10.47886","member":"460","container-title":["Benthic - Habitats and the Effects of Fishing"],"deposited":{"date-parts":[[2021,2,14]],"date-time":"2021-02-14T18:18:27Z","timestamp":1613326707000},"score":23.847363,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569605-ch15"}},"editor":[{"given":"Peter + Habitats and the Effects of Fishing"],"deposited":{"date-parts":[[2021,2,14]],"date-time":"2021-02-14T18:18:27Z","timestamp":1613326707000},"score":23.917955,"resource":{"primary":{"URL":"https:\/\/fisheries.org\/doi\/9781888569605-ch15"}},"editor":[{"given":"Peter W.","family":"Barnes","sequence":"first","affiliation":[]},{"name":"U.S. Geological Survey, 345 Middlefield Road, Menlo Park, California 94025, USA","sequence":"first","affiliation":[]},{"given":"Guy W.","family":"Fleischer","sequence":"additional","affiliation":[]},{"given":"James V.","family":"Gardner","sequence":"additional","affiliation":[]},{"given":"Kristen M.","family":"Lee","sequence":"additional","affiliation":[]},{"name":"U.S. Geological Survey, 1451 Green Road, Ann Arbor, Michigan 48105, USA","sequence":"additional","affiliation":[]},{"name":"U.S. - Geological Survey, 345 Middlefield Road, Menlo Park, California 94025, USA","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2005]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.47886\/9781888569605.ch15","published":{"date-parts":[[2005]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Map+showing+areas+of+estimated+relative+amounts+of+landslides+in+California+1973+US+Geological+Survey"}}}' - recorded_at: Sat, 07 Jan 2023 00:44:50 GMT + Geological Survey, 345 Middlefield Road, Menlo Park, California 94025, USA","sequence":"additional","affiliation":[]}],"issued":{"date-parts":[[2005]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.47886\/9781888569605.ch15","published":{"date-parts":[[2005]]}},{"indexed":{"date-parts":[[2022,4,2]],"date-time":"2022-04-02T07:36:36Z","timestamp":1648884996578},"edition-number":"1","reference-count":1,"publisher":"CRC + Press","isbn-type":[{"value":"9781315375007","type":"electronic"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,4,17]]},"DOI":"10.1201\/9781315375007-207","type":"book-chapter","created":{"date-parts":[[2019,10,8]],"date-time":"2019-10-08T08:02:12Z","timestamp":1570521732000},"page":"1751-1758","source":"Crossref","is-referenced-by-count":0,"title":["High + resolution quaternary geological map, assisting hazard evaluations in Norway"],"prefix":"10.1201","author":[{"given":"L.F.","family":"Rubensdotter","sequence":"first","affiliation":[]},{"given":"G.","family":"Sand\u00f8y","sequence":"additional","affiliation":[]},{"given":"K.","family":"Sletten","sequence":"additional","affiliation":[]},{"given":"K.","family":"Stalsberg","sequence":"additional","affiliation":[]}],"member":"301","reference":[{"key":"ref207","unstructured":"NGU + . 2001. Feltrutiner, kartleggingsprinsipper og standarder for kvart\u00e6rgeologisk + kartlegging\/l\u00f8smassekartlegging ved NGU. NGU Intern Rapport 2001.018."}],"container-title":["Landslides + and Engineered Slopes. Experience, Theory and Practice"],"deposited":{"date-parts":[[2020,12,21]],"date-time":"2020-12-21T03:51:18Z","timestamp":1608522678000},"score":23.897089,"resource":{"primary":{"URL":"https:\/\/www.taylorfrancis.com\/books\/9781498788076\/chapters\/10.1201\/9781315375007-207"}},"issued":{"date-parts":[[2018,4,17]]},"ISBN":["9781315375007"],"references-count":1,"URL":"http:\/\/dx.doi.org\/10.1201\/9781315375007-207","published":{"date-parts":[[2018,4,17]]}},{"indexed":{"date-parts":[[2022,4,5]],"date-time":"2022-04-05T11:47:22Z","timestamp":1649159242670},"reference-count":0,"publisher":"Geological + Society of America","content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[1975]]},"DOI":"10.1130\/spe162-p1","type":"book-chapter","created":{"date-parts":[[2013,4,4]],"date-time":"2013-04-04T03:52:18Z","timestamp":1365047538000},"page":"1-42","source":"Crossref","is-referenced-by-count":11,"title":["Cenozoic + Stratigraphy of the Transverse Ranges and Adjacent Areas, Southern California"],"prefix":"10.1130","author":[{"given":"Michael + O.","family":"Woodburne","sequence":"first","affiliation":[]}],"member":"257","published-online":{"date-parts":[[1975,1,1]]},"container-title":["Geological + Society of America Special Papers","162 : Cenozoic Stratigraphy of the Transverse + Ranges and Adjacent Areas, Southern California"],"deposited":{"date-parts":[[2017,12,7]],"date-time":"2017-12-07T11:30:00Z","timestamp":1512646200000},"score":23.864113,"resource":{"primary":{"URL":"https:\/\/pubs.geoscienceworld.org\/books\/book\/287\/chapter\/3795435\/"}},"issued":{"date-parts":[[1975]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.1130\/spe162-p1","ISSN":["0072-1077"],"issn-type":[{"value":"0072-1077","type":"print"}],"published":{"date-parts":[[1975]]}}],"items-per-page":20,"query":{"start-index":0,"search-terms":"Map+showing+areas+of+estimated+relative+amounts+of+landslides+in+California+1973+US+Geological+Survey"}}}' + recorded_at: Sun, 15 Jan 2023 19:25:54 GMT recorded_with: VCR 6.1.0 diff --git a/spec/vcr_cassettes/standard.yml b/spec/vcr_cassettes/standard.yml index f5115ea..be0b264 100644 --- a/spec/vcr_cassettes/standard.yml +++ b/spec/vcr_cassettes/standard.yml @@ -21,16 +21,16 @@ http_interactions: message: OK headers: Date: - - Sat, 07 Jan 2023 00:47:53 GMT + - Sun, 15 Jan 2023 19:25:54 GMT Content-Type: - application/json Content-Length: - '693' Set-Cookie: - - AWSALB=QM/EIacUK91vgE0fbMoS2und+uGbYQ+Q3qIm9aQtTzYTH0GUGShZmMCiU6shYK19rhBW8o9Nh+MZFixghlwCq16yvgY/mM5IwxRGwMg74CWU7/yzXQN+ORwOd3B3; - Expires=Sat, 14 Jan 2023 00:47:53 GMT; Path=/ - - AWSALBCORS=QM/EIacUK91vgE0fbMoS2und+uGbYQ+Q3qIm9aQtTzYTH0GUGShZmMCiU6shYK19rhBW8o9Nh+MZFixghlwCq16yvgY/mM5IwxRGwMg74CWU7/yzXQN+ORwOd3B3; - Expires=Sat, 14 Jan 2023 00:47:53 GMT; Path=/; SameSite=None + - AWSALB=L5u17bPvdwtC0Y9SNayOjWGdLOZU9R44GYDdh/FHP4h6Ue7LQJ50zMp4LNZpsG20sb9Nx2WUzmoYPBwHFX61qKeX1ZzmXAZOKe/m0Br5/J6xX5TPViygQp7PYJpx; + Expires=Sun, 22 Jan 2023 19:25:54 GMT; Path=/ + - AWSALBCORS=L5u17bPvdwtC0Y9SNayOjWGdLOZU9R44GYDdh/FHP4h6Ue7LQJ50zMp4LNZpsG20sb9Nx2WUzmoYPBwHFX61qKeX1ZzmXAZOKe/m0Br5/J6xX5TPViygQp7PYJpx; + Expires=Sun, 22 Jan 2023 19:25:54 GMT; Path=/; SameSite=None Access-Control-Expose-Headers: - Link Access-Control-Allow-Headers: @@ -64,5 +64,5 @@ http_interactions: ETS 300218:1994-01, ISDN; Protokolle der unteren Schichten f\u00fcr Videotex auf Syntaxbasis f\u00fcr ISDN-Paketmodus (CCITT-Empfehlung_X.31 Fall_A und Fall_B); Englische Fassung ETS_300218:1993"],"prefix":"10.31030","member":"15010","container-title":[],"original-title":[],"deposited":{"date-parts":[[2019,3,31]],"date-time":"2019-03-31T17:56:20Z","timestamp":1554054980000},"score":1,"resource":{"primary":{"URL":"https:\/\/www.beuth.de\/de\/-\/-\/2204273"}},"subtitle":[],"short-title":[],"issued":{"date-parts":[[null]]},"references-count":0,"URL":"http:\/\/dx.doi.org\/10.31030\/2640440","relation":{}}}' - recorded_at: Sat, 07 Jan 2023 00:47:53 GMT + recorded_at: Sun, 15 Jan 2023 19:25:54 GMT recorded_with: VCR 6.1.0