-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathauto-codemeta.json
More file actions
37 lines (37 loc) · 1.11 KB
/
auto-codemeta.json
File metadata and controls
37 lines (37 loc) · 1.11 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
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/auto-codemeta_generator",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:PrototypeTool",
"@type": "@id"
},
"description": "This repository contains a (client-side) web application to automatically generate Codemeta documents (aka. codemeta.json).",
"hasQualityDimension": {
"@id": "dim:fairness",
"@type": "@id"
},
"howToUse": ["CI/CD", "command-line"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"name": "Auto-CodeMeta Generator",
"url": "https://w3id.org/autocodemeta",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/descriptive_metadata",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/codemeta_completeness",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/metadata_is_up_to_date",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/software_has_citation",
"@type": "@id"
}
]
}