From 462fafbf10d884111e3119fdfb22f5f7e950839e Mon Sep 17 00:00:00 2001 From: EtienneCmb Date: Fri, 30 Jun 2023 17:44:00 +0200 Subject: [PATCH] Add celotto to references --- docs/source/refs.bib | 9 +++++++++ frites/conn/conn_fit.py | 7 ++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/source/refs.bib b/docs/source/refs.bib index 1726f623..0e17109f 100644 --- a/docs/source/refs.bib +++ b/docs/source/refs.bib @@ -295,3 +295,12 @@ @article{williamsBeers2010 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}, annote = {Comment: 14 pages, 9 figures}, } + +@article{celotto2023information, + title={An information-theoretic quantification of the content of communication between brain regions}, + 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}, + journal={bioRxiv}, + pages={2023--06}, + year={2023}, + publisher={Cold Spring Harbor Laboratory} +} diff --git a/frites/conn/conn_fit.py b/frites/conn/conn_fit.py index b9e5f510..de96de14 100644 --- a/frites/conn/conn_fit.py +++ b/frites/conn/conn_fit.py @@ -12,9 +12,6 @@ def conn_fit(data, y, roi=None, times=None, mi_type='cc', gcrn=True, max_delay=.3, avg_delay=False, net=False, sfreq=None, verbose=None, **kw_links): """Feature-specific information transfer. - Celotto M, et al. (2023) An information-theoretic quantification - of the content of communication between brain regions. bioRxiv - https://www.biorxiv.org/content/10.1101/2023.06.14.544903v1 Parameters ---------- @@ -64,6 +61,10 @@ def conn_fit(data, y, roi=None, times=None, mi_type='cc', gcrn=True, See also -------- conn_links + + References + ---------- + Celotto M, et al. :cite:`celotto2023information` """ # _________________________________ INPUTS ________________________________ # inputs conversion