WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 90a19f7

Browse files
author
mlavanga
committed
further updates
1 parent 45f7d88 commit 90a19f7

File tree

1 file changed

+27
-22
lines changed

1 file changed

+27
-22
lines changed

app/data/content.ts

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ export const experience: ExperienceItem[] = [
9898
title: "Flemish scientific research fund (FWO)",
9999
sub_title: "S.B. PhD Fellow at ESAT departement, STADIUS group, KU Leuven",
100100
caption: "January 2017 - September 2020",
101-
link: "https://www.fwo.be/en/news/results/phd-fellowships-and-postdoctoral-fellowships/results-sb-fellowships-call-2016/",
101+
link: "https://www.fwo.be/en/support-programmes/all-calls/phd/phd-fellowship-strategic-basic-research/",
102102
link_text: "FWO website",
103103
description: "Developed a model to quantify stress and pain in premature infants. Investigated scalp-EEG connectivity, nonlinear properties of neonatal EEG, and heart-rate variability fractality. Codes developed in Matlab."
104104
},
105105
{
106106
title: "KU LEUVEN",
107-
sub_title: "PhD Fellow at ESAT departement, STADIUS group",
107+
sub_title: "PhD Fellow at ESAT departement, STADIUS group, Biomed Team",
108108
caption: "January 2016 - December 2016",
109-
link: "https://www.esat.kuleuven.be/stadius/",
110-
link_text: "STADIUS website",
109+
link: "https://biomed-kuleuven.web.app/",
110+
link_text: "Biomed Team Website",
111111
description: "First year PhD research dedicated to neonatal physiology, development, machine learning, and graph theory."
112112
}
113113
];
@@ -129,17 +129,24 @@ export const education: ExperienceItem[] = [
129129
title: "Politecnico di Milano",
130130
sub_title: "MSc in Biomedical Engineering",
131131
caption: "2013 - 2015",
132-
description: "Focus on biomedical signal processing and biophysical models. Master thesis on mathematical theories combining programming with data analysis."
132+
description: "Focus on biomedical signal processing and biophysical models. Master thesis on the estimation of the baroreflex in an animal model."
133133
},
134134
{
135135
title: "Politecnico di Milano",
136136
sub_title: "BA in Biomedical Engineering",
137137
caption: "2010 - 2013",
138-
description: "Basis of engineering science, chemistry, continuum mechanics, electronics, and economics."
138+
description: "Basis of engineering science, continuum mechanics, electronics, and control theory."
139139
}
140140
];
141141

142142
export const projects: ProjectItem[] = [
143+
{
144+
title: "Patient-ventilator asynchronies",
145+
description: "Optimizing patient-ventilator asynchronies detection in mechanically ventilated patients using advanced signal processing techniques.",
146+
link: "https://www.hamilton-medical.com/en_US/Products/Technologies/IntelliSync.html",
147+
tags: ["Respiratory Mechanics", "Signal Processing", "Python", "C#"],
148+
quote: "Optimizing patient-ventilator asynchronies detection"
149+
},
143150
{
144151
title: "The Virtual Aging Brain",
145152
description: "Modelling aging and neurodevelopment with The Virtual Brain. Creating a virtual aging cohort based on the 1000 brains study dataset using Python, JupyterLab, Git, SnakeMake, and Slurm.",
@@ -169,7 +176,7 @@ export const publications: ProjectItem[] = [
169176
description: "The virtual aging brain: Causal inference supports interhemispheric dedifferentiation in healthy aging. NeuroImage, 2023",
170177
link: "https://www.sciencedirect.com/science/article/pii/S1053811923005542?via%3Dihub",
171178
tags: ["Publication", "Aging", "Brain"],
172-
date: "Feb 2022"
179+
date: "Dec 2023"
173180
},
174181
{
175182
title: "Quantitative EEG analysis in TSC",
@@ -197,23 +204,21 @@ export const publications: ProjectItem[] = [
197204
export const skills: SkillItem[] = [
198205
{ name: "Python", level: "Advanced" },
199206
{ name: "Matlab", level: "Expert" },
200-
{ name: "C#", level: "Advanced" },
201-
{ name: "Bash", level: "Advanced" },
202-
{ name: "Powershell", level: "Advanced" },
203-
{ name: "HTML", level: "Advanced" },
204-
{ name: "JavaScript", level: "Advanced" },
205-
{ name: "React", level: "Advanced" },
206-
{ name: "Azure", level: "Advanced" },
207-
{ name: "Azure AI Foundry", level: "Advanced" },
208-
{ name: "Azure DevOps", level: "Advanced" },
209-
{ name: "Tensorflow", level: "Advanced" },
210-
{ name: "ASP.NET", level: "Advanced" },
207+
{ name: "C#", level: "Intermediate" },
208+
{ name: "Bash", level: "Intermediate" },
209+
{ name: "Powershell", level: "Intermediate" },
210+
{ name: "React", level: "Intermediate" },
211+
{ name: "Azure", level: "Intermediate" },
212+
{ name: "Azure AI Foundry", level: "Intermediate" },
213+
{ name: "Azure DevOps", level: "Intermediate" },
214+
{ name: "Tensorflow", level: "Intermediate" },
215+
{ name: "ASP.NET", level: "Intermediate" },
211216
{ name: "Git", level: "Advanced" },
212-
{ name: "Agile", level: "Expert" },
217+
{ name: "Agile", level: "Intermediate" },
213218
{ name: "Scrum", level: "Expert" },
214-
{ name: "Claude Code", level: "Advanced" },
215-
{ name: "Gemini CLI", level: "Advanced" },
216-
{ name: "Qwen Code", level: "Advanced" }
219+
{ name: "Claude Code", level: "Intermediate" },
220+
{ name: "Gemini CLI", level: "Intermediate" },
221+
{ name: "Qwen Code", level: "Intermediate" }
217222
];
218223

219224
export const media: MediaItem[] = [

0 commit comments

Comments
 (0)