diff --git a/README.md b/README.md index bc921d7b..9ab97996 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Deploy Website to GitHub Pages](https://github.com/xarray-contrib/xarray-tutorial/actions/workflows/main.yaml/badge.svg)](https://github.com/xarray-contrib/xarray-tutorial/actions/workflows/main.yaml) [![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https://tutorial.xarray.dev) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/xarray-contrib/xarray-tutorial/HEAD?labpath=overview/xarray-in-45-min.ipynb) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/xarray-contrib/xarray-tutorial/HEAD?labpath=workshops/scipy2025/index.ipynb) This is the repository for a Jupyter Book website with tutorial material for [Xarray](https://github.com/pydata/xarray), _an open source project and Python package that makes working with labelled multi-dimensional arrays simple, efficient, and fun!_ diff --git a/_config.yml b/_config.yml index 6f9cb4b6..d5dc54ed 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ exclude_patterns: [.github, .pixi] html: # NOTE: this announcement shows up on all pages #announcement: 'The Xarray 2024 User Survey is live. Please take ~5 minutes to fill it out and help us improve Xarray.' - #announcement: 'ℹ️ SciPy 2024 Tutorial Attendees. Click here .' + announcement: 'ℹ️ SciPy 2025 Tutorial Attendees. Click here! .' home_page_in_navbar: false use_edit_page_button: true use_issues_button: true diff --git a/_static/style.css b/_static/style.css index b1024666..fb3ae652 100644 --- a/_static/style.css +++ b/_static/style.css @@ -1,3 +1,3 @@ .bd-header-announcement { - background-color: var(--pst-color-info-bg); + background-color: var(--pst-color-accent); } diff --git a/_toc.yml b/_toc.yml index fbf8c3d2..69ff42e4 100644 --- a/_toc.yml +++ b/_toc.yml @@ -83,6 +83,7 @@ parts: - caption: Workshops chapters: + - file: workshops/scipy2025/index.ipynb - file: workshops/scipy2024/index.ipynb - file: workshops/scipy2023/README - file: workshops/thinking-like-xarray/README diff --git a/workshops/scipy2025/index.ipynb b/workshops/scipy2025/index.ipynb new file mode 100644 index 00000000..7666fb96 --- /dev/null +++ b/workshops/scipy2025/index.ipynb @@ -0,0 +1,78 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "0", + "metadata": {}, + "source": [ + "# SciPy 2025\n", + "\n", + "## Welcome to the Xarray SciPy 2025 Tutorial! \n", + "\n", + "\n", + "\n", + "**Hierarchical Data Analysis with Xarray DataTree & Zarr**\n", + "\n", + "July 8, 13:30–17:30 (US/Pacific), Tacoma Convention Center Room 315\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", + "- Understand Xarray’s core data structures\n", + "- Understand how to map typical Xarray computations and workflows over hierarchical data\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", + ":::" + ] + }, + { + "cell_type": "markdown", + "id": "1", + "metadata": {}, + "source": [ + "## Schedule \n", + "\n", + "*Times in US/Pacific Timezone (Tacoma, WA)\n", + "\n", + "Use the links to navigate to the right notebooks.\n", + "\n", + "| Topic | Time | Notebook Links | \n", + "| :- | - | - | \n", + "| Introduction and Setup | 1:30 (10 min) | | \n", + "| The Xarray Data Model | 1:40 (50 min) | [Data structures](../../fundamentals/01_data_structures.md) | \n", + "| *10 minute Break* \n", + "| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/01-high-level-computation-patterns.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 | |" + ] + }, + { + "cell_type": "markdown", + "id": "2", + "metadata": {}, + "source": [ + "### Tutorial Setup\n", + "\n", + "Refer to the [Getting Started Section](../../overview/get-started.md) for various options to run tutorial notebooks either on your personal computer or on a free Cloud-hosted server." + ] + } + ], + "metadata": { + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}