From 226d6a164bfa555b83135abc805a6d683d41d857 Mon Sep 17 00:00:00 2001 From: Pierre Guetschel Date: Thu, 28 May 2026 23:13:40 +0200 Subject: [PATCH 1/2] Add EUSIPCO article reference to README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 8ef019e..0229c93 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,22 @@ Machine-readable metadata is provided in [CITATION.cff](CITATION.cff) — used b } ``` +You may also be interested in the following articles which use Open EEG Bench: + +```bibtex +@inproceedings{guetschel2026openeegbench, + title = {Toward {OpenEEG-Bench}: A Live Community-Driven Benchmark for {EEG} Foundation Models}, + author = {Guetschel, Pierre and Aristimunha, Bruno and Truong, Dung and Kokate, Kuntal and Tangermann, Michael and Delorme, Arnaud}, + booktitle = {Proceedings of the 34th European Signal Processing Conference (EUSIPCO 2026)}, + year = {2026}, + address = {Bruges, Belgium}, + month = aug, + pages = {1--5}, + organization = {EURASIP}, + note = {Submitted to EUSIPCO 2026} +} +``` + ## 📚 Further reading - [Running on a cluster](docs/cluster.md) — SLURM submission, `infra` options, caching, execution modes From a87faf3a16e152368e25694cf690854bb547dd1e Mon Sep 17 00:00:00 2001 From: Pierre Guetschel Date: Thu, 28 May 2026 23:16:35 +0200 Subject: [PATCH 2/2] remove submitted because was accepted --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0229c93..88131d4 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,6 @@ You may also be interested in the following articles which use Open EEG Bench: month = aug, pages = {1--5}, organization = {EURASIP}, - note = {Submitted to EUSIPCO 2026} } ```