Skip to content

Commit 8e31f08

Browse files
committed
deploy: 46eb5ae
1 parent 3ccb0bf commit 8e31f08

29 files changed

+102
-102
lines changed

_images/bycountry.png

-76 Bytes
Loading

_images/thisyear.png

1.57 KB
Loading

_images/toppages.png

-162 Bytes
Loading

_sources/metrics.md

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

3-
Last Updated: 2024-07-22 00:57:04.737899
3+
Last Updated: 2024-07-29 00:56:53.217233
44

55
| Project | Users |
66
| ----- | ----- |
7-
| Portal | 15.0K |
8-
| Foundations | 57.5K |
9-
| Cookbooks | 11.7K |
7+
| Portal | 15.1K |
8+
| Foundations | 57.9K |
9+
| Cookbooks | 11.9K |
1010

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

_sources/resource-gallery.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
15781578
<img src="_static/images/ebp-logo.png" class="gallery-thumbnail" />
15791579
<div class="container">
15801580
<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>
1581-
<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>
1581+
<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>
15821582
<p class="my-2">Python Programming for Earth Science Students </p>
15831583
</div>
15841584
</div>
@@ -1771,7 +1771,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17711771
<img src="_static/thumbnails/ptss-txtfile.jpeg" class="gallery-thumbnail" />
17721772
<div class="container">
17731773
<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>
1774-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1774+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17751775
<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>.
17761776
</p>
17771777
</div>
@@ -1799,7 +1799,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17991799
<img src="_static/thumbnails/ptss-datadict.jpeg" class="gallery-thumbnail" />
18001800
<div class="container">
18011801
<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>
1802-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1802+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
18031803
<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>.
18041804
</p>
18051805
</div>
@@ -1827,7 +1827,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
18271827
<img src="_static/thumbnails/ptss-writingfx.jpeg" class="gallery-thumbnail" />
18281828
<div class="container">
18291829
<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>
1830-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1830+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
18311831
<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>.
18321832
</p>
18331833
</div>
@@ -1855,7 +1855,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
18551855
<img src="_static/thumbnails/ptss-firstpackage.jpeg" class="gallery-thumbnail" />
18561856
<div class="container">
18571857
<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>
1858-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1858+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
18591859
<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>.
18601860
</p>
18611861
</div>
@@ -1883,7 +1883,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
18831883
<img src="_static/thumbnails/ptss-builtinpackage.jpeg" class="gallery-thumbnail" />
18841884
<div class="container">
18851885
<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>
1886-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1886+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
18871887
<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>.
18881888
</p>
18891889
</div>
@@ -1939,7 +1939,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
19391939
<img src="_static/thumbnails/ptss-numpy.jpeg" class="gallery-thumbnail" />
19401940
<div class="container">
19411941
<a href="https://youtu.be/kstc-6uz7AQ" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Numpy</h4></a>
1942-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1942+
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
19431943
<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>.
19441944
</p>
19451945
</div>
@@ -1967,7 +1967,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
19671967
<img src="_static/thumbnails/ptss-matplotlib.jpeg" class="gallery-thumbnail" />
19681968
<div class="container">
19691969
<a href="https://youtu.be/EiPRIdHQEmE" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Matplotlib</h4></a>
1970-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anissa Zacharias<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1970+
<p class="card-subtitle"><strong>Author:</strong> Anissa Zacharias, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
19711971
<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>.
19721972
</p>
19731973
</div>
@@ -1996,7 +1996,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
19961996
<img src="_static/thumbnails/ptss-oop.jpeg" class="gallery-thumbnail" />
19971997
<div class="container">
19981998
<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>
1999-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1999+
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
20002000
<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>.
20012001
</p>
20022002
</div>
@@ -2023,7 +2023,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
20232023
<img src="_static/thumbnails/ptss-cartopy.jpeg" class="gallery-thumbnail" />
20242024
<div class="container">
20252025
<a href="https://youtu.be/ivmd3RluMiw" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Cartopy</h4></a>
2026-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Michaela Sizemore<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
2026+
<p class="card-subtitle"><strong>Author:</strong> Michaela Sizemore, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
20272027
<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>.
20282028
</p>
20292029
</div>
@@ -2081,7 +2081,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
20812081
<img src="_static/thumbnails/ptss-pandas.jpeg" class="gallery-thumbnail" />
20822082
<div class="container">
20832083
<a href="https://youtu.be/BsV3ek7qsiM" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a>
2084-
<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>
2084+
<p class="card-subtitle"><strong>Author:</strong> Drew Camron, Max Grover, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
20852085
<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>.
20862086
</p>
20872087
</div>
@@ -2221,7 +2221,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
22212221
<img src="_static/thumbnails/ptss-geocatplot.jpeg" class="gallery-thumbnail" />
22222222
<div class="container">
22232223
<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>
2224-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anissa Zacharias<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
2224+
<p class="card-subtitle"><strong>Author:</strong> Anissa Zacharias, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
22252225
<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>.
22262226
</p>
22272227
</div>
@@ -2250,7 +2250,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
22502250
<img src="_static/thumbnails/ptss-geocatcomp.jpeg" class="gallery-thumbnail" />
22512251
<div class="container">
22522252
<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>
2253-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
2253+
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
22542254
<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>.
22552255
</p>
22562256
</div>

about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7070
<meta name="docsearch:language" content="en"/>
71-
<meta name="docbuild:last-update" content="22 July 2024"/>
71+
<meta name="docbuild:last-update" content="29 July 2024"/>
7272

7373

7474

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

829829
<div class="footer-item">
830830
<p class="last-updated">
831-
Last updated on 22 July 2024.
831+
Last updated on 29 July 2024.
832832
<br/>
833833
</p>
834834
</div>
@@ -915,7 +915,7 @@ <h1>Contribute</h1>
915915

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

918-
Last updated on 22 July 2024.
918+
Last updated on 29 July 2024.
919919
</p>
920920
</div>
921921
</div>

blog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6767
<meta name="docsearch:language" content="en"/>
68-
<meta name="docbuild:last-update" content="22 July 2024"/>
68+
<meta name="docbuild:last-update" content="29 July 2024"/>
6969

7070
<link
7171
rel="alternate"
@@ -704,7 +704,7 @@ <h2 class="ablog-post-title">
704704

705705
<div class="footer-item">
706706
<p class="last-updated">
707-
Last updated on 22 July 2024.
707+
Last updated on 29 July 2024.
708708
<br/>
709709
</p>
710710
</div>
@@ -791,7 +791,7 @@ <h1>Contribute</h1>
791791

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

794-
Last updated on 22 July 2024.
794+
Last updated on 29 July 2024.
795795
</p>
796796
</div>
797797
</div>

blog/2023.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6767
<meta name="docsearch:language" content="en"/>
68-
<meta name="docbuild:last-update" content="22 July 2024"/>
68+
<meta name="docbuild:last-update" content="29 July 2024"/>
6969

7070
<link
7171
rel="alternate"
@@ -646,7 +646,7 @@ <h2 class="ablog-post-title">
646646

647647
<div class="footer-item">
648648
<p class="last-updated">
649-
Last updated on 22 July 2024.
649+
Last updated on 29 July 2024.
650650
<br/>
651651
</p>
652652
</div>
@@ -733,7 +733,7 @@ <h1>Contribute</h1>
733733

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

736-
Last updated on 22 July 2024.
736+
Last updated on 29 July 2024.
737737
</p>
738738
</div>
739739
</div>

blog/2024.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6767
<meta name="docsearch:language" content="en"/>
68-
<meta name="docbuild:last-update" content="22 July 2024"/>
68+
<meta name="docbuild:last-update" content="29 July 2024"/>
6969

7070
<link
7171
rel="alternate"
@@ -586,7 +586,7 @@ <h2 class="ablog-post-title">
586586

587587
<div class="footer-item">
588588
<p class="last-updated">
589-
Last updated on 22 July 2024.
589+
Last updated on 29 July 2024.
590590
<br/>
591591
</p>
592592
</div>
@@ -673,7 +673,7 @@ <h1>Contribute</h1>
673673

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

676-
Last updated on 22 July 2024.
676+
Last updated on 29 July 2024.
677677
</p>
678678
</div>
679679
</div>

blog/archive.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6767
<meta name="docsearch:language" content="en"/>
68-
<meta name="docbuild:last-update" content="22 July 2024"/>
68+
<meta name="docbuild:last-update" content="29 July 2024"/>
6969

7070

7171

@@ -564,7 +564,7 @@ <h2>
564564

565565
<div class="footer-item">
566566
<p class="last-updated">
567-
Last updated on 22 July 2024.
567+
Last updated on 29 July 2024.
568568
<br/>
569569
</p>
570570
</div>
@@ -651,7 +651,7 @@ <h1>Contribute</h1>
651651

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

654-
Last updated on 22 July 2024.
654+
Last updated on 29 July 2024.
655655
</p>
656656
</div>
657657
</div>

0 commit comments

Comments
 (0)