Skip to content

Commit 9a295ef

Browse files
committed
Deploying to gh-pages from @ 5ca1254 🚀
1 parent 32a2a70 commit 9a295ef

File tree

5 files changed

+38
-9
lines changed

5 files changed

+38
-9
lines changed

_preview/484/_sources/posts/new-cookbooks.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,23 @@ This Cookbook demonstrates how to do the following:
134134
<img src="https://contrib.rocks/image?repo=ProjectPythia/ERA5_interactive-cookbook" />
135135
</a>
136136

137+
### [Wavelet Cookbook](https://projectpythia.org/wavelet-cookbook/)
138+
139+
<img class="modal-img" src="https://projectpythia.org/wavelet-cookbook/_images/thumbnail.png
140+
" alt="Wavelet thumbnail" width="300"/>
141+
142+
**Authors:** [Cora Schneck](https://github.com/cyschneck)
143+
144+
[![DOI](https://zenodo.org/badge/815311051.svg)](https://zenodo.org/badge/latestdoi/815311051)
145+
146+
This Cookbook covers how to work with wavelets in Python. Wavelets are a powerful tool to analyze time-series data. When data frequencies vary over time, wavelets can be applied to analysis trends and overcome the time/frequency limitations of Fourier Transforms
147+
148+
**Contributors:**
149+
<a href="https://github.com/ProjectPythia/wavelet-cookbook/graphs/contributors">
150+
<img src="https://contrib.rocks/image?repo=ProjectPythia/wavelet-cookbook" />
151+
</a>
152+
153+
137154
## The 2024 Cook-off
138155

139156
### In pictures

_preview/484/_sources/resource-gallery.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
14781478
<img src="_static/images/ebp-logo.png" class="gallery-thumbnail" />
14791479
<div class="container">
14801480
<a href="https://nbviewer.jupyter.org/github/ltauxe/Python-for-Earth-Science-Students/tree/master/" class="text-decoration-none"><h4 class="display-4 p-0">Python Programming for Earth Science Students</h4></a>
1481-
<p class="card-subtitle"><strong>Author:</strong> <a href="mailto:[email protected]">Lisa Tauxe</a>, <a href="mailto:bcych@ucsd.edu">Brendan Cych</a>, <a href="mailto:hasefaw@ucsd.edu">Hanna Asefaw</a><br/><strong>Affiliation:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
1481+
<p class="card-subtitle"><strong>Author:</strong> <a href="mailto:[email protected]">Lisa Tauxe</a>, <a href="mailto:hasefaw@ucsd.edu">Hanna Asefaw</a>, <a href="mailto:bcych@ucsd.edu">Brendan Cych</a><br/><strong>Affiliation:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
14821482
<p class="my-2">Python Programming for Earth Science Students </p>
14831483
</div>
14841484
</div>
@@ -1811,7 +1811,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
18111811
<img src="_static/thumbnails/ptss-jupyter.jpeg" class="gallery-thumbnail" />
18121812
<div class="container">
18131813
<a href="https://youtu.be/xSzXvwzFsDU" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Jupyter Notebooks</h4></a>
1814-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Kevin Paul<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1814+
<p class="card-subtitle"><strong>Author:</strong> Kevin Paul, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
18151815
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing JupyterLab and Jupyter Notebooks.
18161816
</p>
18171817
</div>
@@ -1953,7 +1953,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
19531953
<img src="_static/thumbnails/ptss-git.png" class="gallery-thumbnail" />
19541954
<div class="container">
19551955
<a href="https://youtu.be/fYkPn0Nttlg" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Git and GitHub</h4></a>
1956-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Kevin Paul<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1956+
<p class="card-subtitle"><strong>Author:</strong> Kevin Paul, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
19571957
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the tools Git and GitHub. The content to follow along with this tutorial is hosted in this <A href="https://github.com/NCAR/git-github-demo">Git and GitHub Demo GitHub Repository</A>.
19581958
</p>
19591959
</div>
@@ -1981,7 +1981,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
19811981
<img src="_static/thumbnails/ptss-pandas.jpeg" class="gallery-thumbnail" />
19821982
<div class="container">
19831983
<a href="https://youtu.be/BsV3ek7qsiM" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a>
1984-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Max Grover, Drew Camron<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1984+
<p class="card-subtitle"><strong>Author:</strong> Max Grover, Project Pythia, Drew Camron<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
19851985
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `pandas`. The content to follow along with this video is hosted in this <A href="https://github.com/mgrover1/ncar_pandas_tutorial">Pandas Tutorial GitHub Repository</A>.
19861986
</p>
19871987
</div>

_preview/484/posts/new-cookbooks.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,17 @@ <h3><a class="reference external" href="https://projectpythia.org/ERA5_interacti
496496
<img alt="https://contrib.rocks/image?repo=ProjectPythia/ERA5_interactive-cookbook" src="https://contrib.rocks/image?repo=ProjectPythia/ERA5_interactive-cookbook" />
497497
</a></p>
498498
</section>
499+
<section id="wavelet-cookbook">
500+
<h3><a class="reference external" href="https://projectpythia.org/wavelet-cookbook/">Wavelet Cookbook</a><a class="headerlink" href="#wavelet-cookbook" title="Link to this heading"><i class="fas fa-link"></i></a></h3>
501+
<p><a class="modal-img reference internal" href="https://projectpythia.org/wavelet-cookbook/_images/thumbnail.png"><img alt="Wavelet thumbnail" class="modal-img" src="https://projectpythia.org/wavelet-cookbook/_images/thumbnail.png" style="width: 300px;" /></a></p>
502+
<p><strong>Authors:</strong> <a class="reference external" href="https://github.com/cyschneck">Cora Schneck</a></p>
503+
<p><a class="reference external" href="https://zenodo.org/badge/latestdoi/815311051"><img alt="DOI" src="https://zenodo.org/badge/815311051.svg" /></a></p>
504+
<p>This Cookbook covers how to work with wavelets in Python. Wavelets are a powerful tool to analyze time-series data. When data frequencies vary over time, wavelets can be applied to analysis trends and overcome the time/frequency limitations of Fourier Transforms</p>
505+
<p><strong>Contributors:</strong>
506+
<a href="https://github.com/ProjectPythia/wavelet-cookbook/graphs/contributors">
507+
<img alt="https://contrib.rocks/image?repo=ProjectPythia/wavelet-cookbook" src="https://contrib.rocks/image?repo=ProjectPythia/wavelet-cookbook" />
508+
</a></p>
509+
</section>
499510
</section>
500511
<section id="the-2024-cook-off">
501512
<h2>The 2024 Cook-off<a class="headerlink" href="#the-2024-cook-off" title="Link to this heading"><i class="fas fa-link"></i></a></h2>
@@ -598,6 +609,7 @@ <h2>Want to get involved?<a class="headerlink" href="#want-to-get-involved" titl
598609
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#esgf-cookbook">ESGF Cookbook</a></li>
599610
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#radar-cookbook">Radar Cookbook</a></li>
600611
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#arco-era-5-interactive-visualization-cookbook">ARCO ERA-5 Interactive Visualization Cookbook</a></li>
612+
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#wavelet-cookbook">Wavelet Cookbook</a></li>
601613
</ul>
602614
</li>
603615
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#the-2024-cook-off">The 2024 Cook-off</a><ul class="nav section-nav flex-column">

_preview/484/resource-gallery.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ <h3 class="display-3">Xarray</h3>
13801380
<img class="gallery-thumbnail" src="_static/images/ebp-logo.png"/>
13811381
<div class="container">
13821382
<a class="text-decoration-none" href="https://nbviewer.jupyter.org/github/ltauxe/Python-for-Earth-Science-Students/tree/master/"><h4 class="display-4 p-0">Python Programming for Earth Science Students</h4></a>
1383-
<p class="card-subtitle"><strong>Author:</strong> <a href="mailto:[email protected]">Lisa Tauxe</a>, <a href="mailto:bcych@ucsd.edu">Brendan Cych</a>, <a href="mailto:hasefaw@ucsd.edu">Hanna Asefaw</a><br/><strong>Affiliation:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
1383+
<p class="card-subtitle"><strong>Author:</strong> <a href="mailto:[email protected]">Lisa Tauxe</a>, <a href="mailto:hasefaw@ucsd.edu">Hanna Asefaw</a>, <a href="mailto:bcych@ucsd.edu">Brendan Cych</a><br/><strong>Affiliation:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
13841384
<p class="my-2">Python Programming for Earth Science Students </p>
13851385
</div>
13861386
</div>
@@ -1652,7 +1652,7 @@ <h3 class="display-3">Python for Atmosphere and Ocean Science</h3>
16521652
<img class="gallery-thumbnail" src="_static/thumbnails/ptss-jupyter.jpeg"/>
16531653
<div class="container">
16541654
<a class="text-decoration-none" href="https://youtu.be/xSzXvwzFsDU"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Jupyter Notebooks</h4></a>
1655-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Kevin Paul<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1655+
<p class="card-subtitle"><strong>Author:</strong> Kevin Paul, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
16561656
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing JupyterLab and Jupyter Notebooks.
16571657
</p>
16581658
</div>
@@ -1764,7 +1764,7 @@ <h3 class="display-3">Python for Atmosphere and Ocean Science</h3>
17641764
<img class="gallery-thumbnail" src="_static/thumbnails/ptss-git.png"/>
17651765
<div class="container">
17661766
<a class="text-decoration-none" href="https://youtu.be/fYkPn0Nttlg"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Git and GitHub</h4></a>
1767-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Kevin Paul<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1767+
<p class="card-subtitle"><strong>Author:</strong> Kevin Paul, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17681768
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the tools Git and GitHub. The content to follow along with this tutorial is hosted in this <a href="https://github.com/NCAR/git-github-demo">Git and GitHub Demo GitHub Repository</a>.
17691769
</p>
17701770
</div>
@@ -1786,7 +1786,7 @@ <h3 class="display-3">Python for Atmosphere and Ocean Science</h3>
17861786
<img class="gallery-thumbnail" src="_static/thumbnails/ptss-pandas.jpeg"/>
17871787
<div class="container">
17881788
<a class="text-decoration-none" href="https://youtu.be/BsV3ek7qsiM"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a>
1789-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Max Grover, Drew Camron<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1789+
<p class="card-subtitle"><strong>Author:</strong> Max Grover, Project Pythia, Drew Camron<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17901790
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `pandas`. The content to follow along with this video is hosted in this <a href="https://github.com/mgrover1/ncar_pandas_tutorial">Pandas Tutorial GitHub Repository</a>.
17911791
</p>
17921792
</div>

_preview/484/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)