Skip to content

Commit 358511e

Browse files
committed
Update LibriBrain publication venue to NeurIPS; fix PNPL competition accepted papers link
1 parent ba67ba5 commit 358511e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/components/LibriBrainCTA.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default function LibriBrainCTA() {
8686
alignItems: 'center'
8787
}}>
8888
<a
89-
href="https://neural-processing-lab.github.io/2025-libribrain-competition/workshop-paper/"
89+
href="https://neural-processing-lab.github.io/2025-libribrain-competition/workshop-papers/"
9090
target="_blank"
9191
rel="noopener noreferrer"
9292
style={{

src/app/components/Publications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const publications: Publication[] = [
2828
{
2929
title: "LibriBrain: Over 50 Hours of Within-Subject MEG to Improve Speech Decoding Methods at Scale",
3030
authors: ["Miran Özdogan", "Gilad Landau", "Gereon Elvers", "Dulhan Jayalath", "Pratik Somaiya", "Francesco Mantegna", "Mark Woolrich", "Oiwi Parker Jones"],
31-
venue: "arXiv preprint",
31+
venue: "NeurIPS 2025 Datasets and Benchmarks Track",
3232
year: 2025,
3333
arxiv: "2506.02098",
3434
description: "The largest single-subject MEG dataset to date for speech decoding, with over 50 hours of recordings. Cite this for the LibriBrain dataset.",

0 commit comments

Comments
 (0)