Skip to content

Commit 4ed57d1

Browse files
authored
Merge branch 'main' into choose
2 parents b156169 + 0830ece commit 4ed57d1

23 files changed

+95
-339
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,16 @@
532532
"review",
533533
"blog"
534534
]
535+
},
536+
{
537+
"login": "VeckoTheGecko",
538+
"name": "Nick Hodgskin",
539+
"avatar_url": "https://avatars.githubusercontent.com/u/36369090?v=4",
540+
"profile": "http://vecko.me",
541+
"contributions": [
542+
"code",
543+
"bug"
544+
]
535545
}
536546
],
537547
"commitConvention": "angular",

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Create Issue From File
4040
if: env.lychee_exit_code != 0
41-
uses: peter-evans/create-issue-from-file@v5
41+
uses: peter-evans/create-issue-from-file@v6
4242
with:
4343
title: Link Checker Report
4444
content-filepath: ./lychee/out.md

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ci:
2222
repos:
2323
# Misc commit checks
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v5.0.0
25+
rev: v6.0.0
2626
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
2727
hooks:
2828
# Autoformat: Makes sure files end in a newline and only a newline.

README.md

Lines changed: 4 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-49-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-50-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
[![DOI](https://zenodo.org/badge/174412809.svg)](https://zenodo.org/doi/10.5281/zenodo.10594115)
@@ -167,6 +167,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
167167
<td align="center" valign="top" width="14.28%"><a href="https://jedbrown.org"><img src="https://avatars.githubusercontent.com/u/3303?v=4?s=100" width="100px;" alt="Jed Brown"/><br /><sub><b>Jed Brown</b></sub></a><br /><a href="https://github.com/pyOpenSci/pyopensci.github.io/pulls?q=is%3Apr+reviewed-by%3Ajedbrown" title="Reviewed Pull Requests">👀</a> <a href="#blog-jedbrown" title="Blogposts">📝</a></td>
168168
<td align="center" valign="top" width="14.28%"><a href="https://github.com/crhea93"><img src="https://avatars.githubusercontent.com/u/34322936?v=4?s=100" width="100px;" alt="Carter Lee Rhea"/><br /><sub><b>Carter Lee Rhea</b></sub></a><br /><a href="https://github.com/pyOpenSci/pyopensci.github.io/pulls?q=is%3Apr+reviewed-by%3Acrhea93" title="Reviewed Pull Requests">👀</a> <a href="#blog-crhea93" title="Blogposts">📝</a></td>
169169
</tr>
170+
<tr>
171+
<td align="center" valign="top" width="14.28%"><a href="http://vecko.me"><img src="https://avatars.githubusercontent.com/u/36369090?v=4?s=100" width="100px;" alt="Nick Hodgskin"/><br /><sub><b>Nick Hodgskin</b></sub></a><br /><a href="https://github.com/pyOpenSci/pyopensci.github.io/commits?author=VeckoTheGecko" title="Code">💻</a> <a href="https://github.com/pyOpenSci/pyopensci.github.io/issues?q=author%3AVeckoTheGecko" title="Bug reports">🐛</a></td>
172+
</tr>
170173
</tbody>
171174
</table>
172175

_config.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ social:
102102
type: # Person or Organization (defaults to Person)
103103
name: # If the user or organization name differs from the site's name
104104
links: # An array of links to social media profiles
105-
105+
bluesky: https://bsky.app/profile/pyopensci.org
106106
# Analytics
107107
analytics:
108108
provider: false # false (default), "google", "google-universal", "custom"
@@ -120,49 +120,46 @@ author:
120120
links:
121121
- label: "Email"
122122
icon: "fas fa-fw fa-envelope-square"
123-
# url: mailto:[email protected]
123+
url: mailto:[email protected]
124124
- label: "GitHub"
125125
icon: "fab fa-fw fa-github"
126126
url: "https://github.com/pyopensci"
127-
# /images/people/pyopensc-executive-council.png"
128127
- label: "Bluesky"
129128
icon: "fa-solid fa-cloud"
130-
# url: "https://bluesky.com/"
129+
url: "https://bsky.app/profile/pyopensci.org"
131130
- label: "Mastodon"
132131
icon: "fa-brands fa-mastodon"
133132
url:
134133
- label: "LinkedIn"
135134
icon: "fa-brands fa-linkedin"
136-
# url: "https://linkedin.com/"
135+
url: "https://www.linkedin.com/company/pyopensci/"
137136
- label: "Discord"
138137
icon: "fa-brands fa-discord"
139138
url: "https://discord.gg/yYyDFP2BcP"
140139

141140

142-
143141
# Site Footer
144142
footer:
145143
scripts:
146-
147144
links:
148145
- label: "Mastodon"
149146
icon: "fab fa-fw fa-mastodon"
150147
url: https://fosstodon.org/@pyOpenSci
151148
- label: "Bluesky"
152149
icon: "fa-solid fa-cloud"
153-
url: https://bsky.app/profile/pyopensci.bsky.social
150+
url: https://bsky.app/profile/pyopensci.org
154151
- label: "LinkedIn"
155152
icon: "fab fa-fw fa-linkedin"
156153
url: https://www.linkedin.com/company/pyopensci
157154
- label: "GitHub"
158155
icon: "fab fa-fw fa-github"
159156
url: https://github.com/pyOpenSci
157+
- label: "YouTube"
158+
icon: "fa-brands fa-youtube"
159+
url: "https://www.youtube.com/@pyopensci"
160160
- label: "Discord"
161161
icon: "fa-brands fa-discord"
162162
url: "https://discord.gg/yYyDFP2BcP"
163-
- label: "Discourse"
164-
icon: "fa-brands fa-discourse"
165-
url: "https://pyopensci.discourse.group/"
166163

167164
# Reading Files
168165
include:

_data/authors.yml

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pyopensci:
55
links:
66
- label: "Email"
77
icon: "fas fa-fw fa-envelope-square"
8-
url: "mailto:admin@pyopensci.org"
8+
url: "mailto:media@pyopensci.org"
99
- label: "Website"
1010
icon: "fas fa-fw fa-link"
1111
url: "https://www.pyopensci.org"
@@ -104,9 +104,24 @@ Jesse Mostipak:
104104
bio : ""
105105
avatar : "/images/people/jesse-headshot-bandw.jpg"
106106
links:
107+
- label: "Email"
108+
icon: "fas fa-fw fa-envelope-square"
109+
url: "mailto:[email protected]"
110+
- label: "Website"
111+
icon: "fas fa-fw fa-link"
112+
url: "https://www.pyopensci.org"
107113
- label: "GitHub"
108114
icon: "fab fa-fw fa-github"
109-
url: "https://github.com/kierisi"
115+
url: "https://github.com/pyopensci"
116+
- label: "LinkedIn"
117+
icon: "fab fa-fw fa-linkedin"
118+
url: "https://www.linkedin.com/company/pyopensci/"
119+
- label: "Mastodon"
120+
icon: "fab fa-fw fa-mastodon"
121+
url: "https://fosstodon.org/@pyopensci"
122+
- label: "Discord"
123+
icon: "fab fa-fw fa-discord"
124+
url: "https://discord.gg/yYyDFP2BcP"
110125
Carlos Ramos Carreño:
111126
name : "Carlos Ramos Carreño"
112127
bio : "Software Developer"
@@ -162,21 +177,21 @@ Raktim Mukhopadhyay:
162177
url: "https://www.linkedin.com/in/raktimm/"
163178
Mandy Moore:
164179
name : "Mandy Moore"
165-
bio : "Mandy Moore is the Communications and Community Lead at pyOpenSci, where she supports open science through inclusive storytelling, strategic content, and community engagement around scientific Python software."
180+
bio : "Mandy Moore supported pyOpenSci as Communications Lead at pyOpenSci, where she supports open science through inclusive storytelling, strategic content, and community engagement around scientific Python software."
166181
avatar : "/images/people/mandy-moore-headshot.png"
167182
links:
168183
- label: "Email"
169184
icon: "fas fa-fw fa-envelope-square"
170-
url: "mailto:mandy@pyopensci.org"
185+
url: "mailto:media@pyopensci.org"
171186
- label: "Website"
172187
icon: "fas fa-fw fa-link"
173-
url: "https://mandymoore.tech"
188+
url: "https://www.pyopensci.org"
174189
- label: "GitHub"
175190
icon: "fab fa-fw fa-github"
176-
url: "https://github.com/therubyrep"
191+
url: "https://github.com/pyopensci"
177192
- label: "LinkedIn"
178193
icon: "fab fa-fw fa-linkedin"
179-
url: "https://www.linkedin.com/in/missmandymoore/"
194+
url: "https://www.linkedin.com/company/pyopensci/"
180195
- label: "Mastodon"
181196
icon: "fab fa-fw fa-mastodon"
182197
url: "https://fosstodon.org/@pyopensci"

_includes/connect-with-pyos.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<div class="notice" markdown="1">
2+
3+
<i class="fa-solid fa-users-line"></i> Connect with us!
4+
{: .header }
5+
6+
There are many ways to get involved if you're interested!
7+
8+
* If you read through our lessons and want to suggest changes, open an issue in our [lessons repository here](https://github.com/pyOpenSci/lessons)
9+
* [Volunteer to be a reviewer for pyOpenSci's software review process](https://forms.gle/GHfxvmS47nQFDcBM6)
10+
* [Submit a Python package to pyOpenSci for peer review](https://www.pyopensci.org/software-peer-review/how-to/author-guide.html#submit-your-package-for-peer-review)
11+
* [Donate to pyOpenSci](https://give.communityin.org/pyopensci_2024) to support scholarships for future training events and the development of new learning content.
12+
* Check out our [volunteer page](/volunteer.html) for other ways to get involved.
13+
14+
You can also:
15+
16+
* Keep an eye on our [events page](/events.html) for upcoming training events.
17+
18+
Follow us on social platforms:
19+
20+
* [<i class="fa-brands fa-mastodon" style="color:#81c0aa;"></i> Mastodon]({{ site.social.mastodon }})
21+
* [<i class="fa-solid fa-cloud" style="color:#81c0aa;"></i> Bluesky]({{ site.social.bluesky }})
22+
* [<i class="fa-brands fa-linkedin" style="color:#81c0aa;"></i> LinkedIn]({{ site.social.linkedin }})
23+
* [<i class="fa-brands fa-github" style="color:#81c0aa;"></i> GitHub]({{ site.social.github }})
24+
* [<i class="fa-brands fa-youtube" style="color:#81c0aa;"></i> YouTube]({{ site.social.youtube }})
25+
26+
If you are on LinkedIn, check out and [subscribe to our newsletter](https://www.linkedin.com/newsletters/7179551305344933888/?displayConfirmation=true).
27+
28+
You can also:
29+
30+
* Check out our [Python Package Guide](https://www.pyopensci.org/python-package-guide/index.html) for comprehensive packaging guidance
31+
* Keep an eye on our [events page](/events.html) for upcoming training events
32+
33+
</div>

_pages/how-to-submit-package.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: single
33
title: "How to submit a Python package to pyOpenSci for review"
4+
excerpt: "Our open review process happens on GitHub and is open and community lead. Learn how to submit a Python package to pyOpenSci for peer review."
45
header:
56
overlay_image: images/headers/pyos-peer-review-header.png
67
author_profile: false

_pages/volunteer.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -133,22 +133,4 @@ pyOpenSci has a diverse and vibrant community of pythonistas! To date,
133133
</div>
134134

135135

136-
<div class="pyos-section" markdown="1">
137-
<div class="content padding" markdown="1">
138-
139-
140-
## Learn more about volunteering with pyOpenSci
141-
142-
If you still have questions about volunteer roles at pyOpenSci, email our Community team at [[email protected]](mailto:[email protected]), and we’d be more than happy to help! You can also ask questions and network with the broader pyOpenSci community on our [Discourse forum](https://pyopensci.discourse.group/).
143-
144-
## Let's connect!
145-
146-
** [<i class="fa-brands fa-mastodon"></i> Mastodon](https://fosstodon.org/@pyopensci)
147-
** [<i class="fa-solid fa-cloud"></i> Bluesky](https://bsky.app/profile/pyopensci.bsky.social)
148-
** [<i class="fa-brands fa-linkedin"></i> LinkedIn](https://www.linkedin.com/company/pyopensci)
149-
** [<i class="fa-brands fa-github"></i> GitHub](https://github.com/pyOpenSci)
150-
** [<i class="fa-brands fa-discord"></i> Discord](https://discord.gg/yYyDFP2BcP)
151-
152-
153-
</div>
154-
</div>
136+
{% include connect-with-pyos.html %}

_posts/2023-11-29-welcome-jesse-pyos-community-manager.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,5 @@ I first got started in scientific programming during my time as a graduate stude
3838

3939
pyOpenSci meets all of those criteria, and the more I learned about its philosophy around community building, as well as all of the ways for people of all levels of technical knowledge to get involved, the more I knew I wanted to be a part of things. I’m still within my first month at the organization, but I can already tell that it’s a special place to be. Keep an eye out, because I’ve already started planning content and activities to help grow our community!
4040

41-
## Let's connect!
4241

43-
I’ll also be managing the social media accounts for pyOpenSci, and there are so many fantastic places for us to connect and have a conversation. pyOpenSci is currently active on [LinkedIn](https://www.linkedin.com/company/pyopensci), [BlueSky](https://bsky.app/profile/pyopensci.bsky.social), and [Mastodon](https://fosstodon.org/@pyopensci), where we’ll be sharing all kinds of news, updates, and community spotlights. Be sure to follow us so you don’t miss out on anything! And join our growing [Discourse community](https://pyopensci.discourse.group/), which is a great place to connect with other pyOpenSci community members, learn more about pyOpenSci, and get answers to all of your burning Python packaging and code questions.
44-
45-
I can’t wait to connect and help build the pyOpenSci community with you!
42+
{% include connect-with-pyos.html %}

0 commit comments

Comments
 (0)