diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-02 19:02:04 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-02 19:02:04 +0100 |
commit | 61f0bbfbfdaf41be799fa41c88077806ef913188 (patch) | |
tree | b1b839d5cb94e63c720baac08cc0dee1ae0f015a /python/tests/files/datacite/datacite_doc_24.json | |
parent | 9d4385210518266d73964f140f47995774656c3f (diff) | |
download | fatcat-61f0bbfbfdaf41be799fa41c88077806ef913188.tar.gz fatcat-61f0bbfbfdaf41be799fa41c88077806ef913188.zip |
datacite: add another test case
Diffstat (limited to 'python/tests/files/datacite/datacite_doc_24.json')
-rw-r--r-- | python/tests/files/datacite/datacite_doc_24.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/python/tests/files/datacite/datacite_doc_24.json b/python/tests/files/datacite/datacite_doc_24.json new file mode 100644 index 00000000..6123350b --- /dev/null +++ b/python/tests/files/datacite/datacite_doc_24.json @@ -0,0 +1,48 @@ +{ + "attributes": { + "doi": "10.7916/d86x0cg1", + "creators": [ + { + "name": "Anton Welch", + "affiliation": [ + "Department of pataphysics" + ], + "nameIdentifiers": [] + } + ], + "titles": [ + { + "title": "ABC" + }, + { + "title": "DEF", + "titleType": "Subtitle" + } + ], + "publicationYear": 2016, + "language": "DE-CH", + "types": { + "ris": "GEN", + "bibtex": "misc", + "citeproc": "article", + "schemaOrg": "CreativeWork" + }, + "dates": [ + { + "date": "2017-08-24", + "dateType": "Created" + }, + { + "date": "2019-08-04", + "dateType": "Updated" + }, + { + "date": "2017", + "dateType": "Issued" + } + ], + "isActive": true, + "state": "findable" + } + } + |