Skip to content

Commit 7121656

Browse files
committed
Update LibriBrain CTA: fix workshop paper link, update for closed submissions
1 parent 82c6d08 commit 7121656

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/app/components/LibriBrainCTA.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ export default function LibriBrainCTA() {
7373
margin: '0 auto 3rem auto',
7474
fontWeight: 300
7575
}}>
76-
Thank you to everyone who competed this year. We're keeping the momentum
77-
going with a dedicated NeurIPS workshop—submit analyses, models, or
78-
insights built on LibriBrain. The <code>pnpl</code> package that powered our
79-
baselines is now fully open source, so you can extend it without restriction.
76+
Thank you to everyone who competed this year! Join us at our NeurIPS 2025 session
77+
on Sunday, December 7 (2:00–4:45 PM PST) to see winning teams present their approaches.
78+
The <code>pnpl</code> package that powered our baselines is fully open source.
8079
</p>
8180

8281
<div style={{
@@ -87,7 +86,7 @@ export default function LibriBrainCTA() {
8786
alignItems: 'center'
8887
}}>
8988
<a
90-
href="https://libribrain.com/workshop-paper"
89+
href="https://neural-processing-lab.github.io/2025-libribrain-competition/workshop-paper/"
9190
target="_blank"
9291
rel="noopener noreferrer"
9392
style={{
@@ -114,7 +113,7 @@ export default function LibriBrainCTA() {
114113
e.currentTarget.style.color = '#000';
115114
}}
116115
>
117-
Submit Workshop Paper
116+
View Accepted Papers
118117
</a>
119118

120119
<a
@@ -166,7 +165,7 @@ export default function LibriBrainCTA() {
166165
background: '#FFC107',
167166
borderRadius: '50%'
168167
}} />
169-
<span>Competition concluded — workshop paper submissions are now open</span>
168+
<span>Competition concluded — view accepted workshop papers</span>
170169
</div>
171170
<div style={{
172171
display: 'flex',

0 commit comments

Comments
 (0)