Skip to content

Commit 1181c79

Browse files
committed
Merge branch 'research-tmp' into staging
2 parents 7a11fe7 + 40513db commit 1181c79

File tree

5 files changed

+57
-7
lines changed

5 files changed

+57
-7
lines changed

config/_default/menus.en.toml

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,20 @@ weight = 4
4646
icon = "fas fa-bullseye"
4747
description = "Tackle key problems in neuromorphic computing with community-driven projects."
4848

49+
[[main]]
50+
parent = "explore-resources"
51+
name = "Community Peer Review (ONR)"
52+
url = "/neuromorphic-computing/research/"
53+
weight = 5
54+
[main.params]
55+
icon = "fas fa-award"
56+
description = "A community-driven peer review program for open and reproducible research."
57+
4958
[[main]]
5059
parent = "explore-resources" # Match the identifier
5160
name = "Hacking Hours"
5261
url = "/neuromorphic-computing/software/hacking-hours/"
53-
weight = 5
62+
weight = 6
5463
[main.params]
5564
icon = "fas fa-terminal"
5665
description = "Live coding sessions exploring neuromorphic software."
@@ -60,7 +69,7 @@ description = "Live coding sessions exploring neuromorphic software."
6069
parent = "explore-resources" # Match the identifier
6170
name = "Student Talks"
6271
url = "/neuromorphic-computing/student-talks/"
63-
weight = 6
72+
weight = 7
6473
[main.params]
6574
icon = "fas fa-graduation-cap"
6675
description = "Presentations by students and early-career researchers."
@@ -70,7 +79,7 @@ description = "Presentations by students and early-career researchers."
7079
parent = "explore-resources" # Match the identifier
7180
name = "Workshops"
7281
url = "/workshops/"
73-
weight = 7
82+
weight = 8
7483
[main.params]
7584
icon = "fas fa-chalkboard-user"
7685
description = "Expert-led workshops on key neuromorphic topics."
@@ -79,7 +88,7 @@ description = "Expert-led workshops on key neuromorphic topics."
7988
parent = "explore-resources" # Add this new entry
8089
name = "Contributors"
8190
url = "/contributors/"
82-
weight = 8
91+
weight = 9
8392
[main.params]
8493
icon = "fas fa-user-group"
8594
description = "Meet the people building the Open Neuromorphic community."
@@ -157,9 +166,13 @@ name = "ONM Blog"
157166
url = "/blog/"
158167
weight = 4
159168
[[footer_explore_new]]
169+
name = "Community Peer Review (ONR)"
170+
url = "/neuromorphic-computing/research/"
171+
weight = 5
172+
[[footer_explore_new]]
160173
name = "ONM Initiatives"
161174
url = "/neuromorphic-computing/initiatives/"
162-
weight = 5
175+
weight = 6
163176

164177
# Community Column
165178
[[footer_community]]
@@ -183,9 +196,13 @@ name = "Contributors"
183196
url = "/contributors/"
184197
weight = 5
185198
[[footer_community]]
199+
name = "Community Peer Review (ONR)"
200+
url = "/neuromorphic-computing/research/"
201+
weight = 6
202+
[[footer_community]]
186203
name = "Join Our Discord"
187204
url = "https://discord.gg/hUygPUdD8E"
188-
weight = 6
205+
weight = 7
189206

190207
# About & Legal Column
191208
[[footer_legal_new]]

content/getting-involved/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cta_link="/getting-involved/share-your-work/"
1414
image="student-path.jpeg"
1515
alt_text="A person presenting at a workshop"
1616
layout_class=""
17-
explore_links="ONM Workshops|/workshops/;Student Talks|/neuromorphic-computing/student-talks/;Write for Our Blog|/getting-involved/write-a-blog-post/"
17+
explore_links="ONM Workshops|/workshops/;Student Talks|/neuromorphic-computing/student-talks/;Write for Our Blog|/getting-involved/write-a-blog-post/;Submit Your Research (ONR)|/neuromorphic-computing/research/"
1818
>}}
1919
2020
{{< pathway_card

data/used_icons.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ fontawesome_svgs:
2424
- { style: solid, name: arrow-up-right-from-square }
2525
- { style: solid, name: heart }
2626
- { style: solid, name: bullseye }
27+
- { style: solid, name: award }
2728
- { style: brands, name: discord }
2829
- { style: brands, name: github }
2930
- { style: brands, name: twitter }

layouts/neuromorphic-computing/list.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
</div>
3636
{{ end }}
3737
</div>
38+
{{/* --- NEW: ONR Program Callout --- */}}
39+
<div class="my-16">
40+
{{ partial "custom/onr-promo-card.html" . }}
41+
</div>
3842

3943
{{/* --- New Modern Recent Events Sections --- */}}
4044
{{/* Recent Workshops Section */}}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{{ $onr_page := site.GetPage "neuromorphic-computing/research" }}
2+
{{ if $onr_page }}
3+
<div class="onr-promo-card p-8 rounded-lg bg-theme-light dark:bg-darkmode-theme-light shadow-lg border-l-4 border-primary dark:border-darkmode-primary">
4+
<div class="flex flex-col md:flex-row items-center text-center md:text-left gap-8">
5+
<div class="flex-shrink-0">
6+
{{ partial "icon.html" (dict "style" "solid" "name" "award" "class" "text-6xl text-primary dark:text-darkmode-primary") }}
7+
</div>
8+
<div class="flex-grow">
9+
<h2 class="text-3xl font-bold mb-2">
10+
<span class="gradient-text">Open Neuromorphic Research</span>
11+
</h2>
12+
<p class="text-lg text-gray-600 dark:text-gray-400 mb-4">
13+
Our community-driven peer review program for open, reproducible, and high-impact research. Get your work recognized with the "ONM Community Approved" badge.
14+
</p>
15+
<div class="mt-4 flex flex-wrap gap-4 items-center justify-center md:justify-start">
16+
<a href="{{ $onr_page.RelPermalink }}" class="btn btn-new-primary">
17+
Explore the ONR Program
18+
</a>
19+
{{ with site.GetPage "neuromorphic-computing/research/guide/submitter-guide" }}
20+
<a href="{{ .RelPermalink }}" class="btn btn-new-outline">
21+
Submit Your Work
22+
</a>
23+
{{ end }}
24+
</div>
25+
</div>
26+
</div>
27+
</div>
28+
{{ end }}

0 commit comments

Comments
 (0)