-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.html
executable file
·79 lines (79 loc) · 3.68 KB
/
Home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ASR and Disfluent Speech Processing</title>
</head>
<body style="background-color: ghostwhite">
<br>
<h1 style="position: absolute; top: 10px; left: 500px; text-decoration: underline">Improving Accessibility</h1>
<h2 style="position: absolute; top:45px; left: 250px; text-decoration: underline">Telephone-based Automatic Speech Recognition for Users with Disfluent Speech</h2>
<h2 style="position: absolute; top: 125px; left: 285px; text-decoration: underline">Phase 1</h2>
<h3 style="position: absolute; top: 155px; left: 230px; text-decoration: underline">Data Collection/Analysis</h3>
<br>
<div style="background-color: gainsboro; border: 1px solid orange; width: 300px; height: 175px; text-align: center; position: absolute; top: 225px; left: 25px;" >
<br>
<h3 style="text-decoration: underline">Data Collection Web App</h3>
<br>
<a href="http://127.0.0.1:5000/" target="_blank">Prototype</a>
<br>
<br>
<a href="http://127.0.0.1:5001/" target="_blank">Deployed</a>
<br>
<br>
</div>
<br>
<div style="background-color: gainsboro; border: 1px solid orange; width: 300px; height: 225px; text-align: center; position: absolute; top: 425px; left: 25px;">
<br>
<h3 style="text-decoration: underline">Database Data Charts</h3>
<br>
<a href="Data_Display/Templates/Raw_Audio_Data_Table.html" target="_blank">All Data</a>
<br>
<br>
<a href="Data_Display/Templates/Fluent_Audio_Data_Table.html" target="_blank">Fluent Audio Data</a>
<br>
<br>
<a href="Data_Display/Templates/Disfluent_Audio_Data_Table.html" target="_blank">Disfluent Audio Data</a>
<br>
<br>
</div>
<br>
<h2 style="position: absolute; top: 125px; left: 790px; text-decoration: underline">Phase 2</h2>
<h3 style="position: absolute; top: 155px; left: 760px; text-decoration: underline">"Input" Problem</h3>
<div style="background-color: gainsboro; border: 1px solid orange; width: 300px; height: 200px; text-align: center; position: absolute; top: 225px; left: 375px;">
<br>
<h3 style="text-decoration: underline">ASR - Processed Data</h3>
<br>
<a href="Data_Display/Templates/ASR_Processed_Fluent_Data.html" target="_blank">Fluent Data</a>
<br>
<br>
<a href="Data_Display/Templates/ASR_Processed_Disfluent_Data.html" target="_blank">Disfluent Data</a>
<br>
<br>
<a href="Data_Display/Templates/Stats.html" target="_blank">Statistics</a>
</div>
<h2 style="position: absolute; top: 125px; left: 1100px; text-decoration: underline">Phase 3</h2>
<h3 style="position: absolute; top: 155px; left: 1065px; text-decoration: underline">"Output" Problem</h3>
<div style="background-color: gainsboro; border: 1px solid orange; width: 250px; height: 175px ;text-align: center; position: absolute; top: 225px;left: 700px">
<h3 style="text-decoration: underline">The "Input" Problem</h3>
<a href="http://127.0.0.1:5001/" target="_blank">The Problem</a>
<br>
<br>
<a href="http://127.0.0.1:5001/prototype_page1/" target="_blank">Prototypes</a>
<br>
<br>
<a href="http://127.0.0.1:5001/results/" target="_blank">Results</a>
</div>
<br>
<div style="background-color: gainsboro; border: 1px solid orange; width: 250px; height: 175px; text-align: center; position: absolute; top: 225px; left: 1000px;">
<h3 style="text-decoration: underline">The "Output" Problem</h3>
<a href="http://127.0.0.1:5004/" target="_blank">The Problem</a>
<br>
<br>
<a href="http://127.0.0.1:5004/output2" target="_blank">Problem 1: Computational Efficiency</a>
<br>
<br>
<a href="http://127.0.0.1:5004/output3" target="_blank">Problem 2: Mis-Recognitions</a>
</div>
</body>
</html>