diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-08-24 12:28:51 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-08-24 12:28:51 -0700 |
commit | 3782311e29b7e477e1936c89f55ff6483fd02e65 (patch) | |
tree | b4484b9839f24d799d36881dfc85701ad888b94e /mapreduce/tests/files/small.json | |
parent | 2a998189ef49976bf01cc95acc1f18a73e1f0ff6 (diff) | |
download | sandcrawler-3782311e29b7e477e1936c89f55ff6483fd02e65.tar.gz sandcrawler-3782311e29b7e477e1936c89f55ff6483fd02e65.zip |
rename ./mapreduce to ./python
Diffstat (limited to 'mapreduce/tests/files/small.json')
-rw-r--r-- | mapreduce/tests/files/small.json | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/mapreduce/tests/files/small.json b/mapreduce/tests/files/small.json deleted file mode 100644 index 208fb49..0000000 --- a/mapreduce/tests/files/small.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "title": "Dummy Example File", - "authors": [ - {"name": "Brewster Kahle"}, - {"name": "J 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"}], - "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 -} |