|
1 | 1 | { |
2 | | - "metadata": { |
3 | | - "title": "ssspx: Production-grade Single-Source Shortest Paths", |
4 | | - "description": "A deterministic single-source shortest paths solver with an optional transform, benchmarking tools, and documentation.", |
5 | | - "publication_date": "2025-10-17", |
6 | | - "resource_type": { "id": "software" }, |
7 | | - "creators": [ |
8 | | - { |
9 | | - "person_or_org": { |
10 | | - "type": "personal", |
11 | | - "given_name": "Diogo", |
12 | | - "family_name": "Ribeiro", |
13 | | - "identifiers": [ |
14 | | - { "scheme": "orcid", "identifier": "0009-0001-2022-7072" } |
15 | | - ] |
16 | | - }, |
17 | | - "affiliations": [ |
18 | | - { "name": "ESMAD - Instituto Politécnico do Porto" } |
19 | | - ], |
20 | | - "role": { "id": "cre" } |
21 | | - } |
22 | | - ], |
23 | | - "license": { "id": "mit-license" }, |
24 | | - "keywords": ["graphs", "shortest paths", "Python", "algorithms", "benchmarking"], |
25 | | - "related_identifiers": [ |
26 | | - { |
27 | | - "relation_type": { "id": "isSupplementTo" }, |
28 | | - "scheme": "url", |
29 | | - "identifier": "https://github.com/DiogoRibeiro7/bmsspp" |
30 | | - } |
31 | | - ], |
32 | | - "funding": [ |
33 | | - { |
34 | | - "funder": { "name": "ESMAD - Instituto Politécnico do Porto" } |
35 | | - } |
36 | | - ], |
37 | | - "version": "v1.0.0", |
38 | | - "language": "eng" |
39 | | - }, |
40 | | - "access": { |
41 | | - "record": "public", |
42 | | - "files": "public" |
43 | | - } |
| 2 | + "title": "ssspx: Production-grade Single-Source Shortest Paths", |
| 3 | + "description": "A deterministic single-source shortest paths solver with an optional transform, benchmarking tools, and documentation.", |
| 4 | + "version": "v0.1.2", |
| 5 | + "upload_type": "software", |
| 6 | + "access_right": "open", |
| 7 | + |
| 8 | + "creators": [ |
| 9 | + { |
| 10 | + "name": "Ribeiro, Diogo", |
| 11 | + "orcid": "0009-0001-2022-7072", |
| 12 | + "affiliation": "ESMAD - Instituto Politécnico do Porto" |
| 13 | + } |
| 14 | + ], |
| 15 | + |
| 16 | + "keywords": ["graphs", "shortest paths", "Python", "algorithms", "benchmarking"], |
| 17 | + |
| 18 | + "related_identifiers": [ |
| 19 | + { |
| 20 | + "identifier": "https://github.com/DiogoRibeiro7/bmssp", |
| 21 | + "relation": "isSupplementTo", |
| 22 | + "resource_type": "software" |
| 23 | + } |
| 24 | + ] |
44 | 25 | } |
0 commit comments