File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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] ;
You can’t perform that action at this time.
0 commit comments