diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-08 22:41:17 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-08 22:41:17 +0100 |
commit | d3deb36c26ae86c1763c33a8c356ecd5491caa40 (patch) | |
tree | 157e26abcf4f9dc41cede8c4ae3206b9ce06b008 /python/tests/files/datacite/datacite_result_15.json | |
parent | 62d6a7e48d6bea1bc7f451c6043f38aee2051f9b (diff) | |
download | fatcat-d3deb36c26ae86c1763c33a8c356ecd5491caa40.tar.gz fatcat-d3deb36c26ae86c1763c33a8c356ecd5491caa40.zip |
datacite: reformat test cases and use jq . --sort-keys
Diffstat (limited to 'python/tests/files/datacite/datacite_result_15.json')
-rw-r--r-- | python/tests/files/datacite/datacite_result_15.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/python/tests/files/datacite/datacite_result_15.json b/python/tests/files/datacite/datacite_result_15.json index 3a03dfb6..5e7180c4 100644 --- a/python/tests/files/datacite/datacite_result_15.json +++ b/python/tests/files/datacite/datacite_result_15.json @@ -1,4 +1,17 @@ { + "abstracts": [], + "contribs": [ + { + "given_name": "David", + "index": 0, + "raw_name": "David Richardson", + "role": "author", + "surname": "Richardson" + } + ], + "ext_ids": { + "doi": "10.6073/pasta/95296d8416aae24f3d39b4ecb27f0b28" + }, "extra": { "datacite": { "metadataVersion": 1, @@ -7,23 +20,10 @@ "schemaVersion": "http://datacite.org/schema/kernel-2.2" } }, - "title": "Parramore Island of the Virginia Coast Reserve Permanent Plot Resurvey: Tree data 1997", - "release_type": "dataset", - "release_stage": "published", - "release_year": 2017, - "ext_ids": { - "doi": "10.6073/pasta/95296d8416aae24f3d39b4ecb27f0b28" - }, "publisher": "Environmental Data Initiative", - "contribs": [ - { - "index": 0, - "raw_name": "David Richardson", - "given_name": "David", - "surname": "Richardson", - "role": "author" - } - ], "refs": [], - "abstracts": [] + "release_stage": "published", + "release_type": "dataset", + "release_year": 2017, + "title": "Parramore Island of the Virginia Coast Reserve Permanent Plot Resurvey: Tree data 1997" } |