From 08bc9a7cace627ae730f765739ce71913ce376b3 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 24 May 2021 20:21:43 +0200 Subject: update notes --- python/notes/version_4.md | 81 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) (limited to 'python/notes') diff --git a/python/notes/version_4.md b/python/notes/version_4.md index ff0b499..9296089 100644 --- a/python/notes/version_4.md +++ b/python/notes/version_4.md @@ -303,3 +303,84 @@ We would need: * rough abbrev name -> full name (jabbrev) -> issn (issnlister) -> container id (fatcat) +Example, title match with OL: + +``` +{ + "biblio": { + "container_name": "Private schooling in less economically developed countries", + "contrib_raw_names": [ + "Caddell M." + ], + "year": 2008 + }, + "index": 7, + "key": "CIT0008", + "ref_source": "crossref", + "release_year": 2011, + "release_ident": "xqgaanhpf5gotdxxxytgyxw2ty", + "work_ident": "aaaq35j3angwzdpzcvzdil3v4y" +} +``` + +A matching OL edition record: + +``` +{ + "publishers": [ + "Symposium Books" + ], + "languages": [ + { + "key": "/languages/eng" + } + ], + "number_of_pages": 214, + "subtitle": "Asian and African Perspectives (Oxford Studies in Comparative Education)", + "weight": "12.6 ounces", + "title": "Private Schooling in Less Economically Developed Countries", + "isbn_10": [ + "1873927851" + ], + "type": { + "key": "/type/edition" + }, + "identifiers": { + "goodreads": [ + "1078335" + ] + }, + "isbn_13": [ + "9781873927854" + ], + "covers": [ + 3020365 + ], + "physical_format": "Paperback", + "key": "/books/OL12102259M", + "publish_date": "April 1, 2007", + "contributions": [ + "Prachi Srivastava (Editor)", + "Geoffrey Walford (Editor)" + ], + "subjects": [ + "Organization & management of education", + "ASIA", + "Africa", + "Reference / General" + ], + "physical_dimensions": "9.1 x 6.1 x 0.7 inches", + "works": [ + { + "key": "/works/OL24081822W" + } + ], + "lccn": [ + "2007408632" + ], + "lc_classifications": [ + "LC57.5 .P75 2007" + ], +``` + + -- cgit v1.2.3