Skip to content

Commit eca2110

Browse files
committed
deploy: 2b33900
1 parent 4d24dd2 commit eca2110

File tree

7 files changed

+14
-11
lines changed

7 files changed

+14
-11
lines changed
Loading

_preview/347/_sources/posts/cookoff2023.md.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ Pythia Cookbooks provide example end-to-end geoscientific workflows and are an i
1616
During the hackthon, significant additions were made to our Radar Cookbook and infrastructure changes were made to better support DOI citations of Cookbooks. We are expecting 10 novel Cookbooks to join our gallery soon.
1717

1818
From our post-hackathon exit survey, everyone enjoyed the event, felt that they learned new skills and that their contributions were valued. One scientist commented, “The hackathon for me has become a great place to get a sense of a community. Seeing people enthusiastic about coding up notebooks that would benefit the research community is a gateway for someone starting to code in Python.” This comment mirrors the efforts of Project Pythia as a community-owned resource.
19+
20+
![image](../_static/images/posts/projectpythia-cookbook-cookoff.jpeg)

_preview/347/_sources/resource-gallery.md.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Packages
149149
<img src="/_static/thumbnails/earth_env_data_science.png" class="gallery-thumbnail" />
150150
<div class="container">
151151
<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>
152-
<p class="card-subtitle"><strong>Author:</strong> Ryan Abernathey, Kerry Key<br/><strong>Institution:</strong> Lamont-Doherty Earth Observatory</p>
152+
<p class="card-subtitle"><strong>Author:</strong> Kerry Key, Ryan Abernathey<br/><strong>Institution:</strong> Lamont-Doherty Earth Observatory</p>
153153
<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>
154154
</div>
155155
</div>
@@ -158,7 +158,7 @@ Packages
158158
<div class="content">
159159
<img src="/_static/thumbnails/earth_env_data_science.png" class="modal-img" />
160160
<h3 class="display-3">An Introduction to Earth and Environmental Data Science</h3>
161-
<strong>Author:</strong> Ryan Abernathey, Kerry Key
161+
<strong>Author:</strong> Kerry Key, Ryan Abernathey
162162
<br/>
163163
<strong>Institution:</strong> Lamont-Doherty Earth Observatory
164164
<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.
@@ -1317,7 +1317,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
13171317
<img src="/_static/images/ebp-logo.png" class="gallery-thumbnail" />
13181318
<div class="container">
13191319
<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>
1320-
<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>Institution:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
1320+
<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>Institution:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
13211321
<p class="my-2">Python Programming for Earth Science Students</p>
13221322
</div>
13231323
</div>
@@ -1692,7 +1692,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
16921692
<img src="/_static/thumbnails/ptss-cartopy.jpeg" class="gallery-thumbnail" />
16931693
<div class="container">
16941694
<a href="https://youtu.be/ivmd3RluMiw" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Cartopy</h4></a>
1695-
<p class="card-subtitle"><strong>Author:</strong> Michaela Sizemore, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1695+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Michaela Sizemore<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
16961696
<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>.
16971697
</p>
16981698
</div>
@@ -1740,7 +1740,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17401740
<img src="/_static/thumbnails/ptss-pandas.jpeg" class="gallery-thumbnail" />
17411741
<div class="container">
17421742
<a href="https://youtu.be/BsV3ek7qsiM" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a>
1743-
<p class="card-subtitle"><strong>Author:</strong> Drew Camron, Max Grover, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1743+
<p class="card-subtitle"><strong>Author:</strong> Max Grover, Drew Camron, Project Pythia<br/><strong>Institution:</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 `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>.
17451745
</p>
17461746
</div>
Loading

_preview/347/posts/cookoff2023.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ <h1>Pythia Cookbook Cook-Off Hackathon 2023<a class="headerlink" href="#pythia-c
291291
<p>36 members of the Project Pythia team and larger Pangeo community gathered at NCAR’s Mesa Lab in Boulder, CO and remotely for a hybrid hacakthon June 20-23, 2023 to expand content and improve infrastructure support for Cookbook development.</p>
292292
<p>During the hackthon, significant additions were made to our Radar Cookbook and infrastructure changes were made to better support DOI citations of Cookbooks. We are expecting 10 novel Cookbooks to join our gallery soon.</p>
293293
<p>From our post-hackathon exit survey, everyone enjoyed the event, felt that they learned new skills and that their contributions were valued. One scientist commented, “The hackathon for me has become a great place to get a sense of a community. Seeing people enthusiastic about coding up notebooks that would benefit the research community is a gateway for someone starting to code in Python.” This comment mirrors the efforts of Project Pythia as a community-owned resource.</p>
294+
<p><img alt="image" src="../_images/projectpythia-cookbook-cookoff.jpeg" /></p>
294295
</div>
295296

296297
<div class="section">

_preview/347/resource-gallery.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,15 +317,15 @@ <h3 class="display-3">Unidata Python Training</h3>
317317
<img class="gallery-thumbnail" src="/_static/thumbnails/earth_env_data_science.png"/>
318318
<div class="container">
319319
<a class="text-decoration-none" href="https://earth-env-data-science.github.io/intro"><h4 class="display-4 p-0">An Introduction to Earth and Environmental Data Science</h4></a>
320-
<p class="card-subtitle"><strong>Author:</strong> Ryan Abernathey, Kerry Key<br/><strong>Institution:</strong> Lamont-Doherty Earth Observatory</p>
320+
<p class="card-subtitle"><strong>Author:</strong> Kerry Key, Ryan Abernathey<br/><strong>Institution:</strong> Lamont-Doherty Earth Observatory</p>
321321
<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>
322322
</div>
323323
</div>
324324
<div class="modal">
325325
<div class="content">
326326
<img class="modal-img" src="/_static/thumbnails/earth_env_data_science.png"/>
327327
<h3 class="display-3">An Introduction to Earth and Environmental Data Science</h3>
328-
<strong>Author:</strong> Ryan Abernathey, Kerry Key
328+
<strong>Author:</strong> Kerry Key, Ryan Abernathey
329329
<br/>
330330
<strong>Institution:</strong> Lamont-Doherty Earth Observatory
331331
<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.
@@ -1414,7 +1414,7 @@ <h3 class="display-3">Xarray</h3>
14141414
<img class="gallery-thumbnail" src="/_static/images/ebp-logo.png"/>
14151415
<div class="container">
14161416
<a class="text-decoration-none" href="https://nbviewer.jupyter.org/github/ltauxe/Python-for-Earth-Science-Students/tree/master/"><h4 class="display-4 p-0">Python Programming for Earth Science Students</h4></a>
1417-
<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>Institution:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
1417+
<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>Institution:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
14181418
<p class="my-2">Python Programming for Earth Science Students</p>
14191419
</div>
14201420
</div>
@@ -1774,7 +1774,7 @@ <h3 class="display-3">Python for Atmosphere and Ocean Science</h3>
17741774
<img class="gallery-thumbnail" src="/_static/thumbnails/ptss-cartopy.jpeg"/>
17751775
<div class="container">
17761776
<a class="text-decoration-none" href="https://youtu.be/ivmd3RluMiw"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Cartopy</h4></a>
1777-
<p class="card-subtitle"><strong>Author:</strong> Michaela Sizemore, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1777+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Michaela Sizemore<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17781778
<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>.
17791779
</p>
17801780
</div>
@@ -1820,7 +1820,7 @@ <h3 class="display-3">Python for Atmosphere and Ocean Science</h3>
18201820
<img class="gallery-thumbnail" src="/_static/thumbnails/ptss-pandas.jpeg"/>
18211821
<div class="container">
18221822
<a class="text-decoration-none" href="https://youtu.be/BsV3ek7qsiM"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a>
1823-
<p class="card-subtitle"><strong>Author:</strong> Drew Camron, Max Grover, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1823+
<p class="card-subtitle"><strong>Author:</strong> Max Grover, Drew Camron, Project Pythia<br/><strong>Institution:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
18241824
<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>.
18251825
</p>
18261826
</div>

0 commit comments

Comments
 (0)