Skip to content

Commit d20c94e

Browse files
committed
deploy: 6094677
1 parent 54d4ee2 commit d20c94e

29 files changed

+102
-102
lines changed

_images/bycountry.png

-301 Bytes
Loading

_images/thisyear.png

52 Bytes
Loading

_images/toppages.png

76 Bytes
Loading

_sources/metrics.md

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

3-
Last Updated: 2024-08-22 15:36:21.072886
3+
Last Updated: 2024-08-26 00:57:14.268118
44

55
| Project | Users |
66
| ----- | ----- |
77
| Portal | 15.4K |
8-
| Foundations | 59.1K |
9-
| Cookbooks | 12.5K |
8+
| Foundations | 59.3K |
9+
| Cookbooks | 12.6K |
1010

1111
![Users this Year](metrics/thisyear.png)
1212

_sources/resource-gallery.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
13891389
<img src="_static/images/ebp-logo.png" class="gallery-thumbnail" />
13901390
<div class="container">
13911391
<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>
1392-
<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>
1392+
<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>
13931393
<p class="my-2">Python Programming for Earth Science Students </p>
13941394
</div>
13951395
</div>
@@ -1582,7 +1582,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
15821582
<img src="_static/thumbnails/ptss-txtfile.jpeg" class="gallery-thumbnail" />
15831583
<div class="container">
15841584
<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>
1585-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
1585+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
15861586
<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>.
15871587
</p>
15881588
</div>
@@ -1610,7 +1610,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
16101610
<img src="_static/thumbnails/ptss-datadict.jpeg" class="gallery-thumbnail" />
16111611
<div class="container">
16121612
<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>
1613-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
1613+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
16141614
<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>.
16151615
</p>
16161616
</div>
@@ -1638,7 +1638,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
16381638
<img src="_static/thumbnails/ptss-writingfx.jpeg" class="gallery-thumbnail" />
16391639
<div class="container">
16401640
<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>
1641-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
1641+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
16421642
<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>.
16431643
</p>
16441644
</div>
@@ -1666,7 +1666,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
16661666
<img src="_static/thumbnails/ptss-firstpackage.jpeg" class="gallery-thumbnail" />
16671667
<div class="container">
16681668
<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>
1669-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
1669+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
16701670
<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>.
16711671
</p>
16721672
</div>
@@ -1694,7 +1694,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
16941694
<img src="_static/thumbnails/ptss-builtinpackage.jpeg" class="gallery-thumbnail" />
16951695
<div class="container">
16961696
<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>
1697-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
1697+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
16981698
<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>.
16991699
</p>
17001700
</div>
@@ -1722,7 +1722,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17221722
<img src="_static/thumbnails/ptss-jupyter.jpeg" class="gallery-thumbnail" />
17231723
<div class="container">
17241724
<a href="https://youtu.be/xSzXvwzFsDU" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Jupyter Notebooks</h4></a>
1725-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Kevin Paul<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
1725+
<p class="card-subtitle"><strong>Author:</strong> Kevin Paul, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
17261726
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing JupyterLab and Jupyter Notebooks.
17271727
</p>
17281728
</div>
@@ -1750,7 +1750,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17501750
<img src="_static/thumbnails/ptss-numpy.jpeg" class="gallery-thumbnail" />
17511751
<div class="container">
17521752
<a href="https://youtu.be/kstc-6uz7AQ" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Numpy</h4></a>
1753-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
1753+
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
17541754
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `numpy`. The content to follow along with this video is hosted on this <A href="https://colab.research.google.com/drive/1zcjaGXofLzUXkQzJKnANE9Z3yFUt0q7E?">Numpy Google Collab</A>.
17551755
</p>
17561756
</div>
@@ -1778,7 +1778,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17781778
<img src="_static/thumbnails/ptss-matplotlib.jpeg" class="gallery-thumbnail" />
17791779
<div class="container">
17801780
<a href="https://youtu.be/EiPRIdHQEmE" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Matplotlib</h4></a>
1781-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anissa Zacharias<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
1781+
<p class="card-subtitle"><strong>Author:</strong> Anissa Zacharias, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
17821782
<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>.
17831783
</p>
17841784
</div>
@@ -1807,7 +1807,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
18071807
<img src="_static/thumbnails/ptss-oop.jpeg" class="gallery-thumbnail" />
18081808
<div class="container">
18091809
<a href="https://youtu.be/GEFnL8C62u8" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Object Oriented Programming</h4></a>
1810-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
1810+
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
18111811
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing Object Oriented Programming. The content to follow along with this video is hosted in this <A href="https://github.com/pilotchute/oop_hrrr_tutorial">Object Oriented Programming Tutorial GitHub Repository</A>.
18121812
</p>
18131813
</div>
@@ -1864,7 +1864,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
18641864
<img src="_static/thumbnails/ptss-git.png" class="gallery-thumbnail" />
18651865
<div class="container">
18661866
<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>
1867-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Kevin Paul<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
1867+
<p class="card-subtitle"><strong>Author:</strong> Kevin Paul, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
18681868
<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>.
18691869
</p>
18701870
</div>
@@ -1892,7 +1892,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
18921892
<img src="_static/thumbnails/ptss-pandas.jpeg" class="gallery-thumbnail" />
18931893
<div class="container">
18941894
<a href="https://youtu.be/BsV3ek7qsiM" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a>
1895-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Max Grover, Drew Camron<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
1895+
<p class="card-subtitle"><strong>Author:</strong> Drew Camron, Max Grover, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
18961896
<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>.
18971897
</p>
18981898
</div>
@@ -2032,7 +2032,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
20322032
<img src="_static/thumbnails/ptss-geocatplot.jpeg" class="gallery-thumbnail" />
20332033
<div class="container">
20342034
<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>
2035-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anissa Zacharias<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
2035+
<p class="card-subtitle"><strong>Author:</strong> Anissa Zacharias, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
20362036
<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>.
20372037
</p>
20382038
</div>
@@ -2061,7 +2061,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
20612061
<img src="_static/thumbnails/ptss-geocatcomp.jpeg" class="gallery-thumbnail" />
20622062
<div class="container">
20632063
<a href="https://www.youtube.com/watch?v=uiWDQKI8YTQ&t=6s" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - GeoCAT-Comp</h4></a>
2064-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
2064+
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF NCAR</a></p>
20652065
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing `geocat-comp`. The content to follow along with this video is hosted in this <A href="https://github.com/pilotchute/geocat_comp_tutorial">GeoCat-Comp GitHub Repository</A>.
20662066
</p>
20672067
</div>

about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<link rel="prev" title="Project Pythia" href="index.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="22 August 2024"/>
70+
<meta name="docbuild:last-update" content="26 August 2024"/>
7171
</head>
7272

7373

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

823823
<div class="footer-item">
824824
<p class="last-updated">
825-
Last updated on 22 August 2024.
825+
Last updated on 26 August 2024.
826826
<br/>
827827
</p>
828828
</div>
@@ -909,7 +909,7 @@ <h1>Contribute</h1>
909909

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

912-
Last updated on 22 August 2024.
912+
Last updated on 26 August 2024.
913913
</p>
914914
</div>
915915
</div>

blog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<link rel="search" title="Search" href="search.html" />
6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
67-
<meta name="docbuild:last-update" content="22 August 2024"/>
67+
<meta name="docbuild:last-update" content="26 August 2024"/>
6868
<link
6969
rel="alternate"
7070
type="application/atom+xml"
@@ -659,7 +659,7 @@ <h2 class="ablog-post-title">
659659

660660
<div class="footer-item">
661661
<p class="last-updated">
662-
Last updated on 22 August 2024.
662+
Last updated on 26 August 2024.
663663
<br/>
664664
</p>
665665
</div>
@@ -746,7 +746,7 @@ <h1>Contribute</h1>
746746

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

749-
Last updated on 22 August 2024.
749+
Last updated on 26 August 2024.
750750
</p>
751751
</div>
752752
</div>

blog/2023.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<link rel="search" title="Search" href="../search.html" />
6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
67-
<meta name="docbuild:last-update" content="22 August 2024"/>
67+
<meta name="docbuild:last-update" content="26 August 2024"/>
6868
<link
6969
rel="alternate"
7070
type="application/atom+xml"
@@ -613,7 +613,7 @@ <h2 class="ablog-post-title">
613613

614614
<div class="footer-item">
615615
<p class="last-updated">
616-
Last updated on 22 August 2024.
616+
Last updated on 26 August 2024.
617617
<br/>
618618
</p>
619619
</div>
@@ -700,7 +700,7 @@ <h1>Contribute</h1>
700700

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

703-
Last updated on 22 August 2024.
703+
Last updated on 26 August 2024.
704704
</p>
705705
</div>
706706
</div>

blog/2024.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<link rel="search" title="Search" href="../search.html" />
6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
67-
<meta name="docbuild:last-update" content="22 August 2024"/>
67+
<meta name="docbuild:last-update" content="26 August 2024"/>
6868
<link
6969
rel="alternate"
7070
type="application/atom+xml"
@@ -565,7 +565,7 @@ <h2 class="ablog-post-title">
565565

566566
<div class="footer-item">
567567
<p class="last-updated">
568-
Last updated on 22 August 2024.
568+
Last updated on 26 August 2024.
569569
<br/>
570570
</p>
571571
</div>
@@ -652,7 +652,7 @@ <h1>Contribute</h1>
652652

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

655-
Last updated on 22 August 2024.
655+
Last updated on 26 August 2024.
656656
</p>
657657
</div>
658658
</div>

blog/archive.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<link rel="search" title="Search" href="../search.html" />
6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
67-
<meta name="docbuild:last-update" content="22 August 2024"/>
67+
<meta name="docbuild:last-update" content="26 August 2024"/>
6868
</head>
6969

7070

@@ -547,7 +547,7 @@ <h2>
547547

548548
<div class="footer-item">
549549
<p class="last-updated">
550-
Last updated on 22 August 2024.
550+
Last updated on 26 August 2024.
551551
<br/>
552552
</p>
553553
</div>
@@ -634,7 +634,7 @@ <h1>Contribute</h1>
634634

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

637-
Last updated on 22 August 2024.
637+
Last updated on 26 August 2024.
638638
</p>
639639
</div>
640640
</div>

blog/author.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<link rel="search" title="Search" href="../search.html" />
6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
67-
<meta name="docbuild:last-update" content="22 August 2024"/>
67+
<meta name="docbuild:last-update" content="26 August 2024"/>
6868
</head>
6969

7070

@@ -557,7 +557,7 @@ <h2>
557557

558558
<div class="footer-item">
559559
<p class="last-updated">
560-
Last updated on 22 August 2024.
560+
Last updated on 26 August 2024.
561561
<br/>
562562
</p>
563563
</div>
@@ -644,7 +644,7 @@ <h1>Contribute</h1>
644644

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

647-
Last updated on 22 August 2024.
647+
Last updated on 26 August 2024.
648648
</p>
649649
</div>
650650
</div>

0 commit comments

Comments
 (0)