diff options
author | bnewbold <bnewbold@archive.org> | 2021-10-02 00:55:56 +0000 |
---|---|---|
committer | bnewbold <bnewbold@archive.org> | 2021-10-02 00:55:56 +0000 |
commit | 491722e00548888e24fba6ec87d7fefa92e3538b (patch) | |
tree | 1b8c4ba4c23edb299fef488c346b7d2565bb9834 /python/tests/files/datacite/datacite_result_36.json | |
parent | 519c7e77cf3a54b9620adef07fedac9b37a5f9f2 (diff) | |
parent | bdc4347acbbdb9f58b7c3abc2578a488de3d0a85 (diff) | |
download | fatcat-491722e00548888e24fba6ec87d7fefa92e3538b.tar.gz fatcat-491722e00548888e24fba6ec87d7fefa92e3538b.zip |
Merge branch 'martin-datacite-emtpy-abstract-sentry-94639' into 'master'
datacite: skip empty abstracts
See merge request webgroup/fatcat!119
Diffstat (limited to 'python/tests/files/datacite/datacite_result_36.json')
-rw-r--r-- | python/tests/files/datacite/datacite_result_36.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/python/tests/files/datacite/datacite_result_36.json b/python/tests/files/datacite/datacite_result_36.json new file mode 100644 index 00000000..8c958848 --- /dev/null +++ b/python/tests/files/datacite/datacite_result_36.json @@ -0,0 +1,25 @@ +{ + "abstracts": [], + "contribs": [ + { + "given_name": "", + "index": 0, + "raw_name": "Paul Katz", + "role": "author" + } + ], + "ext_ids": { + "doi": "10.17912/micropub.biology.000143" + }, + "extra": { + "datacite": { + "resourceTypeGeneral": "DataPaper" + }, + "container_name": "microPublication Biology" + }, + "refs": [], + "release_stage": "published", + "release_year": 2019, + "publisher": "microPublication Biology", + "title": "Sample" +} |