Skip to content

Commit 7ef9738

Browse files
committed
add paper section
Signed-off-by: bitliu <[email protected]>
1 parent 41f86c8 commit 7ef9738

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const config: Config = {
9191
},
9292
{
9393
to: '/publications',
94-
label: 'Publications & Talks',
94+
label: 'Publications',
9595
position: 'left',
9696
},
9797
{

website/src/pages/publications.js

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ const talks = [
3838
title: 'Intelligent LLM Routing: A New Paradigm for Multi-Model AI Orchestration in Kubernetes',
3939
speakers: 'Chen Wang, Huamin Chen',
4040
venue: 'KubeCon NA 2025',
41-
organization: 'Red Hat',
41+
organization: '',
4242
year: '2025',
4343
abstract: 'Exploring how intelligent LLM routing transforms multi-model AI orchestration in Kubernetes environments, enabling efficient resource utilization and improved performance.',
4444
links: [
4545
{ type: 'event', url: 'https://kccncna2025.sched.com/event/27FaI?iframe=no', label: '🎤 Event Page' },
4646
],
47-
featured: true,
47+
featured: false,
4848
},
4949
{
5050
id: 4,
5151
type: 'talk',
5252
title: 'vLLM Semantic Router: Unlock the Power of Intelligent Routing',
5353
speakers: 'Xunzhuo Liu',
5454
venue: 'vLLM Meetup Beijing',
55-
organization: 'vLLM Community',
55+
organization: '',
5656
year: '2025',
5757
abstract: 'A deep dive into vLLM Semantic Router capabilities, demonstrating how intelligent routing can unlock new possibilities for efficient LLM inference.',
5858
links: [],
@@ -64,14 +64,14 @@ const talks = [
6464
title: 'AI-Powered vLLM Semantic Router',
6565
speakers: 'Huamin Chen',
6666
venue: 'vLLM Office Hours',
67-
organization: 'vLLM Community',
67+
organization: '',
6868
year: '2025',
6969
abstract: 'An overview of AI-powered features in vLLM Semantic Router, showcasing the latest developments and community contributions.',
7070
links: [
7171
{ type: 'video', url: 'https://www.youtube.com/live/b-ciRqvbtsk', label: '📹 Watch Recording' },
7272
],
7373
featured: false,
74-
},
74+
}
7575
]
7676

7777
function PublicationCard({ item }) {
@@ -149,15 +149,16 @@ export default function Publications() {
149149

150150
return (
151151
<Layout
152-
title="Publications & Talks"
152+
title="Papers & Talks"
153153
description="Latest research publications, talks, and scientific contributions from the vLLM Semantic Router project"
154154
>
155155
<div className={styles.container}>
156156
<header className={styles.header}>
157-
<h1 className={styles.title}>🎓 Publications & Talks</h1>
157+
<h1 className={styles.title}>🎓 Papers & Talks</h1>
158158
<p className={styles.subtitle}>
159-
Discover community-driven research contributions and presentations in LLM and intelligent routing systems.
160-
Our work pushes the boundaries of efficient LLM inference through papers, talks, and community engagement.
159+
Innovation thrives when great minds come together ❤️<br></br>
160+
161+
Let us explore the next-gen <bold>System Intelligence</bold> in LLM Era 🚀
161162
</p>
162163
</header>
163164

0 commit comments

Comments
 (0)