-
Notifications
You must be signed in to change notification settings - Fork 116
Scipy2025 outline page #324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+82
−3
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
3ef728e
add index landing page
TomNicholas 97a0d7f
add to table of contents
TomNicholas 0aa461e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c36342c
Merge branch 'main' into scipy2025-outline
scottyhq 45c2e63
point to IO notebook and getting_started section for now
scottyhq 574f8d4
adjust readme binder link and add banner for scipy
scottyhq 237aa05
fix banner color
scottyhq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.bd-header-announcement { | ||
background-color: var(--pst-color-info-bg); | ||
background-color: var(--pst-color-accent); | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
"<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%\">\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) <br> | \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 | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.