diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-02 11:30:03 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-17 23:03:08 -0800 |
commit | c66f9b2d98de88a98d3a1737d415bdab4e89027c (patch) | |
tree | 7d89d9b91c1fad8d436c8145c934c60ca074b7b5 /python/tests/files/example_dblp_article.xml | |
parent | a57de2331caa6f92242dae6197b44926801b429a (diff) | |
download | fatcat-c66f9b2d98de88a98d3a1737d415bdab4e89027c.tar.gz fatcat-c66f9b2d98de88a98d3a1737d415bdab4e89027c.zip |
basic test coverage of dblp release importer
Diffstat (limited to 'python/tests/files/example_dblp_article.xml')
-rw-r--r-- | python/tests/files/example_dblp_article.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/python/tests/files/example_dblp_article.xml b/python/tests/files/example_dblp_article.xml new file mode 100644 index 00000000..d6b192b1 --- /dev/null +++ b/python/tests/files/example_dblp_article.xml @@ -0,0 +1,14 @@ +<article key="journals/cacm/Szalay08" mdate="2008-11-03"> +<author>Alexander S. Szalay</author> +<author>Michael H. Böhlen</author> +<author orcid="0000-0002-4354-9138">Nicolas Heist</author> +<author orcid="0000-0001-9108-4278">Jens Lehmann 0001</author> +<title>Jim Gray, astronomer.</title> +<pages>58-65</pages> +<year>2008</year> +<volume>51</volume> +<journal>Commun. ACM</journal> +<number>11</number> +<ee>http://doi.acm.org/10.1145/1400214.1400231</ee> +<url>db/journals/cacm/cacm51.html#Szalay08</url> +</article> |