Event
Hear from the Siblings: Sharing Their Journey with Medical Complexity
April 23, 2025 8:00 pm
Video Recap
The Panelists
Aili Zissu
View Bio
Felix Townsin
View Bio
Yasmeen Faruqui
View Bio
Wendy Plante, PhD
View Bio
Made possible by a grant from:
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">