Skip to content

Commit c1046c4

Browse files
committed
Add citation information
1 parent 8200e92 commit c1046c4

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

CITATION.cff

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
cff-version: 1.2.0
2+
title: CPQ-native Index
3+
version: 1.0
4+
date-released: 2023-07-12
5+
message: "If you use this software, please cite it using the metadata from this file."
6+
type: software
7+
authors:
8+
- given-names: Roan
9+
family-names: Hofland
10+
11+
contact:
12+
- given-names: Roan
13+
family-names: Hofland
14+
15+
website: 'https://roanh.dev'
16+
repository-code: 'https://github.com/RoanH/CPQ-native-index'
17+
repository-artifact: 'https://mvnrepository.com/artifact/dev.roanh.cpqnativeindex/cpq-native-index'
18+
abstract: "A graph database index with native support for CPQs"
19+
license: GPL-3.0-or-later
20+
year-original: 2023
21+
references:
22+
- title: "Subquery Evaluation Using a CPQ-native Index"
23+
authors:
24+
- given-names: Roan
25+
family-names: Hofland
26+
affiliation: "Osaka University and Eindhoven University of Technology"
27+
28+
type: thesis
29+
url: 'https://research.roanh.dev/ soon'
30+
date-published: 2023-07-18
31+
department: "Graduate School of Information Science and Technology and Department of Mathematics and Computer Science"
32+
institution:
33+
name: "Osaka University and Eindhoven University of Technology"
34+
- title: "CPQ Keys: a survey of graph canonization algorithms"
35+
authors:
36+
- given-names: Roan
37+
family-names: Hofland
38+
affiliation: "Eindhoven University of Technology"
39+
40+
type: report
41+
url: 'https://research.roanh.dev/cpqkeys/CPQ%20Keys%20v1.1.pdf'
42+
date-published: 2022-07-17
43+
department: "Department of Mathematics and Computer Science"
44+
institution:
45+
name: "Eindhoven University of Technology"
46+
- title: "Conjunctive Path Query Generation for Benchmarking"
47+
authors:
48+
- given-names: Roan
49+
family-names: Hofland
50+
affiliation: "Eindhoven University of Technology"
51+
52+
type: report
53+
url: 'https://research.roanh.dev/Conjunctive%20Path%20Query%20Generation%20for%20Benchmarking%20v2.8.pdf'
54+
date-published: 2022-03-21
55+
department: "Department of Mathematics and Computer Science"
56+
institution:
57+
name: "Eindhoven University of Technology"
58+
- title: "Language-aware Indexing for Conjunctive Path Queries"
59+
authors:
60+
- family-names: Sasaki
61+
given-names: Yuya
62+
affiliation: "Osaka University"
63+
- family-names: H. L. Fletcher
64+
given-names: George
65+
affiliation: "Eindhoven University of Technology"
66+
- family-names: Onizuka
67+
given-names: Makoto
68+
affiliation: "Osaka University"
69+
type: article
70+
url: 'https://arxiv.org/abs/2003.03079'
71+
year: 2022

0 commit comments

Comments
 (0)