|
39 | 39 | "| Topic | Time | Notebook Links | \n",
|
40 | 40 | "| :- | - | - | \n",
|
41 | 41 | "| Introduction and Setup | 1:30 (10 min) | | \n",
|
42 |
| - "| The Xarray Data Model | 1:40 (50 min) | [Data structures](../../fundamentals/01_data_structures.md) | \n", |
| 42 | + "| The Xarray Data Model | 1:40 (50 min) | [Data structures Part 1](../../intermediate/datastructures-intermediate.ipynb)|\n", |
| 43 | + "|||[Data structures In Biology](../../intermediate/BiologyDataset.ipynb)| \n", |
| 44 | + "|||[Data structures Part 2](../../fundamentals/01_data_structures.md)| \n", |
43 | 45 | "| *10 minute Break* \n",
|
44 |
| - "| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/computation/01-high-level-computation-patterns.ipynb) <br> [Hierarchical computation](../../intermediate/computation/hierarchical_computation.ipynb) | \n", |
| 46 | + "| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) <br> | \n", |
45 | 47 | "| *10 minute Break* | \n",
|
46 |
| - "| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) <br> [CMIP6 on the cloud](../../intermediate/remote_data/cmip6-cloud.ipynb) <br> |\n", |
| 48 | + "| Storage formats | 3:30 (50 min) | [Storage formats](../../fundamentals/01.1_io.ipynb) | \n", |
47 | 49 | "| *10 minute Break* | \n",
|
48 |
| - "| Other storage formats | 3:30 (50 min) | [IO basics](../../fundamentals/01.1_io.ipynb) <br> [Data models](../../intermediate/storage_formats.ipynb) <br> [Custom backends](../../advanced/backends/backends.md) <br> | \n", |
| 50 | + "| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) |\n", |
49 | 51 | "| | End 5:30 | |"
|
50 | 52 | ]
|
51 | 53 | },
|
|
61 | 63 | }
|
62 | 64 | ],
|
63 | 65 | "metadata": {
|
| 66 | + "kernelspec": { |
| 67 | + "display_name": "Python 3 (ipykernel)", |
| 68 | + "language": "python", |
| 69 | + "name": "python3" |
| 70 | + }, |
64 | 71 | "language_info": {
|
65 | 72 | "codemirror_mode": {
|
66 | 73 | "name": "ipython",
|
|
70 | 77 | "mimetype": "text/x-python",
|
71 | 78 | "name": "python",
|
72 | 79 | "nbconvert_exporter": "python",
|
73 |
| - "pygments_lexer": "ipython3" |
| 80 | + "pygments_lexer": "ipython3", |
| 81 | + "version": "3.12.9" |
74 | 82 | }
|
75 | 83 | },
|
76 | 84 | "nbformat": 4,
|
|
0 commit comments