|
1 | 1 | A Python client to query TemplateFlow |
2 | 2 | ===================================== |
3 | 3 |
|
4 | | -|DOI| |CircleCI| |Build Status| |Pypi| |
5 | | - |
6 | | -Group inference and reporting of neuroimaging studies require that |
7 | | -individual’s features are spatially aligned into a common frame where |
8 | | -their location can be called standard. To that end, a multiplicity of |
9 | | -brain templates with anatomical annotations (i.e., atlases) have been |
10 | | -published. However, a centralized resource that allows programmatic |
11 | | -access to templates is lacking. TemplateFlow is a modular, |
12 | | -version-controlled resource that allows researchers to use templates |
13 | | -“off-the-shelf” and share new ones. |
14 | | - |
15 | | -.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2583289.svg |
| 4 | +|Zenodo| |preprint| |CircleCI| |Build Status| |Pypi| |
| 5 | + |
| 6 | +Reference anatomies of the brain and corresponding atlases play a central role in experimental |
| 7 | +neuroimaging workflows and are the foundation for reporting standardized results. |
| 8 | +The choice of such references —i.e., templates— and atlases is one relevant source of methodological |
| 9 | +variability across studies, which has recently been brought to attention as an important challenge |
| 10 | +to reproducibility in neuroscience. |
| 11 | +*TemplateFlow* is a publicly available framework for human and nonhuman brain models. |
| 12 | +The framework combines an open database with software for access, management, and vetting, |
| 13 | +allowing scientists to distribute their resources under *FAIR* —findable, accessible, interoperable, |
| 14 | +reusable— principles. |
| 15 | +*TemplateFlow* supports a multifaceted insight into brains across species, and enables multiverse |
| 16 | +analyses testing whether results generalize across standard references, scales, and in the long term, |
| 17 | +species, thereby contributing to increasing the reliability of neuroimaging results. |
| 18 | + |
| 19 | +Publishing resources in the *TemplateFlow* Archive |
| 20 | +-------------------------------------------------- |
| 21 | +Please check the `Contributing section of the TemplateFlow website |
| 22 | +<https://www.templateflow.org/contributing/submission/>`__. |
| 23 | + |
| 24 | +License information |
| 25 | +------------------- |
| 26 | +*TemplateFlow* adheres to the |
| 27 | +`general licensing guidelines <https://www.nipreps.org/community/licensing/>`__ |
| 28 | +of the *NiPreps framework*. |
| 29 | + |
| 30 | +License |
| 31 | +~~~~~~~ |
| 32 | +Copyright (c) 2021, the *NiPreps* Developers. |
| 33 | + |
| 34 | +The *TemplateFlow* Python Client is |
| 35 | +licensed under the Apache License, Version 2.0 (the "License"); |
| 36 | +you may not use this file except in compliance with the License. |
| 37 | +You may obtain a copy of the License at |
| 38 | +`http://www.apache.org/licenses/LICENSE-2.0 |
| 39 | +<http://www.apache.org/licenses/LICENSE-2.0>`__. |
| 40 | + |
| 41 | +Unless required by applicable law or agreed to in writing, software |
| 42 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 43 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 44 | +See the License for the specific language governing permissions and |
| 45 | +limitations under the License. |
| 46 | + |
| 47 | +Acknowledgements |
| 48 | +---------------- |
| 49 | +This work is steered and maintained by the `NiPreps Community <https://www.nipreps.org>`__. |
| 50 | +The development of this resource was supported by |
| 51 | +the Laura and John Arnold Foundation (RAP and KJG), |
| 52 | +the NIBIB (R01EB020740, SSG; 1P41EB019936-01A1SSG, YOH), |
| 53 | +the NIMH (RF1MH121867, RAP, OE; R24MH114705 and R24MH117179, RAP; 1RF1MH121885 SSG), |
| 54 | +NINDS (U01NS103780, RAP), and NSF (CRCNS 1912266, YOH). |
| 55 | +OE acknowledges financial support from the SNSF Ambizione project |
| 56 | +“*Uncovering the interplay of structure, function, and dynamics of |
| 57 | +brain connectivity using MRI*” (grant number |
| 58 | +`PZ00P2_185872 <http://p3.snf.ch/Project-185872>`__). |
| 59 | + |
| 60 | +.. |Zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2583289.svg |
16 | 61 | :target: https://doi.org/10.5281/zenodo.2583289 |
17 | 62 | .. |CircleCI| image:: https://circleci.com/gh/templateflow/python-client/tree/master.svg?style=shield |
18 | 63 | :target: https://circleci.com/gh/templateflow/python-client/tree/master |
19 | 64 | .. |Build Status| image:: https://github.com/templateflow/python-client/workflows/Python%20package/badge.svg |
20 | 65 | :target: https://github.com/templateflow/python-client/actions?query=workflow%3A%22Python+package%22 |
21 | 66 | .. |Pypi| image:: https://img.shields.io/pypi/v/templateflow.svg |
22 | 67 | :target: https://pypi.python.org/pypi/templateflow/ |
| 68 | +.. |preprint| image:: https://img.shields.io/badge/doi-10.1101%2F2021.02.10.430678-blue.svg |
| 69 | + :target: https://doi.org/10.1101/2021.02.10.430678 |
0 commit comments