Highlight publication venue abbreviations#24
Merged
Conversation
Render venue abbreviations as compact, responsive metadata badges on publication lists while preserving the existing editorial color language.\n\nAI-generated disclosure: This design and implementation were created with AI assistance and reviewed through local formatting and source checks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Design rationale
abbrvalue beside the venue/year metadata, where it remains scannable without competing with the publication title.#F7E2C4with deep brown#5B3A23text (8.02:1 contrast), matching the editorial palette without changing search behavior.overflow-wrapaccommodate both short venues (ICML) and longer abbreviations on narrow screens.Changes
_layouts/bib.liquid: render a semantic venue badge in publication metadata.assets/css/main.scss: add responsive badge styling and override only the search-hit foreground/background colors.Verification
ruby test/cache_bust_test.rb(6 runs, 8 assertions)node test/theme_test.js(3/3 passing)npx prettier --check _sass/_base.scss _layouts/bib.liquid assets/css/main.scssJEKYLL_ENV=production bundle exec jekyll buildgit diff --checksystem: 45 visible publications and 98 highlight ranges on desktop (1440px) and mobile (390px); no horizontal overflow; text selection returnsSystem; venue badges remain present (104).AI disclosure
This design and implementation were created with AI assistance and reviewed through formatting, source checks, CI, contrast calculation, and desktop/mobile browser interaction verification.