maidr 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. package/.Rbuildignore +1 -0
  2. package/.eslintignore +3 -0
  3. package/.eslintrc.json +6 -0
  4. package/.github/workflows/build.yml +20 -0
  5. package/.prettierignore +3 -0
  6. package/.prettierrc.json +7 -0
  7. package/.vscode/extensions.json +25 -0
  8. package/.vscode/settings.json +30 -0
  9. package/.vscode/tasks.json +57 -0
  10. package/CHANGELOG.md +7 -0
  11. package/CITATION.cff +21 -0
  12. package/CONTRIBUTING.md +87 -0
  13. package/LICENSE.md +595 -0
  14. package/README.md +341 -0
  15. package/dist/maidr.js +8851 -0
  16. package/dist/maidr.min.js +1 -0
  17. package/dist/styles.css +244 -0
  18. package/dist/styles.min.css +1 -0
  19. package/docs/Audio.html +1398 -0
  20. package/docs/Constants.html +256 -0
  21. package/docs/Description.html +582 -0
  22. package/docs/Helper.html +364 -0
  23. package/docs/LogError.html +905 -0
  24. package/docs/Menu.html +665 -0
  25. package/docs/Position.html +174 -0
  26. package/docs/Resources.html +338 -0
  27. package/docs/Review.html +333 -0
  28. package/docs/Tracker.html +965 -0
  29. package/docs/audio.js.html +635 -0
  30. package/docs/constants.js.html +1242 -0
  31. package/docs/display.js.html +1184 -0
  32. package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
  33. package/docs/fonts/OpenSans-Bold-webfont.svg +1830 -0
  34. package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
  35. package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  36. package/docs/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
  37. package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  38. package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
  39. package/docs/fonts/OpenSans-Italic-webfont.svg +1830 -0
  40. package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
  41. package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
  42. package/docs/fonts/OpenSans-Light-webfont.svg +1831 -0
  43. package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
  44. package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  45. package/docs/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
  46. package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  47. package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
  48. package/docs/fonts/OpenSans-Regular-webfont.svg +1831 -0
  49. package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
  50. package/docs/fonts/OpenSans-Semibold-webfont.eot +0 -0
  51. package/docs/fonts/OpenSans-Semibold-webfont.svg +1830 -0
  52. package/docs/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  53. package/docs/fonts/OpenSans-Semibold-webfont.woff +0 -0
  54. package/docs/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  55. package/docs/fonts/OpenSans-SemiboldItalic-webfont.svg +1830 -0
  56. package/docs/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  57. package/docs/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  58. package/docs/index.html +66 -0
  59. package/docs/scripts/linenumber.js +25 -0
  60. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  61. package/docs/scripts/prettify/lang-css.js +2 -0
  62. package/docs/scripts/prettify/prettify.js +28 -0
  63. package/docs/styles/jsdoc-default.css +692 -0
  64. package/docs/styles/prettify-jsdoc.css +111 -0
  65. package/docs/styles/prettify-tomorrow.css +132 -0
  66. package/examples/dev_charts/barplot.html +1056 -0
  67. package/examples/dev_charts/boxplot.html +1856 -0
  68. package/examples/dev_charts/boxplot_flipped.svg +727 -0
  69. package/examples/dev_charts/heatmap.html +1217 -0
  70. package/examples/dev_charts/scatterplot/displ.js +18 -0
  71. package/examples/dev_charts/scatterplot/histogram_for_residual.svg +595 -0
  72. package/examples/dev_charts/scatterplot/hwy.js +15 -0
  73. package/examples/dev_charts/scatterplot/layers/point_layer.json +938 -0
  74. package/examples/dev_charts/scatterplot/layers/smooth_layer.json +322 -0
  75. package/examples/dev_charts/scatterplot/point_layer.js +938 -0
  76. package/examples/dev_charts/scatterplot/prediction_array.js +31 -0
  77. package/examples/dev_charts/scatterplot/prediction_array.json +31 -0
  78. package/examples/dev_charts/scatterplot/residual_array.js +29 -0
  79. package/examples/dev_charts/scatterplot/residual_array.json +29 -0
  80. package/examples/dev_charts/scatterplot/scatterplot.svg +1428 -0
  81. package/examples/dev_charts/scatterplot/scatterplot_data.html +2838 -0
  82. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_point_only.svg +1393 -0
  83. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_bestfit.svg +1424 -0
  84. package/examples/dev_charts/scatterplot/scatterplot_no_jitter_with_loess_curve.svg +1402 -0
  85. package/examples/dev_charts/scatterplot/smooth_layer.js +322 -0
  86. package/examples/dev_charts/scatterplot.html +4560 -0
  87. package/examples/dodged_bar/dodged_bar.png +0 -0
  88. package/examples/dodged_bar/dodged_bar.svg +198 -0
  89. package/examples/dodged_bar/schema.json +41 -0
  90. package/examples/histogram/histogram_tutorial.svg +482 -0
  91. package/examples/histogram/histogram_tutorial_raw_data.json +362 -0
  92. package/examples/histogram/histogram_user_study.svg +578 -0
  93. package/examples/histogram/histogram_user_study_raw_data.json +362 -0
  94. package/examples/lineplot/lineplot_sample.svg +126 -0
  95. package/examples/lineplot/lineplot_sample_raw_data.json +1 -0
  96. package/examples/lineplot/point+lineplot_sample.svg +700 -0
  97. package/examples/other/audio_oscillator_boxplot.js +95 -0
  98. package/examples/other/barplot_labels.svg +314 -0
  99. package/examples/other/barplot_user_study.svg +313 -0
  100. package/examples/other/boxplot.html +927 -0
  101. package/examples/other/boxplot_data_frame.html +568 -0
  102. package/examples/other/boxplot_label.svg +751 -0
  103. package/examples/other/braille-display_boxplot.js +79 -0
  104. package/examples/other/control_boxplot.js +55 -0
  105. package/examples/other/draft.js +56 -0
  106. package/examples/other/getData.html +400 -0
  107. package/examples/other/getData.js +41 -0
  108. package/examples/other/ggplot_to_svg.R +371 -0
  109. package/examples/other/heatmap.svg +582 -0
  110. package/examples/other/heatmap_label.svg +608 -0
  111. package/examples/other/multiple_barplot.html +2250 -0
  112. package/examples/other/new_scatterplot_user_study_point_layer.json +122 -0
  113. package/examples/other/py_binder_output.html +1167 -0
  114. package/examples/other/scatterplot_label.svg +1429 -0
  115. package/examples/other/seaborn_plot.py +9 -0
  116. package/examples/other/svglite_bar.svg +136 -0
  117. package/examples/other/tutorial_boxplot.svg +727 -0
  118. package/examples/other/tutorial_boxplot_data.json +72 -0
  119. package/examples/other/user_study_boxplot.svg +676 -0
  120. package/examples/stacked_bar/schema.json +41 -0
  121. package/examples/stacked_bar/stack_bar.png +0 -0
  122. package/examples/stacked_bar/stacked_bar.svg +180 -0
  123. package/examples/stacked_normalized_bar/stacked_normalized_bar.png +0 -0
  124. package/examples/stacked_normalized_bar/stacked_normalized_bar.svg +189 -0
  125. package/examples/static/barplot.svg +263 -0
  126. package/examples/static/barplot_diamonds_gridSVG.svg +254 -0
  127. package/examples/static/boxplot.svg +424 -0
  128. package/examples/static/heatmap.svg +373 -0
  129. package/examples/static/heatmap_penguins_table.html +486 -0
  130. package/examples/static/scatterplot.svg +530 -0
  131. package/examples/svglite/task_heatmap.html +802 -0
  132. package/examples/svglite/task_heatmap.svg +111 -0
  133. package/examples/svglite/tutorial_bar.svg +136 -0
  134. package/examples/svglite/tutorial_bar_plot.html +504 -0
  135. package/examples/svglite/tutorial_boxplot.html +1850 -0
  136. package/examples/svglite/tutorial_boxplot.svg +727 -0
  137. package/examples/svglite/tutorial_scatterplot.html +3135 -0
  138. package/examples/svglite/tutorial_scatterplot.svg +311 -0
  139. package/gulpfile.js +49 -0
  140. package/index.html +40 -0
  141. package/jsconfig.json +10 -0
  142. package/jsdoc.json +19 -0
  143. package/package.json +47 -0
  144. package/src/css/styles.css +241 -0
  145. package/src/js/__tests__/audio.test.js +49 -0
  146. package/src/js/__tests__/constants.test.js +622 -0
  147. package/src/js/audio.js +575 -0
  148. package/src/js/barplot.js +254 -0
  149. package/src/js/boxplot.js +682 -0
  150. package/src/js/constants.js +1182 -0
  151. package/src/js/controls.js +3182 -0
  152. package/src/js/display.js +1124 -0
  153. package/src/js/heatmap.js +411 -0
  154. package/src/js/histogram.js +134 -0
  155. package/src/js/init.js +427 -0
  156. package/src/js/lineplot.js +219 -0
  157. package/src/js/scatterplot.js +619 -0
  158. package/src/js/segmented.js +268 -0
  159. package/user_study_pilot/binder_test.html +526 -0
  160. package/user_study_pilot/data/barplot_user_study.svg +492 -0
  161. package/user_study_pilot/data/barplot_user_study_raw_data.json +22 -0
  162. package/user_study_pilot/data/boxplot_tutorial.json +72 -0
  163. package/user_study_pilot/data/boxplot_tutorial_horizontal.svg +727 -0
  164. package/user_study_pilot/data/boxplot_user_study.json +52 -0
  165. package/user_study_pilot/data/boxplot_user_study_vertical.svg +675 -0
  166. package/user_study_pilot/data/boxplot_user_study_vertical_horizontal.svg +676 -0
  167. package/user_study_pilot/data/heatmap_user_study.svg +719 -0
  168. package/user_study_pilot/data/heatmap_user_study_raw_data.json +127 -0
  169. package/user_study_pilot/data/new_barplot_user_study.svg +269 -0
  170. package/user_study_pilot/data/new_heatmap_user_study.svg +367 -0
  171. package/user_study_pilot/data/new_scatterplot_user_study.svg +603 -0
  172. package/user_study_pilot/data/new_scatterplot_user_study_point_layer.json +122 -0
  173. package/user_study_pilot/data/scatterplot_user_study (1).svg +321 -0
  174. package/user_study_pilot/data/scatterplot_user_study.svg +603 -0
  175. package/user_study_pilot/data/scatterplot_user_study_point_layer.json +122 -0
  176. package/user_study_pilot/data/scatterplot_user_study_smooth_layer.json +322 -0
  177. package/user_study_pilot/intro.html +215 -0
  178. package/user_study_pilot/jaws_settings/Chrome.JDF +10 -0
  179. package/user_study_pilot/jaws_settings/Firefox.JDF +10 -0
  180. package/user_study_pilot/jaws_settings/backup_utf8/Chrome.JDF +10 -0
  181. package/user_study_pilot/jaws_settings/backup_utf8/Firefox.JDF +10 -0
  182. package/user_study_pilot/jaws_settings/backup_utf8/msedge.JDF +10 -0
  183. package/user_study_pilot/jaws_settings/msedge.JDF +10 -0
  184. package/user_study_pilot/nvda_settings/chrome.dic +10 -0
  185. package/user_study_pilot/nvda_settings/default.dic +10 -0
  186. package/user_study_pilot/nvda_settings/firefox.dic +10 -0
  187. package/user_study_pilot/nvda_settings/msedge.dic +10 -0
  188. package/user_study_pilot/scatterplot.html +4560 -0
  189. package/user_study_pilot/seaborn_test.html +1059 -0
  190. package/user_study_pilot/svglite_test.html +534 -0
  191. package/user_study_pilot/task1_bar_plot.html +1111 -0
  192. package/user_study_pilot/task2_heatmap.html +1661 -0
  193. package/user_study_pilot/task3_boxplot_horizontal.html +1690 -0
  194. package/user_study_pilot/task3_boxplot_vertical.html +1689 -0
  195. package/user_study_pilot/task4_scatterplot.html +2091 -0
  196. package/user_study_pilot/tutorial1_bar_plot.html +1159 -0
  197. package/user_study_pilot/tutorial2_heatmap.html +1276 -0
  198. package/user_study_pilot/tutorial3_boxplot_horizontal.html +1861 -0
  199. package/user_study_pilot/tutorial3_boxplot_vertical.html +1807 -0
  200. package/user_study_pilot/tutorial4_scatterplot.html +5893 -0
  201. package/user_study_pilot/tutorial5_histogram.html +1553 -0
  202. package/user_study_pilot/tutorial6_lineplot.html +1011 -0
  203. package/user_study_pilot/tutorial7_stacked.html +763 -0
  204. package/user_study_pilot/tutorial8_stacked_normalized.html +796 -0
  205. package/user_study_pilot/tutorial9_dodged_bar.html +831 -0
  206. package/user_study_pilot/voiceover_settings/user_study_VoiceOver Archive.voprefs +573 -0
@@ -0,0 +1,122 @@
1
+ [
2
+ {
3
+ "x": 3.7736,
4
+ "y": 76.423
5
+ },
6
+ {
7
+ "x": 4.5578,
8
+ "y": 79.829
9
+ },
10
+ {
11
+ "x": 4.5275,
12
+ "y": 79.441
13
+ },
14
+ {
15
+ "x": 3.8719,
16
+ "y": 74.852
17
+ },
18
+ {
19
+ "x": 4.0286,
20
+ "y": 73.005
21
+ },
22
+ {
23
+ "x": 4.1649,
24
+ "y": 75.748
25
+ },
26
+ {
27
+ "x": 4.3586,
28
+ "y": 76.486
29
+ },
30
+ {
31
+ "x": 4.5475,
32
+ "y": 78.332
33
+ },
34
+ {
35
+ "x": 4.5212,
36
+ "y": 79.313
37
+ },
38
+ {
39
+ "x": 4.4839,
40
+ "y": 80.657
41
+ },
42
+ {
43
+ "x": 4.5075,
44
+ "y": 79.406
45
+ },
46
+ {
47
+ "x": 4.4399,
48
+ "y": 79.483
49
+ },
50
+ {
51
+ "x": 4.2555,
52
+ "y": 73.338
53
+ },
54
+ {
55
+ "x": 4.5585,
56
+ "y": 81.757
57
+ },
58
+ {
59
+ "x": 4.6093,
60
+ "y": 78.885
61
+ },
62
+ {
63
+ "x": 4.4559,
64
+ "y": 80.546
65
+ },
66
+ {
67
+ "x": 3.9663,
68
+ "y": 74.543
69
+ },
70
+ {
71
+ "x": 4.5658,
72
+ "y": 79.762
73
+ },
74
+ {
75
+ "x": 4.6934,
76
+ "y": 80.196
77
+ },
78
+ {
79
+ "x": 4.1872,
80
+ "y": 75.563
81
+ },
82
+ {
83
+ "x": 4.312,
84
+ "y": 78.098
85
+ },
86
+ {
87
+ "x": 4.0338,
88
+ "y": 72.476
89
+ },
90
+ {
91
+ "x": 3.9906,
92
+ "y": 74.002
93
+ },
94
+ {
95
+ "x": 4.2713,
96
+ "y": 74.663
97
+ },
98
+ {
99
+ "x": 4.4111,
100
+ "y": 77.926
101
+ },
102
+ {
103
+ "x": 4.4597,
104
+ "y": 80.941
105
+ },
106
+ {
107
+ "x": 4.5297,
108
+ "y": 80.884
109
+ },
110
+ {
111
+ "x": 4.5741,
112
+ "y": 81.701
113
+ },
114
+ {
115
+ "x": 3.9273,
116
+ "y": 71.777
117
+ },
118
+ {
119
+ "x": 4.5212,
120
+ "y": 79.425
121
+ }
122
+ ]
@@ -0,0 +1,322 @@
1
+ [
2
+ {
3
+ "x": 3.7736,
4
+ "y": 76.0718
5
+ },
6
+ {
7
+ "x": 3.7852,
8
+ "y": 75.836
9
+ },
10
+ {
11
+ "x": 3.7969,
12
+ "y": 75.6113
13
+ },
14
+ {
15
+ "x": 3.8085,
16
+ "y": 75.3978
17
+ },
18
+ {
19
+ "x": 3.8201,
20
+ "y": 75.1953
21
+ },
22
+ {
23
+ "x": 3.8318,
24
+ "y": 75.004
25
+ },
26
+ {
27
+ "x": 3.8434,
28
+ "y": 74.8237
29
+ },
30
+ {
31
+ "x": 3.8551,
32
+ "y": 74.6545
33
+ },
34
+ {
35
+ "x": 3.8667,
36
+ "y": 74.4964
37
+ },
38
+ {
39
+ "x": 3.8784,
40
+ "y": 74.3494
41
+ },
42
+ {
43
+ "x": 3.89,
44
+ "y": 74.2134
45
+ },
46
+ {
47
+ "x": 3.9016,
48
+ "y": 74.0884
49
+ },
50
+ {
51
+ "x": 3.9133,
52
+ "y": 73.9746
53
+ },
54
+ {
55
+ "x": 3.9249,
56
+ "y": 73.8717
57
+ },
58
+ {
59
+ "x": 3.9366,
60
+ "y": 73.7799
61
+ },
62
+ {
63
+ "x": 3.9482,
64
+ "y": 73.6991
65
+ },
66
+ {
67
+ "x": 3.9599,
68
+ "y": 73.6294
69
+ },
70
+ {
71
+ "x": 3.9715,
72
+ "y": 73.571
73
+ },
74
+ {
75
+ "x": 3.9831,
76
+ "y": 73.5267
77
+ },
78
+ {
79
+ "x": 3.9948,
80
+ "y": 73.4966
81
+ },
82
+ {
83
+ "x": 4.0064,
84
+ "y": 73.4801
85
+ },
86
+ {
87
+ "x": 4.0181,
88
+ "y": 73.4766
89
+ },
90
+ {
91
+ "x": 4.0297,
92
+ "y": 73.4857
93
+ },
94
+ {
95
+ "x": 4.0414,
96
+ "y": 73.5066
97
+ },
98
+ {
99
+ "x": 4.053,
100
+ "y": 73.5389
101
+ },
102
+ {
103
+ "x": 4.0646,
104
+ "y": 73.5819
105
+ },
106
+ {
107
+ "x": 4.0763,
108
+ "y": 73.6353
109
+ },
110
+ {
111
+ "x": 4.0879,
112
+ "y": 73.6982
113
+ },
114
+ {
115
+ "x": 4.0996,
116
+ "y": 73.7703
117
+ },
118
+ {
119
+ "x": 4.1112,
120
+ "y": 73.8509
121
+ },
122
+ {
123
+ "x": 4.1229,
124
+ "y": 73.9395
125
+ },
126
+ {
127
+ "x": 4.1345,
128
+ "y": 74.0356
129
+ },
130
+ {
131
+ "x": 4.1461,
132
+ "y": 74.1385
133
+ },
134
+ {
135
+ "x": 4.1578,
136
+ "y": 74.2477
137
+ },
138
+ {
139
+ "x": 4.1694,
140
+ "y": 74.363
141
+ },
142
+ {
143
+ "x": 4.1811,
144
+ "y": 74.4879
145
+ },
146
+ {
147
+ "x": 4.1927,
148
+ "y": 74.6225
149
+ },
150
+ {
151
+ "x": 4.2044,
152
+ "y": 74.7661
153
+ },
154
+ {
155
+ "x": 4.216,
156
+ "y": 74.9178
157
+ },
158
+ {
159
+ "x": 4.2276,
160
+ "y": 75.0767
161
+ },
162
+ {
163
+ "x": 4.2393,
164
+ "y": 75.2419
165
+ },
166
+ {
167
+ "x": 4.2509,
168
+ "y": 75.4127
169
+ },
170
+ {
171
+ "x": 4.2626,
172
+ "y": 75.5881
173
+ },
174
+ {
175
+ "x": 4.2742,
176
+ "y": 75.7674
177
+ },
178
+ {
179
+ "x": 4.2859,
180
+ "y": 75.9496
181
+ },
182
+ {
183
+ "x": 4.2975,
184
+ "y": 76.134
185
+ },
186
+ {
187
+ "x": 4.3091,
188
+ "y": 76.3196
189
+ },
190
+ {
191
+ "x": 4.3208,
192
+ "y": 76.5206
193
+ },
194
+ {
195
+ "x": 4.3324,
196
+ "y": 76.7668
197
+ },
198
+ {
199
+ "x": 4.3441,
200
+ "y": 77.0495
201
+ },
202
+ {
203
+ "x": 4.3557,
204
+ "y": 77.3585
205
+ },
206
+ {
207
+ "x": 4.3674,
208
+ "y": 77.6837
209
+ },
210
+ {
211
+ "x": 4.379,
212
+ "y": 78.0146
213
+ },
214
+ {
215
+ "x": 4.3906,
216
+ "y": 78.3412
217
+ },
218
+ {
219
+ "x": 4.4023,
220
+ "y": 78.6531
221
+ },
222
+ {
223
+ "x": 4.4139,
224
+ "y": 78.9401
225
+ },
226
+ {
227
+ "x": 4.4256,
228
+ "y": 79.192
229
+ },
230
+ {
231
+ "x": 4.4372,
232
+ "y": 79.3985
233
+ },
234
+ {
235
+ "x": 4.4489,
236
+ "y": 79.5553
237
+ },
238
+ {
239
+ "x": 4.4605,
240
+ "y": 79.6761
241
+ },
242
+ {
243
+ "x": 4.4721,
244
+ "y": 79.7709
245
+ },
246
+ {
247
+ "x": 4.4838,
248
+ "y": 79.8493
249
+ },
250
+ {
251
+ "x": 4.4954,
252
+ "y": 79.921
253
+ },
254
+ {
255
+ "x": 4.5071,
256
+ "y": 79.9958
257
+ },
258
+ {
259
+ "x": 4.5187,
260
+ "y": 80.0652
261
+ },
262
+ {
263
+ "x": 4.5304,
264
+ "y": 80.1218
265
+ },
266
+ {
267
+ "x": 4.542,
268
+ "y": 80.1693
269
+ },
270
+ {
271
+ "x": 4.5536,
272
+ "y": 80.2033
273
+ },
274
+ {
275
+ "x": 4.5653,
276
+ "y": 80.2251
277
+ },
278
+ {
279
+ "x": 4.5769,
280
+ "y": 80.2356
281
+ },
282
+ {
283
+ "x": 4.5886,
284
+ "y": 80.2345
285
+ },
286
+ {
287
+ "x": 4.6002,
288
+ "y": 80.2218
289
+ },
290
+ {
291
+ "x": 4.6119,
292
+ "y": 80.1974
293
+ },
294
+ {
295
+ "x": 4.6235,
296
+ "y": 80.1611
297
+ },
298
+ {
299
+ "x": 4.6351,
300
+ "y": 80.1129
301
+ },
302
+ {
303
+ "x": 4.6468,
304
+ "y": 80.0525
305
+ },
306
+ {
307
+ "x": 4.6584,
308
+ "y": 79.9798
309
+ },
310
+ {
311
+ "x": 4.6701,
312
+ "y": 79.8948
313
+ },
314
+ {
315
+ "x": 4.6817,
316
+ "y": 79.7972
317
+ },
318
+ {
319
+ "x": 4.6934,
320
+ "y": 79.6871
321
+ }
322
+ ]
@@ -0,0 +1,215 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Introduction</title>
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <meta charset="utf-8" />
7
+ <link
8
+ href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css"
9
+ rel="stylesheet"
10
+ integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"
11
+ crossorigin="anonymous"
12
+ />
13
+ <link rel="stylesheet" href="../src/styles.css" type="text/css" />
14
+ </head>
15
+
16
+ <body>
17
+ <div class="container mt-3">
18
+ <h1>Prerequisites</h1>
19
+ <h2>JAWS Users</h2>
20
+
21
+ <p>
22
+ If you are a JAWS user. Please download the following user dictionary
23
+ files.
24
+ </p>
25
+ <ul>
26
+ <li>
27
+ <a target="_blank" href="jaws_settings/Chrome.JDF" download
28
+ >Chrome JAWS Dictionary</a
29
+ >
30
+ </li>
31
+ <li>
32
+ <a target="_blank" href="jaws_settings/Firefox.JDF" download
33
+ >FireFox JAWS Dictionary</a
34
+ >
35
+ </li>
36
+ <li>
37
+ <a target="_blank" href="jaws_settings/msedge.JDF" download
38
+ >Edge JAWS Dictionary</a
39
+ >
40
+ </li>
41
+ </ul>
42
+
43
+ <h2>NVDA Users</h2>
44
+
45
+ <p>
46
+ If you are an NVDA user. Please download the following speech dictionary
47
+ files.
48
+ </p>
49
+ <ul>
50
+ <li>
51
+ <a target="_blank" href="nvda_settings/default.dic" download
52
+ >NVDA Speech Dictionary</a
53
+ >
54
+ </li>
55
+ <!-- <li><a target="_blank" href="nvda_settings/chrome.dic" download>Chrome NVDA Dictionary</a></li> -->
56
+ <!-- <li><a target="_blank" href="nvda_settings/firefox.dic" download>FireFox NVDA Dictionary</a></li> -->
57
+ <!-- <li><a target="_blank" href="nvda_settings/msedge.dic" download>Edge NVDA Dictionary</a></li> -->
58
+ </ul>
59
+
60
+ <h2>VoiceOver Users</h2>
61
+
62
+ <p>
63
+ If you are using VoiceOver, please download the following configuration
64
+ file.
65
+ </p>
66
+
67
+ <ul>
68
+ <li>
69
+ <a
70
+ target="_blank"
71
+ href="voiceover_settings/user_study_VoiceOver Archive.voprefs"
72
+ download
73
+ >VoiceOver Setting File</a
74
+ >
75
+ </li>
76
+ </ul>
77
+
78
+ <h1>Introduction</h1>
79
+ <p>
80
+ This user study intends to investigate how different modalities affect
81
+ the capacity of blind and low-vision individuals to acquire fundamental
82
+ statistical concepts via accessible data visualization.
83
+ </p>
84
+ <p>
85
+ This study is divided into four sections, each of which focuses on a
86
+ different visualization. In each section, you will be provided with a
87
+ definition of the visualization and an audio tutorial on how to use
88
+ Multimodal Access and Interactive Data Representation System (MAIDR) for
89
+ that particular visualization. After that, you need to complete a task
90
+ with three to five questions.
91
+ </p>
92
+ <p>
93
+ Please inform the researcher if you have any questions during the study.
94
+ </p>
95
+ <h2>Section 1: Bar Plot</h2>
96
+ <ul>
97
+ <li>
98
+ <a target="_blank" href="tutorial1_bar_plot.html"
99
+ >Tutorial 1: Bar Plot</a
100
+ >
101
+ </li>
102
+ <li>
103
+ <a target="_blank" href="task1_bar_plot.html">Task 1: Bar Plot</a>
104
+ </li>
105
+ </ul>
106
+ <h2>Section 2: Heatmap</h2>
107
+ <ul>
108
+ <li>
109
+ <a target="_blank" href="tutorial2_heatmap.html"
110
+ >Tutorial 2: Heatmap</a
111
+ >
112
+ </li>
113
+ <li>
114
+ <a target="_blank" href="task2_heatmap.html">Task 2: Heatmap</a>
115
+ </li>
116
+ </ul>
117
+ <h2>Section 3: Box Plot</h2>
118
+ <ul>
119
+ <li>
120
+ <a target="_blank" href="tutorial3_boxplot_horizontal.html"
121
+ >Tutorial 3: Box Plot (horizontal)</a
122
+ >
123
+ </li>
124
+ <li>
125
+ <a target="_blank" href="task3_boxplot_horizontal.html"
126
+ >Task 3: Box Plot (horizontal)</a
127
+ >
128
+ </li>
129
+ </ul>
130
+ <h2>Section 4: Scatter Plot</h2>
131
+ <ul>
132
+ <li>
133
+ <a target="_blank" href="tutorial4_scatterplot.html"
134
+ >Tutorial 4: Scatter Plot</a
135
+ >
136
+ </li>
137
+ <li>
138
+ <a target="_blank" href="task4_scatterplot.html"
139
+ >Task 4: Scatter Plot</a
140
+ >
141
+ </li>
142
+ </ul>
143
+ <h2>Section 5: Histogram</h2>
144
+ <ul>
145
+ <li>
146
+ <a target="_blank" href="tutorial5_histogram.html"
147
+ >Tutorial 5: Histogram</a
148
+ >
149
+ </li>
150
+ <li>
151
+ <a target="_blank" href="task5_histogram.html">Task 5: Histogram</a>
152
+ </li>
153
+ </ul>
154
+ <h2>Section 6: Line Plot</h2>
155
+ <ul>
156
+ <li>
157
+ <a target="_blank" href="tutorial6_lineplot.html"
158
+ >Tutorial 6: Line Plot</a
159
+ >
160
+ </li>
161
+ <li>
162
+ <a target="_blank" href="task6_lineplot.html">Task 6: Line Plot</a>
163
+ </li>
164
+ </ul>
165
+ <h2>Section 7: Stacked Bar Plot</h2>
166
+ <ul>
167
+ <li>
168
+ <a target="_blank" href="tutorial7_stacked.html"
169
+ >Tutorial 7: Stacked Bar Plot</a
170
+ >
171
+ </li>
172
+ </ul>
173
+ <h2>Section 8: Stacked Normalized Bar Plot</h2>
174
+ <ul>
175
+ <li>
176
+ <a target="_blank" href="tutorial8_stacked_normalized.html"
177
+ >Tutorial 8: Stacked Normalized Bar Plot</a
178
+ >
179
+ </li>
180
+ </ul>
181
+ <h2>Section 9: Dodged Bar Plot</h2>
182
+ <ul>
183
+ <li>
184
+ <a target="_blank" href="tutorial9_dodged_bar.html"
185
+ >Tutorial 8: Dodged Bar Plot</a
186
+ >
187
+ </li>
188
+ </ul>
189
+
190
+ <h2>Bonus Section</h2>
191
+ <ul>
192
+ <li>
193
+ <a target="_blank" href="tutorial3_boxplot_vertical.html"
194
+ >Tutorial 5: Box Plot (vertical)</a
195
+ >
196
+ </li>
197
+ <li>
198
+ <a target="_blank" href="task3_boxplot_vertical.html"
199
+ >Task 5: Box Plot (vertical)</a
200
+ >
201
+ </li>
202
+ </ul>
203
+ <p>
204
+ When the study is finished, please use this button to download the data
205
+ and send it to the researcher.
206
+ </p>
207
+ <p>
208
+ <button class="btn btn-primary" id="download_data_trigger">
209
+ Download Data
210
+ </button>
211
+ </p>
212
+ </div>
213
+ <script src="../src/constants.js"></script>
214
+ </body>
215
+ </html>
@@ -0,0 +1,10 @@
1
+ .⠀.‎.*.*.*.0.0.
2
+ .⠂.‎.*.*.*.0.0.
3
+ .⠇.‎.*.*.*.0.0.
4
+ .⠉.‎.*.*.*.0.0.
5
+ .⠒.‎.*.*.*.0.0.
6
+ .⠤.‎.*.*.*.0.0.
7
+ .⠳.‎.*.*.*.0.0.
8
+ .⠸.‎.*.*.*.0.0.
9
+ .⠿.‎.*.*.*.0.0.
10
+ .⣀.‎.*.*.*.0.0.
@@ -0,0 +1,10 @@
1
+ .⠀.‎.*.*.*.0.0.
2
+ .⠂.‎.*.*.*.0.0.
3
+ .⠇.‎.*.*.*.0.0.
4
+ .⠉.‎.*.*.*.0.0.
5
+ .⠒.‎.*.*.*.0.0.
6
+ .⠤.‎.*.*.*.0.0.
7
+ .⠳.‎.*.*.*.0.0.
8
+ .⠸.‎.*.*.*.0.0.
9
+ .⠿.‎.*.*.*.0.0.
10
+ .⣀.‎.*.*.*.0.0.
@@ -0,0 +1,10 @@
1
+ .⠀.‎.*.*.*.0.0.
2
+ .⠂.‎.*.*.*.0.0.
3
+ .⠇.‎.*.*.*.0.0.
4
+ .⠉.‎.*.*.*.0.0.
5
+ .⠒.‎.*.*.*.0.0.
6
+ .⠤.‎.*.*.*.0.0.
7
+ .⠳.‎.*.*.*.0.0.
8
+ .⠸.‎.*.*.*.0.0.
9
+ .⠿.‎.*.*.*.0.0.
10
+ .⣀.‎.*.*.*.0.0.
@@ -0,0 +1,10 @@
1
+ .⠀.‎.*.*.*.0.0.
2
+ .⠂.‎.*.*.*.0.0.
3
+ .⠇.‎.*.*.*.0.0.
4
+ .⠉.‎.*.*.*.0.0.
5
+ .⠒.‎.*.*.*.0.0.
6
+ .⠤.‎.*.*.*.0.0.
7
+ .⠳.‎.*.*.*.0.0.
8
+ .⠸.‎.*.*.*.0.0.
9
+ .⠿.‎.*.*.*.0.0.
10
+ .⣀.‎.*.*.*.0.0.
@@ -0,0 +1,10 @@
1
+ .⠀.‎.*.*.*.0.0.
2
+ .⠂.‎.*.*.*.0.0.
3
+ .⠇.‎.*.*.*.0.0.
4
+ .⠉.‎.*.*.*.0.0.
5
+ .⠒.‎.*.*.*.0.0.
6
+ .⠤.‎.*.*.*.0.0.
7
+ .⠳.‎.*.*.*.0.0.
8
+ .⠸.‎.*.*.*.0.0.
9
+ .⠿.‎.*.*.*.0.0.
10
+ .⣀.‎.*.*.*.0.0.
@@ -0,0 +1,10 @@
1
+ .⠀.‎.*.*.*.0.0.
2
+ .⠂.‎.*.*.*.0.0.
3
+ .⠇.‎.*.*.*.0.0.
4
+ .⠉.‎.*.*.*.0.0.
5
+ .⠒.‎.*.*.*.0.0.
6
+ .⠤.‎.*.*.*.0.0.
7
+ .⠳.‎.*.*.*.0.0.
8
+ .⠸.‎.*.*.*.0.0.
9
+ .⠿.‎.*.*.*.0.0.
10
+ .⣀.‎.*.*.*.0.0.