diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb index b649a889..7c0df3b4 100644 --- a/workshops/scipy2026/index.ipynb +++ b/workshops/scipy2026/index.ipynb @@ -9,23 +9,25 @@ "\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", "- 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" ] }, { @@ -33,9 +35,14 @@ "id": "1", "metadata": {}, "source": [ - "" + "\n" ] }, {