Skip to content

brain-network/bnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Network Toolbox (BNT)

BNT can be seen as a repository of MATLAB® scripts and functions that contributed to paper publications in the field brain connectivity. It is being continuously and jointly developed by scientists of the ARAMIS LAB at the Brain and Spine Institute, Paris, FR and the University College of London, UK.

Installation

The simplest way to install this toolbox is to download the latest toolbox package file, double-click on it and follow the instructions.

If you want to install this toolbox in a specific location, you can download the zip file, extract it and add this location to your MATLAB® path

Getting started

The first thing to do is to consult the BNT documentation by typing doc 'Brain Network Toolbox'.

Citing BNT

If you used a specific function for your work, you can type help bnt.<FUNCTION> in MATLAB® to get the associated reference. A BibTeX file is provided in this repository containing all the necessary references.

Contact

Contact contact@guillonjeremy.co if you have any request.

License and external sources

This toolbox is distributed under the MIT license but uses functions or toolboxes under copyright:

  • cprintf function link

Contributing

To-do

  • Write a toolbox description.
  • Choose a licence.
  • Add the .bib file to cite BNT.
  • Finalize the help of each function.
  • Write example scripts.
  • Add a Package.m script to:
    1. Publish all the help pages;
    2. Publish all the demos;
    3. Generate the "search database";
    4. Generate the toolbox package.
  • Write unitary tests.