diff --git a/src/components/sections/about.tsx b/src/components/sections/about.tsx index fee509a..80707eb 100644 --- a/src/components/sections/about.tsx +++ b/src/components/sections/about.tsx @@ -7,9 +7,10 @@ export const AboutSection = () => {

- I am a passionate software engineer, researcher, and educator with a - focus on cloud computing, machine learning, and mobile development. - With a background in Computer Engineering and years of experience in + I am a passionate software engineer, research scientist, and educator + with a focus on cloud computing, machine learning, and mobile + development. With a background in Computer Engineering and years of + experience in both academia and industry, I strive to build impactful solutions that bridge the gap between complex research and practical application.

diff --git a/src/data/projects.tsx b/src/data/projects.tsx index 88a739b..3799bbc 100644 --- a/src/data/projects.tsx +++ b/src/data/projects.tsx @@ -249,7 +249,7 @@ const projects: Project[] = [ id: "logger", name: "Logger - Android App", description: - "Logger collected anonymous mobile-usage data as part of a researcher study conducted at Virginia Tech", + "Logger collected anonymous mobile-usage data as part of a research study conducted at Virginia Tech", links: { github: "amrabed/logger", // app: "https://play.google.com/store/apps/details?id=org.magnum.logger", @@ -313,7 +313,7 @@ const projects: Project[] = [ id: "fujitsu", name: "VT-Fujitsu joint research Project", description: - "A joint researcher project between Virginia Tech and Vujitsu Japan", + "A joint research project between Virginia Tech and Vujitsu Japan", links: { github: "amrabed/vt-fujitsu", },