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",