Skip to content

Commit df20433

Browse files
Change project statuses to 'Completed' and update year
Updated project statuses and details for various projects.
1 parent 9940c29 commit df20433

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Source code/src/data/projectsData.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ export const projectsData: Project[] = [
3030
title: "SpikingC",
3131
description: "SNN implementation in C for efficient spiking neural network computation with optimized performance and debugging capabilities.",
3232
category: "Spiking Neural Networks",
33-
status: "Active",
33+
status: "Completed",
3434
githubLink: "https://github.com/example/spikingc",
35-
year: 2023,
36-
recruitingFor: true
35+
year: 2024,
36+
recruitingFor: false
3737
},
3838
{
3939
id: "3",
@@ -49,16 +49,16 @@ export const projectsData: Project[] = [
4949
title: "DenseSpiking RTL",
5050
description: "Implementation of a Dense Layer with Leaky Integrate and Fire (LIF) neurons in SystemVerilog for FPGA deployment.",
5151
category: "Chip Design",
52-
status: "Active",
52+
status: "Completed",
5353
year: 2023,
54-
recruitingFor: true
54+
recruitingFor: false
5555
},
5656
{
5757
id: "5",
5858
title: "Spiking Mobile ViT",
5959
description: "A mobile-optimized Vision Transformer model using spiking neural networks for efficient visual processing on edge devices.",
6060
category: "Spiking Neural Networks",
61-
status: "Active",
61+
status: "Completed",
6262
year: 2023
6363
}
6464
];

0 commit comments

Comments
 (0)