From 2f7eb93f9649f0bb942ac546f1825de2d12c4f05 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Fri, 9 Apr 2021 17:33:07 +0200 Subject: [PATCH] fix: make sure we acknowledge Matt's work --- docs/head-motion/intro.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/head-motion/intro.md b/docs/head-motion/intro.md index cbae09c..c3ad68c 100644 --- a/docs/head-motion/intro.md +++ b/docs/head-motion/intro.md @@ -21,3 +21,5 @@ While we can address the misalignment, it is really problematic to overcome the This tutorial focuses on the misalignment problem. We will build from existing software (Dipy, for diffusion modeling) and ANTs (for image registration), as well as commonplace Python libraries (NumPy) a software framework for head-motion estimation in diffusion MRI data. + +The algorithmic and theoretical foundations of the method are described by Dr. M. Cieslak in his [OHBM 2019 poster](https://github.com/mattcieslak/ohbm_shoreline/blob/master/cieslakOHBM2019.pdf).