ENHANCING A VOICE-ENABLED WEB BROWSER FOR THE VISUALLY IMPAIRED

Size: px
Start display at page:

Download "ENHANCING A VOICE-ENABLED WEB BROWSER FOR THE VISUALLY IMPAIRED"

Transcription

1 ENHANCING A VOICE-ENABLED WEB BROWSER FOR THE VISUALLY IMPAIRED Atiwong Suchato *, Jirasak Chirathivat, Proadpran Punyabukkana Spoken Language Systems Research Group, Department of Computer Engineering, Chulalongkorn University, Phyathai Rd., Pathumwan, Bangkok Thailand ABSTRACT A vast body of digital content lies in the World Wide Web, to which people can access via web browsers. Automatic speech recognition as well as Text-to- Speech (TTS) components have been incorporated into some web browsers aiming to assist the visually impaired access web content. Various webpagereader programs usually read out textual content sequentially as appeared on the webpages. Many times, presenting a webpage s content aurally in such a sequential fashion does not give visually-impaired users a clear picture of the content structure of that webpage. Furthermore, it is not uncommon that webpage-reader programs read texts that are unrelated to the main content. This paper proposes a hierarchical webpage content representation, which allows webpage content to be stored in a tree structure, and an associated XML that defines the parsing rules for parsing webpage content into the hierarchical representation. The parser was implemented in a Thai voice-enabled web browser with multilingual TTS capability, named CUVoiceBrowser, so that the targeted webpage content is parsed into the hierarchical representation before being read accordingly to the users. The browser s command list was extended to support navigation through the hierarchical webpage content representation. A demonstration of the concept was shown by its application on the front page of a newspaper website. KEYWORDS: Assistive Technologies for Person with Disabilities, Speech Recognition Application * Corresponding author. Tel: Fax: Atiwong.S@chula.ac.th

2 1. INTRODUCTION With advancements of the internet software and high-speed connection, it is undeniable that surfing the web has become an integral part of many people s lives. While the web seems to be an ideal source of information and service for many people, it is currently far from ideal for the blinds and people with low vision. It is clear that visually-impaired population usually has some difficulties using the web, let alone reaping the web s full benefits appreciated by people with normal sight. An obvious source of difficulties for the visually impaired to surf the web is due to the fact that most web content is presented visually, i.e. in the forms of texts and pictures, on web browsers. Digital contents in other formats with sounds included may be available on some web sites but very scarcely. More importantly, such contents are not intended to solely represent the overall content of a webpage. Thus, they will never render textual content obsolete, at least in the foreseeable future. Another source of difficulty concerns methods used for receiving user s input deployed in the user s interfaces (UI) of currently available web browsers. Web browsers UIs are usually designed to work in accordance with the most prominently used devices, which are keyboards and mice. Unlike motor-handicapped people, the visually impaired usually have no problem learning to use keyboards and mice. The difficulties lie in that they do not see the positions of their mouse pointers or text cursors. When surfing the web, navigation via hyperlinks, as well as locating elements of web forms such as input textboxes, seem almost impossible without appropriate assistive technologies. Technologies have been used to ease such difficulties. Some libraries around the world deploy assistive technologies heavily in their establishments with an aim that any individual must be able to access libraries resources equally regardless of their sights [1]. Many assistive technologies are based on Braille characters. [2]. However, speech technology is a preferred choice for many researchers and developers [3]. One reason is that speech communication is natural. Also, data rate via speech communication is higher than typing words on an ordinary or Braille keyboard. Furthermore, efforts spent in improving speech technology are paid back not only to the visually-impaired community but also to the more general society. Common components utilizing speech technology for assisting the visually impaired accessing webbased information include webpage-reader programs, automatic speech recognition systems, and voice-enabled web browsers. A webpage-reader program is a computer program that reads texts on a webpage. It utilizes a Text-to-Speech (TTS) module, which is able to generate speech sounds from corresponding texts. Note that the most immediate goal of a webpage-reader for the visually impaired is not how to make the program read texts more naturally but how to read them with high intelligibility and appropriately. Automatic Speech Recognition (ASR) software allows probabilistic mapping from sounds to texts [4]. The role of an automatic speech recognizer in assisting the visually impaired is to provide an alternative mean of controlling and inputting data into voiced-enabled computer programs. A voice-enabled web browser is a web browser program that can be operated using voice commands, in addition to normal keyboard and mouse operations. It usually has a webpage-reader program integrated, so that users can surf the web based purely on voice, if they would like or have to. Many researchers have successfully developed prototypes to demonstrate the concept of web surfing via voice in various languages. Hemphill et al. has developed voice-enabled navigation via a speakable hotlist, speakable links and smart pages using a speaker-independent speech recognizer [5]. Brondsted et al. has built a Danish voice-enabled web browser for motor-handicapped users [6]. And, Punyabukkana et al. has demonstrated such capability in Thai [7].

3 3.1 Hierarchical Structured Content 2. MATERIALS AND METHODS A webpage-reader program usually reads webpage content in order of appearance. This way, the information is presented sequentially regardless of the organization of the real content. Users with normal sight can visually capture the structure of the webpage content via its formatting and be able to make a mental model of its organization. However, with the absence of visual information, the visually impaired are easily lost after the program reads the webpage content for a while. Consider an illustration of a webpage content structure in Fig.1. This webpage contains an article on volcanoes 1. The sizes of the fonts, the bold faces, and the use of underlines in this illustration resemble the formatting used in the original webpage. Such formatting naturally helps the reader understand the organization of the content. If this content is read by a webpage-reader sequentially from top to bottom without presenting any cues to the topic hierarchy, visually-impaired users could easily have troubles understanding how these topics are organized. Volcano Volcano classification Erupted material Lava composition Lava texture Shape Shield volcanoes Cinder cones Stratovolcanoes Supervolcanoes Submarine volcanoes Subglacial volcanoes Classifying volcanic activity Notable volcanoes Volcanoes on Earth Fig. 1. A webpage and the illustration showing its content organization root 1 st level topic 2 nd level topic Article topicname contentlist Topic <content 1> <content 2> : 3 rd level topic Fig. 2. Organization of the hierarchical structured content : Fig. 3. Illustration of a Topic object A convenient way to preserve the organization of topics on a webpage is to arrange those topics into a hierarchical structure, in a similar fashion to the illustration in Fig.2, and let a 1 retrieved June 24 th, 2006

4 webpage-reader work with this arranged content instead of the original one. Each circle in Fig.2 represents a Topic object, a data storage for an individual user-defined topic. The Topic object has two properties, namely topicname and contentlist. The property topicname stores a text string chosen to be the name of that Topic object, while the property contentlist stores a collection of text excerpts associated with the Topic object. To make this more specific to the use of webpage-reader programs, we can say that this collection of text excerpts is to be read under the topic associated with its Topic object. From the hierarchy, if Topic B is a child of Topic A. we call that Topic A is a subtopic of Topic B. Any Topic objects on the same level and with the same parent are called siblings. Every Topic objects must belong to an Article. Adding navigation commands based on this hierarchical structured content to voiceenabled web browsers will let the visually impaired browse through the content more efficiently. The implementation of such commands in a voiced-enable browser is described in later section. The next section describes how one can define the mapping from the content of a webpage into the above hierarchical structure. 3.2 Obtaining Hierarchical Structured Content Using XML-based Template Hierarchical structured content can be used as a method to prepare webpage content for a webpage-reader program. It preserves the organization of the webpage content when formatting does not work, as in the case of visually-impaired users. Apart from the ability to arrange webpage content in a meaningful organization, it is also desirable to control which text elements are to be read or not to be read. This control over what to be read is also another benefit of the mapping from normal webpage content to the hierarchical structured one. In many webpage-reader programs, it is possible for users to set parameters in the programs to select what types of elements on the webpage should be read and which should be opted out. This parameter setting could be done on a page-by-page basis or apply globally to every webpage. However, the downside of this is that selecting what to be read or not to be read is done by visitors to that webpage, when it makes much sense to have the author of the visited webpage do the preparation. If the author of a webpage would like to have a control over how a specific webpage-reader program read the content on his/her webpage, he/she might be able to do that partially by offering a suggested set of parameters for visitors to set their webpagereader programs. Still, this is not very convenient, especially in the case of visually-impaired visitors. Here, we propose the use of XML-based parsing templates that describe the parsing rules defining how content of a webpage should be mapped into the hierarchical structure. A program called Heirarchical Structured Content Parser (HSC parser), which was implemented as a part of this work, is used for applying the parsing rules define in a parsing template to the webpage of interest and creating the associated hierarchical structured content, which is also stored in an XML format. Since both the parsing template and the resulting hierarchical structured content are in plain text, it should be simple to create these parsing templates in a normal text editor and make use of the parsed content. Fig. 4 illustrates the hierarchical structured content parsing process. Parsing rules are defined in parsing templates using XML. The parsing rules identify how Topic objects are created, as well as how their properties are filled. Parsing template <XML> Hierarchical structured content Webpage source < > HSC parser Fig. 4. Obtaining hierarchical structured content of a webpage content from its source code using HSC parser and the corresponding parsing template

5 3.1 Implementation in CUVoiceBrowser 3. RESULTS AND DISCUSSION CUVoiceBrowser is a voice-enabled web browser, integrated with Thai automatic speech recognition and multilingual TTS modules. Both the visually impaired and people with normal sight are taken into consideration for the design of CUVoiceBrowser. Navigation can be done via both traditional and voice inputs. Together with the webpage reading capability of the TTS, voice commands allow users to perform most of the tasks required for accessing mainstream contents on the web, including going to the desired URLs, following links shown on the webpage, asking for the list of links on the webpage, opening the user s bookmark page, navigating forward and backward, activating to the user s pre-defined search procedure, filling in web forms and performing search using character-wise data entry, controlling the text reading of the TTS module, requesting instructions from its help page, and perform simple program controls. CUVoiceBrowser automatically extracts webpage content from its surrounding formatting tags. By default, the reading is performed sequentially from the top to the bottom of the page. Different voices are used to distinguish between normal and hyperlinked texts in order to help visually-impaired users identify links they can follow. The HSC parser was integrated into CUVoiceBrowser in order for the browser to support the hierarchical structured content parsing. CUVoiceBrowser was also modified so that when it retrieves a webpage from a URL, the browser looks for appropriate parsing templates. Parsing templates can be found in two ways. First, the author of a webpage can provide the URL of the parsing template designed for that webpage in the head section of the webpage s source. The other way for parsing templates to be found is from the browser s pre-loaded parsing template inventory. When the browser engine receives a webpage via http response and the parsing template associated with that webpage is presented, the source of that webpage is fed to the HSC parser together with its parsing template. Then, the hierarchical structure for that webpage content is created and stored in the browser s memory. Users can navigate through the hierarchical structure and have the TTS read the content or the name of the desired topic, as well as the list of topics at any levels of the structure by using an extended set of voice command. Original voice commands can still be used and they will be applied to the content of the topic that the browser is currently in. 3.2 An Example Usage In order to illustrate its usage, we have applied our approach to organizing webpage content on some frequently-updated webpages. Here, we present a demonstration of the approach on the front page of The New York Times ( The format of such webpage was analyzed, the targeted hierarchical structure of the desired content on that webpage was defined, and the corresponding parsing template was constructed and used. Fig. 5 shows a portion of the webpage where the breaking news (A, B) are listed. It is easy to see that a typical webpage-reader will not do a good job narrating the content in this portion. In contrary, we can write a parsing template that looks for news headlines in section A and section B by searching for specific formatting tags (in this case, <div>) and make each one of them, together with its corresponding content, a Topic object. These Topic objects will be listed as a subtopic of another Topic object names Breaking News, and their topic names are extracted from the <h3> elements (for the first news) and the <h5> elements (for the other news) in the vicinity of each Topic object. The part of the parsing template that defines how to create Topic objects in section A is shown in

6 Fig. 6. Note that some details of the XML are neglected in the figure. Once the webpage has been parsed into the hierarchical structured content, CUVoiceBrowser allows user to navigate through the parsed content. 6. CONCLUSIONS We proposed a method to arrange webpage content into a hierarchical structure using XMLbased parsing templates. When webpage content is arranged in such a structure, it is easy for a webpage-reader program that supports the structured content to read the content to the users in a more organized and controllable manner. This will help the visual impaired navigate through the content of a webpage in a content-driven fashion. Such an approach is our next step to help the visually impaired accessing web-based information beyond the use of a voice-enabled web browser with a traditional webpage-reader module. Although the parsing templates are flexible and small in size due to their text-based nature, it might still be too complicated for a novice to markup languages. A graphical user interface could be developed so that one can define Topic objects via simple mouse actions on the webpage itself rather than tags in its source code. Another interesting aspect that would make the read webpage content as informative as its original content with visual formatting is to use various aspects of voice quality, together with other sounds, to communicate the intention of each visual formatting element. For example, a weak beep sound could be played in the interval when a hyperlink is read, or a higher-pitched voice could be used to read blinking texts. Psychological studies are needed for such sound representations. A B Fig. 5. A portion of a front page of The New York Times website

7 <topic amount="1"> <begin> </begin> <end> </end> <body/> <topicname>breaking News</topicName> <contentlist/> <topiclist> <topic amount="1"> Definition of a Topic object named Breaking News <begin> </begin> <end> </end> <body/> <topicname> <locator><tagname>h3</tagname></locator> </topicname> <contentlist> </contentlist> </topic> Definition of a Topic object named after the <h3> element <topic amount="*"> <begin> </begin> <end> </end> <body/> <seperator> </seperator> <topicname> <locator><tagname>h5</tagname></locator> </topicname> <contentlist> </ParagraphList> </topic> </topiclist> </topic> Definition of an unspecified number of Topic objects named after <h5> elements Fig. 6. Portion of the parsing template used to parse the content in section A REFERENCES [1] Lee, Young Sook, 2005: The Impact of ICT on Library Services for the Visually Impaired: 8 th International Conference on Asian Digital Libraries (ICADL2005). Bangkok, Thailand [2] Zagler, W. L., Mayer, P., 1992: Microprocessor Devices to Lower the Barriers for the Blind and Visually impaired: Journal of Microcomputer Applications 15(1): [3] Nolan, Y.M., de Paor, A., 2005: Phoneme Recognition Based Software System for Computer Interaction by Disabled People: The Int. Conf. on Computer as a Tool, 2005 (EUROCON 2005) Vol [4] Rabiner, L.R., 1989: A Tutorial on Hidden Markov Models and Selected Applications in Speech Recognition: Proc. of the IEEE Vol.77(2) [5] Hemphill, C.T., Thrift, P.R., 1995: Surfing the Web by Voice: ACM Multimedia 95- Electronic Proceedings, San Francisco, CA, USA. [6] Brondsted, T., Aaskoven, E., 2005: Voice-Controlled Internet Browsing for Motorhandicapped Users, Design and Implementation Issues: Interspeech th European Conference on Speech Communication and Technology (Interspeech2005). Lisboa, Portugal. [7] Punyabukkana, P., Chirathivat, J., Maekwongtrakarn, J., Chanma, C., Suchato, A., 2005: The Implementation of CUVoiceBrowser, a Voice Web Navigation Tool for the disabled Thais: Unpublished paper.

THE IMPLEMENTATION OF CUVOICEBROWSER, A VOICE WEB NAVIGATION TOOL FOR THE DISABLED THAIS

THE IMPLEMENTATION OF CUVOICEBROWSER, A VOICE WEB NAVIGATION TOOL FOR THE DISABLED THAIS THE IMPLEMENTATION OF CUVOICEBROWSER, A VOICE WEB NAVIGATION TOOL FOR THE DISABLED THAIS Proadpran Punyabukkana, Jirasak Chirathivat, Chanin Chanma, Juthasit Maekwongtrakarn, Atiwong Suchato Spoken Language

More information

I. INTRODUCTION ABSTRACT

I. INTRODUCTION ABSTRACT 2018 IJSRST Volume 4 Issue 8 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Voice Based System in Desktop and Mobile Devices for Blind People Payal Dudhbale*, Prof.

More information

The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.

The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect. Web Accessibility The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect. Tim Berners-Lee, W3C Director and inventor of the World Wide Web 20% of

More information

Adobe Sign Voluntary Product Accessibility Template

Adobe Sign Voluntary Product Accessibility Template Adobe Sign Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding the

More information

Make Your Course Content Accessible using Microsoft Office and Windows.

Make Your Course Content Accessible using Microsoft Office and Windows. Make Your Course Content Accessible using Microsoft Office and Windows. CTE WORKSHOP 2017 CTE WORKSHOP 2017 Learning Objectives Why do we need accessible instructional materials? In the United States,

More information

Creating an Accessible Microsoft Word document

Creating an Accessible Microsoft Word document Creating an Accessible Microsoft Word document Use Built-in Formatting Styles Using built-in formatting styles could be the single most important step in making documents accessible. Built-in formatting

More information

BUILDING A CONCEPTUAL MODEL OF THE WORLD WIDE WEB FOR VISUALLY IMPAIRED USERS

BUILDING A CONCEPTUAL MODEL OF THE WORLD WIDE WEB FOR VISUALLY IMPAIRED USERS 1 of 7 17/01/2007 10:39 BUILDING A CONCEPTUAL MODEL OF THE WORLD WIDE WEB FOR VISUALLY IMPAIRED USERS Mary Zajicek and Chris Powell School of Computing and Mathematical Sciences Oxford Brookes University,

More information

Apple Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT )

Apple Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) Apple Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) Name of Product: s 4.0 for ios Product Description: A word processor application for iphone, ipad, and ipod

More information

Web site with recorded speech for visually impaired

Web site with recorded speech for visually impaired Web site with recorded speech for visually impaired Kenji Inoue 1, Toshihiko Tsujimoto 1, and Hirotake Nakashima 2 1 Graduate School of Information Science and Technology, 2 Department of Media Science,

More information

Additional Support and Disability Advice Centre

Additional Support and Disability Advice Centre Additional Support and Disability Advice Centre GUIDELINES TO PRODUCING ACCESSIBLE WORD DOCUMENTS 1 INTRODUCTION As well as allowing adaptation of font, background colour and layout to suit personal preferences,

More information

Project MUSE Accessibility Conformance Report

Project MUSE Accessibility Conformance Report Project MUSE Accessibility Conformance Report Name of Product/Version: Project MUSE VPAT Version 2.0 March 2018 Product Description: Non-profit online database of academic journals and electronic books

More information

CBORD s Response to Voluntary Product Evaluation Template For GET

CBORD s Response to Voluntary Product Evaluation Template For GET Voluntary Product Accessibility Template 1 CBORD s Response to Voluntary Product Evaluation Template For GET Date: 3/27/2015 Name of Product: GET/The CBORD Group, Inc. Contact for more Information: http://www.cbord.com

More information

HTML Text Editor and Accessibility

HTML Text Editor and Accessibility AgLearn has an HTML text editor and accessibility checking tool. While these tools are helpful and will assist with improving your courses accessibility, you still must validate your course through a certified

More information

In this example on 20X200, the contrast ratio between the navigation text and its background is 1.57:1.

In this example on 20X200, the contrast ratio between the navigation text and its background is 1.57:1. ACCESSIBLITY COMMON DEVELOPER MISTAKES Web Council Meeting, May 11 th 2011 1. Too Low Contrast The contrast between text and background is a major contributing factor to the readability of a website. This

More information

Document/Presentation Accessibility Best Practices. Table of Contents. Microsoft Word 2013, PowerPoint 2013, Excel 2013 and Adobe PDF

Document/Presentation Accessibility Best Practices. Table of Contents. Microsoft Word 2013, PowerPoint 2013, Excel 2013 and Adobe PDF Document/Presentation Accessibility Best Practices Microsoft Word 2013, PowerPoint 2013, Excel 2013 and Adobe PDF 19-Oct-15 Table of Contents Key Terms... 2 Accessible/Accessibility... 2 Alternative Text...

More information

CA Productivity Accelerator 12.1 and Later

CA Productivity Accelerator 12.1 and Later CA Productivity Accelerator 12.1 and Later Localize Content Localize Content Once you have created content in one language, you might want to translate it into one or more different languages. The Developer

More information

Voluntary Product Accessibility Template (VPAT) Applicable Sections

Voluntary Product Accessibility Template (VPAT) Applicable Sections Voluntary Product Accessibility Template (VPAT) Name of Product Reaxys Date January 6, 2014 Completed by Jack Bellis, Elsevier UCD, Philadelphia Contact for more Information Product Version Number 2.15859.10

More information

A Review on Identifying the Main Content From Web Pages

A Review on Identifying the Main Content From Web Pages A Review on Identifying the Main Content From Web Pages Madhura R. Kaddu 1, Dr. R. B. Kulkarni 2 1, 2 Department of Computer Scienece and Engineering, Walchand Institute of Technology, Solapur University,

More information

Vision Impairment and Computing

Vision Impairment and Computing These notes are intended to introduce the major approaches to computing for people with impaired vision. These approaches can be used singly or in combination to enable a visually impaired person to use

More information

VMware vrealize Code Stream 6.2 VPAT

VMware vrealize Code Stream 6.2 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware vrealize Code Stream 6.2 VPAT June 2015 Since the VPAT must be comprehensive, all Section

More information

ACCESSIBLE DESIGN THEMES

ACCESSIBLE DESIGN THEMES WCAG GUIDELINES The Web Content Accessibility Guidelines (WCAG) has been made to guide the Web Content Developers and the Authoring Tools Developers in order to make the Web Content more accessible to

More information

VMware vrealize Code Stream 1.0 VPAT

VMware vrealize Code Stream 1.0 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware vrealize Code Stream 1.0 VPAT June 2015 Since the VPAT must be comprehensive, all Section

More information

Smart Browser: A framework for bringing intelligence into the browser

Smart Browser: A framework for bringing intelligence into the browser Smart Browser: A framework for bringing intelligence into the browser Demiao Lin, Jianming Jin, Yuhong Xiong HP Laboratories HPL-2010-1 Keyword(s): smart browser, Firefox extension, XML message, information

More information

Teamcenter Voluntary Product Accessibility Template. Summary Table Voluntary Product Accessibility Template

Teamcenter Voluntary Product Accessibility Template. Summary Table Voluntary Product Accessibility Template Date: 26-Jun-2015 Name of Product and Release: Teamcenter 11.2.x Contact for more Information: Kiran Hegde [kiran.hegde@siemens.com] Section 508 VPAT Template Version: Version 1.6 This document is for

More information

Agilix Buzz Accessibility Statement ( )

Agilix Buzz Accessibility Statement ( ) Agilix Buzz Accessibility Statement (08 30 2016) Voluntary Product Accessibility Template (VPAT) Software Applications and Operating Systems (Section 1194.21) Web based intranet and Internet information

More information

Cisco Accessibility Conformance Report VPAT Version 2.1

Cisco Accessibility Conformance Report VPAT Version 2.1 Cisco Accessibility Conformance Report VPAT Version 2.1 Name of Product/Version: Cisco Container Platform version 2.2 Product Description: Cisco Container Platform is a turnkey, production grade, extensible

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 Version 1.3 The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary assessments regarding the availability

More information

VMware Horizon View Windows Client 6.0 VPAT

VMware Horizon View Windows Client 6.0 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware Horizon View Windows Client 6.0 VPAT June 2014 Since the VPAT must be comprehensive, all

More information

For a detailed description of the parent features and benefits, please refer to the following URL:

For a detailed description of the parent features and benefits, please refer to the following URL: 05/13/2016 05:00:38 EDT CSU Fullerton VPAT for IBM Watson Content Analytics 3.5 VPAT comments: For a detailed description of the parent features and benefits, please refer to the following URL: http://www-03.ibm.com/software/products/en/watson-content-analytics

More information

ADA Compliant Design. Short Guide

ADA Compliant Design. Short Guide ADA Compliant Design Short Guide Suffolk County Community College Center for Innovative Pedagogy 2018 Table of Contents ADA Compliant Design: General Tips Using Heading Styles in Microsoft Word Creating

More information

WORKING WITH AUTODESK ALIAS 2010 AND SECTION 508

WORKING WITH AUTODESK ALIAS 2010 AND SECTION 508 AUTODESK ALIAS 2010 PRODUCTLINE WORKING WITH AUTODESK ALIAS 2010 AND SECTION 508 Section 508 requires that federal agencies' electronic and information technology is accessible to people disabilities.

More information

Voluntary Product Accessibility Template. Summary Table

Voluntary Product Accessibility Template. Summary Table Voluntary Product Accessibility Template Date: 11 Oct 2017 Product Name: Zive SM6 General Comments: Information in this VPAT is relevant to Zive SM6 running on a Windows 8 or later. WonATech does not guarantee

More information

VPAT Voluntary Product Accessibility Template Version 1.4

VPAT Voluntary Product Accessibility Template Version 1.4 VPAT Voluntary Product Accessibility Template Version 1.4 Date: 05/30/2014 Product Name: Validation Authority Server 4.12.0 Product Version Number: 4.12.0 Contact for more Information (name/phone/email):

More information

VOLUNTARY PRODUCT ACCESSIBILITY TEMPLATE (VPAT)

VOLUNTARY PRODUCT ACCESSIBILITY TEMPLATE (VPAT) VOLUNTARY PRODUCT ACCESSIBILITY TEMPLATE (VPAT) Date Created: 26 January 2015 Product Name: Turnitin PeerMark Version: PMDV2015Q1 Contact for more Information: Sun Oh sunlee@turnitin.com Copyright 2015

More information

Section Software Applications and Operating Systems - Detail Criteria Supporting Features Remarks and explanations (a) When software is design

Section Software Applications and Operating Systems - Detail Criteria Supporting Features Remarks and explanations (a) When software is design Date: June 28 th, 2010 Name of Product: Nuance 11 Contact for more Information: http://nuance.com/help/contact/ or http://nuance.com/company/accessibility/ Summary Table Template Overview Criteria Supporting

More information

VMware AirWatch 8 VPAT

VMware AirWatch 8 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware AirWatch 8 VPAT May 2015 Since the VPAT must be comprehensive, all Section 508 issues

More information

VMware Horizon View Connection Server 6.0 Documentation and Online Help VPAT

VMware Horizon View Connection Server 6.0 Documentation and Online Help VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware Horizon View Connection Server 6.0 Documentation and Online Help VPAT June 2014 Since

More information

Hoonuit Voluntary Product Accessibility Template (VPAT)

Hoonuit Voluntary Product Accessibility Template (VPAT) Hoonuit Voluntary Product Accessibility Template (VPAT) February 2018 Date: February 26 th, 2018 Name of Product: Hoonuit Website Contact Information: Emily Lachinski, emily.lachinski@hoonuit.com Compliance

More information

Cisco Accessibility Conformance Report VPAT Version 2.0

Cisco Accessibility Conformance Report VPAT Version 2.0 Cisco Accessibility Conformance Report VPAT Version 2.0 Name of Product/Version: Cisco AnyConnect Secure Mobility Client version 4.6 Product Description: Cisco AnyConnect simplifies secure endpoint access

More information

PDF Remediation Checklist

PDF Remediation Checklist PDF Remediation Checklist Required PDF Fixes Issue Title Image is Missing Alternative Text Alternative Text is Incorrect Decorative Images are not Tagged as Background Related Objects are Issue Description

More information

Blackboard. Voluntary Product Accessibility Template Blackboard Learn Release 9.1 SP11. (Published January 14, 2013) Contents: Introduction

Blackboard. Voluntary Product Accessibility Template Blackboard Learn Release 9.1 SP11. (Published January 14, 2013) Contents: Introduction Blackboard Voluntary Product Accessibility Template Blackboard Learn Release 9.1 SP11 (Published January 14, 2013) Contents: Introduction Key Improvements VPAT Section 1194.21: Software Applications and

More information

Cisco Accessibility Conformance Report VPAT Version 2.1

Cisco Accessibility Conformance Report VPAT Version 2.1 Cisco Accessibility Conformance Report VPAT Version 2.1 Name of Product/Version: Cisco Prime Collaboration Assurance version 12.x Product Description: Cisco Prime Collaboration Assurance is a comprehensive

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 Version 1.3 The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary assessments regarding the availability

More information

Quick Start Guide MAC Operating System Built-In Accessibility

Quick Start Guide MAC Operating System Built-In Accessibility Quick Start Guide MAC Operating System Built-In Accessibility Overview The MAC Operating System X has many helpful universal access built-in options for users of varying abilities. In this quickstart,

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 VPAT Voluntary Product Accessibility Template Version 1.3 The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary

More information

Web Accessibility Requirements

Web Accessibility Requirements Web Accessibility Requirements Provide your company s policy or commitment statement regarding electronic accessibility. Compliance with All Federal, State and Local Regulations YuJa Corporation believes

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 VPAT Version 1.3 The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary assessments regarding the availability

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 VPAT Version 1.3 The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary assessments regarding the availability

More information

What is Accessibility

What is Accessibility What is Accessibility In the various modes of delivery in distance education (webpages, webbased instruction, and other electronic media sources), accessibility refers to the ability of every person to

More information

Ten Ways to Share Your Publications With the World: A Guide to Creating Accessible PDF Documents in Adobe Acrobat Professional 7.

Ten Ways to Share Your Publications With the World: A Guide to Creating Accessible PDF Documents in Adobe Acrobat Professional 7. Ten Ways to Share Your Publications With the World: in Adobe Acrobat Professional 7.0 (Second Edition) Contents SECTION 1: ACCESSIBILITY AND THE PDF 1 THE IMPORTANCE OF ACCESSIBILITY 1 FEATURES THAT MAKE

More information

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone 2017-02-13 Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.orckestra.com Content 1 INTRODUCTION... 4 1.1 Page-based systems versus item-based systems 4 1.2 Browser support 5

More information

There are four (4) skills every Drupal editor needs to master:

There are four (4) skills every Drupal editor needs to master: There are four (4) skills every Drupal editor needs to master: 1. Create a New Page / Edit an existing page. This entails adding text and formatting the content properly. 2. Adding an image to a page.

More information

Guide for Creating Accessible Content in D2L. Office of Distance Education. J u n e 2 1, P a g e 0 27

Guide for Creating Accessible Content in D2L. Office of Distance Education. J u n e 2 1, P a g e 0 27 Guide for Creating Accessible Content in D2L Learn how to create accessible web content within D2L from scratch. The guidelines listed in this guide will help ensure the content becomes WCAG 2.0 AA compliant.

More information

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager How to define model elements simply? In Sparx Systems Enterprise Architect, use the document-based Specification Manager to create elements

More information

State of Colorado. ADA IT Accessibility Standards For the Blind and Visually Impaired

State of Colorado. ADA IT Accessibility Standards For the Blind and Visually Impaired State of Colorado ADA IT Accessibility Standards For the Blind and Visually Impaired and IT Accessibility Procurement Criteria Adopted January 19, 2001 Version 2.0 July 2005 State of Colorado ADA Standards

More information

ProQuest Accessibility Conformance Report International Edition VPAT Version 2.2 July 2018

ProQuest Accessibility Conformance Report International Edition VPAT Version 2.2 July 2018 ProQuest Accessibility Conformance Report International Edition VPAT Version 2.2 July 2018 Name of Product/Version: ProQuest Platform / December 2018 release Product Description: The ProQuest platform

More information

What is interaction? communication user system. communication between the user and the system

What is interaction? communication user system. communication between the user and the system What is interaction? communication user system communication between the user and the system 2 terms of interaction The purpose of interactive system is to help user in accomplishing goals from some domain.

More information

Voluntary Product Accessibility Template. Version 1.3

Voluntary Product Accessibility Template. Version 1.3 VPAT Voluntary Product Accessibility Template Version 1.3 The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary

More information

How does it work? Typically, a content provider publishes a feed link on its site, which end users subscribe to using a news feed

How does it work? Typically, a content provider publishes a feed link on its site, which end users subscribe to using a news feed ATA Oct07-SF.qxd 10/18/07 7:41 PM Page 32 RSS Feeds: Your Information on Your Terms By Michael Wahlster If you are like most people, you visit several websites regularly. You might seek out professional

More information

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions.

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions. USER GUIDE This guide is intended for users of all levels of expertise. The guide describes in detail Sitefinity user interface - from logging to completing a project. Use it to learn how to create pages

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 VPAT Version 1.3 The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary assessments regarding the availability

More information

3 Publishing Technique

3 Publishing Technique Publishing Tool 32 3 Publishing Technique As discussed in Chapter 2, annotations can be extracted from audio, text, and visual features. The extraction of text features from the audio layer is the approach

More information

VPAT. Voluntary Product Accessibility Template (VPAT) Summary Table VPAT. Voluntary Product Accessibility Template

VPAT. Voluntary Product Accessibility Template (VPAT) Summary Table VPAT. Voluntary Product Accessibility Template Voluntary Product Accessibility Template (VPAT) Date: 01/17/2018 Name of Product: Kurzweil 3000 Vendor Company Name: Kurzweil Education, Inc. Vendor Contact Name: Technical Support Vendor Contact Telephone:

More information

Creating Accessible Web Sites with EPiServer

Creating Accessible Web Sites with EPiServer Creating Accessible Web Sites with EPiServer Abstract This white paper describes how EPiServer promotes the creation of accessible Web sites. Product version: 4.50 Document version: 1.0 2 Creating Accessible

More information

Product Accessibility Conformance Report

Product Accessibility Conformance Report Product Accessibility Conformance Report Name of Product / Version Number: Contact for more information: Gillian Neff / gillian.neff @clarivate.com Clarivate Analytics remains dedicated to developing software

More information

Adobe Campaign (15.12) Voluntary Product Accessibility Template

Adobe Campaign (15.12) Voluntary Product Accessibility Template Adobe Campaign 6.1.1 (15.12) Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments

More information

Providing Interactive Site Ma ps for Web Navigation

Providing Interactive Site Ma ps for Web Navigation Providing Interactive Site Ma ps for Web Navigation Wei Lai Department of Mathematics and Computing University of Southern Queensland Toowoomba, QLD 4350, Australia Jiro Tanaka Institute of Information

More information

All Adobe Digital Design Vocabulary Absolute Div Tag Allows you to place any page element exactly where you want it Absolute Link Includes the

All Adobe Digital Design Vocabulary Absolute Div Tag Allows you to place any page element exactly where you want it Absolute Link Includes the All Adobe Digital Design Vocabulary Absolute Div Tag Allows you to place any page element exactly where you want it Absolute Link Includes the complete URL of the linked document, including the domain

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 VPAT Version 1.3 The purpose of the Voluntary Product Accessibility Template, or VPAT, is to assist Federal contracting officials and other buyers in making preliminary assessments regarding the availability

More information

Technical Disclosure Commons

Technical Disclosure Commons Technical Disclosure Commons Defensive Publications Series October 06, 2017 Computer vision ring Nicholas Jonas Barron Webster Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

Summary Table Voluntary Product Accessibility Template

Summary Table Voluntary Product Accessibility Template The following Voluntary Product Accessibility information refers to Xcode version 7 developer toolset for OS X. For more information on accessibility features in OS X and Xcode, visit Apple s accessibility

More information

Adaptive Multimedia Messaging based on MPEG-7 The M 3 -Box

Adaptive Multimedia Messaging based on MPEG-7 The M 3 -Box Adaptive Multimedia Messaging based on MPEG-7 The M 3 -Box Abstract Jörg Heuer José Luis Casas André Kaup {Joerg.Heuer, Jose.Casas, Andre.Kaup}@mchp.siemens.de Siemens Corporate Technology, Information

More information

Note: This document describes normal operational functionality. It does not include maintenance and troubleshooting procedures.

Note: This document describes normal operational functionality. It does not include maintenance and troubleshooting procedures. Date: 27 Nov 2013 Voluntary Accessibility Template (VPAT) This Voluntary Product Accessibility Template (VPAT) describes accessibility of Polycom s Video Border Proxy (VBP) against the criteria described

More information

VPAT VMWARE VPAT VMWARE FUSION 10 VPAT TM

VPAT VMWARE VPAT VMWARE FUSION 10 VPAT TM VPAT VMWARE VPAT VMWARE FUSION 10 VPAT TM October 2017 VMware, Inc. 3401 Hillview Avenue Palo Alto CA 94304 USA Tel 877-486-9273 Fax 650-427-5001 www.vmware.com Copyright 2017 VMware, Inc. All rights reserved.

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Voluntary Product Accessibility Template Starfish & Degree Planner May 1, 2017 Prepared by: Joe Karschnik, Compliance Engineer 50 E-Business Way, Suite 300, Cincinnati, OH 45241 Voluntary Product Accessibility

More information

Carnegie Learning Inc.

Carnegie Learning Inc. Carnegie Learning Inc. This document explains several types of Windows 7 assistance available for people with visual, dexterity, or hearing impairments. For people with corrected vision.. pg. 2 Adjust

More information

CWCM Webmaster Training. Denis Bacquelaine, Technical Consultant I.R.I.S. Solutions & Experts S.A.

CWCM Webmaster Training. Denis Bacquelaine, Technical Consultant I.R.I.S. Solutions & Experts S.A. CWCM Webmaster Training Denis Bacquelaine, Technical Consultant I.R.I.S. Solutions & Experts S.A. Prerequisite: Content Contributors course of CWCM V3 Webmaster basic Knowledge Agenda Training objectives

More information

This document explains several types of Windows Vista assistance available for people with visual, dexterity, or hearing impairments.

This document explains several types of Windows Vista assistance available for people with visual, dexterity, or hearing impairments. This document explains several types of Windows Vista assistance available for people with visual, dexterity, or hearing impairments. For people with corrected vision....... 2 Adjust the monitor to improve

More information

Handshake Accessibility Overview

Handshake Accessibility Overview Handshake Accessibility Overview Handshake takes accessibility seriously. This document provides an overview of our commitment to making Handshake accessible to every user. Handshake takes the following

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters PageMasters have the permissions necessary to perform the following tasks with Site Tools: ACADEMIC HEALTH CENTER 2 Application Requirements...3 Access FileNET...3 Log in to FileNET...3 Navigate the Site...3

More information

Ex Libris Accessibility Conformance Report

Ex Libris Accessibility Conformance Report Name of Product/Version: Ex Libris Primo / February 2018 release Ex Libris Accessibility Conformance Report Level A and AA VPAT Version 2.0 Product Description: Ex Libris Primo provides a fast, comprehensive,

More information

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 Page i Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031

More information

EMC Corporation. EMC ApplicationXtender Document Manager v. 6.5 Voluntary Product Accessibility Template June 2011

EMC Corporation. EMC ApplicationXtender Document Manager v. 6.5 Voluntary Product Accessibility Template June 2011 JAI EMC where information lives 'bccovvid EMC Corporation EMC ApplicationXtender Document Manager v. 6.5 Voluntary Product Accessibility Template June 2011 Overview The information contained within this

More information

Info Tech, Inc. Accessibility Conformance Report

Info Tech, Inc. Accessibility Conformance Report Info Tech, Inc. Accessibility Conformance Report Name of Product/Version: AASHTOWare Project VPAT Version 2.0 October 2017 Product Description: The AASHTOWare Project software enables one to manage the

More information

Introduction to Infographics and Accessibility

Introduction to Infographics and  Accessibility Introduction to Infographics and Email Accessibility Goals Understand Accessibility best practices Where to get more information Be able to Conduct a four-point accessibility evaluation Communicate Provide

More information

Blackboard Collaborate Voice Authoring. Voluntary Product Accessibility Template (VPAT)

Blackboard Collaborate Voice Authoring. Voluntary Product Accessibility Template (VPAT) Blackboard Collaborate Voice Authoring Voluntary Product Accessibility Template (VPAT) Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist

More information

Topics covered 10/12/2015. Pengantar Teknologi Informasi dan Teknologi Hijau. Suryo Widiantoro, ST, MMSI, M.Com(IS)

Topics covered 10/12/2015. Pengantar Teknologi Informasi dan Teknologi Hijau. Suryo Widiantoro, ST, MMSI, M.Com(IS) Pengantar Teknologi Informasi dan Teknologi Hijau Suryo Widiantoro, ST, MMSI, M.Com(IS) 1 Topics covered 1. Basic concept of managing files 2. Database management system 3. Database models 4. Data mining

More information

COURSE DESIGN ACCESSIBILITY CHECKLIST

COURSE DESIGN ACCESSIBILITY CHECKLIST COURSE DESIGN ACCESSIBILITY CHECKLIST Introduction This checklist is an internal document to be consulted by the Instructional Designer and Faculty member in examining web accessibility in a specific course.

More information

VPAT. Voluntary Product Accessibility Template. Version 1.3

VPAT. Voluntary Product Accessibility Template. Version 1.3 SEC Section 508 Evaluation Template Date: 1/16/2015 Name of Product: Revenue Premier Contact for more Information (name/phone/email): Danny Reeves, Revenue Administration Practice Line Lead / 1-888-826-1324

More information

VMware Workstation 10.0 VPAT

VMware Workstation 10.0 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware Workstation 10.0 VPAT January 2014 Since the VPAT must be comprehensive, all Section 508

More information

Cisco Accessibility Conformance Report VPAT Version 2.1

Cisco Accessibility Conformance Report VPAT Version 2.1 Cisco Accessibility Conformance Report VPAT Version 2.1 Name of Product/Version: Cisco Unity Connection version 11.5 Product Description: Cisco Unity Connection is a voicemail and unified messaging platform

More information

Community Templates for Self-Service

Community Templates for Self-Service Voluntary Product Accessibility Template (VPAT) February 2016 This Voluntary Product Accessibility Template, or VPAT, is a tool that helps officials and decision-makers to evaluate design conformance the

More information

WORKING WITH AUTODESK Navisworks Manage 2010 AND SECTION 508

WORKING WITH AUTODESK Navisworks Manage 2010 AND SECTION 508 Autodesk Navisworks Manage White Paper WORKING WITH AUTODESK Navisworks Manage 2010 AND SECTION 508 Section 508 requires that federal agencies' electronic and information technology is accessible to people

More information

Voluntary Product Accessibility Template Business Support System (BSS)

Voluntary Product Accessibility Template Business Support System (BSS) Summary Table: Voluntary Product Accessibility Template Business Support Systems Services 1194.21 Software Applications and Operating Systems. 1194.22 Web-Based Intranet and Internet Information and Applications.

More information

WORKING WITH AUTODESK Navisworks Freedom 2011 AND SECTION 508

WORKING WITH AUTODESK Navisworks Freedom 2011 AND SECTION 508 Autodesk Navisworks Freedom White Paper WORKING WITH AUTODESK Navisworks Freedom 2011 AND SECTION 508 Section 508 requires that federal agencies' electronic and information technology is accessible to

More information

Using the SMARTBoard to Differentiate Instruction

Using the SMARTBoard to Differentiate Instruction Using the SMARTBoard to Differentiate Instruction The following best practices tips and tools to support differentiated instructional practices was created based on SMART notebook version v.11.3.857. Best

More information

Cisco Accessibility Conformance Report VPAT Version 2.1

Cisco Accessibility Conformance Report VPAT Version 2.1 Cisco Accessibility Conformance Report VPAT Version 2.1 Name of Product/Version: Cisco Social Miner v12.0 Product Description: Cisco Social Miner is a social media customer care solution that can help

More information

Cisco Accessibility Conformance Report VPAT Version 2.1

Cisco Accessibility Conformance Report VPAT Version 2.1 Cisco Accessibility Conformance Report VPAT Version 2.1 Name of Product/Version: Cisco Webex Events v4.3 Product Description: Cisco Webex Events is the browser-based version of Webex Events. The application

More information

Possibilities of accessibility support in the infocommunication

Possibilities of accessibility support in the infocommunication In Partnership with Museums International Conference in Hungary November 20 21, 2017. Possibilities of accessibility support in the infocommunication Csilla Kvaszingerné Prantner Tünde Lengyelné dr. Molnár

More information

VMware vrealize Operations Manager 6.1 VPAT

VMware vrealize Operations Manager 6.1 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware vrealize Operations Manager 6.1 VPAT December 2015 Since the VPAT must be comprehensive,

More information