You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: todo.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ Strengthen the social and code foundations of the Nibabel library by outreach th
22
22
### Amount Requested (required):
23
23
24
24
> 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)
28
28
29
29
0
30
30
@@ -90,6 +90,8 @@ the proportion has been much lower over Nibabel's full commit history, at 3.4%.
90
90
> include figures, charts and tables, references for the proposal, or any
91
91
> additional material in support of the proposal (maximum of three pages)
92
92
93
+
See `./optional_attachments.md`.
94
+
93
95
## CV of applicant
94
96
95
97
> 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%.
127
129
128
130
### Short description of software project (200 words maximum) (required)
129
131
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
131
133
132
134
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.
133
135
134
136
## Software metrics
135
137
136
-
137
138
### List of upstream, downstream, or related software projects that the team is contributing to or receiving contributions from:
0 commit comments