Skip to content

Commit

Permalink
DOC: update readme and home page with contributors
Browse files Browse the repository at this point in the history
List contributors in order of appearance, on home page.

Add new image format support to main list.
  • Loading branch information
matthew-brett committed May 6, 2012
1 parent 57afa6f commit 1fe3ead
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
8 changes: 5 additions & 3 deletions README.rst
Expand Up @@ -7,14 +7,17 @@ NiBabel

This package provides read and write access to some common medical and
neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2),
GIFTI_, NIfTI1_, MINC_, as well as PAR/REC. NiBabel is the successor of
PyNIfTI_.
GIFTI_, NIfTI1_, MINC_, MGH_ and ECAT_ as well as PAR/REC. There is some very
limited support for DICOM_. NiBabel is the successor of PyNIfTI_.

.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
.. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
.. _MINC: http://wiki.bic.mni.mcgill.ca/index.php/MINC
.. _PyNIfTI: http://niftilib.sourceforge.net/pynifti/
.. _GIFTI: http://www.nitrc.org/projects/gifti
.. _MGH format: http://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/MghFormat
.. _ECAT: http://xmedcon.sourceforge.net/Docs/Ecat
.. _DICOM: http://medical.nema.org/

The various image format classes give full or selective access to header (meta)
information and access to the image data is made available via NumPy arrays.
Expand Down Expand Up @@ -54,4 +57,3 @@ License
Nibabel is licensed under the terms of the MIT license. Some code included with
nibabel is licensed under the BSD license. Please the COPYING file in the
nibabel distribution.

21 changes: 17 additions & 4 deletions doc/source/index.rst
Expand Up @@ -28,15 +28,28 @@ Authors and Contributors

NiBabel has been written and is maintained by `Matthew Brett`_
and `Michael Hanke`_. The authors are grateful to the following
people who have contributed to NiBabel (in order of appearance):
people who have contributed to NiBabel (in rough order of appearance):

* `Yaroslav O. Halchenko`_
* Chris Burns
* `Gaël Varoquaux`_
* `Stephan Gerhard`_

License
=======
* Ian Nimmo-Smith
* Jarrod Millman
* Bertran Thirion
* Thomas Ballinger
* Cindee Madison
* Valentin Haenel
* Alexandre Gramfort
* Christian Haselgrove
* Krish Subramaniam
* Yannick Schwartz
* Bago Amirbekian
* Brendan Moloney
* Félix C. Morency

License reprise
===============

NiBabel is free-software (beer and speech) and covered by the `MIT License`_.
This applies to all source code, documentation, examples and snippets inside
Expand Down
9 changes: 6 additions & 3 deletions nibabel/info.py
Expand Up @@ -29,7 +29,7 @@
description = 'Access a multitude of neuroimaging data formats'

# Note: this long_description is actually a copy/paste from the top-level
# README.txt, so that it shows up nicely on PyPI. So please remember to edit
# README.rst, so that it shows up nicely on PyPI. So please remember to edit
# it only in one place and sync it correctly.
long_description = """
=======
Expand All @@ -38,14 +38,17 @@
This package provides read and write access to some common medical and
neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2),
GIFTI_, NIfTI1_, MINC_, as well as PAR/REC. NiBabel is the successor of
PyNIfTI_.
GIFTI_, NIfTI1_, MINC_, MGH_ and ECAT_ as well as PAR/REC. There is some very
limited support for DICOM_. NiBabel is the successor of PyNIfTI_.
.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
.. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
.. _MINC: http://wiki.bic.mni.mcgill.ca/index.php/MINC
.. _PyNIfTI: http://niftilib.sourceforge.net/pynifti/
.. _GIFTI: http://www.nitrc.org/projects/gifti
.. _MGH format: http://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/MghFormat
.. _ECAT: http://xmedcon.sourceforge.net/Docs/Ecat
.. _DICOM: http://medical.nema.org/
The various image format classes give full or selective access to header (meta)
information and access to the image data is made available via NumPy arrays.
Expand Down

0 comments on commit 1fe3ead

Please sign in to comment.