Skip to content

Commit

Permalink
add addt windowing desc to pmeasure page
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahayu committed Aug 28, 2022
1 parent dfc5a39 commit a8d1591
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 14 deletions.
6 changes: 3 additions & 3 deletions www/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="reset.css?v=4.3.0" />
<link rel="stylesheet" href="base.css?v=4.3.0" />
<link rel="stylesheet" href="plainpage.css?v=4.3.0" />
<link rel="stylesheet" href="reset.css?v=4.3.1" />
<link rel="stylesheet" href="base.css?v=4.3.1" />
<link rel="stylesheet" href="plainpage.css?v=4.3.1" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="stylesheet" href="https://use.typekit.net/wlm4hlx.css" />
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap" rel="stylesheet" />
Expand Down
6 changes: 3 additions & 3 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="reset.css?v=4.3.0" />
<link rel="stylesheet" href="base.css?v=4.3.0" />
<link rel="stylesheet" href="stage.css?v=4.3.0" />
<link rel="stylesheet" href="reset.css?v=4.3.1" />
<link rel="stylesheet" href="base.css?v=4.3.1" />
<link rel="stylesheet" href="stage.css?v=4.3.1" />
<script src="farming.js"></script>
<script src="palilalia.js"></script>
<script src="attachments.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions www/instructions.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="reset.css?v=4.3.0" />
<link rel="stylesheet" href="base.css?v=4.3.0" />
<link rel="stylesheet" href="plainpage.css?v=4.3.0" />
<link rel="stylesheet" href="reset.css?v=4.3.1" />
<link rel="stylesheet" href="base.css?v=4.3.1" />
<link rel="stylesheet" href="plainpage.css?v=4.3.1" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="stylesheet" href="https://use.typekit.net/wlm4hlx.css" />
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap"
Expand Down
13 changes: 13 additions & 0 deletions www/plainpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,19 @@ main a:focus-visible
text-decoration: underline;
}

main a.discreet-link
{
color: inherit;
font-weight: normal;
text-decoration: underline;
}

main a.discreet-link:hover,
main a.discreet-link:focus-visible
{
text-decoration: none;
}

main ol,
main ul
{
Expand Down
14 changes: 10 additions & 4 deletions www/prosodic-measures.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="reset.css?v=4.3.0" />
<link rel="stylesheet" href="base.css?v=4.3.0" />
<link rel="stylesheet" href="plainpage.css?v=4.3.0" />
<link rel="stylesheet" href="reset.css?v=4.3.1" />
<link rel="stylesheet" href="base.css?v=4.3.1" />
<link rel="stylesheet" href="plainpage.css?v=4.3.1" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="stylesheet" href="https://use.typekit.net/wlm4hlx.css" />
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap"
Expand Down Expand Up @@ -46,6 +46,12 @@ <h3 id="voxit-prosodic-measures">
What do the Voxit prosodic measures quantify?
</h3>

<p>
*These measures work best for 20 second windows of audio. Rigorous testing shows that a window/audio sample of
20 seconds is ideal for its consistency in matching the prosodic measures of the entire audio length, thus
downloading <a href="#windowed-voxit-data" class="discreet-link">windowed data</a> will also default to
20-second window lengths.
</p>
<p id="WPM">
<b>Words Per Minute</b><br />
The average number of words per minute. The transcript of the
Expand Down Expand Up @@ -219,7 +225,7 @@ <h3 id="downloadable-data">
their timings.
</p>
<p>
<b>Windowed Voxit Data</b><br />
<b id="windowed-voxit-data">Windowed Voxit Data</b><br />
Prosodic measures taken for consecutive 20-second slices of the audio file. For the prosodic measure data, the
default window or audio sample length is 20 seconds. Rigorous testing showed that a window/audio sample of 20
seconds is ideal for its consistency in matching the prosodic measures of the entire audio length.
Expand Down
2 changes: 1 addition & 1 deletion www/stage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var C = C || {
}
};

var DRIFT_VER = 'v4.3.0';
var DRIFT_VER = 'v4.3.1';

// "main" method
// this function (along with the rest of this file) is run each time stage.js is saved / when the webpage is first loaded
Expand Down

0 comments on commit a8d1591

Please sign in to comment.