Skip to content

Commit dab334b

Browse files
committed
refactor: content: Revamp getting-involved page
This commit refactors the "getting-involved" page to improve user experience and clarity. It includes updates to pathway cards, contribution options, and overall content structure.
1 parent 4d37491 commit dab334b

File tree

4 files changed

+20
-84
lines changed

4 files changed

+20
-84
lines changed

content/getting-involved/_index.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ description: Join ONM's collaborative community. Find your path as a student, pr
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. Find your path to making an impact within our vibrant community.
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.
810

911
{{< pathway_card
1012
title="For Students & Aspiring Researchers"
@@ -20,12 +22,12 @@ explore_links="Hacking Hour Sessions|/neuromorphic-computing/software/hacking-ho
2022
{{< pathway_card
2123
title="For Researchers & Developers"
2224
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."
23-
cta_text="Contribute on GitHub"
24-
cta_link="https://github.com/open-neuromorphic"
25+
cta_text="Join Hacking Hours"
26+
cta_link="/neuromorphic-computing/software/hacking-hours/"
2527
image="developer-path.jpeg"
2628
alt_text="Developers collaborating on code"
2729
layout_class="reverse"
28-
explore_links="Neuromorphic Software Guide|/neuromorphic-computing/software/;Neuromorphic Hardware Guide|/neuromorphic-computing/hardware/;Submit a Blog Post|https://github.com/open-neuromorphic/open-neuromorphic.github.io/issues"
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/"
2931
>}}
3032
3133
{{< pathway_card
@@ -36,27 +38,27 @@ cta_link="https://discord.gg/C9bzWgNmqk"
3638
image="industry-path.jpeg"
3739
alt_text="Industry professionals in a meeting"
3840
layout_class=""
39-
explore_links="About ONM & Governance|/about/;Host a Workshop|/workshops/#host-a-workshop;ONM Initiatives|/neuromorphic-computing/initiatives/"
41+
explore_links="About ONM & Governance|/about/;Host a Workshop|/getting-involved/host-an-event/;ONM Initiatives|/getting-involved/join-an-initiative/"
4042
>}}
4143
42-
## Specific Ways to Contribute
44+
## Ready to Start? Here's How You Can Contribute
4345

44-
Ready to jump in? Here are some of the most impactful ways you can contribute to the community. We've created simple guides for each, with options for all skill levels.
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.
4547

4648
<div class="my-16 grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
4749
{{< contribution_card icon="fas fa-pen-to-square" title="Write for Our Blog" link="/getting-involved/write-a-blog-post/" >}}
4850
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.
4951
{{< /contribution_card >}}
5052

51-
{{< contribution_card icon="fas fa-chalkboard-user" title="Host an Event" link="/getting-involved/host-an-event/" >}}
52-
Present a workshop, give a student talk, or co-host a Hacking Hour. It's a great way to share your knowledge and get valuable feedback.
53-
{{< /contribution_card >}}
53+
{{< contribution_card icon="fas fa-chalkboard-user" title="Host an Event" link="/getting-involved/host-an-event/" >}}
54+
Present a workshop, give a student talk, or co-host a Hacking Hour. It's a great way to share your knowledge and get valuable feedback.
55+
{{< /contribution_card >}}
5456

55-
{{< contribution_card icon="fas fa-rocket" title="Join an Initiative" link="/getting-involved/join-an-initiative/" >}}
56-
Collaborate on community-driven projects that shape the future of ONM. Explore existing initiatives or propose a new one.
57-
{{< /contribution_card >}}
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 >}}
5860
</div>
5961

6062
Beyond these pathways, a quick and easy way to support our community is by sharing our [website](https://open-neuromorphic.org/) and [Discord](https://discord.gg/C9bzWgNmqk) 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.
6163

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

content/getting-involved/index.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

content/getting-involved/write-a-blog-post/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Writing a blog post is one of the best ways to share your expertise, insights, o
1111
- **Build Your Profile:** Establish yourself as a voice in the neuromorphic field.
1212
- **Educate and Inspire:** Help others learn, solve problems, and get excited about the future of brain-inspired computing.
1313

14-
---
15-
1614
## How to Submit Your Post
1715

1816
We offer two straightforward ways to submit your blog post. Choose the one that works best for you.
@@ -37,8 +35,6 @@ If you're comfortable with Git and GitHub, you can follow our standard contribut
3735
2. **Create a new branch** for your post.
3836
3. **Submit a Pull Request** with your completed post. Our team will review it and merge it.
3937

40-
---
41-
4238
## What We're Looking For
4339

4440
We welcome a wide range of topics, including but not limited to:
@@ -48,4 +44,4 @@ We welcome a wide range of topics, including but not limited to:
4844
- Opinion pieces on the future of the field.
4945
- Deep dives into specific neuromorphic concepts.
5046

51-
If you have an idea, don't hesitate to pitch it to us first on Discord or via email!
47+
If you have an idea, don't hesitate to pitch it to us first on Discord!

layouts/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,19 +251,19 @@ <h2 class="section-title">Ways to Get Involved</h2>
251251
"title" "Learn & Discuss"
252252
"description" "Join our community discussions, attend expert workshops, and explore our learning resources to deepen your understanding of neuromorphic computing."
253253
"icon" "fas fa-comments"
254-
"link" "https://discord.gg/C9bzWgNmqk"
254+
"link" "/getting-involved/"
255255
)
256256
(dict
257257
"title" "Contribute & Code"
258258
"description" "Lead or join community-driven projects. ONM Initiatives are a great way to make a direct impact, from developing new tools to organizing events. Find an active project and start contributing."
259259
"icon" "fas fa-code-branch"
260-
"link" "neuromorphic-computing/initiatives/"
260+
"link" "/getting-involved/"
261261
)
262262
(dict
263263
"title" "Share & Present"
264264
"description" "Showcase your research by giving a workshop or student talk. Share your expertise by writing a blog post and contributing to our collective knowledge base."
265265
"icon" "fas fa-chalkboard-user"
266-
"link" "getting-involved/"
266+
"link" "/getting-involved/"
267267
)
268268
}}
269269

0 commit comments

Comments
 (0)