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.
2 parents 4e1b437 + 9d096f4 commit d0190f8Copy full SHA for d0190f8
nipype/__init__.py
@@ -19,6 +19,15 @@
19
from .refs import due
20
21
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
+
31
try:
32
import faulthandler
33
faulthandler.enable()
0 commit comments