aboutsummaryrefslogtreecommitdiffstats
path: root/python_hadoop/tests/files/small.json
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-09-25 17:51:07 -0700
committerBryan Newbold <bnewbold@archive.org>2019-09-25 17:51:07 -0700
commitd7830b4a5aad0a59a588e98798711f0e694d50d6 (patch)
tree7565cbec74584a146b8ee79bb881fa9f78851f60 /python_hadoop/tests/files/small.json
parent6e24eec4b6d1861eba37a0a05220b257e829ebbb (diff)
downloadsandcrawler-d7830b4a5aad0a59a588e98798711f0e694d50d6.tar.gz
sandcrawler-d7830b4a5aad0a59a588e98798711f0e694d50d6.zip
refactor old python hadoop code into new directory
Diffstat (limited to 'python_hadoop/tests/files/small.json')
-rw-r--r--python_hadoop/tests/files/small.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/python_hadoop/tests/files/small.json b/python_hadoop/tests/files/small.json
new file mode 100644
index 0000000..7c75187
--- /dev/null
+++ b/python_hadoop/tests/files/small.json
@@ -0,0 +1,46 @@
+{
+ "title": "Dummy Example File",
+ "authors": [
+ {"name": "Brewster Kahle", "given_name": "Brewster", "surname": "Kahle"},
+ {"name": "J Doe", "given_name": "J", "surname": "Doe"}
+ ],
+ "journal": {
+ "name": "Dummy Example File. Journal of Fake News. pp. 1-2. ISSN 1234-5678",
+ "eissn": null,
+ "issn": null,
+ "issue": null,
+ "publisher": null,
+ "volume": null
+ },
+ "date": "2000",
+ "doi": null,
+ "citations": [
+ { "authors": [{"name": "A Seaperson", "given_name": "A", "surname": "Seaperson"}],
+ "date": "2001",
+ "id": "b0",
+ "index": 0,
+ "issue": null,
+ "journal": "Letters in the Alphabet",
+ "publisher": null,
+ "title": "Everything is Wonderful",
+ "url": null,
+ "volume": "20"},
+ { "authors": [],
+ "date": "2011-03-28",
+ "id": "b1",
+ "index": 1,
+ "issue": null,
+ "journal": "The Dictionary",
+ "publisher": null,
+ "title": "All about Facts",
+ "url": null,
+ "volume": "14"}
+ ],
+ "abstract": "Everything you ever wanted to know about nothing",
+ "body": "Introduction \nEverything starts somewhere, as somebody [1] once said. \n\n In Depth \n Meat \nYou know, for kids. \n Potatos \nQED.",
+ "acknowledgement": null,
+ "annex": null,
+ "fatcat_release": null,
+ "grobid_timestamp": "2018-04-02T00:31+0000",
+ "grobid_version": "0.5.1-SNAPSHOT"
+}