Site experiment · first seen May 30, 2026
Scholar Lens
Scholar Lens adds filters and linked highlights to my publications page. Focus DesignWeaver, for example, and its bibliography row, citation total, and annual citation bars light up together. The list remains the record; the lens helps you follow one paper through it.
A long bibliography made it hard to trace first-author full papers or see which paper contributed to a year's citation bar.
Filters for authorship and format, plus one highlight shared by the row, citation chip, and annual bars.
Choose a filter, then hover or focus a paper to follow its evidence across the page.
Why it began
The publication list already had the core facts: title, authors, venue, year, and links. What it lacked was a quick way to answer questions such as “which full papers are first-authored?” or “which paper contributed to this year’s citation bar?”
My friend Howard recommended the Google Scholar Author Highlighter. I liked one thing about it: you could follow a person through a dense page without hiding everything around them. Scholar Lens applies that idea to papers on my own bibliography.
What changed
-
Starting point
The bibliography had the facts.
It already answered “what did Sirui publish?” I kept that list intact and added filters for authorship and paper format above it.
-
Interaction change
One focus now travels across three views.
Hovering or focusing a bibliography row also highlights its citation chip and annual contributions. There is no second paper record to keep in sync.
-
Data rule
Current totals and annual bars keep their own dates.
The lifetime count can refresh while the annual snapshot stays fixed. Both dates remain visible so an update to one does not quietly rewrite the other.
Follow DesignWeaver through the lens
DesignWeaver makes the interaction easy to see. Its bibliography row, lifetime citation chip, and annual bars share one publication key, while each keeps its own job and date. Paper Constellation uses the same key to send focus here.
Current data anatomy
One key, three cues.
This strip is rendered at build time from the same public lens data. It explains the current linkage without pretending to be a second interactive bibliography.
- Bibliography rowCHI 2025 DesignWeaver Full paper · First author
The canonical row owns the title, authors, venue, format, and links. The lens can emphasize or filter it; it cannot replace it.
- Lifetime citation chip41 citations
Focusing the row highlights the latest published aggregate. Its date advances with the public totals instead of being frozen into this case-study copy.
- Annual bars
The bars retain the separately dated per-paper snapshot. They are not reconstructed to equal the later lifetime chip.
Technical provenance and exact ledger
- Canonical paper record:
_bibliography/papers.bib; the lens joins through stable publication keys rather than duplicating titles or venue facts. - Lifetime totals:
_data/citations.ymland_data/publication_lens.yml, synchronized . DesignWeaver records 41 citations; all five listed papers total 247. - Annual snapshot:
_data/publication_lens.yml, explicitly frozen as of . DesignWeaver contributes 7 in 2025 and 28 in 2026 in that snapshot. - Responsive runtime evidence: captured from
/publications/at source commit497b22266on July 22 in Chromium 145.0.7632.6, Noon light theme, with keyboard focus on DesignWeaver. The 1440 × 1000 source viewport yielded a 1440 × 900 desktop crop showing the linked row, 39-citation chip, and 2025–2026 contribution bars (SHA-256064d8496d66fb0b7b362d99cc80c60fe57b2f7c750fc1ba064eac4ea8519ed73). The 390 × 1000 source viewport yielded a 360 × 270 mobile row crop (SHA-2566cd988e461b996886e7a90cad758abc1ebb378ddcaec6d7192bdcec7505c59ae); it does not pretend the desktop-only chart is present. - Progressive enhancement: the accepted-paper bibliography is complete in server-rendered HTML; JavaScript adds filters and linked focus states.
-
089b29413Added the site-native lens, per-paper citation data, annual bars, filters, and publication-list synchronization. -
c568345d1Connected hover and keyboard focus so annual contribution, citation chip, and paper entry read as one evidence path. -
beeb11fb2Recorded the annual per-paper snapshot while preserving the bibliography as the canonical accepted-paper list. -
eeb0a5764Made the lifetime-total sync clock explicit while preserving the separately dated June 17 annual snapshot. -
c23d42e9dArchived the current 1330 × 900 Scholar Lens artifact for the project card and case-study hero. -
fa19d29d5Advanced the lifetime-total freshness date at that checkpoint; later syncs continue to update the current totals independently from the annual snapshot. -
497b22266Used this deployed source checkpoint to capture the DesignWeaver focus state at exact desktop and mobile viewports, replacing the generic all-papers artifact with story-specific evidence.