-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathhermes-workflow.json
More file actions
26 lines (26 loc) · 1021 Bytes
/
hermes-workflow.json
File metadata and controls
26 lines (26 loc) · 1021 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
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/hermes_workflow",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"description": "Workflow system for automated publication of rich research software metadata and artifacts, improving software sustainability and FAIRness through comprehensive metadata management and automated publication workflows.",
"hasQualityDimension": [
{ "@id": "dim:maintainability", "@type": "@id" },
{ "@id": "dim:sustainability", "@type": "@id" },
{ "@id": "dim:fairness", "@type": "@id" }
],
"howToUse": ["command-line", "CI/CD"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "Hermes Workflows",
"url": "https://hermes.software-metadata.pub/en/latest/",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/descriptive_metadata",
"@type": "@id"
}
]
}