-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
44 lines (44 loc) · 1.71 KB
/
Copy pathCITATION.cff
File metadata and controls
44 lines (44 loc) · 1.71 KB
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
42
43
44
cff-version: 1.2.0
message: "If you use GraphAlg, please cite it using the metadata below."
title: "GraphAlg"
abstract: "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 `WITH ALGORITHM` clause."
type: software
authors:
- family-names: "de Graaf"
given-names: "Daan"
email: "d.j.a.d.graaf@tue.nl"
orcid: "https://orcid.org/0009-0000-0322-1149"
affiliation: "Eindhoven University of Technology"
- family-names: "Brijder"
given-names: "Robert"
email: "r.brijder@tue.nl"
orcid: "https://orcid.org/0000-0002-8912-1735"
affiliation: "Eindhoven University of Technology"
- family-names: "Chakraborty"
given-names: "Soham"
orcid: "https://orcid.org/0000-0002-4454-2050"
affiliation: "Delft University of Technology"
- family-names: "Fletcher"
given-names: "George H. L."
email: "g.h.l.fletcher@tue.nl"
orcid: "https://orcid.org/0000-0003-2111-6769"
affiliation: "Eindhoven University of Technology"
- family-names: "van de Wall"
given-names: "Bram"
email: "a.a.g.v.d.wall@tue.nl"
orcid: "https://orcid.org/0009-0001-3066-863X"
affiliation: "Eindhoven University of Technology"
- family-names: "Yakovets"
given-names: "Nikolay"
email: "hush@tue.nl"
orcid: "https://orcid.org/0000-0002-1488-1414"
affiliation: "Eindhoven University of Technology"
license: MIT
repository-code: "https://github.com/wildarch/graphalg"
url: "https://wildarch.dev/graphalg"
keywords:
- graph algorithms
- linear algebra
- domain-specific language
- graph databases
- MATLANG