-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcodemeta.json
More file actions
120 lines (120 loc) · 3.47 KB
/
codemeta.json
File metadata and controls
120 lines (120 loc) · 3.47 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"name": "resqui",
"identifier": "QualityPipelines",
"description": "A command line tool to check a bunch of indicators related to research software quality. Part of the EVERSE Software Quality Pipelines.",
"applicationCategory": "Software Quality Assessment",
"keywords": [
"research software",
"software quality",
"quality indicators",
"quality assessment",
"FAIR software",
"EVERSE",
"continuous integration",
"GitHub Actions"
],
"url": "https://github.com/EVERSE-ResearchSoftware/QualityPipelines",
"codeRepository": "https://github.com/EVERSE-ResearchSoftware/QualityPipelines",
"issueTracker": "https://github.com/EVERSE-ResearchSoftware/QualityPipelines/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.3",
"programmingLanguage": [
{
"@type": "ComputerLanguage",
"name": "Python",
"url": "https://www.python.org/"
}
],
"runtimePlatform": [
"Python 3.x"
],
"operatingSystem": [
"Linux",
"macOS",
"Windows"
],
"softwareRequirements": [
"Python >= 3.9"
],
"author": [
{
"@type": "Person",
"givenName": "Tamas",
"familyName": "Gal",
"email": "tamas.gal@fau.de",
"affiliation": {
"@type": "Organization",
"name": "Erlangen Centre for Astroparticle Physics"
}
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Tamas",
"familyName": "Gal",
"email": "tamas.gal@fau.de"
}
],
"contributor": [
{
"@type": "Organization",
"name": "EVERSE-ResearchSoftware"
}
],
"funder": {
"@type": "Organization",
"name": "European Commission",
"identifier": "https://cordis.europa.eu/project/id/101129744"
},
"funding": "HORIZON-INFRA-2023-EOSC-01-02",
"developmentStatus": "active",
"isPartOf": {
"@type": "Project",
"name": "EVERSE",
"description": "European Virtual Institute for Research Software Excellence",
"url": "https://everse.software/"
},
"relatedLink": [
"https://everse.software/indicators/",
"https://w3id.org/everse/i/indicators/",
"https://everse.software/RSQKit/"
],
"readme": "https://github.com/EVERSE-ResearchSoftware/QualityPipelines/blob/main/README.md",
"softwareHelp": "https://github.com/EVERSE-ResearchSoftware/QualityPipelines/blob/main/README.md",
"buildInstructions": "https://github.com/EVERSE-ResearchSoftware/QualityPipelines/blob/main/README.md#installation",
"softwareSuggestions": [
"docker",
"git"
],
"targetProduct": [
{
"@type": "CommandLineApplication",
"name": "resqui",
"description": "Command line tool for research software quality assessment"
},
{
"@type": "SoftwareApplication",
"name": "resqui GitHub Action",
"description": "GitHub Action for automated quality checks",
"applicationCategory": "Continuous Integration"
}
],
"hasFeature": [
"Software quality indicator checking",
"License detection",
"Citation file validation",
"Configurable indicator plugins",
"JSON output format",
"GitHub API integration",
"Docker executor support",
"Python virtual environment execution",
"GitHub Actions workflow",
"DashVerse integration for publishing results"
],
"dateCreated": "2024",
"dateModified": "2026",
"contIntegration": "https://github.com/EVERSE-ResearchSoftware/QualityPipelines/actions"
}