-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdvc.json
More file actions
19 lines (19 loc) · 754 Bytes
/
dvc.json
File metadata and controls
19 lines (19 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://dvc.org/",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"description": "Data version control system that tracks large files, datasets, and machine learning models, enabling reproducible research workflows and enhancing research software sustainability through proper data and model versioning.",
"hasQualityDimension": [
{ "@id": "dim:sustainability", "@type": "@id" },
{ "@id": "dim:fairness", "@type": "@id" }
],
"howToUse": ["CI/CD", "command-line"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "DVC",
"url": "https://dvc.org/"
}