From 18beba25d402b8c80762553e19829d84795038ff Mon Sep 17 00:00:00 2001 From: rachaelbradley Date: Wed, 5 Aug 2026 18:58:37 -0400 Subject: [PATCH 1/4] grouped podcast posts and new article --- ...{autism-podcast.mdx => podcast-autism.mdx} | 0 ...blindness-is.mdx => podcast-blindness.mdx} | 0 .../content/blogs/podcast-brain-injury.mdx | 124 ++++++++++++++++++ 3 files changed, 124 insertions(+) rename astro/src/content/blogs/{autism-podcast.mdx => podcast-autism.mdx} (100%) rename astro/src/content/blogs/{what-blindness-is.mdx => podcast-blindness.mdx} (100%) create mode 100644 astro/src/content/blogs/podcast-brain-injury.mdx diff --git a/astro/src/content/blogs/autism-podcast.mdx b/astro/src/content/blogs/podcast-autism.mdx similarity index 100% rename from astro/src/content/blogs/autism-podcast.mdx rename to astro/src/content/blogs/podcast-autism.mdx diff --git a/astro/src/content/blogs/what-blindness-is.mdx b/astro/src/content/blogs/podcast-blindness.mdx similarity index 100% rename from astro/src/content/blogs/what-blindness-is.mdx rename to astro/src/content/blogs/podcast-blindness.mdx diff --git a/astro/src/content/blogs/podcast-brain-injury.mdx b/astro/src/content/blogs/podcast-brain-injury.mdx new file mode 100644 index 00000000..c59f5c7e --- /dev/null +++ b/astro/src/content/blogs/podcast-brain-injury.mdx @@ -0,0 +1,124 @@ +--- +title: "What Brain Injury Is and How It Affects People" +description: Brain injury is part of human diversity. It affects how people think, move, communicate, and feel. +published: 2026-08-05 +tags: + - education +author: esther-klang +--- + +On _Accessible Community’s_ [A 'Day in the Life' podcast](/podcasts/), we have been talking about brain injury. This post explains what brain injury is and why **inclusion matters**. Brain injury is part of human diversity. It affects how people think, move, communicate, and feel. + +## What Brain Injury Is** + +A brain injury happens when something disrupts the normal work of the brain. It can happen suddenly, like from a fall, a car accident, or a blow to the head. It can also happen from a stroke, an infection, a tumor, or a lack of oxygen to the brain. Brain injury can look like: + +* Sudden injury from an accident, a fall, or a blow to the head + +* Injury from a medical event, like a stroke or a lack of oxygen + +* Changes that show up right away or slowly over time + +* Effects that are different for every person + +There are two broad types. **Traumatic brain injury (TBI)** is caused by an outside force, like a fall, a car crash, or a blow to the head. **Acquired brain injury (ABI)** is caused by something inside the body, like a stroke, a tumor, an infection, or a lack of oxygen. Both types can bring lasting changes. + +**There is no single way to have a brain injury.** Two people with the same type of injury can have very different lives. + +## How Brain Injury Can Look Different** + +People with brain injury experience the world in many ways. Not everyone has all of these effects. + +### Thinking and Memory** + +* Many people have trouble with memory, focus, or planning tasks. This is often called a **cognitive change**. + +* Processing new information can take more time and effort. + +* Written reminders, extra time, and a quiet space can help a lot. + +### Communication** + +* Finding the right word, called **word-finding difficulty**, is common. + +* Some people have trouble speaking clearly or understanding fast speech. + +* Communication may take longer, but that does not mean a person has less to say. + +### Physical Effects and Fatigue** + +* Brain injury can affect balance, coordination, strength, or vision. + +* Fatigue after a brain injury is different from normal tiredness. Rest does not always fix it. + +* Headaches, dizziness, or sensitivity to light and noise are common. + +### Emotions and Behavior** + +* Mood changes, like frustration or sadness, are a real part of many brain injuries. + +* Some people become more impulsive or find it harder to manage stress. + +* These changes come from the injury, not from a person's character. + +**These differences are not personal failures.** Most barriers come from spaces and systems that were not built with brain injury in mind. + +## Brain Injury at Every Stage of Life** + +Brain injury can happen to anyone, at any age. Young children can have a brain injury from a fall or an illness. Teens and young adults often get one from sports or car accidents. Older adults are more likely to have one from a stroke or a fall. + +Some brain injuries are diagnosed right away, in a hospital. Others take longer to notice, especially milder injuries like concussions. + +The effects of a brain injury can change a lot over time. Some people recover many skills in the first months. Others live with lasting changes for life. What a person needs can shift as they heal, work, and move through different stages of life. + +Brain injury does not decide what a person can do. Access does. + +## Language Matters** + +Many people say "person with a brain injury" or "person living with a brain injury." Many others prefer "brain injury survivor," a term used often in the brain injury community. + +Try not to use language that makes brain injury sound like a tragedy. Avoid phrases like "brain damaged" or "suffers from." Instead, focus on **access, tools, and inclusion.** + +**Use:** person with a brain injury, person living with a brain injury, brain injury survivor + +**Avoid:** "brain damaged," "vegetable," "victim of a brain injury," "suffers from," or language that treats brain injury as a tragedy + +**The best thing to do is use the words a person chooses for themselves.** + +## What Inclusion Looks Like in Daily Life** + +Inclusion is about real actions. It shows up in how we design spaces, set up workplaces, and share information. + +* Give clear, simple instructions, and offer them in writing as well as out loud. + +* Allow extra time for tasks, conversations, and decisions. + +* Reduce noise and bright light when possible. Sensory overload is a real barrier. + +* Offer flexible schedules and breaks. Fatigue can change from day to day. + +* Repeat or rephrase information without being asked twice. + +* Make digital content accessible by using clear headings, simple language, and readable fonts. + +* Trust people when they describe symptoms that are hard to see, like fatigue or memory changes. + +**These steps help people with brain injury take part fully.** They also make spaces work better for everyone. + +## Listening to People with Brain Injury** + +Blind and low-vision people are the experts on their own lives. **Their voices improve** the media, products, research, and services we all use when we include and compensate them for their expertise. + +The [A 'Day in the Life' podcast](/podcasts/) brings forward real experiences from people living with blindness and low vision. These stories remind us that there is no single blind experience. **There are many stories, told by those who live them.** + +## What You Can Do Next** + +Listen to this month's **Day in the Life** episodes about brain injury: + +* [Brain Injury with Esther Klang](https://www.buzzsprout.com/2568061/episodes/19519458) + +* [Brain Injury with Ray Petro](https://www.buzzsprout.com/2568061/episodes/19480033) + +* [Brain Injury with Sarah Levis](https://www.buzzsprout.com/2568061/episodes/19433944) + +**Brain injury is part of our community.** When we design for access, everyone benefits. \ No newline at end of file From a880ff5eb4454e525ca3ace070026c199c5fb1d2 Mon Sep 17 00:00:00 2001 From: Brian Montgomery Date: Wed, 5 Aug 2026 19:20:37 -0400 Subject: [PATCH 2/4] Cleanup --- .../content/blogs/podcast-brain-injury.mdx | 43 ++++++------------- 1 file changed, 12 insertions(+), 31 deletions(-) diff --git a/astro/src/content/blogs/podcast-brain-injury.mdx b/astro/src/content/blogs/podcast-brain-injury.mdx index c59f5c7e..a8c04422 100644 --- a/astro/src/content/blogs/podcast-brain-injury.mdx +++ b/astro/src/content/blogs/podcast-brain-injury.mdx @@ -7,63 +7,52 @@ tags: author: esther-klang --- -On _Accessible Community’s_ [A 'Day in the Life' podcast](/podcasts/), we have been talking about brain injury. This post explains what brain injury is and why **inclusion matters**. Brain injury is part of human diversity. It affects how people think, move, communicate, and feel. +On _Accessible Community’s_ [A 'Day in the Life' podcast](/podcasts/), we have been talking about brain injury. This post explains what brain injury is and why inclusion matters. Brain injury is part of human diversity. It affects how people think, move, communicate, and feel. -## What Brain Injury Is** +## What Brain Injury Is A brain injury happens when something disrupts the normal work of the brain. It can happen suddenly, like from a fall, a car accident, or a blow to the head. It can also happen from a stroke, an infection, a tumor, or a lack of oxygen to the brain. Brain injury can look like: * Sudden injury from an accident, a fall, or a blow to the head - * Injury from a medical event, like a stroke or a lack of oxygen - * Changes that show up right away or slowly over time - * Effects that are different for every person There are two broad types. **Traumatic brain injury (TBI)** is caused by an outside force, like a fall, a car crash, or a blow to the head. **Acquired brain injury (ABI)** is caused by something inside the body, like a stroke, a tumor, an infection, or a lack of oxygen. Both types can bring lasting changes. **There is no single way to have a brain injury.** Two people with the same type of injury can have very different lives. -## How Brain Injury Can Look Different** +## How Brain Injury Can Look Different People with brain injury experience the world in many ways. Not everyone has all of these effects. -### Thinking and Memory** +### Thinking and Memory * Many people have trouble with memory, focus, or planning tasks. This is often called a **cognitive change**. - * Processing new information can take more time and effort. - * Written reminders, extra time, and a quiet space can help a lot. -### Communication** +### Communication * Finding the right word, called **word-finding difficulty**, is common. - * Some people have trouble speaking clearly or understanding fast speech. - * Communication may take longer, but that does not mean a person has less to say. -### Physical Effects and Fatigue** +### Physical Effects and Fatigue * Brain injury can affect balance, coordination, strength, or vision. - * Fatigue after a brain injury is different from normal tiredness. Rest does not always fix it. - * Headaches, dizziness, or sensitivity to light and noise are common. -### Emotions and Behavior** +### Emotions and Behavior * Mood changes, like frustration or sadness, are a real part of many brain injuries. - * Some people become more impulsive or find it harder to manage stress. - * These changes come from the injury, not from a person's character. **These differences are not personal failures.** Most barriers come from spaces and systems that were not built with brain injury in mind. -## Brain Injury at Every Stage of Life** +## Brain Injury at Every Stage of Life Brain injury can happen to anyone, at any age. Young children can have a brain injury from a fall or an illness. Teens and young adults often get one from sports or car accidents. Older adults are more likely to have one from a stroke or a fall. @@ -73,7 +62,7 @@ The effects of a brain injury can change a lot over time. Some people recover ma Brain injury does not decide what a person can do. Access does. -## Language Matters** +## Language Matters Many people say "person with a brain injury" or "person living with a brain injury." Many others prefer "brain injury survivor," a term used often in the brain injury community. @@ -83,42 +72,34 @@ Try not to use language that makes brain injury sound like a tragedy. Avoid phra **Avoid:** "brain damaged," "vegetable," "victim of a brain injury," "suffers from," or language that treats brain injury as a tragedy -**The best thing to do is use the words a person chooses for themselves.** +The best thing to do is use the words a person chooses for themselves. ## What Inclusion Looks Like in Daily Life** Inclusion is about real actions. It shows up in how we design spaces, set up workplaces, and share information. * Give clear, simple instructions, and offer them in writing as well as out loud. - * Allow extra time for tasks, conversations, and decisions. - * Reduce noise and bright light when possible. Sensory overload is a real barrier. - * Offer flexible schedules and breaks. Fatigue can change from day to day. - * Repeat or rephrase information without being asked twice. - * Make digital content accessible by using clear headings, simple language, and readable fonts. - * Trust people when they describe symptoms that are hard to see, like fatigue or memory changes. **These steps help people with brain injury take part fully.** They also make spaces work better for everyone. -## Listening to People with Brain Injury** +## Listening to People with Brain Injury Blind and low-vision people are the experts on their own lives. **Their voices improve** the media, products, research, and services we all use when we include and compensate them for their expertise. The [A 'Day in the Life' podcast](/podcasts/) brings forward real experiences from people living with blindness and low vision. These stories remind us that there is no single blind experience. **There are many stories, told by those who live them.** -## What You Can Do Next** +## What You Can Do Next Listen to this month's **Day in the Life** episodes about brain injury: * [Brain Injury with Esther Klang](https://www.buzzsprout.com/2568061/episodes/19519458) - * [Brain Injury with Ray Petro](https://www.buzzsprout.com/2568061/episodes/19480033) - * [Brain Injury with Sarah Levis](https://www.buzzsprout.com/2568061/episodes/19433944) **Brain injury is part of our community.** When we design for access, everyone benefits. \ No newline at end of file From c3e598c1649ca2d947d06873fc47fda0d971f8ea Mon Sep 17 00:00:00 2001 From: rachaelbradley Date: Wed, 5 Aug 2026 20:35:40 -0400 Subject: [PATCH 3/4] corrections --- astro/src/content/blogs/podcast-brain-injury.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/astro/src/content/blogs/podcast-brain-injury.mdx b/astro/src/content/blogs/podcast-brain-injury.mdx index a8c04422..d7b3a54a 100644 --- a/astro/src/content/blogs/podcast-brain-injury.mdx +++ b/astro/src/content/blogs/podcast-brain-injury.mdx @@ -18,7 +18,9 @@ A brain injury happens when something disrupts the normal work of the brain. It * Changes that show up right away or slowly over time * Effects that are different for every person -There are two broad types. **Traumatic brain injury (TBI)** is caused by an outside force, like a fall, a car crash, or a blow to the head. **Acquired brain injury (ABI)** is caused by something inside the body, like a stroke, a tumor, an infection, or a lack of oxygen. Both types can bring lasting changes. +There are two broad types: +* **Traumatic brain injury (TBI)** is caused by an outside force, like a fall, a car crash, or a blow to the head. +* **Acquired brain injury (ABI)** is caused by something inside the body, like a stroke, a tumor, an infection, or a lack of oxygen. Both types can bring lasting changes. **There is no single way to have a brain injury.** Two people with the same type of injury can have very different lives. @@ -74,7 +76,7 @@ Try not to use language that makes brain injury sound like a tragedy. Avoid phra The best thing to do is use the words a person chooses for themselves. -## What Inclusion Looks Like in Daily Life** +## What Inclusion Looks Like in Daily Life Inclusion is about real actions. It shows up in how we design spaces, set up workplaces, and share information. From 7f06ac2a9a1a2a7828541da81273b0c5d688582b Mon Sep 17 00:00:00 2001 From: Brian Montgomery Date: Thu, 6 Aug 2026 09:48:12 -0400 Subject: [PATCH 4/4] Added podcasts tag --- astro/src/content/blogs/podcast-adhd.mdx | 1 + astro/src/content/blogs/podcast-autism.mdx | 3 ++- astro/src/content/blogs/podcast-blindness.mdx | 1 + astro/src/content/blogs/podcast-brain-injury.mdx | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/astro/src/content/blogs/podcast-adhd.mdx b/astro/src/content/blogs/podcast-adhd.mdx index ff635a40..c4312340 100644 --- a/astro/src/content/blogs/podcast-adhd.mdx +++ b/astro/src/content/blogs/podcast-adhd.mdx @@ -5,6 +5,7 @@ description: >- published: 2026-06-22 tags: - education + - podcasts author: esther-klang --- diff --git a/astro/src/content/blogs/podcast-autism.mdx b/astro/src/content/blogs/podcast-autism.mdx index 85050815..7d9d882b 100644 --- a/astro/src/content/blogs/podcast-autism.mdx +++ b/astro/src/content/blogs/podcast-autism.mdx @@ -1,10 +1,11 @@ --- -title: Autism Podcasts +title: What Autism Is and How It Affects People description: >- Day in the Life: Understanding Autism published: 2026-03-15 tags: - education + - podcasts author: esther-klang --- diff --git a/astro/src/content/blogs/podcast-blindness.mdx b/astro/src/content/blogs/podcast-blindness.mdx index a9b97ec9..639b9bcc 100644 --- a/astro/src/content/blogs/podcast-blindness.mdx +++ b/astro/src/content/blogs/podcast-blindness.mdx @@ -4,6 +4,7 @@ description: Blindness is part of human diversity. It affects how people access published: 2026-05-25 tags: - education + - podcasts author: esther-klang --- diff --git a/astro/src/content/blogs/podcast-brain-injury.mdx b/astro/src/content/blogs/podcast-brain-injury.mdx index d7b3a54a..2ef35894 100644 --- a/astro/src/content/blogs/podcast-brain-injury.mdx +++ b/astro/src/content/blogs/podcast-brain-injury.mdx @@ -4,6 +4,7 @@ description: Brain injury is part of human diversity. It affects how people thin published: 2026-08-05 tags: - education + - podcasts author: esther-klang ---