diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-09 15:36:09 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-09 15:36:09 +0100 |
commit | 6a7591103c7b7d985ad22199138af9378de697f4 (patch) | |
tree | 8834991b7d70676972f7bc4f3e347d3051a2e82d /python/tests/files/datacite/datacite_doc_27.json | |
parent | ffd2597d5e962e3f3a2ea23c66a135bb737b2390 (diff) | |
download | fatcat-6a7591103c7b7d985ad22199138af9378de697f4.tar.gz fatcat-6a7591103c7b7d985ad22199138af9378de697f4.zip |
datacite: abstracts may be strings or list of strings
Diffstat (limited to 'python/tests/files/datacite/datacite_doc_27.json')
-rw-r--r-- | python/tests/files/datacite/datacite_doc_27.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/python/tests/files/datacite/datacite_doc_27.json b/python/tests/files/datacite/datacite_doc_27.json new file mode 100644 index 00000000..ff9c00f4 --- /dev/null +++ b/python/tests/files/datacite/datacite_doc_27.json @@ -0,0 +1,60 @@ +{ + "attributes": { + "contributors": [ + { + "affiliation": [], + "contributorType": "Editor", + "familyName": "Wemmer", + "givenName": "David", + "name": "Wemmer, David", + "nameType": "Personal" + } + ], + "creators": [ + { + "affiliation": [ + "Department of pataphysics" + ], + "name": "Anton Welch", + "nameIdentifiers": [] + } + ], + "dates": [ + { + "date": "2017-08-24", + "dateType": "Created" + }, + { + "date": "2019-08-04", + "dateType": "Updated" + }, + { + "date": "2017", + "dateType": "Issued" + } + ], + "descriptions": [ + {"description": "Hello World", "descriptionType": "Abstract"} + ], + "doi": "10.7916/d86x0cg1", + "isActive": true, + "language": "DE-CH", + "publicationYear": 2016, + "state": "findable", + "titles": [ + { + "title": "Additional file 123: ABC" + }, + { + "title": "DEF", + "titleType": "Subtitle" + } + ], + "types": { + "bibtex": "misc", + "citeproc": "article", + "ris": "GEN", + "schemaOrg": "CreativeWork" + } + } +} |