Skip to content

Commit 8df7f91

Browse files
authored
Adding fairness dimension based on https://www.nature.com/articles/s41597-022-01710-x
1 parent a394235 commit 8df7f91

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

dimensions/fairness.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"@context": "https://w3id.org/everse/rsqd#",
3+
"@id": "https://w3id.org/everse/i/dimensions/fairness",
4+
"@type": "SoftwareQualityDimension",
5+
"name": "FAIRness",
6+
"identifier": "https://w3id.org/everse/i/dimensions/fairness",
7+
"description": "FAIRness refers to the degree to which research software adheres to the FAIR principles: Findable, Accessible, Interoperable, and Reusable. These principles, adapted for research software, aim to enhance the discoverability, accessibility, interoperability, and reusability of software, thereby maximizing its value and impact in scientific research.",
8+
"source": {
9+
"name": "Introducing the FAIR Principles for research software",
10+
"url": "https://www.nature.com/articles/s41597-022-01710-x"
11+
}
12+
}
13+

0 commit comments

Comments
 (0)