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 bdb153a

Browse files
author
mlavanga
committed
refine content
1 parent 7c7c168 commit bdb153a

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

app/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function Hero({ info }: { info: PersonalInfo }) {
2121
{info.title}
2222
</p>
2323
<p className="text-slate-500 dark:text-slate-400 leading-relaxed max-w-lg">
24-
Deciphering the brain's complexity through code and data. Specializing in multimodal sensor fusion, brain modeling, and real-time patient monitoring.
24+
Passionate about decoding the human body through Signal Processing and AI. Specializing in multimodal sensor fusion and real-time patient monitoring.
2525
</p>
2626

2727
<div className="flex flex-wrap gap-4 pt-4">

app/data/content.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export const publications: ProjectItem[] = [
184184
date: "July 2021"
185185
},
186186
{
187-
title: "Early procedural pain in preterm infants",
187+
title: "Stress detection in preterm infants",
188188
description: "The effect of early procedural pain on the maturation of EEG and heart rate variability. PAIN, 2021.",
189189
link: "https://journals.lww.com/pain/Fulltext/2021/05000/The_effect_of_early_procedural_pain_in_preterm.27.aspx",
190190
tags: ["Publication", "Pain", "Preterm"],
@@ -231,10 +231,5 @@ export const media: MediaItem[] = [
231231
title: "Talk at University of Virginia",
232232
description: "Invited talk at the University of Virginia.",
233233
video_id: "g5aOjIj49X4"
234-
},
235-
{
236-
title: "YouTube Channel",
237-
description: "Check out my YouTube channel for more videos.",
238-
channel_id: "UCPGcAPYLko6G6p-1ZfM8CvQ"
239234
}
240235
];

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function Home() {
6060
<Section id="contact" title="Get in Touch" className="bg-blue-600 text-white">
6161
<div className="text-center max-w-2xl mx-auto">
6262
<p className="text-xl mb-8 opacity-90">
63-
I'm always open to discussing new research opportunities, collaborations, or just chatting about neuroscience and AI.
63+
I'm always open to discussing new research opportunities, collaborations, or just chatting about AI coding tools.
6464
</p>
6565
<a href={`mailto:${personalInfo.email[0]}`} className="inline-block px-8 py-4 bg-white text-blue-600 font-bold rounded-full shadow-lg hover:bg-blue-50 transition-transform hover:scale-105">
6666
Say Hello

public/documents/LAVANGA_CV.pdf

-594 KB
Binary file not shown.

0 commit comments

Comments
 (0)