Skip to content

Commit aeff50f

Browse files
authored
Merge pull request #82 from juanjemdIos/main
dois assigned
2 parents ade8363 + b38ada0 commit aeff50f

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

indicators/has_citation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"description": "This indicator aims to determine if the project uses a citation to reference contributors and authors (e.g., through a CFF file, in the README, etc).",
99
"keywords": [ "citation", "metadata", "fair", "contributors"],
1010
"identifier": { "@id": "https://w3id.org/everse/i/indicators/software_has_citation" },
11+
"sameAs": "https://doi.org/10.25504/FAIRsharing.c585c5",
1112
"status": "Active",
1213
"version": "1.0.0",
1314
"contact": [

indicators/has_releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"description": "To enable collaborative review, the project's source repository MUST include interim versions for review between releases; it MUST NOT include only final releases. This indicator determines if a software project has releases. This can be achieved by looking for tags or using software that retrieves related data.",
88
"keywords": [ "releases", "repository", "fair"],
99
"identifier": { "@id": "https://w3id.org/everse/i/indicators/has_releases" },
10+
"sameAs": "https://doi.org/10.25504/FAIRsharing.ef9fc3",
1011
"alternateName": "FRSM-03",
1112
"status": "Active",
1213
"version": "1.0.0",

indicators/persistent_and_unique_identifier.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"description": "This indicator tries to determine if the software identifier is based on a suitable identifier scheme, and test it can be resolved. This is done by checking if the identifier uses an identifier scheme contained in a list of globally unique identifier schemes",
99
"keywords": [ "identifier", "unique", "fair", "persistent", "metadata"],
1010
"identifier": { "@id": "https://w3id.org/everse/i/indicators/persistent_and_unique_identifier" },
11+
"sameAs": "https://doi.org/10.25504/FAIRsharing.87c9a8",
1112
"status": "Active",
1213
"version": "1.0.0",
1314
"contact": [

indicators/requirements_specified.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"description": "This indicator tries to determine if the project specifies what is required to use the software.",
99
"keywords": [ "documentation", "requirements", "dependencies", "fair"],
1010
"identifier": { "@id": "https://w3id.org/everse/i/indicators/requirements_specified" },
11+
"sameAs": "https://doi.org/10.25504/FAIRsharing.b8eeb9",
1112
"status": "Active",
1213
"version": "1.0.0",
1314
"contact": [

indicators/software_documentation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"description": "This indicator aims to determine if a software project comes with many forms of documentation like readme or readthedocs",
99
"keywords": [ "documentation", "fair", "usage", "readme"],
1010
"identifier": { "@id": "https://w3id.org/everse/i/indicators/software_documentation" },
11+
"sameAs": "https://doi.org/10.25504/FAIRsharing.452bcd",
1112
"status": "Active",
1213
"version": "1.0.0",
1314
"author" : {

indicators/software_tests.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"description": "Evaluates the extent to which the software has been tested, including unit tests, integration tests, and system tests, to ensure reliability and correctness.",
99
"keywords": [ "test", "functionality", "fair"],
1010
"identifier": { "@id": "https://w3id.org/everse/i/indicators/software_has_tests" },
11+
"sameAs": "https://doi.org/10.25504/FAIRsharing.a2dd1a",
1112
"status": "Active",
1213
"version": "1.0.0",
1314
"contact": [

indicators/version_control_use.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"description": "This indicator aims to determine if a software project uses version control.",
99
"keywords": [ "version", "control", "fair", "repository", "identifier"],
1010
"identifier": { "@id": "https://w3id.org/everse/i/indicators/version_control_use" },
11+
"sameAs": "https://doi.org/10.25504/FAIRsharing.d2b2c5",
1112
"status": "Active",
1213
"version": "1.0.0",
1314
"author" : [

0 commit comments

Comments
 (0)