diff options
author | Martin Czygan <martin@archive.org> | 2020-01-31 18:21:23 +0000 |
---|---|---|
committer | Martin Czygan <martin@archive.org> | 2020-01-31 18:21:23 +0000 |
commit | dbdff6d01c52666dd51040979398aa11b2288faa (patch) | |
tree | 2ad300c922131bfb01f4cd414541408b6388e9d8 /python/tests/files/datacite/datacite_result_30.json | |
parent | 55a4f211532c93d8164b0d4719dc0413005941ea (diff) | |
parent | 4c9208fa61ee8eeaebddd65f641926b540818342 (diff) | |
download | fatcat-dbdff6d01c52666dd51040979398aa11b2288faa.tar.gz fatcat-dbdff6d01c52666dd51040979398aa11b2288faa.zip |
Merge branch 'martin-datacite-micropub' into 'master'
datacite: improve date handling and minor tweak
See merge request webgroup/fatcat!24
Diffstat (limited to 'python/tests/files/datacite/datacite_result_30.json')
-rw-r--r-- | python/tests/files/datacite/datacite_result_30.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/python/tests/files/datacite/datacite_result_30.json b/python/tests/files/datacite/datacite_result_30.json new file mode 100644 index 00000000..fc2c4dfc --- /dev/null +++ b/python/tests/files/datacite/datacite_result_30.json @@ -0,0 +1,39 @@ +{ + "abstracts": [ + { + "content": "Biological liquid-liquid phase separation", + "lang": "fr", + "mimetype": "text/plain" + } + ], + "contribs": [ + { + "index": 0, + "given_name": "Celja J", + "surname": "Uebel", + "raw_name": "Celja J Uebel", + "role": "author" + }, + { + "index": 1, + "given_name": "Carolyn M", + "raw_name": "Carolyn M Phillips", + "surname": "Phillips", + "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": "Phase-separated protein dynamics are affected by fluorescent tag choice" +} |