We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb8be9 commit 5cc7026Copy full SHA for 5cc7026
1 file changed
Source code/src/data/projectsData.ts
@@ -32,8 +32,7 @@ export const projectsData: Project[] = [
32
category: "Spiking Neural Networks",
33
status: "Completed",
34
githubLink: "https://github.com/example/spikingc",
35
- year: 2024,
36
- recruitingFor: false
+ year: 2024
37
},
38
{
39
id: "3",
@@ -50,8 +49,7 @@ export const projectsData: Project[] = [
50
49
description: "Implementation of a Dense Layer with Leaky Integrate and Fire (LIF) neurons in SystemVerilog for FPGA deployment.",
51
category: "Chip Design",
52
53
- year: 2023,
54
+ year: 2023
55
56
57
id: "5",
0 commit comments