diff --git a/src/model/projects.ts b/src/model/projects.ts
index 0d30090..2135b5f 100644
--- a/src/model/projects.ts
+++ b/src/model/projects.ts
@@ -224,4 +224,135 @@ export const Projects: Project[] = [
doc: null,
commits: 0,
},
+
+ {
+ name: 'Enigmail.py',
+ client: null,
+ skills: [s.Python, s.Crypto, s.Bash, s.Linux, s.OpenSource, s.Git],
+ started_at: new Date(2015, 4, 21),
+ stopped_at: new Date(2015, 5, 1),
+ info: {
+ [Locales.EN]: 'Personal research project. Reinterpretation of the encryption and decryption principles used by ENIGMA. With automated sending and receiving of emails.',
+ [Locales.FR]: 'Projet personnel de recherche. Réinterprétation des principes de cryptage et décryptage utilisés par ENIGMA. Ajout de l\'envoi et la réception automatisée d\'emails.',
+ },
+ source: [
+ { name: 'git.xdrm.io/xdrm-brackets/enigmail.py', link: 'https://git.xdrm.io/xdrm-brackets/enigmail.py', commits: 89 },
+ ],
+ doc: null,
+ commits: 0,
+ },
+ {
+ name: 'univ-pau-ics',
+ client: null,
+ skills: [s.Php, s.Css, s.Bash, s.Web, s.OpenSource, s.Git],
+ started_at: new Date(2017, 8, 12),
+ stopped_at: new Date(2017, 8, 17),
+ info: {
+ [Locales.EN]: 'Personal project to extract the university schedule into an format that is compatible with most agenda apps. The schedule was provided as an image. I used an OCR (extracts text from images) and text positions to generate course titles, classrooms, teachers, days, hours. I created a web service that exposes an up-to-date calendar file. That way, agenda applications can update themselves to the latest schedule provided.
Used by university students until the schedule software has been changed.',
+ [Locales.FR]: 'Projet personnel pour extraire l\'emploi du temps de l\'université dans un format compatible avec les applications d\'agenda. L\'emploi du temps était distribué sous forme d\'image. Utilisation d\'un OCR (extraction de texte depuis une image) et des positionnements pour générer les intitulés des cours, les salles, enseignants et horaires. Création d\'un service web qui expose le fichier calendrier à jour. Ainsi les applications d\'agenda récupèrent les dernières informations.
Service utilisé par les étudiants jusqu\'au changement du logiciel.',
+ },
+ source: [
+ { name: 'git.xdrm.io/xdrm-brackets/univ-pau-ics', link: 'https://git.xdrm.io/xdrm-brackets/univ-pau-ics', commits: 83 },
+ ],
+ doc: null,
+ commits: 0,
+ },
+ {
+ name: 'neural network (php)',
+ client: null,
+ skills: [s.Php, s.NeuralNetwork, s.DeepLearning, s.OpenSource, s.Git],
+ started_at: new Date(2017, 8, 12),
+ stopped_at: new Date(2017, 8, 17),
+ info: {
+ [Locales.EN]: 'Personal project to try to understand neural networks. A rather naive implementation involving a confusion with genetic algorithms.. This is when I understood that deep learning was not so simple.',
+ [Locales.FR]: 'Projet personnel pour essayer de comprendre les réseaux de neuronnes. Implémentation un peu naïve avec une confusion avec les algorithmes génétiques.. C\'est là où j\'ai compris que le deep learning n\'était pas si simple.',
+ },
+ source: [
+ { name: 'git.xdrm.io/xdrm-brackets/neural-network.php', link: 'https://git.xdrm.io/xdrm-brackets/neural-network.php', commits: 16 },
+ ],
+ doc: null,
+ commits: 0,
+ },
+ {
+ name: 'neuralnet (go)',
+ client: null,
+ skills: [s.Go, s.NeuralNetwork, s.DeepLearning, s.OpenSource, s.Git],
+ started_at: new Date(2018, 9, 10),
+ stopped_at: new Date(2018, 9, 15),
+ info: {
+ [Locales.EN]: 'Personal project to try to better understand neural networks in practice. Implementation of propagation and back propagation. Optimization with the use of matrix product. Project finished after a functional implementation and a clean API.',
+ [Locales.FR]: 'Projet personnel pour essayer de mieux comprendre les réseaux de neuronnes en pratique. Implémentation de la propagation et backpropagation. Optimisation avec l\'utilisation de produit matriciel. Projet terminé après une implémentation fonctionnelle et une API propre.',
+ },
+ source: [
+ { name: 'git.xdrm.io/go/neuralnet.php', link: 'https://git.xdrm.io/go/neuralnet.php', commits: 5 },
+ ],
+ doc: { name: "pkg.go.dev/git.xdrm.io/go/neuralnet", link: 'https://pkg.go.dev/git.xdrm.io/go/neuralnet' },
+ commits: 0,
+ },
+ {
+ name: 'air traffic control',
+ client: null,
+ skills: [s.C, s.Concurrency, s.Sockets, s.Bash, s.Git],
+ started_at: new Date(2017, 2, 22),
+ stopped_at: new Date(2017, 4, 19),
+ info: {
+ [Locales.EN]: 'Distributed systems project in the framework of my Master\'s degree. It consists of a multicast server and several multicast clients: