adlofts created page: getting_started authored by Andrew Lofts's avatar Andrew Lofts
# Abstract
The batch_context extension for EEGLAB provides and interface for generating data
processing pipelines and executing them on multiple data files either locally or
on remote compute clusters. This extension also provides the tools needed to manages
remote server addresses and facilitates working with a remote environments.
***
*Code written by James A. Desjardins, supported by NSERC funding to Sidney J. Segalowitz
at the Jack and Nora Walker Centre for Lifespan Development Research (Brock University),
and a Dedicated Programming award from SHARCNet, Compute Ontario.*
*This package includes the following external tools from the Matlab File Share:
Property grid using JIDE implementation, by Levente Hunyadi*
*System applications that work well with the Context plugin include
Meld 1.7 (or later), sshfs, and rsync.*
# Page Navigation
* [Overview](https://git.sharcnet.ca/jdesjard/batch_context/wikis/verview)
* [Getting started](https://git.sharcnet.ca/jdesjard/batch_context/wikis/getting_started)
......@@ -7,31 +25,18 @@
* [Tutorials](https://git.sharcnet.ca/jdesjard/batch_context/wikis/tutorials)
* [Functions](https://git.sharcnet.ca/jdesjard/batch_context/wikis/functions)
# Abstract
# Tutorials and Best Practice
:so: These stars highlight our recommended **Best Practices**.
:b: The letter B indicates an example based off of the BUCANL Pipeline **Tutorials**.
# Overview
The batch_context extension for EEGLAB provides and interface for generating data
processing pipelines and executing them on multiple data files either locally or
on remote compute clusters. This extension also provides the tools needed to manages
remote server addresses and facilitates working with a remote environments.
***
![batch_context_onpet](/uploads/94ba9fb33192885d38e2e938e12041cb/batch_context_onpet.png)
Code written by James A. Desjardins, supported by NSERC funding to Sidney J. Segalowitz
at the Jack and Nora Walker Centre for Lifespan Development Research (Brock University),
and a Dedicated Programming award from SHARCNet, Compute Ontario.
***
This package includes the following external tools from the Matlab File Share:
Property grid using JIDE implementation, by Levente Hunyadi
# Overview
System applications that work well with the Context plugin include
Meld 1.7 (or later), sshfs, and rsync.
![batch_context_onpet](/uploads/94ba9fb33192885d38e2e938e12041cb/batch_context_onpet.png)
## Copywrite
Copyright (C) 2013 James Desjardins
*This program is free software; you can redistribute it and/or modify
......
......