|
| 1 | +{ |
| 2 | + "title": "GraphAlg: An Embeddable Language for Writing Graph Algorithms in Linear Algebra", |
| 3 | + "description": "<p>GraphAlg is a domain-specific language for graph algorithms based on linear algebra, designed to be embedded in databases. It compiles via a MATLANG-based core language to relational algebra, and is integrated into AvantGraph through the Cypher <code>WITH ALGORITHM</code> clause. The repository includes the compiler, language specification, Codemirror language support, an interactive WebAssembly playground, and a tutorial.</p>", |
| 4 | + "upload_type": "software", |
| 5 | + "access_right": "open", |
| 6 | + "license": "MIT", |
| 7 | + "creators": [ |
| 8 | + { |
| 9 | + "name": "de Graaf, Daan", |
| 10 | + "affiliation": "Eindhoven University of Technology", |
| 11 | + "orcid": "0009-0000-0322-1149" |
| 12 | + }, |
| 13 | + { |
| 14 | + "name": "Brijder, Robert", |
| 15 | + "affiliation": "Eindhoven University of Technology", |
| 16 | + "orcid": "0000-0002-8912-1735" |
| 17 | + }, |
| 18 | + { |
| 19 | + "name": "Chakraborty, Soham", |
| 20 | + "affiliation": "Delft University of Technology", |
| 21 | + "orcid": "0000-0002-4454-2050" |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "Fletcher, George H. L.", |
| 25 | + "affiliation": "Eindhoven University of Technology", |
| 26 | + "orcid": "0000-0003-2111-6769" |
| 27 | + }, |
| 28 | + { |
| 29 | + "name": "van de Wall, Bram", |
| 30 | + "affiliation": "Eindhoven University of Technology", |
| 31 | + "orcid": "0009-0001-3066-863X" |
| 32 | + }, |
| 33 | + { |
| 34 | + "name": "Yakovets, Nikolay", |
| 35 | + "affiliation": "Eindhoven University of Technology", |
| 36 | + "orcid": "0000-0002-1488-1414" |
| 37 | + } |
| 38 | + ], |
| 39 | + "keywords": [ |
| 40 | + "graph algorithms", |
| 41 | + "linear algebra", |
| 42 | + "domain-specific language", |
| 43 | + "graph databases", |
| 44 | + "MATLANG", |
| 45 | + "WebAssembly" |
| 46 | + ], |
| 47 | + "grants": [ |
| 48 | + {"id": "10.13039/501100000780::101058573"} |
| 49 | + ], |
| 50 | + "related_identifiers": [ |
| 51 | + { |
| 52 | + "identifier": "10.48550/arXiv.2604.11454", |
| 53 | + "relation": "isDocumentedBy", |
| 54 | + "resource_type": "publication-preprint" |
| 55 | + }, |
| 56 | + { |
| 57 | + "identifier": "https://wildarch.dev/graphalg/playground", |
| 58 | + "relation": "isDocumentedBy", |
| 59 | + "resource_type": "other" |
| 60 | + }, |
| 61 | + { |
| 62 | + "identifier": "https://wildarch.dev/graphalg/tutorial", |
| 63 | + "relation": "isDocumentedBy", |
| 64 | + "resource_type": "other" |
| 65 | + } |
| 66 | + ], |
| 67 | + "communities": [ |
| 68 | + {"identifier": "scilake_project"}, |
| 69 | + {"identifier": "eu"} |
| 70 | + ] |
| 71 | +} |
0 commit comments