Skip to content

Commit

Permalink
Add SciPy 2024 talk material (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Jul 3, 2024
1 parent e1b5678 commit 7751452
Show file tree
Hide file tree
Showing 18 changed files with 7,929 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ __pycache__/
*.py[cod]
*$py.class

.DS_Store

# C extensions
*.so

Expand Down Expand Up @@ -119,3 +121,6 @@ qa/

# Custom Sphinx generated .txt files.
docs/*.txt

# ESGF wget script status files.
*.sh.status
Binary file added docs/_static/anaconda-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/conda-forge-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
552 changes: 552 additions & 0 deletions docs/_static/matplotlib-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/pangeo-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/thumbnails/scipy-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/xarray-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/xgcm-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/demos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ This page includes relevant xCDAT presentations, demos, and papers.

AMS 2023 Abstract <https://ams.confex.com/ams/103ANNUAL/meetingapp.cgi/Paper/412648>
demos/1-25-23-cwss-seminar/introduction-to-xcdat.ipynb
ESGF2 - A Gentle Introduction to xCDAT (video introduction) <https://youtu.be/sJpQ9vKDKa8?feature=shared>
ESGF2 - A Gentle Introduction to xCDAT (Video Introduction) <https://youtu.be/sJpQ9vKDKa8?feature=shared>
SciPy 2024 (Abstract) <https://ams.confex.com/ams/103ANNUAL/meetingapp.cgi/Paper/412648>
SciPy 2024 (Presentation Notebook) <demos/24-07-11-scipy-2024/scipy-2024.ipynb>
10 changes: 9 additions & 1 deletion docs/demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
path: demos/1-25-23-cwss-seminar/introduction-to-xcdat.ipynb
thumbnail: _static/thumbnails/llnl-logo.png

- title: ESGF2 - A Gentle Introduction to xCDAT (video introduction)
- title: ESGF2 - A Gentle Introduction to xCDAT (Video Introduction, 03/23/24)
path: https://youtu.be/sJpQ9vKDKa8?feature=shared
thumbnail: _static/thumbnails/esgf2-logo.png

- title: SciPy 2024 (Abstract, 07/11/24)
path: https://cfp.scipy.org/2024/talk/VRACYW/
thumbnail: _static/thumbnails/scipy-logo.png

- title: SciPy 2024 (Presentation Notebook, 07/11/24)
path: demos/24-07-11-scipy-2024/scipy-2024.ipynb
thumbnail: _static/thumbnails/scipy-logo.png
4 changes: 1 addition & 3 deletions docs/demos/1-25-23-cwss-seminar/introduction-to-xcdat.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"cell_style": "center",
Expand Down Expand Up @@ -1546,7 +1545,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"slideshow": {
Expand Down Expand Up @@ -4867,7 +4865,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.11.9"
},
"rise": {
"scroll": true,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/demos/24-07-11-scipy-2024/images/tom.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7751452

Please sign in to comment.