Skip to content

Commit 5795b12

Browse files
committed
fix spm citation
1 parent 5c5f720 commit 5795b12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nipype/interfaces/spm/refs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# vi: set ft=python sts=4 ts=4 sw=4 et:
33
"""References for this interface"""
44

5-
from .due import due, Doi, BibTeX
5+
from ...due import due, Doi, BibTeX
66

7-
# http://www.fil.ion.ucl.ac.uk/spm
8-
due.dcite(BibTeX("""book{FrackowiakFristonFrithDolanMazziotta1997,
7+
# # http://www.fil.ion.ucl.ac.uk/spm
8+
due.cite(BibTeX("""@book{FrackowiakFristonFrithDolanMazziotta1997,
99
author={R.S.J. Frackowiak, K.J. Friston, C.D. Frith, R.J. Dolan, and J.C. Mazziotta},
1010
title={Human Brain Function},
1111
publisher={Academic Press USA}

0 commit comments

Comments
 (0)