Skip to content

Commit 7525320

Browse files
committed
add weight to indicators
1 parent a9f3c97 commit 7525320

13 files changed

+143
-4
lines changed

docs/indicators/accessibility/A1_downloadable.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Being able to access the software as a user is the central aspect of Accessibili
2626

2727
- web
2828

29+
### Weight
30+
31+
- 0.6
32+
2933
---
3034

3135

@@ -48,6 +52,10 @@ Being able to access the software as a user is the central aspect of Accessibili
4852

4953
- non-web
5054

55+
### Weight
56+
57+
- 0.5
58+
5159
---
5260

5361
## A1.3. Existence of installation instructions
@@ -69,6 +77,10 @@ Being able to access the software as a user is the central aspect of Accessibili
6977

7078
- non-web
7179

80+
### Weight
81+
82+
- 0.2
83+
7284
---
7385

7486

@@ -90,6 +102,12 @@ Being able to access the software as a user is the central aspect of Accessibili
90102

91103
- all
92104

105+
### Weight
106+
107+
- web: 0.4
108+
109+
- non-web: 0.2
110+
93111
---
94112

95113

@@ -109,4 +127,8 @@ Being able to access the software as a user is the central aspect of Accessibili
109127

110128
### Types it applies to
111129

112-
- non-web
130+
- non-web
131+
132+
### Weight
133+
134+
- 0.2

docs/indicators/accessibility/A2_trackability.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ To match software provenance with analysed data provenance.
2525

2626
- all
2727

28+
### Weight
29+
30+
- 0.0
31+
2832

2933
---
3034

@@ -44,4 +48,8 @@ To match software provenance with analysed data provenance.
4448

4549
### Types it applies to
4650

47-
- all
51+
- all
52+
53+
### Weight
54+
55+
- 0.0

docs/indicators/accessibility/A3_unrestricted_access.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Unrestricted access removes entry barriers and ensures that a wider audience can
2626
### Types it applies to
2727

2828
- all
29+
30+
### Weight
31+
32+
- 0.0
2933

3034
---
3135

@@ -48,6 +52,9 @@ Unrestricted access removes entry barriers and ensures that a wider audience can
4852

4953
- non-web
5054

55+
### Weight
56+
57+
- 0.25
5158

5259
---
5360

@@ -69,6 +76,10 @@ Unrestricted access removes entry barriers and ensures that a wider audience can
6976

7077
- non-web
7178

79+
### Weight
80+
81+
- 0.25
82+
7283
---
7384

7485

@@ -90,6 +101,10 @@ Unrestricted access removes entry barriers and ensures that a wider audience can
90101

91102
- non-web
92103

104+
### Weight
105+
106+
- 0.25
107+
93108

94109
---
95110

@@ -112,5 +127,9 @@ Unrestricted access removes entry barriers and ensures that a wider audience can
112127

113128
- non-web
114129

130+
### Weight
131+
132+
- 0.25
133+
115134
---
116135

docs/indicators/findability/F1_identity_uniqueness.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The uniqueness of an identifier is necessary to unambiguously refer to that reso
2222
### Types it applies to
2323
- all
2424

25+
### Weight
26+
- 0.8
2527

2628
---
2729

@@ -43,6 +45,9 @@ A version of the form X.X is considered valid.
4345

4446
- all
4547

48+
### Weight
49+
- 0.2
50+
4651

4752

4853

docs/indicators/findability/F2_existence_of_metadata.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Metadata makes it possible to find tools through search engines and decide if th
2525

2626
- all
2727

28+
### Weight
29+
- 0.6
30+
2831
---
2932

3033
## F2.2. Existence of standardised metadata
@@ -38,9 +41,13 @@ Metadata makes it possible to find tools through search engines and decide if th
3841
- Standardised metadata using consensual terminology simplifies the interpretation and automated processing of software descriptions by ensuring a uniform approach to information representation. This uniformity enhances search efficiency and accuracy, making finding software with specific features easier and faster.
3942

4043
### How do we measure it?
44+
4145
- Use of EDAM and/or Bioschemas to describe the software is considered valid.
4246

4347
### Types it applies to
4448

4549
- all
4650

51+
### Weight
52+
- 0.4
53+

docs/indicators/findability/F3_searchability.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
How software can be found. There are multitude of mechanisms for scientists looking to find specific software
55

6+
(*) Scoring of high-level indicator F3 is based on the number of low-level indicators fulfilled: One fulfilled low-level indicator scores 0.7, two fulfilled indicators score 0.85, and fulfillment of all three indicators scores 1.0
67

78
---
89

@@ -22,6 +23,10 @@ How software can be found. There are multitude of mechanisms for scientists look
2223

2324
### Types it applies to
2425

26+
- all
27+
28+
### Weight
29+
- (*)
2530

2631
---
2732

@@ -43,6 +48,9 @@ An associated software repository (GitHub, GitLab or Bitbucket) is considered va
4348

4449
- all
4550

51+
### Weight
52+
- (*)
53+
4654
---
4755

4856
## F3.3. Discoverability in the scientific literature
@@ -62,3 +70,7 @@ An associated software repository (GitHub, GitLab or Bitbucket) is considered va
6270
### Types it applies to
6371

6472
- all
73+
74+
### Weight
75+
- (*)
76+

docs/indicators/interoperability/I1_input_output.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Adhering to data format standards and robust data handling practices is critical
2626

2727
- all
2828

29+
### Weight
30+
31+
- 0.5
32+
2933
---
3034

3135

@@ -47,6 +51,10 @@ Adhering to data format standards and robust data handling practices is critical
4751

4852
- web
4953

54+
### Weight
55+
56+
- 0.0
57+
5058
---
5159

5260
## I1.3 Verifiability of data formats
@@ -68,6 +76,11 @@ Adhering to data format standards and robust data handling practices is critical
6876

6977
- non-web
7078

79+
### Weight
80+
81+
- 0.3
82+
83+
7184
---
7285

7386

@@ -89,6 +102,10 @@ Adhering to data format standards and robust data handling practices is critical
89102

90103
- all
91104

105+
### Weight
106+
107+
- 0.2
108+
92109
---
93110

94111

@@ -109,3 +126,7 @@ Adhering to data format standards and robust data handling practices is critical
109126
### Types it applies to
110127

111128
- all
129+
130+
### Weight
131+
132+
- 0.0

docs/indicators/interoperability/I2_workflow_compatibility.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Research software is usually used with other software as part of a workflow or a
2525

2626
- all
2727

28+
### Weight
29+
30+
- 0.5
31+
2832

2933

3034
---
@@ -48,4 +52,8 @@ Research software is usually used with other software as part of a workflow or a
4852

4953
- all
5054

55+
### Weight
56+
57+
- 0.5
58+
5159

docs/indicators/interoperability/I3_dependencies_available.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Software dependencies are essential for it to function properly.
2424

2525
- all
2626

27+
### Weight
28+
29+
- 0.33
2730

2831
---
2932

@@ -46,6 +49,9 @@ Software dependencies are essential for it to function properly.
4649

4750
- all
4851

52+
### Weight
53+
54+
- 0.33
4955

5056
---
5157

@@ -68,3 +74,7 @@ Software dependencies are essential for it to function properly.
6874
### Types it applies to
6975

7076
- all
77+
78+
### Weight
79+
80+
- 0.33

docs/indicators/reusability/R1_usage_documentation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Usage documentation such as tutorials, use guides, examples of user cases, and '
2626

2727
- all
2828

29+
### Weight
30+
31+
- 1.0
2932

3033
---
3134

@@ -48,3 +51,6 @@ Usage documentation such as tutorials, use guides, examples of user cases, and '
4851

4952
- all
5053

54+
### Weight
55+
56+
- 0.0

docs/indicators/reusability/R2_license.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Explicit licenses or terms of use are necessary to provide a clear framework for
2626

2727
- web
2828

29+
### Weight
30+
31+
- 1.0
2932

3033
---
3134

@@ -47,4 +50,8 @@ Explicit licenses or terms of use are necessary to provide a clear framework for
4750

4851
### Types it applies to
4952

50-
- non-web
53+
- non-web
54+
55+
### Weight
56+
57+
- 1.0

docs/indicators/reusability/R3_contribution_policy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Clear policies and guidelines on contributing to a software project attract and
2626

2727
- all
2828

29+
### Weight
30+
31+
- 0.0
2932

3033
---
3134

@@ -48,3 +51,6 @@ Clear policies and guidelines on contributing to a software project attract and
4851

4952
- all
5053

54+
### Weight
55+
56+
- 1.0

0 commit comments

Comments
 (0)