Science Score: 39.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 5 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.9%) to scientific vocabulary
Keywords
Repository
Test to make repo FAIR.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
FAIR Test Repository
This is a target end point for FAIR and FAIR4RS metric testing software to evaluate how easy/expensive it is to get a fully compliant repository that complies with the FAIR principles. The codemeta.json file was generated using the codemeta-generator.
FAIR principles for data and research software
From Lamprecht, Anna-Lena et al. (2020) modified according to Chue Hong, N. et al (2022). In general for software:
- F: Software, and its associated metadata, is easy for both humans and machines to find.
- A: Software, and its metadata, is retrievable via standardized protocols.
- I: Software interoperates with other software by exchanging data and/or metadata, and/or through interaction via application programming interfaces (APIs), described through standards.
- R: Software is both usable (can be executed) and reusable (can be understood, modified, built upon, or incorporated into other software).
and in more detail:
| | FAIR for data | FAIR for software | | ---- | ------------------------------------------------------------ | ------------------------------------------------------------ | | F1 | (Meta)data are assigned a globally unique and persistent identifier. | Software is assigned a globally unique and persistent identifier. | | F1.1 | - | Components of the software representing levels of granularity are assigned distinct identifiers. | | F1.2 | - | Different versions of the software are assigned distinct identifiers. | | F2 | Data are described with rich metadata. | Software is described with rich metadata. | | F3 | Metadata clearly and explicitly include the identifier of the data it describes. | Metadata clearly and explicitly include the identifier of the software they describe. | | F4 | (Meta)data are registered or indexed in a searchable resource. | Metadata are FAIR, searchable and indexable. | | A1 | (Meta)data are retrievable by their identifier using a standardized communications protocol. | Software and its associated metadata are accessible by their identifier using a standardized communications protocol. | | A1.1 | The protocol is open, free, and universally implementable. | The protocol is open, free, and universally implementable. | | A1.2 | The protocol allows for an authentication and authorization procedure, where necessary. | The protocol allows for an authentication and authorization procedure, where necessary. | | A2 | Metadata are accessible, even when the data are no longer available. | Metadata are accessible, even when the software is no longer available. | | I1 | (Meta)data use a formal, accessible, shared, and broadly applicable language for knowledge representation. | Software reads, writes and exchanges data in a way that meets domain-relevant community standards. | | I2 | (Meta)data use vocabularies that follow FAIR principles. | Software includes qualified references to other objects. | | I3 | (Meta)data include qualified references to other (meta)data. | | | R1 | (Meta)data are richly described with a plurality of accurate and relevant attributes. | Software is described with a plurality of accurate and relevant attributes. | | R1.1 | (Meta)data are released with a clear and accessible data usage license. | Software is given a clear and accessible license. | | R1.2 | (Meta)data are associated with detailed provenance. | Software is associated with detailed provenance. | | R1.3 | (Meta)data meet domain-relevant community standards. | - | | R2 | - | Software includes qualified references to other software. | | R3 | - | Software includes qualified references to other software. |
Test Software
The following software are used for testing:
- RegistryScotland.R - R script to look at some of the data published by the National Records of Scotland.
- githubstats.R - R script to look at the number of commits of particular repositories.
Tools looked at
Tools used to measure compliance with FAIR:
- Howfairis - does not use FAIR for research software (FAIR4RS) but uses aligned FAIR software recommendations.
- Fair-enough-metrics - really assesses FAIR data.
- F-UJI - really assesses FAIR data.
- FAIR-checker - really assesses FAIR data.
- FAIR checklist (repo, web form) - unlike the other tools this is a self assessment checker.
Owner
- Name: Mario Antonioletti
- Login: marioa
- Kind: user
- Location: Edinburgh
- Company: EPCC
- Repositories: 39
- Profile: https://github.com/marioa
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/marioa/fair-test",
"dateCreated": "2023-06-20",
"datePublished": "2023-06-20",
"dateModified": "2023-06-20",
"name": "Birth and death records",
"version": "0.1",
"description": "Looking at birth and death plots of data from the national registries in Scotland.",
"programmingLanguage": [
"R"
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/my-orcid?orcid=0000-0002-2486-7990",
"givenName": "Mario",
"familyName": "Antonioletti",
"email": "mario@epcc.ed.ac.uk",
"affiliation": {
"@type": "Organization",
"name": "EPCC, The University of Edinburgh"
}
}
]
}
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0