Skip to content

Commit 8596fe8

Browse files
committed
Merge pull request #556 from chrisfilo/enh/about
Enh/about
2 parents c44ae20 + 615eb30 commit 8596fe8

File tree

4 files changed

+112
-70
lines changed

4 files changed

+112
-70
lines changed

THANKS

Lines changed: 0 additions & 65 deletions
This file was deleted.

THANKS.rst

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
.. -*- mode: rst -*-
2+
3+
4+
Code contributors
5+
-----------------
6+
Contributors to Nipype include but are not limited to:
7+
8+
.. hlist::
9+
10+
* Aimi Watanabe
11+
* Alexander Schaefer
12+
* Alexandre Gramfort
13+
* Anisha Keshavan
14+
* Ariel Rokem
15+
* Ben Acland
16+
* Basile Pinsard
17+
* Brendan Moloney
18+
* Brian Cheung
19+
* Charl Linssen
20+
* Chris Filo Gorgolewski
21+
* Chris Steele
22+
* Christian Haselgrove
23+
* Christopher Burns
24+
* Cindee Madison
25+
* Claire Tarbert
26+
* Colin Buchanan
27+
* Daniel Ginsburg
28+
* Daniel Haehn
29+
* Daniel Margulies
30+
* Dav Clark
31+
* David Welch
32+
* Drew Erickson
33+
* Erik Kastman
34+
* Félix C. Morency
35+
* Gael Varoquaux
36+
* Hans Johnson
37+
* Janosch Linkersdörfer
38+
* Januzz
39+
* Jarrod Millman
40+
* Jeff Lai
41+
* Jessica Forbes
42+
* John Salvatore
43+
* Lijie Huang
44+
* Michael Hallquist
45+
* Michael Hanke
46+
* Michael Notter
47+
* Michael Waskom
48+
* Nolan Nichols
49+
* Oliver Hinds
50+
* Oscar Esteban
51+
* Rosalia Tungaraza
52+
* Satrajit Ghosh
53+
* Sharad Sikka
54+
* Stephan Gerhard
55+
* Erik Ziegler
56+
* Valentin Haenel
57+
* Xiangzhen Kong
58+
* Xu Wang
59+
* Yannick Schwartz
60+
* Yaroslav O. Halchenko
61+
62+
For full most up to date list see `Ohloh <https://www.ohloh.net/p/nipype/contributors>`__.
63+
64+
Other contributors
65+
------------------
66+
67+
.. hlist::
68+
69+
* Matthew Brett
70+
* Michael Castelle
71+
* Philippe Ciuciu
72+
* Yann Cointepas
73+
* Mark D'Esposito
74+
* Susan Gabrieli
75+
* Brian Hawthorne
76+
* Tim Leslie
77+
* Fernando Perez
78+
* Tyler Perrachione
79+
* Jean-Baptiste Poline
80+
* Alexis Roche
81+
* Denis Riviere
82+
* Gretchen Reynolds
83+
* Jonathan Taylor
84+
* Bertrand Thirion
85+
* Bernjamin Thyreau
86+
* Mike Trumpis
87+
* Karl Young
88+
* Tom Waite
89+
90+
We would also like to thank `JetBrains <http://www.jetbrains.com/>`__ for providing `Pycharm <http://www.jetbrains.com/pycharm/>`__ licenses.
91+
92+
Funding
93+
-------
94+
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
96+
`2 U54 EB005149 - 06 Core 2b Huntington's Disease - Driving Biological Project <http://projectreporter.nih.gov/project_info_description.cfm?aid=8153616&icde=16158743&ddparam=&ddvalue=&ddsub=&cr=18&csb=PT&cs=ASC>`__,
97+
`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>`__,
99+
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>`__.
100+

doc/_templates/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<a class="navbar" href="{{pathto('index')}}">Home</a> ·
1111
<a class="navbar" href="{{pathto('quickstart')}}">Quickstart</a> ·
1212
<a class="navbar" href="{{pathto('documentation')}}">Documentation</a> ·
13-
<a class="navbar" href="{{pathto('citation')}}">Citation</a> ·
13+
<a class="navbar" href="{{pathto('about')}}">Citation</a> ·
1414
<a class="navbar" href="http://nipy.org">NiPy</a>
1515

doc/citation.rst renamed to doc/about.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
.. _citation:
1+
.. _about:
22

3-
========
4-
Citation
5-
========
3+
=====
4+
About
5+
=====
6+
7+
8+
Citatation
9+
----------
610

711
.. admonition:: Reference
812

@@ -29,3 +33,6 @@ Citation
2933
issn = "1662-5196"}
3034

3135
.. include:: links_names.txt
36+
37+
38+
.. include:: ../THANKS.rst

0 commit comments

Comments
 (0)