-
It’s not a family’s responsibility t...
-
Health equity work: We have to start wit...
-
Health Equity work is like a spiritual c...
-
“My race does play a role in my need t...
-
When language is the barrier to getting ...
-
Distrust: We have given parents a lot of...
-
Advocating for their child can be tricky...
-
A pediatrician on how clinicians can hel...
-
Marginalized populations struggle to be ...
-
Microaggressions: “We need more [BIPOC...
-
Finding my voice as my daughter’s moth...
SHARE
Videos
Theme: Access and Equity
It’s not a family’s responsibility that we be comfortable as clinicians.
Page: 2 of 2
It’s not a family’s responsibility that we be comfortable as clinicians.
SHARE
13 / 23
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;
}">