Skip to content
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

Add SciPy 2024 talk material #658

Merged
merged 29 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b7e3ec9
Add initial notebook for scipy
tomvothecoder Jun 5, 2024
a9995c2
Add latest changes to SciPy 2024 notebook
tomvothecoder Jun 6, 2024
9804ecd
Update demo in SciPy notebook
tomvothecoder Jun 11, 2024
5c527f6
Add latest changes to notebook
tomvothecoder Jun 13, 2024
9e01239
Add latest changes
tomvothecoder Jun 13, 2024
22bcc32
Add latest changes
tomvothecoder Jun 13, 2024
2260265
Add latest changes
tomvothecoder Jun 20, 2024
80202c5
Fix command
tomvothecoder Jun 21, 2024
ee57cde
Update `.gitignore`
tomvothecoder Jun 25, 2024
de29e5b
Update notebook and add wget scripts
tomvothecoder Jun 25, 2024
edf3ba8
Fix wget scripts and add latest notebook changes
tomvothecoder Jun 25, 2024
7c383d2
Add latest changes to scipy notebook
tomvothecoder Jun 26, 2024
501ea11
Add latest changes
tomvothecoder Jun 26, 2024
d5fbf89
Add latest changes
tomvothecoder Jun 27, 2024
5b27e49
Add latest changes
tomvothecoder Jun 27, 2024
536d07d
Add executed cells
tomvothecoder Jun 27, 2024
8bf32a7
Add latest changes
tomvothecoder Jun 27, 2024
695d942
Add latest changes
tomvothecoder Jun 27, 2024
53674fc
Add instructions for getting esgf data with wget script
tomvothecoder Jun 27, 2024
93b31d3
Add intro bio slide
tomvothecoder Jul 1, 2024
5dc560c
Add bold text
tomvothecoder Jul 1, 2024
235ec0e
Add latest review changes
tomvothecoder Jul 1, 2024
7958761
Add latest and probably final execution hopefully
tomvothecoder Jul 1, 2024
6f59e13
Update logo size
tomvothecoder Jul 2, 2024
c7b7366
Update dataset used in examples
tomvothecoder Jul 2, 2024
93dad7b
Update slide types
tomvothecoder Jul 2, 2024
5b63b95
Minor text updates
tomvothecoder Jul 3, 2024
c0300f9
Add scipy notebook to docs
tomvothecoder Jul 3, 2024
d04f0df
Fix link to scipy notebook
tomvothecoder Jul 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading