From 0956ad296f4bafd357e6ddb6a6906ad79c5d8f3d Mon Sep 17 00:00:00 2001 From: Cameron Craddock Date: Thu, 12 Sep 2013 23:09:17 -0400 Subject: [PATCH] more information to README --- README.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 688021b..7628ae3 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ cluster_roi pyClusterROI_test.py Copyright (C) 2010 R. Cameron Craddock (cameron.craddock@gmail.com) - This script is a part of the pyClusterROI python toolbox for the spatially - constrained clustering of fMRI data. It is a demonstration of how to use the - toolbox and a regression test to make sure that the toolbox code works. + This is the pyClusterROI python toolbox for the spatially + constrained clustering of fMRI data. For more information refer to: @@ -14,6 +13,7 @@ cluster_roi A whole brain fMRI atlas generated via spatially constrained spectral clustering Human Brain Mapping, 2012, 33, 1914-1928 doi: 10.1002/hbm.21333. + ::: bibtex ARTICLE{Craddock2012, author = {Craddock, R C and James, G A and Holtzheimer, P E and Hu, X P and Mayberg, H S}, @@ -33,20 +33,6 @@ cluster_roi NITRC web page: http://www.nitrc.org/projects/cluster_roi/ and on github at https://github.com/ccraddock/cluster_roi - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - This library requires [NumPy](http://numpy.scipy.org), [SciPy](http://www.scipy.org), and [NiBabel](http://nipy.sourceforge.net/nibabel). Please refer to pyClusterROI_test.py for detailed instructions on how to use the code. This script can be executed using [test data.](https://www.nitrc.org/frs/downloadlink.php/3719)