Skip to content

Commit 89972dc

Browse files
committed
Add predictors from TextGrids
1 parent e121da9 commit 89972dc

20 files changed

Lines changed: 1296 additions & 4 deletions

File tree

404.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
</li>
7474
<li class="toctree-l1"><a class="reference internal" href="/trf/results_analysis/">Analyzing results</a>
7575
</li>
76+
<li class="toctree-l1"><a class="reference internal" href="/trf/textgrid_preds/">Predictors from TextGrids</a>
77+
</li>
7678
</ul>
7779
</div>
7880
</div>

history/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
</li>
8383
<li class="toctree-l1"><a class="reference internal" href="../trf/results_analysis/">Analyzing results</a>
8484
</li>
85+
<li class="toctree-l1"><a class="reference internal" href="../trf/textgrid_preds/">Predictors from TextGrids</a>
86+
</li>
8587
</ul>
8688
</div>
8789
</div>
@@ -108,6 +110,8 @@
108110
<div class="section" itemprop="articleBody">
109111

110112
<h1 id="update-history">Update history</h1>
113+
<p>06/29/2026:
114+
<strong>[Version 0.2.7]</strong> Added <code>make_predictors_from_textgrids()</code> to <code>trf</code> module to allow predictor generation using TextGrid annotations of the audio stimuli.</p>
111115
<p>06/11/2026:
112116
<strong>[Version 0.2.6]</strong> Expanded <code>prepare_eeg()</code> functionality of <code>trf</code> module so that it can now handles EEG epochs containing more than one stimulus. The plotting functions in the prp module now also support plotting standard errors around the mean curve.</p>
113117
<p>The TRF documentation has also been updated. It now covers the complete workflow for running neural tracking of acoustics as well as basic result analyses.</p>

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
</li>
8989
<li class="toctree-l1"><a class="reference internal" href="trf/results_analysis/">Analyzing results</a>
9090
</li>
91+
<li class="toctree-l1"><a class="reference internal" href="trf/textgrid_preds/">Predictors from TextGrids</a>
92+
</li>
9193
</ul>
9294
</div>
9395
</div>
@@ -124,13 +126,13 @@ <h2 id="features">Features</h2>
124126
<li>TRF estimation with support for parallel processing</li>
125127
</ul>
126128
<h2 id="whats-new">What's new?</h2>
129+
<p>06/29/2026:
130+
<strong>[Version 0.2.7]</strong> Added <code>make_predictors_from_textgrids()</code> to <code>trf</code> module to allow predictor generation using TextGrid annotations of the audio stimuli.</p>
127131
<p>06/11/2026:
128132
<strong>[Version 0.2.6]</strong> Expanded <code>prepare_eeg()</code> functionality of <code>trf</code> module so that it can now handles EEG epochs containing more than one stimulus. The plotting functions in the prp module now also support plotting standard errors around the mean curve.</p>
129133
<p>The TRF documentation has also been updated. It now covers the complete workflow for running neural tracking of acoustics as well as basic result analyses.</p>
130134
<p>05/29/2026:
131135
Added documentation for running TRF models and submitting Slurm jobs.</p>
132-
<p>05/16/2026:
133-
<strong>[Version 0.2.5]</strong> Updated the <code>plot_schematic()</code> function to the <code>trf</code> module for plotting EEG, stimulus waveform, and predictors.</p>
134136
<p><em>See more in <a href="history/">Update history</a>.</em></p>
135137
<h2 id="quick-example">Quick example</h2>
136138
<div class="highlight"><pre><span></span><code><span class="kn">import</span><span class="w"> </span><span class="nn">neuraspeech</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="nn">ns</span>
@@ -196,5 +198,5 @@ <h2 id="quick-example">Quick example</h2>
196198

197199
<!--
198200
MkDocs version : 1.6.1
199-
Build Date UTC : 2026-06-11 21:38:47.983061+00:00
201+
Build Date UTC : 2026-06-29 22:10:14.892468+00:00
200202
-->

install/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
</li>
8989
<li class="toctree-l1"><a class="reference internal" href="../trf/results_analysis/">Analyzing results</a>
9090
</li>
91+
<li class="toctree-l1"><a class="reference internal" href="../trf/textgrid_preds/">Predictors from TextGrids</a>
92+
</li>
9193
</ul>
9294
</div>
9395
</div>

prp/f_statistic/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090
</li>
9191
<li class="toctree-l1"><a class="reference internal" href="../../trf/results_analysis/">Analyzing results</a>
9292
</li>
93+
<li class="toctree-l1"><a class="reference internal" href="../../trf/textgrid_preds/">Predictors from TextGrids</a>
94+
</li>
9395
</ul>
9496
</div>
9597
</div>

prp/prepare_data/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
</li>
8383
<li class="toctree-l1"><a class="reference internal" href="../../trf/results_analysis/">Analyzing results</a>
8484
</li>
85+
<li class="toctree-l1"><a class="reference internal" href="../../trf/textgrid_preds/">Predictors from TextGrids</a>
86+
</li>
8587
</ul>
8688
</div>
8789
</div>

prp/prp_basics/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@
106106
</li>
107107
<li class="toctree-l1"><a class="reference internal" href="../../trf/results_analysis/">Analyzing results</a>
108108
</li>
109+
<li class="toctree-l1"><a class="reference internal" href="../../trf/textgrid_preds/">Predictors from TextGrids</a>
110+
</li>
109111
</ul>
110112
</div>
111113
</div>

search.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
</li>
7474
<li class="toctree-l1"><a class="reference internal" href="./trf/results_analysis/">Analyzing results</a>
7575
</li>
76+
<li class="toctree-l1"><a class="reference internal" href="./trf/textgrid_preds/">Predictors from TextGrids</a>
77+
</li>
7678
</ul>
7779
</div>
7880
</div>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)