Skip to content

Commit d27b1f9

Browse files
committed
New upgraded about page.
1 parent 7543981 commit d27b1f9

File tree

4 files changed

+107
-70
lines changed

4 files changed

+107
-70
lines changed

THANKS

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

THANKS.rst

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
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-ge
28+
* Daniel Ginsburg
29+
* Daniel Haehn
30+
* Daniel Margulies
31+
* Dav Clark
32+
* David Welch
33+
* Drew Erickson
34+
* Erik Kastman
35+
* Félix C. Morency
36+
* Gael Varoquaux
37+
* Hans Johnson
38+
* Janosch Linkersdörfer
39+
* Januzz
40+
* Jarrod Millman
41+
* Jeff Lai
42+
* Jessica Forbes
43+
* John Salvatore
44+
* Lijie Huang
45+
* Michael Hallquist
46+
* Michael Hanke
47+
* Michael Notter
48+
* Michael Waskom
49+
* Nolan Nichols
50+
* Oliver Hinds
51+
* Oscar Esteban
52+
* Rosalia Tungaraza
53+
* Satrajit Ghosh
54+
* Sharad Sikka
55+
* Stephan Gerhard
56+
* Erik Ziegler
57+
* Valentin Haenel
58+
* Xiangzhen Kong
59+
* Xu Wang
60+
* Yannick Schwartz
61+
* Yaroslav O. Halchenko
62+
63+
For full most up to date list see `Ohloh <https://www.ohloh.net/p/nipype/contributors>`__.
64+
65+
Other contributors
66+
------------------
67+
68+
* Matthew Brett
69+
* Michael Castelle
70+
* Philippe Ciuciu
71+
* Yann Cointepas
72+
* Mark D'Esposito
73+
* Susan Gabrieli
74+
* Brian Hawthorne
75+
* Tim Leslie
76+
* Fernando Perez
77+
* Tyler Perrachione
78+
* Jean-Baptiste Poline
79+
* Alexis Roche
80+
* Denis Riviere
81+
* Gretchen Reynolds
82+
* Jonathan Taylor
83+
* Bertrand Thirion
84+
* Bernjamin Thyreau
85+
* Mike Trumpis
86+
* Karl Young
87+
* Tom Waite
88+
89+
We would also like to thank `JetBrains <http://www.jetbrains.com/>`__ for providing `Pycharm <http://www.jetbrains.com/pycharm/>`__ licenses.
90+
91+
Funding
92+
-------
93+
Satrajit Ghosh work on this project was partially founded by NIBIB R03 EB008673 (PI: Ghosh and Whitfield-Gabrieli).
94+
Chris Burn was supported by NIMH grant 5R01MH081909-02 (PI: Desposito).
95+

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)