Skip to content

Commit d7cb02a

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents ed7f628 + 3cabd5c commit d7cb02a

File tree

2 files changed

+153
-76
lines changed

2 files changed

+153
-76
lines changed

code/plugins/index_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
title: Plugins
4+
has_children: true
5+
has_toc: true
6+
nav_order: 7
7+
---
8+
# EEGLAB plugin documentation
9+
10+
Below is a list of plugins that have documentation copied from GitHub. Please note that this is only a small subset of all EEGLAB plugins, as not all plugin documentation is compatible with visualization and search functionalities on the EEGLAB website. The complete list of plugins can be found [here](https://sccn.ucsd.edu/eeglab/plugin_uploader/plugin_list_all.php).
11+
12+
{%- assign children_list = site.pages | where: "parent", "Plugins" -%}
13+
{% include toc_nav.html nav=children_list %}
14+

code/plugins/plugins.json

Lines changed: 139 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,170 +1,233 @@
11
[
22
{
3-
"plugin": "ICLabel",
43
"name": "ICLabel",
54
"type": "readme",
6-
"link": "https://github.com/sccn/ICLabel"
5+
"link": "https://github.com/sccn/ICLabel",
6+
"desc": "Classifies independent components of EEG data",
7+
"cat": "processing"
78
},
89
{
9-
"plugin": "dipfit",
10-
"name": "DIPFIT",
10+
"name": "Viewprops",
1111
"type": "readme",
12-
"link": "https://github.com/sccn/dipfit"
12+
"link": "https://github.com/sccn/viewprops",
13+
"desc": "Advanced ICA component property viewing for IClabel",
14+
"cat": "processing"
1315
},
1416
{
15-
"plugin": "EEG-BIDS",
16-
"name": "EEG-BIDS",
17-
"type": "wiki",
18-
"link": "https://github.com/sccn/EEG-BIDS"
17+
"name": "DIPFIT",
18+
"type": "readme",
19+
"link": "https://github.com/sccn/dipfit",
20+
"desc": "Localizes independent components of EEG data",
21+
"cat": "processing"
1922
},
2023
{
21-
"plugin": "roiconnect",
2224
"name": "ROIconnect",
2325
"type": "readme",
24-
"link": "https://github.com/sccn/roiconnect"
26+
"link": "https://github.com/sccn/roiconnect",
27+
"desc": "Computes connectivity analysis between regions of interest",
28+
"cat": "processing"
2529
},
2630
{
27-
"plugin": "amica",
2831
"name": "AMICA",
2932
"type": "wiki",
30-
"link": "https://github.com/sccn/amica"
33+
"link": "https://github.com/sccn/amica",
34+
"desc": "Computes Adaptive Mixture Independent Component Analysis",
35+
"cat": "processing"
3136
},
3237
{
33-
"plugin": "cleanline",
34-
"name": "CleanLine",
35-
"type": "readme",
36-
"link": "https://github.com/sccn/cleanline"
38+
"name": "Clean_rawdata",
39+
"type": "wiki",
40+
"link": "https://github.com/sccn/clean_rawdata",
41+
"desc": "Rejects bad channels and bad portions of data using ASR",
42+
"cat": "processing"
3743
},
3844
{
39-
"plugin": "clean_rawdata",
40-
"name": "Clean_rawdata",
45+
"name": "LIMO",
4146
"type": "wiki",
42-
"link": "https://github.com/sccn/clean_rawdata"
47+
"link": "https://github.com/LIMO-EEG-Toolbox/limo_meeg",
48+
"desc": "Linear Modeling of EEG data",
49+
"cat": "processing"
4350
},
4451
{
45-
"plugin": "SIFT",
4652
"name": "SIFT",
4753
"type": "wiki",
48-
"link": "https://github.com/sccn/SIFT"
54+
"link": "https://github.com/sccn/SIFT",
55+
"desc": "Computes connectivity analysis between ICA components",
56+
"cat": "processing"
57+
},
58+
{
59+
"name": "groupSIFT",
60+
"type": "readme",
61+
"link": "https://github.com/sccn/groupSIFT",
62+
"desc": "Group-level SIFT analysis",
63+
"cat": "processing"
64+
},
65+
{
66+
"name": "BrainBeats",
67+
"type": "readme",
68+
"link": "https://github.com/amisepa/BrainBeats",
69+
"desc": "Joint EEG/heart analysis",
70+
"cat": "processing"
4971
},
5072
{
51-
"plugin": "zapline-plus",
5273
"name": "Zapline-Plus",
5374
"type": "readme",
54-
"link": "https://github.com/sccn/zapline-plus"
75+
"link": "https://github.com/sccn/zapline-plus",
76+
"desc": "Removes line noise",
77+
"cat": "processing"
78+
},
79+
{
80+
"name": "CleanLine",
81+
"type": "readme",
82+
"link": "https://github.com/sccn/cleanline",
83+
"desc": "Computes mixture model independent component analysis",
84+
"cat": "processing"
5585
},
5686
{
57-
"plugin": "eegstats",
5887
"name": "EEGstats",
5988
"type": "readme",
60-
"link": "https://github.com/sccn/eegstats"
89+
"link": "https://github.com/sccn/eegstats",
90+
"desc": "Compute EEG statistics (power, alpha peak and asymmetry)",
91+
"cat": "processing"
6192
},
6293
{
63-
"plugin": "trimOutlier",
6494
"name": "trimOutlier",
6595
"type": "readme",
66-
"link": "https://github.com/sccn/trimOutlier"
96+
"link": "https://github.com/sccn/trimOutlier",
97+
"desc": "Removes EEG outliers",
98+
"cat": "processing"
6799
},
68100
{
69-
"plugin": "fMRIb",
70101
"name": "fMRIb",
71102
"type": "readme",
72-
"link": "https://github.com/sccn/fMRIb"
103+
"link": "https://github.com/sccn/fMRIb",
104+
"desc": "Removes fMRI artifacts in EEG",
105+
"cat": "processing"
73106
},
74107
{
75-
"plugin": "imat",
76108
"name": "IMAT",
77109
"type": "readme",
78-
"link": "https://github.com/sccn/imat"
110+
"link": "https://github.com/sccn/imat",
111+
"desc": "Finds independent modulators of EEG data",
112+
"cat": "processing"
79113
},
80114
{
81-
"plugin": "nwbio",
82-
"name": "nwb-io",
83-
"type": "readme",
84-
"link": "https://github.com/sccn/nwbio"
85-
},
86-
{
87-
"plugin": "NIMA",
88115
"name": "NIMA",
89116
"type": "readme",
90-
"link": "https://github.com/sccn/NIMA"
117+
"link": "https://github.com/sccn/NIMA",
118+
"desc": "Clustering of ICA components using Measure-projection",
119+
"cat": "processing"
91120
},
92121
{
93-
"plugin": "PACT",
94122
"name": "PACT",
95123
"type": "readme",
96-
"link": "https://github.com/sccn/PACT"
124+
"link": "https://github.com/sccn/PACT",
125+
"desc": "Computes phase-amplitude coupling for ECoG",
126+
"cat": "processing"
97127
},
98128
{
99-
"plugin": "NFT",
100129
"name": "NFT",
101130
"type": "wiki",
102-
"link": "https://github.com/sccn/NFT"
131+
"link": "https://github.com/sccn/NFT",
132+
"desc": "Localizes ICs using Neuroelectromagnetic Forward Head Modeling",
133+
"cat": "processing"
103134
},
104135
{
105-
"plugin": "PACTools",
106136
"name": "PACTools",
107137
"type": "readme",
108-
"link": "https://github.com/sccn/PACTools"
138+
"link": "https://github.com/sccn/PACTools",
139+
"desc": "Computes phase-amplitude coupling using different methods",
140+
"cat": "processing"
109141
},
110142
{
111-
"plugin": "ARfitStudio",
112143
"name": "ARfitStudio",
113144
"type": "readme",
114-
"link": "https://github.com/sccn/ARfitStudio"
145+
"link": "https://github.com/sccn/ARfitStudio",
146+
"desc": "Computes multivariate autoregressive models of EEG",
147+
"cat": "processing"
115148
},
116149
{
117-
"plugin": "PowPowCAT",
118150
"name": "PowPowCAT",
119151
"type": "readme",
120-
"link": "https://github.com/sccn/PowPowCAT"
152+
"link": "https://github.com/sccn/PowPowCAT",
153+
"desc": "Computes cross-frequency power-power coupling of ICs",
154+
"cat": "processing"
121155
},
122156
{
123-
"plugin": "relica",
124157
"name": "RELICA",
125158
"type": "readme",
126-
"link": "https://github.com/sccn/relica"
159+
"link": "https://github.com/sccn/relica",
160+
"desc": "Computes reliable ICA using Bootstrap",
161+
"cat": "processing"
127162
},
128163
{
129-
"plugin": "std_dipoleDensity",
130164
"name": "std_dipoleDensity",
131165
"type": "readme",
132-
"link": "https://github.com/sccn/std_dipoleDensity"
133-
},
134-
{
135-
"plugin": "viewprops",
136-
"name": "Viewprops",
137-
"type": "readme",
138-
"link": "https://github.com/sccn/viewprops"
166+
"link": "https://github.com/sccn/std_dipoleDensity",
167+
"desc": "Computes ICA component dipole density",
168+
"cat": "processing"
139169
},
140170
{
141-
"plugin": "firfilt",
142171
"name": "FirFilt",
143172
"type": "readme",
144-
"link": "https://github.com/sccn/firfilt"
173+
"link": "https://github.com/sccn/firfilt",
174+
"desc": "Filtering of EEG data",
175+
"cat": "processing"
145176
},
146177
{
147-
"plugin": "groupSIFT",
148-
"name": "groupSIFT",
149-
"type": "readme",
150-
"link": "https://github.com/sccn/groupSIFT"
178+
"name": "NSGportal",
179+
"type": "wiki",
180+
"link": "https://github.com/sccn/nsgportal",
181+
"desc": "Performs computation on the Neuroscience Gateway",
182+
"cat": "processing"
151183
},
152184
{
153-
"plugin": "get_chanlocs",
154-
"name": "get_chanlocs",
185+
"name": "EEG-BIDS",
155186
"type": "wiki",
156-
"link": "https://github.com/sccn/get_chanlocs"
187+
"link": "https://github.com/sccn/EEG-BIDS",
188+
"desc": "Imports and export EEG data to the BIDS format",
189+
"cat": "import"
157190
},
158191
{
159-
"plugin": "nsgportal",
160-
"name": "NSGportal",
161-
"type": "wiki",
162-
"link": "https://github.com/sccn/nsgportal"
192+
"name": "NWB-io",
193+
"type": "readme",
194+
"link": "https://github.com/sccn/nwbio",
195+
"desc": "Import and export to the NWB format",
196+
"cat": "import"
163197
},
164198
{
165-
"plugin": "limo",
166-
"name": "LIMO",
199+
"name": "BVA-io",
200+
"type": "readme",
201+
"link": "https://github.com/sccn/bva-io",
202+
"desc": "input/output for Brain Vision Analyzer format",
203+
"cat": "import"
204+
},
205+
{
206+
"name": "MFF-matlab-io",
207+
"type": "wiki",
208+
"link": "https://github.com/arnodelorme/mffmatlabio",
209+
"desc": "input/output for MFF EGI file format",
210+
"cat": "import"
211+
},
212+
{
213+
"name": "Neuroscan-io",
214+
"type": "readme",
215+
"link": "https://github.com/sccn/neuroscanio.git",
216+
"desc": "input/output for Neuroscan file format",
217+
"cat": "import"
218+
},
219+
{
220+
"name": "CTFimport",
221+
"type": "readme",
222+
"link": "https://github.com/sccn/ctfimport.git",
223+
"desc": "input/output for Neuroscan file format",
224+
"cat": "import"
225+
},
226+
{
227+
"name": "get_chanlocs",
167228
"type": "wiki",
168-
"link": "https://github.com/LIMO-EEG-Toolbox/limo_meeg"
229+
"link": "https://github.com/sccn/get_chanlocs",
230+
"desc": "Import scanned channel locations",
231+
"cat": "import"
169232
}
170233
]

0 commit comments

Comments
 (0)