{"id":20090558,"url":"https://github.com/marioa/fair-test","last_synced_at":"2025-10-12T18:56:21.342Z","repository":{"id":71774525,"uuid":"598043061","full_name":"marioa/fair-test","owner":"marioa","description":"Test to make repo FAIR.","archived":false,"fork":false,"pushed_at":"2024-01-22T14:47:44.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-04T22:57:08.933Z","etag":null,"topics":["fair","fair-test-target","fair4rs"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marioa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":null}},"created_at":"2023-02-06T09:21:38.000Z","updated_at":"2023-07-18T09:22:15.000Z","dependencies_parsed_at":"2023-03-11T13:45:58.322Z","dependency_job_id":"5904f727-b3b1-409c-9424-26f0b8982973","html_url":"https://github.com/marioa/fair-test","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/marioa/fair-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marioa%2Ffair-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marioa%2Ffair-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marioa%2Ffair-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marioa%2Ffair-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marioa","download_url":"https://codeload.github.com/marioa/fair-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marioa%2Ffair-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012530,"owners_count":26085135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fair","fair-test-target","fair4rs"],"created_at":"2024-11-13T16:25:07.584Z","updated_at":"2025-10-12T18:56:21.326Z","avatar_url":"https://github.com/marioa.png","language":"R","readme":"# FAIR Test Repository\n\n[![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B%20%20%E2%97%8F%20%20%E2%97%8B-orange)](https://fair-software.eu)\n\n[![FAIR checklist badge](https://fairsoftwarechecklist.net/badge.svg)](https://fairsoftwarechecklist.net/v0.2?f=21\u0026a=20111\u0026i=20000\u0026r=013)\n\nThis 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](https://codemeta.github.io/codemeta-generator/).\n\n## FAIR principles for data and research software\n\nFrom [Lamprecht, Anna-Lena et al. (2020)](https://dx.doi.org/10.3233/DS-190026) modified according to [Chue Hong, N. et al (2022)](https://doi.org/10.15497/RDA00065). In general for software:\n\n* **F: Software, and its associated metadata, is easy for both humans and machines to find.**\n* **A: Software, and its metadata, is retrievable via standardized protocols.**\n* **I: Software interoperates with other software by exchanging data and/or metadata, and/or through interaction via application programming interfaces (APIs), described through standards.**\n* **R: Software is both usable (can be executed) and reusable (can be understood, modified, built upon, or incorporated into other software).**\n\nand in more detail:\n\n|      | FAIR for data                                                | FAIR for software                                            |\n| ---- | ------------------------------------------------------------ | ------------------------------------------------------------ |\n| F1   | (Meta)data are assigned a globally unique and persistent identifier. | Software is assigned a globally unique and persistent identifier. |\n| F1.1 | -                                                            | Components of the software representing levels of granularity are assigned distinct identifiers. |\n| F1.2 | -                                                            | Different versions of the software are assigned distinct identifiers. |\n| F2   | Data are described with rich metadata.                       | Software is described with rich metadata.                    |\n| 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. |\n| F4   | (Meta)data are registered or indexed in a searchable resource. | Metadata are FAIR, searchable and indexable.                 |\n| 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. |\n| A1.1 | The protocol is open, free, and universally implementable.   | The protocol is open, free, and universally implementable.   |\n| A1.2 | The protocol allows for an authentication and authorization procedure, where necessary. | The protocol allows for an authentication and authorization procedure, where necessary. |\n| A2   | Metadata are accessible, even when the data are no longer available. | Metadata are accessible, even when the software is no longer available. |\n| 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. |\n| I2   | (Meta)data use vocabularies that follow FAIR principles.     | Software includes qualified references to other objects.     |\n| I3   | (Meta)data include qualified references to other (meta)data. | –                                                            |\n| 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. |\n| R1.1 | (Meta)data are released with a clear and accessible data usage license. | Software is given a clear and accessible license.            |\n| R1.2 | (Meta)data are associated with detailed provenance.          | Software is associated with detailed provenance.             |\n| R1.3 | (Meta)data meet domain-relevant community standards.         | -                                                            |\n| R2   | -                                                            | Software includes qualified references to other software.    |\n| R3   | -                                                            | Software includes qualified references to other software.    |\n\n\n\n## Test Software\n\nThe following software are used for testing:\n\n* [RegistryScotland.R](Src/RegistryScotland.R) - R script to look at some of the data published by the [National Records of Scotland](https://www.nrscotland.gov.uk/).\n* [githubstats.R](githubstats.R) - R script to look at the number of commits of particular repositories.\n\n## Tools looked at\n\nTools used to measure compliance with FAIR:\n\n* [Howfairis](https://github.com/fair-software/howfairis) - does not use FAIR for research software (FAIR4RS) but uses aligned FAIR software [recommendations](https://fair-software.eu/).\n* [Fair-enough-metrics](https://github.com/vemonet/fair-enough-metrics) - really assesses FAIR data.\n* [F-UJI](https://github.com/pangaea-data-publisher/fuji) - really assesses FAIR data.\n* [FAIR-checker](https://github.com/IFB-ElixirFr/FAIR-checker) - really assesses FAIR data.\n* [FAIR checklist](https://github.com/ardc-fair-checklist/ardc-fair-checklist.github.io) (repo, [web form](https://fairsoftwarechecklist.net/v0.2/)) - unlike the other tools this is a self assessment checker.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarioa%2Ffair-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarioa%2Ffair-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarioa%2Ffair-test/lists"}