Skip to content

Commit d0190f8

Browse files
committed
Merge remote-tracking branch 'origin/enh/duecredit' into enh/duecredit
2 parents 4e1b437 + 9d096f4 commit d0190f8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

nipype/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
from .refs import due
2020

2121

22+
# Use duecredit (duecredit.org) to provide a citation to relevant work to
23+
# be cited. This does nothing, unless the user has duecredit installed,
24+
# And calls this with duecredit (as in `python -m duecredit script.py`):
25+
from .due import due, Doi
26+
due.cite(Doi("10.3389/fninf.2011.00013"),
27+
description="A flexible, lightweight and extensible neuroimaging data"
28+
" processing framework in Python",
29+
tags=["nipype"],)
30+
2231
try:
2332
import faulthandler
2433
faulthandler.enable()

0 commit comments

Comments
 (0)