adlofts created page: contributing authored by Brad Kennedy's avatar Brad Kennedy
...@@ -20,21 +20,21 @@ Property grid using JIDE implementation, by Levente Hunyadi* ...@@ -20,21 +20,21 @@ Property grid using JIDE implementation, by Levente Hunyadi*
# Page Navigation # Page Navigation
**Set Up** **Set Up**
* [Configuration](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/config) * [Configuration](config)
* [Epoching and Concatenating Data](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/epoching-data) * [Epoching and Concatenating Data](epoching-data)
**Editing and Creating Marks** **Editing and Creating Marks**
* [Creating Marks Visually](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/manual-vised-edit) * [Creating Marks Visually](manual-vised-edit)
* [Creating Marks by Script](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/vised) * [Creating Marks by Script](vised)
* [Selecting, Editing and Creating Advanced Marks](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/selecting-marks) * [Selecting, Editing and Creating Advanced Marks](selecting-marks)
**Marks Design** **Marks Design**
* [Vised Marks Design and Structures](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/marks) * [Vised Marks Design and Structures](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/marks)
* [Functions](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/functions) * [Functions](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/functions)
**Reference and Help** **Reference and Help**
* [Tutorial Packages](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/tutorials) * [Tutorial Packages](tutorials)
* [Contributing and Contacting Us](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/contributing) * [Contributing and Contacting Us](contributing)
# Tutorials and Best Practice # Tutorials and Best Practice
There are three symbols that you should keep an eye out for in this documentation: There are three symbols that you should keep an eye out for in this documentation:
...@@ -46,7 +46,7 @@ There are three symbols that you should keep an eye out for in this documentatio ...@@ -46,7 +46,7 @@ There are three symbols that you should keep an eye out for in this documentatio
* :floppy_disk: Please note that whenever you make a change to a GUI(Graphic User Interface) field box, you must click off of it so that the field box is **not** highlighted, for EEGLAB to record your change. * :floppy_disk: Please note that whenever you make a change to a GUI(Graphic User Interface) field box, you must click off of it so that the field box is **not** highlighted, for EEGLAB to record your change.
# Getting Started! # Getting Started
The vised marks extension is a multipurpose tool that has many useful features for visualising and editing EEG data. Its functions can be summarised in to three main categories: The vised marks extension is a multipurpose tool that has many useful features for visualising and editing EEG data. Its functions can be summarised in to three main categories:
1. Manually edit the data by interacting with the scroll data and placing marks manually. 1. Manually edit the data by interacting with the scroll data and placing marks manually.
2. Editing the data by running scripts that mark the data during times of specified criteria. 2. Editing the data by running scripts that mark the data during times of specified criteria.
...@@ -64,8 +64,8 @@ Depending on your operating system and the default setting you are using you may ...@@ -64,8 +64,8 @@ Depending on your operating system and the default setting you are using you may
set(0, 'DefaultFigureRenderer', 'OpenGUI') set(0, 'DefaultFigureRenderer', 'OpenGUI')
``` ```
### Copywrite ### Copyright
*Copyright (C) 2013 James Desjardins* *Copyright (C) 2017 James Desjardins*
*This program is free software; you can redistribute it and/or modify *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 it under the terms of the GNU General Public License as published by
...@@ -81,4 +81,4 @@ GNU General Public License for more details.* ...@@ -81,4 +81,4 @@ GNU General Public License for more details.*
along with this program (LICENSE.txt file in the root directory); if not, write to the Free Software along with this program (LICENSE.txt file in the root directory); if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA*
[ :arrow_up: Top of Page](https://git.sharcnet.ca/bucanl_eeglab_extensions/vised_marks/wikis/home) [ :arrow_up: Top of Page](home)
\ No newline at end of file \ No newline at end of file