diff --git a/docs/analysis_software_MEEG.md b/docs/analysis_software_MEEG.md index 869d815..c2417ec 100644 --- a/docs/analysis_software_MEEG.md +++ b/docs/analysis_software_MEEG.md @@ -1,4 +1,4 @@ -# Neuroimaging analysis software for MEEG +# Analysis software for EEG and MEG The following list has been shamelessly taken from the excellent repo [Open Software for Human Electrophysiology](https://github.com/voytekresearch/OpenTools). Do check it out as it also includes plugins that are not listed here. @@ -30,18 +30,6 @@ The following are general purpose platforms, with functionality including: loadi - RRID: - contact: -### NeuroKit - -- [NeuroKit](http://neurokit.readthedocs.io/en/latest/) - A python toolbox for statistics and neurophysiological signal processing (EEG, EDA, ECG, EMG...). -- repository URL: [Github](https://github.com/neuropsychology/NeuroKit.py) -- website URL: [http://neurokit.readthedocs.io/en/latest/](http://neurokit.readthedocs.io/en/latest/) -- tutorial URL: [https://neurokit.readthedocs.io/en/latest/tutorials/index.html](https://neurokit.readthedocs.io/en/latest/tutorials/index.html) -- documentation: [https://neurokit.readthedocs.io/en/latest/documentation.html](https://neurokit.readthedocs.io/en/latest/documentation.html) -- programming language: {python} -- paper DOI: -- RRID: -- contact: - ### FieldTrip - [FieldTrip](http://www.fieldtriptoolbox.org) - A general purpose tool for processing, analyzing and visualizing toolbox for MEG, EEG, iEEG and NIRS data. diff --git a/docs/analysis_software_MRI.md b/docs/analysis_software_MRI.md index a0c52f2..1b482f9 100644 --- a/docs/analysis_software_MRI.md +++ b/docs/analysis_software_MRI.md @@ -1,4 +1,4 @@ -# Neuroimaging analysis software for MRI +# Analysis software for MRI ## AFNI diff --git a/docs/analysis_software_physio.md b/docs/analysis_software_physio.md new file mode 100644 index 0000000..1deff4e --- /dev/null +++ b/docs/analysis_software_physio.md @@ -0,0 +1,14 @@ +# Analysis software for physiological signals (ECG, PPG, EDA, EMG...) + +??? example "NeuroKit2 - A python toolbox for statistics and neurophysiological signal processing" + - [code repository](https://github.com/neuropsychology/NeuroKit) + - [website](https://neurokit2.readthedocs.io/en/latest/introduction.html) + - [documentation](https://neurokit2.readthedocs.io/en/latest/introduction.html) + - [contact](https://github.com/neuropsychology/NeuroKit/issues) + - programming language: {python} + - tags: {EDA} {EMG} {ECG} {PPG} {RSP} {EEG} + - [paper] + - RRID: + - tutorial: + - [URL](https://neurokit.readthedocs.io/en/latest/tutorials/index.html) + - programming language: {python} diff --git a/mkdocs.yml b/mkdocs.yml index c798740..6173320 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,6 +29,7 @@ nav: - Computing: "computing.md" - MRI: "analysis_software_MRI.md" - MEEG: "analysis_software_MEEG.md" + - Other physiological signals: "analysis_software_physio.md" - Learning neuroimaging: "learning_neuroimaging.md" - Neuroimaging resources: "neuroimaging_resources.md" - Analysis: