We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ff28e commit 4b87170Copy full SHA for 4b87170
fmriprep/utils/bids.py
@@ -209,9 +209,10 @@ def write_derivative_description(bids_dir, deriv_dir):
209
'CodeURL': DOWNLOAD_URL,
210
},
211
'CodeURL': 'https://github.com/poldracklab/fmriprep',
212
- 'HowToAcknowledge': 'Please cite our paper '
213
- '(https://doi.org/10.1101/306951), and include the generated '
214
- 'citation boilerplate within the Methods section of the text',
+ 'HowToAcknowledge':
+ 'Please cite our paper (https://doi.org/10.1101/306951), and '
+ 'include the generated citation boilerplate within the Methods '
215
+ 'section of the text.',
216
}
217
218
# Keys that can only be set by environment
0 commit comments