diff --git a/README.rst b/README.rst index 2d1a2b8f..73c8fe9c 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,20 @@ the `FAIRly big framework `_. Currently, BABS supports jobs submissions and audits on Sun Grid Engine (SGE) and Slurm high performance computing (HPC) clusters. +Please cite our paper if you use BABS: + + Zhao, C., Jarecka, D., Covitz, S., Chen, Y., Eickhoff, S. B., + Fair, D. A., Franco, A. R., Halchenko, Y. O., Hendrickson, T. J., Hoffstaedter, F., + Houghton, A., Kiar, G., Macdonald, A., Mehta, K., Milham, M. P., + Salo, T., Hanke, M., Ghosh, S. S., Cieslak, M. & Satterthwaite, T. D. (2024). + A reproducible and generalizable software workflow + for analysis of large-scale neuroimaging data collections using BIDS Apps. + *Imaging Neuroscience*. Accepted. + +Currently, the paper has been accepted for publication in *Imaging Neuroscience*. +The *bioRxiv* version can be found `here `_. + + BABS programs --------------------- diff --git a/setup.cfg b/setup.cfg index 288e627a..05f6ea70 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,10 +9,10 @@ parentdir_prefix = [metadata] url = https://github.com/PennLINC/babs -author = The PennLINC developers -author_email = chenyzh@seas.upenn.edu -maintainer = Chenying Zhao, Sydney Covitz, Matt Cieslak -maintainer_email = chenyzh@seas.upenn.edu +author = The PennLINC developers, Senseable Intelligence Group (MIT) developers, and collaborators +author_email = Matthew.Cieslak@pennmedicine.upenn.edu +maintainer = The PennLINC developers +maintainer_email = Matthew.Cieslak@pennmedicine.upenn.edu description = BIDS App Bootstrap (BABS) is a reproducible, generalizable, and scalable Python package for BIDS App analysis of large datasets. It uses DataLad and adopts FAIRly big framework. license = MIT classifiers =