ยท
2 min read
Publications Maintenance Guide
This folder contains the content and data used for the Publications page.
Files
- Controls the page title and the short introduction shown at the top of the
Publicationstab.
- Controls the page title and the short introduction shown at the top of the
- This is the main source of truth for the publications list.
- Add, edit, or remove publications here.
- These are sample/template content files from Hugo Blox.
- They are not the source used for the current custom publications list.
Rendering Template
- list.html
- This file controls how the publications page is rendered.
- It reads full_publications.yaml and formats the list on the page.
- Keep this file in
layouts/publications/. Hugo expects templates there.
How To Update Publications
- Open full_publications.yaml.
- Add a new item under
publications:. - Save the file and rebuild/run Hugo.
Example:
publications:
- type: C
title: "Example Conference Paper"
link: "https://example.com"
authors: "Author A, Dong-Hee Shin*, Author B"
venue: "Example Conference, 2026"
note: "Oral presentation"
subnote: "Best paper nominee"
Field Meaning
typeJ= JournalC= Conference- Any other value is treated as preprint/other
title- Paper title
link- Paper URL, DOI, PDF, or publisher page
authors- Author list as a single string
<br>can be used if you want a manual line break*is rendered as corresponding-author mark
venue- Journal or conference name, usually ending with the year
note- Green highlight badge
subnote- Secondary outline badge
Important Notes
- The current publications page does not read from
data/full_publications.yaml. - The current publications page does not build its list from the sample
journal-articleorconference-paperentries. - The list is driven by full_publications.yaml only.
