diff options
-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> +``` |