Skip to content

Commit 116eb20

Browse files
authored
Merge pull request #296 from neural-loop/volunteer-opportunities
Volunteer opportunities
2 parents 09442b2 + 7532872 commit 116eb20

File tree

16 files changed

+315
-46
lines changed

16 files changed

+315
-46
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Hugo site to Pages
22

33
on:
44
push:
5-
branches: ["main", "social-sharing"]
5+
branches: ["main", "volunteer-opportunities"]
66

77
permissions:
88
contents: read

archetypes/help-wanted.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}" # The title of the role, e.g., "Social Media Coordinator"
3+
date: {{ .Date }}
4+
# Meta Description (SEO): 120-160 characters.
5+
# Briefly describe the role and its impact on the Open Neuromorphic community.
6+
description: "Volunteer opportunity at Open Neuromorphic for a [Role Title] to help with [key responsibility]."
7+
draft: true
8+
role_type: "Communications" # E.g., Communications, Development, Event Support, Initiative Support
9+
time_commitment: "2-4 hours/week" # E.g., "Project-based", "5 hours/month"
10+
contact: "contact@open-neuromorphic.org" # Email or link to Discord channel/user
11+
# Optional: Link this role to one or more specific initiatives using their page slugs.
12+
# Find slugs in content/neuromorphic-computing/initiatives/
13+
# e.g., ["social-media-engagement", "student-talks-initiative"]
14+
initiative_tags: []
15+
---
16+
17+
## Role Overview
18+
Provide a brief, engaging overview of what this role entails and why it's important for the Open Neuromorphic community.
19+
20+
## Responsibilities
21+
- List the key tasks and duties.
22+
- Be specific about what the volunteer will be doing.
23+
- Example: "Curate and schedule content for our social media channels."
24+
- Example: "Coordinate with speakers for upcoming Student Talks."
25+
26+
## Who We're Looking For
27+
- Describe the ideal skills or interests for this role.
28+
- This is a volunteer position, so focus on enthusiasm and willingness to learn.
29+
- Example: "Someone passionate about science communication."
30+
- Example: "Familiarity with Discord and calendar tools is a plus."
31+
32+
## How to Apply
33+
Explain the next steps. For example: "To express your interest, please email us at the contact address above with a brief note about why you're interested in this role."

config/_default/menus.en.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,17 @@ name = "Getting Involved"
106106
url = "/getting-involved/"
107107
weight = 2
108108

109+
[[main]]
110+
parent = "About"
111+
name = "Volunteer Opportunities"
112+
url = "/volunteer-opportunities/"
113+
weight = 3
114+
109115
[[main]]
110116
parent = "About"
111117
name = "Supporters"
112118
url = "/supporters/"
113-
weight = 3
119+
weight = 4
114120

115121

116122
# --- New Footer Menus (replace the old [[footer]], [[footer_explore]], [[footer_legal]]) ---

content/getting-involved/_index.md

Lines changed: 20 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,46 @@
11
---
22
title: Getting Involved with Open Neuromorphic
3-
description: Join ONM's collaborative community. Find your path as a student, practitioner, or industry expert to contribute to open-source neuromorphic computing.
3+
description: "Join ONM's collaborative community. Find your path as a student, practitioner, or industry expert to contribute to open-source neuromorphic computing."
44
image: "images/getting-involved/getting-involved-og.jpg"
55
---
66

7-
Open Neuromorphic (ONM) welcomes contributions from everyone, whether you're just starting out, a seasoned researcher, or representing an organization. We believe in the power of open collaboration to advance the field of neuromorphic computing.
8-
9-
Find your path to making an impact within our vibrant community. Below, we've outlined pathways tailored to different roles and interests.
7+
Welcome to the Open Neuromorphic community! We thrive on collaboration and welcome contributions from everyone, regardless of background or expertise. Below are the primary ways you can join our mission to advance the field of neuromorphic computing. Find the path that best suits your interests and skills.
108

119
{{< pathway_card
12-
title="For Students & Aspiring Researchers"
13-
description="Kickstart your journey in neuromorphic computing. Access learning resources, participate in engaging discussions, and find opportunities to contribute to real projects. ONM provides a supportive environment to grow your skills and network with peers and experts."
14-
cta_text="Join Student Talks"
15-
cta_link="/getting-involved/share-your-work"
10+
title="Share Your Knowledge"
11+
description="Educate and inspire the community by sharing your work. We provide a platform for you to present research, lead workshops, or publish articles. Our team helps with logistics and promotion, making it easy to contribute."
12+
cta_text="Propose a Talk or Post"
13+
cta_link="/getting-involved/share-your-work/"
1614
image="student-path.jpeg"
17-
alt_text="Students learning about neuromorphic computing"
15+
alt_text="A person presenting at a workshop"
1816
layout_class=""
19-
explore_links="Hacking Hour Sessions|/neuromorphic-computing/software/hacking-hours/;Explore ONM Workshops|/workshops/;Read Our Blog|/blog/"
17+
explore_links="ONM Workshops|/workshops/;Student Talks|/neuromorphic-computing/student-talks/;Write for Our Blog|/getting-involved/write-a-blog-post/"
2018
>}}
2119
2220
{{< pathway_card
23-
title="For Researchers & Developers"
24-
description="Dive deeper into neuromorphic systems. Contribute your expertise by developing open-source tools, writing insightful blog posts, or leading new community initiatives. Collaborate with a global network of practitioners pushing the boundaries of brain-inspired AI."
25-
cta_text="Join Hacking Hours"
26-
cta_link="/neuromorphic-computing/software/hacking-hours/"
21+
title="Collaborate on Projects"
22+
description="Get hands-on by contributing to community-driven projects. You can join an existing initiative, participate in live coding sessions, or take on a specific volunteer role to help us improve our resources and platforms."
23+
cta_text="See Volunteer Roles"
24+
cta_link="/volunteer-opportunities/"
2725
image="developer-path.jpeg"
2826
alt_text="Developers collaborating on code"
2927
layout_class="reverse"
30-
explore_links="Neuromorphic Software Guide|/neuromorphic-computing/software/;Neuromorphic Hardware Guide|/neuromorphic-computing/hardware/;Submit a Blog Post|/getting-involved/write-a-blog-post/"
28+
explore_links="Join an Initiative|/neuromorphic-computing/initiatives/;Attend Hacking Hours|/neuromorphic-computing/software/hacking-hours/;Contribute on GitHub|https://github.com/open-neuromorphic"
3129
>}}
3230
3331
{{< pathway_card
34-
title="For Industry & Organizations"
35-
description="Partner with ONM to shape the future of neuromorphic technology. Explore opportunities for strategic collaborations, sponsor initiatives, host workshops, or contribute to the development of open standards. Leverage our community to share industry insights and foster innovation."
36-
cta_text="Discuss Partnership"
37-
cta_link="https://discord.gg/hUygPUdD8E"
32+
title="Support Our Mission"
33+
description="Help sustain and grow our community. We partner with organizations and projects that align with our open-source vision. Explore how your organization can become a supporter and contribute to the future of neuromorphic technology."
34+
cta_text="Become a Supporter"
35+
cta_link="/supporters/"
3836
image="industry-path.jpeg"
3937
alt_text="Industry professionals in a meeting"
4038
layout_class=""
41-
explore_links="About ONM & Governance|/about/;Host a Workshop|/getting-involved/share-your-work/;ONM Initiatives|/getting-involved/join-an-initiative/"
39+
explore_links="About ONM & Governance|/about/;Our Code of Conduct|/code-of-conduct/;Join our Discord|https://discord.gg/hUygPUdD8E"
4240
>}}
4341
44-
## Ready to Start? Here's How You Can Contribute
45-
46-
If you're ready to jump in, here are some of the most direct and impactful ways to contribute to the community. We've created simple guides for each, with options for all skill levels.
47-
48-
<div class="my-16 grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
49-
{{< contribution_card icon="fas fa-pen-to-square" title="Write for Our Blog" link="/getting-involved/write-a-blog-post/" >}}
50-
Share your research, tutorials, or insights with a global audience. We make it easy to submit your work, even if you're not a GitHub expert.
51-
{{< /contribution_card >}}
52-
53-
{{< contribution_card icon="fas fa-chalkboard-user" title="Share Your Work" link="/getting-involved/share-your-work/" >}}
54-
Present a workshop, give a student talk, or join a Hacking Hour as a guest. It's a great way to share your knowledge and get valuable feedback.
55-
{{< /contribution_card >}}
56-
57-
{{< contribution_card icon="fas fa-rocket" title="Join an Initiative" link="/getting-involved/join-an-initiative/" >}}
58-
Collaborate on community-driven projects that shape the future of ONM. Explore existing initiatives or propose a new one.
59-
{{< /contribution_card >}}
60-
</div>
42+
## Any Contribution Helps
6143

62-
Beyond these pathways, a quick and easy way to support our community is by sharing our [website](/) and [Discord](https://discord.gg/hUygPUdD8E) with your friends and colleagues. We're always looking for new members, and linking to our site helps boost our search engine rankings, making it easier for others to find us.
44+
Even small actions make a big difference. Sharing our [website](/) and [Discord](https://discord.gg/hUygPUdD8E) with your network helps us grow. Linking to our resources improves our visibility, making it easier for others to discover our community.
6345

6446
If you're new, we recommend joining our [Discord](https://discord.gg/hUygPUdD8E) to connect with other members. Leave a message in the `#welcome` channel to introduce yourself!

content/neuromorphic-computing/initiatives/founders.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ author:
99
date: 2023-01-01
1010
draft: false
1111
type: initiatives
12-
# Add an image if you want one specific to this initiative's card/page
13-
# image: "images/hacking-hours-logo.png"
1412
---
13+
14+
This page recognizes the foundational members of Open Neuromorphic. Their vision and initial efforts created the collaborative community that exists today.
15+
16+
The founders are prominently featured on our main **[About page](/about/)**, which details their role in establishing ONM's mission and community.

content/neuromorphic-computing/initiatives/founding-advisors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ author:
1414
date: 2023-01-01
1515
draft: false
1616
type: initiatives
17-
# Add an image if you want one specific to this initiative's card/page
18-
# image: "images/hacking-hours-logo.png"
1917
---
18+
19+
The Founding Advisors were a group of key community members who provided crucial guidance and support during the initial conception and structuring of Open Neuromorphic. Their expertise and early involvement helped shape the direction and collaborative spirit of the community.

content/neuromorphic-computing/initiatives/hardware-directory.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ author:
99
- Alexander Hadjiivanov
1010
date: 2024-01-01
1111
draft: false
12-
# Add an image if you want one specific to this initiative's card/page
13-
# image: "images/hacking-hours-logo.png"
1412
type: initiatives
1513
---
14+
15+
This initiative was focused on the creation and curation of a comprehensive guide to neuromorphic hardware. The goal was to build a central, open-source repository of information on various neuromorphic chips and platforms, making it easier for researchers and developers to compare systems and find relevant resources.
16+
17+
The outcome of this effort is the **[Neuromorphic Hardware Guide](/neuromorphic-computing/hardware/)**, one of our community's most valuable resources.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Volunteer Opportunities"
3+
description: "Find opportunities to contribute your skills and passion to the Open Neuromorphic community. From content creation to event support, there's a role for you."
4+
---
5+
6+
Open Neuromorphic is a community-driven initiative, and our success depends on the active participation of volunteers like you. We have a variety of roles and tasks available for individuals who want to contribute their skills, learn new ones, and help us grow.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "Community Welcomer (Discord)"
3+
date: 2025-07-19
4+
description: "Be a friendly first point of contact for new members on our Discord server. Help newcomers find their way and feel at home in the Open Neuromorphic community."
5+
draft: false
6+
role_type: "Community"
7+
time_commitment: "2-3 hours/week"
8+
contact: "contact@open-neuromorphic.org"
9+
---
10+
11+
## Role Overview
12+
With over 2,000 members, our Discord server is the heart of our community. To ensure new members have a positive and engaging experience from day one, we are looking for volunteers to act as Community Welcomers. In this role, you will be one of the first friendly faces new members interact with, helping them navigate our community and find the resources they need.
13+
14+
## Responsibilities
15+
- Greet new members in our `#welcome` channel.
16+
- Guide newcomers to select roles and introduce themselves.
17+
- Answer initial questions about the community, where to find information, and how to get involved.
18+
- Direct members to relevant discussion channels based on their interests.
19+
- Share links to key resources like our [Getting Involved](/getting-involved/) page and [Code of Conduct](/code-of-conduct/).
20+
21+
## Who We're Looking For
22+
- Active, friendly, and patient members of our Discord community.
23+
- Someone with a good knowledge of our community's structure and values.
24+
- A passion for helping others and fostering an inclusive environment.
25+
26+
## How to Apply
27+
If you're interested in becoming a Community Welcomer, please send us an email at **contact@open-neuromorphic.org** or send a direct message to one of the Executive Committee members on Discord.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Documentation Contributor"
3+
date: 2025-07-19
4+
description: "Help us achieve documentation excellence by improving our guides, tutorials, and project readmes to make neuromorphic computing more accessible."
5+
draft: false
6+
role_type: "Documentation"
7+
time_commitment: "Flexible / Project-based"
8+
contact: "contact@open-neuromorphic.org"
9+
initiative_tags: ["website-development"]
10+
---
11+
12+
## Role Overview
13+
As part of our mission to make neuromorphic computing more accessible, clear and comprehensive documentation is essential. We are looking for volunteers to help us improve our existing documentation and create new content that empowers our community. This is a vital role for lowering barriers to entry for newcomers and supporting autonomous learning.
14+
15+
## Responsibilities
16+
- Review and edit existing hardware/software guides for clarity, accuracy, and completeness.
17+
- Write new tutorials or "getting started" guides for popular neuromorphic tools.
18+
- Help structure and organize content on the website to improve user experience.
19+
- Contribute to the documentation of ONM's open-source projects and internal processes.
20+
21+
## Who We're Looking For
22+
- Individuals with strong technical writing skills and attention to detail.
23+
- Anyone passionate about making complex topics easy to understand.
24+
- Familiarity with neuromorphic concepts is a plus, but not a strict requirement.
25+
- Experience with Markdown and Git/GitHub is helpful.
26+
27+
## How to Apply
28+
To express your interest, please email us at the contact address above with a brief note about your interest and any relevant experience. You can also start contributing directly by opening a pull request on our [website repository](https://github.com/open-neuromorphic/open-neuromorphic.github.io).

0 commit comments

Comments
 (0)