-
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) · 1000 Bytes
/
Copy pathcodemeta.json
File metadata and controls
27 lines (27 loc) · 1000 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://w3id.org/codemeta/3.1",
"@type": "SoftwareSourceCode",
"name": "sci-render-kit",
"description": "Declarative scientific-figure compilation with backend-bounded rendering, provenance and figure-evidence sidecars, explicit uncertainty semantics, accessibility contracts, and publisher-target boundaries.",
"codeRepository": "https://github.com/lostlight530/sci-render-kit",
"identifier": "https://doi.org/10.5281/zenodo.22791375",
"datePublished": "2026-09-16",
"license": "https://spdx.org/licenses/MIT.html",
"author": {
"@type": "Person",
"@id": "https://orcid.org/0009-0001-3617-0832",
"name": "lightlost",
"url": "https://github.com/lostlight530"
},
"applicationCategory": "Research Software",
"isAccessibleForFree": true,
"programmingLanguage": "Python",
"keywords": [
"research software",
"scientific visualization",
"figure provenance",
"uncertainty semantics",
"accessibility",
"reproducibility"
]
}