Skip to content

Commit eb26774

Browse files
authoredAug 5, 2024··
Update plugins.json
1 parent 439cf81 commit eb26774

File tree

1 file changed

+62
-34
lines changed

1 file changed

+62
-34
lines changed
 

‎code/plugins/plugins.json

+62-34
Original file line numberDiff line numberDiff line change
@@ -3,168 +3,196 @@
33
"plugin": "ICLabel",
44
"name": "ICLabel",
55
"type": "readme",
6-
"link": "https://github.com/sccn/ICLabel"
6+
"link": "https://github.com/sccn/ICLabel",
7+
"desc": "Classifies independent components of EEG data"
78
},
89
{
910
"plugin": "dipfit",
1011
"name": "DIPFIT",
1112
"type": "readme",
12-
"link": "https://github.com/sccn/dipfit"
13+
"link": "https://github.com/sccn/dipfit",
14+
"desc": "Localizes independent components of EEG data"
1315
},
1416
{
1517
"plugin": "EEG-BIDS",
1618
"name": "EEG-BIDS",
1719
"type": "wiki",
18-
"link": "https://github.com/sccn/EEG-BIDS"
20+
"link": "https://github.com/sccn/EEG-BIDS",
21+
"desc": "Imports and export EEG data to the BIDS format"
1922
},
2023
{
2124
"plugin": "roiconnect",
2225
"name": "ROIconnect",
2326
"type": "readme",
24-
"link": "https://github.com/sccn/roiconnect"
27+
"link": "https://github.com/sccn/roiconnect",
28+
"desc": "Computes connectivity analysis between regions of interest"
2529
},
2630
{
2731
"plugin": "amica",
2832
"name": "AMICA",
2933
"type": "wiki",
30-
"link": "https://github.com/sccn/amica"
34+
"link": "https://github.com/sccn/amica",
35+
"desc": "Computes Adaptive Mixture Independent Component Analysis"
3136
},
3237
{
3338
"plugin": "cleanline",
3439
"name": "CleanLine",
3540
"type": "readme",
36-
"link": "https://github.com/sccn/cleanline"
41+
"link": "https://github.com/sccn/cleanline",
42+
"desc": "Computes mixture model independent component analysis"
3743
},
3844
{
3945
"plugin": "clean_rawdata",
4046
"name": "Clean_rawdata",
4147
"type": "wiki",
42-
"link": "https://github.com/sccn/clean_rawdata"
48+
"link": "https://github.com/sccn/clean_rawdata",
49+
"desc": "Rejects bad channels and bad portions of data using ASR"
4350
},
4451
{
4552
"plugin": "SIFT",
4653
"name": "SIFT",
4754
"type": "wiki",
48-
"link": "https://github.com/sccn/SIFT"
55+
"link": "https://github.com/sccn/SIFT",
56+
"desc": "Computes connectivity analysis between ICA components"
57+
},
58+
{
59+
"plugin": "groupSIFT",
60+
"name": "groupSIFT",
61+
"type": "readme",
62+
"link": "https://github.com/sccn/groupSIFT",
63+
"desc": "Group-level SIFT analysis"
4964
},
5065
{
5166
"plugin": "zapline-plus",
5267
"name": "Zapline-Plus",
5368
"type": "readme",
54-
"link": "https://github.com/sccn/zapline-plus"
69+
"link": "https://github.com/sccn/zapline-plus",
70+
"desc": "Removes line noise"
5571
},
5672
{
5773
"plugin": "eegstats",
5874
"name": "EEGstats",
5975
"type": "readme",
60-
"link": "https://github.com/sccn/eegstats"
76+
"link": "https://github.com/sccn/eegstats",
77+
"desc": "Compute EEG statistics (power, alpha peak and asymmetry)"
6178
},
6279
{
6380
"plugin": "trimOutlier",
6481
"name": "trimOutlier",
6582
"type": "readme",
66-
"link": "https://github.com/sccn/trimOutlier"
83+
"link": "https://github.com/sccn/trimOutlier",
84+
"desc": "Removes EEG outliers"
6785
},
6886
{
6987
"plugin": "fMRIb",
7088
"name": "fMRIb",
7189
"type": "readme",
72-
"link": "https://github.com/sccn/fMRIb"
90+
"link": "https://github.com/sccn/fMRIb",
91+
"desc": "Removes fMRI artifacts in EEG"
7392
},
7493
{
7594
"plugin": "imat",
7695
"name": "IMAT",
7796
"type": "readme",
78-
"link": "https://github.com/sccn/imat"
97+
"link": "https://github.com/sccn/imat",
98+
"desc": "Finds independent modulators of EEG data"
7999
},
80100
{
81101
"plugin": "nwbio",
82-
"name": "nwb-io",
102+
"name": "NWB-io",
83103
"type": "readme",
84-
"link": "https://github.com/sccn/nwbio"
104+
"link": "https://github.com/sccn/nwbio",
105+
"desc": "Import and export to the NWB format"
85106
},
86107
{
87108
"plugin": "NIMA",
88109
"name": "NIMA",
89110
"type": "readme",
90-
"link": "https://github.com/sccn/NIMA"
111+
"link": "https://github.com/sccn/NIMA",
112+
"desc": "Clustering of ICA components using Measure-projection"
91113
},
92114
{
93115
"plugin": "PACT",
94116
"name": "PACT",
95117
"type": "readme",
96-
"link": "https://github.com/sccn/PACT"
118+
"link": "https://github.com/sccn/PACT",
119+
"desc": "Computes phase-amplitude coupling for ECoG"
97120
},
98121
{
99122
"plugin": "NFT",
100123
"name": "NFT",
101124
"type": "wiki",
102-
"link": "https://github.com/sccn/NFT"
125+
"link": "https://github.com/sccn/NFT",
126+
"desc": "Localizes ICs using Neuroelectromagnetic Forward Head Modeling"
103127
},
104128
{
105129
"plugin": "PACTools",
106130
"name": "PACTools",
107131
"type": "readme",
108-
"link": "https://github.com/sccn/PACTools"
132+
"link": "https://github.com/sccn/PACTools",
133+
"desc": "Computes phase-amplitude coupling using different methods"
109134
},
110135
{
111136
"plugin": "ARfitStudio",
112137
"name": "ARfitStudio",
113138
"type": "readme",
114-
"link": "https://github.com/sccn/ARfitStudio"
139+
"link": "https://github.com/sccn/ARfitStudio",
140+
"desc": "Computes multivariate autoregressive models of EEG"
115141
},
116142
{
117143
"plugin": "PowPowCAT",
118144
"name": "PowPowCAT",
119145
"type": "readme",
120-
"link": "https://github.com/sccn/PowPowCAT"
146+
"link": "https://github.com/sccn/PowPowCAT",
147+
"desc": "Computes cross-frequency power-power coupling of ICs"
121148
},
122149
{
123150
"plugin": "relica",
124151
"name": "RELICA",
125152
"type": "readme",
126-
"link": "https://github.com/sccn/relica"
153+
"link": "https://github.com/sccn/relica",
154+
"desc": "Computes reliable ICA using Bootstrap"
127155
},
128156
{
129157
"plugin": "std_dipoleDensity",
130158
"name": "std_dipoleDensity",
131159
"type": "readme",
132-
"link": "https://github.com/sccn/std_dipoleDensity"
160+
"link": "https://github.com/sccn/std_dipoleDensity",
161+
"desc": "Computes ICA component dipole density"
133162
},
134163
{
135164
"plugin": "viewprops",
136165
"name": "Viewprops",
137166
"type": "readme",
138-
"link": "https://github.com/sccn/viewprops"
167+
"link": "https://github.com/sccn/viewprops",
168+
"desc": "Advanced ICA component property viewing for IClabel"
139169
},
140170
{
141171
"plugin": "firfilt",
142172
"name": "FirFilt",
143173
"type": "readme",
144-
"link": "https://github.com/sccn/firfilt"
145-
},
146-
{
147-
"plugin": "groupSIFT",
148-
"name": "groupSIFT",
149-
"type": "readme",
150-
"link": "https://github.com/sccn/groupSIFT"
174+
"link": "https://github.com/sccn/firfilt",
175+
"desc": "Filtering of EEG data"
151176
},
152177
{
153178
"plugin": "get_chanlocs",
154179
"name": "get_chanlocs",
155180
"type": "wiki",
156-
"link": "https://github.com/sccn/get_chanlocs"
181+
"link": "https://github.com/sccn/get_chanlocs",
182+
"desc": "Import scanned channel locations"
157183
},
158184
{
159185
"plugin": "nsgportal",
160186
"name": "NSGportal",
161187
"type": "wiki",
162-
"link": "https://github.com/sccn/nsgportal"
188+
"link": "https://github.com/sccn/nsgportal",
189+
"desc": "Performs computation on the Neuroscience Gateway"
163190
},
164191
{
165192
"plugin": "limo",
166193
"name": "LIMO",
167194
"type": "wiki",
168-
"link": "https://github.com/LIMO-EEG-Toolbox/limo_meeg"
195+
"link": "https://github.com/LIMO-EEG-Toolbox/limo_meeg",
196+
"desc": "Linear Modeling of EEG data"
169197
}
170198
]

0 commit comments

Comments
 (0)
Please sign in to comment.