diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-05-24 20:21:43 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-05-24 20:21:43 +0200 |
commit | 08bc9a7cace627ae730f765739ce71913ce376b3 (patch) | |
tree | 62bd488c346760374b7db9ff8225aeaa9aec7de8 | |
parent | 5b175031e7c431828edfafaef1a3989171c32630 (diff) | |
download | refcat-08bc9a7cace627ae730f765739ce71913ce376b3.tar.gz refcat-08bc9a7cace627ae730f765739ce71913ce376b3.zip |
update notes
-rw-r--r-- | python/notes/version_4.md | 81 |
1 files changed, 81 insertions, 0 deletions
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" + ], +``` + + |