aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/files/small.json
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-10-02 18:00:12 -0700
committerBryan Newbold <bnewbold@archive.org>2019-10-02 18:00:12 -0700
commit9092f027004095f5cacb5dc870737751397872cc (patch)
treecae2c46975584db1ce3cb422157e61159766b765 /python/tests/files/small.json
parent3f16467eb83ae95c8ecf7a3ce261ea8ee0ccc509 (diff)
downloadsandcrawler-9092f027004095f5cacb5dc870737751397872cc.tar.gz
sandcrawler-9092f027004095f5cacb5dc870737751397872cc.zip
add tests for affiliation extraction
Diffstat (limited to 'python/tests/files/small.json')
-rw-r--r--python/tests/files/small.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/python/tests/files/small.json b/python/tests/files/small.json
index 7c75187..eb93d9e 100644
--- a/python/tests/files/small.json
+++ b/python/tests/files/small.json
@@ -1,7 +1,21 @@
{
"title": "Dummy Example File",
"authors": [
- {"name": "Brewster Kahle", "given_name": "Brewster", "surname": "Kahle"},
+ {
+ "name": "Brewster Kahle",
+ "given_name": "Brewster",
+ "surname": "Kahle",
+ "affiliation": {
+ "department": "Faculty ofAgricultrial Engineering",
+ "laboratory": "Plant Physiology Laboratory",
+ "institution": "Technion-Israel Institute of Technology",
+ "address": {
+ "postCode": "32000",
+ "settlement": "Haifa",
+ "country": "Israel"
+ }
+ }
+ },
{"name": "J Doe", "given_name": "J", "surname": "Doe"}
],
"journal": {