Skip to content

Commit 8c61479

Browse files
committed
A little cleanup for todo
1 parent 11d662e commit 8c61479

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

todo.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Strengthen the social and code foundations of the Nibabel library by outreach th
2222
### Amount Requested (required):
2323

2424
> Enter total budget amount requested in USD, including indirect costs; this
25-
> number should be between $50k and $250k total costs and match total described
26-
> in the Budget Description. Enter whole numbers only (no dollar signs, commas,
27-
> or cents)
25+
> number should be between \$50k and \$250k total costs and match total
26+
> described in the Budget Description. Enter whole numbers only (no dollar
27+
> signs, commas, or cents)
2828
2929
0
3030

@@ -90,6 +90,8 @@ the proportion has been much lower over Nibabel's full commit history, at 3.4%.
9090
> include figures, charts and tables, references for the proposal, or any
9191
> additional material in support of the proposal (maximum of three pages)
9292
93+
See `./optional_attachments.md`.
94+
9395
## CV of applicant
9496

9597
> Upload in PDF format; include current and recent employment, education
@@ -127,13 +129,12 @@ the proportion has been much lower over Nibabel's full commit history, at 3.4%.
127129

128130
### Short description of software project (200 words maximum) (required)
129131

130-
Nibabel is a base library written in pure Python for working with a wide variety of brain imaging data formats as Numpy arrays. We designed it to work two related roles: a Python workbench for researchers working with brain images, and a foundation upon which higher level libraries can build. It is a dependency for nearly every Python library for brain imaging, including Nilearn and PyMVPA (machine learning), NiPy (functional brain imaging), DiPy (diffusion imaging) MNE (EEG and MEG analysis), PySurfer (brain surface display), Nipype (analysis pipelines), DeepMedic and NiftyNet (neural network analysis of brain images). A total of 45 PyPI packages depend on Nibabel: https://libraries.io/pypi/nibabel/dependents
132+
Nibabel is a base library written in pure Python for working with a wide variety of brain imaging data formats as Numpy arrays. We designed it to work two related roles: a Python workbench for researchers working with brain images, and a foundation upon which higher level libraries can build. It is a dependency for nearly every Python library for brain imaging, including Nilearn and PyMVPA (machine learning), NiPy (functional brain imaging), DiPy (diffusion imaging) MNE (EEG and MEG analysis), PySurfer (brain surfce display), Nipype (analysis pipelines), DeepMedic and NiftyNet (neural network analysis of brain images). A total of 45 PyPI packages depend on Nibabel: https://libraries.io/pypi/nibabel/dependents
131133

132134
We also use Nibabel as the most basic layer of interaction with brain images, in our own work, and in teaching. Nibabel presents an object-oriented interface to brain images, giving efficient Python access to the brain image data in the form of a Numpy array, and metadata in the form of a Python dictionary or Numpy record array. These attributes make it relatively straightforward to build custom image processing pipelines, that filter, threshold, combine or display images.
133135

134136
## Software metrics
135137

136-
137138
### List of upstream, downstream, or related software projects that the team is contributing to or receiving contributions from:
138139

139140
Matthew Brett contributions (number of commits):

0 commit comments

Comments
 (0)