From 9933d884ffa371c85327177abb1f901544efe438 Mon Sep 17 00:00:00 2001 From: Ashish Singh Date: Sat, 4 Jun 2022 14:25:19 -0400 Subject: [PATCH] Add disclaimer and Contact info to readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88f88e0cc..03385ac01 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ python -m pip install -U git+https://github.com/CBICA/NiBAx.git ``` -## Useage +## Usage After proper installation, the standalone graphical user interface can be launched in the terminal with: @@ -101,3 +101,10 @@ The data file can be passed as command line argument `--data_file` as shown belo ```shell NiBAx --data_file istaging.pkl.gz ``` + +## Disclaimer +- The software has been designed for research purposes only and has neither been reviewed nor approved for clinical use by the Food and Drug Administration (FDA) or by any other federal/state agency. +- By using NiBAx, the user agrees to the following license: https://www.med.upenn.edu/cbica/software-agreement-non-commercial.html + +## Contact +For more information and support, please post on the [Discussions](https://github.com/CBICA/NiBAx/discussions) section or contact CBICA Software. \ No newline at end of file