Skip to content

Commit 16ac90e

Browse files
mstimbergmscheltienne
authored andcommitted
Minor editing fixes for JOSS paper (#456)
1 parent 2c09749 commit 16ac90e

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

paper/paper.bib

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ @article{bci2000
1010
}
1111

1212
@misc{brainflow,
13-
author = {BrainFlow},
14-
title = {BrainFlow is a library intended to obtain, parse and analyze EEG, EMG, ECG and other kinds of data from biosensors.},
13+
author = {BrainFlow contributors},
14+
title = {BrainFlow},
1515
howpublished = {\url{https://brainflow.org}},
1616
note = {Accessed: 2024-08-08}
1717
}
@@ -39,10 +39,12 @@ @article{harris2020array
3939
year = {2020}
4040
}
4141

42-
@software{LSL,
43-
author = {Stenner, Tristan and Boulay, Chadwick and others},
42+
@misc{LSL,
43+
author = {{LabStreamingLayer contributors}},
4444
title = {LabStreamingLayer},
45-
howpublished = {\url{https://github.com/sccn/labstreaminglayer}},
45+
publisher = {GitHub},
46+
journal = {GitHub repository},
47+
url = {https://github.com/sccn/labstreaminglayer},
4648
note = {LSL is an open-source networked middleware ecosystem to stream, receive, synchronize, and record neural, physiological, and behavioral data streams acquired from diverse sensor hardware. Accessed: 2025-05-28}
4749
}
4850

@@ -62,15 +64,17 @@ @software{neuromore
6264
}
6365

6466
@software{openbci,
65-
author = {OpenBCI},
67+
author = {{OpenBCI contributors}},
6668
title = {OpenBCI},
6769
howpublished = {\url{https://openbci.com}},
6870
note = {OpenBCI creates open-source tools for biosensing and neuroscience. Accessed: 2024-08-08}
6971
}
7072

71-
@software{pylsl,
72-
author = {Boulay, Chadwick and Stenner, Tristan and others},
73+
@misc{pylsl,
74+
author = {{pyLSL contributors}},
7375
title = {pyLSL},
74-
howpublished = {\url{https://github.com/labstreaminglayer/pylsl}},
76+
publisher = {GitHub},
77+
journal = {GitHub repository},
78+
url = {https://github.com/labstreaminglayer/pylsl},
7579
note = {Python interface to the Lab Streaming Layer. Accessed: 2024-08-08}
7680
}

paper/paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ A critical challenge in real-time applications is the need for direct access to
5757
streams from measurement devices, which often rely on device-specific APIs. Adapting a
5858
real-time application from one device to another can be labor-intensive, as it requires
5959
modifications to the entire communication protocol. To address this issue, the Lab
60-
Streaming Layer [@LSL] offers a standardized protocol for streaming time-series
60+
Streaming Layer [LSL\; @LSL] offers a standardized protocol for streaming time-series
6161
data from multiple devices in real-time. LSL has gained significant popularity,
6262
particularly among EEG manufacturers, many of whom now provide LSL streaming
6363
capabilities out-of-the-box with their devices. By abstracting the complexities of
@@ -121,7 +121,7 @@ neurophysiological research community.
121121

122122
# Acknowledgements
123123

124-
We would like to acknowledge the the LSL developers, with special thanks to Tristan
124+
We would like to acknowledge the LSL developers, with special thanks to Tristan
125125
Stenner and Chadwick Boulay.
126126

127127
MNE-LSL development is supported by the Fondation Campus Biotech Geneva, Geneva,

0 commit comments

Comments
 (0)