From 223f4f7ab60d7cb8e97940f02489d8d38c6eaf89 Mon Sep 17 00:00:00 2001 From: Ali Aghaeifar Date: Sat, 21 Dec 2024 23:44:13 +0100 Subject: [PATCH] rename notebook --- README.md | 2 +- demo/{spinwalk_example.ipynb => spinwalk_bold.ipynb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename demo/{spinwalk_example.ipynb => spinwalk_bold.ipynb} (100%) diff --git a/README.md b/README.md index e419c55..3afef83 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ --- ### Demo -Jupyter notebooks demonstrating the basic functionality of SpinWalk for [BOLD fMRI contrast](./demo/spinwalk_example.ipynb) and [free diffusion](./demo/spinwalk_dwi.ipynb) simulations can be found in the [demo](./demo) folder. +Jupyter notebooks demonstrating the basic functionality of SpinWalk for [BOLD fMRI contrast](./demo/spinwalk_bold.ipynb) and [free diffusion](./demo/spinwalk_dwi.ipynb) simulations can be found in the [demo](./demo) folder. Below are example plots generated by SpinWalk, showing BOLD sensitivity as a function of vessel size for Gradient Echo (GRE) and Spin Echo (SE) sequences. Some [literature](#Literature) is provided as a reference to help understand the intended outcomes of these simulations. diff --git a/demo/spinwalk_example.ipynb b/demo/spinwalk_bold.ipynb similarity index 100% rename from demo/spinwalk_example.ipynb rename to demo/spinwalk_bold.ipynb