From 788674b37f53654baed35acf8b15ecad3def064f Mon Sep 17 00:00:00 2001 From: Adam Wysokinski Date: Tue, 29 Oct 2024 18:51:32 +0100 Subject: [PATCH] update: JOSS paper --- joss/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joss/paper.md b/joss/paper.md index 205e7b4a..f26106e1 100644 --- a/joss/paper.md +++ b/joss/paper.md @@ -31,7 +31,7 @@ NeuroAnalyzer is a collaborative, non-commercial Julia toolbox developed for res # Background -NeuroAnalyzer is a Julia [@bezanson_2017] toolbox for analyzing neurophysiological (such as EEG, MEG, MEP and EDA) data. To my knowledge, there is no complete Julia solution for neurophysiology data analysis. There are some available packages (some are not actively developed) to perform individual tasks, such as importing EDF/BDF data ([EDF.jl](https://beacon-biosignals.github.io/EDF.jl/stable/), [EDFPlus.jl](https://github.com/wherrera10/EDFPlus.jl), [BDF.jl](https://github.com/sam81/BDF.jl)), processing EEG data ([EEG.jl](https://github.com/JuliaPackageMirrors/EEG.jl), abandoned), ClusterDepth multiple comparison ([ClusterDepth.jl](https://github.com/s-ccs/ClusterDepth.jl)), performing linear/GAM/hierarchical/deconvolution regression on biological signals ([Unfold.jl](https://github.com/unfoldtoolbox/Unfold.jl)) or plotting topomaps ([TopoPlots.jl](https://github.com/MakieOrg/TopoPlots.jl)). Therefore, the development of `NeuroAnalyzer` was started in 2022 in order to provide researchers in the field of neuroscience/psychiatry/neurology a complete, complex (but still easy to use) solution for importing, editing, processing, analyzing and visualizing neurophysiological data. +NeuroAnalyzer is a Julia [@bezanson_2017] toolbox for analyzing neurophysiological (such as EEG, MEG, MEP and EDA) data. To my knowledge, there is no complete Julia solution for neurophysiology data analysis. There are some available packages (some are not actively developed) to perform individual tasks, such as importing EDF/BDF data ([EDF.jl](https://beacon-biosignals.github.io/EDF.jl/stable/), [EDFPlus.jl](https://github.com/wherrera10/EDFPlus.jl), [BDF.jl](https://github.com/sam81/BDF.jl)), processing EEG data ([EEG.jl](https://github.com/JuliaPackageMirrors/EEG.jl), abandoned), ClusterDepth multiple comparison ([ClusterDepth.jl](https://github.com/s-ccs/ClusterDepth.jl)), performing linear/GAM/hierarchical/deconvolution regression on biological signals ([Unfold.jl](https://github.com/unfoldtoolbox/Unfold.jl)) or plotting topomaps ([TopoPlots.jl](https://github.com/MakieOrg/TopoPlots.jl)). Therefore, the development of `NeuroAnalyzer` was started in 2022 in order to provide researchers in the field of neuroscience, psychiatry or neurology a complete, complex (but still easy to use) solution for importing, editing, processing, analyzing and visualizing neurophysiological data. # Statement of need