SlideShare a Scribd company logo
Making Sense of
Large Data
Visualizations
Ted Gies
Øystein Moseng
CSUN 2023
Tuesday, March 14, 2023 - 3:20 PM PST
ELITE 1-3
Customized icon/illustration
or, an image of Chart / Photo
Sharing our Research Today
Why accessible data visualizations?
Why automated line descriptions?
Highcharts accessibility journey
State of the art
Our Approach
Demos
User Feedback
What’s Next?
Highcharts Overview
Elsevier’s Mission
Elsevier helps researchers and
healthcare professionals advance
science and improve health outcomes
for the benefit of society.
4
Data Visualizations are the foundation to Decision Making in Science and Health
Weekly Covid cases in U.S.: Source: CDC.gov
Data visualizations are the foundation to decision making in finance
Why Accessible Data Visualizations?
Journal Paper: COVID-19 Highlights the Issues Facing Blind and Visually
Impaired People in Accessing Data on the Web
(Alexa F. Siu, Stanford U)
“Participants described how at the early onset and most critical time of the
pandemic, they encountered broad inaccessibility, particularly of spatial
graphics, trends, and statistics.”
93% of survey respondents agreed they have concerns about accessing
accurate COVID-19 data and related graphics in a timely manner
“There are probably ways to look for the
trend, but I never look because I expect it to
be inaccessible.”
Stanford COVID-19 Viz study – Feedback from Person who is Visually impaired
What is the state of the art?
Microsoft PowerPoint Automated Descriptions
Chart, line chart Chart Timeline
Graphical user interface, application, Word Chart, waterfall chart Chart, pie chart
Chart, scatter chart Chart, scatter chart, bubble chart Chart, radar chart
Georgia Tech – Graphics ingestion engine
The use case is to "reverse engineer" existing graphs (there are millions of graphs in a static
image format like PNG) into a data set that can be used to produce new and more
accessible graphs with digital tools such as the Highcharts Sonification Studio (HSS).
We have built the following pieces:
1. SORTER: A machine learning model that pre-classifies incoming graphs as Bar, Line, or
Pie Charts; or Scatter Plots. Accuracy is already in the 95% range, so we will generally
send the graph through the right pipeline.
2. GRAPH INGESTION ENGINE: For each graph type, we have a multi-step parser that
locates axes, tick marks, labels, and data points. Then it recognizes the characters/text
and determines the axis values. Then it generates a set of x,y data points to recreate the
graph's data values. Works for Scatter, Line, Bar, and Pie (not all equally well, yet)
3. These data can be stored in a CSV file, or in a more complex files like Highcharts
Sonification Studio Project (HSSP) files, which includes labels, colors, and other
rendering information.
State of the Art Model of Chart Descriptions
MIT CSAIL (model of structure, navigation, and description)
4 Level Model of Accessible Viz Content
Model by Alan Lundgard and Daniel Hajas
ChatGPT (TBD)
8 Years Ago, We Embarked on a Quest!
Quick Demo of Structure and Data Point
Our Approach to Making Trends Accessible
1. Created natural language description of major and trends and points of interest
2. Provided interactive sonification user experience along side the description
3. Provided a smoothing feature to simplify/smooth large data sets
4. Provided the ability to select a date range to zoom in and out on graphs
Natural Language Description
• Description of overall trend (rise or drop)
• Comparison of data trends between multiple lines
• Relative overall increase (comparing 3 lines)
• Chart type, structure
• Min/Max
• Major points of change
Major points of change
Price starts at $1,183, at Apr 16, 2017.
Then rises to $10,604 at Oct 6, 2020.
Then rises sharply to $57,540 at Feb 21, 2021.
Then drops sharply to $29,807 at Jul 20, 2021.
Then rises sharply to $65,467 at Nov 14, 2021.
Then drops sharply to $19,018 at Jun 18, 2022.
Then finally rises to $24,869 at Feb 16, 2023, which is higher than where it
started.
Overall, the maximum value is $67,567, at Nov 8, 2021. The minimum is $1,183,
at Apr 16, 2017
We gathered
feedback from 6
people who rely on
screen readers and
are blind
•
•
•
•
•
•
•
Key User Testing Topics
Does text description and sonification help in visualizing the data?
How can we improve the designs?
How is the verbosity of the descriptions?
Are there any trust issues with this approach?
Single line series (Historical Price of Bitcoin)
3-line series (Unemployment Rates)
Text Descriptions Overall User Feedback
Overall, the description is great!
That’s beautiful, higher than when it started
This is one of the best ways I’ve seen it
presented.
The list is a little long, I’d prefer sonification
I’d like more control over the summary and
ability to zoom in on time periods, query dates
Ability to answer specific research questions,
which we won’t know Price starts at $1,183, at Apr 16, 2017.
Then finally rises to $24,869 at Feb 16, 2023, which is
higher than where it started.
Trend Description User Discussion
• What is the sweet spot for verbosity? “A little annoying to go through it all”.
• How much text description is too much in the context of education settings?
(e.g., doing the work for someone)
• “Almost like an analysis done for you”
• Want the ability to expand/collapse more detailed views (Min, Max)
• Describe the data points of changes or the describe segments of the change?
• The idea of describing shapes of data not deemed useful to people who were
born without sight, e.g. I don’t know what a letter “m” looks like.
Interactive Sonification
Play All
Explore Mode (arrow keys)
Compare between 3 lines
Adjust with chart smoothing
Announce data points when
exploring
Does the description and sonification help you
to visualize the data?
“Oh yeah, I know if they lumpy?”
“I like the broken-down trends and numerical data combined with
sonification. The description provides context for the high pitches
has context. Having numerical data in audio makes it more
useful.”
“The text description and sonification pair well together to provide
a quick overview of data, faster than reading through 2K table
rows.”
Additional User Quotes on Sonification
“This is pretty cool honestly”.
“The chart smoothing could be useful if I want to go through the
data more quickly”.
“I could develop the capacity to hear sounds as data and will learn
it and get better”.
Other Sonification Feedback
Useful for determining which inflation rate is more turbulent.
Most users regarded the full detail as best sonification, better
overall picture of the shape.
Screen reader content announced content in parallel with
sonification?
Consider removing the footsteps sounds to denote walking through
time.
Roadmap Items
Text Description
Identify Points of Interest
• Huge peaks
• Lines with several peaks
• Lines crossing
• Outliers
• When dropping below 0
Sonification
• Keyboard shortcuts
• Max/Mins
• Customization
• Duration
• Sounds
• Parallel Play of Series
Conclusions
• Tabular Data, Human Created Descriptions, Sonification, and
Tactile all of their place in helping make for more accessible
data visualizations.
• Providing automated text description together with sonification
can help end users better visualize data sets and spot trends.
• Some level of automated description is in development and will
provide a new lens to consume accessible charts and graphs.
• MIT’s Level 4, domain specific insights, current events, social
and political context, explanations. This is a future goal of Tech.
Thank you to our users/collaborators
Arvind Satyanarayan, MIT CSAIL
Jonathan Zong, MIT CSAIL
Daniel Hajas, Global Disability Innovation Hub
Thomas Watkins, 3Leaf
Frank Elavsky, Carnegie Mellon
Bruce Walker, Georgia Tech
Brandon Biggs, Smith-Kettlewell Eye Research
Mike Staffen, U of Regina
Lucy Greco, UC Berkeley
Dr. Jon Gardner, ViewPlus
Ryan Shugart, Microsoft
Dr. Greg Williams, Tactile Solutions, Inc
EXTRAS
Ted Gies
Øystein Moseng
www.linkedin.com/in/tedgies
www.linkedin.com/in/oysteinmoseng
Relevant Papers
Accessible Visualization via Natural Language Descriptions: A Four-Level Model of Semantic Content (IEEE Transactions on Visualization and Computer
Graphics, MIT CSAIL, 2022)
COVID-19 Highlights the Issues Facing Blind and Visually Impaired People in Accessing Data on the Web (Stanford HCI Group, 2021)
Making data visualization more accessible for blind and low-vision individuals (MIT, 2022)
ChartVi: Charts summarizer for visually impaired (J of Computer Languages, International Institute of Information Technology, India 2022)
Towards Automatic Interpretation of Statistical Graphs for the Visually Impaired (Conf in SW Engineering Research and Innovation, Universidad
Veracruzana, 2021)
What Will You Tell Me About the Chart? – Automated Description of Charts (Conference on Neural Information Processing, Warsaw U of Tech, 2021)
Figure Captioning with Relation Maps for Reasoning (IEEE Applications of Computer Vision, Adobe Research Team, 2020)
Chart-Text: A Fully Automated Chart Image Descriptor (Spi Technologies India Private Limited 2018)
The Automated Understanding of Simple Bar Charts (Artificial Intelligence, Millersville University, 2011)
Automated interpretation and accessible presentation of technical diagrams for blind people (Universität Bremen, Germany 2004)
Current Focus on Large Viz and Automated Trends for Line Plots
Available in Highcharts today
• Well-structured data series
• Well labelled SVG data points
• Table Version
• Human Text Description
• Sonification
Current Focus/Research
• Computer Generated Descriptions
• Line simplification
• Interactive sonification experience
• Braille Display/Tactile Tablet
A Note About Tactile – making comparisons
Multiline Tactile Displays are coming
Tactile provides rich freedom of exploration
Challenges with smoothing out spiky data lines
Drill Down Framework
1. Start with a broad, short description
2. Drill down into individual lines
3. Allow users to drill down into semantic layers
(stats, changes in direction, slices of the data to explore)
4. Allow users to drill down into specific data
Allow users to make comparisons
Previous CSUN Sessions
VPATs for Business or Measure
Accessible SVG charts using ARIA
Elsevier: Article of the future collaboration
Accessibility for Large Publishers: Challenges,
Choices, Change
Alt Text – A Process of Discovery
Don’t Play Me – 2 Games in Web Accessibility
Elsevier Company Accessibility Policy
Highcharts Overview
Infant morality rates and 10 leading causes of death: Source: CDC.gov
Data Visualizations are the foundation to Policy Making in Science and Health
Next Steps: What Can Be Automated vs. Not Yet
EASY
Today We Can Automate
• Chart type
• Straight/Curved
• Steep/Flat
• Max/Min
• Peaks/Valleys
• Outliers
• Missing Data Points
MEDIUM
Tomorrow
• Descriptive Shape
• Comparisons
• “Points of Interest”
• When lines intersect
DIFFICULT
Tomorrow
• Descriptive Shape
• Comparisons
• “Points of Interest”
• When lines intersect
ChatGPT
Free AI Engine to respond to detailed text queries
Sharing our
research
Why accessible data visualizations?
Our Highcharts accessibility journey
Why automated line descriptions?
What is current state of the art?
Our Approach
Demos
User Feedback
What’s Next?
Highcharts, Elsevier References
Highcharts accessibility demos
Highcharts accessibility portal
Highcharts accessibility module
Sonification API
Highcharts Features History
YouTube: Highsoft and Elsevier Talk About
Accessibility 2020
Understanding Screen-Reader Users’ Experiences
with Online Data Visualizations (Sharif, et al)
Contact Us
Ted Gies <ted.gies@elsevier.com>
Øystein Moseng <oystein@highsoft.com>

More Related Content

What's hot

Introduction to Controlled Vocabulary
Introduction to Controlled VocabularyIntroduction to Controlled Vocabulary
Introduction to Controlled Vocabulary
Rebecca Thompson
 
Frbr (copy)
Frbr (copy)Frbr (copy)
Frbr (copy)
Vijay Thorat
 
RDA: Resource Description and Access
RDA: Resource Description and AccessRDA: Resource Description and Access
RDA: Resource Description and AccessRieta Drinkwine
 
Storyboarding for Data Visualization Design
Storyboarding for Data Visualization DesignStoryboarding for Data Visualization Design
Storyboarding for Data Visualization Design
spatialhistory
 
Code of Ethics for a Librarian.pptx
Code of Ethics for a Librarian.pptxCode of Ethics for a Librarian.pptx
Code of Ethics for a Librarian.pptx
DrIrfanulHaqAkhoon
 
HIPAA - Understanding the Basics of Compliance
HIPAA - Understanding the Basics of ComplianceHIPAA - Understanding the Basics of Compliance
HIPAA - Understanding the Basics of Compliance
Jay Hodes
 
Data Visualization Tools
Data Visualization Tools Data Visualization Tools
Big Data in Pharma - Overview and Use Cases
Big Data in Pharma - Overview and Use CasesBig Data in Pharma - Overview and Use Cases
Big Data in Pharma - Overview and Use Cases
Josef Scheiber
 
[Case Study] Physician, Know Thy User: Using Personas to Target Content and U...
[Case Study] Physician, Know Thy User: Using Personas to Target Content and U...[Case Study] Physician, Know Thy User: Using Personas to Target Content and U...
[Case Study] Physician, Know Thy User: Using Personas to Target Content and U...
Scott Abel
 
Book Club Ideas and Battle of the Books
Book Club Ideas and Battle of the BooksBook Club Ideas and Battle of the Books
Book Club Ideas and Battle of the Books
morgansallee
 
AACR2 to RDA: Using the RDA Toolkit
AACR2 to RDA: Using the RDA ToolkitAACR2 to RDA: Using the RDA Toolkit
AACR2 to RDA: Using the RDA Toolkit
Troy Linker
 
Standards for philippine libraries school library media centers
Standards for philippine libraries school library media centersStandards for philippine libraries school library media centers
Standards for philippine libraries school library media centersShirley Valera
 
Lecture 1c: Collection Development
Lecture 1c: Collection DevelopmentLecture 1c: Collection Development
Lecture 1c: Collection Development
KC Tan
 
Historical development of reference service
Historical development of reference serviceHistorical development of reference service
Historical development of reference service
Cynthia Narra
 
Presentation hippa
Presentation hippaPresentation hippa
Presentation hippa
maggie_Platt
 
Data Visualization in Health
Data Visualization in HealthData Visualization in Health
Data Visualization in Health
Ramon Martinez
 
Access & benefit sharing of AnGR
Access & benefit sharing of AnGRAccess & benefit sharing of AnGR
Access & benefit sharing of AnGR
Vivek Kumar
 
Cataloging kits
Cataloging kitsCataloging kits
Cataloging kits
Ime Amor Mortel
 
Types of trademark in india
Types of trademark in indiaTypes of trademark in india
Types of trademark in india
iamsidkul
 

What's hot (20)

Introduction to Controlled Vocabulary
Introduction to Controlled VocabularyIntroduction to Controlled Vocabulary
Introduction to Controlled Vocabulary
 
Frbr (copy)
Frbr (copy)Frbr (copy)
Frbr (copy)
 
RDA: Resource Description and Access
RDA: Resource Description and AccessRDA: Resource Description and Access
RDA: Resource Description and Access
 
Storyboarding for Data Visualization Design
Storyboarding for Data Visualization DesignStoryboarding for Data Visualization Design
Storyboarding for Data Visualization Design
 
Code of Ethics for a Librarian.pptx
Code of Ethics for a Librarian.pptxCode of Ethics for a Librarian.pptx
Code of Ethics for a Librarian.pptx
 
HIPAA - Understanding the Basics of Compliance
HIPAA - Understanding the Basics of ComplianceHIPAA - Understanding the Basics of Compliance
HIPAA - Understanding the Basics of Compliance
 
Data Visualization Tools
Data Visualization Tools Data Visualization Tools
Data Visualization Tools
 
Big Data in Pharma - Overview and Use Cases
Big Data in Pharma - Overview and Use CasesBig Data in Pharma - Overview and Use Cases
Big Data in Pharma - Overview and Use Cases
 
Ra 9246
Ra 9246Ra 9246
Ra 9246
 
[Case Study] Physician, Know Thy User: Using Personas to Target Content and U...
[Case Study] Physician, Know Thy User: Using Personas to Target Content and U...[Case Study] Physician, Know Thy User: Using Personas to Target Content and U...
[Case Study] Physician, Know Thy User: Using Personas to Target Content and U...
 
Book Club Ideas and Battle of the Books
Book Club Ideas and Battle of the BooksBook Club Ideas and Battle of the Books
Book Club Ideas and Battle of the Books
 
AACR2 to RDA: Using the RDA Toolkit
AACR2 to RDA: Using the RDA ToolkitAACR2 to RDA: Using the RDA Toolkit
AACR2 to RDA: Using the RDA Toolkit
 
Standards for philippine libraries school library media centers
Standards for philippine libraries school library media centersStandards for philippine libraries school library media centers
Standards for philippine libraries school library media centers
 
Lecture 1c: Collection Development
Lecture 1c: Collection DevelopmentLecture 1c: Collection Development
Lecture 1c: Collection Development
 
Historical development of reference service
Historical development of reference serviceHistorical development of reference service
Historical development of reference service
 
Presentation hippa
Presentation hippaPresentation hippa
Presentation hippa
 
Data Visualization in Health
Data Visualization in HealthData Visualization in Health
Data Visualization in Health
 
Access & benefit sharing of AnGR
Access & benefit sharing of AnGRAccess & benefit sharing of AnGR
Access & benefit sharing of AnGR
 
Cataloging kits
Cataloging kitsCataloging kits
Cataloging kits
 
Types of trademark in india
Types of trademark in indiaTypes of trademark in india
Types of trademark in india
 

Similar to CSUN 2023 Automated Descriptions 3 March 2023 TG.pptx

CSUN 2024 Simplifying Accessible Data Visualizations - 5 April 2024.pptx
CSUN 2024 Simplifying Accessible Data Visualizations - 5 April 2024.pptxCSUN 2024 Simplifying Accessible Data Visualizations - 5 April 2024.pptx
CSUN 2024 Simplifying Accessible Data Visualizations - 5 April 2024.pptx
Ted Gies
 
CSUN 2020 Accessible Visualizations: Maps, Annotations, and Spark lines
CSUN 2020 Accessible Visualizations: Maps, Annotations, and Spark linesCSUN 2020 Accessible Visualizations: Maps, Annotations, and Spark lines
CSUN 2020 Accessible Visualizations: Maps, Annotations, and Spark lines
Ted Gies
 
Big data visualization state of the art
Big data visualization state of the artBig data visualization state of the art
Big data visualization state of the art
soria musa
 
Data Visualisation Design Workshop #UXbne
Data Visualisation Design Workshop #UXbneData Visualisation Design Workshop #UXbne
Data Visualisation Design Workshop #UXbne
Cam Taylor
 
Cancer genomics first look
Cancer genomics first lookCancer genomics first look
Cancer genomics first look
Linu George
 
A Tour through the Data Vizualization Zoo - Communications of the ACM
A Tour through the Data Vizualization Zoo - Communications of the ACMA Tour through the Data Vizualization Zoo - Communications of the ACM
A Tour through the Data Vizualization Zoo - Communications of the ACM
Reynolds Center for Business Journalism
 
Introduction to information visualisation for humanities PhDs
Introduction to information visualisation for humanities PhDsIntroduction to information visualisation for humanities PhDs
Introduction to information visualisation for humanities PhDs
Mia
 
Data Quality and Neogeography
Data Quality and NeogeographyData Quality and Neogeography
Data Quality and Neogeography
mdob
 
Highcharts- The Next Chapter CSUN 2019
Highcharts- The Next Chapter CSUN 2019Highcharts- The Next Chapter CSUN 2019
Highcharts- The Next Chapter CSUN 2019
Ted Gies
 
Un collab 2010.09.17_presentation_02
Un collab 2010.09.17_presentation_02Un collab 2010.09.17_presentation_02
Un collab 2010.09.17_presentation_02vidya426
 
Principles of data visualisation 2021
Principles of data visualisation 2021Principles of data visualisation 2021
Principles of data visualisation 2021
Marié Roux
 
principlesofdatavisualisation2021-210407141546.pdf
principlesofdatavisualisation2021-210407141546.pdfprinciplesofdatavisualisation2021-210407141546.pdf
principlesofdatavisualisation2021-210407141546.pdf
KarteekMane1
 
BigData Visualization and Usecase@TDGA-Stelligence-11july2019-share
BigData Visualization and Usecase@TDGA-Stelligence-11july2019-shareBigData Visualization and Usecase@TDGA-Stelligence-11july2019-share
BigData Visualization and Usecase@TDGA-Stelligence-11july2019-share
stelligence
 
August Designstorm: Alternative Reporting Formats
August Designstorm: Alternative Reporting FormatsAugust Designstorm: Alternative Reporting Formats
August Designstorm: Alternative Reporting Formats
Amanda Makulec
 
SLA Nov2009 Public
SLA Nov2009 PublicSLA Nov2009 Public
SLA Nov2009 Public
aspoerri
 
Rhetorics of Data, Narrative, and Visualization
Rhetorics of Data, Narrative, and VisualizationRhetorics of Data, Narrative, and Visualization
Rhetorics of Data, Narrative, and Visualization
National Information Standards Organization (NISO)
 
Data visualisations quality aspects
Data visualisations quality aspectsData visualisations quality aspects
Data visualisations quality aspects
Antonio De Marinis
 
Principles of data visualisation 2020
Principles of data visualisation 2020Principles of data visualisation 2020
Principles of data visualisation 2020
Marié Roux
 
Technical Paper Presentation on data analytics.pptx
Technical Paper Presentation on data analytics.pptxTechnical Paper Presentation on data analytics.pptx
Technical Paper Presentation on data analytics.pptx
A62AnushaGoyalCST
 

Similar to CSUN 2023 Automated Descriptions 3 March 2023 TG.pptx (20)

CSUN 2024 Simplifying Accessible Data Visualizations - 5 April 2024.pptx
CSUN 2024 Simplifying Accessible Data Visualizations - 5 April 2024.pptxCSUN 2024 Simplifying Accessible Data Visualizations - 5 April 2024.pptx
CSUN 2024 Simplifying Accessible Data Visualizations - 5 April 2024.pptx
 
CSUN 2020 Accessible Visualizations: Maps, Annotations, and Spark lines
CSUN 2020 Accessible Visualizations: Maps, Annotations, and Spark linesCSUN 2020 Accessible Visualizations: Maps, Annotations, and Spark lines
CSUN 2020 Accessible Visualizations: Maps, Annotations, and Spark lines
 
Big data visualization state of the art
Big data visualization state of the artBig data visualization state of the art
Big data visualization state of the art
 
Data Visualisation Design Workshop #UXbne
Data Visualisation Design Workshop #UXbneData Visualisation Design Workshop #UXbne
Data Visualisation Design Workshop #UXbne
 
Cancer genomics first look
Cancer genomics first lookCancer genomics first look
Cancer genomics first look
 
A Tour through the Data Vizualization Zoo - Communications of the ACM
A Tour through the Data Vizualization Zoo - Communications of the ACMA Tour through the Data Vizualization Zoo - Communications of the ACM
A Tour through the Data Vizualization Zoo - Communications of the ACM
 
Introduction to information visualisation for humanities PhDs
Introduction to information visualisation for humanities PhDsIntroduction to information visualisation for humanities PhDs
Introduction to information visualisation for humanities PhDs
 
Data Quality and Neogeography
Data Quality and NeogeographyData Quality and Neogeography
Data Quality and Neogeography
 
Highcharts- The Next Chapter CSUN 2019
Highcharts- The Next Chapter CSUN 2019Highcharts- The Next Chapter CSUN 2019
Highcharts- The Next Chapter CSUN 2019
 
Un collab 2010.09.17_presentation_02
Un collab 2010.09.17_presentation_02Un collab 2010.09.17_presentation_02
Un collab 2010.09.17_presentation_02
 
Principles of data visualisation 2021
Principles of data visualisation 2021Principles of data visualisation 2021
Principles of data visualisation 2021
 
principlesofdatavisualisation2021-210407141546.pdf
principlesofdatavisualisation2021-210407141546.pdfprinciplesofdatavisualisation2021-210407141546.pdf
principlesofdatavisualisation2021-210407141546.pdf
 
BigData Visualization and Usecase@TDGA-Stelligence-11july2019-share
BigData Visualization and Usecase@TDGA-Stelligence-11july2019-shareBigData Visualization and Usecase@TDGA-Stelligence-11july2019-share
BigData Visualization and Usecase@TDGA-Stelligence-11july2019-share
 
August Designstorm: Alternative Reporting Formats
August Designstorm: Alternative Reporting FormatsAugust Designstorm: Alternative Reporting Formats
August Designstorm: Alternative Reporting Formats
 
SLA Nov2009 Public
SLA Nov2009 PublicSLA Nov2009 Public
SLA Nov2009 Public
 
Rhetorics of Data, Narrative, and Visualization
Rhetorics of Data, Narrative, and VisualizationRhetorics of Data, Narrative, and Visualization
Rhetorics of Data, Narrative, and Visualization
 
Data visualisations quality aspects
Data visualisations quality aspectsData visualisations quality aspects
Data visualisations quality aspects
 
Principles of data visualisation 2020
Principles of data visualisation 2020Principles of data visualisation 2020
Principles of data visualisation 2020
 
Intro to Internet Mapping (epan 2011)
Intro to Internet Mapping (epan 2011)Intro to Internet Mapping (epan 2011)
Intro to Internet Mapping (epan 2011)
 
Technical Paper Presentation on data analytics.pptx
Technical Paper Presentation on data analytics.pptxTechnical Paper Presentation on data analytics.pptx
Technical Paper Presentation on data analytics.pptx
 

More from Ted Gies

CSUN 2023 Analytics.pptx
CSUN 2023 Analytics.pptxCSUN 2023 Analytics.pptx
CSUN 2023 Analytics.pptx
Ted Gies
 
CSUN 2020 VPATs: For Business or Measure
CSUN 2020 VPATs: For Business or MeasureCSUN 2020 VPATs: For Business or Measure
CSUN 2020 VPATs: For Business or Measure
Ted Gies
 
Accessibility in the Engineering Village CSUN 2019
Accessibility in the Engineering Village CSUN 2019Accessibility in the Engineering Village CSUN 2019
Accessibility in the Engineering Village CSUN 2019
Ted Gies
 
Elsevier Company Accessibility Policy
Elsevier Company Accessibility PolicyElsevier Company Accessibility Policy
Elsevier Company Accessibility Policy
Ted Gies
 
CSUN 2018 Dont Play Me - 2 Games in Web Accessibility
CSUN 2018 Dont Play Me - 2 Games in Web AccessibilityCSUN 2018 Dont Play Me - 2 Games in Web Accessibility
CSUN 2018 Dont Play Me - 2 Games in Web Accessibility
Ted Gies
 
CSUN 2017 VPATs For Business or Measure
CSUN 2017 VPATs For Business or MeasureCSUN 2017 VPATs For Business or Measure
CSUN 2017 VPATs For Business or Measure
Ted Gies
 
Accessible svg charts using aria 2016
Accessible svg charts using aria 2016Accessible svg charts using aria 2016
Accessible svg charts using aria 2016
Ted Gies
 
World Usability Day 2012 ARIA
World Usability Day 2012 ARIA World Usability Day 2012 ARIA
World Usability Day 2012 ARIA Ted Gies
 
CSUN 2012: ScienceDirect Article Of The Future Collaboration
CSUN 2012: ScienceDirect Article Of The Future CollaborationCSUN 2012: ScienceDirect Article Of The Future Collaboration
CSUN 2012: ScienceDirect Article Of The Future Collaboration
Ted Gies
 

More from Ted Gies (9)

CSUN 2023 Analytics.pptx
CSUN 2023 Analytics.pptxCSUN 2023 Analytics.pptx
CSUN 2023 Analytics.pptx
 
CSUN 2020 VPATs: For Business or Measure
CSUN 2020 VPATs: For Business or MeasureCSUN 2020 VPATs: For Business or Measure
CSUN 2020 VPATs: For Business or Measure
 
Accessibility in the Engineering Village CSUN 2019
Accessibility in the Engineering Village CSUN 2019Accessibility in the Engineering Village CSUN 2019
Accessibility in the Engineering Village CSUN 2019
 
Elsevier Company Accessibility Policy
Elsevier Company Accessibility PolicyElsevier Company Accessibility Policy
Elsevier Company Accessibility Policy
 
CSUN 2018 Dont Play Me - 2 Games in Web Accessibility
CSUN 2018 Dont Play Me - 2 Games in Web AccessibilityCSUN 2018 Dont Play Me - 2 Games in Web Accessibility
CSUN 2018 Dont Play Me - 2 Games in Web Accessibility
 
CSUN 2017 VPATs For Business or Measure
CSUN 2017 VPATs For Business or MeasureCSUN 2017 VPATs For Business or Measure
CSUN 2017 VPATs For Business or Measure
 
Accessible svg charts using aria 2016
Accessible svg charts using aria 2016Accessible svg charts using aria 2016
Accessible svg charts using aria 2016
 
World Usability Day 2012 ARIA
World Usability Day 2012 ARIA World Usability Day 2012 ARIA
World Usability Day 2012 ARIA
 
CSUN 2012: ScienceDirect Article Of The Future Collaboration
CSUN 2012: ScienceDirect Article Of The Future CollaborationCSUN 2012: ScienceDirect Article Of The Future Collaboration
CSUN 2012: ScienceDirect Article Of The Future Collaboration
 

Recently uploaded

Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
VivekSinghShekhawat2
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
laozhuseo02
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
GTProductions1
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
natyesu
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Sanjeev Rampal
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 

Recently uploaded (20)

Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 

CSUN 2023 Automated Descriptions 3 March 2023 TG.pptx

  • 1. Making Sense of Large Data Visualizations Ted Gies Øystein Moseng CSUN 2023 Tuesday, March 14, 2023 - 3:20 PM PST ELITE 1-3 Customized icon/illustration or, an image of Chart / Photo
  • 2. Sharing our Research Today Why accessible data visualizations? Why automated line descriptions? Highcharts accessibility journey State of the art Our Approach Demos User Feedback What’s Next?
  • 4. Elsevier’s Mission Elsevier helps researchers and healthcare professionals advance science and improve health outcomes for the benefit of society. 4
  • 5. Data Visualizations are the foundation to Decision Making in Science and Health Weekly Covid cases in U.S.: Source: CDC.gov
  • 6. Data visualizations are the foundation to decision making in finance
  • 7. Why Accessible Data Visualizations? Journal Paper: COVID-19 Highlights the Issues Facing Blind and Visually Impaired People in Accessing Data on the Web (Alexa F. Siu, Stanford U) “Participants described how at the early onset and most critical time of the pandemic, they encountered broad inaccessibility, particularly of spatial graphics, trends, and statistics.” 93% of survey respondents agreed they have concerns about accessing accurate COVID-19 data and related graphics in a timely manner
  • 8. “There are probably ways to look for the trend, but I never look because I expect it to be inaccessible.” Stanford COVID-19 Viz study – Feedback from Person who is Visually impaired
  • 9. What is the state of the art?
  • 10. Microsoft PowerPoint Automated Descriptions Chart, line chart Chart Timeline Graphical user interface, application, Word Chart, waterfall chart Chart, pie chart Chart, scatter chart Chart, scatter chart, bubble chart Chart, radar chart
  • 11. Georgia Tech – Graphics ingestion engine The use case is to "reverse engineer" existing graphs (there are millions of graphs in a static image format like PNG) into a data set that can be used to produce new and more accessible graphs with digital tools such as the Highcharts Sonification Studio (HSS). We have built the following pieces: 1. SORTER: A machine learning model that pre-classifies incoming graphs as Bar, Line, or Pie Charts; or Scatter Plots. Accuracy is already in the 95% range, so we will generally send the graph through the right pipeline. 2. GRAPH INGESTION ENGINE: For each graph type, we have a multi-step parser that locates axes, tick marks, labels, and data points. Then it recognizes the characters/text and determines the axis values. Then it generates a set of x,y data points to recreate the graph's data values. Works for Scatter, Line, Bar, and Pie (not all equally well, yet) 3. These data can be stored in a CSV file, or in a more complex files like Highcharts Sonification Studio Project (HSSP) files, which includes labels, colors, and other rendering information.
  • 12. State of the Art Model of Chart Descriptions MIT CSAIL (model of structure, navigation, and description) 4 Level Model of Accessible Viz Content Model by Alan Lundgard and Daniel Hajas
  • 14. 8 Years Ago, We Embarked on a Quest!
  • 15. Quick Demo of Structure and Data Point
  • 16. Our Approach to Making Trends Accessible 1. Created natural language description of major and trends and points of interest 2. Provided interactive sonification user experience along side the description 3. Provided a smoothing feature to simplify/smooth large data sets 4. Provided the ability to select a date range to zoom in and out on graphs
  • 17. Natural Language Description • Description of overall trend (rise or drop) • Comparison of data trends between multiple lines • Relative overall increase (comparing 3 lines) • Chart type, structure • Min/Max • Major points of change
  • 18. Major points of change Price starts at $1,183, at Apr 16, 2017. Then rises to $10,604 at Oct 6, 2020. Then rises sharply to $57,540 at Feb 21, 2021. Then drops sharply to $29,807 at Jul 20, 2021. Then rises sharply to $65,467 at Nov 14, 2021. Then drops sharply to $19,018 at Jun 18, 2022. Then finally rises to $24,869 at Feb 16, 2023, which is higher than where it started. Overall, the maximum value is $67,567, at Nov 8, 2021. The minimum is $1,183, at Apr 16, 2017
  • 19. We gathered feedback from 6 people who rely on screen readers and are blind • • • • • • •
  • 20. Key User Testing Topics Does text description and sonification help in visualizing the data? How can we improve the designs? How is the verbosity of the descriptions? Are there any trust issues with this approach? Single line series (Historical Price of Bitcoin) 3-line series (Unemployment Rates)
  • 21. Text Descriptions Overall User Feedback Overall, the description is great! That’s beautiful, higher than when it started This is one of the best ways I’ve seen it presented. The list is a little long, I’d prefer sonification I’d like more control over the summary and ability to zoom in on time periods, query dates Ability to answer specific research questions, which we won’t know Price starts at $1,183, at Apr 16, 2017. Then finally rises to $24,869 at Feb 16, 2023, which is higher than where it started.
  • 22. Trend Description User Discussion • What is the sweet spot for verbosity? “A little annoying to go through it all”. • How much text description is too much in the context of education settings? (e.g., doing the work for someone) • “Almost like an analysis done for you” • Want the ability to expand/collapse more detailed views (Min, Max) • Describe the data points of changes or the describe segments of the change? • The idea of describing shapes of data not deemed useful to people who were born without sight, e.g. I don’t know what a letter “m” looks like.
  • 23. Interactive Sonification Play All Explore Mode (arrow keys) Compare between 3 lines Adjust with chart smoothing Announce data points when exploring
  • 24. Does the description and sonification help you to visualize the data? “Oh yeah, I know if they lumpy?” “I like the broken-down trends and numerical data combined with sonification. The description provides context for the high pitches has context. Having numerical data in audio makes it more useful.” “The text description and sonification pair well together to provide a quick overview of data, faster than reading through 2K table rows.”
  • 25. Additional User Quotes on Sonification “This is pretty cool honestly”. “The chart smoothing could be useful if I want to go through the data more quickly”. “I could develop the capacity to hear sounds as data and will learn it and get better”.
  • 26. Other Sonification Feedback Useful for determining which inflation rate is more turbulent. Most users regarded the full detail as best sonification, better overall picture of the shape. Screen reader content announced content in parallel with sonification? Consider removing the footsteps sounds to denote walking through time.
  • 27. Roadmap Items Text Description Identify Points of Interest • Huge peaks • Lines with several peaks • Lines crossing • Outliers • When dropping below 0 Sonification • Keyboard shortcuts • Max/Mins • Customization • Duration • Sounds • Parallel Play of Series
  • 28. Conclusions • Tabular Data, Human Created Descriptions, Sonification, and Tactile all of their place in helping make for more accessible data visualizations. • Providing automated text description together with sonification can help end users better visualize data sets and spot trends. • Some level of automated description is in development and will provide a new lens to consume accessible charts and graphs. • MIT’s Level 4, domain specific insights, current events, social and political context, explanations. This is a future goal of Tech.
  • 29. Thank you to our users/collaborators Arvind Satyanarayan, MIT CSAIL Jonathan Zong, MIT CSAIL Daniel Hajas, Global Disability Innovation Hub Thomas Watkins, 3Leaf Frank Elavsky, Carnegie Mellon Bruce Walker, Georgia Tech Brandon Biggs, Smith-Kettlewell Eye Research Mike Staffen, U of Regina Lucy Greco, UC Berkeley Dr. Jon Gardner, ViewPlus Ryan Shugart, Microsoft Dr. Greg Williams, Tactile Solutions, Inc
  • 31. Relevant Papers Accessible Visualization via Natural Language Descriptions: A Four-Level Model of Semantic Content (IEEE Transactions on Visualization and Computer Graphics, MIT CSAIL, 2022) COVID-19 Highlights the Issues Facing Blind and Visually Impaired People in Accessing Data on the Web (Stanford HCI Group, 2021) Making data visualization more accessible for blind and low-vision individuals (MIT, 2022) ChartVi: Charts summarizer for visually impaired (J of Computer Languages, International Institute of Information Technology, India 2022) Towards Automatic Interpretation of Statistical Graphs for the Visually Impaired (Conf in SW Engineering Research and Innovation, Universidad Veracruzana, 2021) What Will You Tell Me About the Chart? – Automated Description of Charts (Conference on Neural Information Processing, Warsaw U of Tech, 2021) Figure Captioning with Relation Maps for Reasoning (IEEE Applications of Computer Vision, Adobe Research Team, 2020) Chart-Text: A Fully Automated Chart Image Descriptor (Spi Technologies India Private Limited 2018) The Automated Understanding of Simple Bar Charts (Artificial Intelligence, Millersville University, 2011) Automated interpretation and accessible presentation of technical diagrams for blind people (Universität Bremen, Germany 2004)
  • 32. Current Focus on Large Viz and Automated Trends for Line Plots Available in Highcharts today • Well-structured data series • Well labelled SVG data points • Table Version • Human Text Description • Sonification Current Focus/Research • Computer Generated Descriptions • Line simplification • Interactive sonification experience • Braille Display/Tactile Tablet
  • 33. A Note About Tactile – making comparisons Multiline Tactile Displays are coming Tactile provides rich freedom of exploration Challenges with smoothing out spiky data lines
  • 34. Drill Down Framework 1. Start with a broad, short description 2. Drill down into individual lines 3. Allow users to drill down into semantic layers (stats, changes in direction, slices of the data to explore) 4. Allow users to drill down into specific data Allow users to make comparisons
  • 35. Previous CSUN Sessions VPATs for Business or Measure Accessible SVG charts using ARIA Elsevier: Article of the future collaboration Accessibility for Large Publishers: Challenges, Choices, Change Alt Text – A Process of Discovery Don’t Play Me – 2 Games in Web Accessibility Elsevier Company Accessibility Policy
  • 37. Infant morality rates and 10 leading causes of death: Source: CDC.gov Data Visualizations are the foundation to Policy Making in Science and Health
  • 38. Next Steps: What Can Be Automated vs. Not Yet EASY Today We Can Automate • Chart type • Straight/Curved • Steep/Flat • Max/Min • Peaks/Valleys • Outliers • Missing Data Points MEDIUM Tomorrow • Descriptive Shape • Comparisons • “Points of Interest” • When lines intersect DIFFICULT Tomorrow • Descriptive Shape • Comparisons • “Points of Interest” • When lines intersect
  • 39. ChatGPT Free AI Engine to respond to detailed text queries
  • 40. Sharing our research Why accessible data visualizations? Our Highcharts accessibility journey Why automated line descriptions? What is current state of the art? Our Approach Demos User Feedback What’s Next?
  • 41. Highcharts, Elsevier References Highcharts accessibility demos Highcharts accessibility portal Highcharts accessibility module Sonification API Highcharts Features History YouTube: Highsoft and Elsevier Talk About Accessibility 2020 Understanding Screen-Reader Users’ Experiences with Online Data Visualizations (Sharif, et al) Contact Us Ted Gies <ted.gies@elsevier.com> Øystein Moseng <oystein@highsoft.com>