From 97426ae07938adf7d4430fd0f58d567487be159e Mon Sep 17 00:00:00 2001 From: sarthakpati Date: Tue, 21 Jul 2020 14:09:21 -0400 Subject: [PATCH] added doi of citation --- brain_mage_run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/brain_mage_run b/brain_mage_run index 3e35c01..55725ab 100644 --- a/brain_mage_run +++ b/brain_mage_run @@ -24,9 +24,10 @@ if __name__ == '__main__': 'See the documentation for details on its use.\n'+\ 'If you are using this tool, please cite out paper.' 'This software accompanies the research presented in:\n'+\ - 'Thakur et al, \'Brain Extraction on MRI Scans in Presence of Diffuse\n'+\ + 'Thakur et al., \'Brain Extraction on MRI Scans in Presence of Diffuse\n'+\ 'Glioma:Multi-institutional Performance Evaluation of Deep Learning Methods'+\ 'and Robust Modality-Agnostic Training\'.\n'+\ + 'DOI: 10.1016/j.neuroimage.2020.117081\n' +\ 'We hope our work helps you in your endeavours.\n'+ '\n'\ 'Copyright: Center for Biomedical Image Computing and Analytics (CBICA), University of Pennsylvania.\n'\ 'For questions and feedback contact: software@cbica.upenn.edu')