Skip to content

Commit 6775cf0

Browse files
Update Scipy 2026 tutorial website page (#358)
1 parent 250b8ba commit 6775cf0

1 file changed

Lines changed: 23 additions & 21 deletions

File tree

workshops/scipy2026/index.ipynb

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,52 +9,54 @@
99
"\n",
1010
"## Welcome to the Xarray SciPy 2026 Tutorial! \n",
1111
"\n",
12-
"> 🚧👷‍♀️🏗️ This page is under construction\n",
12+
"> 🚧👷‍♀️🏗️ This page is under construction. Please check back later.\n",
1313
"\n",
14-
"<!-- <img src=\"https://images.squarespace-cdn.com/content/v1/6743676bb9f2e109f0ddba96/055e9b3f-965f-42c7-b496-2ba3870e216e/Logo_color-black.png?format=1500w\" align=\"right\" width=\"20%\"> TODO: Update for 2026 --> \n",
14+
"<img src=\"https://images.squarespace-cdn.com/content/v1/69223993a619b0382ba1b905/9ef1aa1c-4fab-404d-818c-17edcb653166/Horizontal.png?format=1500w\" align=\"right\" width=\"20%\">\n",
1515
"\n",
1616
"**Everything is an Xarray Dataset**\n",
1717
"\n",
18-
"<!-- July 8, 13:30–17:30 (US/Pacific), Tacoma Convention Center Room 315 # TODO: Update for 2026 -->\n",
18+
"July 14, 13:30–17:30 (CDT), University of Minnesota (526 Delaware Street SE), room HSEC 2-138\n",
1919
"\n",
20-
"<!-- 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! TODO: Update for 2026-->\n",
20+
"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",
2121
"\n",
2222
":::{admonition} Learning Goals\n",
23-
"TODO: Update learning goals for 2026\n",
2423
"- Understand Xarray’s core data structures\n",
25-
"- Understand how to map typical Xarray computations and workflows over hierarchical data\n",
24+
"- Understand how to use various backend engines, as well as create your own\n",
25+
"- Understand what data cataloguing is, and how it applies to Xarray\n",
2626
"- Understand how common storage formats correspond to the DataTree model\n",
27-
"- Open a public Zarr store in the cloud and manipulate the contents\n",
28-
":::"
27+
"- Understand how to use Xarray's flexible indices\n",
28+
":::\n",
29+
"\n",
30+
"\n"
2931
]
3032
},
3133
{
3234
"cell_type": "markdown",
3335
"id": "1",
3436
"metadata": {},
3537
"source": [
36-
"<!-- ## Schedule \n",
38+
"## Schedule\n",
3739
"\n",
38-
"*Times in US/Pacific Timezone (Tacoma, WA)\n",
40+
"*Times in local time\n",
3941
"\n",
4042
"Use the links to navigate to the right notebooks.\n",
4143
"\n",
44+
"**Everything is an Xarray dataset**\n",
45+
"\n",
4246
"| Topic | Time | Notebook Links | \n",
4347
"| :- | - | - | \n",
4448
"| Introduction and Setup | 1:30 (10 min) | | \n",
4549
"| The Xarray Data Model | 1:40 (50 min) | [Data structures Part 1](../../intermediate/datastructures-intermediate.ipynb)|\n",
46-
"|||[Data structures In Biology](../../intermediate/BiologyDataset.ipynb)| \n",
4750
"|||[Data structures Part 2](../../fundamentals/01_data_structures.md)| \n",
48-
"| *10 minute Break* \n",
49-
"| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../fundamentals/03.1_computation_with_xarray.ipynb) <br> [Hierarchical computation](../../intermediate/computation/hierarchical_computation.ipynb) | \n",
50-
"| *10 minute Break* | \n",
51-
"| Storage formats | 3:30 (50 min) | [Storage formats](../../fundamentals/01.1_io.ipynb) | \n",
52-
"| *10 minute Break* | \n",
53-
"| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) |\n",
54-
"| | End 5:30 | | \n",
55-
"\n",
56-
"TODO: Update\n",
57-
"-->"
51+
"|||[Datatrees and Hierarchical data](../../fundamentals/01_datatree_hierarchical_data.ipynb)|\n",
52+
"| *10 minute Break* \n",
53+
"| Xarray backends | 2:40 (60 min) | [Add link Intro to backends](../../advanced/backends/intro-backends.ipynb)|\n",
54+
"|||Working with Xarray's backends ([Zarr stores in the cloud](../../intermediate/hierarchical_zarr_store.ipynb), [Rioxarray](../../advanced/backends/rasterio_backend.ipynb) )|\n",
55+
"||| (TODO add link) Creating custom backends |\n",
56+
"| *10 minute Break* \n",
57+
"| Data cataloguing | 3:50 (40 min) | [Data cataloging](../../intermediate/cataloging.ipynb) |\n",
58+
"| *10 minute Break* \n",
59+
"| Flexible indices | 4:40 (50 min) | TODO: Add links |"
5860
]
5961
},
6062
{

0 commit comments

Comments
 (0)