From 97eb071fbafb1b399adfff1b64389a74ee9e9bfd Mon Sep 17 00:00:00 2001
From: Spencer Smith <smiths@mcmaster.ca>
Date: Fri, 2 Oct 2020 10:49:33 -0400
Subject: [PATCH] Additional example to "Where to Start" file

---
 Examples/WhereToStart.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Examples/WhereToStart.txt b/Examples/WhereToStart.txt
index 707315c..e8ea985 100644
--- a/Examples/WhereToStart.txt
+++ b/Examples/WhereToStart.txt
@@ -18,7 +18,9 @@ The following projects provide a good cross-section of scientific computing proj
 
 5. Conformer Searching using Evolutionary Computation: https://github.com/PeaWagon/Kaplan
 
-6. Medical Image Segmentation: https://github.com/Ao99/MISEG
+6. Medical Imaging
+6.1 Segmentation: https://github.com/Ao99/MISEG
+6.2 fMRI Correlation of brain signal: https://gitlab.cas.mcmaster.ca/smiths/cas741/-/blob/master/Examples/MedicalImagingTool/3dfim+.pdf
 
 7. Fourier Series: https://github.com/caobo1994/FourierSeries
 
-- 
GitLab