From 2993a1310100386738c49d5981dbb58049a95f01 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Wed, 17 Jun 2026 15:14:57 +0200 Subject: [PATCH 1/9] Update scipy homepage --- workshops/scipy2026/index.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb index b649a889..2d29a905 100644 --- a/workshops/scipy2026/index.ipynb +++ b/workshops/scipy2026/index.ipynb @@ -9,15 +9,15 @@ "\n", "## Welcome to the Xarray SciPy 2026 Tutorial! \n", "\n", - "> πŸš§πŸ‘·β€β™€οΈπŸ—οΈ This page is under construction\n", + "> πŸš§πŸ‘·β€β™€οΈπŸ—οΈ This page is under construction. Please check back later.\n", "\n", - " \n", + "\n", "\n", "**Everything is an Xarray Dataset**\n", "\n", - "\n", + "July 14, 13:30–17:30 (CDT), University of Minnesota\n", "\n", - "\n", + "This *4-hour* workshop will explore content from [the Xarray tutorial](https://tutorial.xarray.dev), which contains a comprehensive collection of hands-on tutorial Jupyter Notebooks. We will review a curated set of examples that will prepare you for increasingly complex real-world data analysis tasks!\n", "\n", ":::{admonition} Learning Goals\n", "TODO: Update learning goals for 2026\n", From 776d76fe76872b6d1f62f8b48302a0df2585aa07 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Wed, 17 Jun 2026 15:17:47 +0200 Subject: [PATCH 2/9] Show placeholder schedule --- workshops/scipy2026/index.ipynb | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb index 2d29a905..a91ae258 100644 --- a/workshops/scipy2026/index.ipynb +++ b/workshops/scipy2026/index.ipynb @@ -33,9 +33,14 @@ "id": "1", "metadata": {}, "source": [ - "" + "\n" ] }, { From 7fafb11630de271dddb7ca715587ee273dd74180 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:20:16 +0200 Subject: [PATCH 3/9] Update learning goals --- workshops/scipy2026/index.ipynb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb index a91ae258..7c0df3b4 100644 --- a/workshops/scipy2026/index.ipynb +++ b/workshops/scipy2026/index.ipynb @@ -20,12 +20,14 @@ "This *4-hour* workshop will explore content from [the Xarray tutorial](https://tutorial.xarray.dev), which contains a comprehensive collection of hands-on tutorial Jupyter Notebooks. We will review a curated set of examples that will prepare you for increasingly complex real-world data analysis tasks!\n", "\n", ":::{admonition} Learning Goals\n", - "TODO: Update learning goals for 2026\n", "- Understand Xarray’s core data structures\n", - "- Understand how to map typical Xarray computations and workflows over hierarchical data\n", + "- Understand how to use various backend engines, as well as create your own\n", + "- Understand what data cataloguing is, and how it applies to Xarray\n", "- Understand how common storage formats correspond to the DataTree model\n", - "- Open a public Zarr store in the cloud and manipulate the contents\n", - ":::" + "- Understand how to use Xarray's flexible indices\n", + ":::\n", + "\n", + "\n" ] }, { From 89497fb208ed9243ac89ab987a93c49af0914adb Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:49:51 +0200 Subject: [PATCH 4/9] Add room info --- workshops/scipy2026/index.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb index 7c0df3b4..1f65c436 100644 --- a/workshops/scipy2026/index.ipynb +++ b/workshops/scipy2026/index.ipynb @@ -15,7 +15,7 @@ "\n", "**Everything is an Xarray Dataset**\n", "\n", - "July 14, 13:30–17:30 (CDT), University of Minnesota\n", + "July 14, 13:30–17:30 (CDT), University of Minnesota (526 Delaware Street SE), room HSEC 2-138\n", "\n", "This *4-hour* workshop will explore content from [the Xarray tutorial](https://tutorial.xarray.dev), which contains a comprehensive collection of hands-on tutorial Jupyter Notebooks. We will review a curated set of examples that will prepare you for increasingly complex real-world data analysis tasks!\n", "\n", From 78251ac76bf38664cb8ab44063c8307e3ff6e88b Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:16:01 -0500 Subject: [PATCH 5/9] Update schedule --- workshops/scipy2026/index.ipynb | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb index 1f65c436..9419e6ae 100644 --- a/workshops/scipy2026/index.ipynb +++ b/workshops/scipy2026/index.ipynb @@ -37,11 +37,6 @@ "source": [ "## Schedule\n", "\n", - "\n", - ":::{admonition} TODO\n", - "Update this table\n", - ":::\n", - "\n", "*Times in local time\n", "\n", "Use the links to navigate to the right notebooks.\n", @@ -50,16 +45,17 @@ "| :- | - | - | \n", "| Introduction and Setup | 1:30 (10 min) | | \n", "| The Xarray Data Model | 1:40 (50 min) | [Data structures Part 1](../../intermediate/datastructures-intermediate.ipynb)|\n", - "|||[Data structures In Biology](../../intermediate/BiologyDataset.ipynb)| \n", "|||[Data structures Part 2](../../fundamentals/01_data_structures.md)| \n", - "| *10 minute Break* \n", - "| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../fundamentals/03.1_computation_with_xarray.ipynb)
[Hierarchical computation](../../intermediate/computation/hierarchical_computation.ipynb) | \n", - "| *10 minute Break* | \n", - "| Storage formats | 3:30 (50 min) | [Storage formats](../../fundamentals/01.1_io.ipynb) | \n", - "| *10 minute Break* | \n", - "| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) |\n", - "| | End 5:30 | | \n", - "\n" + "|||[Datatrees and Hierarchical data](../../fundamentals/01_datatree_hierarchical_data.ipynb)|\n", + "| *10 minute Break* \n", + "|**Everything is an Xarray dataset**|||\n", + "| Xarray backends | 2:40 (60 min) | [TODO: Add link Intro to backends]()|\n", + "|||Working with Xarray's backends ([Zarr stores in the cloud](../../intermediate/hierarchical_zarr_store.ipynb), [Rioxarray](../../advanced/backends/rasterio_backend.ipynb) )|\n", + "|||Creating custom backends|\n", + "| *10 minute Break* \n", + "| Data cataloguing | 3:50 (40 min) | [Data cataloging](../../intermediate/cataloging.ipynb) |\n", + "| *10 minute Break* \n", + "| Flexible indices | 4:40 (50 min) | TODO: Add links |" ] }, { From c431fe33811e3d7fc3e0a540522164ad8b127b23 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:14:11 -0500 Subject: [PATCH 6/9] Move item --- workshops/scipy2026/index.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb index 9419e6ae..476a7093 100644 --- a/workshops/scipy2026/index.ipynb +++ b/workshops/scipy2026/index.ipynb @@ -41,6 +41,8 @@ "\n", "Use the links to navigate to the right notebooks.\n", "\n", + "**Everything is an Xarray dataset**\n", + "\n", "| Topic | Time | Notebook Links | \n", "| :- | - | - | \n", "| Introduction and Setup | 1:30 (10 min) | | \n", @@ -48,7 +50,6 @@ "|||[Data structures Part 2](../../fundamentals/01_data_structures.md)| \n", "|||[Datatrees and Hierarchical data](../../fundamentals/01_datatree_hierarchical_data.ipynb)|\n", "| *10 minute Break* \n", - "|**Everything is an Xarray dataset**|||\n", "| Xarray backends | 2:40 (60 min) | [TODO: Add link Intro to backends]()|\n", "|||Working with Xarray's backends ([Zarr stores in the cloud](../../intermediate/hierarchical_zarr_store.ipynb), [Rioxarray](../../advanced/backends/rasterio_backend.ipynb) )|\n", "|||Creating custom backends|\n", From eeb1bc2cefaf3845da4fb66b94a765c191122db3 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:57:28 -0500 Subject: [PATCH 7/9] Add link --- workshops/scipy2026/index.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb index 476a7093..dc24ae53 100644 --- a/workshops/scipy2026/index.ipynb +++ b/workshops/scipy2026/index.ipynb @@ -50,7 +50,7 @@ "|||[Data structures Part 2](../../fundamentals/01_data_structures.md)| \n", "|||[Datatrees and Hierarchical data](../../fundamentals/01_datatree_hierarchical_data.ipynb)|\n", "| *10 minute Break* \n", - "| Xarray backends | 2:40 (60 min) | [TODO: Add link Intro to backends]()|\n", + "| Xarray backends | 2:40 (60 min) | [Add link Intro to backends](../../advanced/backends/intro-backends.ipynb)|\n", "|||Working with Xarray's backends ([Zarr stores in the cloud](../../intermediate/hierarchical_zarr_store.ipynb), [Rioxarray](../../advanced/backends/rasterio_backend.ipynb) )|\n", "|||Creating custom backends|\n", "| *10 minute Break* \n", From 7646da5bea5452c2f6b7edb0a86cd69abfeb6849 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:59:20 -0500 Subject: [PATCH 8/9] Add todo --- workshops/scipy2026/index.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb index dc24ae53..1f2cfb93 100644 --- a/workshops/scipy2026/index.ipynb +++ b/workshops/scipy2026/index.ipynb @@ -52,7 +52,7 @@ "| *10 minute Break* \n", "| Xarray backends | 2:40 (60 min) | [Add link Intro to backends](../../advanced/backends/intro-backends.ipynb)|\n", "|||Working with Xarray's backends ([Zarr stores in the cloud](../../intermediate/hierarchical_zarr_store.ipynb), [Rioxarray](../../advanced/backends/rasterio_backend.ipynb) )|\n", - "|||Creating custom backends|\n", + "||| [TODO add link: Creating custom backends]() |\n", "| *10 minute Break* \n", "| Data cataloguing | 3:50 (40 min) | [Data cataloging](../../intermediate/cataloging.ipynb) |\n", "| *10 minute Break* \n", From ce92c875ca1fb0dc7bd19a0fcb147e710eb1e7f4 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:55:58 -0500 Subject: [PATCH 9/9] Fix link --- workshops/scipy2026/index.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb index 1f2cfb93..94b31e09 100644 --- a/workshops/scipy2026/index.ipynb +++ b/workshops/scipy2026/index.ipynb @@ -52,7 +52,7 @@ "| *10 minute Break* \n", "| Xarray backends | 2:40 (60 min) | [Add link Intro to backends](../../advanced/backends/intro-backends.ipynb)|\n", "|||Working with Xarray's backends ([Zarr stores in the cloud](../../intermediate/hierarchical_zarr_store.ipynb), [Rioxarray](../../advanced/backends/rasterio_backend.ipynb) )|\n", - "||| [TODO add link: Creating custom backends]() |\n", + "||| (TODO add link) Creating custom backends |\n", "| *10 minute Break* \n", "| Data cataloguing | 3:50 (40 min) | [Data cataloging](../../intermediate/cataloging.ipynb) |\n", "| *10 minute Break* \n",