-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
27 lines (27 loc) · 854 Bytes
/
codemeta.json
File metadata and controls
27 lines (27 loc) · 854 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "UbiCity",
"name": "UbiCity",
"description": "RSR-compliant project",
"version": "0.1.0",
"dateCreated": "2025-12-10",
"dateModified": "2025-12-10",
"license": "https://spdx.org/licenses/PMPL-1.0-or-later.html",
"codeRepository": "https://github.com/hyperpolymath/UbiCity",
"issueTracker": "https://github.com/hyperpolymath/UbiCity/issues",
"programmingLanguage": ["Guile Scheme"],
"developmentStatus": "active",
"keywords": ["RSR", "rhodium-standard"],
"author": [{
"@type": "Person",
"givenName": "Jonathan D.A.",
"familyName": "Jewell",
"email": "j.d.a.jewell@open.ac.uk"
}],
"isPartOf": [{
"@type": "SoftwareApplication",
"name": "RSR Framework",
"url": "https://rhodium.sh"
}]
}