diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 00000000..95d305fe --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,39 @@ +{ + "title": "PyGSP: Graph Signal Processing in Python", + "description": "The PyGSP facilitates a wide variety of operations on graphs, like computing their Fourier basis, filtering or interpolating signals, plotting graphs, signals, and filters.", + "upload_type": "software", + "license": "BSD-3-Clause", + "access_right": "open", + "creators": [ + { + "name": "Micha\u00ebl Defferrard", + "affiliation": "EPFL", + "orcid": "0000-0002-6028-9024" + }, + { + "name": "Lionel Martin", + "affiliation": "EPFL" + }, + { + "name": "Rodrigo Pena", + "affiliation": "EPFL" + }, + { + "name": "Nathana\u00ebl Perraudin", + "affiliation": "EPFL", + "orcid": "0000-0001-8285-1308" + } + ], + "related_identifiers": [ + { + "scheme": "url", + "identifier": "https://github.com/epfl-lts2/pygsp", + "relation": "isSupplementTo" + }, + { + "scheme": "doi", + "identifier": "10.5281/zenodo.1003157", + "relation": "isPartOf" + } + ] +} diff --git a/README.rst b/README.rst index bae49d81..3a56cb82 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ PyGSP: Graph Signal Processing in Python :target: https://pygsp.readthedocs.io .. |pypi| image:: https://img.shields.io/pypi/v/pygsp.svg :target: https://pypi.python.org/pypi/PyGSP -.. |zenodo| image:: https://zenodo.org/badge/16276560.svg +.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1003157.svg :target: https://doi.org/10.5281/zenodo.1003157 .. |license| image:: https://img.shields.io/pypi/l/pygsp.svg :target: https://github.com/epfl-lts2/pygsp/blob/master/LICENSE.txt @@ -127,11 +127,9 @@ Or cite the generic concept as:: @misc{pygsp, author = {Michaël Defferrard and + Lionel Martin and Rodrigo Pena and - Alexandre Lafaye and - Basile Châtillon and - Nicolas Rod and - Lionel Martin}, + Nathanaël Perraudin}, title = {PyGSP: Graph Signal Processing in Python}, doi = {10.5281/zenodo.1003157}, url = {https://doi.org/10.5281/zenodo.1003157},