Skip to content

Commit 9e20dcd

Browse files
committed
Add Octave video
1 parent 9e52b7d commit 9e20dcd

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ end
2929
# Performance-booster for watching directories on Windows
3030
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3131

32+
33+
gem "webrick", "~> 1.7"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ Live page: https://sccn.github.io
1313
* Install Jekyll following the instruction: https://jekyllrb.com/docs/installation/. (See [here](https://jekyllrb.com/docs/installation/macos/) for mac)
1414
* Clone the repository: ``git clone https://github.com/sccn/sccn.github.io.git; cd sccn.github.io``
1515
* Run ``bundle install`` to download theme and its dependencies
16+
* Run ``bundle add webrick``
1617
* Run ``bundle exec jekyll serve`` and the site should be live at http://localhost:4000/

others/How_to_download_EEGLAB.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Download EEGLAB
99
====
1010

1111
Go to the [EEGLAB download
12-
page](https://sccn.ucsd.edu/eeglab/download.php) to download the latest stable version of EEGLAB. The rest of this page describes how to download the development version of EEGLAB, and is recommended for advanced EEGLAB users only.
12+
page](https://sccn.ucsd.edu/eeglab/download.php) to download the latest stable version of EEGLAB. The rest of this page describes how to download the development version of EEGLAB, and is recommended for advanced EEGLAB users only. In the video, we outline the different options for running EEGLAB.
13+
14+
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/NhKc0arEcbs" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
1315

1416
Download the EEGLAB ZIP file archive
1517
------------

others/Running_EEGLAB_on_Octave.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ parent: Interoperability
66
---
77
Running EEGLAB on Octave
88
====
9+
MATLAB, although quite efficient, can be expensive. As of 2021, we are supporting the Octave MATLAB-compatible open-source environment (both command line calls and graphic interface). See the video below for information on running EEGLAB in Octave.
910

10-
Why Octave?
11-
---
12-
13-
MATLAB, although quite efficient,
14-
can be expensive.
15-
We have attempted to tackle this problem and, as of 2021, we are supporting Octave (both command line calls and graphic interface).
11+
<center>
12+
<iframe width="560" height="315" src="https://www.youtube.com/embed/NhKc0arEcbs?start=206" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
13+
</center>
1614

1715
# Running EEGLAB on Octave
1816

0 commit comments

Comments
 (0)