From eece8263853b2eca1f16c864c111569939d28843 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Wed, 15 May 2024 16:43:41 -0500 Subject: [PATCH 1/4] Add work-in-progress callout notes in work-in-progress pages --- theme2/SF101/containers-and-virtualization.md | 10 +++++++++- theme2/SF200/parallel-computing.md | 10 +++++++++- theme2/SF201/batch-systems-and-compute-farms.md | 9 ++++++++- theme3/DC100/distributed-computing.md | 10 +++++++++- theme3/DC101/scientific-workflow-management.md | 10 +++++++++- theme3/DC102/using-science-gateways.md | 11 ++++++++++- theme3/DC200/computing-with-ci-ecosystem.md | 10 +++++++++- theme4/XS102/large-scale-data-analysis.md | 10 +++++++++- theme4/XS200/metadata.md | 10 +++++++++- 9 files changed, 81 insertions(+), 9 deletions(-) diff --git a/theme2/SF101/containers-and-virtualization.md b/theme2/SF101/containers-and-virtualization.md index 11084a6..f856c7f 100644 --- a/theme2/SF101/containers-and-virtualization.md +++ b/theme2/SF101/containers-and-virtualization.md @@ -1 +1,9 @@ -# Containers and Virtualization +--- +title: Containers and Virtualization +author: "" +date: "" +--- + +::: {.callout-note} +This page is work in progress. +::: diff --git a/theme2/SF200/parallel-computing.md b/theme2/SF200/parallel-computing.md index 88b76de..3ca679b 100644 --- a/theme2/SF200/parallel-computing.md +++ b/theme2/SF200/parallel-computing.md @@ -1 +1,9 @@ -# Parallel Computing Concepts +--- +title: Parallel Computing Concepts +author: "" +date: "" +--- + +::: {.callout-note} +This page is work in progress. +::: diff --git a/theme2/SF201/batch-systems-and-compute-farms.md b/theme2/SF201/batch-systems-and-compute-farms.md index 675bc47..d73ec77 100644 --- a/theme2/SF201/batch-systems-and-compute-farms.md +++ b/theme2/SF201/batch-systems-and-compute-farms.md @@ -1,2 +1,9 @@ -# Batch Systems and Compute Farms +--- +title: Batch Systems and Compute Farms +author: "" +date: "" +--- +::: {.callout-note} +This page is work in progress. +::: diff --git a/theme3/DC100/distributed-computing.md b/theme3/DC100/distributed-computing.md index b441bc2..d160e90 100644 --- a/theme3/DC100/distributed-computing.md +++ b/theme3/DC100/distributed-computing.md @@ -1 +1,9 @@ -# Distributed Computing Concepts +--- +title: Distributed Computing Concepts +author: "" +date: "" +--- + +::: {.callout-note} +This page is work in progress. +::: diff --git a/theme3/DC101/scientific-workflow-management.md b/theme3/DC101/scientific-workflow-management.md index d91138b..024abcd 100644 --- a/theme3/DC101/scientific-workflow-management.md +++ b/theme3/DC101/scientific-workflow-management.md @@ -1 +1,9 @@ -# Scientific Workflow Management +--- +title: Scientific Workflow Management +author: "" +date: "" +--- + +::: {.callout-note} +This page is work in progress. +::: diff --git a/theme3/DC102/using-science-gateways.md b/theme3/DC102/using-science-gateways.md index 5de9a18..cf859bb 100644 --- a/theme3/DC102/using-science-gateways.md +++ b/theme3/DC102/using-science-gateways.md @@ -1 +1,10 @@ -# Using Science Gateways +--- +title: Using Science Gateways +author: "" +date: "" +--- + +::: {.callout-note} +This page is work in progress. +::: + diff --git a/theme3/DC200/computing-with-ci-ecosystem.md b/theme3/DC200/computing-with-ci-ecosystem.md index 903cdfb..818b6d6 100644 --- a/theme3/DC200/computing-with-ci-ecosystem.md +++ b/theme3/DC200/computing-with-ci-ecosystem.md @@ -1 +1,9 @@ -# Computing with CI Ecosystem +--- +title: Computing with CI Ecosystem +author: "" +date: "" +--- + +::: {.callout-note} +This page is work in progress. +::: diff --git a/theme4/XS102/large-scale-data-analysis.md b/theme4/XS102/large-scale-data-analysis.md index e99b3c0..39481b8 100644 --- a/theme4/XS102/large-scale-data-analysis.md +++ b/theme4/XS102/large-scale-data-analysis.md @@ -1 +1,9 @@ -# Large-scale Data Analysis: from Images to Science Parameters to Interpretation +--- +title: Large-scale Data Analysis: from Images to Science Parameters to Interpretation +author: "" +date: "" +--- + +::: {.callout-note} +This page is work in progress. +::: diff --git a/theme4/XS200/metadata.md b/theme4/XS200/metadata.md index c3d6a8e..3e71cf6 100644 --- a/theme4/XS200/metadata.md +++ b/theme4/XS200/metadata.md @@ -1 +1,9 @@ -# Metadata for Data Fidelity and Systematic Checks +--- +title: Metadata for Data Fidelity and Systematic Checks +author: "" +date: "" +--- + +::: {.callout-note} +This page is work in progress. +::: From 5020fa65f9c275a1c8631f046a23a8d7b03309fa Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Wed, 15 May 2024 16:56:21 -0500 Subject: [PATCH 2/4] Avoid line break --- index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.md b/index.md index 336a7e1..a015524 100644 --- a/index.md +++ b/index.md @@ -34,8 +34,7 @@ This is the training overview: - XS 100: [Data collection, preparing input parameters, SPEC and CLI][xs100] - XS 101: [Basic / on-the-fly data analysis, viewing detector images][xs101] -- XS 102: [Large-scale data analysis: from images to science - parameters to interpretation][xs102] +- XS 102: [Large-scale data analysis: from images to science parameters to interpretation][xs102] - XS 200: [Metadata for data fidelity and systematic checks][xs200] ## Theme 5: Data Curation and FAIR From d2f06322af222e55b8c9771d8194b8e81f033d86 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Wed, 15 May 2024 17:05:12 -0500 Subject: [PATCH 3/4] Quote titles in front matter Or Quarto will complain in this manner: > ERROR: YAMLError: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line at line 2, column 33: > title: Large-scale Data Analysis: from Images to Science Paramet ... > ^ > > Stack trace: > title: Large-scale Data Analysis: from Images to Science Paramet ... > ^ > at generateError (file:///opt/quarto/bin/quarto.js:10480:12) > at throwError (file:///opt/quarto/bin/quarto.js:10483:11) > at readBlockMapping (file:///opt/quarto/bin/quarto.js:11075:24) > at composeNode (file:///opt/quarto/bin/quarto.js:11299:84) > at readDocument (file:///opt/quarto/bin/quarto.js:11413:5) > at loadDocuments (file:///opt/quarto/bin/quarto.js:11448:9) > at load (file:///opt/quarto/bin/quarto.js:11453:23) > at parse2 (file:///opt/quarto/bin/quarto.js:11463:12) > at parseWithNiceErrors (file:///opt/quarto/bin/quarto.js:19695:16) > at readYamlFromMarkdown (file:///opt/quarto/bin/quarto.js:19626:17) --- index.md | 3 ++- theme2/SF101/containers-and-virtualization.md | 2 +- theme2/SF200/parallel-computing.md | 2 +- theme2/SF201/batch-systems-and-compute-farms.md | 2 +- theme4/XS102/large-scale-data-analysis.md | 2 +- theme4/XS200/metadata.md | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/index.md b/index.md index a015524..336a7e1 100644 --- a/index.md +++ b/index.md @@ -34,7 +34,8 @@ This is the training overview: - XS 100: [Data collection, preparing input parameters, SPEC and CLI][xs100] - XS 101: [Basic / on-the-fly data analysis, viewing detector images][xs101] -- XS 102: [Large-scale data analysis: from images to science parameters to interpretation][xs102] +- XS 102: [Large-scale data analysis: from images to science + parameters to interpretation][xs102] - XS 200: [Metadata for data fidelity and systematic checks][xs200] ## Theme 5: Data Curation and FAIR diff --git a/theme2/SF101/containers-and-virtualization.md b/theme2/SF101/containers-and-virtualization.md index f856c7f..d90df4d 100644 --- a/theme2/SF101/containers-and-virtualization.md +++ b/theme2/SF101/containers-and-virtualization.md @@ -1,5 +1,5 @@ --- -title: Containers and Virtualization +title: "Containers and Virtualization" author: "" date: "" --- diff --git a/theme2/SF200/parallel-computing.md b/theme2/SF200/parallel-computing.md index 3ca679b..3387bed 100644 --- a/theme2/SF200/parallel-computing.md +++ b/theme2/SF200/parallel-computing.md @@ -1,5 +1,5 @@ --- -title: Parallel Computing Concepts +title: "Parallel Computing Concepts" author: "" date: "" --- diff --git a/theme2/SF201/batch-systems-and-compute-farms.md b/theme2/SF201/batch-systems-and-compute-farms.md index d73ec77..238fc38 100644 --- a/theme2/SF201/batch-systems-and-compute-farms.md +++ b/theme2/SF201/batch-systems-and-compute-farms.md @@ -1,5 +1,5 @@ --- -title: Batch Systems and Compute Farms +title: "Batch Systems and Compute Farms" author: "" date: "" --- diff --git a/theme4/XS102/large-scale-data-analysis.md b/theme4/XS102/large-scale-data-analysis.md index 39481b8..d37dbc2 100644 --- a/theme4/XS102/large-scale-data-analysis.md +++ b/theme4/XS102/large-scale-data-analysis.md @@ -1,5 +1,5 @@ --- -title: Large-scale Data Analysis: from Images to Science Parameters to Interpretation +title: "Large-scale Data Analysis: from Images to Science Parameters to Interpretation" author: "" date: "" --- diff --git a/theme4/XS200/metadata.md b/theme4/XS200/metadata.md index 3e71cf6..5419942 100644 --- a/theme4/XS200/metadata.md +++ b/theme4/XS200/metadata.md @@ -1,5 +1,5 @@ --- -title: Metadata for Data Fidelity and Systematic Checks +title: "Metadata for Data Fidelity and Systematic Checks" author: "" date: "" --- From cf2ce670a738d8f017c772ed6d8cd695e911b275 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Wed, 15 May 2024 17:08:13 -0500 Subject: [PATCH 4/4] Add WIP callouts on theme5 pages as well --- theme5/CF100/domain-metadata-standards.md | 10 +++++++++- theme5/CF101/dmp-best-practices.md | 10 +++++++++- theme5/CF102/metadata-annotation-and-doi.md | 10 +++++++++- theme5/CF200/curating-data.md | 10 +++++++++- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/theme5/CF100/domain-metadata-standards.md b/theme5/CF100/domain-metadata-standards.md index b319630..34d8664 100644 --- a/theme5/CF100/domain-metadata-standards.md +++ b/theme5/CF100/domain-metadata-standards.md @@ -1 +1,9 @@ -# Intro to Domain Metadata Standards, Formats and Repositories +--- +title: "Intro to Domain Metadata Standards, Formats and Repositories" +author: "" +date: "" +--- + +::: {.callout-note} +This page is work in progress. +::: diff --git a/theme5/CF101/dmp-best-practices.md b/theme5/CF101/dmp-best-practices.md index 93a2e5f..d31577f 100644 --- a/theme5/CF101/dmp-best-practices.md +++ b/theme5/CF101/dmp-best-practices.md @@ -1 +1,9 @@ -# Best practices for developing DMP +--- +title: "Best practices for developing DMP" +author: "" +date: "" +--- + +::: {.callout-note} +This page is work in progress. +::: diff --git a/theme5/CF102/metadata-annotation-and-doi.md b/theme5/CF102/metadata-annotation-and-doi.md index f94d0ef..3220e57 100644 --- a/theme5/CF102/metadata-annotation-and-doi.md +++ b/theme5/CF102/metadata-annotation-and-doi.md @@ -1 +1,9 @@ -# Metadata annotation and DOI +--- +title: "Metadata annotation and DOI" +author: "" +date: "" +--- + +::: {.callout-note} +This page is work in progress. +::: diff --git a/theme5/CF200/curating-data.md b/theme5/CF200/curating-data.md index 9eecc36..64f27aa 100644 --- a/theme5/CF200/curating-data.md +++ b/theme5/CF200/curating-data.md @@ -1 +1,9 @@ -# Curating Data, Code, Workflows, and Publishing +--- +title: "Curating Data, Code, Workflows, and Publishing" +author: "" +date: "" +--- + +::: {.callout-note} +This page is work in progress. +:::