Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to feature the walkthrough live script #2

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,16 @@ siibra provides structured acccess to parcellation schemes in different brain re
The main implementation of siibra is the Python client [siibra-python](https://github.com/FZJ-INM1-BDA/siibra-python). To understand the scope, please refer to the [documentation](https://siibra-python.readthedocs.io). There is also an interactive web application built around a 3D viewer, [siibra-explorer](https://github.com/FZJ-INM1-BDA/siibra-explorer), which is [hosted as part of the EBRAINS infrastructure](https://atlases.ebrains.eu/viewer).

The toolbox is in very early development. Its API is not yet stable and the set of supported features is still basic. We share releases of the toolbox on [matlab file exchange](https://www.mathworks.com/matlabcentral/fileexchange). If you are interested in the ongoing development and future releases, [drop us a note](mailto:[email protected]).

# Getting started

The `walkthrough.mlx` live script gives a tour through the already existing functionality.

It shows how to:
* navigate and access information
* visualize brain regions and parcellations
* how to assign brain regions to volumes of interest.

Try it here: [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=FZJ-INM1-BDA/siibralab&file=walkthrough.mlx)

![image001](https://github.com/scalableminds/siibra-matlab/assets/2582395/457b3162-beb4-4458-bcf9-58df9d9cc740)
Loading