|
222 | 222 | <li class="dropdown-header">R Tutorials</li>
|
223 | 223 | <li class="dropdown-header">Analyzing Heart Rate Variability in R</li>
|
224 | 224 | <li>
|
225 |
| - <a href="hrv_tutorial.html">Overview of HRV and tutorial</a> |
| 225 | + <a href="hrv_tutorial.html">Overview and introduction</a> |
226 | 226 | </li>
|
227 | 227 | <li>
|
228 | 228 | <a href="extract_ecg.html">Extracting data</a>
|
|
240 | 240 | <a href="hrv_stats.html">HRV statistics</a>
|
241 | 241 | </li>
|
242 | 242 | <li class="divider"></li>
|
| 243 | + <li class="dropdown-header">Using Shiny for Psychological Research</li> |
243 | 244 | <li>
|
244 |
| - <a href="shiny_tutorial.html">Using Shiny for Psychological Research</a> |
| 245 | + <a href="shiny_tutorial.html">Overview and introduction</a> |
245 | 246 | </li>
|
246 | 247 | <li class="divider"></li>
|
247 | 248 | <li class="dropdown-header">Additional Tutorials</li>
|
@@ -302,11 +303,13 @@ <h1>Preperation</h1>
|
302 | 303 | <div class="sourceCode"><pre class="sourceCode bash"><code class="sourceCode bash"><span class="ex">pip</span> install bioread</code></pre></div>
|
303 | 304 | <div id="tutorial-overview" class="section level2">
|
304 | 305 | <h2>Tutorial Overview</h2>
|
| 306 | +<p>This brief tutorial will consist of the following topics:</p> |
305 | 307 | <p>1). <a href="extract_ecg.html">Extracting electrophysiology data from raw files</a></p>
|
306 | 308 | <p>2). <a href="compute_ibi.html">Prepare files and compute interbeat interval (IBI)</a></p>
|
307 | 309 | <p>3). <a href="ecg_outliers.html">Check for outliers and graph</a></p>
|
308 | 310 | <p>4). <a href="hrv_triggers.html">Dealing with triggers</a></p>
|
309 | 311 | <p>5). <a href="hrv_stats.html">Obtain statistics</a></p>
|
| 312 | +<p>You can navigate to the appropriate section by clicking the links above or using the dropdown menu at the top of the page.</p> |
310 | 313 | </div>
|
311 | 314 | </div>
|
312 | 315 |
|
|
0 commit comments