From 31a3bad06253feb3672124bd68ed3e1b8eb41ed4 Mon Sep 17 00:00:00 2001
From: manni <39642357+MX-Qulin@users.noreply.github.com>
Date: Fri, 10 Jul 2026 20:48:21 -0400
Subject: [PATCH] formatting
Updated README.md formatting
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 960e841f..ccf5e33c 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,9 @@

### Announcements
- Apple Silicon! If your Apple Silicon computer (M1, M2, M3 or M4) gives you errors you may need to unquarantine your mex files by doing following from a Mac terminal:
+```bash
cd /my/software/folder/gift/GroupICAT/icatb && find . -iname "\*.mexmaca64" -exec xattr -d com.apple.quarantine {} \\; && find . -iname "\*.mexmaci64" -exec xattr -d com.apple.quarantine {} \\;
+```
- GIFT v4.0.5.14 (10/31/2024) slightly modified the dFNC and MANCOVAN processing order, now having the following steps: 1) detrending, 2) regressing out confounds, 3) despiking, 4) filtering.
### Table of Contents
1. [Introduction](#secIntro)
@@ -25,7 +27,7 @@ cd /my/software/folder/gift/GroupICAT/icatb && find . -iname "\*.mexmaca64" -exe
10. [Publications](#pubs)
---
### Introduction
-GIFT is an application, originally supported by NIH grant 1RO1 EB000840 to Dr. Vince Calhoun and Dr. Tulay Adali and has been continuous supported by NIH and NSF. The MATLAB application implements multiple algorithms for independent component analysis and blind source separation of group (and single subject) functional magnetic resonance imaging data. GIFT has been downloaded 18581 times (as of 7/6/24) by researchers world wide. For question or comments please contact Vince Calhoun (vcalhoun@gsu.edu) or Cyrus Eierud (ceierud@gsu.edu).
+GIFT is an application, originally supported by ```NIH grant 1RO1 EB000840``` to Dr. Vince Calhoun and Dr. Tulay Adali and has been continuous supported by NIH and NSF. The MATLAB application implements multiple algorithms for independent component analysis and blind source separation of group (and single subject) functional magnetic resonance imaging data. GIFT has been downloaded 18581 times (as of 7/6/24) by researchers world wide. For question or comments please contact Vince Calhoun ([vcalhoun@gsu.edu](mailto://vcalhoun@gsu.edu)) or Cyrus Eierud ([ceierud@gsu.edu](mailto://ceierud@gsu.edu)).
### Downloads
**GroupICAT** - Download latest version by clicking the green code button on the upper right on this page and then clone the software using the link and the git clone command in your terminal. Current version of Group ICA. Requires MATLAB R2008a and higher.