-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
77 lines (77 loc) · 2.76 KB
/
codemeta.json
File metadata and controls
77 lines (77 loc) · 2.76 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Data structures design and analysis",
"author": [
{
"id": "https://orcid.org/0009-0004-1454-2940",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Department of Computer Science, University of Pisa, Pisa, Italy"
},
"email": "gabriel.carmona@phd.unipi.it",
"familyName": "Carmona",
"givenName": "Gabriel "
},
{
"id": "https://orcid.org/0000-0002-5047-0196",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Department of Computer Science, University of Pisa, Pisa, Italy"
},
"email": "giovanni.manzini@unipi.it",
"familyName": "Manzini",
"givenName": "Giovanni"
}
],
"codeRepository": "git+https://github.com/acubeLab/k2tree.git",
"datePublished": "2025-09-22",
"description": "A k²-tree depth-first-based representation of a Boolean matrix ",
"keywords": [
"Web graphs",
"Sparse binary matrices",
"Succinct tree representations",
"Compact data structures"
],
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "k2tree",
"programmingLanguage": "C",
"developmentStatus": "active",
"issueTracker": "https://github.com/acubeLab/k2tree/issues",
"referencePublication": "https://doi.org/10.1007/978-3-032-05228-5_4",
"citation": [
{
"@type": "ScholarlyArticle",
"@id": "https://doi.org/10.1007/978-3-032-05228-5_4",
"name": "Depth First Representations of k2-trees",
"datePublished": "2025",
"author": [
{
"@type": "Person",
"familyName": "Carmona",
"givenName": "Gabriel"
},
{
"@type": "Person",
"familyName": "Manzini",
"givenName": "Giovanni"
}
],
"isPartOf": {
"@type": "PublicationEvent",
"name": "String Processing and Information Retrieval: 32nd International Symposium, SPIRE 2025, Proceedings"
},
"publisher": {
"@type": "Organization",
"name": "Springer-Verlag",
"location": "Berlin, Heidelberg"
},
"pageStart": "28",
"pageEnd": "44",
"identifier": "10.1007/978-3-032-05228-5_4",
"url": "https://doi.org/10.1007/978-3-032-05228-5_4"
}
]
}