Skip to content

Commit bfaf458

Browse files
authored
Update plugins.json
1 parent eb26774 commit bfaf458

File tree

1 file changed

+89
-61
lines changed

1 file changed

+89
-61
lines changed

code/plugins/plugins.json

Lines changed: 89 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -4,195 +4,223 @@
44
"name": "ICLabel",
55
"type": "readme",
66
"link": "https://github.com/sccn/ICLabel",
7-
"desc": "Classifies independent components of EEG data"
7+
"desc": "Classifies independent components of EEG data",
8+
"cat": "processing"
9+
},
10+
{
11+
"plugin": "viewprops",
12+
"name": "Viewprops",
13+
"type": "readme",
14+
"link": "https://github.com/sccn/viewprops",
15+
"desc": "Advanced ICA component property viewing for IClabel",
16+
"cat": "processing"
817
},
918
{
1019
"plugin": "dipfit",
1120
"name": "DIPFIT",
1221
"type": "readme",
1322
"link": "https://github.com/sccn/dipfit",
14-
"desc": "Localizes independent components of EEG data"
15-
},
16-
{
17-
"plugin": "EEG-BIDS",
18-
"name": "EEG-BIDS",
19-
"type": "wiki",
20-
"link": "https://github.com/sccn/EEG-BIDS",
21-
"desc": "Imports and export EEG data to the BIDS format"
23+
"desc": "Localizes independent components of EEG data",
24+
"cat": "processing"
2225
},
2326
{
2427
"plugin": "roiconnect",
2528
"name": "ROIconnect",
2629
"type": "readme",
2730
"link": "https://github.com/sccn/roiconnect",
28-
"desc": "Computes connectivity analysis between regions of interest"
31+
"desc": "Computes connectivity analysis between regions of interest",
32+
"cat": "processing"
2933
},
3034
{
3135
"plugin": "amica",
3236
"name": "AMICA",
3337
"type": "wiki",
3438
"link": "https://github.com/sccn/amica",
35-
"desc": "Computes Adaptive Mixture Independent Component Analysis"
36-
},
37-
{
38-
"plugin": "cleanline",
39-
"name": "CleanLine",
40-
"type": "readme",
41-
"link": "https://github.com/sccn/cleanline",
42-
"desc": "Computes mixture model independent component analysis"
39+
"desc": "Computes Adaptive Mixture Independent Component Analysis",
40+
"cat": "processing"
4341
},
4442
{
4543
"plugin": "clean_rawdata",
4644
"name": "Clean_rawdata",
4745
"type": "wiki",
4846
"link": "https://github.com/sccn/clean_rawdata",
49-
"desc": "Rejects bad channels and bad portions of data using ASR"
47+
"desc": "Rejects bad channels and bad portions of data using ASR",
48+
"cat": "processing"
49+
},
50+
{
51+
"plugin": "limo",
52+
"name": "LIMO",
53+
"type": "wiki",
54+
"link": "https://github.com/LIMO-EEG-Toolbox/limo_meeg",
55+
"desc": "Linear Modeling of EEG data",
56+
"cat": "processing"
5057
},
5158
{
5259
"plugin": "SIFT",
5360
"name": "SIFT",
5461
"type": "wiki",
5562
"link": "https://github.com/sccn/SIFT",
56-
"desc": "Computes connectivity analysis between ICA components"
63+
"desc": "Computes connectivity analysis between ICA components",
64+
"cat": "processing"
5765
},
5866
{
5967
"plugin": "groupSIFT",
6068
"name": "groupSIFT",
6169
"type": "readme",
6270
"link": "https://github.com/sccn/groupSIFT",
63-
"desc": "Group-level SIFT analysis"
71+
"desc": "Group-level SIFT analysis",
72+
"cat": "processing"
6473
},
6574
{
6675
"plugin": "zapline-plus",
6776
"name": "Zapline-Plus",
6877
"type": "readme",
6978
"link": "https://github.com/sccn/zapline-plus",
70-
"desc": "Removes line noise"
79+
"desc": "Removes line noise",
80+
"cat": "processing"
81+
},
82+
{
83+
"plugin": "cleanline",
84+
"name": "CleanLine",
85+
"type": "readme",
86+
"link": "https://github.com/sccn/cleanline",
87+
"desc": "Computes mixture model independent component analysis",
88+
"cat": "processing"
7189
},
7290
{
7391
"plugin": "eegstats",
7492
"name": "EEGstats",
7593
"type": "readme",
7694
"link": "https://github.com/sccn/eegstats",
77-
"desc": "Compute EEG statistics (power, alpha peak and asymmetry)"
95+
"desc": "Compute EEG statistics (power, alpha peak and asymmetry)",
96+
"cat": "processing"
7897
},
7998
{
8099
"plugin": "trimOutlier",
81100
"name": "trimOutlier",
82101
"type": "readme",
83102
"link": "https://github.com/sccn/trimOutlier",
84-
"desc": "Removes EEG outliers"
103+
"desc": "Removes EEG outliers",
104+
"cat": "processing"
85105
},
86106
{
87107
"plugin": "fMRIb",
88108
"name": "fMRIb",
89109
"type": "readme",
90110
"link": "https://github.com/sccn/fMRIb",
91-
"desc": "Removes fMRI artifacts in EEG"
111+
"desc": "Removes fMRI artifacts in EEG",
112+
"cat": "processing"
92113
},
93114
{
94115
"plugin": "imat",
95116
"name": "IMAT",
96117
"type": "readme",
97118
"link": "https://github.com/sccn/imat",
98-
"desc": "Finds independent modulators of EEG data"
99-
},
100-
{
101-
"plugin": "nwbio",
102-
"name": "NWB-io",
103-
"type": "readme",
104-
"link": "https://github.com/sccn/nwbio",
105-
"desc": "Import and export to the NWB format"
119+
"desc": "Finds independent modulators of EEG data",
120+
"cat": "processing"
106121
},
107122
{
108123
"plugin": "NIMA",
109124
"name": "NIMA",
110125
"type": "readme",
111126
"link": "https://github.com/sccn/NIMA",
112-
"desc": "Clustering of ICA components using Measure-projection"
127+
"desc": "Clustering of ICA components using Measure-projection",
128+
"cat": "processing"
113129
},
114130
{
115131
"plugin": "PACT",
116132
"name": "PACT",
117133
"type": "readme",
118134
"link": "https://github.com/sccn/PACT",
119-
"desc": "Computes phase-amplitude coupling for ECoG"
135+
"desc": "Computes phase-amplitude coupling for ECoG",
136+
"cat": "processing"
120137
},
121138
{
122139
"plugin": "NFT",
123140
"name": "NFT",
124141
"type": "wiki",
125142
"link": "https://github.com/sccn/NFT",
126-
"desc": "Localizes ICs using Neuroelectromagnetic Forward Head Modeling"
143+
"desc": "Localizes ICs using Neuroelectromagnetic Forward Head Modeling",
144+
"cat": "processing"
127145
},
128146
{
129147
"plugin": "PACTools",
130148
"name": "PACTools",
131149
"type": "readme",
132150
"link": "https://github.com/sccn/PACTools",
133-
"desc": "Computes phase-amplitude coupling using different methods"
151+
"desc": "Computes phase-amplitude coupling using different methods",
152+
"cat": "processing"
134153
},
135154
{
136155
"plugin": "ARfitStudio",
137156
"name": "ARfitStudio",
138157
"type": "readme",
139158
"link": "https://github.com/sccn/ARfitStudio",
140-
"desc": "Computes multivariate autoregressive models of EEG"
159+
"desc": "Computes multivariate autoregressive models of EEG",
160+
"cat": "processing"
141161
},
142162
{
143163
"plugin": "PowPowCAT",
144164
"name": "PowPowCAT",
145165
"type": "readme",
146166
"link": "https://github.com/sccn/PowPowCAT",
147-
"desc": "Computes cross-frequency power-power coupling of ICs"
167+
"desc": "Computes cross-frequency power-power coupling of ICs",
168+
"cat": "processing"
148169
},
149170
{
150171
"plugin": "relica",
151172
"name": "RELICA",
152173
"type": "readme",
153174
"link": "https://github.com/sccn/relica",
154-
"desc": "Computes reliable ICA using Bootstrap"
175+
"desc": "Computes reliable ICA using Bootstrap",
176+
"cat": "processing"
155177
},
156178
{
157179
"plugin": "std_dipoleDensity",
158180
"name": "std_dipoleDensity",
159181
"type": "readme",
160182
"link": "https://github.com/sccn/std_dipoleDensity",
161-
"desc": "Computes ICA component dipole density"
162-
},
163-
{
164-
"plugin": "viewprops",
165-
"name": "Viewprops",
166-
"type": "readme",
167-
"link": "https://github.com/sccn/viewprops",
168-
"desc": "Advanced ICA component property viewing for IClabel"
183+
"desc": "Computes ICA component dipole density",
184+
"cat": "processing"
169185
},
170186
{
171187
"plugin": "firfilt",
172188
"name": "FirFilt",
173189
"type": "readme",
174190
"link": "https://github.com/sccn/firfilt",
175-
"desc": "Filtering of EEG data"
176-
},
177-
{
178-
"plugin": "get_chanlocs",
179-
"name": "get_chanlocs",
180-
"type": "wiki",
181-
"link": "https://github.com/sccn/get_chanlocs",
182-
"desc": "Import scanned channel locations"
191+
"desc": "Filtering of EEG data",
192+
"cat": "processing"
183193
},
184194
{
185195
"plugin": "nsgportal",
186196
"name": "NSGportal",
187197
"type": "wiki",
188198
"link": "https://github.com/sccn/nsgportal",
189-
"desc": "Performs computation on the Neuroscience Gateway"
199+
"desc": "Performs computation on the Neuroscience Gateway",
200+
"cat": "processing"
190201
},
191202
{
192-
"plugin": "limo",
193-
"name": "LIMO",
203+
"plugin": "EEG-BIDS",
204+
"name": "EEG-BIDS",
194205
"type": "wiki",
195-
"link": "https://github.com/LIMO-EEG-Toolbox/limo_meeg",
196-
"desc": "Linear Modeling of EEG data"
206+
"link": "https://github.com/sccn/EEG-BIDS",
207+
"desc": "Imports and export EEG data to the BIDS format",
208+
"cat": "import"
209+
},
210+
{
211+
"plugin": "nwbio",
212+
"name": "NWB-io",
213+
"type": "readme",
214+
"link": "https://github.com/sccn/nwbio",
215+
"desc": "Import and export to the NWB format",
216+
"cat": "import"
217+
},
218+
{
219+
"plugin": "get_chanlocs",
220+
"name": "get_chanlocs",
221+
"type": "wiki",
222+
"link": "https://github.com/sccn/get_chanlocs",
223+
"desc": "Import scanned channel locations",
224+
"cat": "import"
197225
}
198226
]

0 commit comments

Comments
 (0)