Skip to content

Commit

Permalink
metadata for zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Mar 15, 2018
1 parent be42d86 commit cded859
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 5 deletions.
39 changes: 39 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
8 changes: 3 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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},
Expand Down

0 comments on commit cded859

Please sign in to comment.