-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcodemeta-generator.json
More file actions
33 lines (33 loc) · 1.11 KB
/
codemeta-generator.json
File metadata and controls
33 lines (33 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
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/codemeta_generator",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"description": "Web-based tool that creates standardized CodeMeta metadata files for research software, enhancing software discoverability and supporting FAIR principles through structured software description and cataloging.",
"hasQualityDimension": {
"@id": "dim:fairness",
"@type": "@id"
},
"howToUse": ["CI/CD", "command-line"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"name": "CodeMeta Generator",
"url": "https://codemeta.github.io/codemeta-generator",
"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/software_has_citation",
"@type": "@id"
}
]
}