Skip to content

Commit 4d24dd2

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

File tree

13 files changed

+2964
-7
lines changed

13 files changed

+2964
-7
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
blogpost: true
3+
date: Jun 28, 2023
4+
author: Julia kent
5+
tags: cook-off
6+
---
7+
8+
# Pythia Cookbook Cook-Off Hackathon 2023
9+
10+
One year from when Project Pythia first introduced Cookbooks, NCAR hosted Project Pythia’s first “Cookbook Cook-Off” hackathon.
11+
12+
Pythia Cookbooks provide example end-to-end geoscientific workflows and are an important tool towards reproducible science efforts.
13+
14+
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.
15+
16+
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.
17+
18+
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.

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

Lines changed: 3 additions & 3 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> Kerry Key, Ryan Abernathey<br/><strong>Institution:</strong> Lamont-Doherty Earth Observatory</p>
152+
<p class="card-subtitle"><strong>Author:</strong> Ryan Abernathey, Kerry Key<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> Kerry Key, Ryan Abernathey
161+
<strong>Author:</strong> Ryan Abernathey, Kerry Key
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:ltauxe@ucsd.edu">Lisa Tauxe</a>, <a href="mailto:bcych@ucsd.edu">Brendan Cych</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>
1320+
<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>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>

_preview/347/blog.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,41 @@
280280
<h1>
281281
All Posts
282282
</h1>
283+
284+
285+
<div class="section ablog-post">
286+
<h2 class="ablog-post-title">
287+
<a href="posts/cookoff2023.html">Pythia Cookbook Cook-Off Hackathon 2023</a>
288+
</h2>
289+
290+
<ul class="ablog-archive">
291+
<li>
292+
28 June 2023
293+
</li>
294+
295+
<li id="author">
296+
<span>Author:</span
297+
>
298+
299+
<a href="blog/author/julia-kent.html">Julia kent</a>
300+
</li>
283301

302+
<li id="tags">
303+
<span>Tag:</span
304+
>
305+
306+
<a href="blog/tag/cook-off.html">cook-off</a>
307+
</li>
308+
309+
</ul>
310+
<div class="ablog-post-excerpt docutils container">
311+
<p>One year from when Project Pythia first introduced Cookbooks, NCAR hosted Project Pythia’s first “Cookbook Cook-Off” hackathon.</p>
312+
</div>
313+
314+
<p class="ablog-post-expand"><a href="posts/cookoff2023.html"><em>Read more ...</em></a></p>
315+
<hr/>
316+
</div>
317+
284318
</div>
285319

286320
</div>

0 commit comments

Comments
 (0)