diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-04-27 23:38:52 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-04-27 23:38:52 +0200 |
commit | 0396db2bc11eaee8f2058e82cc1b5ea0af9f0956 (patch) | |
tree | efa38ba29fa31c7ac9debd96311d7b486d0f2973 /skate/fixtures | |
parent | 0cf00f57575fb71e79d9a4b1bd7b3d59a682c63a (diff) | |
download | refcat-0396db2bc11eaee8f2058e82cc1b5ea0af9f0956.tar.gz refcat-0396db2bc11eaee8f2058e82cc1b5ea0af9f0956.zip |
ref: parse out isbn
Diffstat (limited to 'skate/fixtures')
-rw-r--r-- | skate/fixtures/ref_with_isbn.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/skate/fixtures/ref_with_isbn.json b/skate/fixtures/ref_with_isbn.json new file mode 100644 index 0000000..2cd8480 --- /dev/null +++ b/skate/fixtures/ref_with_isbn.json @@ -0,0 +1,13 @@ +{ + "biblio": { + "title": "Antibiotic Resistant Bacteria -A Continuous Challenge in the New Millennium Edited by Dr. Marina Pana ISBN", + "unstructured": "www.intechopen.com Antibiotic Resistant Bacteria -A Continuous Challenge in the New Millennium Edited by Dr. Marina Pana ISBN 978-953-51-0472-8" + }, + "index": 443, + "key": "b443", + "ref_source": "grobid", + "release_ident": "n4zvrgchmfexdb6gesxfgxykxi", + "release_year": 2012, + "work_ident": "aaan6iujevgpnmcif2hb62uaai" +} + |