Reusable documentation snippets related to the RDM-approach promoted by the ABCD-J platform
Find a file
2026-01-12 14:00:31 +00:00
datalad change datalad oh date/time 2026-01-12 14:53:25 +01:00
glossary Define acronyms (and minor grammatical fixes) 2025-09-01 13:14:53 +02:00
learning add inm7 content on git, cli, bids 2025-08-07 20:40:45 +02:00
services add forgejo versus gitlab 2025-08-05 20:33:02 +02:00
.gitignore Start a documentation template repository 2025-07-04 16:38:51 +02:00
LICENSE.md start a license file 2025-08-07 20:44:42 +02:00
README.md fix paths to datalad resources 2025-08-08 06:50:16 +02:00

Reusable Documentation Snippets

This documentation is a collection of general information suitable for reuse in any documentation effort related to research data management with the DataLad ecosystem. It integrates seemlessly with any documentation based on the hugo relearn theme, but can also be used independently of that theme.

The repository contains short markdown files with multi-use text fragments on different ecosystem components or frequently re-used material.

Contents

The repository is organized with topical directories containing short markdown snippets (text-only, no headings).

File content
datalad/acknowledgements.md Overview of DataLad funding
datalad/datalad-resources.md Overview of DataLad information resources
datalad/office-hours.md Information about DataLad Office Hours
datalad/what-is-datalad.md 10000 feet overview of DataLad
datalad/extensions/extensions.md Explanation of DataLad's extension concept
datalad/extensions/next/next.md Information on datalad-next
datalad/extensions/catalog/data-privacy.md FAQ on data privacy in datalad-catalog
datalad/extensions/catalog/repository-layoutmd Overview of files in catalog sources
datalad/extensions/catalog/what-is-data-catalog.md Explanation of datalad-catalog
datalad/extensions/catalog/what-is-metadata.md Explanation of the concept of metadata
datalad/extensions/catalog/why-contribute-to-a-catalog Explanation of catalog advantages for contributors
datalad/services/forgejo-aneksajo/what-is-forgejo-aneksajo.md Overview of forgejo-aneksajo
datalad/services/shacl-vue/what-is-shacl-vue.md Overview of shacl-vue
glossary/*.md Short definitions, english and german
learning/bids.md Overview of BIDS
learning/bids-resources.md Further reading about BIDS
learning/git.md The basics of Git
learning/git-resources.md Further reading about Git
learning/bids.md A textual explanation of a PR workflow
learning/git-resources.md The basics about Unix CLI/sh
learning/bids.md Further reading about Unix CLI/sh

File name prefixes denote the type of snippet:

  • TODO

Usage

Usage with hugo relearn theme

In order to include text snippets from this project in hugo-based documentation that uses the hugo relearn theme, add it as a subdataset in your project and make use of the include shortcode.

First, obtain the dataset and keep it under a name of your choice, e.g.common

datalad clone https://hub.psychoinformatics.de/www/docs.template common

In your documentation, include individual snippets inside existing pages using:

{{%  include file="common/datalad/what-is-datalad.md" %}}

Usage in other contexts

  • TODO

Pulling contents directly

Contents in this repository are plain mark-down files. Their content can be obtained as-is, using for example

$ curl https://hub.psychoinformatics.de/adina/docs-template/raw/branch/main/services/forgejo-aneksajo/what-is-forgejo-aneksajo.md
Forgejo is a self-hosted Git repository hosting service (like, for example, GitHub is), and specifically an open source, exclusively Free Software fork of `Gitea <https://about.gitea.com/>`_.
Forgejo-aneksajo is a git-annex aware `forgejo <https://forgejo.org/>`_.
This makes forgejo-aneksajo a feature-rich collaboration hub that can also host data.