From d4b31d20ca34dbd2cdad9238b8d03372a1e489a2 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 19 Jun 2025 09:59:13 -0400 Subject: [PATCH 1/3] Include jupyterlab in env for metrics --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index ee9c7b128..eef6da741 100644 --- a/environment.yml +++ b/environment.yml @@ -8,3 +8,4 @@ dependencies: - pre-commit - pyyaml - mystmd +- jupyterlab From 316791831951d0f47bbbb4825a9cbd297bbaf297 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Fri, 20 Jun 2025 14:33:33 -0400 Subject: [PATCH 2/3] Add footer locally --- portal/myst.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/portal/myst.yml b/portal/myst.yml index 567f87a01..10792ca98 100644 --- a/portal/myst.yml +++ b/portal/myst.yml @@ -20,3 +20,34 @@ site: domains: [] options: style: style.css + +# Temporary until the upstream footer definition is working +parts: + footer: | + :::::{grid} 3 + :class: items-center + + + ```{image} https://raw.githubusercontent.com/ProjectPythia/pythia-config/main/logos/NSF-NCAR.png + :alt: NCAR Logo + ``` + + ```{image} https://raw.githubusercontent.com/ProjectPythia/pythia-config/main/logos/NSF-Unidata.png + :alt: Unidata Logo + ``` + + ```{image} https://raw.githubusercontent.com/ProjectPythia/pythia-config/main/logos/UAlbany.svg + :alt: UAlbany Logo + ``` + ::::: + + :::::{div} + :class: flex items-center gap-4 text-disclaimer + + ```{image} https://raw.githubusercontent.com/ProjectPythia/pythia-config/main/logos/nsf.jpg + :alt: NSF Logo + :height: 60px + ``` + + This material is based upon work supported by the National Science Foundation under Grant Nos. 2026863 and 2026899. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation. + ::::: From c1a08b6dc0b35de7a2d4c1a72cf267b8a30bfb83 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Fri, 20 Jun 2025 14:40:12 -0400 Subject: [PATCH 3/3] parts should be in site --- portal/myst.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/portal/myst.yml b/portal/myst.yml index 10792ca98..67bb038c0 100644 --- a/portal/myst.yml +++ b/portal/myst.yml @@ -20,9 +20,7 @@ site: domains: [] options: style: style.css - -# Temporary until the upstream footer definition is working -parts: + parts: footer: | :::::{grid} 3 :class: items-center