<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Dear EEGLABList,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Although it has been quite some time. I have an update regarding the ICLabel project: <o:p></o:p></p><p class=MsoNormal style='text-indent:.5in'>The ICLabel plugin for EEGLAB has been update to version 1.0! <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>For anyone who does not know, ICLabel is a project aimed at creating a new EEG independent component classifier which categorizes ICs into one of seven categories: Brain, Muscle, Eye, Heart, Line Noise, Channel Noise, and Other. It is trained using crowdsourced IC labels and you can contribute to the project at the <a href="iclabel.ucsd.edu/tutorial">ICLabel website</a> if you feel so inclined. The website is also a useful educational tool with descriptions of how to manually classify independent components as well as a tool for practicing manual component labeling.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The change in version 1.0 of the ICLabel plugin introduces two networks: ICLabel and ICLabel<sub>Lite</sub>, both of which have been systematically validated in a journal paper which I plan to submit before the end of January. The previous version of the network is still available for the purposes of backwards compatibility. In terms of usage, you can call ICLabel from the Tools menu in EEGLAB just like before but now a window will first appear asking which version you would like to use. For those of you using ICLabel from the command line, the same command as before will still work:<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>EEG = iclabel(EEG);<o:p></o:p></p><p class=MsoNormal>But this now uses the updated network. If you wish to use ICLabel<sub>Lite</sub> then type:<o:p></o:p></p><p class=MsoNormal>              EEG = iclabel(EEG, ‘lite’);<o:p></o:p></p><p class=MsoNormal>And if you want to use the previous version type:<o:p></o:p></p><p class=MsoNormal>              EEG = iclabel(EEG, ‘beta’);<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Sincerely,<o:p></o:p></p><p class=MsoNormal>Luca Pion-Tonachini<o:p></o:p></p></div></body></html>