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

ENH: Add GHA build status badge to README #55

Merged
merged 1 commit into from
Dec 3, 2024
Merged
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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
Welcome to WMQL's source code!
=========================================

[![test, package](https://github.com/demianw/tract_querier/actions/workflows/test_package.yaml/badge.svg)](https://github.com/demianw/tract_querier/actions/workflows/test_package.yaml)

The White Matter Query Language (WMQL) is a technique to formally describe white matter tracts and to automatically extract them from diffusion MRI volumes. This query language allows us to construct a dictionary of anatomical definitions describing white matter tracts. The definitions include adjacent gray and white matter regions, and rules for spatial relations. This enables the encoding of anatomical knowledge of the human brain white matter as well as the automated coherent labeling of white matter anatomy across subjects.

This is an implementation of the WMQL language presented in ["The white matter query language: a novel approach for describing human white matter anatomy", Wassermann et al. Brain Structure and Function 2016](http://link.springer.com/article/10.1007%2Fs00429-015-1179-4)

[WMQL Documentation](http://demianw.github.io/tract_querier "WMQL Documentation")

Automated testing status:
[![travis-ci build status](https://secure.travis-ci.org/demianw/tract_querier.png?branch=master)](http://travis-ci.org/demianw/tract_querier)

Loading