From b6db6e03a85189a965ed5770f5077924c6e60dba Mon Sep 17 00:00:00 2001 From: Nabil Ould Hamou <38989045+NabilOuldHamou@users.noreply.github.com> Date: Sat, 11 May 2024 19:53:41 +0200 Subject: [PATCH] Updated the projects --- src/lib/Projects.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/Projects.ts b/src/lib/Projects.ts index 285224e..5722b99 100644 --- a/src/lib/Projects.ts +++ b/src/lib/Projects.ts @@ -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": "" } ]