-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews_data.js
More file actions
27 lines (27 loc) · 1.36 KB
/
news_data.js
File metadata and controls
27 lines (27 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
const newsData = [
{
"date": "2025-12",
"content": "I am honored to serve on the Artifact Evaluation Committee for <a href='https://www.usenix.org/conference/nsdi26/call-for-artifacts' target='_blank'>NSDI'26 Fall</a>.",
"type": "event"
},
{
"date": "2025-10",
"content": "I joined the Shadow PC for <a href='https://2026.eurosys.org/' target='_blank'>EuroSys 2026</a>.",
"type": "event"
},
{
"date": "2025-10",
"content": "Our paper <a href='https://arxiv.org/abs/2505.06252' target='_blank'> ZipLLM </a> (NSDI'26) has been awarded all three Artifact Evaluation badges (Available, Functional, and Reproduced).",
"type": "publication"
},
{
"date": "2025-07",
"content": "Our paper <a href='https://arxiv.org/abs/2505.06252' target='_blank'>ZipLLM: Efficient LLM Storage via Model-Aware Synergistic Data Deduplication and Compression</a> has been accepted to <a href='https://www.usenix.org/conference/nsdi26' target='_blank'>NSDI 2026</a>!",
"type": "publication"
},
{
"date": "2025-06",
"content": "Our new preprint <a href='https://www.arxiv.org/abs/2506.02006' target='_blank'>Efficient and Workload-Aware LLM Serving via Runtime Layer Swapping and KV Cache Resizing</a> is now available on arXiv.",
"type": "publication"
}
];