From d7185e29d09dcb872b445b1e997f2d9400ba4843 Mon Sep 17 00:00:00 2001 From: Thomas Vuillaume Date: Wed, 7 Jan 2026 14:03:19 +0100 Subject: [PATCH] Add indicators for hermes-workflow (#180) --- data/software-tools/hermes-workflow.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/data/software-tools/hermes-workflow.json b/data/software-tools/hermes-workflow.json index ca928206..d4344000 100644 --- a/data/software-tools/hermes-workflow.json +++ b/data/software-tools/hermes-workflow.json @@ -8,13 +8,28 @@ }, "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" } + { + "@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/" + "url": "https://hermes.software-metadata.pub/en/latest/", + "improvesQualityIndicator": [ + { + "@id": "https://w3id.org/everse/i/indicators/descriptive_metadata", + "@type": "@id" + } + ] }