Skip to content

Commit 67a49fc

Browse files
committed
Deploying to gh-pages from @ ea3f5f4 🚀
1 parent ca1cf8a commit 67a49fc

32 files changed

+105
-105
lines changed

_images/bycountry.png

128 Bytes
Loading

_images/thisyear.png

361 Bytes
Loading

_images/toppages.png

423 Bytes
Loading

_sources/metrics.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Metrics
22

3-
Last Updated: 2024-12-02 01:10:04.628284
3+
Last Updated: 2024-12-09 01:10:50.694750
44

55
| Project | Users |
66
| ----- | ----- |
7-
| Portal | 16.8K |
8-
| Foundations | 65.8K |
9-
| Cookbooks | 16.0K |
7+
| Portal | 16.9K |
8+
| Foundations | 66.1K |
9+
| Cookbooks | 16.3K |
1010

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

_sources/resource-gallery.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Resource Gallery
155155
<img src="_static/thumbnails/earth_env_data_science.png" class="gallery-thumbnail" />
156156
<div class="container">
157157
<a href="https://earth-env-data-science.github.io/intro" class="text-decoration-none"><h4 class="display-4 p-0">An Introduction to Earth and Environmental Data Science</h4></a>
158-
<p class="card-subtitle"><strong>Author:</strong> Ryan Abernathey, Kerry Key<br/><strong>Affiliation:</strong> Lamont-Doherty Earth Observatory</p>
158+
<p class="card-subtitle"><strong>Author:</strong> Kerry Key, Ryan Abernathey<br/><strong>Affiliation:</strong> Lamont-Doherty Earth Observatory</p>
159159
<p class="my-2">This book grew out of a course developed at Columbia University called Research Computing in Earth Science. It was written mostly by Ryan Abernathey, with significant contributions from Kerry Key. By separating the book from the class, we hope to create an open-source community resource for python education<a class="modal-btn"> ... more</a> </p>
160160
</div>
161161
</div>
@@ -164,7 +164,7 @@ Resource Gallery
164164
<div class="content">
165165
<img src="_static/thumbnails/earth_env_data_science.png" class="modal-img" />
166166
<h3 class="display-3">An Introduction to Earth and Environmental Data Science</h3>
167-
<strong>Author:</strong> Ryan Abernathey, Kerry Key
167+
<strong>Author:</strong> Kerry Key, Ryan Abernathey
168168
<br/>
169169
<strong>Affiliation:</strong> Lamont-Doherty Earth Observatory
170170
<p class="my-2">This book grew out of a course developed at Columbia University called Research Computing in Earth Science. It was written mostly by Ryan Abernathey, with significant contributions from Kerry Key. By separating the book from the class, we hope to create an open-source community resource for python education in the Earth and Environmental Sciences.
@@ -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:ltauxe@ucsd.edu">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>
1481+
<p class="card-subtitle"><strong>Author:</strong> <a href="mailto:bcych@ucsd.edu">Brendan Cych</a>, <a href="mailto:hasefaw@ucsd.edu">Hanna Asefaw</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>
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>

about.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7575
<meta name="docsearch:language" content="en"/>
7676
<meta name="docsearch:version" content="" />
77-
<meta name="docbuild:last-update" content="2 December 2024"/>
77+
<meta name="docbuild:last-update" content="9 December 2024"/>
7878
</head>
7979

8080

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

828828
<div class="footer-item">
829829
<p class="last-updated">
830-
Last updated on 2 December 2024.
830+
Last updated on 9 December 2024.
831831
<br/>
832832
</p>
833833
</div>
@@ -914,7 +914,7 @@ <h1>Contribute</h1>
914914

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

917-
Last updated on 2 December 2024.
917+
Last updated on 9 December 2024.
918918
</p>
919919
</div>
920920
</div>

blog.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7272
<meta name="docsearch:language" content="en"/>
7373
<meta name="docsearch:version" content="" />
74-
<meta name="docbuild:last-update" content="2 December 2024"/>
74+
<meta name="docbuild:last-update" content="9 December 2024"/>
7575
<link
7676
rel="alternate"
7777
type="application/atom+xml"
@@ -705,7 +705,7 @@ <h2 class="ablog-post-title">
705705

706706
<div class="footer-item">
707707
<p class="last-updated">
708-
Last updated on 2 December 2024.
708+
Last updated on 9 December 2024.
709709
<br/>
710710
</p>
711711
</div>
@@ -792,7 +792,7 @@ <h1>Contribute</h1>
792792

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

795-
Last updated on 2 December 2024.
795+
Last updated on 9 December 2024.
796796
</p>
797797
</div>
798798
</div>

blog/2023.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7272
<meta name="docsearch:language" content="en"/>
7373
<meta name="docsearch:version" content="" />
74-
<meta name="docbuild:last-update" content="2 December 2024"/>
74+
<meta name="docbuild:last-update" content="9 December 2024"/>
7575
<link
7676
rel="alternate"
7777
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 2 December 2024.
662+
Last updated on 9 December 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 2 December 2024.
749+
Last updated on 9 December 2024.
750750
</p>
751751
</div>
752752
</div>

blog/2024.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7272
<meta name="docsearch:language" content="en"/>
7373
<meta name="docsearch:version" content="" />
74-
<meta name="docbuild:last-update" content="2 December 2024"/>
74+
<meta name="docbuild:last-update" content="9 December 2024"/>
7575
<link
7676
rel="alternate"
7777
type="application/atom+xml"
@@ -564,7 +564,7 @@ <h2 class="ablog-post-title">
564564

565565
<div class="footer-item">
566566
<p class="last-updated">
567-
Last updated on 2 December 2024.
567+
Last updated on 9 December 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 2 December 2024.
654+
Last updated on 9 December 2024.
655655
</p>
656656
</div>
657657
</div>

blog/archive.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7272
<meta name="docsearch:language" content="en"/>
7373
<meta name="docsearch:version" content="" />
74-
<meta name="docbuild:last-update" content="2 December 2024"/>
74+
<meta name="docbuild:last-update" content="9 December 2024"/>
7575
</head>
7676

7777

@@ -555,7 +555,7 @@ <h2>
555555

556556
<div class="footer-item">
557557
<p class="last-updated">
558-
Last updated on 2 December 2024.
558+
Last updated on 9 December 2024.
559559
<br/>
560560
</p>
561561
</div>
@@ -642,7 +642,7 @@ <h1>Contribute</h1>
642642

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

645-
Last updated on 2 December 2024.
645+
Last updated on 9 December 2024.
646646
</p>
647647
</div>
648648
</div>

blog/author.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7272
<meta name="docsearch:language" content="en"/>
7373
<meta name="docsearch:version" content="" />
74-
<meta name="docbuild:last-update" content="2 December 2024"/>
74+
<meta name="docbuild:last-update" content="9 December 2024"/>
7575
</head>
7676

7777

@@ -565,7 +565,7 @@ <h2>
565565

566566
<div class="footer-item">
567567
<p class="last-updated">
568-
Last updated on 2 December 2024.
568+
Last updated on 9 December 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 2 December 2024.
655+
Last updated on 9 December 2024.
656656
</p>
657657
</div>
658658
</div>

blog/author/brian-rose.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7272
<meta name="docsearch:language" content="en"/>
7373
<meta name="docsearch:version" content="" />
74-
<meta name="docbuild:last-update" content="2 December 2024"/>
74+
<meta name="docbuild:last-update" content="9 December 2024"/>
7575
<link
7676
rel="alternate"
7777
type="application/atom+xml"
@@ -564,7 +564,7 @@ <h2 class="ablog-post-title">
564564

565565
<div class="footer-item">
566566
<p class="last-updated">
567-
Last updated on 2 December 2024.
567+
Last updated on 9 December 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 2 December 2024.
654+
Last updated on 9 December 2024.
655655
</p>
656656
</div>
657657
</div>

blog/author/john-clyne.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7272
<meta name="docsearch:language" content="en"/>
7373
<meta name="docsearch:version" content="" />
74-
<meta name="docbuild:last-update" content="2 December 2024"/>
74+
<meta name="docbuild:last-update" content="9 December 2024"/>
7575
<link
7676
rel="alternate"
7777
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 2 December 2024.
568+
Last updated on 9 December 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 2 December 2024.
655+
Last updated on 9 December 2024.
656656
</p>
657657
</div>
658658
</div>

blog/author/julia-kent.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7272
<meta name="docsearch:language" content="en"/>
7373
<meta name="docsearch:version" content="" />
74-
<meta name="docbuild:last-update" content="2 December 2024"/>
74+
<meta name="docbuild:last-update" content="9 December 2024"/>
7575
<link
7676
rel="alternate"
7777
type="application/atom+xml"
@@ -610,7 +610,7 @@ <h2 class="ablog-post-title">
610610

611611
<div class="footer-item">
612612
<p class="last-updated">
613-
Last updated on 2 December 2024.
613+
Last updated on 9 December 2024.
614614
<br/>
615615
</p>
616616
</div>
@@ -697,7 +697,7 @@ <h1>Contribute</h1>
697697

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

700-
Last updated on 2 December 2024.
700+
Last updated on 9 December 2024.
701701
</p>
702702
</div>
703703
</div>

blog/drafts.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7272
<meta name="docsearch:language" content="en"/>
7373
<meta name="docsearch:version" content="" />
74-
<meta name="docbuild:last-update" content="2 December 2024"/>
74+
<meta name="docbuild:last-update" content="9 December 2024"/>
7575
</head>
7676

7777

@@ -509,7 +509,7 @@ <h1>
509509

510510
<div class="footer-item">
511511
<p class="last-updated">
512-
Last updated on 2 December 2024.
512+
Last updated on 9 December 2024.
513513
<br/>
514514
</p>
515515
</div>
@@ -596,7 +596,7 @@ <h1>Contribute</h1>
596596

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

599-
Last updated on 2 December 2024.
599+
Last updated on 9 December 2024.
600600
</p>
601601
</div>
602602
</div>

0 commit comments

Comments
 (0)