-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
31 lines (31 loc) · 849 Bytes
/
Copy pathcodemeta.json
File metadata and controls
31 lines (31 loc) · 849 Bytes
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "GROUPOID",
"description": "Pre-alpha research prototype exploring groupoid-based aggregation for federated learning on Riemannian manifolds.",
"codeRepository": "https://github.com/smaniches/GROUPOID",
"programmingLanguage": "Python",
"license": "Apache-2.0",
"version": "0.1.0.dev4",
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0009-0005-6480-1987",
"givenName": "Santiago",
"familyName": "Maniches",
"affiliation": {
"@type": "Organization",
"name": "TOPOLOGICA LLC"
}
}
],
"keywords": [
"federated-learning",
"riemannian-geometry",
"groupoid",
"topology",
"sheaf-theory",
"cohomology",
"topological-data-analysis"
]
}