diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-09 02:19:49 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-09 02:19:49 +0200 |
commit | 8a09586a117ff1b8e536637a098207b13b5c3ed2 (patch) | |
tree | 03247b1f8f7aa5727fde64e454b3e9fe86373715 /python/notes | |
parent | 4bb67665c36aa13b2811c207d6df6429a9344524 (diff) | |
download | refcat-8a09586a117ff1b8e536637a098207b13b5c3ed2.tar.gz refcat-8a09586a117ff1b8e536637a098207b13b5c3ed2.zip |
comment on grobid
Diffstat (limited to 'python/notes')
-rw-r--r-- | python/notes/version_4.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/python/notes/version_4.md b/python/notes/version_4.md index 83d397b..10533fd 100644 --- a/python/notes/version_4.md +++ b/python/notes/version_4.md @@ -728,3 +728,42 @@ refs (2017 only) } } ``` + +## Grobid misses (ISBN) + +* PDF: https://web.archive.org/web/20031204233716/http://grace.wharton.upenn.edu:80/~sok/sokpapers/1999-0/indiana-transparency/flbc-transparency.pdf +* seems grobid does not recognize ISBN? + +``` +<biblStruct xml:id="b25"> + <analytic> + <title level="a" type="main">Electronic data interchange in logistics</title> + <author> + <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">Margaret</forename><forename type="middle">A</forename><surname>Emmelhainz</surname></persName> + </author> + </analytic> + <monogr> + <title level="m">The Logistics Handbook</title> + <editor>James F. Robeson and William C. Copacino</editor> + <meeting><address><addrLine>New York, NY</addrLine></address></meeting> + <imprint> + <publisher>The Free Press</publisher> + <date type="published" when="1994" /> + <biblScope unit="page" from="0" to="02" /> + </imprint> + </monogr> +</biblStruct> + +<biblStruct xml:id="b26"> + <monogr> + <title level="m" type="main">WordNet: An Electronic Lexical Database</title> + <editor>Christiane Fellbaum</editor> + <imprint> + <date type="published" when="1998" /> + <publisher>The MIT Press</publisher> + <biblScope unit="page" from="0" to="262" /> + <pubPlace>Cambridge, MA</pubPlace> + </imprint> + </monogr> +</biblStruct> +``` |