From 594678f6c2705b8b88c6e23d68981a851df0aa5e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 13 May 2019 16:41:45 -0700 Subject: update grobid2json to include given_name/surname --- python/tests/files/small.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/tests') diff --git a/python/tests/files/small.json b/python/tests/files/small.json index 208fb49..49a5671 100644 --- a/python/tests/files/small.json +++ b/python/tests/files/small.json @@ -1,8 +1,8 @@ { "title": "Dummy Example File", "authors": [ - {"name": "Brewster Kahle"}, - {"name": "J Doe"} + {"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", @@ -15,7 +15,7 @@ "date": "2000", "doi": null, "citations": [ - { "authors": [{"name": "A Seaperson"}], + { "authors": [{"name": "A Seaperson", "given_name": "A", "surname": "Seaperson"}], "date": "2001", "id": "b0", "index": 0, -- cgit v1.2.3