Skip to content

Add visitor map widget, categorize publications by research_category, and improve bib rendering - #11

Merged
zuojr merged 2 commits into
mainfrom
codex/add-completed-papers-to-homepage-cvt2je
May 12, 2026
Merged

Add visitor map widget, categorize publications by research_category, and improve bib rendering#11
zuojr merged 2 commits into
mainfrom
codex/add-completed-papers-to-homepage-cvt2je

Conversation

@zuojr

@zuojr zuojr commented May 12, 2026

Copy link
Copy Markdown
Owner

Motivation

  • Provide an optional live visitor map widget for the site and expose configuration for it in _config.yml.
  • Organize bibliography entries by a new research_category field so publications can be grouped on the publications page.
  • Improve bibliography rendering and hide custom bibtex fields from public output.

Description

  • Added visitor_map configuration to _config.yml, a new _includes/visitor_map.liquid include, CSS in _sass/_components.scss, and included the widget on the about page to support an embeddable ClustrMaps visitor map.
  • Extended bibliography entries in _bibliography/papers.bib with research_category metadata and added several new entries and fields (e.g. arxiv, pdf, code, doi).
  • Updated _pages/publications.md to render separate publication groups via research_category, and added .publication-category styles in _sass/_publications.scss.
  • Enhanced _layouts/bib.liquid to show a generic "Paper" link when url is present and no arxiv/pdf/html is provided.
  • Modified _plugins/hide-custom-bibtex.rb to read filtered_bibtex_keywords from either the root config or scholar section and cleaned up matching logic to strip configured custom fields from displayed BibTeX.
  • Toggled selected_papers to false on the home about page to avoid duplication with the new publications grouping.

Testing

  • Ran a local site build with jekyll build, which completed successfully with the updated includes and templates.

Codex Task

@zuojr
zuojr merged commit 765d86b into main May 12, 2026
4 of 5 checks passed
@github-actions

Copy link
Copy Markdown

Failed prettier code check. Check this file for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant