Updated the projects

This commit is contained in:
Nabil Ould Hamou 2024-05-11 19:53:41 +02:00 committed by GitHub
parent a276cd5bd9
commit b6db6e03a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,14 @@ const projects = [
"I proceeded to write a program that can read the data from the EMG and send it to a computer where that data can be read and processed accordingly. " +
"My friend did not release the source code thus the project is considered proprietary.",
"url": ""
},
{
"name": "bret-a-porter",
"stack": ["SvelteKit", "Docker"],
"shortDesc": "App to create well plates schemas and protocols for biologists.",
"description": "bret-a-porter is an app made for INRAE, a french research institute. The goal is the simplify the creation of well plates and protocols for biologists" +
"and parsing of the raw data coming out of the machines so it can be normalized and used for statistics or other research purposes.",
"url": ""
}
]