diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-08 03:47:10 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-08 03:47:10 +0100 |
commit | a7e5460d6355dd0e99b08e480d4e50755fda3b16 (patch) | |
tree | 8653d28948c0c1c374b695ebce533a244bcad950 /python/tests/files/datacite/datacite_result_25.json | |
parent | a23f73e37cd88de5467c47aa5f84b96448c5713d (diff) | |
download | fatcat-a7e5460d6355dd0e99b08e480d4e50755fda3b16.tar.gz fatcat-a7e5460d6355dd0e99b08e480d4e50755fda3b16.zip |
datacite: mark additional files as stub
Diffstat (limited to 'python/tests/files/datacite/datacite_result_25.json')
-rw-r--r-- | python/tests/files/datacite/datacite_result_25.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/python/tests/files/datacite/datacite_result_25.json b/python/tests/files/datacite/datacite_result_25.json new file mode 100644 index 00000000..8a370bbb --- /dev/null +++ b/python/tests/files/datacite/datacite_result_25.json @@ -0,0 +1,25 @@ +{ + "extra": { + "datacite": {}, + "month": 8 + }, + "title": "Additional file 123: ABC", + "subtitle": "DEF", + "release_type": "stub", + "release_stage": "published", + "release_date": "2017-08-24", + "release_year": 2017, + "ext_ids": { + "doi": "10.7916/d86x0cg1" + }, + "contribs": [ + { + "index": 0, + "raw_name": "Anton Welch", + "role": "author", + "raw_affiliation": "Department of pataphysics" + } + ], + "refs": [], + "abstracts": [] +} |