Skip to content

Commit 00ccca1

Browse files
authored
Merge pull request #1 from PyyWill/update
Update
2 parents a4b92cf + a16915d commit 00ccca1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/data/publication.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ export const publicationData: Publication[] = [
9494
// imageUrl: "/images/publication-image.jpg"
9595
},
9696
{
97-
year: "2025",
98-
conference: "ArXiv Preprint",
97+
year: "2026",
98+
conference: "ICLR",
9999
title: "Seeing, Listening, Remembering, and Reasoning: A Multimodal Agent with Long-Term Memory",
100100
authors: "Lin Long*, Yichen He*, Wentao Ye, Yiyuan Pan, Yuan Lin, Hang Li, Junbo Zhao, Wei Li",
101101
paperUrl: "https://arxiv.org/abs/2508.09736",
@@ -106,7 +106,7 @@ export const publicationData: Publication[] = [
106106
"/images/seeing_arxiv.png",
107107
projectUrl: "https://m3-agent.github.io/",
108108
codeUrl: "https://github.com/bytedance-seed/m3-agent",
109-
// award: "🏆 Oral Presentation",
109+
award: "⭐ 1.2k Stars",
110110
// if you have an image in public/images, you can use it like this:
111111
// imageUrl: "/images/publication-image.jpg"
112112
},

0 commit comments

Comments
 (0)