You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then export PATH=/home/travis/miniconda2/bin:$PATH; else export PATH=/home/travis/miniconda3/bin:$PATH; fi
17
+
- if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi
18
+
- if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi
19
+
- if $INSTALL_DEB_DEPENDECIES; then bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh);
20
+
fi
21
+
- if $INSTALL_DEB_DEPENDECIES; then travis_retry sudo apt-get install -qq --no-install-recommends
22
+
fsl afni elastix; fi
23
+
- if $INSTALL_DEB_DEPENDECIES; then travis_retry sudo apt-get install -qq fsl-atlases;
24
+
fi
25
+
- if $INSTALL_DEB_DEPENDECIES; then source /etc/fsl/fsl.sh; fi
26
+
- if $INSTALL_DEB_DEPENDECIES; then source /etc/afni/afni.sh; fi
@@ -75,12 +81,12 @@ If you have a problem or would like to ask a question about how to do something
75
81
to `NeuroStars.org <http://neurostars.org>`_ with a *nipype* tag. `NeuroStars.org <http://neurostars.org>`_ is a platform similar to StackOverflow but dedicated to neuroinformatics. All previous Nipype questions are available here::
76
82
77
83
http://neurostars.org/t/nipype/
78
-
79
84
80
-
To participate in the Nipype development related discussion please use the following mailing list::
Copy file name to clipboardExpand all lines: THANKS.rst
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,11 @@ Contributors to Nipype include but are not limited to:
10
10
* Aimi Watanabe
11
11
* Alexander Schaefer
12
12
* Alexandre Gramfort
13
+
* Alexandre Savio
13
14
* Anisha Keshavan
14
15
* Ariel Rokem
15
16
* Ben Acland
17
+
* Ben Cipollini
16
18
* Basile Pinsard
17
19
* Brendan Moloney
18
20
* Brian Cheung
@@ -86,15 +88,15 @@ Other contributors
86
88
* Mike Trumpis
87
89
* Karl Young
88
90
* Tom Waite
89
-
91
+
90
92
We would also like to thank `JetBrains <http://www.jetbrains.com/>`__ for providing `Pycharm <http://www.jetbrains.com/pycharm/>`__ licenses.
91
-
93
+
92
94
Funding
93
95
-------
94
96
Satrajit Ghosh work on this project was partially funded by NIBIB R03 EB008673 (PI: Ghosh and Whitfield-Gabrieli) and by the `INCF <http://www.incf.org>`__ through a contract with TankThink Labs, LLC.
95
-
Chris Burns was supported by NIMH grant 5R01MH081909-02 (PI: Desposito). Hans Jonson was supported by
`S10 RR023392 Enterprise Storage In A Collaborative Neuroimaging Environment <http://projectreporter.nih.gov/project_info_description.cfm?aid=7209718&icde=16158552&ddparam=&ddvalue=&ddsub=&cr=1&csb=default&cs=ASC>`__,
98
-
`R01 NS040068 Neurobiological Predictors of Huntington's Disease <http://projectreporter.nih.gov/project_info_description.cfm?aid=6266377&icde=16158103>`__,
97
+
Chris Burns was supported by NIMH grant 5R01MH081909-02 (PI: Desposito). Hans Jonson was supported by
`S10 RR023392 Enterprise Storage In A Collaborative Neuroimaging Environment <http://projectreporter.nih.gov/project_info_description.cfm?aid=7209718&icde=16158552&ddparam=&ddvalue=&ddsub=&cr=1&csb=default&cs=ASC>`__,
100
+
`R01 NS040068 Neurobiological Predictors of Huntington's Disease <http://projectreporter.nih.gov/project_info_description.cfm?aid=6266377&icde=16158103>`__,
99
101
and `UL1 TR000442 University of Iowa Clinical and Translational Science Program <http://projectreporter.nih.gov/project_info_description.cfm?aid=8467220&icde=16159156&ddparam=&ddvalue=&ddsub=&cr=1&csb=default&cs=ASC>`__.
0 commit comments