Skip to content

Commit f06a771

Browse files
Update project IDs and add new project entries
1 parent 5cc7026 commit f06a771

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Source code/src/data/projectsData.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ export const projectsData: Project[] = [
2727
},
2828
{
2929
id: "2",
30+
title: "Neural Network Quantization Benchmarking",
31+
description: "Systematic comparison of quantization methods across multiple deep learning architectures.",
32+
category: "AI Software",
33+
status: "Active",
34+
year: 2025,
35+
recruitingFor: true
36+
},
37+
{
38+
id: "3",
3039
title: "SpikingC",
3140
description: "SNN implementation in C for efficient spiking neural network computation with optimized performance and debugging capabilities.",
3241
category: "Spiking Neural Networks",
@@ -35,7 +44,7 @@ export const projectsData: Project[] = [
3544
year: 2024
3645
},
3746
{
38-
id: "3",
47+
id: "4",
3948
title: "Fortiss Hackathon 2023 - Gesture Recognition",
4049
description: "SNN-based gesture recognition system developed during the November 2023 Hackathon with Fortiss.",
4150
category: "Spiking Neural Networks",
@@ -44,30 +53,21 @@ export const projectsData: Project[] = [
4453
year: 2023
4554
},
4655
{
47-
id: "4",
56+
id: "5",
4857
title: "DenseSpiking RTL",
4958
description: "Implementation of a Dense Layer with Leaky Integrate and Fire (LIF) neurons in SystemVerilog for FPGA deployment.",
5059
category: "Chip Design",
5160
status: "Completed",
5261
year: 2023
5362
},
5463
{
55-
id: "5",
64+
id: "6",
5665
title: "Spiking Mobile ViT",
5766
description: "A mobile-optimized Vision Transformer model using spiking neural networks for efficient visual processing on edge devices.",
5867
category: "Spiking Neural Networks",
5968
status: "Completed",
6069
year: 2023
61-
},
62-
{
63-
id: "6",
64-
title: "Neural Network Quantization Benchmarking",
65-
description: "Systematic comparison of quantization methods across multiple deep learning architectures.",
66-
category: "AI Software",
67-
status: "Active",
68-
year: 2025,
69-
recruitingFor: true
70-
},
70+
}
7171
];
7272

7373
// Helper functions for common data operations

0 commit comments

Comments
 (0)