Skip to content

Commit fa63cbc

Browse files
committed
deploy: 153822a
1 parent 7f6aab3 commit fa63cbc

File tree

10 files changed

+23
-23
lines changed

10 files changed

+23
-23
lines changed

_images/bycountry.png

-3 Bytes
Loading

_images/thisyear.png

562 Bytes
Loading

_images/toppages.png

88 Bytes
Loading

_sources/cookbook-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Before developing your cookbook, you should consider how it will access the data
2323
## Use the template
2424

2525
1. If you don't already have a GitHub account, create one by following the [Getting Started with GitHub guide](https://foundations.projectpythia.org/foundations/getting-started-github.html)
26-
1. On https://github.com/ProjectPythia/cookbook-template, click "Use this template→Create a new repository"
26+
1. On the [Cookbook Template repository](https://github.com/ProjectPythia/cookbook-template), click "Use this template→Create a new repository"
2727
1. Give your repository a descriptive name followed by `-cookbook` (e.g., `hydrology-cookbook`, `hpc-cookbook`, `cesm-cookbook`) and a description
2828
1. Choose "Include all branches" and create the repository. Your browser will be directed to the newly created repository under your GitHub account
2929
1. Under Settings→Pages, ensure that GitHub Pages is enabled. If it is not, change the Branch from "None" to "gh-pages/(root)" and click "Save"

_sources/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Metrics
22

3-
Last Updated: 2024-06-03 00:53:13.189700
3+
Last Updated: 2024-06-03 22:42:25.817240
44

55
| Project | Users |
66
| ----- | ----- |

_sources/resource-gallery.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ Packages
12721272
<img src="_static/images/ebp-logo.png" class="gallery-thumbnail" />
12731273
<div class="container">
12741274
<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>
1275-
<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:[email protected]">Brendan Cych</a><br/><strong>Affiliation:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
1275+
<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:[email protected]">Brendan Cych</a><br/><strong>Affiliation:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
12761276
<p class="my-2">Python Programming for Earth Science Students </p>
12771277
</div>
12781278
</div>
@@ -1588,7 +1588,7 @@ Packages
15881588
<img src="_static/thumbnails/ptss-numpy.jpeg" class="gallery-thumbnail" />
15891589
<div class="container">
15901590
<a href="https://youtu.be/kstc-6uz7AQ" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Numpy</h4></a>
1591-
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1591+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
15921592
<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>.
15931593
</p>
15941594
</div>
@@ -1639,7 +1639,7 @@ Packages
16391639
<img src="_static/thumbnails/ptss-oop.jpeg" class="gallery-thumbnail" />
16401640
<div class="container">
16411641
<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>
1642-
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1642+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
16431643
<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>.
16441644
</p>
16451645
</div>
@@ -1715,7 +1715,7 @@ Packages
17151715
<img src="_static/thumbnails/ptss-pandas.jpeg" class="gallery-thumbnail" />
17161716
<div class="container">
17171717
<a href="https://youtu.be/BsV3ek7qsiM" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a>
1718-
<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>
1718+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Max Grover, Drew Camron<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17191719
<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>.
17201720
</p>
17211721
</div>
@@ -1740,7 +1740,7 @@ Packages
17401740
<img src="_static/thumbnails/ptss-xarray1.jpeg" class="gallery-thumbnail" />
17411741
<div class="container">
17421742
<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>
1743-
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1743+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17441744
<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>.
17451745
</p>
17461746
</div>
@@ -1765,7 +1765,7 @@ Packages
17651765
<img src="_static/thumbnails/ptss-xarray2.jpeg" class="gallery-thumbnail" />
17661766
<div class="container">
17671767
<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>
1768-
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1768+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17691769
<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>.
17701770
</p>
17711771
</div>
@@ -1790,7 +1790,7 @@ Packages
17901790
<img src="_static/thumbnails/ptss-dask1.jpeg" class="gallery-thumbnail" />
17911791
<div class="container">
17921792
<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>
1793-
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1793+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17941794
<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>.
17951795
</p>
17961796
</div>
@@ -1815,7 +1815,7 @@ Packages
18151815
<img src="_static/thumbnails/ptss-dask2.jpeg" class="gallery-thumbnail" />
18161816
<div class="container">
18171817
<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>
1818-
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1818+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
18191819
<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>.
18201820
</p>
18211821
</div>
@@ -1866,7 +1866,7 @@ Packages
18661866
<img src="_static/thumbnails/ptss-geocatcomp.jpeg" class="gallery-thumbnail" />
18671867
<div class="container">
18681868
<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>
1869-
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1869+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
18701870
<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>.
18711871
</p>
18721872
</div>

cookbook-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h2>Data access<a class="headerlink" href="#data-access" title="Link to this hea
415415
<h2>Use the template<a class="headerlink" href="#use-the-template" title="Link to this heading"><i class="fas fa-link"></i></a></h2>
416416
<ol class="arabic simple">
417417
<li><p>If you don’t already have a GitHub account, create one by following the <a class="reference external" href="https://foundations.projectpythia.org/foundations/getting-started-github.html">Getting Started with GitHub guide</a></p></li>
418-
<li><p>On https://github.com/ProjectPythia/cookbook-template, click “Use this template→Create a new repository”</p></li>
418+
<li><p>On the <a class="reference external" href="https://github.com/ProjectPythia/cookbook-template">Cookbook Template repository</a>, click “Use this template→Create a new repository”</p></li>
419419
<li><p>Give your repository a descriptive name followed by <code class="docutils literal notranslate"><span class="pre">-cookbook</span></code> (e.g., <code class="docutils literal notranslate"><span class="pre">hydrology-cookbook</span></code>, <code class="docutils literal notranslate"><span class="pre">hpc-cookbook</span></code>, <code class="docutils literal notranslate"><span class="pre">cesm-cookbook</span></code>) and a description</p></li>
420420
<li><p>Choose “Include all branches” and create the repository. Your browser will be directed to the newly created repository under your GitHub account</p></li>
421421
<li><p>Under Settings→Pages, ensure that GitHub Pages is enabled. If it is not, change the Branch from “None” to “gh-pages/(root)” and click “Save”</p></li>

metrics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392

393393
<section id="metrics">
394394
<h1>Metrics<a class="headerlink" href="#metrics" title="Link to this heading"><i class="fas fa-link"></i></a></h1>
395-
<p>Last Updated: 2024-06-03 00:53:13.189700</p>
395+
<p>Last Updated: 2024-06-03 22:42:25.817240</p>
396396
<div class="pst-scrollable-table-container"><table class="table">
397397
<thead>
398398
<tr class="row-odd"><th class="head"><p>Project</p></th>

0 commit comments

Comments
 (0)