This repository contains the source files for Jae Yeon Kim's academic homepage, built using Quarto and published via GitHub Pages.
The website serves as the personal academic homepage of Jae Yeon Kim, Assistant Professor of Public Policy at the University of North Carolina at Chapel Hill.
It includes:
- Professional biography and affiliations
- CV and publication list
- Book projects and ongoing research
- Software and datasets
- Teaching and community engagement
- Speaking engagements and news
Visit the live site at: https://jaeyk.github.io
- Quarto for rendering Markdown/HTML pages
- GitHub Pages for static site hosting
- Custom SCSS for styling with UNC color theme (see
styles.scss) - Typography via Google Fonts:
- Source Serif 4 for body text and headings
- Inter for sidebar navigation
- Bootstrap Icons for UI elements
The site uses a left sidebar navigation with the following sections:
| Section | Directory | Description |
|---|---|---|
| Home | index.qmd |
Main landing page with bio and news |
| CV | CV_Jae_Yeon_Kim.pdf |
Academic CV |
| Publications | publications/ |
Research publications |
| Book | book_projects/ |
Book project details |
| Talks | talks/ |
Speaking engagements |
| Awards | awards/ |
Honors and awards |
| Software | software/ |
Open-source tools and packages |
| Data | datasets/ |
Published datasets |
| Teaching | teaching/ |
Courses and advising |
| Community | community_building/ |
Community engagement |
| Personal | essays/ |
Personal essays |
| Office Hour | office_hour/ |
Office hour policies |
_quarto.yml- Global configuration, sidebar navigation, and site metadataindex.qmd- Homepage contentstyles.scss- Custom styling (UNC colors, typography, sidebar styles)docs/- Rendered output for GitHub Pages (auto-generated)
To preview the site locally:
quarto previewTo render the site:
quarto renderThe rendered files are output to the docs/ directory, which is served by GitHub Pages.