From d37fd5e9b9138441c9a2cfa7d015622ae94a076d Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Fri, 1 Aug 2025 21:15:32 -0700 Subject: [PATCH 01/10] linking --- book/_config.yml | 2 +- book/presentations/intros.md | 17 ++++++++++++ book/presentations/lectures.md | 5 ++-- book/presentations/notebooks.md | 47 ++++++++++++++++++--------------- 4 files changed, 47 insertions(+), 24 deletions(-) create mode 100644 book/presentations/intros.md diff --git a/book/_config.yml b/book/_config.yml index 0cbcaf1..e276391 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -49,7 +49,7 @@ sphinx: - as_version: 4 - false # setting to the default `true` seems to break math, `false` uses MyST instead of Commmonmark html: - announcement: "Content under development, check back for updates!" + # announcement: "Content under development, check back for updates!" use_edit_page_button: true use_issues_button: true use_repository_button: true diff --git a/book/presentations/intros.md b/book/presentations/intros.md new file mode 100644 index 0000000..67f6b9c --- /dev/null +++ b/book/presentations/intros.md @@ -0,0 +1,17 @@ +# Overviews + +```{admonition} Let's Get Started +:class: note + +| Title | Slides | Recording | +| :---- | :----: | :-------: | +| Welcome, Introductions, and Housekeeping | [{{ l1 }}][hi-l] | {{ v0 }} | +| Orientation to CryoCloud | [{{ l1 }}][cc-l] | {{ v0 }} | +| Group Projects | [{{ l1 }}][gp-l] | {{ v0 }} | + +``` + +[hi-l]: https://docs.google.com/presentation/d/1BZ1t-3GsQ8d6ZeMfittVVJcwt4CPEUOAIeQgCfQTWcs/present +[cc-l]: https://docs.google.com/presentation/d/1GX_Sq3eubuoJVlpz2g4R3qvhCjiWZq6NAuwJU5Yd5mk/present +[gp-l]: https://docs.google.com/presentation/d/1cyGaWCFgtsUjcKRfZhx1RTiwA367pAXy/present + diff --git a/book/presentations/lectures.md b/book/presentations/lectures.md index 30073a4..1a0df31 100644 --- a/book/presentations/lectures.md +++ b/book/presentations/lectures.md @@ -5,14 +5,15 @@ The slides and recordings will be linked from this page as they become available | Title | Slides | Recording | | :---- | :----: | :-------: | -| PACE Mission Overview | [{{ d1 }}][jw-l] | {{ v0 }} | +| PACE Mission Overview | [{{ d1 }}][jw-d] | {{ v0 }} | | Biodiversity from sPACE: insights from ecological theory | {{ d0 }} | {{ v0 }} | | When will a cloud start raining? PACE polarimetric cloud products may have the answer | {{ d0 }} | {{ v0 }} | | Will PACE aerosol products answer the questions surrounding aerosols in climate change? | {{ d0 }} | {{ v0 }} | | PACE Terrestrial Products—a New View of Ecosystem Traits, Phenology, & Function | {{ d0 }} | {{ v0 }} | -[jw-l]: https://drive.usercontent.google.com/download?id=12nEmxwSO8jhuOqJ6YS20OaaaFVI3nyM3&export=download&authuser=0 +[jw-d]: https://drive.usercontent.google.com/download?id=12nEmxwSO8jhuOqJ6YS20OaaaFVI3nyM3&export=download&authuser=0 - [eec-n]: notebooks/earthdata_cloud_access +[eec-l]: https://docs.google.com/presentation/d/1DmdHELzkqIwIB3mC7AbHSKUJHt7CSHNgV5X1aDeCppw/present?slide=id.p1 +[eec-d]: https://pacehackweek.github.io/pace-2025/_sources/presentations/notebooks/earthdata_cloud_access.ipynb + [vsd-n]: notebooks/oci_data_visualization +[vsd-l]: https://drive.usercontent.google.com/download?id=1lv10jP-jKJUh4JCxpse0oZyErMJurMYZ&export=download&authuser=0 +[eec-d]: https://pacehackweek.github.io/pace-2025/_sources/presentations/notebooks/oci_data_visualization.ipynb + [lsp-n]: notebooks/modis_lombscargle_periodogram [opt-n]: notebooks/oci_ocssw_processing_overview [olp-n]: notebooks/oci_terrestrial_data From 334be970f7fe348968607e5e777f7dbbe148eb82 Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Fri, 1 Aug 2025 21:23:40 -0700 Subject: [PATCH 02/10] renaming --- book/_toc.yml | 1 + book/presentations/notebooks.md | 2 +- book/presentations/{intros.md => orientation.md} | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename book/presentations/{intros.md => orientation.md} (97%) diff --git a/book/_toc.yml b/book/_toc.yml index 45411b1..cd7ed1a 100644 --- a/book/_toc.yml +++ b/book/_toc.yml @@ -18,6 +18,7 @@ parts: # title: CryoCloud Overview - caption: Presentations chapters: + - file: presentations/orientation - file: presentations/lectures title: Science - file: presentations/notebooks diff --git a/book/presentations/notebooks.md b/book/presentations/notebooks.md index 757bada..4fb7ee1 100644 --- a/book/presentations/notebooks.md +++ b/book/presentations/notebooks.md @@ -16,7 +16,7 @@ You can find additional resources that will help you analyze PACE data on the [O | Title | Slides | Notebook | Recording | | :---- | :----: | :------: | :-------: | | [**Earthaccess & Earthdata Cloud**][eec-n] | [{{ l1 }}][eec-l] | [{{ d1 }}][eec-d] | {{ v0 }} | -| [**Visualizing Satellite Data**][vsd-n] | [{{ d1 }}][vsd-n] | [{{ d1 }}][vsd-d] | {{ v0 }} | +| [**Visualizing Satellite Data**][vsd-n] | [{{ d1 }}][vsd-l] | [{{ d1 }}][vsd-d] | {{ v0 }} | | **Collaborative Coding, for Science!** | {{ l0 }} | {{ d0 }} | {{ v0 }} | | *Matchups of in-situ Data With Satellite Data* | {{ l0 }} | {{ d0 }} | {{ v0 }} | | [*Periodogram Analysis of Ocean Color Data*][lsp-n] | {{ l0 }} | {{ d0 }} | {{ v0 }} | diff --git a/book/presentations/intros.md b/book/presentations/orientation.md similarity index 97% rename from book/presentations/intros.md rename to book/presentations/orientation.md index 67f6b9c..4eeb607 100644 --- a/book/presentations/intros.md +++ b/book/presentations/orientation.md @@ -1,4 +1,4 @@ -# Overviews +# Orientation ```{admonition} Let's Get Started :class: note From cf9184af0374bb9ad369e53f4c7d7ed781364b53 Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Fri, 1 Aug 2025 21:26:56 -0700 Subject: [PATCH 03/10] icons --- book/presentations/orientation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/book/presentations/orientation.md b/book/presentations/orientation.md index 4eeb607..5cc26e9 100644 --- a/book/presentations/orientation.md +++ b/book/presentations/orientation.md @@ -2,6 +2,10 @@ ```{admonition} Let's Get Started :class: note +- View in browser: {{ l1 }} +- Download link: {{ d1 }} +- Recording Available {{ v1 }} +``` | Title | Slides | Recording | | :---- | :----: | :-------: | @@ -9,8 +13,6 @@ | Orientation to CryoCloud | [{{ l1 }}][cc-l] | {{ v0 }} | | Group Projects | [{{ l1 }}][gp-l] | {{ v0 }} | -``` - [hi-l]: https://docs.google.com/presentation/d/1BZ1t-3GsQ8d6ZeMfittVVJcwt4CPEUOAIeQgCfQTWcs/present [cc-l]: https://docs.google.com/presentation/d/1GX_Sq3eubuoJVlpz2g4R3qvhCjiWZq6NAuwJU5Yd5mk/present [gp-l]: https://docs.google.com/presentation/d/1cyGaWCFgtsUjcKRfZhx1RTiwA367pAXy/present From 538ba734c12c68bffc8a3c2271cbf59d7801005f Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Fri, 1 Aug 2025 21:56:36 -0700 Subject: [PATCH 04/10] url scheme --- book/_config.yml | 5 +++++ book/presentations/notebooks.md | 4 ++-- book/presentations/orientation.md | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/book/_config.yml b/book/_config.yml index e276391..95b3aa4 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -28,6 +28,11 @@ parse: - colon_fence # extras - html_image + myst_url_schemes: + - http + - https + - mailto + - nb: "../../_sources/{{path}}#{{fragment}}" execute: execute_notebooks: off latex: diff --git a/book/presentations/notebooks.md b/book/presentations/notebooks.md index 4fb7ee1..4c3d146 100644 --- a/book/presentations/notebooks.md +++ b/book/presentations/notebooks.md @@ -46,11 +46,11 @@ You can find additional resources that will help you analyze PACE data on the [O --> [eec-n]: notebooks/earthdata_cloud_access [eec-l]: https://docs.google.com/presentation/d/1DmdHELzkqIwIB3mC7AbHSKUJHt7CSHNgV5X1aDeCppw/present?slide=id.p1 -[eec-d]: https://pacehackweek.github.io/pace-2025/_sources/presentations/notebooks/earthdata_cloud_access.ipynb +[eec-d]: nb:presentations/notebooks/earthdata_cloud_access.ipynb [vsd-n]: notebooks/oci_data_visualization [vsd-l]: https://drive.usercontent.google.com/download?id=1lv10jP-jKJUh4JCxpse0oZyErMJurMYZ&export=download&authuser=0 -[eec-d]: https://pacehackweek.github.io/pace-2025/_sources/presentations/notebooks/oci_data_visualization.ipynb +[vsd-d]: https://pacehackweek.github.io/pace-2025/_sources/presentations/notebooks/oci_data_visualization.ipynb [lsp-n]: notebooks/modis_lombscargle_periodogram [opt-n]: notebooks/oci_ocssw_processing_overview diff --git a/book/presentations/orientation.md b/book/presentations/orientation.md index 5cc26e9..f27247f 100644 --- a/book/presentations/orientation.md +++ b/book/presentations/orientation.md @@ -2,9 +2,9 @@ ```{admonition} Let's Get Started :class: note -- View in browser: {{ l1 }} -- Download link: {{ d1 }} -- Recording Available {{ v1 }} +- View slides {{ l1 }} +- Download content {{ d1 }} +- Recording available {{ v1 }} ``` | Title | Slides | Recording | From 17bd2d0422fd73c516e0057974e467d9293d6c31 Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Fri, 1 Aug 2025 22:02:32 -0700 Subject: [PATCH 05/10] broken --- book/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/_config.yml b/book/_config.yml index 95b3aa4..b9e4b9b 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -32,7 +32,7 @@ parse: - http - https - mailto - - nb: "../../_sources/{{path}}#{{fragment}}" + - ftp execute: execute_notebooks: off latex: From 4e8efabf680c5a271cbe870dac0b97d134294837 Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Fri, 1 Aug 2025 22:08:29 -0700 Subject: [PATCH 06/10] attrs_inline --- book/_config.yml | 6 +----- book/presentations/notebooks.md | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/book/_config.yml b/book/_config.yml index b9e4b9b..b91213d 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -28,11 +28,7 @@ parse: - colon_fence # extras - html_image - myst_url_schemes: - - http - - https - - mailto - - ftp + - attrs_inline execute: execute_notebooks: off latex: diff --git a/book/presentations/notebooks.md b/book/presentations/notebooks.md index 4c3d146..157ecd2 100644 --- a/book/presentations/notebooks.md +++ b/book/presentations/notebooks.md @@ -46,11 +46,11 @@ You can find additional resources that will help you analyze PACE data on the [O --> [eec-n]: notebooks/earthdata_cloud_access [eec-l]: https://docs.google.com/presentation/d/1DmdHELzkqIwIB3mC7AbHSKUJHt7CSHNgV5X1aDeCppw/present?slide=id.p1 -[eec-d]: nb:presentations/notebooks/earthdata_cloud_access.ipynb +[eec-d]: ../../_sources/presentations/notebooks/earthdata_cloud_access.ipynb [vsd-n]: notebooks/oci_data_visualization [vsd-l]: https://drive.usercontent.google.com/download?id=1lv10jP-jKJUh4JCxpse0oZyErMJurMYZ&export=download&authuser=0 -[vsd-d]: https://pacehackweek.github.io/pace-2025/_sources/presentations/notebooks/oci_data_visualization.ipynb +[vsd-d]: ../../_sources/presentations/notebooks/oci_data_visualization.ipynb{.external download} [lsp-n]: notebooks/modis_lombscargle_periodogram [opt-n]: notebooks/oci_ocssw_processing_overview From 9c83f240caf8690bdd7039eaabf27c25b1b8a948 Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Fri, 1 Aug 2025 22:10:33 -0700 Subject: [PATCH 07/10] how to apply --- book/presentations/notebooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/presentations/notebooks.md b/book/presentations/notebooks.md index 157ecd2..b5682d7 100644 --- a/book/presentations/notebooks.md +++ b/book/presentations/notebooks.md @@ -15,7 +15,7 @@ You can find additional resources that will help you analyze PACE data on the [O | Title | Slides | Notebook | Recording | | :---- | :----: | :------: | :-------: | -| [**Earthaccess & Earthdata Cloud**][eec-n] | [{{ l1 }}][eec-l] | [{{ d1 }}][eec-d] | {{ v0 }} | +| [**Earthaccess & Earthdata Cloud**][eec-n] | [{{ l1 }}][eec-l] | [{{ d1 }}][eec-d]{.external download} | {{ v0 }} | | [**Visualizing Satellite Data**][vsd-n] | [{{ d1 }}][vsd-l] | [{{ d1 }}][vsd-d] | {{ v0 }} | | **Collaborative Coding, for Science!** | {{ l0 }} | {{ d0 }} | {{ v0 }} | | *Matchups of in-situ Data With Satellite Data* | {{ l0 }} | {{ d0 }} | {{ v0 }} | @@ -50,7 +50,7 @@ You can find additional resources that will help you analyze PACE data on the [O [vsd-n]: notebooks/oci_data_visualization [vsd-l]: https://drive.usercontent.google.com/download?id=1lv10jP-jKJUh4JCxpse0oZyErMJurMYZ&export=download&authuser=0 -[vsd-d]: ../../_sources/presentations/notebooks/oci_data_visualization.ipynb{.external download} +[vsd-d]: ../../_sources/presentations/notebooks/oci_data_visualization.ipynb {.external download} [lsp-n]: notebooks/modis_lombscargle_periodogram [opt-n]: notebooks/oci_ocssw_processing_overview From 0499ea78c31c50cce028813c2eb691fdabc2a219 Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Fri, 1 Aug 2025 22:16:16 -0700 Subject: [PATCH 08/10] attrs --- book/presentations/notebooks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/presentations/notebooks.md b/book/presentations/notebooks.md index b5682d7..a9d1260 100644 --- a/book/presentations/notebooks.md +++ b/book/presentations/notebooks.md @@ -15,9 +15,9 @@ You can find additional resources that will help you analyze PACE data on the [O | Title | Slides | Notebook | Recording | | :---- | :----: | :------: | :-------: | -| [**Earthaccess & Earthdata Cloud**][eec-n] | [{{ l1 }}][eec-l] | [{{ d1 }}][eec-d]{.external download} | {{ v0 }} | -| [**Visualizing Satellite Data**][vsd-n] | [{{ d1 }}][vsd-l] | [{{ d1 }}][vsd-d] | {{ v0 }} | -| **Collaborative Coding, for Science!** | {{ l0 }} | {{ d0 }} | {{ v0 }} | +| [**Earthaccess & Earthdata Cloud**][eec-n] | [{{ l1 }}][eec-l] | [{{ d1 }}](../../_sources/presentations/notebooks/earthdata_cloud_access.ipynb){.external} | {{ v0 }} | +| [**Visualizing Satellite Data**][vsd-n] | [{{ d1 }}][vsd-l] | [{{ d1 }}](../../_sources/presentations/notebooks/earthdata_cloud_access.ipynb){.external download} | {{ v0 }} | +| **Collaborative Coding, for Science!** | {{ l0 }} | [{{ d0 }}](../../_sources/presentations/notebooks/earthdata_cloud_access.ipynb){.external download="value"} | {{ v0 }} |) | {{ v0 }} | | *Matchups of in-situ Data With Satellite Data* | {{ l0 }} | {{ d0 }} | {{ v0 }} | | [*Periodogram Analysis of Ocean Color Data*][lsp-n] | {{ l0 }} | {{ d0 }} | {{ v0 }} | | [**OCSSW Processing Tools**][opt-n] | | {{ d0 }} | {{ v0 }} | From 3788ad2cfafddb97ccaf77bd457420fd21b2b7a1 Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Sat, 2 Aug 2025 01:52:14 -0400 Subject: [PATCH 09/10] myst_url_dchemes as dict --- book/_config.yml | 6 +++++- book/presentations/notebooks.md | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/book/_config.yml b/book/_config.yml index b91213d..6df80db 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -28,7 +28,11 @@ parse: - colon_fence # extras - html_image - - attrs_inline + myst_url_schemes: + https: null + http: null + mailto: null + nb: ../../_sources/presentations/notebooks/{{path}} execute: execute_notebooks: off latex: diff --git a/book/presentations/notebooks.md b/book/presentations/notebooks.md index a9d1260..d756629 100644 --- a/book/presentations/notebooks.md +++ b/book/presentations/notebooks.md @@ -15,9 +15,9 @@ You can find additional resources that will help you analyze PACE data on the [O | Title | Slides | Notebook | Recording | | :---- | :----: | :------: | :-------: | -| [**Earthaccess & Earthdata Cloud**][eec-n] | [{{ l1 }}][eec-l] | [{{ d1 }}](../../_sources/presentations/notebooks/earthdata_cloud_access.ipynb){.external} | {{ v0 }} | -| [**Visualizing Satellite Data**][vsd-n] | [{{ d1 }}][vsd-l] | [{{ d1 }}](../../_sources/presentations/notebooks/earthdata_cloud_access.ipynb){.external download} | {{ v0 }} | -| **Collaborative Coding, for Science!** | {{ l0 }} | [{{ d0 }}](../../_sources/presentations/notebooks/earthdata_cloud_access.ipynb){.external download="value"} | {{ v0 }} |) | {{ v0 }} | +| [**Earthaccess & Earthdata Cloud**][eec-n] | [{{ l1 }}][eec-l] | [{{ d1 }}][eec-l] | {{ v0 }} | +| [**Visualizing Satellite Data**][vsd-n] | [{{ d1 }}][vsd-l] | [{{ d1 }}][vsd-d] | {{ v0 }} | +| **Collaborative Coding, for Science!** | {{ l0 }} | {{ d0 }} | {{ v0 }} | | *Matchups of in-situ Data With Satellite Data* | {{ l0 }} | {{ d0 }} | {{ v0 }} | | [*Periodogram Analysis of Ocean Color Data*][lsp-n] | {{ l0 }} | {{ d0 }} | {{ v0 }} | | [**OCSSW Processing Tools**][opt-n] | | {{ d0 }} | {{ v0 }} | @@ -46,11 +46,11 @@ You can find additional resources that will help you analyze PACE data on the [O --> [eec-n]: notebooks/earthdata_cloud_access [eec-l]: https://docs.google.com/presentation/d/1DmdHELzkqIwIB3mC7AbHSKUJHt7CSHNgV5X1aDeCppw/present?slide=id.p1 -[eec-d]: ../../_sources/presentations/notebooks/earthdata_cloud_access.ipynb +[eec-d]: nb:earthdata_cloud_access.ipynb [vsd-n]: notebooks/oci_data_visualization [vsd-l]: https://drive.usercontent.google.com/download?id=1lv10jP-jKJUh4JCxpse0oZyErMJurMYZ&export=download&authuser=0 -[vsd-d]: ../../_sources/presentations/notebooks/oci_data_visualization.ipynb {.external download} +[vsd-d]: nb:oci_data_visualization.ipynb [lsp-n]: notebooks/modis_lombscargle_periodogram [opt-n]: notebooks/oci_ocssw_processing_overview From 529a41962aa87816b0805408dddee83ecb9f783d Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Fri, 1 Aug 2025 22:55:52 -0700 Subject: [PATCH 10/10] fix --- book/presentations/notebooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/presentations/notebooks.md b/book/presentations/notebooks.md index d756629..6327a24 100644 --- a/book/presentations/notebooks.md +++ b/book/presentations/notebooks.md @@ -15,7 +15,7 @@ You can find additional resources that will help you analyze PACE data on the [O | Title | Slides | Notebook | Recording | | :---- | :----: | :------: | :-------: | -| [**Earthaccess & Earthdata Cloud**][eec-n] | [{{ l1 }}][eec-l] | [{{ d1 }}][eec-l] | {{ v0 }} | +| [**Earthaccess & Earthdata Cloud**][eec-n] | [{{ l1 }}][eec-l] | [{{ d1 }}][eec-d] | {{ v0 }} | | [**Visualizing Satellite Data**][vsd-n] | [{{ d1 }}][vsd-l] | [{{ d1 }}][vsd-d] | {{ v0 }} | | **Collaborative Coding, for Science!** | {{ l0 }} | {{ d0 }} | {{ v0 }} | | *Matchups of in-situ Data With Satellite Data* | {{ l0 }} | {{ d0 }} | {{ v0 }} |