-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgit.json
More file actions
30 lines (30 loc) · 1.08 KB
/
git.json
File metadata and controls
30 lines (30 loc) · 1.08 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
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/git",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"description": "Distributed version control system that enables collaborative research software development, change tracking, and version management, essential for research software maintainability and reproducibility throughout the development lifecycle.",
"hasQualityDimension": { "@id": "dim:maintainability", "@type": "@id" },
"howToUse": ["command-line", "online-service"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/GPL-2.0-only",
"name": "Git",
"url": "https://git-scm.com/",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/has_releases",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/version_control_use",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/versioning_standards_use",
"@type": "@id"
}
]
}