|
5 | 5 | "id": "6bad0788-4bd2-49bb-818a-4eda1e265cf1",
|
6 | 6 | "metadata": {},
|
7 | 7 | "source": [
|
8 |
| - "<img src=\"../../images/scipylogo.png\" align=\"center\" width=\"90%\">\n", |
| 8 | + "<img src=\"../../images/scipylogo2023.png\" align=\"right\" width=\"20%\">\n", |
9 | 9 | "\n",
|
10 |
| - "# Welcome to the Xarray SciPy 2022 Tutorial! \n", |
| 10 | + "\n", |
| 11 | + "# Welcome to the Xarray SciPy 2023 Tutorial! \n", |
11 | 12 | "\n",
|
12 | 13 | "**Xarray**: *Friendly, Interactive, and Scalable Scientific Data Analysis*\n",
|
13 | 14 | "\n",
|
14 |
| - "Learning goals:\n", |
15 |
| - "- understand the Xarray data model\n", |
16 |
| - "- effectively use Xarray’s multidimensional labeled indexing\n", |
17 |
| - "- utilize Xarray’s powerful built-in computational methods\n", |
18 |
| - "- learn about the ecosystem of software extending Xarray\n", |
19 | 15 | "\n",
|
20 |
| - "This *4-hour* workshop will explore content from https://tutorial.xarray.dev, which contains a comprehensive collection of hands-on tutorial Jupyter Notebooks. We won't cover it all today, but instead will review a curated set of examples that will prepare you for increasingly complex real-world data analysis tasks!\n", |
| 16 | + "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 won't cover it all today, but instead will review a curated set of examples that will prepare you for increasingly complex real-world data analysis tasks!\n", |
21 | 17 | "\n",
|
22 | 18 | "\n",
|
23 | 19 | "## Schedule \n",
|
24 | 20 | "*Times in Central Daylight (Austin, TX)\n",
|
25 | 21 | "\n",
|
| 22 | + "Use the links to navigate to the right notebooks.\n", |
| 23 | + "\n", |
| 24 | + "**Remember to select `global-global-xarray environment` for the notebooks when prompted.**\n", |
| 25 | + "\n", |
26 | 26 | "| Topic | Time | Notebook Links | \n",
|
27 | 27 | "| :- | - | - | \n",
|
28 |
| - "| Introduction | 1:30 (20 min) | [getting started](../../overview/get-started.md) | \n", |
29 |
| - "| Data Structures | 1:50 (30 min) | [datastructures](../../fundamentals/01_datastructures.ipynb) <br> [input/output](../../fundamentals/01.1_io.ipynb) | \n", |
30 |
| - "| *Break* \n", |
31 |
| - "| Labeled Data | 2:30 (20 min) | [working_with_labeled_data](../../fundamentals/02.1_working_with_labeled_data.ipynb) | \n", |
32 |
| - "| Visualizations | 2:50 (30 min) | [basic_plotting](../../fundamentals/04.1_basic_plotting.ipynb) <br> [facet plots](../../fundamentals/04.2_faceting.ipynb) | \n", |
33 |
| - "| *Break* | \n", |
34 |
| - "| Computation | 3:30 (50 min) | [computation with xarray](../../fundamentals/03.1_computation_with_xarray.ipynb) <br> [aligning data objects](../../fundamentals/02.3_aligning_data_objects.ipynb) <br> [groupby with xarray](../../fundamentals/03.2_groupby_with_xarray.ipynb) | \n", |
35 |
| - "| *Break* | \n", |
36 |
| - "| Xarray ecosystem | 4:30 (30 min) | [xarray ecosystem](../../intermediate/xarray_ecosystem.ipynb) | \n", |
37 |
| - "| Scaling Xarray | 5:00 (20 min) | | \n", |
| 28 | + "| Introduction and Setup | 1:30 (20 min) | --- | \n", |
| 29 | + "| Indexing | 1:50 (30 min) | [Advanced and Vectorized Indexing](../../intermediate/indexing/advanced-indexing.ipynb) | \n", |
| 30 | + "| *10 minute Break* \n", |
| 31 | + "| Computational Patterns | 2:30 (50 min) | [Computation Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) | \n", |
| 32 | + "| *10 minute Break* | \n", |
| 33 | + "| Wrapping other arrays | 3:30 (50 min) | [Xarray and Dask](../../intermediate/xarray_and_dask.ipynb) | \n", |
| 34 | + "| *10 minute Break* | \n", |
| 35 | + "| Wrapping custom computation (apply_ufunc) | 4:30 (30 min) <br> <br> <br> 5:00 (30 min) | [A gentle introduction](../../advanced/apply_ufunc/simple_numpy_apply_ufunc.ipynb) <br> [Core dimensions](../../advanced/apply_ufunc/core-dimensions.ipynb) <br> [Handling complex output](../../advanced/apply_ufunc/complex-output-numpy.ipynb) <br> Explore the rest of the material |\n", |
38 | 36 | "| | **End 5:30** | |\n",
|
39 | 37 | "\n",
|
40 |
| - "**Thanks for attending!**\n", |
41 | 38 | "\n",
|
42 |
| - "Please continue to explore the subfolders in the JupyterLab File Browser for additional tutorial notebooks to run, or read the rendered notebooks at https://tutorial.xarray.dev" |
| 39 | + "\n", |
| 40 | + "## Thanks for attending!\n", |
| 41 | + "\n", |
| 42 | + "Please continue to explore the subfolders in the JupyterLab File Browser for additional tutorial notebooks to run, or read the rendered notebooks at [https://tutorial.xarray.dev](https://tutorial.xarray.dev)" |
43 | 43 | ]
|
44 | 44 | }
|
45 | 45 | ],
|
|
0 commit comments