Skip to content

Commit 15700c4

Browse files
committed
Website restructuring
I’ll stop obsessing now.
1 parent 2cb1a0c commit 15700c4

13 files changed

+41
-24
lines changed

_site.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ navbar:
99
menu:
1010
- text: "R Tutorials"
1111
- text: "Analyzing Heart Rate Variability in R"
12-
- text: "Overview of HRV and tutorial"
12+
- text: "Overview and introduction"
1313
href: hrv_tutorial.html
1414
- text: "Extracting data"
1515
href: extract_ecg.html
@@ -23,6 +23,7 @@ navbar:
2323
href: hrv_stats.html
2424
- text: "---------"
2525
- text: "Using Shiny for Psychological Research"
26+
- text: "Overview and introduction"
2627
href: shiny_tutorial.html
2728
- text: "---------"
2829
- text: "Additional Tutorials"

docs/README.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<li class="dropdown-header">R Tutorials</li>
176176
<li class="dropdown-header">Analyzing Heart Rate Variability in R</li>
177177
<li>
178-
<a href="hrv_tutorial.html">Overview of HRV and tutorial</a>
178+
<a href="hrv_tutorial.html">Overview and introduction</a>
179179
</li>
180180
<li>
181181
<a href="extract_ecg.html">Extracting data</a>
@@ -193,8 +193,9 @@
193193
<a href="hrv_stats.html">HRV statistics</a>
194194
</li>
195195
<li class="divider"></li>
196+
<li class="dropdown-header">Using Shiny for Psychological Research</li>
196197
<li>
197-
<a href="shiny_tutorial.html">Using Shiny for Psychological Research</a>
198+
<a href="shiny_tutorial.html">Overview and introduction</a>
198199
</li>
199200
<li class="divider"></li>
200201
<li class="dropdown-header">Additional Tutorials</li>

docs/about.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<li class="dropdown-header">R Tutorials</li>
178178
<li class="dropdown-header">Analyzing Heart Rate Variability in R</li>
179179
<li>
180-
<a href="hrv_tutorial.html">Overview of HRV and tutorial</a>
180+
<a href="hrv_tutorial.html">Overview and introduction</a>
181181
</li>
182182
<li>
183183
<a href="extract_ecg.html">Extracting data</a>
@@ -195,8 +195,9 @@
195195
<a href="hrv_stats.html">HRV statistics</a>
196196
</li>
197197
<li class="divider"></li>
198+
<li class="dropdown-header">Using Shiny for Psychological Research</li>
198199
<li>
199-
<a href="shiny_tutorial.html">Using Shiny for Psychological Research</a>
200+
<a href="shiny_tutorial.html">Overview and introduction</a>
200201
</li>
201202
<li class="divider"></li>
202203
<li class="dropdown-header">Additional Tutorials</li>

docs/compute_ibi.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<li class="dropdown-header">R Tutorials</li>
223223
<li class="dropdown-header">Analyzing Heart Rate Variability in R</li>
224224
<li>
225-
<a href="hrv_tutorial.html">Overview of HRV and tutorial</a>
225+
<a href="hrv_tutorial.html">Overview and introduction</a>
226226
</li>
227227
<li>
228228
<a href="extract_ecg.html">Extracting data</a>
@@ -240,8 +240,9 @@
240240
<a href="hrv_stats.html">HRV statistics</a>
241241
</li>
242242
<li class="divider"></li>
243+
<li class="dropdown-header">Using Shiny for Psychological Research</li>
243244
<li>
244-
<a href="shiny_tutorial.html">Using Shiny for Psychological Research</a>
245+
<a href="shiny_tutorial.html">Overview and introduction</a>
245246
</li>
246247
<li class="divider"></li>
247248
<li class="dropdown-header">Additional Tutorials</li>

docs/ecg_outliers.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<li class="dropdown-header">R Tutorials</li>
223223
<li class="dropdown-header">Analyzing Heart Rate Variability in R</li>
224224
<li>
225-
<a href="hrv_tutorial.html">Overview of HRV and tutorial</a>
225+
<a href="hrv_tutorial.html">Overview and introduction</a>
226226
</li>
227227
<li>
228228
<a href="extract_ecg.html">Extracting data</a>
@@ -240,8 +240,9 @@
240240
<a href="hrv_stats.html">HRV statistics</a>
241241
</li>
242242
<li class="divider"></li>
243+
<li class="dropdown-header">Using Shiny for Psychological Research</li>
243244
<li>
244-
<a href="shiny_tutorial.html">Using Shiny for Psychological Research</a>
245+
<a href="shiny_tutorial.html">Overview and introduction</a>
245246
</li>
246247
<li class="divider"></li>
247248
<li class="dropdown-header">Additional Tutorials</li>

docs/extract_ecg.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
<li class="dropdown-header">R Tutorials</li>
221221
<li class="dropdown-header">Analyzing Heart Rate Variability in R</li>
222222
<li>
223-
<a href="hrv_tutorial.html">Overview of HRV and tutorial</a>
223+
<a href="hrv_tutorial.html">Overview and introduction</a>
224224
</li>
225225
<li>
226226
<a href="extract_ecg.html">Extracting data</a>
@@ -238,8 +238,9 @@
238238
<a href="hrv_stats.html">HRV statistics</a>
239239
</li>
240240
<li class="divider"></li>
241+
<li class="dropdown-header">Using Shiny for Psychological Research</li>
241242
<li>
242-
<a href="shiny_tutorial.html">Using Shiny for Psychological Research</a>
243+
<a href="shiny_tutorial.html">Overview and introduction</a>
243244
</li>
244245
<li class="divider"></li>
245246
<li class="dropdown-header">Additional Tutorials</li>

docs/hrv_stats.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<li class="dropdown-header">R Tutorials</li>
223223
<li class="dropdown-header">Analyzing Heart Rate Variability in R</li>
224224
<li>
225-
<a href="hrv_tutorial.html">Overview of HRV and tutorial</a>
225+
<a href="hrv_tutorial.html">Overview and introduction</a>
226226
</li>
227227
<li>
228228
<a href="extract_ecg.html">Extracting data</a>
@@ -240,8 +240,9 @@
240240
<a href="hrv_stats.html">HRV statistics</a>
241241
</li>
242242
<li class="divider"></li>
243+
<li class="dropdown-header">Using Shiny for Psychological Research</li>
243244
<li>
244-
<a href="shiny_tutorial.html">Using Shiny for Psychological Research</a>
245+
<a href="shiny_tutorial.html">Overview and introduction</a>
245246
</li>
246247
<li class="divider"></li>
247248
<li class="dropdown-header">Additional Tutorials</li>

docs/hrv_triggers.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<li class="dropdown-header">R Tutorials</li>
223223
<li class="dropdown-header">Analyzing Heart Rate Variability in R</li>
224224
<li>
225-
<a href="hrv_tutorial.html">Overview of HRV and tutorial</a>
225+
<a href="hrv_tutorial.html">Overview and introduction</a>
226226
</li>
227227
<li>
228228
<a href="extract_ecg.html">Extracting data</a>
@@ -240,8 +240,9 @@
240240
<a href="hrv_stats.html">HRV statistics</a>
241241
</li>
242242
<li class="divider"></li>
243+
<li class="dropdown-header">Using Shiny for Psychological Research</li>
243244
<li>
244-
<a href="shiny_tutorial.html">Using Shiny for Psychological Research</a>
245+
<a href="shiny_tutorial.html">Overview and introduction</a>
245246
</li>
246247
<li class="divider"></li>
247248
<li class="dropdown-header">Additional Tutorials</li>

docs/hrv_tutorial.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<li class="dropdown-header">R Tutorials</li>
223223
<li class="dropdown-header">Analyzing Heart Rate Variability in R</li>
224224
<li>
225-
<a href="hrv_tutorial.html">Overview of HRV and tutorial</a>
225+
<a href="hrv_tutorial.html">Overview and introduction</a>
226226
</li>
227227
<li>
228228
<a href="extract_ecg.html">Extracting data</a>
@@ -240,8 +240,9 @@
240240
<a href="hrv_stats.html">HRV statistics</a>
241241
</li>
242242
<li class="divider"></li>
243+
<li class="dropdown-header">Using Shiny for Psychological Research</li>
243244
<li>
244-
<a href="shiny_tutorial.html">Using Shiny for Psychological Research</a>
245+
<a href="shiny_tutorial.html">Overview and introduction</a>
245246
</li>
246247
<li class="divider"></li>
247248
<li class="dropdown-header">Additional Tutorials</li>
@@ -302,11 +303,13 @@ <h1>Preperation</h1>
302303
<div class="sourceCode"><pre class="sourceCode bash"><code class="sourceCode bash"><span class="ex">pip</span> install bioread</code></pre></div>
303304
<div id="tutorial-overview" class="section level2">
304305
<h2>Tutorial Overview</h2>
306+
<p>This brief tutorial will consist of the following topics:</p>
305307
<p>1). <a href="extract_ecg.html">Extracting electrophysiology data from raw files</a></p>
306308
<p>2). <a href="compute_ibi.html">Prepare files and compute interbeat interval (IBI)</a></p>
307309
<p>3). <a href="ecg_outliers.html">Check for outliers and graph</a></p>
308310
<p>4). <a href="hrv_triggers.html">Dealing with triggers</a></p>
309311
<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>
310313
</div>
311314
</div>
312315

docs/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<li class="dropdown-header">R Tutorials</li>
178178
<li class="dropdown-header">Analyzing Heart Rate Variability in R</li>
179179
<li>
180-
<a href="hrv_tutorial.html">Overview of HRV and tutorial</a>
180+
<a href="hrv_tutorial.html">Overview and introduction</a>
181181
</li>
182182
<li>
183183
<a href="extract_ecg.html">Extracting data</a>
@@ -195,8 +195,9 @@
195195
<a href="hrv_stats.html">HRV statistics</a>
196196
</li>
197197
<li class="divider"></li>
198+
<li class="dropdown-header">Using Shiny for Psychological Research</li>
198199
<li>
199-
<a href="shiny_tutorial.html">Using Shiny for Psychological Research</a>
200+
<a href="shiny_tutorial.html">Overview and introduction</a>
200201
</li>
201202
<li class="divider"></li>
202203
<li class="dropdown-header">Additional Tutorials</li>

docs/shiny_tutorial.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<li class="dropdown-header">R Tutorials</li>
179179
<li class="dropdown-header">Analyzing Heart Rate Variability in R</li>
180180
<li>
181-
<a href="hrv_tutorial.html">Overview of HRV and tutorial</a>
181+
<a href="hrv_tutorial.html">Overview and introduction</a>
182182
</li>
183183
<li>
184184
<a href="extract_ecg.html">Extracting data</a>
@@ -196,8 +196,9 @@
196196
<a href="hrv_stats.html">HRV statistics</a>
197197
</li>
198198
<li class="divider"></li>
199+
<li class="dropdown-header">Using Shiny for Psychological Research</li>
199200
<li>
200-
<a href="shiny_tutorial.html">Using Shiny for Psychological Research</a>
201+
<a href="shiny_tutorial.html">Overview and introduction</a>
201202
</li>
202203
<li class="divider"></li>
203204
<li class="dropdown-header">Additional Tutorials</li>

docs/site-info.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
<li class="dropdown-header">R Tutorials</li>
221221
<li class="dropdown-header">Analyzing Heart Rate Variability in R</li>
222222
<li>
223-
<a href="hrv_tutorial.html">Overview of HRV and tutorial</a>
223+
<a href="hrv_tutorial.html">Overview and introduction</a>
224224
</li>
225225
<li>
226226
<a href="extract_ecg.html">Extracting data</a>
@@ -238,8 +238,9 @@
238238
<a href="hrv_stats.html">HRV statistics</a>
239239
</li>
240240
<li class="divider"></li>
241+
<li class="dropdown-header">Using Shiny for Psychological Research</li>
241242
<li>
242-
<a href="shiny_tutorial.html">Using Shiny for Psychological Research</a>
243+
<a href="shiny_tutorial.html">Overview and introduction</a>
243244
</li>
244245
<li class="divider"></li>
245246
<li class="dropdown-header">Additional Tutorials</li>

hrv_tutorial.Rmd

+4-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ pip install bioread
7474

7575
## Tutorial Overview
7676

77+
This brief tutorial will consist of the following topics:
78+
7779
1). [Extracting electrophysiology data from raw files](extract_ecg.html)
7880

7981
2). [Prepare files and compute interbeat interval (IBI)](compute_ibi.html)
@@ -84,5 +86,6 @@ pip install bioread
8486

8587
5). [Obtain statistics](hrv_stats.html)
8688

87-
89+
You can navigate to the appropriate section by clicking the links above or using
90+
the dropdown menu at the top of the page.
8891

0 commit comments

Comments
 (0)