-
Notifications
You must be signed in to change notification settings - Fork 151
/
.zenodo.json
41 lines (41 loc) · 1.27 KB
/
.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
40
41
{
"title":"rustworkx: A High-Performance Graph Library for Python",
"description":"rustworkx is a general-purpose graph theory library focused on performance. It wraps low-level Rust code into a flexible Python API, providing fast implementations for popular graph algorithms.",
"license":"Apache-2.0",
"upload_type":"software",
"access_right":"open",
"creators":[
{
"name":"Matthew Treinish",
"orcid":"0000-0001-9713-2875"
},
{
"name":"Ivan Carvalho",
"orcid":"0000-0002-8257-2103"
},
{
"name":"Georgios Tsilimigkounakis",
"orcid":"0000-0001-6174-0801"
},
{
"name":"Nahum Sá",
"orcid":"0000-0002-3234-8154"
}
],
"notes":"rustworkx is the work of many people who contribute to the project at different levels. See the full list of contributors on Github: https://github.com/Qiskit/rustworkx/graphs/contributors",
"keywords":[
"graph-theory",
"rust",
"python"
],
"communities": [
{"identifier": "qiskit"}
],
"related_identifiers": [
{
"scheme": "doi",
"identifier": "10.21105/joss.03968",
"relation": "isSupplementTo"
}
]
}