-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct similarity computation Bug, update of acknowledgments and funds
Corrected similarity computation bug, updated acknowledgment with inclusion of BIREHAB EU H2020 grant
- Loading branch information
1 parent
ce3d4dd
commit bdc39e8
Showing
7 changed files
with
118 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,18 +8,26 @@ | |
% trystrs - [struct] "try" strings for menu callbacks. | ||
% catchstrs - [struct] "catch" strings for menu callbacks. | ||
% | ||
% Author: Fiorenzo Artoni, The Biorobotics Institute / EPFL, 2017 % | ||
% | ||
% Reference: | ||
% Author: Dr. Fiorenzo Artoni EPFL, 2019 % | ||
% | ||
% References: | ||
% (1) Artoni, F., Menicucci, D., Delorme, A., Makeig, S., & Micera, S. (2014). | ||
% RELICA: a method for estimating the reliability of independent components. | ||
% NeuroImage, 103, 391-400. | ||
% NeuroImage, 103, 391-400. | ||
% | ||
|
||
|
||
% Copyright (C) 2017 Fiorenzo Artoni, The Biorobotics Institute , EPFL, SCCN, [email protected] | ||
% (2) Artoni, F., Delorme A., Makeig S. (2018) | ||
% Applying dimension reduction to EEG data by Principal Component Analysis | ||
% reduces the quality of its subsequent Independent Component | ||
% decomposition, Neuroimage 175 176-187 | ||
% | ||
% This project was in part supported by the European Union's Horizon 2020 | ||
% research and innovation programme under Marie Sklodowska-Curie Action | ||
% agreement no. 750947 (BIREHAB) | ||
% | ||
% Acknowledgments go to Ramon Martinez-Cancino (SCCN/INC/UCSD 2019) for making the | ||
% algorithm available and parallelized on the NSG server and including other ICA algorithms | ||
% and Arnaud Delorme and Scott Makeig (SCCN/INC/UCSD 2019) for the constant inputs | ||
% and ideas to perfect the functionality. | ||
% Clustering and relative visualization within RELICA makes use of modified | ||
% routines from J. Himberg's open source FastICA - ICASSO package | ||
% Beamica is part of C. Kothe's open source BCILAB toolbox | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,16 +11,26 @@ | |
% EEG - Input dataset | ||
% file - Complete path of RELICA.mat file | ||
% | ||
% Author: Fiorenzo Artoni, The Biorobotics Institute / EPFL, 2017 % | ||
% Author: Dr. Fiorenzo Artoni, 2019 % | ||
% | ||
% References: | ||
% | ||
% (1) Artoni, F., Menicucci, D., Delorme, A., Makeig, S., & Micera, S. (2014). | ||
% RELICA: a method for estimating the reliability of independent components. | ||
% NeuroImage, 103, 391-400. | ||
|
||
% Copyright (C) 2017 Fiorenzo Artoni, The Biorobotics Institute , EPFL, SCCN, [email protected] | ||
% NeuroImage, 103, 391-400. | ||
% | ||
% (2) Artoni, F., Delorme A., Makeig S. (2018) | ||
% Applying dimension reduction to EEG data by Principal Component Analysis | ||
% reduces the quality of its subsequent Independent Component | ||
% decomposition, Neuroimage 175 176-187 | ||
% | ||
% This project was in part supported by the European Union's Horizon 2020 | ||
% research and innovation programme under Marie Sklodowska-Curie Action | ||
% agreement no. 750947 (BIREHAB) | ||
% | ||
% Acknowledgments go to Ramon Martinez-Cancino (SCCN/INC/UCSD 2019) for making the | ||
% algorithm available and parallelized on the NSG server. | ||
% Acknowledgments go also to Arnaud Delorme and Scott Makeig (SCCN/INC/UCSD 2019) | ||
% for the precious inputs and ideas to perfect the project. | ||
% Clustering and relative visualization within RELICA makes use of modified | ||
% routines from J. Himberg's open source FastICA - ICASSO package | ||
% Beamica is part of C. Kothe's open source BCILAB toolbox | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,20 +25,29 @@ | |
% Outputs: | ||
% EEG - Output dataset: RELICA data is in EEG.etc.RELICA | ||
% | ||
% Author: Fiorenzo Artoni, The Biorobotics Institute / EPFL, 2017 % | ||
% Ramon Martinez-Cancino, SCCN, INC, UCSD | ||
|
||
% Reference: | ||
% Author: Dr. Fiorenzo Artoni, 2019 % | ||
% | ||
% References: | ||
% (1) Artoni, F., Menicucci, D., Delorme, A., Makeig, S., & Micera, S. (2014). | ||
% RELICA: a method for estimating the reliability of independent components. | ||
% NeuroImage, 103, 391-400. | ||
% NeuroImage, 103, 391-400. | ||
% | ||
|
||
% Copyright (C) 2017 Fiorenzo Artoni, The Biorobotics Institute , EPFL, SCCN, [email protected] | ||
% (2) Artoni, F., Delorme A., Makeig S. (2018) | ||
% Applying dimension reduction to EEG data by Principal Component Analysis | ||
% reduces the quality of its subsequent Independent Component | ||
% decomposition, Neuroimage 175 176-187 | ||
% | ||
% This project was in part supported by the European Union's Horizon 2020 | ||
% research and innovation programme under Marie Sklodowska-Curie Action | ||
% agreement no. 750947 (BIREHAB) | ||
% | ||
% Acknowledgments go to Ramon Martinez-Cancino (SCCN/INC/UCSD 2019) for making the | ||
% algorithm available and parallelized on the NSG server. | ||
% Acknowledgments go also to Arnaud Delorme and Scott Makeig (SCCN/INC/UCSD 2019) | ||
% for the precious inputs and ideas to perfect the project. | ||
% Clustering and relative visualization within RELICA makes use of modified | ||
% routines from J. Himberg's open source FastICA - ICASSO package | ||
% Beamica is part of C. Kothe's open source BCILAB toolbox | ||
% Beamica is part of C. Kothe's open source BCILAB toolbox | ||
% | ||
% This program is free software; you can redistribute it and/or modify | ||
% it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,19 +26,29 @@ | |
% EEG - Output dataset: RELICA data is in EEG.etc.RELICA, the same is | ||
% saved in folder_relica folder | ||
% | ||
% Author: Fiorenzo Artoni, The Biorobotics Institute / EPFL, 2017 % | ||
% Author: Dr. Fiorenzo Artoni, 2019 % | ||
% | ||
% Reference: | ||
% References: | ||
% (1) Artoni, F., Menicucci, D., Delorme, A., Makeig, S., & Micera, S. (2014). | ||
% RELICA: a method for estimating the reliability of independent components. | ||
% NeuroImage, 103, 391-400. | ||
|
||
|
||
% Copyright (C) 2017 Fiorenzo Artoni, The Biorobotics Institute , EPFL, SCCN, [email protected] | ||
% NeuroImage, 103, 391-400. | ||
% | ||
% (2) Artoni, F., Delorme A., Makeig S. (2018) | ||
% Applying dimension reduction to EEG data by Principal Component Analysis | ||
% reduces the quality of its subsequent Independent Component | ||
% decomposition, Neuroimage 175 176-187 | ||
% | ||
% This project was in part supported by the European Union's Horizon 2020 | ||
% research and innovation programme under Marie Sklodowska-Curie Action | ||
% agreement no. 750947 (BIREHAB) | ||
% | ||
% Acknowledgments go to Ramon Martinez-Cancino (SCCN/INC/UCSD 2019) for making the | ||
% algorithm available and parallelized on the NSG server. | ||
% Acknowledgments go also to Arnaud Delorme and Scott Makeig (SCCN/INC/UCSD 2019) | ||
% for the precious inputs and ideas to perfect the project. | ||
% Clustering and relative visualization within RELICA makes use of modified | ||
% routines from J. Himberg's open source FastICA - ICASSO package | ||
% Beamica is part of C. Kothe's open source BCILAB toolbox | ||
% Beamica is part of C. Kothe's open source BCILAB toolbox % | ||
% | ||
% This program is free software; you can redistribute it and/or modify | ||
% it under the terms of the GNU General Public License as published by | ||
|