-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy patheOSSR.json
More file actions
18 lines (18 loc) · 898 Bytes
/
eOSSR.json
File metadata and controls
18 lines (18 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://escape-ossr.gitlab.io/eossr",
"@type": "schema:SoftwareApplication",
"name": "eOSSR",
"description": "Python library for programmatically managing the ESCAPE Open Source Software Repository (OSSR) that includes CodeMeta generator and validator tools, supporting research software FAIRness and metadata management for scientific code repositories.",
"url": "https://gitlab.com/escape-ossr/eossr",
"applicationCategory": [
{ "@id": "rs:PrototypeTool", "@type": "@id" },
{ "@id": "rs:ResearchInfrastructureSoftware", "@type": "@id" },
{ "@id": "rs:AnalysisCode", "@type": "@id" }
],
"isAccessibleForFree": true,
"hasQualityDimension": { "@id": "dim:fairness", "@type": "@id" },
"howToUse": ["CI/CD", "command-line", "online-service"],
"usedBy": ["ESCAPE"],
"license": "https://spdx.org/licenses/MIT"
}