Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.91 KB

fairness_evaluation.md

File metadata and controls

27 lines (23 loc) · 1.91 KB

Fairness Evaluation Methodology

In 2016, the ‘FAIR Guiding Principles for scientific data management and stewardship’ were published in Scientific Data. The authors intended to provide guidelines to improve the Findability, Accessibility, Interoperability, and Reuse of digital assets. The principles emphasise machine-actionability (i.e., the capacity of computational systems to find, access, interoperate, and reuse data with none or minimal human intervention) because humans increasingly rely on computational support to deal with data as a result of the increase in volume, complexity, and creation speed of data. (source)

To calculate a FAIRness score we assess the degree to which each of the CALLISTO-generated datasets meet the FAIR principles. To assign a numerical value to each principle, we are using the following scoring system.

  • Findable (score range: 0-25)
    • Clear and concise dataset name: 0-7 points
    • Informative and comprehensive dataset description: 0-8 points
    • Unique identifier (e.g., DOI) provided: 0-5 points
    • Standardized metadata available: 0-5 points
  • Accessible (score range: 0-25)
    • Download link accessible and working: 0-7 points
    • Requirements or conditions for accessing the dataset clearly stated: 0-6 points
    • Machine-readable format available: 0-5 points
    • User-friendly access interface provided: 0-7 points
  • Interoperable (score range: 0-25)
    • Standardized data format (e.g., CSV, JSON) available: 0-8 points
    • Free from errors and inconsistencies: 0-6 points
    • Semantic annotations provided: 0-5 points
    • Links to related resources available: 0-6 points
  • Reusable (score range: 0-25)
    • Clear and permissive licensing terms: 0-6 points
    • Properly documented and versioned data and metadata: 0-5 points
    • Usage guidelines and best practices provided: 0-7 points
    • Potential for reuse in different contexts: 0-7 points