diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-08 22:33:58 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-08 22:33:58 +0100 |
commit | 62d6a7e48d6bea1bc7f451c6043f38aee2051f9b (patch) | |
tree | c28079d6f3a12f106607fb6fc1fa9a4a5c83d9de /python/tests/files/datacite/datacite_result_05.json | |
parent | b7a325360ca8ae3107411e9e1966d93b999bbb52 (diff) | |
download | fatcat-62d6a7e48d6bea1bc7f451c6043f38aee2051f9b.tar.gz fatcat-62d6a7e48d6bea1bc7f451c6043f38aee2051f9b.zip |
datacite: factor out contributor handling
Use values from:
* attributes.creators[]
* attributes.contributors[]
Diffstat (limited to 'python/tests/files/datacite/datacite_result_05.json')
-rw-r--r-- | python/tests/files/datacite/datacite_result_05.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/tests/files/datacite/datacite_result_05.json b/python/tests/files/datacite/datacite_result_05.json index 22542a10..c4e5418d 100644 --- a/python/tests/files/datacite/datacite_result_05.json +++ b/python/tests/files/datacite/datacite_result_05.json @@ -523,6 +523,12 @@ "given_name": "Christian", "surname": "Wurzbacher", "role": "author" + }, + { + "raw_name": "Kessy Abarenkov" + }, + { + "raw_name": "NHM UT-University Of Tartu; Natural History Museum And Botanic Garden" } ], "refs": [], |