-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathresqui.json
More file actions
55 lines (55 loc) · 2.1 KB
/
resqui.json
File metadata and controls
55 lines (55 loc) · 2.1 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/resqui",
"@type": "schema:SoftwareApplication",
"name": "resqui",
"description": "Comprehensive research software quality assessment framework developed by EVERSE that evaluates repositories across all quality dimensions including maintainability, security, FAIRness, and sustainability, providing actionable insights for improving research software throughout its lifecycle.",
"url": "https://github.com/EVERSE-ResearchSoftware/QualityPipelines",
"applicationCategory": [
{ "@id": "rs:ResearchInfrastructureSoftware", "@type": "@id" },
{ "@id": "rs:AnalysisCode", "@type": "@id" },
{ "@id": "rs:PrototypeTool", "@type": "@id" }
],
"isAccessibleForFree": true,
"hasQualityDimension": [
{ "@id": "dim:compatibility", "@type": "@id" },
{ "@id": "dim:fairness", "@type": "@id" },
{ "@id": "dim:flexibility", "@type": "@id" },
{ "@id": "dim:functional_suitability", "@type": "@id" },
{ "@id": "dim:interaction_capability", "@type": "@id" },
{ "@id": "dim:maintainability", "@type": "@id" },
{ "@id": "dim:performance_efficiency", "@type": "@id" },
{ "@id": "dim:reliability", "@type": "@id" },
{ "@id": "dim:safety", "@type": "@id" },
{ "@id": "dim:security", "@type": "@id" },
{ "@id": "dim:sustainability", "@type": "@id" }
],
"measuresQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/software_has_license",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/software_has_citation",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/has_ci-tests",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/human_code_review_requirement",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/has_published_package",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/no_leaked_credentials",
"@type": "@id"
}
],
"howToUse": ["command-line"],
"license": "https://spdx.org/licenses/MIT"
}