Skip to content

Commit bcaeca4

Browse files
authored
Revise project data and update IDs
Updated project IDs and added new project details.
1 parent c7e0bb4 commit bcaeca4

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

Source code/src/data/projectsData.ts

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ export interface Project {
1616
export const projectsData: Project[] = [
1717
{
1818
id: "1",
19+
title: "AMD Competition",
20+
description: "AI Compilers Meet FPGAs: A HW/SW Codesign Approach for Vision Transformers",
21+
category: "Chip Design",
22+
status: "Active",
23+
githubLink: "https://github.com/OpenHardware-Initiative/ITA-FPGA",
24+
year: 2025,
25+
recruitingFor: true
26+
},
27+
{
28+
id: "2",
1929
title: "SpikingC",
2030
description: "SNN implementation in C for efficient spiking neural network computation with optimized performance and debugging capabilities.",
2131
category: "Spiking Neural Networks",
@@ -25,7 +35,7 @@ export const projectsData: Project[] = [
2535
recruitingFor: true
2636
},
2737
{
28-
id: "2",
38+
id: "3",
2939
title: "Fortiss Hackathon 2023 - Gesture Recognition",
3040
description: "SNN-based gesture recognition system developed during the November 2023 Hackathon with Fortiss.",
3141
category: "Spiking Neural Networks",
@@ -34,7 +44,7 @@ export const projectsData: Project[] = [
3444
year: 2023
3545
},
3646
{
37-
id: "3",
47+
id: "4",
3848
title: "DenseSpiking RTL",
3949
description: "Implementation of a Dense Layer with Leaky Integrate and Fire (LIF) neurons in SystemVerilog for FPGA deployment.",
4050
category: "Chip Design",
@@ -43,23 +53,23 @@ export const projectsData: Project[] = [
4353
recruitingFor: true
4454
},
4555
{
46-
id: "4",
56+
id: "5",
4757
title: "Drone-ViT-HW-Accelerator",
4858
description: "Hardware acceleration for Vision Transformer models specialized for drone applications with optimization for size and power constraints.",
4959
category: "AI Hardware",
5060
status: "Active",
5161
year: 2023
5262
},
5363
{
54-
id: "5",
64+
id: "6",
5565
title: "Spiking Mobile ViT",
5666
description: "A mobile-optimized Vision Transformer model using spiking neural networks for efficient visual processing on edge devices.",
5767
category: "Spiking Neural Networks",
5868
status: "Active",
5969
year: 2023
6070
},
6171
{
62-
id: "6",
72+
id: "7",
6373
title: "Industry Smart Scheduling",
6474
description: "An intelligent scheduling system for manufacturing industries that optimizes production processes and resource allocation using AI algorithms.",
6575
category: "Smart Manufacturing",
@@ -68,7 +78,7 @@ export const projectsData: Project[] = [
6878
recruitingFor: true
6979
},
7080
{
71-
id: "7",
81+
id: "8",
7282
title: "AI Compiler for Heterogeneous Hardware with IREE",
7383
description: "Development of a compiler that optimizes neural network models for various hardware accelerators, leveraging IREE (IR Execution Environment) technology.",
7484
category: "AI Hardware",
@@ -77,7 +87,7 @@ export const projectsData: Project[] = [
7787
year: 2023
7888
},
7989
{
80-
id: "8",
90+
id: "9",
8191
title: "Energy-Efficient Deep Learning Processor",
8292
description: "A custom processor design optimized for deep learning inference with minimal energy consumption for battery-powered devices.",
8393
category: "Chip Design",

0 commit comments

Comments
 (0)