Skip to content

Commit

Permalink
Drop and modify infrastructure files (#40)
Browse files Browse the repository at this point in the history
Drop and modify a lot of infrastructure files.
  • Loading branch information
tsalo authored Aug 12, 2024
1 parent cfd619e commit e5b366c
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 104 deletions.
5 changes: 5 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
"affiliation": "Johns Hopkins Bloomberg School of Public Health",
"orcid": "0000-0003-4141-1343"
},
{
"name": "Salo, Taylor",
"affiliation": "Perelman School of Medicine, University of Pennsylvania",
"orcid": "0000-0001-9813-3167"
},
{
"name": "Sydnor, Valerie Jill",
"affiliation": "Perelman School of Medicine, University of Pennsylvania",
Expand Down
Empty file removed CHANGES.rst
Empty file.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Contributing to qsirecon
# Contributing to QSIRecon

Contributions are welcome. Please see the guidelines for contributing to fmriprep and follow those here.
Contributions are welcome.
Please see the guidelines for contributing to fMRIPrep and follow those here.

## Licensing

qsirecon is licensed under the BSD 3-clause license. Any contributions will be licensed under the same terms.
QSIRecon is licensed under the BSD 3-clause license.
Any contributions will be licensed under the same terms.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2018, the BBL developers team.
Copyright (c) 2024-, Lifespan Informatics and Neuroimaging Center
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ include requirements.txt
include CHANGES.rst
include LICENSE

# versioneer
include versioneer.py
# hatchling
include qsirecon/_version.py
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ connectivity.


Note
------
----

The ``qsirecon`` pipeline uses much of the code from ``FMRIPREP``. It is critical
to note that the similarities in the code **do not imply that the authors of
FMRIPREP in any way endorse or support this code or its pipelines**.
The ``QSIRecon`` pipeline uses much of the code from ``fMRIPrep``.
It is critical to note that the similarities in the code
**do not imply that the authors of fMRIPrep in any way endorse or support this code or its pipelines**.
41 changes: 0 additions & 41 deletions REFERENCES.md

This file was deleted.

14 changes: 5 additions & 9 deletions long_description.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
QSIRecon borrows heavily from fMRIPrep to build workflows for preprocessing q-space images
QSIRecon borrows heavily from fMRIPrep to build workflows for reconstructing q-space images
such as Diffusion Spectrum Images (DSI), multi-shell HARDI and compressed sensing DSI (CS-DSI).
It utilizes Dipy and ANTs to implement a novel high-b-value head motion correction approach
using q-space methods such as 3dSHORE to iteratively generate head motion target images for each
gradient direction and strength.

Since qsirecon uses the fMRIPrep workflow-building strategy, it can also generate methods
boilerplate and quality-check figures.

Users can also reconstruct orientation distribution functions (ODFs), fiber orientation
QSIRecon can reconstruct orientation distribution functions (ODFs), fiber orientation
distributions (FODs) and perform tractography, estimate anisotropy scalars and connectivity
estimation using a combination of Dipy, MRTrix and DSI Studio using a JSON-based pipeline
specification.

Since QSIRecon uses the fMRIPrep workflow-building strategy,
it can also generate methods boilerplate and quality-check figures.

[Documentation `qsirecon.org <https://qsirecon.readthedocs.io>`_]
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ exclude = '''
| _build
| build
| dist
| qsirecon/niworkflows
)/
| qsirecon/_version.py
)
Expand All @@ -156,7 +155,6 @@ exclude = [
"qsirecon/config.py",
"qsirecon/data/",
"qsirecon/tests/",
"qsirecon/niworkflows/",
"qsirecon/utils/sentry.py",
]
ignore = ["D107", "E203", "E402", "E722", "W503", "N803", "N806", "N815", "W605"]
Expand Down
42 changes: 0 additions & 42 deletions update_changes.sh

This file was deleted.

0 comments on commit e5b366c

Please sign in to comment.