From aedd181afbfb3e2db91319953d2a0f8424f47ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C3=A9rez-Su=C3=A1rez?= Date: Fri, 1 Feb 2019 17:10:03 +0000 Subject: [PATCH] zenodo info --- .zenodo.json | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 000000000..032c33ab3 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,55 @@ +{ + "publication_date": "2019-02-01", + "title": "SOPT", + "version": "3.0.0", + "creators": [ + { + "affiliation": "University College London", + "name": "Luke Pratley", + "orcid": "0000-0002-4716-9933" + }, + { + "affiliation": "Imperial College", + "name": "Mayeul d'Avezac", + "orcid": "0000-0002-2615-8397" + }, + { + "name": "Rafael Carrillo", + "orcid": "0000-0001-7149-6304" + }, + { + "affiliation": "University College London", + "name": "Ilektra Christidi" + }, + { + "affiliation": "University College London", + "name": "Roland Guichard", + "orcid": "0000-0003-3969-4102" + }, + { + "affiliation": "University College London", + "name": "Jason D. McEwen", + "orcid": "0000-0002-5852-8890" + }, + { + "affiliation": "University College London", + "name": "David Pérez-Suárez", + "orcid": "0000-0003-0784-6909" + }, + { + "affiliation": "Heriot Watt University", + "name": "Yves Wiaux", + "orcid": "0000-0002-1658-0121" + } + ], + "keywords": [ + "convex optimization", + "sparse optimization", + "parallelization", + "big data" + ], + "license": "GPL-2.0", + "upload_type": "software", + "description": "Sparse OPTimisation using state-of-the-art convex optimisation algorithms.", + "access_right": "open" +}