Skip to content

Commit bc747a9

Browse files
authored
Merge branch 'main' into blog-get-involved
2 parents c7489a7 + a92cdc6 commit bc747a9

14 files changed

+336
-1
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,16 @@
343343
"contributions": [
344344
"review"
345345
]
346+
},
347+
{
348+
"login": "paddyroddy",
349+
"name": "Patrick J. Roddy",
350+
"avatar_url": "https://avatars.githubusercontent.com/u/15052188?v=4",
351+
"profile": "https://paddyroddy.github.io",
352+
"contributions": [
353+
"code",
354+
"review"
355+
]
346356
}
347357
],
348358
"commitConvention": "angular",

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyopensci.github.io
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-30-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-31-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55
[![pages-build-deployment](https://github.com/pyOpenSci/pyopensci.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/pyOpenSci/pyopensci.github.io/actions/workflows/pages/pages-build-deployment)
66

@@ -89,6 +89,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
8989
<tr>
9090
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/steven-silvester-90318721/"><img src="https://avatars.githubusercontent.com/u/2096628?v=4?s=100" width="100px;" alt="Steven Silvester"/><br /><sub><b>Steven Silvester</b></sub></a><br /><a href="https://github.com/pyOpenSci/pyopensci.github.io/pulls?q=is%3Apr+reviewed-by%3Ablink1073" title="Reviewed Pull Requests">👀</a></td>
9191
<td align="center" valign="top" width="14.28%"><a href="http://www.stsci.edu/"><img src="https://avatars.githubusercontent.com/u/503615?v=4?s=100" width="100px;" alt="Megan Sosey"/><br /><sub><b>Megan Sosey</b></sub></a><br /><a href="https://github.com/pyOpenSci/pyopensci.github.io/pulls?q=is%3Apr+reviewed-by%3Asosey" title="Reviewed Pull Requests">👀</a></td>
92+
<td align="center" valign="top" width="14.28%"><a href="https://paddyroddy.github.io"><img src="https://avatars.githubusercontent.com/u/15052188?v=4?s=100" width="100px;" alt="Patrick J. Roddy"/><br /><sub><b>Patrick J. Roddy</b></sub></a><br /><a href="https://github.com/pyOpenSci/pyopensci.github.io/commits?author=paddyroddy" title="Code">💻</a> <a href="https://github.com/pyOpenSci/pyopensci.github.io/pulls?q=is%3Apr+reviewed-by%3Apaddyroddy" title="Reviewed Pull Requests">👀</a></td>
9293
</tr>
9394
</tbody>
9495
</table>
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: single
3+
title: "Save the Date: pyOpenSci's 2024 Open Source Fall Festival"
4+
excerpt: "Shake off those post-PyCon blues by adding our Open Source Fall Festival to your calendar!"
5+
author: "Jesse Mostipak"
6+
permalink: /blog/save-the-date-oss-fall-festival-2024.html
7+
header:
8+
overlay_image: images/blog/2024/may/fall-festival-save-the-date-2024.png
9+
overlay_filter: 0.6
10+
categories:
11+
- blog-post
12+
- community
13+
classes: wide
14+
toc: true
15+
comments: true
16+
---
17+
## You're invited: pyOpenSci's Open Source Fall Festival 2024
18+
Happening September 28--29th, 2024, the pyOpenSci Open Source Fall Festival will be held entirely online, and be a fantastic opportunity to bring together members of the Python community that create open source tools with the members of the Python community who use the tools. In building this festival, our focus is on a grassroots, community-led event with some big unconference vibes.
19+
20+
While we're still ironing out some of the details, we know it'll be a combination of talks, trainings, and opportunites to connect with the community through networking and social events. And we're working hard to keep ticket costs as accessible as we possibly can.
21+
22+
## Clear your calendar, tell your friends!
23+
<figure>
24+
<a href="/images/blog/2024/may/pyOS-fall-festival-square.png">
25+
<img src="/images/blog/2024/may/pyOS-fall-festival-square.png" style="max-width:100%" alt="Abstract shape and line art border, with centered text that reads 'pyOpenSci Save the date. pyOpenSci Open Source Fall Festival. September 28 & 29, 2024. Entirely online! Follow us on socials for more info. fosstodon.org/@pyOpenSci, linking.com/company/pyopensci, pyopensci.org'">
26+
</a>
27+
<figcaption>
28+
Feel free to download and share our Fall Festival flyer!
29+
</figcaption>
30+
</figure>
31+
32+
## Connect with pyOpenSci
33+
Stay up-to-date with all things pyOpenSci and our Open Source Fall Festival by following us on [LinkedIn](https://www.linkedin.com/company/pyopensci) and [Fosstodon](https://fosstodon.org/@pyOpenSci), and you can connect with the broader pyOpenSci community on our [Discourse forum](https://pyopensci.discourse.group/). And if you’re interested in our weekly newsletter where we share news, blog posts, and monthly updates, [subscribe on LinkedIn](https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7179551305344933888). We also send out a monthly recap newsletter to [our mailing list](https://eepurl.com/iM7SOM)!

0 commit comments

Comments
 (0)