ยท 2 min read
publications

Publications Maintenance Guide

This folder contains the content and data used for the Publications page.

Files

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

  1. Open full_publications.yaml.
  2. Add a new item under publications:.
  3. 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

  • type

    • J = Journal
    • C = 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-article or conference-paper entries.
  • The list is driven by full_publications.yaml only.
Dong-Hee Shin
Authors
Assistant Professor
Department of Software, Yonsei University Mirae Campus