Skip to content

Commit 7ae176b

Browse files
committed
updated-01oct25
1 parent efad1da commit 7ae176b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

_pages/cv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: cv
33
permalink: /cv/
44
title: CV
5-
nav: true
5+
nav: false
66
nav_order: 5
77
cv_pdf: example_pdf.pdf # you can also use external links here
88
description: Updated 28 Sept. 2025

_pages/projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: Projects
44
permalink: /projects/
55
description: A growing collection of your cool projects.
6-
nav: true
6+
nav: false
77
nav_order: 3
88
display_categories: [work, fun]
99
horizontal: false

_pages/publications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
permalink: /publications/
44
title: Publications
55
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
6-
nav: true
6+
nav: false
77
nav_order: 2
88
---
99

assets/json/resume.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"work": [
3131
{
3232
"name": "CReSTIC Lab, University of Reims",
33-
"position": "Postdoctoral Researcher",
34-
"startDate": "2024-03-01",
33+
"position": "HPC and IA Research Scientist",
34+
"startDate": "2024-12-16",
3535
"endDate": "Present",
36-
"summary": "Parallelized Python codes using CUDA and Slurm in HPC environments. Developed machine learning models for real-time fault and anomaly detection in automated systems. Integrated optimized Python models into production pipelines for inference.",
36+
"summary": "",
3737
"highlights": [
3838
"Parallelized Python codes with CUDA and Slurm",
3939
"Machine learning for real-time fault detection",
@@ -45,9 +45,9 @@
4545
{
4646
"name": "Constellium and SIMaP Lab",
4747
"position": "Postdoctoral Researcher",
48-
"startDate": "2022-03-01",
48+
"startDate": "2022-03-1",
4949
"endDate": "2024-02-28",
50-
"summary": "Used HPC tools (VASP, LAMMPS) to study aluminum alloys. Developed Python scripts to apply machine learning to liquid aluminum simulations. Post-processed simulation data using Bash scripting. Collaborated with industrial casting team.",
50+
"summary": "",
5151
"highlights": [
5252
"HPC simulations with VASP and LAMMPS",
5353
"Applied machine learning to materials science",
@@ -61,7 +61,7 @@
6161
"position": "Ph.D. in Physics",
6262
"startDate": "2018-10-01",
6363
"endDate": "2022-02-28",
64-
"summary": "Developed custom C++ and Fortran90 codes to study atomic vibrations in MOFs and spin crossover materials. Performed molecular dynamics simulations using LAMMPS on multi-CPU systems. Modeled thermodynamic and vibrational properties at the nanoscale.",
64+
"summary": "",
6565
"highlights": [
6666
"Custom code development in C++ and Fortran90",
6767
"Molecular dynamics simulations with LAMMPS",

0 commit comments

Comments
 (0)