-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #234 from dpshelio/zenodo
zenodo info
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |