Skip to content

Commit d1c980d

Browse files
committed
Deploying to gh-pages from @ f197a9a 🚀
1 parent 3c04510 commit d1c980d

39 files changed

+130
-130
lines changed

_images/bycountry.png

-98 Bytes
Loading

_images/thisyear.png

590 Bytes
Loading

_images/toppages.png

-148 Bytes
Loading

_sources/metrics.md

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

3-
Last Updated: 2025-05-19 01:15:47.449538
3+
Last Updated: 2025-05-26 01:14:49.530831
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

@@ -10,9 +10,9 @@ This table displays the total active users of our 3 Pythia projects over the lif
1010

1111
| Project | All-Time Users |
1212
| ----- | ----- |
13-
| Portal | 19.4K |
14-
| Foundations | 76.7K |
15-
| Cookbooks | 23.3K |
13+
| Portal | 19.5K |
14+
| Foundations | 77.2K |
15+
| Cookbooks | 23.7K |
1616

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

_sources/resource-gallery.md

Lines changed: 12 additions & 12 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:bcych@ucsd.edu">Brendan Cych</a>, <a href="mailto:[email protected]">Lisa Tauxe</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:hasefaw@ucsd.edu">Hanna Asefaw</a>, <a href="mailto:[email protected]">Lisa Tauxe</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>
@@ -1867,7 +1867,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
18671867
<img src="_static/thumbnails/ptss-matplotlib.jpeg" class="gallery-thumbnail" />
18681868
<div class="container">
18691869
<a href="https://youtu.be/EiPRIdHQEmE" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Matplotlib</h4></a>
1870-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anissa Zacharias<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1870+
<p class="card-subtitle"><strong>Author:</strong> Anissa Zacharias, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
18711871
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `matplotlib`. The content to follow along with this video is hosted on this <A href="https://github.com/anissa111/matplotlib-tutorial">Matplotlib Tutorial GitHub Repository</A>.
18721872
</p>
18731873
</div>
@@ -1923,7 +1923,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
19231923
<img src="_static/thumbnails/ptss-cartopy.jpeg" class="gallery-thumbnail" />
19241924
<div class="container">
19251925
<a href="https://youtu.be/ivmd3RluMiw" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Cartopy</h4></a>
1926-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Michaela Sizemore<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1926+
<p class="card-subtitle"><strong>Author:</strong> Michaela Sizemore, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
19271927
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `cartopy`. The content to follow along with this video is hosted in this <A href="https://github.com/michaelavs/cartopy_tutorial">Cartopy Tutorial GitHub Repository</A>.
19281928
</p>
19291929
</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, Drew Camron, 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>
@@ -2121,7 +2121,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
21212121
<img src="_static/thumbnails/ptss-geocatplot.jpeg" class="gallery-thumbnail" />
21222122
<div class="container">
21232123
<a href="https://youtu.be/It231le1fAU" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Plotting with GeoCAT</h4></a>
2124-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anissa Zacharias<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
2124+
<p class="card-subtitle"><strong>Author:</strong> Anissa Zacharias, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
21252125
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing advanced plotting techniques and highlighting tools developed by GeoCAT. The content to follow along with this video is hosted in this <A href="https://github.com/anissa111/plotting-with-geocat-tutorial">Plotting with GeoCat GitHub Repository</A>.
21262126
</p>
21272127
</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="19 May 2025"/>
73+
<meta name="docbuild:last-update" content="26 May 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 19 May 2025.
835+
Last updated on 26 May 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 19 May 2025.
922+
Last updated on 26 May 2025.
923923
</p>
924924
</div>
925925
</div>

blog.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="19 May 2025"/>
70+
<meta name="docbuild:last-update" content="26 May 2025"/>
7171
<link
7272
rel="alternate"
7373
type="application/atom+xml"
@@ -854,7 +854,7 @@ <h2 class="ablog-post-title">
854854

855855
<div class="footer-item">
856856
<p class="last-updated">
857-
Last updated on 19 May 2025.
857+
Last updated on 26 May 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 19 May 2025.
944+
Last updated on 26 May 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="19 May 2025"/>
70+
<meta name="docbuild:last-update" content="26 May 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 19 May 2025.
667+
Last updated on 26 May 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 19 May 2025.
754+
Last updated on 26 May 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="19 May 2025"/>
70+
<meta name="docbuild:last-update" content="26 May 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 19 May 2025.
572+
Last updated on 26 May 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 19 May 2025.
659+
Last updated on 26 May 2025.
660660
</p>
661661
</div>
662662
</div>

blog/2025.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="19 May 2025"/>
70+
<meta name="docbuild:last-update" content="26 May 2025"/>
7171
<link
7272
rel="alternate"
7373
type="application/atom+xml"
@@ -665,7 +665,7 @@ <h2 class="ablog-post-title">
665665

666666
<div class="footer-item">
667667
<p class="last-updated">
668-
Last updated on 19 May 2025.
668+
Last updated on 26 May 2025.
669669
<br/>
670670
</p>
671671
</div>
@@ -752,7 +752,7 @@ <h1>Contribute</h1>
752752

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

755-
Last updated on 19 May 2025.
755+
Last updated on 26 May 2025.
756756
</p>
757757
</div>
758758
</div>

0 commit comments

Comments
 (0)