From 7c73974cd476a297baee71519e04e9b466d20b86 Mon Sep 17 00:00:00 2001 From: Marine Denolle Date: Tue, 7 Jul 2026 14:59:33 -0700 Subject: [PATCH] Add the workflow chart to the narrative site (navbar "Workflow") Publish the codameter workflow chart (pipeline + agent steps + evaluation breakdown) as a standalone page on the Quarto site and link it from the navbar. - quarto/workflow.html: self-contained page (own design, back-to-site bar), kept as raw HTML so its CSS does not fight the theme. - quarto/_quarto.yml: register it as a project resource and add a top-level "Workflow" navbar item (href: workflow.html). - quarto/_site: re-rendered (freeze restored, no re-execution) so every page carries the new navbar link and _site/workflow.html ships. The deploy workflow publishes quarto/_site to gh-pages, so this goes live on the next master/main deploy. Co-Authored-By: Claude Opus 4.8 (1M context) --- quarto/_quarto.yml | 6 + quarto/_site/index.html | 4 + quarto/_site/survey-best-practices.html | 4 + quarto/_site/survey-references.html | 4 + quarto/_site/survey-synthetic-demo.html | 4 + quarto/_site/theory-bayesian-measurement.html | 4 + quarto/_site/theory-measurement-uq.html | 4 + quarto/_site/theory-processing-depth.html | 4 + quarto/_site/theory-uq.html | 4 + quarto/_site/tutorial-00-measurement.html | 4 + quarto/_site/tutorial-00-measurement.ipynb | 14 +- quarto/_site/tutorial-01-data.html | 4 + quarto/_site/tutorial-02-forward.html | 4 + quarto/_site/tutorial-03-inversion.html | 4 + quarto/_site/tutorial-04-coupling.html | 4 + quarto/_site/tutorial-05-interpretation.html | 4 + quarto/_site/tutorial-06-endtoend.html | 4 + quarto/_site/uncertainty-3-stress.html | 4 + quarto/_site/uncertainty-4-attribution.html | 4 + quarto/_site/workflow.html | 437 ++++++++++++++++++ quarto/workflow.html | 437 ++++++++++++++++++ 21 files changed, 955 insertions(+), 7 deletions(-) create mode 100644 quarto/_site/workflow.html create mode 100644 quarto/workflow.html diff --git a/quarto/_quarto.yml b/quarto/_quarto.yml index 9e03fe6..387a785 100644 --- a/quarto/_quarto.yml +++ b/quarto/_quarto.yml @@ -3,6 +3,10 @@ project: output-dir: _site render: - "*.qmd" + resources: + # Standalone workflow chart (self-contained design; served verbatim and + # linked from the navbar). Kept as raw HTML so its CSS never fights the theme. + - workflow.html execute: freeze: auto # cache executed cells; re-run only when the .qmd changes @@ -25,6 +29,8 @@ website: left: - text: "Home" file: index.qmd + - text: "Workflow" + href: workflow.html - text: "Theory" menu: - text: "1 · Measurement — marginal errors" diff --git a/quarto/_site/index.html b/quarto/_site/index.html index 84263f7..264cde6 100644 --- a/quarto/_site/index.html +++ b/quarto/_site/index.html @@ -329,6 +329,10 @@ + + + + + + + + + + + + + + + + +