Skip to content

Commit 81ef69a

Browse files
chore: update publications from hadylauw.com [automated]
1 parent 53ec566 commit 81ef69a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/data/publications.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Auto-generated by crawl-publications.ts
2-
// Last updated: 2025-12-28T00:57:36.125Z
2+
// Last updated: 2026-01-04T00:58:09.368Z
33

44
export interface Publication {
55
title: string;
@@ -16,6 +16,16 @@ export interface YearSection {
1616
}
1717

1818
export const PUBLICATIONS_DATA: YearSection[] = [
19+
{
20+
year: "2026",
21+
publications: [
22+
{
23+
title: "Compositions of Variant Experts for Integrating Short-Term and Long-Term Preferences",
24+
authors: "Hieu D. Do, Trung-Hoang Le, and Hady W. Lauw",
25+
venue: "ACM Transactions on Recommender Systems, to appear",
26+
},
27+
],
28+
},
1929
{
2030
year: "2025",
2131
publications: [

0 commit comments

Comments
 (0)