Skip to content

Commit

Permalink
rearrange entries
Browse files Browse the repository at this point in the history
  • Loading branch information
bbartholdy committed Nov 5, 2023
1 parent ca3d80d commit abbd46f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.quarto/
.Rproj.user
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ format:
theme:
dark: h2g2.scss
light: a11y.scss
css: assets/css/fonts.css
css: [assets/css/fonts.css, custom.css]
code-copy: true
5 changes: 5 additions & 0 deletions posts/entries/fair-principles/_metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: FAIR principles
date-modified: last-modified
draft: true
description: A brief overview of the FAIR data principles.
categories: [open science, FAIR]
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
---
date-modified: last-modified
draft: true
categories: [open science, FAIR]
---

The FAIR Data Principles were created as guidelines to
making data more reusable, both by humans and machines.
FAIR stands for Findable, Accessible, Interoperable, and
Reusable.

Findable means you can actually locate the data. This
[F]{.x-large}indable means you can actually locate the (meta)data. This
requires the data to be assigned a persistent identifier (PID).
The data should be accompanied by metadata, which are
registered in a searchable resource.

Accessible means there should be a clear path to accessing
the data. Preferably an open, standardised protocol. Access
[A]{.x-large}ccessible means there should be a clear path to accessing
the (meta)data. Preferably an open, standardised protocol. Access
can be restricted, if necessary.

Interoperable means the data should be in a format that allows
[I]{.x-large}nteroperable means the data should be in a format that allows
them to be used in common applications and workflows, preferably
an open source format. The metadata for assets should also use
agreed-upon community standards.

Reusable means the data should be well-documented. This includes
[R]{.x-large}eusable means the data should be well-documented. This includes
domain-relevant guidance for researchers who wish to reuse the
data, and a provenance of their creation. A license should be
used to indicate the terms of reuse, such as a
Expand Down
2 changes: 1 addition & 1 deletion posts/entries/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Guide Entries"
page-layout: full
listing:
contents: "./*/index.qmd"
contents: "*/*.qmd"
type: grid
categories: true
filter-ui: true
Expand Down

0 comments on commit abbd46f

Please sign in to comment.