1+ name : " New Hardware Entry"
2+ description : " Submit a new neuromorphic chip or hardware system for the Hardware Guide."
3+ title : " [Hardware]: <Name of Hardware>"
4+ labels : ["content", "hardware"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for contributing to the Open Neuromorphic Hardware Guide!
10+ Please fill out the details below to match the schema used on the website.
11+
12+ - type : input
13+ id : product_name
14+ attributes :
15+ label : Product Name
16+ description : The name of the chip or board (e.g., "Loihi 2").
17+ placeholder : " e.g. Akida"
18+ validations :
19+ required : true
20+
21+ - type : input
22+ id : manufacturer
23+ attributes :
24+ label : Manufacturer / Organization
25+ description : The company or university lab behind the hardware.
26+ placeholder : " e.g. Intel"
27+ validations :
28+ required : true
29+
30+ - type : textarea
31+ id : summary
32+ attributes :
33+ label : Short Summary
34+ description : A 2-3 sentence summary for the card preview (approx. 160 characters).
35+ validations :
36+ required : true
37+
38+ - type : input
39+ id : website
40+ attributes :
41+ label : Product/Organization Website
42+ placeholder : " https://..."
43+
44+ - type : dropdown
45+ id : chip_type
46+ attributes :
47+ label : Chip Type
48+ options :
49+ - Digital
50+ - Mixed-signal
51+ - Analog
52+ - Other
53+ validations :
54+ required : true
55+
56+ - type : dropdown
57+ id : status
58+ attributes :
59+ label : Development Status
60+ options :
61+ - Announced
62+ - Released (Available for research/purchase)
63+ - Retired / End of Life
64+ validations :
65+ required : true
66+
67+ - type : input
68+ id : release_date
69+ attributes :
70+ label : Release Year/Date
71+ placeholder : " YYYY or YYYY-MM-DD"
72+
73+ - type : input
74+ id : neuron_count
75+ attributes :
76+ label : Neuron Count
77+ placeholder : " e.g. 1 million"
78+
79+ - type : input
80+ id : synapse_count
81+ attributes :
82+ label : Synapse Count
83+ placeholder : " e.g. 128 million"
84+
85+ - type : input
86+ id : power
87+ attributes :
88+ label : Power Consumption
89+ placeholder : " e.g. ~1 W or 30 mW"
90+
91+ - type : input
92+ id : software
93+ attributes :
94+ label : Supported Software/SDK
95+ placeholder : " e.g. Lava, MetaTF, PyNN"
96+
97+ - type : textarea
98+ id : detailed_description
99+ attributes :
100+ label : Detailed Description / Overview
101+ description : Provide a few paragraphs describing the architecture, unique features, and use cases. This will form the main body of the page.
102+ validations :
103+ required : true
104+
105+ - type : textarea
106+ id : publications
107+ attributes :
108+ label : Related Publications
109+ description : List relevant papers (Title, Authors, Venue, Link).
110+ placeholder : |
111+ - [Paper Title](link) by Author et al., Venue/Year
0 commit comments