Top Banner
The Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability and Rehabilitation Research
24

The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

Mar 07, 2018

Download

Documents

duongkhue
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

The Future of Inclusive

Design Online

Clayton Lewis

Professor of Computer Science

University of Colorado

Consultant

National Institute on Disability and

Rehabilitation Research

Page 2: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

A new paradigm for

accessibility is emerging.

What is it?

What will it mean (opportunities

and challenges)?

How do we need to respond?

Page 3: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

The Raman Principle

"The way to think about the visual system is as

a way to ask questions about a spatial

database. If you give someone another way

to ask the questions and get the answers,

they don't need vision."

--T V Raman

Page 4: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

Jawbreaker Demo

(Raman and Chen)

Page 5: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

This idea shifts our focus from

making presentations accessible to

making content accessible.

Page 6: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

Beyond the Screen Reader

(more Raman)

something you need to

understand and work with visual presentation

screen

reader non-visual

presentation of visual

presentation

Page 7: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

Beyond the Screen Reader

(more Raman)

something you need to

understand and work with visual presentation

screen

reader non-visual

presentation of visual

presentation

non-visual presentation of

what you need to understand

and work with

Page 8: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

The new paradigm (Raman, 2013)

Providers of content and services will provide

APIs (application program interfaces)...

... to which a wide variety of clients can be

connected...

... that serve the particular needs of users.

Page 9: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

Opportunities

superior access can be provided

Page 10: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

making interactive simulations accessible

Page 11: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

Creative Technology for People

with Disabilities: Visual

Programming?

Jamal Mazrui

Gregg Vanderheiden

Page 12: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

Non-Visual Visual Programming

[{"functionName":"isNull",

"in":{"listIn":"listIn"},

"out":{"bool":"b0"}},

{"functionName":"branch",

"in":{"input":"listIn","control":"b0"},

"out":{"ifTrue":"b1","ifFalse":"b2"}},

{"functionName":"head",

"in":{"listIn":"b2"},

"out":{"listOut":"b3"}},

{"functionName":"tail",

"in":{"listIn":"b2"},

"out":{"listOut":"b4"}},

{"functionName":"reverse",

"in":{"listIn":"b4"},

"out":{"listOut":"b5"}},

{"functionName":"concat",

"in":{"list0In":"b5","list1In":"b3"},

"out":{"listOut":"b6"}},

{"functionName":"fanIn",

"in":{"in0":"b1","in1":"b6"},

"out":{"result":"listOut"}}

];

b, c, e

commands

describe and

navigate

declarative

structure, with

spoken output

Page 13: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

commands can traverse logical structure of

program, not just layout order

Page 14: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

The Grand Strategic Trend

from presentation to

content

John Seely Brown, 1984: WYSIWYG is a

bad idea!

Page 15: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

We have accessibility problems everywhere

today because people are creating

presentations rather than content.

We have to replace presentation-oriented tools

by content-oriented ones.

This is happening, eg CSS, CMS, but we need

to push much harder... it's been almost 30

years since 1984.

Page 16: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

Pushing the Raman Principle

Farther

How does the principle apply to

cognitive limitations?

task

Web

page

User

understanding

Page 17: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

Pushing the Raman Principle

Farther

How does the principle apply to

cognitive limitations?

We can ask not "How can we make

this page easier to understand?"

but

"How can we make this task easier

to perform?"

• Use Choice Architecture (cf

Thaler et al.)

• Use personalization to simplify

the task

Bob Williams

Associate

Commissioner

SSA

Page 18: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

Challenges

Page 19: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

New division of labor

Agency that produces content may not produce

the clients...

... so who is responsible for accessibility?

VA Blue Button may illustrate this issue:

VA produces content (as plaintext dump),

not client viewers of the content.

Page 20: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

New software tools

• tools for publishing content, not Word

documents or pdfs

• tools for creating clients, flexibly, quickly,

inclusively, and cheaply

o this is part of the Mazrui Challenge

o it also connects to the shift from mass production to

mass customization

Page 21: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

Progress on Client Creation

Work within the Global Public Inclusive

Infrastructure Initiative (GPII.net) is promising

• emphasis on maximum configurability of

software

• uses declarative representation of programs,

and advances on program merging and

integration

• see fluidproject.org

Page 22: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

How we need to respond

Plan and carry out needed changes in public

policy

• not only accessibility (sec 508) but also

intellectual property law may be affected

Promote advances in software tools

Page 23: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science

Thank you!

Page 24: The Future of Inclusive Design Onlinetransition.fcc.gov/.../the-future-of-inclusive-design-online.pdfThe Future of Inclusive Design Online Clayton Lewis Professor of Computer Science