Skip to content

Commit c2b1f50

Browse files
committed
add travis badge
1 parent 5b62759 commit c2b1f50

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
1-
# CPP_BIDS
1+
[![Build Status](https://travis-ci.com/cpp-lln-lab/CPP_BIDS.svg?branch=master)](https://travis-ci.com/cpp-lln-lab/CPP_BIDS)
2+
23
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
34
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
45
<!-- ALL-CONTRIBUTORS-BADGE:END -->
56

7+
# CPP_BIDS
8+
9+
<!-- TOC -->
10+
11+
- [CPP_BIDS](#cpp_bids)
12+
- [Usage](#usage)
13+
- [Functions descriptions](#functions-descriptions)
14+
- [userInputs](#userinputs)
15+
- [createFilename](#createfilename)
16+
- [saveEventsFile](#saveeventsfile)
17+
- [checkCFG](#checkcfg)
18+
- [How to install](#how-to-install)
19+
- [Use the matlab package manager](#use-the-matlab-package-manager)
20+
- [Contributing](#contributing)
21+
- [Guidestyle](#guidestyle)
22+
- [BIDS naming convention](#bids-naming-convention)
23+
24+
<!-- /TOC -->
25+
626
A set of function for matlab and octave to create [BIDS-compatible](https://bids-specification.readthedocs.io/en/stable/) folder structure and filenames for the output of behavioral, EEG, fMRI, eyetracking studies.
727

828
## Usage

0 commit comments

Comments
 (0)