Skip to content

Commit dc755c9

Browse files
Resize dialog box screenshots to 60% width
1 parent 8a2acb3 commit dc755c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tutorials/misc/EEGLAB_and_EMG_data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This dataset is ideal for demonstrating EMG-ERP analysis because:
3131

3232
EEGLAB can import BIDS-formatted EMG data using the [bids-matlab-tools](https://github.com/sccn/bids-matlab-tools) plugin. After starting EEGLAB, use menu item <span style="color: brown">File > Import data > From BIDS folder structure</span>.
3333

34-
![BIDS Import Dialog](/assets/images/emg-bids-dialogbox-shot.png)
34+
<img src="/assets/images/emg-bids-dialogbox-shot.png" alt="BIDS Import Dialog" style="width:60%">
3535

3636
Alternatively, you can import programmatically:
3737

@@ -57,7 +57,7 @@ After import, EEGLAB shows the dataset information:
5757

5858
![BIDS Import Result](/assets/images/emg-bidsimport-shot.png)
5959

60-
![EEGLAB Interface](/assets/images/emg-eeglabview-shot.png)
60+
<img src="/assets/images/emg-eeglabview-shot.png" alt="EEGLAB Interface" style="width:60%">
6161

6262
You can also load the BDF files directly:
6363

tutorials/misc/EEGLAB_and_iEEG_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EEGLAB and iEEG, sEEG, or ECoG data
1111
EEGLAB supports reading most iEEG data formats (EDF, MEF3, NWB) through native code
1212
or plugins. The BIDS-Matlab-tools EEGLAB plugin
1313
also supports importing BIDS-formatted MEG data. You may install plugins from the EEGLAB plugin manager (menu item <span style="color: brown">File > Manage EEGLAB extensions</span>).
14-
14+
Gre
1515
## Importing data
1616

1717
For example, after installing the MEF3 and BIDS-Matlab-tools plugins, you may import the

0 commit comments

Comments
 (0)