From a422354d567f86b0b65d125dd0b5e58a3ddf7e8b Mon Sep 17 00:00:00 2001 From: Sanchali torpe Date: Sat, 17 Jan 2026 05:56:54 -0800 Subject: [PATCH 1/2] Add color blindness accessibility guidelines (#40) --- color-blindness-guidelines.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 color-blindness-guidelines.md diff --git a/color-blindness-guidelines.md b/color-blindness-guidelines.md new file mode 100644 index 00000000..76435295 --- /dev/null +++ b/color-blindness-guidelines.md @@ -0,0 +1,30 @@ +# Color Blindness (Color Vision Deficiency) Guidelines + +## Overview +Color blindness, also called color vision deficiency (CVD), is a condition where individuals have difficulty distinguishing between certain colors. Severity ranges from mild to severe. + +## Types +- **Red-Green Deficiency:** Most common; difficulty differentiating red and green. +- **Blue-Yellow Deficiency:** Less common; difficulty with blue and yellow hues. +- **Total Color Blindness (Achromatopsia):** Very rare; world seen in grayscale. + +## Causes +- Mostly genetic and inherited +- Diseases like diabetes or multiple sclerosis +- Aging or certain medications + +## Symptoms +- Trouble identifying colors or matching them correctly +- Headaches or eye strain with conflicting color backgrounds +- Relying on brightness or texture instead of color + +## Inclusivity Guidelines +- Use **high-contrast, color-blind-friendly palettes** +- Avoid conveying information **only with color**; include patterns, text labels, or symbols +- Use accessible digital design guidelines (WCAG) +- Presentations, charts, and teaching materials should have **alternative indicators** +- Early screening and awareness help support inclusive participation +- Tools: [DaltonLens Colorblind Simulator](https://daltonlens.org/colorblindness-simulator) + +## Goal +To create an environment where color-blind individuals can engage fully without barriers. From 4c36f6cad0b0aa0360229f113d87d70864502002 Mon Sep 17 00:00:00 2001 From: Sanchali torpe Date: Sat, 17 Jan 2026 06:10:33 -0800 Subject: [PATCH 2/2] Add scent sensitivity guidelines (#41) --- scent-sensitivity-guidelines.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 scent-sensitivity-guidelines.md diff --git a/scent-sensitivity-guidelines.md b/scent-sensitivity-guidelines.md new file mode 100644 index 00000000..08d537ce --- /dev/null +++ b/scent-sensitivity-guidelines.md @@ -0,0 +1,14 @@ +# Scent Sensitivity Guidelines + +## Overview +Some individuals have asthma, allergies, or chemical sensitivities that can be triggered by strong perfumes or colognes. These reactions can affect health and participation during conferences and events. + +## Recommendations +- Include a **scent-free policy** in registration emails and badges. +- Post **signage** reminding attendees to avoid strong scents. +- Encourage presenters and participants to use **unscented personal care products**. +- Provide **designated scent-free areas** if possible. +- Raise awareness in **conference guides or websites** about scent sensitivity. + +## Goal +To create an inclusive and safe environment for all attendees, particularly those with respiratory sensitivities or chemical sensitivities.