Skip to content

Commit

Permalink
Improve card headings
Browse files Browse the repository at this point in the history
Changed to size h4 and made them bold. Also added space after cards so that they are separated from next card button
  • Loading branch information
YvonneKallberg committed Dec 15, 2023
1 parent eafe73b commit 18f7ece
Showing 1 changed file with 27 additions and 15 deletions.
42 changes: 27 additions & 15 deletions content/topics/fair-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ Data and metadata should be easy to find by both humans and computer systems. Ba
</p>
<div class="collapse" id="collapseFind1">
<div class="card">
<div class="card-header"><h5>F1: (meta)data are assigned a globally unique and persistent identifier</h5></div>
<div class="card-header"><h4><b>F1: (meta)data are assigned a globally unique and persistent identifier</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> Each dataset is assigned a globally unique and persistent identifier (PID), for example a <a href="https://www.doi.org/">DOI</a>. These identifiers allow to find, cite and track (meta)data. <br><br>
<b>Action:</b> Ensure that each dataset is assigned a globally unique and persistent identifier. Certain repositories automatically assign identifiers to datasets as a service. If not, researchers must obtain a PID via a PID registration service.
</span>
</div>
</div>
<br>
</div>
<p>
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseFind2" role="button" aria-expanded="false" aria-controls="collapseFind2">
Expand All @@ -33,14 +34,15 @@ Data and metadata should be easy to find by both humans and computer systems. Ba
</p>
<div class="collapse" id="collapseFind2">
<div class="card">
<div class="card-header"><h5>F2: data are described with rich metadata</h5></div>
<div class="card-header"><h4><b>F2: data are described with rich metadata</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> Each dataset is thoroughly (see below, in R1) described: these metadata document how the data was generated, under what term (license) and how it can be (re)used, and provide the necessary context for proper interpretation. This information needs to be machine-readable. <br><br>
<b>Action:</b> Fully document each dataset in the metadata, which may include descriptive information about the context, quality and condition, or characteristics of the data. Another researcher in any field, or their computer, should be able to properly understand the nature of your dataset. Be as generous as possible with your metadata (see R1).
</span>
</div>
</div>
<br>
</div>
<p>
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseFind3" role="button" aria-expanded="false" aria-controls="collapseFind3">
Expand All @@ -49,14 +51,15 @@ Data and metadata should be easy to find by both humans and computer systems. Ba
</p>
<div class="collapse" id="collapseFind3">
<div class="card">
<div class="card-header"><h5>F3: metadata clearly and explicitly include the identifier of the data it describes</h5></div>
<div class="card-header"><h4><b>F3: metadata clearly and explicitly include the identifier of the data it describes</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b>The metadata and the dataset they describe are separate files. The association between a metadata file and the dataset is obvious thanks to the mention of the dataset’s PID in the metadata. <br><br>
<b>Action:</b> Make sure that the metadata contains the dataset’s PID.
</span>
</div>
</div>
<br>
</div>
<p>
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseFind4" role="button" aria-expanded="false" aria-controls="collapseFind4">
Expand All @@ -65,7 +68,7 @@ Data and metadata should be easy to find by both humans and computer systems. Ba
</p>
<div class="collapse" id="collapseFind4">
<div class="card">
<div class="card-header"><h5>F4: (meta)data are registered or indexed in a searchable resource</h5></div>
<div class="card-header"><h4><b>F4: (meta)data are registered or indexed in a searchable resource</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> Metadata are used to build easily searchable indexes of datasets. These resources will allow to search for existing datasets similarly to searching for a book in a library. <br><br>
Expand All @@ -84,14 +87,15 @@ Data and metadata should be stored for the long term such that they can be easil
</p>
<div class="collapse" id="collapseAccess1">
<div class="card">
<div class="card-header"><h5>A1: (meta)data are retrievable by their identifier using a standardized communications protocol</h5></div>
<div class="card-header"><h4><b>A1: (meta)data are retrievable by their identifier using a standardized communications protocol</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> If one knows a dataset’s identifier and the location where it is archived, one can access at least the metadata. Furthermore, the user knows how to proceed to get access to the data. <br><br>
<b>Action:</b> Clearly define who can access the actual data, and specify how. It is possible that data will actually not be downloaded, but rather reused in situ. If so, the metadata must specify the conditions under which this is allowed (sometimes versus the conditions needed to fulfill for external usage/“download”).
</span>
</div>
</div>
<br>
</div>
<p>
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseAccess2" role="button" aria-expanded="false" aria-controls="collapseAccess2">
Expand All @@ -100,13 +104,14 @@ Data and metadata should be stored for the long term such that they can be easil
</p>
<div class="collapse" id="collapseAccess2">
<div class="card">
<div class="card-header"><h5>A1.1: the protocol is open, free, and universally implementable</h5></div>
<div class="card-header"><h4><b>A1.1: the protocol is open, free, and universally implementable</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> Anyone with a computer and an internet connection can access at least the metadata.
</span>
</div>
</div>
<br>
</div>
<p>
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseAccess3" role="button" aria-expanded="false" aria-controls="collapseAccess3">
Expand All @@ -115,13 +120,14 @@ Data and metadata should be stored for the long term such that they can be easil
</p>
<div class="collapse" id="collapseAccess3">
<div class="card">
<div class="card-header"><h5>A1.2: the protocol allows for an authentication and authorization procedure, where necessary</h5></div>
<div class="card-header"><h4><b>A1.2: the protocol allows for an authentication and authorization procedure, where necessary</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> It often makes sense to request users to create a user account on a repository. This allows to authenticate the owner (or contributor) of each dataset, and to potentially set user specific rights.
</span>
</div>
</div>
<br>
</div>
<p>
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseAccess4" role="button" aria-expanded="false" aria-controls="collapseAccess4">
Expand All @@ -130,7 +136,7 @@ Data and metadata should be stored for the long term such that they can be easil
</p>
<div class="collapse" id="collapseAccess4">
<div class="card">
<div class="card-header"><h5>A2: metadata are accessible, even when the data are no longer available</h5></div>
<div class="card-header"><h4><b>A2: metadata are accessible, even when the data are no longer available</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> Maintaining all datasets in a readily usable state eternally would require an enormous amount of curation work (adapting to new standards for formats, converting to different format if specifically needed software is discontinued, etc.). Keeping the metadata describing each dataset accessible, however, can be done with much less resources. This allows to build comprehensive data indexes including all current, past and potentially arising datasets. <br><br>
Expand All @@ -149,14 +155,15 @@ Data should be ready to be exchanged, interpreted and combined in a (semi)automa
</p>
<div class="collapse" id="collapseInterop1">
<div class="card">
<div class="card-header"><h5>I1: (meta)data use a formal, accessible, shared, and broadly applicable language for knowledge representation</h5></div>
<div class="card-header"><h4><b>I1: (meta)data use a formal, accessible, shared, and broadly applicable language for knowledge representation</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> Interoperability typically means that each computer system has at least knowledge of the other system’s formats in which data is exchanged. If (meta)data are to be searchable and if compatible data sources should be combinable in a (semi)automatic way, computer systems need to be able to decide if the content of datasets are comparable. Obvious issues arise when different languages are used to describe the data or when spelling errors make the comparison of descriptions and variable names more difficult. It is critical to use controlled vocabularies and a well-defined framework to describe and structure (meta)data in order to ensure findability and interoperability of datasets. <br><br>
<b>Action:</b> Provide machine readable data and metadata in an accessible language, using a well-established formalism. In particular, data and metadata are annotated with resolvable vocabularies/ontologies/thesauri that are commonly used in the field. The <a href="https://www.w3.org/RDF/">RDF</a> extensible knowledge representation model is a way to describe and structure datasets. You can refer to the <a href="https://dublincore.org/schemas/">Dublin Core Schema</a> as an example.
</span>
</div>
</div>
<br>
</div>
<p>
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseInterop2" role="button" aria-expanded="false" aria-controls="collapseInterop2">
Expand All @@ -165,14 +172,15 @@ Data should be ready to be exchanged, interpreted and combined in a (semi)automa
</p>
<div class="collapse" id="collapseInterop2">
<div class="card">
<div class="card-header"><h5>I2: (meta)data use vocabularies that follow FAIR principles</h5></div>
<div class="card-header"><h4><b>I2: (meta)data use vocabularies that follow FAIR principles</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> The controlled vocabulary used to describe datasets needs to be documented. This documentation needs to be easily findable and accessible by anyone who uses the dataset. <br><br>
<b>Action:</b> The vocabularies/ontologies/thesauri are themselves findable, accessible, interoperable and thoroughly documented, hence FAIR. Researchers can refer to metrics assessing the FAIRness of a digital resource (if available).
</span>
</div>
</div>
<br>
</div>
<p>
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseInterop3" role="button" aria-expanded="false" aria-controls="collapseInterop3">
Expand All @@ -181,7 +189,7 @@ Data should be ready to be exchanged, interpreted and combined in a (semi)automa
</p>
<div class="collapse" id="collapseInterop3">
<div class="card">
<div class="card-header"><h5>I3: (meta)data include qualified references to other (meta)data</h5></div>
<div class="card-header"><h4><b>I3: (meta)data include qualified references to other (meta)data</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> If the dataset builds on another dataset, if additional datasets are needed to complete the data, or if complementary information is stored in a different dataset, this needs to be specified. In particular, the scientific link between the datasets needs to be described. Furthermore, all datasets need to be properly cited (i.e. including their persistent identifiers). <br><br>
Expand All @@ -200,7 +208,7 @@ Data and metadata are sufficiently well-described to allow data to be reused in
</p>
<div class="collapse" id="collapseReuse1">
<div class="card">
<div class="card-header"><h5>R1: meta(data) are richly described with a plurality of accurate and relevant attributes</h5></div>
<div class="card-header"><h4><b>R1: meta(data) are richly described with a plurality of accurate and relevant attributes</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> Description of a dataset is required at two different levels:
Expand All @@ -220,6 +228,7 @@ Data and metadata are sufficiently well-described to allow data to be reused in
</span>
</div>
</div>
<br>
</div>
<p>
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseReuse2" role="button" aria-expanded="false" aria-controls="collapseReuse2">
Expand All @@ -228,14 +237,15 @@ Data and metadata are sufficiently well-described to allow data to be reused in
</p>
<div class="collapse" id="collapseReuse2">
<div class="card">
<div class="card-header"><h5>R1.1: (meta)data are released with a clear and accessible data usage license</h5></div>
<div class="card-header"><h4><b>R1.1: (meta)data are released with a clear and accessible data usage license</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> The conditions under which the data can be used should be clear to machines and humans. This has to be specified in the metadata describing a dataset. <br><br>
<b>Action:</b> Include information about the license in the metadata. If a particular license is needed, you have to provide it along with the dataset. Where possible it is suggested to use common licenses, such as CC 0, CC BY, etc., which can be referred to by URL.
</span>
</div>
</div>
<br>
</div>
<p>
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseReuse3" role="button" aria-expanded="false" aria-controls="collapseReuse3">
Expand All @@ -244,14 +254,15 @@ Data and metadata are sufficiently well-described to allow data to be reused in
</p>
<div class="collapse" id="collapseReuse3">
<div class="card">
<div class="card-header"><h5>R1.2. (meta)data are associated with detailed provenance</h5></div>
<div class="card-header"><h4><b>R1.2. (meta)data are associated with detailed provenance</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> Detailed information about the provenance of data is necessary for reuse: this will, for example, allow researchers to understand how the data was generated, in which context it can be reused, and how reliable it is. Provenance is a central issue in scientific databases to validate data. <br><br>
<b>Action:</b> The metadata to thoroughly describe the workflow that led to your data: Who generated or collected it? How has it been processed? Has it been published before? Does it contain data from someone else, potentially transformed or completed? Ideally the workflow is described in a machine-readable format. Criterion I3 is closely linked to this issue when reusing published datasets.
</span>
</div>
</div>
<br>
</div>
<p>
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseReuse4" role="button" aria-expanded="false" aria-controls="collapseReuse4">
Expand All @@ -260,14 +271,15 @@ Data and metadata are sufficiently well-described to allow data to be reused in
</p>
<div class="collapse" id="collapseReuse4">
<div class="card">
<div class="card-header"><h5>R1.3: (meta)data meet domain relevant community standards</h5></div>
<div class="card-header"><h4><b>R1.3: (meta)data meet domain relevant community standards</b></h4></div>
<div class="card-body">
<span>
<b>Explanation:</b> It is easier to reuse datasets if they are similar: same type of data, data organized in a standardized way, well-established and sustainable file formats, documentation (metadata) following a common template and using common vocabulary. If community standards or best practices for data archiving and sharing exist, they should be followed. Note that quality issues are not addressed by the FAIR principles. How reliable data is lies in the eye of the beholder and depends on the foreseen application. <br><br>
<b>Action:</b> Prepare your (meta)data according to community standards and best practices for data archiving and sharing in your research field. There might be situations where good practice exist for the type of data to be submitted but the submitter has valid and specified reasons to divert from the standard practice. This needs to be addressed in the metadata.
</span>
</div>
</div>
<br>
</div>

## Resources
Expand Down

0 comments on commit 18f7ece

Please sign in to comment.