Personal website built with Gatsby.
/) - About section with intro and mini resume/projects) - Research projects and work experience/publications) - Academic papers and publicationsThe site uses CSV files in src/data/ to manage content:
papers.csv - Publication list with authors, titles, conferences, and URLsprojects.csv - Research projects with company, role, and descriptionsresume.csv - Resume/CV informationwork.csv - Work experience detailsMarkdown content is stored in src/content/:
intro.md - Introduction text for the home pageabout.md - About section contentnpm install
npm run develop
The site will be available at http://localhost:8000