aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/files/small.json
blob: 3839c99c26a404d0db15619bddb32d7cb38357e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "title": "Dummy Example File",
  "authors": [
    {
      "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": {
    "name": "Dummy Example File. Journal of Fake News. pp. 1-2. ISSN 1234-5678"
  },
  "date": "2000",
  "citations": [
    { "authors": [{"name": "A Seaperson", "given_name": "A", "surname": "Seaperson"}],
      "date": "2001",
      "id": "b0",
      "index": 0,
      "journal": "Letters in the Alphabet",
      "pages": "1-11",
      "title": "Everything is Wonderful",
      "volume": "20"},
    { "authors": [],
      "date": "2011-03-28",
      "id": "b1",
      "index": 1,
      "journal": "The Dictionary",
      "title": "All about Facts",
      "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.",
  "grobid_timestamp": "2018-04-02T00:31+0000",
  "grobid_version": "0.5.1-SNAPSHOT",
  "language_code": "en"
}