From 77841eff455bb23a7cb37cb725dd0594fd700659 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 9 Jan 2025 09:49:28 -0500 Subject: [PATCH] Place standards before tools - tools refer to standards, not the other way around so best to bring up standards first - menu sidebar does not have subsectioning and it is odd to see e.g. PyNIDM coming before NIDM down the line --- content/resources/tools/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/resources/tools/_index.md b/content/resources/tools/_index.md index 24ecdc0..6587914 100644 --- a/content/resources/tools/_index.md +++ b/content/resources/tools/_index.md @@ -6,6 +6,11 @@ weight: 10 This section describes core tools and standards produced by ReproNim. For a more comprehensive catalog of resources related to reproducible neuroimaging, please see the [ReproInventory project](https://github.com/ReproNim/ReproInventory). +## Core Standards + +- [The Brain Imaging Data Structure (BIDS)](bids/index.html): A standard for organizing neuroimaging data and metadata on disk. +- [The Neuroimaging Data Model (NIDM)](nidm/index.html): A Semantic Web extension for neuroimaging concepts. + ## Core Tools - [DataLad](datalad/index.html): Software for data versioning and distribution. @@ -16,11 +21,6 @@ This section describes core tools and standards produced by ReproNim. For a mor - [PyNIDM](pynidm/index.html): A command line tool for working with NIDM data. - [ReproSchema](reproschema/index.html): A tool for defining, sharing, and reusing structured research protocols, enabling versioning and interoperability across studies. -## Core Standards - -- [The Brain Imaging Data Structure (BIDS)](bids/index.html): A standard for organizing neuroimaging data and metadata on disk. -- [The Neuroimaging Data Model (NIDM)](nidm/index.html): A Semantic Web extension for neuroimaging concepts. - ## Infrastructure - [ReproLake](reprolake/index.html): A public triplestore of neuroimaging metadata.