From 538eb8266667e23a1fb34888215546b675a2e6a8 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 27 May 2021 23:23:58 +0200 Subject: update notes --- python/notes/version_4.md | 62 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) (limited to 'python/notes') diff --git a/python/notes/version_4.md b/python/notes/version_4.md index 9296089..0e3bdfc 100644 --- a/python/notes/version_4.md +++ b/python/notes/version_4.md @@ -384,3 +384,65 @@ A matching OL edition record: ``` +---- + +# Completeness + +``` +{ + "biblio": { + "container_name": "La vida y época de Prebisch", + "year": 2010 + }, + "index": 5, + "key": "key20191115064515_B6", + "ref_source": "crossref", + "release_year": 2019, + "release_ident": "oc6nhkoah5gcnjfsjpct4ij3ea", + "work_ident": "aaachbf2kbdnxekwdujbmnlw4a" +} +``` + +* https://fatcat.wiki/release/oc6nhkoah5gcnjfsjpct4ij3ea/references +* https://www.iberoamericana.se/articles/10.16993/iberoamericana.467/galley/445/download/ + +In the PDF, we find a DOI as well, but it seems to be not extracted. In fact; +the ref data comes from crossref. + +Grobid gets the DOI: + +``` + + + La vida y época de Prebisch. 1901-1986. Madrid: Marcial Pons + + EJDosman + + 10.18356/40a5d411-es + + + + + + +``` + +Other issues: + +* year vs release_year + +``` +{ + "biblio": { + "container_name": "The Methodology of Scientific Research Programmes", + "year": 1980 + }, + "index": 13, + "key": "key20191115064515_B14", + "ref_source": "crossref", + "release_year": 2019, + "release_ident": "oc6nhkoah5gcnjfsjpct4ij3ea", + "work_ident": "aaachbf2kbdnxekwdujbmnlw4a" +} +``` + -- cgit v1.2.3