SHARE
Event
Upcoming: In the Room: Using Social Media: Pros and Perils of Virtual Engagement
May 21, 2026 12:00 pm Register for the Event
The Panelists
Dr. Karen Low, Consultant Clinical Geneticist and NIHR Clinical Research Fellow
View Bio
Stacey Montgomery, Senior Insurance Sales Agent
View Bio
Karen Morici, Patient & Community Outreach Coordinator, CDG CARE
View Bio
Tameka Simmons, Founder & Executive Director, Through Evely’s Eyes; Certified Patient Leader
View Bio
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;
}">