Skip to content

Commit 381e8c6

Browse files
committed
Only include 2012 FSL paper in refs.
1 parent 8fde7e2 commit 381e8c6

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

nipype/interfaces/fsl/base.py

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -158,37 +158,7 @@ class FSLCommand(CommandLine):
158158
input_spec = FSLCommandInputSpec
159159
_output_type = None
160160

161-
references_ = [{'entry': BibTeX('@article{WoolrichJbabdiPatenaudeChappellMakniBehrens'
162-
'BeckmannJenkinsonSmith2009,'
163-
'author={M.W. Woolrich, S. Jbabdi, B. Patenaude, M. Chappell, '
164-
'S. Makni, T. Behrens, C. Beckmann, M. Jenkinson, and S.M. Smith},'
165-
'title={Bayesian analysis of neuroimaging data in FSL},'
166-
'journal={NeuroImage},'
167-
'volume={45},'
168-
'number={1},'
169-
'pages={S173-186},'
170-
'year={2009},'
171-
'}'),
172-
'tags': ['implementation'],
173-
},
174-
{'entry': BibTeX('@article{SmithJenkinsonWoolrichBeckmannBehrensJohansen'
175-
'BergBannisterDeLucaDrobnjakFlitneyNiazySaundersVickers'
176-
'ZhangDeStefanoBradyMatthews2004,'
177-
'author={S.M. Smith, M. Jenkinson, M.W. Woolrich, C.F. Beckmann, '
178-
'T.E.J. Behrens, H. Johansen-Berg, P.R. Bannister, M. De Luca, '
179-
'I. Drobnjak, D.E. Flitney, R. Niazy, J. Saunders, J. Vickers, '
180-
'Y. Zhang, N. De Stefano, J.M. Brady, and P.M. Matthews},'
181-
'title={Advances in functional and structural MR image analysis '
182-
'and implementation as FSL},'
183-
'journal={NeuroImage},'
184-
'volume={23},'
185-
'number={S1},'
186-
'pages={208-219},'
187-
'year={2004},'
188-
'}'),
189-
'tags': ['implementation'],
190-
},
191-
{'entry': BibTeX('@article{JenkinsonBeckmannBehrensWoolrichSmith2012,'
161+
references_ = [{'entry': BibTeX('@article{JenkinsonBeckmannBehrensWoolrichSmith2012,'
192162
'author={M. Jenkinson, C.F. Beckmann, T.E. Behrens, '
193163
'M.W. Woolrich, and S.M. Smith},'
194164
'title={FSL},'

0 commit comments

Comments
 (0)