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 links to JOSS and DOE EESM content #682

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file added docs/_static/thumbnails/doe-logo.jpg
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/joss-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/demos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ 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>
SciPy 2024 (Abstract) <https://ams.confex.com/ams/103ANNUAL/meetingapp.cgi/Paper/412648>
Journal of Open Source Software Paper <https://joss.theoj.org/papers/10.21105/joss.06426>
DOE EESM Research Highlight <https://climatemodeling.science.energy.gov/research-highlights/xcdat-python-package-simple-and-robust-analysis-climate-data>
SciPy 2024 (Abstract) <https://cfp.scipy.org/2024/talk/VRACYW/>
SciPy 2024 (Presentation Notebook) <demos/24-07-11-scipy-2024/scipy-2024.ipynb>
DOE EESM PI Meeting Presentation <https://climatemodeling.science.energy.gov/presentations/xcdat-xarray-climate-data-analysis-tools-python-package-simple-and-robust-analysis>
16 changes: 14 additions & 2 deletions docs/demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,30 @@
path: https://ams.confex.com/ams/103ANNUAL/meetingapp.cgi/Paper/412648
thumbnail: _static/thumbnails/ams-logo.jpg

- title: LLNL Climate and Weather Seminar Series (01/25/2023) - A Gentle Introduction to xCDAT
- title: LLNL Climate and Weather Seminar Series (01/25/23) - A Gentle Introduction to xCDAT
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, 03/23/24)
- title: ESGF2 - A Gentle Introduction to xCDAT (Video Introduction, 03/23/23)
path: https://youtu.be/sJpQ9vKDKa8?feature=shared
thumbnail: _static/thumbnails/esgf2-logo.png

- title: Journal of Open Source Software Paper (06/29/24)
path: https://joss.theoj.org/papers/10.21105/joss.06426
thumbnail: _static/thumbnails/joss-logo.jpg

- title: DOE EESM Research Highlight (06/29/24)
path: https://climatemodeling.science.energy.gov/research-highlights/xcdat-python-package-simple-and-robust-analysis-climate-data
thumbnail: _static/thumbnails/doe-logo.jpg

- 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

- title: DOE EESM PI Meeting 2024 Presentation (08/08/24)
path: https://climatemodeling.science.energy.gov/presentations/xcdat-xarray-climate-data-analysis-tools-python-package-simple-and-robust-analysis
thumbnail: _static/thumbnails/doe-logo.jpg
Loading