aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/files/datacite/datacite_result_09.json
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-01-02 17:35:54 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-01-02 17:35:54 +0100
commit96e38edde79735b4080ec08d57e9f54759e97b61 (patch)
tree2798719086819b747adab8d48adbb0c59b5ac9f5 /python/tests/files/datacite/datacite_result_09.json
parentb87ba235c0a7da15d70c5ab7fa367d7b9c1fb981 (diff)
downloadfatcat-96e38edde79735b4080ec08d57e9f54759e97b61.tar.gz
fatcat-96e38edde79735b4080ec08d57e9f54759e97b61.zip
datacite: add conversion fixtures
The `test_datacite_conversions` function will compare an input (datacite) document to an expected output (release entity as JSON). This way, it should not be too hard to add more cases by adding: input, output - and by increasing the counter in the range loop within the test. To view input and result side by side with vim, change into the test directory and run: tests/files/datacite $ ./caseview.sh 18
Diffstat (limited to 'python/tests/files/datacite/datacite_result_09.json')
-rw-r--r--python/tests/files/datacite/datacite_result_09.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/python/tests/files/datacite/datacite_result_09.json b/python/tests/files/datacite/datacite_result_09.json
new file mode 100644
index 00000000..01f92f85
--- /dev/null
+++ b/python/tests/files/datacite/datacite_result_09.json
@@ -0,0 +1,35 @@
+{
+ "extra": {
+ "datacite": {
+ "subjects": [
+ {
+ "subject": "Direktdiodenlasersysteme"
+ },
+ {
+ "subject": "Physics",
+ "subjectScheme": "linsearch"
+ }
+ ]
+ }
+ },
+ "title": "BrightLas : TP3.3. Module f\u00fcr Direktdiodenstrahlquellen bis 4kW und Untersuchungen zur Leistungsskalierung (Diodemodul) : zum Verbundvorhaben Direktdiodenlaseranlagen und -systeme (VP3) im F\u00f6rderschwerpunkt innovative regionale Wachstumskerne, BMBF : Abschlussbericht",
+ "release_type": "report",
+ "release_stage": "published",
+ "release_year": 2016,
+ "ext_ids": {
+ "doi": "10.2314/gbv:880813733"
+ },
+ "publisher": "[Lumics GmbH]",
+ "language": "de",
+ "contribs": [
+ {
+ "index": 0,
+ "raw_name": "Kirstaedter, Nils",
+ "given_name": "Nils",
+ "surname": "Kirstaedter",
+ "role": "author"
+ }
+ ],
+ "refs": [],
+ "abstracts": []
+} \ No newline at end of file