Skip to content

Commit 1af92a5

Browse files
authored
Merge pull request #160 from arm-university/main
Filter fix and proj changes
2 parents 470b3be + f37b7f6 commit 1af92a5

7 files changed

Lines changed: 220 additions & 174 deletions

File tree

Projects/Extended-Team-Projects/Compliance-Ready-Smart-Camera-System.md renamed to Projects/Projects/Compliance-Ready-Smart-Camera-System.md

File renamed without changes.
File renamed without changes.

docs/_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,8 @@ plugins:
224224
- jekyll-sitemap
225225
- jemoji
226226

227+
228+
229+
230+
231+

docs/_data/navigation.yml

Lines changed: 51 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,32 @@ projects:
350350
- Arm Ambassador Support
351351
status:
352352
- Published
353+
- title: Compliance-Ready-Smart-Camera-System
354+
description: "This challenge will create and validate an Arm-based, smart camera\
355+
\ pipeline on virtual automotive hardware\u2014advancing safer, more developer-friendly\
356+
\ driver-monitoring solutions for next-generation vehicles."
357+
url: /2025/05/30/Compliance-Ready-Smart-Camera-System.html
358+
subjects:
359+
- Security
360+
- Embedded Linux
361+
- ML
362+
- Virtual Hardware
363+
- Physical AI
364+
platform:
365+
- Mobile, Graphics, and Gaming
366+
- Automotive
367+
- IoT
368+
- Embedded and Microcontrollers
369+
- AI
370+
sw-hw:
371+
- Software
372+
- Hardware
373+
support-level:
374+
- Self-Service
375+
- Arm Ambassador Support
376+
- Direct Support from Arm
377+
status:
378+
- Published
353379
- title: Edge-AI-On-Mobile
354380
description: Leverage the latest SME2 (Scalable Matrix Extension 2) available
355381
on the newest vivo X300 smartphones (built on Arm Lumex CSS) or other SME2-enabled
@@ -393,6 +419,31 @@ projects:
393419
- Arm Ambassador Support
394420
status:
395421
- Published
422+
- title: Human-Centric-Robotics
423+
description: "This team project will build and test an Arm-based urban service\
424+
\ robot\u2014merging real-time navigation, vision-guided manipulation, and human\
425+
\ interaction\u2014and model its socioeconomic impact to show how Arm platforms\
426+
\ can transform last-mile delivery, eldercare, or other city services."
427+
url: /2025/05/30/Human-Centric-Robotics.html
428+
subjects:
429+
- ML
430+
- Embedded Linux
431+
- RTOS Fundamentals
432+
- Physical AI
433+
platform:
434+
- Automotive
435+
- IoT
436+
- Embedded and Microcontrollers
437+
- AI
438+
sw-hw:
439+
- Software
440+
- Hardware
441+
support-level:
442+
- Self-Service
443+
- Arm Ambassador Support
444+
- Direct Support from Arm
445+
status:
446+
- Published
396447
- title: Always-On-AI-with-Ethos-U85-NPU
397448
description: The vision of Edge AI compute is to embed low-power intelligent sensing,
398449
perception, and decision systems everywhere. A low-power always-on-AI island
@@ -442,52 +493,3 @@ projects:
442493
- Arm Ambassador Support
443494
status:
444495
- Published
445-
- title: Extended Team Projects
446-
children:
447-
- title: Compliance-Ready-Smart-Camera-System
448-
description: "This challenge will create and validate an Arm-based, smart camera\
449-
\ pipeline on virtual automotive hardware\u2014advancing safer, more developer-friendly\
450-
\ driver-monitoring solutions for next-generation vehicles."
451-
url: /2025/05/30/Compliance-Ready-Smart-Camera-System.html
452-
subjects:
453-
- Security
454-
- Embedded Linux
455-
- ML
456-
- Virtual Hardware
457-
- Physical AI
458-
platform:
459-
- Mobile, Graphics, and Gaming
460-
- Automotive
461-
- IoT
462-
- Embedded and Microcontrollers
463-
- AI
464-
sw-hw:
465-
- Software
466-
- Hardware
467-
support-level:
468-
- Self-Service
469-
- Arm Ambassador Support
470-
- Direct Support from Arm
471-
- title: Human-Centric-Robotics
472-
description: "This team project will build and test an Arm-based urban service\
473-
\ robot\u2014merging real-time navigation, vision-guided manipulation, and human\
474-
\ interaction\u2014and model its socioeconomic impact to show how Arm platforms\
475-
\ can transform last-mile delivery, eldercare, or other city services."
476-
url: /2025/05/30/Human-Centric-Robotics.html
477-
subjects:
478-
- ML
479-
- Embedded Linux
480-
- RTOS Fundamentals
481-
- Physical AI
482-
platform:
483-
- Automotive
484-
- IoT
485-
- Embedded and Microcontrollers
486-
- AI
487-
sw-hw:
488-
- Software
489-
- Hardware
490-
support-level:
491-
- Self-Service
492-
- Arm Ambassador Support
493-
- Direct Support from Arm

docs/_includes/head.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
44

55
{%- include snippets/get-article-title.html article=page -%}
6-
<title>{%- if __return -%}{{ __return }} - {{ site.title }}{%- else -%}{{ site.title }}{%- endif -%}</title>
6+
<title>{%- if __return -%}{{ __return | escape }}{%- else -%}{{ site.title | escape }}{%- endif -%}</title>
7+
78

89
<meta name="description" content="{%- if page.excerpt -%}{{ page.excerpt | strip_html | strip_newlines | strip | truncate: 160 }}{%- else -%}{{ site.description }}{%- endif -%}">
910
<link rel="canonical" href="{%- include snippets/page-url.html -%}">
@@ -22,3 +23,8 @@
2223
<link rel="stylesheet" href="{{ _sources.font_awesome }}" >
2324

2425
{%- include head/custom.html -%}
26+
27+
28+
29+
30+

0 commit comments

Comments
 (0)