You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
product_name: "{{ replace .Name "-" " " | title }}" # Short name used in card/spec-table headers, e.g. "Akida". Distinct from `title`, which includes the manufacturer.
4
-
# Meta Description (SEO): 120-160 characters.
5
-
# For someone searching for this hardware, what is its primary application (e.g., 'real-time AI') and its most standout feature (e.g., 'on-chip learning')?
6
-
# What question does this hardware answer for a researcher or developer?
2
+
title: "{{ replace .Name "-" " " | title }}"
3
+
product_name: "{{ replace .Name "-" " " | title }}"
7
4
description: "Explore [Hardware Name] by [Manufacturer], a neuromorphic chip designed for [key application like 'real-time AI processing' or 'low-power edge computing'] featuring [unique characteristic like 'on-chip learning']."
8
-
image: "hardware-image.png"# Main image for the hardware. Place in this folder. Used for card and OG image.
5
+
image: "hardware-image.png"
9
6
draft: true
10
-
active_product: true # Set to false if the product is End-of-Life or retired
11
-
type: "neuromorphic-hardware"# Do not change
7
+
active_product: true
8
+
type: "neuromorphic-hardware"
9
+
category: "uncategorized"# Scaffold field for future hardware taxonomy. Must match a key in data/taxonomies/hardware-categories.json.
12
10
13
11
organization:
14
-
group_name: "Optional Research Group Name"# e.g., Brains in Silicon
Copy file name to clipboardExpand all lines: archetypes/neuromorphic-software.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,20 @@
1
1
---
2
-
title: "Software Name - Purpose"# Software Title: Clear, include main purpose (50-60 chars for SEO). E.g., "Spyx - JAX-based SNN Library"
3
-
type: "neuromorphic-software"# Do not change
4
-
# Meta Description (SEO): 120-160 characters.
5
-
# This appears in search results. Briefly describe the software: What is it? Who is it for? What problem does it solve?
6
-
# Highlight key features or benefits.
2
+
title: "Software Name - Purpose"
3
+
type: "neuromorphic-software"
4
+
category: ""# REQUIRED. Must exactly match a key in data/taxonomies/software-categories.json (e.g., "snn-framework", "data-tool"). Do NOT create a subfolder.
7
5
description: "Discover [Software Name], a [Python/C++] framework/tool for [primary function, e.g., SNN simulation, event data processing] designed for [target users, e.g., researchers, developers] in neuromorphic computing."
8
-
logo: "software-logo.png"# Software logo. Place in this software's folder, or reference from static/images/.
description: "Join Jens Pedersen and guests for live Hacking Hour sessions, diving into neuromorphic software, coding practices, and collaborative problem-solving."
4
-
type: "hacking-hours"
5
-
image: "images/hacking-hours-default-banner.png"
2
+
title: Hacking Hours
3
+
description: >-
4
+
Join Jens Pedersen and guests for live Hacking Hour sessions, diving into
5
+
neuromorphic software, coding practices, and collaborative problem-solving.
Hacking Hours are live, interactive coding sessions dedicated to exploring the world of neuromorphic software. Hosted by Jens Pedersen, these sessions often feature guest developers from the community and industry to provide deep dives into specific neuromorphic frameworks, tools, and problem-solving techniques.
@@ -15,4 +18,4 @@ These sessions are more focused than our general community calls, aiming to prod
15
18
16
19
A core goal of Hacking Hours is to improve the neuromorphic software ecosystem. Below is a preview of open-source projects that are actively looking for contributors. This is a great way to get involved and make a real impact on the tools we all use.
Have you ever had a problem with event cameras that you had no idea how to approach? You're not alone and we're gathering a community of people to help each other out in Faery.
This Hacking Hour features Alexandre Marcireau, who, along with host Jens E. Pedersen, dives deep into the Faery event processing library. The session focuses on practical API hacking, exploring how to extend and customize Faery for specific neuromorphic data processing tasks.
0 commit comments