Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core devs doc and add @emdupre #2151

Merged
merged 4 commits into from
Oct 8, 2019
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 31 additions & 33 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,36 @@
People
------

This work is made available by a community of people, amongst which
This work is made available by a community of people, which
originated from
the `INRIA Parietal Project Team <https://team.inria.fr/parietal/>`_
and the `scikit-learn <http://scikit-learn.org/>`_ folks, in
particular:

* Alexandre Abraham
* `Alexandre Gramfort <http://alexandre.gramfort.net>`_
* Vincent Michel
* Bertrand Thirion
* `Fabian Pedregosa <http://fa.bianp.net/>`_
* `Gael Varoquaux <http://gael-varoquaux.info/>`_
* Philippe Gervais
* Michael Eickenberg
* Danilo Bzdok
* Loïc Estève
* Kamalakar Reddy Daddy
* Elvis Dohmatob
* Alexandre Abadie
* Andres Hoyos Idrobo
* Salma Bougacha
* Mehdi Rahim
* Sylvain Lanuzel
* `Kshitij Chawla <https://github.com/kchawla-pi>`_

Many of also contributed outside of Parietal, notably:

* `Chris Filo Gorgolewski <http://multiplecomparisons.blogspot.fr/>`_
* `Ben Cipollini <http://cseweb.ucsd.edu/~bcipolli/>`_
* Julia Huntenburg
* Martin Perez-Guevara

Thanks to M. Hanke and Y. Halchenko for data and packaging.
and the `scikit-learn <http://scikit-learn.org/>`_ but grew much further.

An up-to-date list of contributors can be seen in on `gitub
<https://github.com/nilearn/nilearn/graphs/contributors>`_

Additional credit goes to M. Hanke and Y. Halchenko for data and packaging.

.. _core_devs:

Core developers
.................

The nilearn core developers are:

* Alexandre Gramfort https://github.com/agramfort
* Ben Cipollini https://github.com/bcipolli
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See, you do this during Hacktoberfest, and now I feel like it's a good opportunity to make some new contributions :) Will check in soon!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was mere luck.

But we are hoping to release soonish. The new HTML reports are totally worth a release!

And we'd be so happy to welcome more of your contributions!

* Bertrand Thirion https://github.com/bthirion
* Chris Gorgolewski https://github.com/chrisgorgo
* Danilo Bzdok https://github.com/banilo
* Elizabeth DuPre https://github.com/emdupre
* Gael Varoquaux https://github.com/GaelVaroquaux
* Jerome Dockes https://github.com/jeromedockes
* Julia Huntenburg https://github.com/juhuntenburg
* KamalakerDadi https://github.com/KamalakerDadi
* Kshitij Chawla https://github.com/kchawla-pi
* Medhi Rahim https://github.com/mrahim
* Salma Bougacha https://github.com/salma1601

Funding
........
Expand All @@ -45,7 +43,7 @@ Mehdi Rahim, Philippe Gervais where payed by the `NiConnect
project, funded by the French `Investissement d'Avenir
<http://www.gouvernement.fr/investissements-d-avenir-cgi>`_.

NiLearn is also supported by `DigiCosme <https://digicosme.lri.fr>`_ |digicomse logo|
NiLearn is also supported by `DigiCosme <https://digicosme.lri.fr>`_ |digicosme logo|
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+Dataia, since they supported a workshop this year :-)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed. This should now be ready for merge.


.. _citing:

Expand Down Expand Up @@ -76,4 +74,4 @@ See the scikit-learn documentation on `how to cite

.. |digicomse logo| image:: logos/digi-saclay-logo-small.png
:height: 25
:alt: DigiComse Logo
:alt: DigiComse Logo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/DigiComse/DigiCosme/, right ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Fixed.

5 changes: 1 addition & 4 deletions doc/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,9 @@ Decisions are made public, through discussion on issues and pull requests
in Github.

The decisions are made by the core-contributors, ie people with write
access to the repository, as listed `here
<https://github.com/orgs/nilearn/people>`__
access to the repository, as listed :ref:`here <core_devs>`

If there are open questions, final decisions are made by the Temporary
Benevolent Dictator, currently Gaël Varoquaux.



.. include:: ../CONTRIBUTING.rst