-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsqaaas.json
More file actions
23 lines (23 loc) · 988 Bytes
/
sqaaas.json
File metadata and controls
23 lines (23 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/sqaaas",
"@type": "SoftwareApplication",
"applicationCategory": { "@id": "rs:AnalysisCode", "@type": "@id" },
"description": "Software Quality Assessment as a Service platform that analyzes completeness against FAIR4RS reference criteria for research software releases, providing comprehensive quality assessment and awarding capabilities for research software projects.",
"hasQualityDimension": { "@id": "dim:fairness", "@type": "@id" },
"howToUse": ["online-service", "CI/CD"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"name": "SQAaas",
"url": "https://sqaaas.eosc-synergy.eu/",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/dependency_management",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/requirements_specified",
"@type": "@id"
}
]
}