From 62095ff9c8a36ee7cae749947ce7f9343825ee3f Mon Sep 17 00:00:00 2001 From: Christian Haselgrove Date: Thu, 2 Jan 2025 13:41:45 -0500 Subject: [PATCH 1/2] Remove Publish Everything tutorial placeholder --- content/resources/getting-started/_index.md | 1 - content/resources/tutorials/_index.md | 4 +++- .../resources/tutorials/publish-everything.md | 22 ------------------- 3 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 content/resources/tutorials/publish-everything.md diff --git a/content/resources/getting-started/_index.md b/content/resources/getting-started/_index.md index f33c07d..486d960 100644 --- a/content/resources/getting-started/_index.md +++ b/content/resources/getting-started/_index.md @@ -75,7 +75,6 @@ Tutorials that might be interesting to Sarah include: * For study planning, [Creating a Data Management and Sharing Plan](/resources/tutorials/data-management-and-sharing/). * For data management, [Converting DICOM to BIDS](/resources/tutorials/dicom-to-bids/) and [Creating a Data Dictionary](/resources/tutorials/data-dictionary/). * For software management, [Basic Software Versioning Using Git](/resources/tutorials/git/). -* For publishing, [Publish Everything](/resources/tutorials/publish-everything/). ### Richard diff --git a/content/resources/tutorials/_index.md b/content/resources/tutorials/_index.md index 770af56..159a872 100644 --- a/content/resources/tutorials/_index.md +++ b/content/resources/tutorials/_index.md @@ -44,4 +44,6 @@ _[Actions](/about/in-practice/#repronims-four-core-actions): Annotation and prov ## Principle 4: Publishing everything -- [Publish Everything](/resources/tutorials/publish-everything/): Publish *all* of your work as a "re-executable paper" that includes data, code, and text. +Forthcoming: + +- Publish all of your work as a "re-executable paper" that includes data, code, and text. diff --git a/content/resources/tutorials/publish-everything.md b/content/resources/tutorials/publish-everything.md deleted file mode 100644 index 98dacad..0000000 --- a/content/resources/tutorials/publish-everything.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Publish Everything -linkTitle: Publish Everything -type: docs -weight: 5 ---- - -**[Reproducible neuroimaging principles](/about/in-practice/#repronims-principles-of-reproducible-neuroimaging)** - -**[Actions](/about/in-practice/#repronims-four-core-actions)** - -**Standards** - -**Tools** - -## Challenge - -## Exercise - -## Before you start - -## Step by step guide From 0e567e5365ccc824eab9deb9e1723cd6870e26dc Mon Sep 17 00:00:00 2001 From: Christian Haselgrove Date: Thu, 2 Jan 2025 13:45:12 -0500 Subject: [PATCH 2/2] Standardize tutorial short names --- content/resources/tutorials/data-dictionary.md | 2 +- content/resources/tutorials/estimating-costs.md | 2 +- content/resources/tutorials/git.md | 2 +- content/resources/tutorials/nipoppy.md | 2 +- content/resources/tutorials/pond-lake.md | 2 +- content/resources/tutorials/repronim-containers.md | 2 +- content/resources/tutorials/reproschema.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/resources/tutorials/data-dictionary.md b/content/resources/tutorials/data-dictionary.md index e2a9778..2c6a8d7 100644 --- a/content/resources/tutorials/data-dictionary.md +++ b/content/resources/tutorials/data-dictionary.md @@ -1,6 +1,6 @@ --- title: Creating a BIDS Data Dictionary and Adding Semantics to for FAIR -linkTitle: Creating a data dictionary +linkTitle: Creating a Data Dictionary type: docs weight: 5 --- diff --git a/content/resources/tutorials/estimating-costs.md b/content/resources/tutorials/estimating-costs.md index 1b1e3a7..987c57a 100644 --- a/content/resources/tutorials/estimating-costs.md +++ b/content/resources/tutorials/estimating-costs.md @@ -1,6 +1,6 @@ --- title: Estimating Costs -linkTitle: Estimating costs +linkTitle: Estimating Costs type: docs weight: 5 --- diff --git a/content/resources/tutorials/git.md b/content/resources/tutorials/git.md index dfd8f1f..db1db68 100644 --- a/content/resources/tutorials/git.md +++ b/content/resources/tutorials/git.md @@ -1,6 +1,6 @@ --- title: Using Git to manage workflow/pipeline versions -linkTitle: Basic software versioning using Git +linkTitle: Basic Software Versioning Using Git type: docs weight: 5 --- diff --git a/content/resources/tutorials/nipoppy.md b/content/resources/tutorials/nipoppy.md index 1b9d475..7857d3b 100644 --- a/content/resources/tutorials/nipoppy.md +++ b/content/resources/tutorials/nipoppy.md @@ -1,6 +1,6 @@ --- title: Streamlining Neuroimaging Processing with Nipoppy -linkTitle: Higher order process management +linkTitle: Higher Order Process Management type: docs weight: 5 --- diff --git a/content/resources/tutorials/pond-lake.md b/content/resources/tutorials/pond-lake.md index 3972809..78d529d 100644 --- a/content/resources/tutorials/pond-lake.md +++ b/content/resources/tutorials/pond-lake.md @@ -1,6 +1,6 @@ --- title: Advanced metadata management - Sharing and searching metadata through a ReproPond and the ReproLake -linkTitle: Search across studies +linkTitle: Searching Across Studies type: docs weight: 5 --- diff --git a/content/resources/tutorials/repronim-containers.md b/content/resources/tutorials/repronim-containers.md index ec3f29a..2091684 100644 --- a/content/resources/tutorials/repronim-containers.md +++ b/content/resources/tutorials/repronim-containers.md @@ -1,5 +1,5 @@ --- -title: Advanced containerization using DataLad +title: Advanced Containerization Using DataLad type: docs weight: 5 --- diff --git a/content/resources/tutorials/reproschema.md b/content/resources/tutorials/reproschema.md index 7822685..52f1f2b 100644 --- a/content/resources/tutorials/reproschema.md +++ b/content/resources/tutorials/reproschema.md @@ -1,6 +1,6 @@ --- title: Set Up a Data Collection and Annotation Framework for Multi-Site Behavioral Studies Using ReproSchema -linkTitle: Planning a distributed project using ReproSchema +linkTitle: Planning a Distributed Project Using ReproSchema type: docs weight: 5 ---