forked from boisgera/itn-web
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,12 @@ const data = [ | |
"linkedin": "nicolas-desassis-956b0810", | ||
"skills": { | ||
"Ingénierie Numérique": [ | ||
"Analyse inverse", "Géostatistique", "Logiciel scientifique", "Simulation de fonctions aléatoires" | ||
"Apprentissage profond", | ||
"Géostatistique", | ||
"Logiciel scientifique", | ||
"Modèles génératifs", | ||
"Problèmes inverses", | ||
"Simulation de fonctions aléatoires" | ||
], | ||
"Santé Numérique": [], | ||
"Autres": [] | ||
|
@@ -200,8 +205,8 @@ const data = [ | |
"email": "[email protected]", | ||
"linkedin": "sebastien-perrin-48892157", | ||
"skills": { | ||
"Ingénierie Numérique": ["Logiciel scientifique", "Données de la recherche", "Systèmes d'information"], | ||
"Industries Créatives": ["Patrimoine"], | ||
"Ingénierie Numérique": ["Edition numérique", "Données de la recherche", "Systèmes d'information"], | ||
"Industries Créatives": ["Culture et Patrimoine"], | ||
"Santé Numérique": [], | ||
"Autres": ["Science ouverte"] | ||
} | ||
|
@@ -278,7 +283,9 @@ const data = [ | |
"email": "[email protected]", | ||
"linkedin": "yannick-tillier-4b00101b", | ||
"skills": { | ||
"Ingénierie Numérique": ["Analyse inverse", "Elements finis", "Mécanique des matériaux"], | ||
"Ingénierie Numérique": [ | ||
"Elements finis", "Mécanique des matériaux", "Problèmes inverses" | ||
], | ||
"Industries Créatives": [], | ||
"Santé Numérique": ["Biomécanique", "Biomatériaux"], | ||
"Autres": [] | ||
|