Public GitHub Pages site for Hyun-Jung Kim.
Site URL: https://infant83.github.io/
This repository hosts a lightweight public profile site rather than the full academic CV.
The current version is designed as a calm, scholaric one-page profile with:
- a concise public-facing introduction
- current work in AI governance and scientific computing
- career trajectory
- selected publications and open-source research tools
- a downloadable CV PDF
index.htmlThe GitHub Pages homepage.Hyun-Jung_Kim_CV.pdfThe downloadable CV linked from the site.
The site is intentionally more compact than the full CV.
It emphasizes:
- AI governance
- computational materials physics
- materials discovery
- internal AI education
- selected scholarly proof rather than exhaustive publication listing
The source CV is maintained in the parent project folder:
../Hyun-Jung_Kim_CV.tex../Hyun-Jung_Kim_CV.pdf
When the CV changes, the usual workflow is:
- Update the LaTeX source in the parent folder.
- Run
python ..\build_cv.pyfrom the parent project orpython build_cv.pyfromInfantResume/. - The script backs up the
.texfile when the current source differs from the latest backup. - The script rebuilds the PDF and syncs
Hyun-Jung_Kim_CV.pdfinto this repository. - Review
index.htmlonly if the public-facing narrative also needs to change. - Commit and push this repository to update GitHub Pages.
- This repo is for the public profile site only.
- Detailed change history for resume and career narrative is tracked in the parent project:
../CAREER_CHANGELOG.md
- Local backup and verification folders such as
.backup/are ignored for deployment.