Skip to content

Commit 462fafb

Browse files
committed
Add celotto to references
1 parent 0844598 commit 462fafb

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

docs/source/refs.bib

+9
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,12 @@ @article{williamsBeers2010
295295
keywords = {Quantitative Biology - Neurons and Cognition, infoth, Computer Science - Information Theory, Mathematical Physics, Physics - Biological Physics, Physics - Data Analysis, Statistics and Probability, Quantitative Biology - Quantitative Methods},
296296
annote = {Comment: 14 pages, 9 figures},
297297
}
298+
299+
@article{celotto2023information,
300+
title={An information-theoretic quantification of the content of communication between brain regions},
301+
author={Celotto, Marco and Bim, Jan and Tlaie, Alejandro and De Feo, Vito and Lemke, Stefan M and Chicharro, Daniel and Nili, Hamed and Bieler, Malte and Hanganu-Opatz, Ileana and Donner, Tobias H and others},
302+
journal={bioRxiv},
303+
pages={2023--06},
304+
year={2023},
305+
publisher={Cold Spring Harbor Laboratory}
306+
}

frites/conn/conn_fit.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ def conn_fit(data, y, roi=None, times=None, mi_type='cc', gcrn=True,
1212
max_delay=.3, avg_delay=False, net=False, sfreq=None,
1313
verbose=None, **kw_links):
1414
"""Feature-specific information transfer.
15-
Celotto M, et al. (2023) An information-theoretic quantification
16-
of the content of communication between brain regions. bioRxiv
17-
https://www.biorxiv.org/content/10.1101/2023.06.14.544903v1
1815
1916
Parameters
2017
----------
@@ -64,6 +61,10 @@ def conn_fit(data, y, roi=None, times=None, mi_type='cc', gcrn=True,
6461
See also
6562
--------
6663
conn_links
64+
65+
References
66+
----------
67+
Celotto M, et al. :cite:`celotto2023information`
6768
"""
6869
# _________________________________ INPUTS ________________________________
6970
# inputs conversion

0 commit comments

Comments
 (0)