From c7be1a30a83aa5f8d59ffef4691f7a91e7a946cc Mon Sep 17 00:00:00 2001 From: Kevin Loritsch Date: Wed, 3 Sep 2025 21:53:42 -0700 Subject: [PATCH] add experience --- src/app/layout.tsx | 2 +- src/data/ExperienceData.ts | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 849ea1e..91f9fdc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,7 +19,7 @@ type LayoutProps = { export default function RootLayout({ children }: LayoutProps) { return ( - + {children} diff --git a/src/data/ExperienceData.ts b/src/data/ExperienceData.ts index a474b42..18a09af 100644 --- a/src/data/ExperienceData.ts +++ b/src/data/ExperienceData.ts @@ -59,6 +59,24 @@ const experienceItems: ExperienceItem[] = [ }, ], }, + { + name: "Natural Language Processing Research Assistant", + date: "Oct 2023 - May 2025", + description: [ + { + description: + "• Annotated clinical text datasets for negation and hedge detection, supporting biomedical NLP model development", + }, + { + description: + "• Built analysis scripts in Python to compare annotation quality, track progress, and optimize workflow efficiency", + }, + { + description: + "• Completed CITI training; contributed to ClinScope corpus development", + }, + ], + }, { name: "Data Structures and Algorithms Grader", date: "Oct 2024 - Present",