Skip to content

Commit f9faad7

Browse files
committed
Deploying to gh-pages from @ ed3e205 🚀
1 parent da19d50 commit f9faad7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+209
-171
lines changed

_images/bycountry.png

9 Bytes
Loading

_images/thisyear.png

1.41 KB
Loading

_images/toppages.png

-2 Bytes
Loading

_sources/metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Metrics
22

3-
Last Updated: 2025-06-02 01:16:23.391676
3+
Last Updated: 2025-06-03 15:52:51.356682
44

55
This metrics page provides an overview of user activity collected by Google Analytics across the three pillars of Project Pythia: our portal which includes information about the project as well as our resource gallery, our Foundations book, and our Cookbooks gallery. Information is either all-time (from a pre-project start date of March 2020) or year-to-date as indicated and is updated nightly to provide real-time and automated insights into our engagement, impact, and audience reach. If you would like to request a different metrics analysis, timeframe, or view, please [open a GitHub issue](https://github.com/ProjectPythia/projectpythia.github.io/issues/new/choose).
66

@@ -11,8 +11,8 @@ This table displays the total active users of our 3 Pythia projects over the lif
1111
| Project | All-Time Users |
1212
| ----- | ----- |
1313
| Portal | 19.6K |
14-
| Foundations | 77.6K |
15-
| Cookbooks | 24.0K |
14+
| Foundations | 77.7K |
15+
| Cookbooks | 24.2K |
1616

1717
## Chart of Active Users by Project Since Year Start
1818

_sources/posts/cookoff2025-website.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
blogpost: true
3-
date: Feb 20, 2025
4-
author: Julia Kent
3+
date: Jun 03, 2025
4+
author: Kevin Tyle
55
tags: cook-off
66
---
77

8-
# Save the date for the 2025 Cook-off hackathon!
8+
# Register now for the 2025 Cook-off hackathon!
99

1010
The 2025 Pythia Cookbook Cook-Off Hackathon will take place August
1111
5-8, at the NCAR Mesa Lab, located in Boulder, Colorado.
1212

13-
[The website for the event is live](https://projectpythia.org/pythia-cookoff-2025/). Registration is not open at this time.
13+
[The website for the event is live](https://projectpythia.org/pythia-cookoff-2025/). Registration is now open!

_sources/resource-gallery.md

Lines changed: 13 additions & 13 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:hasefaw@ucsd.edu">Hanna Asefaw</a>, <a href="mailto:bcych@ucsd.edu">Brendan Cych</a>, <a href="mailto:ltauxe@ucsd.edu">Lisa Tauxe</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:ltauxe@ucsd.edu">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>
@@ -1671,7 +1671,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
16711671
<img src="_static/thumbnails/ptss-txtfile.jpeg" class="gallery-thumbnail" />
16721672
<div class="container">
16731673
<a href="https://youtu.be/Jog7ybd6amw" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Reading in a .txt File</h4></a>
1674-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1674+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
16751675
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers setting up a work environment and opening a .txt file. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html">Xdev Python Tutorial website</A>.
16761676
</p>
16771677
</div>
@@ -1699,7 +1699,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
16991699
<img src="_static/thumbnails/ptss-datadict.jpeg" class="gallery-thumbnail" />
17001700
<div class="container">
17011701
<a href="https://youtu.be/5z6-t62x7Xs" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Creating a Data Dictionary</h4></a>
1702-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1702+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17031703
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers creating a data dictionary. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#creating-a-data-dictionary">Xdev Python Tutorial website</A>.
17041704
</p>
17051705
</div>
@@ -1727,7 +1727,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17271727
<img src="_static/thumbnails/ptss-writingfx.jpeg" class="gallery-thumbnail" />
17281728
<div class="container">
17291729
<a href="https://youtu.be/BerEf_3CsL8" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Writing Functions</h4></a>
1730-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1730+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17311731
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to write and call functions in Python. The content to follow along with this video is hosted on the <A href ="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#writing-functions">Xdev Python Tutorial website</A>.
17321732
</p>
17331733
</div>
@@ -1755,7 +1755,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17551755
<img src="_static/thumbnails/ptss-firstpackage.jpeg" class="gallery-thumbnail" />
17561756
<div class="container">
17571757
<a href="https://youtu.be/6lbbTwGFcTc" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Creating Your Own Package</h4></a>
1758-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1758+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17591759
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to create and call modules and packages. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#first-python-package">Xdev Python Tutorial website</A>.
17601760
</p>
17611761
</div>
@@ -1783,7 +1783,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17831783
<img src="_static/thumbnails/ptss-builtinpackage.jpeg" class="gallery-thumbnail" />
17841784
<div class="container">
17851785
<a href="https://youtu.be/44QUMCh2ZHU" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Using a Built-In Package and Publishing Your Package</h4></a>
1786-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1786+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17871787
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to use your first external buil-in package, `math`, and how to publish your package. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#using-a-built-in-package">Xdev Python Tutorial website</A>.
17881788
</p>
17891789
</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> Drew Camron, Project Pythia, Max Grover<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1984+
<p class="card-subtitle"><strong>Author:</strong> Max Grover, Drew Camron, Project Pythia<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>
@@ -2009,7 +2009,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
20092009
<img src="_static/thumbnails/ptss-xarray1.jpeg" class="gallery-thumbnail" />
20102010
<div class="container">
20112011
<a href="https://youtu.be/Ss4ryKukhi4" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Xarray Part 1</h4></a>
2012-
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
2012+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
20132013
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this <A href="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>.
20142014
</p>
20152015
</div>
@@ -2037,7 +2037,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
20372037
<img src="_static/thumbnails/ptss-xarray2.jpeg" class="gallery-thumbnail" />
20382038
<div class="container">
20392039
<a href="https://youtu.be/2H_4drBwORY" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Xarray Part 2</h4></a>
2040-
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
2040+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
20412041
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this <A href="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>.
20422042
</p>
20432043
</div>
@@ -2065,7 +2065,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
20652065
<img src="_static/thumbnails/ptss-dask1.jpeg" class="gallery-thumbnail" />
20662066
<div class="container">
20672067
<a href="https://youtu.be/wn-QM6QUB_U" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Dask Part 1</h4></a>
2068-
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
2068+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
20692069
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this <A href="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>.
20702070
</p>
20712071
</div>
@@ -2093,7 +2093,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
20932093
<img src="_static/thumbnails/ptss-dask2.jpeg" class="gallery-thumbnail" />
20942094
<div class="container">
20952095
<a href="https://youtu.be/yn4_-1pHC5k" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Dask Part 2</h4></a>
2096-
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
2096+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
20972097
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this <A href="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>.
20982098
</p>
20992099
</div>

about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<link rel="prev" title="Project Pythia" href="index.html" />
7171
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7272
<meta name="docsearch:language" content="en"/>
73-
<meta name="docbuild:last-update" content="2 June 2025"/>
73+
<meta name="docbuild:last-update" content="3 June 2025"/>
7474
</head>
7575

7676

@@ -832,7 +832,7 @@ <h2>Presentations about Project Pythia<a class="headerlink" href="#presentations
832832

833833
<div class="footer-item">
834834
<p class="last-updated">
835-
Last updated on 2 June 2025.
835+
Last updated on 3 June 2025.
836836
<br/>
837837
</p>
838838
</div>
@@ -919,7 +919,7 @@ <h1>Contribute</h1>
919919

920920
By the <a href="https://projectpythia.org/">Project Pythia</a> Community.
921921

922-
Last updated on 2 June 2025.
922+
Last updated on 3 June 2025.
923923
</p>
924924
</div>
925925
</div>

blog.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<link rel="search" title="Search" href="search.html" />
6868
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6969
<meta name="docsearch:language" content="en"/>
70-
<meta name="docbuild:last-update" content="2 June 2025"/>
70+
<meta name="docbuild:last-update" content="3 June 2025"/>
7171
<link
7272
rel="alternate"
7373
type="application/atom+xml"
@@ -409,14 +409,14 @@ <h1>
409409

410410
<div class="section ablog-post">
411411
<h2 class="ablog-post-title">
412-
<a href="posts/cookoff2025-website.html">Save the date for the 2025 Cook-off hackathon!</a>
412+
<a href="posts/cookoff2025-website.html">Register now for the 2025 Cook-off hackathon!</a>
413413
</h2>
414414
<ul class="ablog-archive">
415415
<li>
416416

417417
<i class="fa fa-calendar"></i>
418418

419-
<span>20 February 2025</span>
419+
<span>03 June 2025</span>
420420

421421
</li>
422422
<div class="ablog-sidebar-item ablog__postcard2">
@@ -428,7 +428,7 @@ <h2 class="ablog-post-title">
428428

429429
</span>
430430

431-
<a href="blog/author/julia-kent.html">Julia Kent</a>
431+
<a href="blog/author/kevin-tyle.html">Kevin Tyle</a>
432432

433433
</li>
434434

@@ -854,7 +854,7 @@ <h2 class="ablog-post-title">
854854

855855
<div class="footer-item">
856856
<p class="last-updated">
857-
Last updated on 2 June 2025.
857+
Last updated on 3 June 2025.
858858
<br/>
859859
</p>
860860
</div>
@@ -941,7 +941,7 @@ <h1>Contribute</h1>
941941

942942
By the <a href="https://projectpythia.org/">Project Pythia</a> Community.
943943

944-
Last updated on 2 June 2025.
944+
Last updated on 3 June 2025.
945945
</p>
946946
</div>
947947
</div>

blog/2023.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<link rel="search" title="Search" href="../search.html" />
6868
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6969
<meta name="docsearch:language" content="en"/>
70-
<meta name="docbuild:last-update" content="2 June 2025"/>
70+
<meta name="docbuild:last-update" content="3 June 2025"/>
7171
<link
7272
rel="alternate"
7373
type="application/atom+xml"
@@ -664,7 +664,7 @@ <h2 class="ablog-post-title">
664664

665665
<div class="footer-item">
666666
<p class="last-updated">
667-
Last updated on 2 June 2025.
667+
Last updated on 3 June 2025.
668668
<br/>
669669
</p>
670670
</div>
@@ -751,7 +751,7 @@ <h1>Contribute</h1>
751751

752752
By the <a href="https://projectpythia.org/">Project Pythia</a> Community.
753753

754-
Last updated on 2 June 2025.
754+
Last updated on 3 June 2025.
755755
</p>
756756
</div>
757757
</div>

blog/2024.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<link rel="search" title="Search" href="../search.html" />
6868
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6969
<meta name="docsearch:language" content="en"/>
70-
<meta name="docbuild:last-update" content="2 June 2025"/>
70+
<meta name="docbuild:last-update" content="3 June 2025"/>
7171
<link
7272
rel="alternate"
7373
type="application/atom+xml"
@@ -569,7 +569,7 @@ <h2 class="ablog-post-title">
569569

570570
<div class="footer-item">
571571
<p class="last-updated">
572-
Last updated on 2 June 2025.
572+
Last updated on 3 June 2025.
573573
<br/>
574574
</p>
575575
</div>
@@ -656,7 +656,7 @@ <h1>Contribute</h1>
656656

657657
By the <a href="https://projectpythia.org/">Project Pythia</a> Community.
658658

659-
Last updated on 2 June 2025.
659+
Last updated on 3 June 2025.
660660
</p>
661661
</div>
662662
</div>

0 commit comments

Comments
 (0)