From abbbf575455fad86ccfdfb4465ad5b33eada1944 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Tue, 6 Sep 2022 23:56:36 +0000 Subject: [PATCH] Try to fix JSON again (#47) * Try to fix JSON again * Un-remove space after : * Seems the MIT license is just written as "MIT" Co-authored-by: Alex Arslan --- .zenodo.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 468f31a..16161af 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,22 +1,22 @@ - { - "license": "mit-license", - "title": "beacon-biosignals/Effects.jl: Effects Prediction for Linear and Generalized Linear Models", - "upload_type": "software", +{ + "license": "MIT", + "title": "beacon-biosignals/Effects.jl: Effects Prediction for Linear and Generalized Linear Models", + "upload_type": "software", "creators": [ { - "affiliation": "Beacon Biosignals", + "affiliation": "Beacon Biosignals", "name": "Alday, Phillip M.", "orcid": "0000-0002-9984-5745" - }, + }, { - "affiliation": "Beacon Biosignals", + "affiliation": "Beacon Biosignals", "name": "Kleinschmidt, Dave F.", - "orcid": "0000-0002-7442-2762" - }, + "orcid": "0000-0002-7442-2762" + }, { - "affiliation": "Beacon Biosignals", + "affiliation": "Beacon Biosignals", "name": "Arslan, Alexander R.", "orcid": "0000-0002-4132-068X" } - ], + ] }