Skip to content

Commit 2aeb947

Browse files
committed
[for review] updated volunteer page
1 parent 9e156f5 commit 2aeb947

File tree

1 file changed

+97
-0
lines changed

1 file changed

+97
-0
lines changed

_pages/volunteer.md

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
---
2+
layout: splash
3+
title: "Get involved with pyOpenSci"
4+
author_profile: false
5+
published: true
6+
site-map: true
7+
permalink: /volunteer.html
8+
help-us:
9+
- image_path:
10+
title: "Lend a Hand on GitHub"
11+
alt:
12+
excerpt: "Got some time to help? Check out our GitHub Project Board for a list of current issues that we could use help with. Any issue that is tagged `help-wanted` in our repos is also fair game for anyone to tackle! We add anyone who contributes to pyOpenSci to our [community page](/our-community/). "
13+
url: https://github.com/orgs/pyOpenSci/projects/3/views/1
14+
btn_label: "> Check out our GitHub Help Wanted Board"
15+
btn_class: btn--inverse
16+
- image_path:
17+
title: "Sign up to be a package reviewer"
18+
alt:
19+
excerpt: "Finding reviewers is one of the more challenging parts of running a peer review process. We are always looking for new reviewers from a broad range of scientific domains. Some reviewers have extensive packaging expertise and others have domain expertise. We think that mix is great, so sign up today! If you are new to reviewing we are happy to support you through our peer review mentorship program."
20+
url: https://forms.gle/GHfxvmS47nQFDcBM6
21+
btn_label: "> Sign up now."
22+
btn_class: btn--inverse
23+
- image_path:
24+
title: "Get involved as a peer review Editor"
25+
alt:
26+
excerpt: "We also often recruit new editors to support our peer review process. Keep an eye out on our [Discourse forum](https://pyopensci.discourse.group/) for calls for new editors. In the meantime if you are interested in learning more about the editor role, check out our [peer review guidebook](https://www.pyopensci.org/software-peer-review/). "
27+
url: https://www.pyopensci.org/software-peer-review/how-to/editors-guide.html
28+
btn_label: "> Click here to learn more about the editor role."
29+
btn_class: btn--inverse
30+
---
31+
32+
## pyOpenSci volunteers come from diverse backgrounds
33+
34+
The vibrant and diverse pyOpenSci community is driven by volunteer Pythonistas that care deeply about the scientific Python open source software that drives open science. Our volunteers come from a diverse array of backgrounds, including industry, academia, agencies, national labs, and more. pyOpenSci volunteers are primarily engaged in both the peer review process and developing resources to support the scientific Python community. Volunteers help improve the quality, maintainability and usability of the software that scientists need for open science. They also support maintainers in developing scientific Python software.
35+
36+
## pyOpenSci volunteers build skills and community
37+
38+
When you volunteer with pyOpenSci, you’re not only giving back to the community, but also:
39+
40+
- **Learning new skills:** you don’t have to be a Python expert to get involved with pyOpenSci. We can help you level up your packaging game and learn how to constructively review both code and copy through contributions to our online learning resources.
41+
- **Connecting with peers:** our [public Discourse forum](https://pyopensci.discourse.group/) is a great place to ask and answer questions, as well as discuss packaging and open science with other Pythonistas.
42+
- **Being recognized** on the [pyOpenSci website](https://www.pyopensci.org/our-community/index.html) and [GitHub repositories](https://github.com/pyOpenSci): your contribution matters, and we want to ensure your work is recognized and celebrated in a public forum.
43+
44+
## Volunteer opportunities with pyOpenSci
45+
46+
There are many ways to get involved with pyOpenSci! We’re always looking for folks to:
47+
48+
{% include feature_row_pyos id="help-us" %}
49+
50+
## Share your expertise and experience with the broader community through blogging
51+
52+
And last but not least, we’d also love for you to be a guest blogger on the [pyOpenSci blog](https://www.pyopensci.org/blog/index.html)! If you’d like to write about a pyOpenSci package, your experiences with pyOpenSci, or how you’re using free and open Python tools in your scientific endeavors, we’d love to hear from you! Email our Community team at [[email protected]]([email protected]) for more information.
53+
54+
## Learn more about volunteering with pyOpenSci
55+
56+
If you still have questions about volunteer roles at pyOpenSci, email our Community team at [[email protected]]([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/).
57+
58+
## Let's connect!
59+
60+
- [<i class="fa-brands fa-discourse"></i> Discourse](https://pyopensci.discourse.group/)
61+
- [<i class="fa-brands fa-mastodon"></i> Mastodon](https://fosstodon.org/@pyopensci)
62+
- [<i class="fa-solid fa-cloud"></i> Bluesky](https://bsky.app/profile/pyopensci.bsky.social)
63+
- [<i class="fa-brands fa-linkedin"></i> LinkedIn](https://www.linkedin.com/company/pyopensci)
64+
- [<i class="fa-brands fa-github"></i> GitHub](https://github.com/pyOpenSci)
65+
66+
## Meet the PyOpenSci community contributors
67+
68+
{: .clearall }
69+
{: .clearall }
70+
71+
{% assign ppl_sorted = site.data.contributors | reverse %}
72+
{% assign total_people = ppl_sorted | size %}
73+
74+
pyOpenSci has a diverse and vibrant community of pythonistas! To date,
75+
**{{ total_people }}** wonderful people have contributed to pyOpenSci.
76+
77+
<p><input type="text" id="quicksearch" placeholder="Search" /></p>
78+
79+
<div id="filters" class="button-group">
80+
<button class="button is-checked" data-filter="*">Show All</button>
81+
<button class="button" data-filter=".leadership">Leadership</button>
82+
<button class="button" data-filter=".editor">Editorial Team</button>
83+
<button class="button" data-filter=".reviewer">Reviewers</button>
84+
<button class="button" data-filter=".maintainer">Maintainers</button>
85+
<button class="button" data-filter=".peer-review-guide">Peer Review Guide</button>
86+
<button class="button" data-filter=".package-guide">Packaging Guide</button>
87+
<button class="button" data-filter=".metrics-contrib">Metrics</button>
88+
<button class="button" data-filter=".web-contrib">Website</button>
89+
90+
</div>
91+
92+
<div class="grid-isotope">
93+
<div class="grid-sizer"></div>
94+
{% for aperson in ppl_sorted %}
95+
{% include people-grid.html %}
96+
{% endfor %}
97+
</div>

0 commit comments

Comments
 (0)