-
Notifications
You must be signed in to change notification settings - Fork 93
/
.zenodo.json
39 lines (39 loc) · 929 Bytes
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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"
}
]
}