-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
471 lines (465 loc) · 30.8 KB
/
index.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MGCS7827C1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MGCS7827C1');
</script>
<title>John E Pierce; Speech Pathologist, Researcher</title>
<link rel="stylesheet" href="index.css">
<link href='https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700;800;900&display=swap' rel='stylesheet'>
<script src="index.js" defer></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Dr John E Pierce, speech pathologist and researcher">
</head>
<body>
<svg class="svgNoise">
<filter id='noiseFilter'>
<feTurbulence
type='fractalNoise'
baseFrequency='0.6'
stitchTiles='stitch'/>
</filter>
</svg>
<svg class="svgNoise">
<filter id='noiseFilter2'>
<feTurbulence
type='fractalNoise'
baseFrequency='0.6'
stitchTiles='stitch'/>
</filter>
</svg>
<!-- External links -->
<div class="externalLinks">
<a href="http://www.twitter.com/johnpierce85" id="bluesky" target="_blank">
<svg width="16" height="16" version="1.1" fill="currentColor" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="twitterGradient" x1="0%" y1="0%" x2="100%" y2="100%" >
<stop offset="40%" style="stop-color:#1DA1F2;stop-opacity:1.00" />
<stop offset="80%" style="stop-color:#0681ec;stop-opacity:1.00" />
</linearGradient>
<mask id="blueskyicon">
<path fill="white" class="cls-1" d="M3.6,2.1c1.8,1.3,3.7,4.1,4.4,5.5.7-1.5,2.6-4.2,4.4-5.5,1.3-1,3.4-1.7,3.4.7s-.3,4-.4,4.6c-.6,2-2.6,2.5-4.4,2.2,3.2.5,4,2.3,2.2,4.1-3.3,3.4-4.7-.8-5.1-1.9,0-.2,0-.3,0-.2,0,0,0,0,0,.2-.4,1.1-1.8,5.3-5.1,1.9-1.7-1.8-.9-3.6,2.2-4.1-1.8.3-3.8-.2-4.4-2.2-.2-.6-.4-4.1-.4-4.6C.2.3,2.3,1.1,3.6,2.1h0Z"/>
</mask>
</defs>
<g mask="url(#blueskyicon)">
<rect x="0" y="0" width="16" height="16" fill="currentColor" />
<rect id="svgBase" x="0" y="0" width="16" height="16" fill="url(#twitterGradient)" />
</g>
</svg>
<div class="externalLinkLabel">bluesky</div>
</a>
</svg>
<!-- <a href="http://www.twitter.com/johnpierce85" id="twitter" target="_blank">
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="twitterGradient" x1="0%" y1="0%" x2="100%" y2="100%" >
<stop offset="40%" style="stop-color:#1DA1F2;stop-opacity:1.00" />
<stop offset="80%" style="stop-color:#0681ec;stop-opacity:1.00" />
</linearGradient>
<mask id="twitterIcon">
<path fill="white" d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
</mask>
</defs>
<g mask="url(#twitterIcon)">
<rect x="0" y="0" width="16" height="16" fill="currentColor" />
<rect id="svgBase" x="0" y="0" width="16" height="16" fill="url(#twitterGradient)" />
</g>
</svg>
<div class="externalLinkLabel">twitter</div>
</a> -->
<a href="https://www.youtube.com/@johnepierce" id="youtube" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi bi-youtube" viewBox="0 0 16 16">
<defs>
<linearGradient id="youtubeGradient" x1="0%" y1="0%" x2="100%" y2="100%" >
<stop offset="0%" style="stop-color:rgb(255,0,0);stop-opacity:1.00" />
<stop offset="88%" style="stop-color:rgb(221,1,1);stop-opacity:1.00" />
</linearGradient>
<mask id="youtubeIcon">
<path fill="white" d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z"/>
</mask>
</defs>
<g mask="url(#youtubeIcon)">
<rect x="0" y="0" width="16" height="16" fill="currentColor" />
<rect id="svgBase" x="0" y="0" width="16" height="16" fill="url(#youtubeGradient)" />
</g>
</svg>
<div class="externalLinkLabel">youtube</div>
</a>
<a href="http://www.aphasiatherapyonline.com" id="aphasiatherapyonline" target="_blank">
<svg id="a" xmlns="http://www.w3.org/2000/svg" width="16" viewBox="0 0 16 16">
<defs>
<linearGradient id="aphasiatherapyonlineGradient" x1="0%" y1="0%" x2="100%" y2="100%" >
<stop offset="30%" style="stop-color:rgb(64, 121, 53);stop-opacity:1.00" />
<stop offset="70%" style="stop-color:rgb(40, 85, 31);stop-opacity:1.00" />
</linearGradient>
<mask id="aphasiatherapyonlineIcon">
<g>
<polyline points="16 .02 16 16.02 0 16.02 0 .02"/><line x1="10.68" y1="3.27" x2="8.78" y2="3.05" style="fill:none; stroke:#fff; stroke-miterlimit:10; stroke-width:.28px;"/><polyline points="5.41 2.07 4.67 3.75 3.42 5.19 5.28 5.68" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round; stroke-width:.28px;"/><polyline points="11.27 5.95 10.92 5.13 8.78 3.05 7.18 3.67 4.67 3.75 6.7 5.95 8.78 6.36" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round; stroke-width:.28px;"/><polyline points="6.31 2.36 7.18 3.73 8.79 4.9 10.92 5.19" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round; stroke-width:.28px;"/><line x1="8.22" y1="1.81" x2="6.7" y2="2.97" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round; stroke-width:.28px;"/><polyline points="8.62 7.44 8.9 4.85 6.8 5.78 5.5 8.21" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round; stroke-width:.28px;"/><line x1="3.42" y1="6.57" x2="4.33" y2="5.5" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round; stroke-width:.28px;"/><line x1="5.18" y1="6.71" x2="5.39" y2="4.62" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round; stroke-width:.28px;"/><line x1="6.94" y1="8.88" x2="6.38" y2="6.57" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round; stroke-width:.28px;"/><circle cx="8.22" cy="1.86" r=".33" style="fill:#fff;"/><circle cx="5.41" cy="2.07" r=".29" style="fill:#fff;"/><circle cx="6.31" cy="2.39" r=".34" style="fill:#fff;"/><circle cx="10.68" cy="3.27" r=".34" style="fill:#fff;"/><circle cx="8.79" cy="3.08" r=".35" style="fill:#fff;"/><circle cx="3.47" cy="5.11" r=".37" style="fill:#fff;"/><circle cx="7.16" cy="3.76" r=".5" style="fill:#fff;"/><circle cx="8.79" cy="4.9" r=".44" style="fill:#fff;"/><circle cx="10.92" cy="5.13" r=".41" style="fill:#fff;"/><circle cx="11.29" cy="6.06" r=".29" style="fill:#fff;"/><circle cx="8.74" cy="6.36" r=".36" style="fill:#fff;"/><circle cx="8.64" cy="7.47" r=".28" style="fill:#fff;"/><circle cx="3.33" cy="6.55" r=".28" style="fill:#fff;"/><circle cx="5.18" cy="6.73" r=".28" style="fill:#fff;"/><circle cx="6.94" cy="8.88" r=".28" style="fill:#fff;"/><circle cx="5.48" cy="8.26" r=".4" style="fill:#fff;"/><circle cx="6.77" cy="5.84" r=".51" style="fill:#fff;"/><circle cx="5.46" cy="4.79" r=".34" style="fill:#fff;"/><circle cx="5.18" cy="5.67" r=".34" style="fill:#fff;"/><path d="m14.96,8.7l-1.08-1.74c-.11-.11-.12-.26-.05-.34s.57-.33-.51-3.01C12.19.79,9.24.21,9.24.21c0,0-4.52-1.07-6.96,1.97-2.44,3.04-.46,6.47-.46,6.47.77,1.39,1.28,1.42,1.61,2.3.8,2.18-.1,4.02-.1,4.02,0,0-.12.23-.23.49s0,.3,0,.3c0,0,7.34.12,7.4,0s.14-.78.2-1.5.8-.52.8-.52c0,0,.92.23,1.59.13,1.32-.19.94-1.27.79-1.68s-.1-.44.19-.67c.28-.23.08-.36.05-.4s-.23-.15-.23-.15c.46-.12.5-.27.38-.67-.12-.4-.07-.44.56-.73s.13-.88.13-.88h0Zm-5.01,0c-.05.42-.03,1.43,1.12,1.95,0,0-2.26.18-3.24-1.34-.21.02-.43.03-.65.03-2.86,0-5.19-1.86-5.19-4.15S4.31,1.03,7.17,1.03s5.19,1.86,5.19,4.15c0,1.48-.96,2.77-2.41,3.51h0Z" style="fill:#fff;"/>
</g>
</mask>
</defs>
<g mask="url(#aphasiatherapyonlineIcon)">
<rect x="0" y="0" width="16" height="16" fill="currentColor" />
<rect id="svgBase" x="0" y="0" width="16" height="16" fill="url(#aphasiatherapyonlineGradient)" />
</g>
</svg>
<div class="externalLinkLabel">aphasia therapy<br>online</div>
</a>
<a href="https://scholars.latrobe.edu.au/jpierce" id="latrobe" target="_blank">
<svg viewBox="0 0 16 16">
<defs>
<linearGradient id="latrobeGradient" x1="0%" y1="0%" x2="80%" y2="100%" >
<stop offset="20%" style="stop-color:#b70817;stop-opacity:1.00" />
<stop offset="70%" style="stop-color:#e22333;stop-opacity:1.00" />
</linearGradient>
<mask id="latrobeIcon">
<path d="m8.01,1.21L0,5.58l8.01,4.37,6.55-3.57v5.03h1.46v-5.82m-13.11,3.04v2.91l5.1,2.78,5.1-2.78v-2.91l-5.1,2.78-5.1-2.78Z" style="fill:#fff;"/>
</mask>
</defs>
<g mask="url(#latrobeIcon)">
<rect x="0" y="0" width="16" height="16" fill="currentColor" />
<rect id="svgBase" x="0" y="0" width="16" height="16" fill="url(#latrobeGradient)" />
</g>
</svg>
<div class="externalLinkLabel">La Trobe<br>University profile</div>
</a>
<a href="https://www.linkedin.com/in/johnepierce/" id="linkedin" target="">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16">
<metadata>
Created by potrace 1.12, written by Peter Selinger 2001-2015
</metadata>
<defs>
<linearGradient id="LinkedInGradient" x1="0%" y1="50%" x2="100%" y2="50%" >
<stop offset="10%" style="stop-color:#0077b7;" />
<stop offset="100%" style="stop-color:#027fc3" />
</linearGradient>
<mask id="LinkedInIcon">
<path d="M14.49,0H1.44C.65,0,0,.65,0,1.44v13.05c0,.8.65,1.44,1.44,1.44h13.05c.8,0,1.44-.65,1.44-1.44V1.44c0-.8-.65-1.44-1.44-1.44ZM4.93,13.75c0,.23-.19.42-.42.42h-1.78c-.23,0-.42-.19-.42-.42v-7.48c0-.23.19-.42.42-.42h1.78c.23,0,.42.19.42.42v7.48ZM3.62,5.15c-.94,0-1.7-.76-1.7-1.7s.76-1.7,1.7-1.7,1.7.76,1.7,1.7-.76,1.7-1.7,1.7ZM14.26,13.79c0,.21-.17.39-.39.39h-1.92c-.21,0-.39-.17-.39-.39v-3.51c0-.52.15-2.29-1.37-2.29-1.18,0-1.42,1.21-1.47,1.76v4.05c0,.21-.17.39-.39.39h-1.85c-.21,0-.39-.17-.39-.39v-7.55c0-.21.17-.39.39-.39h1.85c.21,0,.39.17.39.39v.65c.44-.66,1.09-1.16,2.47-1.16,3.07,0,3.05,2.87,3.05,4.44v3.62h0Z" style="fill:white; stroke-width:0px;"/>
</mask>
</defs>
<g mask="url('#LinkedInIcon')">
<rect x="0" y="0" width="16" height="16" fill="currentColor" />
<rect id="svgBase" x="0" y="0" width="16" height="16" fill="url(#LinkedInGradient)" />
</g>
</svg>
<div class="externalLinkLabel">LinkedIn</div>
</a>
<a href="CV.html" id="cv" target="">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<metadata>
Created by potrace 1.12, written by Peter Selinger 2001-2015
</metadata>
<defs>
<linearGradient id="CVGradient" x1="0%" y1="50%" x2="100%" y2="50%" >
<stop offset="10%" style="stop-color:#82B9A4;" />
<stop offset="100%" style="stop-color:#7cc4a9" />
</linearGradient>
<mask id="CVIcon">
<path d="m3.2.02c-.36.04-.72.2-1,.43-.27.22-.52.61-.62.98l-.05.2v12.69l.05.2c.16.6.63,1.11,1.21,1.31.36.12.24.12,5.2.12s4.85,0,5.2-.12c.31-.1.66-.36.85-.61.15-.2.29-.47.35-.7l.06-.21V1.63l-.06-.21c-.21-.77-.83-1.3-1.64-1.4C12.51,0,3.46,0,3.2.02Zm5.16,2.52c.25.06.48.15.67.29.41.28.67.64.83,1.13.05.16.06.23.05.53,0,.32,0,.37-.07.56-.08.24-.15.38-.29.61-.06.09-.11.17-.11.17s.08.05.18.11c.73.4,1.36,1.17,1.63,2,.11.32.14.53.1.69-.03.14-.06.17-.22.26l-.11.06h-3.08c-3.49.01-3.21.03-3.38-.18-.13-.16-.14-.25-.06-.55.14-.58.32-.96.7-1.44.27-.33.71-.69,1.09-.87.16-.08.18-.09.12-.14-.07-.06-.26-.39-.32-.55-.17-.47-.17-1.02,0-1.45.25-.62.79-1.08,1.44-1.23.19-.04.63-.04.82,0Zm3.77,7.94c.44.12.44.82,0,.94-.12.03-8.15.03-8.27,0-.43-.12-.45-.78-.03-.93.08-.03.78-.03,4.15-.04,2.72,0,4.09,0,4.15.02Zm-.03,1.98c.24.05.38.25.36.5-.01.18-.08.31-.2.38l-.1.07H3.83l-.1-.07c-.12-.08-.2-.24-.2-.41,0-.26.14-.43.39-.49.14-.03,8.07-.02,8.19,0Z" style="fill:#fff;"/><path d="m7.57,3.55c-.25.09-.45.27-.58.53-.06.13-.07.16-.07.4s0,.28.08.43c.15.33.46.54.81.57.43.03.8-.18.99-.57.07-.15.08-.17.07-.41,0-.22,0-.27-.07-.39-.12-.27-.33-.46-.59-.55-.18-.06-.48-.06-.65,0Z" style="fill:#fff;"/><path d="m7.5,6.51c-.57.11-1.06.37-1.45.79-.16.17-.45.61-.43.65.02.03,4.55.02,4.55,0,0-.04-.14-.29-.27-.46-.16-.22-.48-.52-.71-.65-.49-.29-1.15-.42-1.69-.32Z" style="fill:#fff;"/>
</mask>
</defs>
<g mask="url('#CVIcon')">
<rect x="0" y="0" width="16" height="16" fill="currentColor" />
<rect id="svgBase" x="0" y="0" width="16" height="16" fill="url(#CVGradient)" />
</g>
</svg>
<div class="externalLinkLabel">CV</div>
</a>
<a href="mailto:[email protected]" id="emaila" target="_blank">
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" style="transform: scale(0.76);">
<defs>
<linearGradient id="emailGradient" x1="0%" y1="0%" x2="0%" y2="100%" >
<stop offset="10%" style="stop-color:hsl(273,48%,53%);stop-opacity:1.00" />
<stop offset="100%" style="stop-color:hsl(273,58%,42%);stop-opacity:1.00" />
</linearGradient>
<mask id="emailIcon">
<path d="m15.83,3.34l-1,.91-4.2,3.83,4.2,3.76.97.87h0c.11-.22.17-.47.17-.72v-7.97c0-.23-.05-.46-.14-.68h0Z" style="fill:#fff;"/><path d="m9.79,8.84l-.64.58c-.32.29-.73.45-1.16.45s-.84-.16-1.16-.45l-.63-.58-4.12,3.71-1.08.97c.22.11.47.17.72.17h12.53c.26,0,.51-.06.75-.18l-1.08-.96-4.14-3.71Z" style="fill:#fff;"/><path d="m5.37,8.07L1.17,4.2l-.97-.9c-.11.22-.17.47-.17.72v7.97c0,.26.06.51.18.75l.96-.87,4.2-3.79Z" style="fill:#fff;"/><path d="m7.61,8.58c.1.1.24.15.39.15s.28-.06.39-.15l6.67-6.08h0c-.25-.13-.52-.19-.79-.2H1.74c-.26,0-.52.06-.75.18l1.05.96,5.58,5.14Z" style="fill:#fff;"/>
</mask>
</defs>
<g mask="url('#emailIcon')">
<rect x="0" y="0" width="16" height="16" fill="currentColor" />
<rect id="svgBase" x="0" y="0" width="16" height="16" fill="url(#emailGradient)" />
</g>
</svg>
<div class="externalLinkLabel">email me</div>
</a>
</div>
<!-- Profile -->
<div class="profileContainer">
<img alt="Profile photograph of John Pierce" src="images/profile.jpg" id="profileimg"/>
</div>
<div id="nameLabel">John E. Pierce</div>
<!-- Bio paragraph -->
<div class="bioParagraph">
<p>I'm Dr John Pierce</b>, a speech pathologist and post-doctoral researcher at La Trobe University. I conduct research, work on tools for speech pathologists, and explore technology to assist people with aphasia.</p>
</div>
<!-- TOP LINKS -->
<div class="toplinkContainer" style="display: none;">
<div class="toplink" id="Projects_and_tools">
<div>Projects and tools</div>
</div>
<div class="toplink" id="Tutorials">
<div>Tutorials</div>
</div>
<div class="toplink" id="Publications">
<div>Publications</div>
</div>
<div class="toplink" id="Presentations_and_posters">
<div>Presentations and posters</div>
</div>
<div class="toplink">
<a href="CV.html">CV</a>
</div>
</div>
<!-- WORD CLOUD --><div id="learnAbout">Some of my work:</div>
<div class="wordcloud" style="display: none;">
</div>
<!-- CONTENT LINKS -->
<div class="contentlinks">
<div class="Research multi-modal_aphasia_therapy aphasia">
<a href="http://mmat.rehab" target="">
<div class="cardUpper" >
<img src="images/MMATTele.jpg" alt="" style="width: 100%;"/>
</div>
<div class="cardLower" style="background: #dbe8ff;">
<span style="font-size: 1.2rem;font-weight: 600;"><span style="font-size: 1.2rem;font-weight: 600;color: #4472C4;">Currently recruiting:</span> Online aphasia therapy trial - M-MAT Tele</span>
<br>
<span style="font-weight: 300;">Looking for Australians with aphasia 🇦🇺</span>
</div>
</a>
</div>
<!-- <div class="">
<a href="" target="">
<div class="cardUpper" >
<img src="" alt="" style=""/>
</div>
<div class="cardLower">
Heading
</div>
</a>
</div> -->
<div class="Tutorials aphasia PALPA">
<a href="https://www.youtube.com/watch?v=tRHHD4KsFP4&list=PLhVDZD_iZSovSQYMDkxbHTajT8oRnkH4r" target="">
<div class="cardUpper" style="align-content: flex-end;background: linear-gradient(135deg, rgba(123, 144, 182, 0.5), rgba(119, 166, 173, 0.5), rgba(113, 187, 130, 0.5), rgba(193, 156, 109, 0.5), rgba(169, 134, 160, 0.5));">
<img src="images/PALPAthumb.jpg" alt="thumbnails of PALPA tutorial videos" style="width: 75%;margin-bottom: -2%;"/>
</div>
<div class="cardLower">
PALPA tutorials - Step-by-step video explanations of the psycholinguistic model</span>
</div>
</a>
</div>
<div class="Dissemination multi-modal_aphasia_therapy_tele podcast multi-modal_aphasia_therapy">
<a href="https://soundcloud.com/speechpathologyaustralia/multi-modality-aphasia-treatment-and-telepractice-s6e41" target="">
<div class="cardUpper" style="justify-content: center;">
<img src="images/SpeakUpLogo.jpg" alt="" style="width: 50%;"/>
</div>
<div class="cardLower">
A conversation about M-MAT and Telepractice on the Speech Pathology Australia podcast 🎧
</div>
</a>
</div>
<div class="Publications multi-modal_aphasia_therapy_tele aphasia telehealth co-design">
<a href="https://doi.org/10.1080/17483107.2024.2366423" target="">
<div class="cardUpper" >
<img src="images/MMATTeleHome.jpg" alt="" style="width: 100%;margin-top: -2.6rem;"/>
</div>
<div class="cardLower">
Adaptation of group aphasia therapy for telehealth
</div>
</a>
</div>
<div class="Publications fatigue aphasia constraint-induced_aphasia_therapy multi-modal_aphasia_therapy">
<a href="fatigue.html" target="">
<div class="cardUpper" >
<img src="images/fatiguevisualabstract.jpg" alt="" style="width: 100%;"/>
</div>
<div class="cardLower">
Fatigue after high intensity aphasia intervention
</div>
</a>
</div>
<div class="Publications Primary_Progressive_Aphasia">
<a href="PPAgroups.html" target="">
<div class="cardUpper" >
<img src="images/PPAvenn.jpg" alt="" style="width: 75%;margin-top:-2rem"/>
</div>
<div class="cardLower">
Review of the evidence for groups in PPA
</div>
</a>
</div>
<div class="Publications aphasia cost-effectiveness multi-modal_aphasia_therapy constraint-induced_aphasia_therapy">
<a href="https://doi.org/10.1161/STROKEAHA.123.045183" target="">
<div class="cardUpper" >
<img src="images/costeffectiveness.jpg" alt="" style="width: 100%;"/>
</div>
<div class="cardLower">
Cost Effectiveness of high intensity aphasia therapy vs usual care
</div>
</a>
</div>
<div class="Publications aphasia intensity ICAPs">
<a href="papers/2024 The I in ICAPs - Examining Treatment Intensity Under the microscope (accepted manuscript).pdf" target="">
<div class="cardUpper" >
<img src="images/MDAFschematic.jpg" alt="" style="width: 100%;"/>
</div>
<div class="cardLower">
The “I” in ICAPs: examining treatment intensity under the microscope
</div>
</a>
</div>
<div class="aphasia technology artificial_intelligence AI_images">
<a href="AI_images.html" target="">
<div class="cardUpper" >
<img src="images/AIimages/waterfall.jpg" alt="AI generated image of a waterfall" style="width: 100%;"/>
</div>
<div class="cardLower">
Using AI-generated images for speech pathology
</div>
</a>
</div>
<div class="Publications aphasia technology artificial_intelligence">
<a href="https://www.tandfonline.com/doi/epdf/10.1080/09638288.2023.2199463" target="">
<div class="cardUpper" >
<img src="images/AIdoughnut.jpg" alt="" style="width: 110%;margin-top: -1.2rem;"/>
</div>
<div class="cardLower">
Artificial Intelligence + Aphasia<br><span style="font-weight: 300;">[scoping review]</span>
</div>
</a>
</div>
<div class="Publications aphasia aphasia aphasia-friendly_videos video_abstracts">
<a href="videopreferences.html" target="">
<div class="cardUpper" style="background-color: #e6e6e6;">
<img src="images/videoabstractinfographic.jpg" alt="" style="width: 100%;margin-top: -20rem;rotate: 45deg;"/>
</div>
<div class="cardLower">
Preferences of people with aphasia for video abstracts
</div>
</a>
</div>
<div class="Project_and_tools aphasia technology">
<a href="https://rbcavanaugh.github.io/aphasia-tech-map/" target="">
<div class="cardUpper" >
<img src="images/techmap.png" alt="" style="width: 110%;"/>
</div>
<div class="cardLower">
Map of technology projects for aphasia
</div>
</a>
</div>
<div class="Publications aphasia multi-modal_aphasia_therapy constraint-induced_aphasia_therapy">
<a href="https://www.tandfonline.com/doi/epdf/10.1080/10749357.2023.2196765" target="">
<div class="cardUpper" >
<img src="images/substudytimeline.png" alt="" style="height: 9rem;"/>
</div>
<div class="cardLower">
Pilot study of lower intensity treatments
<span>Distributing 30 hours of <span style="color: #60ae46;">Constraint Induced Aphasia Therapy</span> & <span style="color:#2491b0;">Multi-Modal Aphasia Therapy</span> over 5 weeks</span>
</div>
</a>
</div>
<div class="Publications aphasia multi-modal_aphasia_therapy constraint-induced_aphasia_therapy">
<a href="http://dx.doi.org/10.1136/jnnp-2021-328422" target="">
<div class="cardUpper" style="background-color: #2490b0;grid-template-columns: 1.5fr 1fr;">
<img src="images/compare logo.png" alt="logo for the COMPARE aphasia trial" style="height: 7rem;justify-self: right;"/>
<img src="images/compareschematic.png" alt="logo for the COMPARE aphasia trial" style="height: 7rem;justify-self: left;"/>
</div>
<div class="cardLower">
COMPARE trial results
<span style="font-size: 1rem;font-weight: 400;">
<span style="color: #60ae46;">Constraint Induced Aphasia Therapy</span> vs <span style="color:#2491b0;">Multi-Modal Aphasia Therapy</span> vs usual care.
<br>RCT of <span style="font-weight: 800;color:rebeccapurple">216</span> people.
</span>
</div>
</a>
</div>
<div class="Tutorials dysarthria">
<a href="https://www.youtube.com/playlist?list=PLhVDZD_iZSouPkLjPXaWUx0jnX_ikT8EY" target="">
<div class="cardUpper">
<img src="images/dysarthriatutorialthumbs.png" alt="thumbnails of dysarthria tutorial videos"/>
</div>
<div class="cardLower">
Dysarthria tutorials - Each subtype explained along with samples.</span>
</div>
</a>
</div>
<div class="Publications aphasia ICAPs">
<a href="https://doi.org/10.1080/09638288.2021.1948621" target="">
<div class="cardUpper" style="background-color: white;">
<img src="images/ICAPs survey.png" alt="" style="width: 100%;margin-top: -7.8rem; background-color: white;"/>
</div>
<div class="cardLower">
International survey of ICAPs
</div>
</a>
</div>
<div class="Projects_and_tools Tutorials aphasia aphasia-friendly_videos video_abstracts">
<a href="https://www.aphasiatrials.org/aphasia-friendly-video-abstract-project/" target="" style="grid-template-columns: 1fr 2fr;">
<div class="cardUpper" style="background-color:#ace0cb;grid-template-columns: 2fr 1fr 2fr;">
<img src="images/document.png" alt="icon of paper document" style="max-height: 4rem;justify-self: right;">
<span style="justify-items: center;padding: 1rem;">
<i class="right arrow"></i>
<i class="right arrow"></i>
<i class="right arrow"></i>
</span>
<img src="images/video.png" alt="icon of video" style="max-height: 3rem;border-radius: 0.3rem;justify-self: left;">
</div>
<div class="cardLower">
How to make an aphasia friendly video abstract for your research
</div>
</a>
</div>
<div class="aphasia dose/intensity Publications">
<a href="papers/Harvey et al 2022_Dose frameworks_accepted.pdf" target="">
<div class="cardUpper" >
<img src="images/MDAFcropped.png" alt="cropped blue and white figure" style="max-height: 12rem"/>
</div>
<div class="cardLower">
Methods of quantifying dose and intensity in aphasia
</div>
</a>
</div>
<div class="aphasia maintenance Publications">
<a href="maintenance.html" target="">
<div class="cardUpper" >
<img src="images/maintenanceThumbnail.jpg" alt="" style="height: 8rem;"/>
</div>
<div class="cardLower">
Maintenance of gains after intensive aphasia therapy
<br><span style="font-weight: 300;">Only a small portion of participants maintain their gains</span>
</div>
</a>
</div>
<div class="aphasia dose/intensity Publications">
<a href="papers/Pierce et al Intensity review Accepted.pdf" target="">
<div class="cardUpper" style="background-color: white;grid-template-columns: 1fr 1fr;">
<img src="images/higherlowerweekly.png" alt="" style="height: 7rem;"/>
<img src="images/higherlowerweeklyimage.png" alt="" style="height: 7rem;">
</div>
<div class="cardLower">
Higher or lower therapy intensity? A review of papers comparing higher vs lower weekly intensity.
</div>
</a>
</div>
<div class="aphasia Publications multi-modal_aphasia_therapy Presentations multimodal">
<a href="multimodaltherapy.html" target="">
<div class="cardUpper" >
<img src="images/multimodaltherapy.jpg" alt="" style="width: 70%; margin-top:-0.5rem"/>
</div>
<div class="cardLower">
What does 'multimodal therapy' even mean?
</div>
</a>
</div>
</div>
</div>
</body>
</html>