Skip to content

Commit 3da99b6

Browse files
Merge pull request #253 from EVERSE-ResearchSoftware/auto-codemeta-indicators-160
Add indicators for auto-codemeta.json
2 parents 733f95b + 4c91d10 commit 3da99b6

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

data/software-tools/auto-codemeta.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,31 @@
77
"@type": "@id"
88
},
99
"description": "This repository contains a (client-side) web application to automatically generate Codemeta documents (aka. codemeta.json).",
10-
"hasQualityDimension": { "@id": "dim:fairness", "@type": "@id" },
10+
"hasQualityDimension": {
11+
"@id": "dim:fairness",
12+
"@type": "@id"
13+
},
1114
"howToUse": ["CI/CD", "command-line"],
1215
"isAccessibleForFree": true,
1316
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
1417
"name": "Auto-CodeMeta Generator",
15-
"url": "https://w3id.org/autocodemeta"
18+
"url": "https://w3id.org/autocodemeta",
19+
"improvesQualityIndicator": [
20+
{
21+
"@id": "https://w3id.org/everse/i/indicators/descriptive_metadata",
22+
"@type": "@id"
23+
},
24+
{
25+
"@id": "https://w3id.org/everse/i/indicators/codemeta_completeness",
26+
"@type": "@id"
27+
},
28+
{
29+
"@id": "https://w3id.org/everse/i/indicators/metadata_is_up_to_date",
30+
"@type": "@id"
31+
},
32+
{
33+
"@id": "https://w3id.org/everse/i/indicators/software_has_citation",
34+
"@type": "@id"
35+
}
36+
]
1637
}

0 commit comments

Comments
 (0)