Instituto De Computação Universidade Estadual De Campinas

Total Page:16

File Type:pdf, Size:1020Kb

Instituto De Computação Universidade Estadual De Campinas INSTITUTO DE COMPUTAÇÃO UNIVERSIDADE ESTADUAL DE CAMPINAS A Systematic Literature Review on Awareness of Others in Accessible Collaborative RIAs Leonelo D. A. Almeida M. Cecília C. Baranauskas Technical Report - IC-12-26 - Relatório Técnico December - 2012 - Dezembro The contents of this report are the sole responsibility of the authors. O conteúdo do presente relatório é de única responsabilidade dos autores. A Systematic Literature Review on Awareness of Others in Accessible Collaborative RIAs Leonelo D. A. Almeida, M. Cecília C. Baranauskas Institute of Computing, University of Campinas (UNICAMP) Albert Einstein Av., 1251, 13083-970, Campinas-SP, Brazil {leonelo.almeida, cecilia}@ic.unicamp.br Abstract. The more robust and dynamic aspects of Web 2.0 applications (also named Rich Internet Applications, RIAs) stimulate the participation and collaboration among people while interacting with such shared interaction spaces. An evident consequence (e.g. Facebook, Instagran, and Twitter) is the increasing influence of RIAs on other media channels as TV and newspapers. However, the current state-of-art of Web 2.0 does not provide equitative opportunities of interaction for people. Accessibility in RIAs is still a challenging objective. Also, for aspects as awareness of others on RIAs that provided collaboration features the development of accessible mechanisms is not restricted to semantic markup but it also involves data structures, politeness, load of data, and other characteristics. This technical report presents a Systematic Literature Review process designed for investigating the aspect of awareness of others in accessible collaborative RIAs; it also reports included and excluded studies and the data collected from the reviewed studies. Keywords: Web 2.0, Accessibility, Systematic Literature Review. 1 Introduction The Web is no longer a collection of static content made available through URLs [GIBa]. The second wave of Web sites, also known as Web 2.0 brought significant innovations not only restricted to technology but also on social aspects [BUR, BAR]. In the Web 2.0 aspects as user participation, collaboration, real-time interaction, awareness of others, and social networking are in the spotlight [GIBa, MORb, GIBb]. Also, websites are evolving to Web applications, renamed Rich Internet Applications (RIAs) [LUN]. Such applications are increasingly becoming more robust and some of them can already rival to desktop applications. Mesbah et al. [MES] points some reasons: no installation effort on the client- side; everybody using the most recent version; access from anywhere with Internet access (both to applications and user data); new collaboration and community building opportunities. Interaction spaces in RIAs can be highly dynamic, and content updates in a RIA can involve responses for user requests and environment updates (i.e., updates automatically triggered by the RIA). Both the types of updates occur without needing reloading the whole page, in such cases they are called asynchronous. The environment updates are especially important in collaborative RIAs i.e. RIAs in which users collaborate with each other in shared interaction spaces. A significant amount of such updates are concerned in enabling awareness of others’ identity, presence, actions, objects, etc. The novel possibilities enabled by RIAs are essential to support relevant aspects Web 2.0 as participation and collaboration. On the other hand, there is an increasing concerning in the access to RIAs. RIAs should not only be accessible by every person but also provide equivalent possibilities of participation and collaboration [MORa]. Initially focused on people with disabilities and AT (Assistive Technologies e.g. voice browsers, screen readers) used by them to access computer applications [ELL], accessibility can the extended to every person since people are different in diverse aspects and also affected by context [AKH, MORb] and temporary constraining situations. Accessibility features are not restricted to the User Interface (UI), they can also influence the application structure and overall features [JES]. Semantic markup is a relevant resource for proving accessible means for Web content. In (collaborative) RIAs semantics must also provide information about state transitions and the dynamic updates in the (shared) interaction space, especially those related to awareness of others. Since RIAs involves the investigation and proposition of new standards, design patterns, authoring tools, development frameworks, script languages, user agents, and other supportive technologies; there is currently diverse researches and products coming from academy, industry, non-profitable organizations, and some joint actions. However, the knowledge about this research topic is still fragmented and usually results in a lack to standardized behavior of the existing RIAs. As a consequence, people, especially those with disabilities, face several problems while interacting with RIAs [BUZ, SCH], even whether using RIAs built on development frameworks [MIK]. This text presents a Systematic Literature Review (SLR) of studies approaching awareness of others in collaborative accessible RIAs aiming at identifying possible guidelines for the area. The objective of the SLR is composed of four review questions that involves: (1) disabilities being considered, and the geographical and publishing distribution, (2) awareness of others, (3) recommendations, guidelines and design patterns (called of RecGuidPat for means of simplification), and (4) technologies. The review questions are formally defined in the review planning (Section 3). The SLR is divided in three parts: (1) provides an overview of the reviewed studies and focus on aspects related to the first two review questions, (2) investigates RecGuidPat that have the potential for contributing for accessibility in RIAs (3) compiles every technology mentioned, evaluated, proposed or extended by the reviewed studies. This text presents the review process designed for this SLR and the data collected in the data extraction activity. This text is organized as follows: Next section presents background information in which this SLR is situated. Following, we present the designed SLR process. After, the SLR results and, finally, the final considerations. 2 Background The term Web 2.0 was proposed by Tim O'Reilly [ORE] in order to identify a movement towards a more participative and collaborative Web. Web 2.0 does not imply a new version of the Web; it coexists with those traditional static page-oriented websites. Rather, Web 2.0 applications involve existing and novel technologies in order to produce high dynamic and interactive applications. This shift from navigation though pages to applications more likely to desktop applications motivated another concept, the Rich Internet Applications (RIAs). Initially focused on Flash- and ActionScript-based applications, currently RIAs are widely employed to refer Web applications, regardless technology. The innovation stimulated by the (collaborative) RIAs brings challenges for accessibility. Some issues in the development process are: limited capabilities for crawling and evaluating dynamic content [VEL], low adherence to accessibility guidelines [ODE, JUT], the limited or absent participation of people with disabilities [FOG], the reduced number of experts in the area [FOG], just for a few examples. Also, common issues present in (collaborative) RIAs are navigation history not properly stored in user agents [ODE], lack of awareness of asynchronous content updates, and overload of notifications. Moreover RIAs represent a change of interaction paradigm since people that use AT as screen readers are tied to a linear navigation approach, while content updates in RIAs can move focus from an area to another of the application without following a rigid sequence. The challenging objective of developing accessible Web content that provide access for people with different skills without segregating them, instigated the development of accessibility guidelines (e.g. WCAG 2.0 [W3Cc], Section508 [USA]), authoring tools (e.g. Dojo1, Google Web Toolkit - GWT2), evaluation tools (e.g. semi-automatic evaluation3), techniques (e.g. [GAV, THI]), among other resources. For RIAs, W3C also provides a set of guidelines, the WAI-ARIA [W3Cb] that provides additional roles, states, and properties 1 http://dojotoolkit.org/. 2 https://developers.google.com/web-toolkit/. 3 Examples are: http://achecker.ca/checker/index.php and http://www.cynthiasays.com/. to the markup in order to expose dynamic updates and the semantic of widgets to the assistive technology. Also, the HTML5 brings diverse contributions to semantics as the elements "head", "footer", "nav" (currently implemented using "div"s, which lacks semantic value), new more advanced input types, and a better integration to scripts. 3 Review Process This research systematically reviewed the emerging topic of accessibility in (Collaborative) Rich Internet Applications, focusing on contributions regarding awareness of others. Since scope of Rich Internet Applications is broad, studies regarding this theme are spread across various not specialized channels e.g., congress tracks and periodicals approaching Web. The review process adopted in this research considered the recommendations from Kitchenham [KIT], that proposed a systematic review process for the Software Engineering community, based on the Cochrane Reviewer’s Handbook [COC], the guidelines from Australian National
Recommended publications
  • Simulationsprogramm Zur Visualisierung Der Vorgänge in Einem Computer
    Simulationsprogramm zur Visualisierung der Vorgänge in einem Computer Masterarbeit zur Erlangung des Master of Advanced Studies ZFH in Informatik vorgelegt von Christian Kaegi geboren am 05.01.1969 von Bauma, Kanton Zürich eingereicht Dipl. Ing. Walter Eich Stetten, 28.8.2015 ZHAW - Masterarbeit - Christian Kaegi - 28.8.2015 - v2.0.3 Inhaltsverzeichnis 1. Zusammenfassung 9 2. Einleitung 11 2.1 Ausgangslage 11 2.2 Motivation 12 2.3 Fragestellungen 12 2.4 Abgrenzung 12 2.5 Zielsetzung 12 3. Von der abstrakten Theorie zur erleb- und fassbaren Simulation 13 3.1 Problemanalyse 13 3.1.1 Definition der Zielgruppe 13 3.1.2 Personas 14 3.1.3 Beispiele von existierenden Lösungen und Lösungsansätzen 15 3.1.3.1 Little Man Computer 15 3.1.3.2 Der Bonsai-Modellrechner 16 3.1.3.3 Der Murmelrechner 17 3.1.3.4 Paper Processor 18 3.1.3.5 WDR-1-Bit-Computer 19 3.1.3.6 Ein 8-Bit Computer Marke Eigenbau 19 3.1.3.7 Ein einfacher 4-Bit Computer für den Klassenraum 20 3.1.3.8 Visuelle Simulation einer 6502 CPU auf Transistorebene 21 3.1.3.9 Simulationen mit Logisim 22 3.1.3.10 Weitere Simulationsprogramme 22 3.1.4 Fazit 23 3.2 Lösungsansatz 24 3.3 Die Komponenten 25 3.3.1 Befehls-, Daten- und Adressbus 26 3.3.2 Logikgatter 26 3.3.3 Speicher 27 3.3.4 Auswahlschaltungen 30 3.3.5 Arithmetik 32 3.3.6 Taktgeber 36 3.4 Simulation in Logisim bauen 36 3.4.1 Befehlssatz 38 3.4.1.1 Erläuterung der Befehle 40 3.4.1.2 Zeichencode 41 3.5 Anforderungen an das Simulationsprogramm 43 3.6 Technologie-Evaluation 44 3.6.1 Zielplattform 44 3.6.2 Java 44 3.6.3 Actionscript 44 3.6.4
    [Show full text]
  • THE FUTURE of SCREENS from James Stanton a Little Bit About Me
    THE FUTURE OF SCREENS From james stanton A little bit about me. Hi I am James (Mckenzie) Stanton Thinker / Designer / Engineer / Director / Executive / Artist / Human / Practitioner / Gardner / Builder / and much more... Born in Essex, United Kingdom and survived a few hair raising moments and learnt digital from the ground up. Ok enough of the pleasantries I have been working in the design field since 1999 from the Falmouth School of Art and onwards to the RCA, and many companies. Ok. less about me and more about what I have seen… Today we are going to cover - SCREENS CONCEPTS - DIGITAL TRANSFORMATION - WHY ASSETS LIBRARIES - CODE LIBRARIES - COST EFFECTIVE SOLUTION FOR IMPLEMENTATION I know, I know, I know. That's all good and well, but what does this all mean to a company like mine? We are about to see a massive change in consumer behavior so let's get ready. DIGITAL TRANSFORMATION AS A USP Getting this correct will change your company forever. DIGITAL TRANSFORMATION USP-01 Digital transformation (DT) – the use of technology to radically improve performance or reach of enterprises – is becoming a hot topic for companies across the globe. VERY DIGITAL CHANGING NOT VERY DIGITAL DIGITAL TRANSFORMATION USP-02 Companies face common pressures from customers, employees and competitors to begin or speed up their digital transformation. However they are transforming at different paces with different results. VERY DIGITAL CHANGING NOT VERY DIGITAL DIGITAL TRANSFORMATION USP-03 Successful digital transformation comes not from implementing new technologies but from transforming your organisation to take advantage of the possibilities that new technologies provide.
    [Show full text]
  • Emacspeak — the Complete Audio Desktop User Manual
    Emacspeak | The Complete Audio Desktop User Manual T. V. Raman Last Updated: 19 November 2016 Copyright c 1994{2016 T. V. Raman. All Rights Reserved. Permission is granted to make and distribute verbatim copies of this manual without charge provided the copyright notice and this permission notice are preserved on all copies. Short Contents Emacspeak :::::::::::::::::::::::::::::::::::::::::::::: 1 1 Copyright ::::::::::::::::::::::::::::::::::::::::::: 2 2 Announcing Emacspeak Manual 2nd Edition As An Open Source Project ::::::::::::::::::::::::::::::::::::::::::::: 3 3 Background :::::::::::::::::::::::::::::::::::::::::: 4 4 Introduction ::::::::::::::::::::::::::::::::::::::::: 6 5 Installation Instructions :::::::::::::::::::::::::::::::: 7 6 Basic Usage. ::::::::::::::::::::::::::::::::::::::::: 9 7 The Emacspeak Audio Desktop. :::::::::::::::::::::::: 19 8 Voice Lock :::::::::::::::::::::::::::::::::::::::::: 22 9 Using Online Help With Emacspeak. :::::::::::::::::::: 24 10 Emacs Packages. ::::::::::::::::::::::::::::::::::::: 26 11 Running Terminal Based Applications. ::::::::::::::::::: 45 12 Emacspeak Commands And Options::::::::::::::::::::: 49 13 Emacspeak Keyboard Commands. :::::::::::::::::::::: 361 14 TTS Servers ::::::::::::::::::::::::::::::::::::::: 362 15 Acknowledgments.::::::::::::::::::::::::::::::::::: 366 16 Concept Index :::::::::::::::::::::::::::::::::::::: 367 17 Key Index ::::::::::::::::::::::::::::::::::::::::: 368 Table of Contents Emacspeak :::::::::::::::::::::::::::::::::::::::::: 1 1 Copyright :::::::::::::::::::::::::::::::::::::::
    [Show full text]
  • Useful Applications – Last Updated 8 Th March 2014
    A List of Useful Applications – Last updated 8 th March 2014 In the descriptions of the software the text in black is my comments. Text in dark blue preceded by 'What they say :-' is a quote from the website providing the software. Rating :- This is my own biased and arbitrary opinion of the quality and usefulness of the software. The rating is out of 5. Unrated = - Poor = Average = Good = Very Good = Essential = Open Office http://www.openoffice.org/ Very Good = Word processor, Spreadsheet, Drawing Package, Presentation Package etc, etc. Free and open source complete office suite, equivalent to Microsoft Office. Since the takeover of this project by Oracle development seems to have ground to a halt with the departure of many of the developers. Libre Office http://www.libreoffice.org/ Essential = Word processor, Spreadsheet, Drawing Package, Presentation Package etc, etc. Free and open source complete office suite, equivalent to Microsoft Office. This package is essentially the same as Open Office however it satisfies the open source purists because it is under the control of an open source group rather than the Oracle Corporation. Since the takeover of the Open Office project by Oracle many of the developers left and a lot of them ended up on the Libre Office project. Development on the Libre Office project is now ahead of Open Office and so Libre Office would be my preferred office suite. AbiWord http://www.abisource.com/ Good = If you don't really need a full office suite but just want a simple word processor then AbiWord might be just what you are looking for.
    [Show full text]
  • Bibliography of Erik Wilde
    dretbiblio dretbiblio Erik Wilde's Bibliography References [1] AFIPS Fall Joint Computer Conference, San Francisco, California, December 1968. [2] Seventeenth IEEE Conference on Computer Communication Networks, Washington, D.C., 1978. [3] ACM SIGACT-SIGMOD Symposium on Principles of Database Systems, Los Angeles, Cal- ifornia, March 1982. ACM Press. [4] First Conference on Computer-Supported Cooperative Work, 1986. [5] 1987 ACM Conference on Hypertext, Chapel Hill, North Carolina, November 1987. ACM Press. [6] 18th IEEE International Symposium on Fault-Tolerant Computing, Tokyo, Japan, 1988. IEEE Computer Society Press. [7] Conference on Computer-Supported Cooperative Work, Portland, Oregon, 1988. ACM Press. [8] Conference on Office Information Systems, Palo Alto, California, March 1988. [9] 1989 ACM Conference on Hypertext, Pittsburgh, Pennsylvania, November 1989. ACM Press. [10] UNIX | The Legend Evolves. Summer 1990 UKUUG Conference, Buntingford, UK, 1990. UKUUG. [11] Fourth ACM Symposium on User Interface Software and Technology, Hilton Head, South Carolina, November 1991. [12] GLOBECOM'91 Conference, Phoenix, Arizona, 1991. IEEE Computer Society Press. [13] IEEE INFOCOM '91 Conference on Computer Communications, Bal Harbour, Florida, 1991. IEEE Computer Society Press. [14] IEEE International Conference on Communications, Denver, Colorado, June 1991. [15] International Workshop on CSCW, Berlin, Germany, April 1991. [16] Third ACM Conference on Hypertext, San Antonio, Texas, December 1991. ACM Press. [17] 11th Symposium on Reliable Distributed Systems, Houston, Texas, 1992. IEEE Computer Society Press. [18] 3rd Joint European Networking Conference, Innsbruck, Austria, May 1992. [19] Fourth ACM Conference on Hypertext, Milano, Italy, November 1992. ACM Press. [20] GLOBECOM'92 Conference, Orlando, Florida, December 1992. IEEE Computer Society Press. http://github.com/dret/biblio (August 29, 2018) 1 dretbiblio [21] IEEE INFOCOM '92 Conference on Computer Communications, Florence, Italy, 1992.
    [Show full text]
  • Emacspeak User's Guide
    Emacspeak User's Guide Jennifer Jobst Revision History Revision 1.3 July 24,2002 Revised by: SDS Updated the maintainer of this document to Sharon Snider, corrected links, and converted to HTML Revision 1.2 December 3, 2001 Revised by: JEJ Changed license to GFDL Revision 1.1 November 12, 2001 Revised by: JEJ Revision 1.0 DRAFT October 19, 2001 Revised by: JEJ This document helps Emacspeak users become familiar with Emacs as an audio desktop and provides tutorials on many common tasks and the Emacs applications available to perform those tasks. Emacspeak User's Guide Table of Contents 1. Legal Notice.....................................................................................................................................................1 2. Introduction.....................................................................................................................................................2 2.1. What is Emacspeak?.........................................................................................................................2 2.2. About this tutorial.............................................................................................................................2 3. Before you begin..............................................................................................................................................3 3.1. Getting started with Emacs and Emacspeak.....................................................................................3 3.2. Emacs Command Conventions.........................................................................................................3
    [Show full text]
  • Enterprise Development with Flex
    Enterprise Development with Flex Enterprise Development with Flex Yakov Fain, Victor Rasputnis, and Anatole Tartakovsky Beijing • Cambridge • Farnham • Köln • Sebastopol • Taipei • Tokyo Enterprise Development with Flex by Yakov Fain, Victor Rasputnis, and Anatole Tartakovsky Copyright © 2010 Yakov Fain, Victor Rasputnis, and Anatole Tartakovsky.. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://my.safaribooksonline.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or [email protected]. Editor: Mary E. Treseler Indexer: Ellen Troutman Development Editor: Linda Laflamme Cover Designer: Karen Montgomery Production Editor: Adam Zaremba Interior Designer: David Futato Copyeditor: Nancy Kotary Illustrator: Robert Romano Proofreader: Sada Preisch Printing History: March 2010: First Edition. Nutshell Handbook, the Nutshell Handbook logo, and the O’Reilly logo are registered trademarks of O’Reilly Media, Inc. Enterprise Development with Flex, the image of red-crested wood-quails, and related trade dress are trademarks of O’Reilly Media, Inc. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and O’Reilly Media, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps. While every precaution has been taken in the preparation of this book, the publisher and authors assume no responsibility for errors or omissions, or for damages resulting from the use of the information con- tained herein.
    [Show full text]
  • Putting DDI in the Driver's Seat
    Putting DDI in the driver’s seat Using Metadata to control data capture Samuel Spencer Australian Bureau of Statistics 2010: XForms and DDI January: XForms transform demonstrated within ABS June: XForms live-demo at IASSIST 2010 July: XForms research put on hold October: Commercial Census web-form tool investigated ABS DDI Data Collection Projects Internet Activity Survey Agricultural Census Questionnaire Design Tool (QDT) Internet Activity Survey Then: Survey used in DDI/XForms research eForms solution using ABS developed technology Custom tool creates XForms, rendered using Orbeon Internet Activity Survey Then: Survey used in DDI/XForms research eForms solution using ABS developed technology Custom tool creates XForms, rendered using Orbeon Now: Candidate for migration to custom IBM web-form solution Agricultural Census Now: Currently running on IBM web-form solution Forms displayed using AJAX which interprets proprietary hand-crafted XML Agricultural Census Now: Currently running on IBM web-form solution Forms displayed using AJAX which interprets proprietary hand-crafted XML Future: Research into DDI to XML transforms Questionnaire Design Tool Then: Online app for questionnaire metadata management Manages creation of Blaise and paper forms Uses ABS-built proprietary XML (QDT-ML) Now: Investigations into replacing QDT-ML with DDI Research into using QDT to create web-forms How can it made simpler? The XForms standard describes a structured format for capturing form questions, control structures and complex data structures needed for accurate information capture. However, to be useful it needs to be transformed, as its not able to be displayed natively in current generation browsers. The DDI 3.0 standard describes a structured format for capturing form questions, control structures and complex data structures needed for accurate information capture.
    [Show full text]
  • LECO Ferroviário
    ><»——"^"^^™^™"""¦""^"HT""*"™^ MANCHADA < Atende O Presidente Do Tribunal ie Justiça O Pedido Do Dr. Arion P Cdrnelsen Consulta oficial, será; encaminhada hoje ao Supremo Tribunal de Justiça Desportiva — O teor do importante documento e a pala- vra do Dr. Gastão de Abreu Pires — Um "caso" devidamente criado — "¦BHF^^^^^^^wfríõiBB^^^^B^^^^BHlTiHH '<"• ¦ :^8_&HSB+_'3^S_k-(^_\\\__\ ¦ F *'jR ¦¦'*'¦¦¦',•-x'¦¦__ ' " ¦**§¦ NA6. PAG.) ¦ .'.- .___©' ^___^______^_^___________rJ^^B,M:>-.7'¦ (TEXTO __ ____*_?'' tK»—3Bs? HflUraBaBEsj^B.¦ Edição de Hoje i2págs. i. 0-tacternoPreço cr$2,oo ANO XI — Curitiba. 6.C-Feiira, 21 de março de 1958 — N. 2.833 ¥ Boluca Taico, Agostinho, Gaivota e Acir, que forma.m o ataque rubro-negro E./PORTIVO no momento. Sita mantida èst» formação na peleja dé amanhã. Direção: J. Muggiüti Sobrinho e Ezio Zanello ONTO E OFICI NTE ES PROPRIEDADE DA EDITORA PARANA ESPORTIVO LIMITADA 00 0 QUADRO RUBRO-NEGRO Jandir e Odilon ainda não jogarão co ntra o Britania - Tócâfundo não ensaiou — A formação do rubro-negro para a peleja de amanhã frente ao Britania (Texto na 6. Pág. — I * têt4^^Í__-_-B^-__- ' ^&ÇT r*mMÈk.m's%J-Jt*" .»-•. ;';""-• é ^fl P^fllÉfc •' ^Ki. :'&__f_tJm_W-'Wí'*_l!*S^ir~'**'" '" <•"&:. '¦ hÍPfltSi*'! ^%- -*¦ %*¦'*"* fíS?* JF~'•**""» .._. i i 1 1 PLACARD DA )•1 '^'^1B "41 ' **__,-"___* '''' ***4 NOITE » f i W___^*- ?':'¦' <¦ ' RIOS. PAULO vi^.àÈ.H^'-- ¦ *¦- %_# I./ _____ i?7;jn ,7- ¦ HrH.7 w^-^BÉm^ •'•:73fIEK: i^â..¦«> í laawCT¦'m Ri ffiiÉHflB FLAMENGO, 4 - - ."•^•'^TiWàiíiali-- ¦ M__B^»«^1_£:._2_F^ ¦ ~ « ^ n^BV. iVnrwH B_ ! JHHt»:»TBQrfT'""**.» «.
    [Show full text]
  • Ficha Técnica Jogo a Jogo, 1992 - 2011
    FICHA TÉCNICA JOGO A JOGO, 1992 - 2011 1992 Palmeiras: Velloso (Marcos), Gustavo, Cláudio, Cléber e Júnior; Galeano, Amaral (Ósio), Marquinhos (Flávio Conceição) e Elivélton; Rivaldo (Chris) e Reinaldo. Técnico: Vander- 16/Maio/1992 Palmeiras 4x0 Guaratinguetá-SP lei Luxemburgo. Amistoso Local: Dario Rodrigues Leite, Guaratinguetá-SP 11/Junho/1996 Palmeiras 1x1 Botafogo-RJ Árbitro: Osvaldo dos Santos Ramos Amistoso Gols: Toninho, Márcio, Edu Marangon, Biro Local: Maracanã, Rio de Janeiro-RJ Guaratinguetá-SP: Rubens (Maurílio), Mineiro, Veras, César e Ademir (Paulo Vargas); Árbitro: Cláudio Garcia Brás, Sérgio Moráles (Betinho) e Maizena; Marco Antônio (Tom), Carlos Alberto Gols: Mauricinho (BOT); Chris (PAL) (Américo) e Tiziu. Técnico: Benê Ramos. Botafogo: Carlão, Jefferson, Wilson Gottardo, Gonçalves e André Silva; Souza, Moisés Palmeiras: Marcos, Odair (Marques), Toninho, Tonhão (Alexandre Rosa) e Biro; César (Julinho), Dauri (Marcelo Alves) e Bentinho (Hugo); Mauricinho e Donizete. Técnico: Sampaio, Daniel (Galeano) e Edu Marangon; Betinho, Márcio e Paulo Sérgio (César Ricardo Barreto. Mendes). Técnico: Nelsinho Baptista Palmeiras: Velloso (Marcos), Gustavo (Chris), Roque Júnior, Cléber (Sandro) e Júnior (Djalminha); Galeano (Rodrigo Taddei), Amaral (Emanuel), Flávio Conceição e Elivél- 1996 ton; Rivaldo (Dênis) e Reinaldo (Marquinhos). Técnico: Vanderlei Luxemburgo. 30/Março/1996 Palmeiras 4x0 Xv de Jaú-SP 17/Agosto/1996 Palmeiras 5x0 Coritiba-PR Campeonato Paulista Campeonato Brasileiro Local: Palestra Itália Local: Palestra Itália Árbitro: Alfredo dos Santos Loebeling Árbitro: Carlos Eugênio Simon Gols: Alex Alves, Cláudio, Djalminha, Cris Gols: Luizão (3), Djalminha, Rincón Palmeiras: Velloso (Marcos), Gustavo (Ósio), Sandro, Cláudio e Júnior; Amaral, Flávio Palmeiras: Marcos, Cafu, Cláudio (Sandro), Cléber e Júnior (Fernando Diniz); Galeano, Conceição, Rivaldo (Paulo Isidoro) e Djalminha; Müller (Chris) e Alex Alves.
    [Show full text]
  • Do Município De Osasco
    Imprensa Oficial do Município de Osasco DISTRIBUIÇÃO GRATUITA OSASCO, 10 DE JUNHO DE 2016 AEDIÇÃO Nº 1248 ANO XVII PODER EXECUTIVO GABINETE DO PREFEITO DECRETO E R R A T A No Decreto nº 11.289, de 02 de junho de 2016, publicado na Imprensa Oficial do Município de Osasco, no dia 03 de junho de 2016, edição nº 1246 – ANO XVII. ONDE SE LÊ: “Art. 1º Fica permitido à Cooperativa de Catadores Cooperando com a Natureza – COOPERNATUZ, o uso de área localizada na Avenida Benedito Alves Turíbio, Vila Quitaúna, pertencente ao patrimônio Municipal.” LEIA-SE: “Art. 1º Fica permitido à Cooperativa de Catadores Preservando o Mundo – COOPERMUNDI, o uso de área localizada na Rua Sancho Lucas Gomes, pertencente ao patrimônio Municipal.” Osasco, 08 de junho de 2016. MANOEL FERNANDO MARQUES DA SILVA - Diretor SAJ/DATL - E R R A T A No Decreto nº 11.291, de 02 de junho de 2016, publicado na Imprensa Oficial do Município de Osasco, no dia 03 de junho de 2016, edição nº 1246 – ANO XVII. ONDE SE LÊ: “CONSIDERANDO o que consta no Processo Administrativo nº 018.829/2015 (...)”. LEIA-SE: “CONSIDERANDO o que consta no Processo Administrativo nº 013.570/2015 (...)”. Osasco, 08 de junho de 2016. MANOEL FERNANDO MARQUES DA SILVA - Diretor SAJ/DATL - Página 2 Imprensa Oficial do Município de Osasco Osasco, 10 de junho de 2016 DECRETO Nº 11.293 DE 02 DE JUNHO DE 2016. Dispõe sobre autorização de uso de terreno e edificações da UPA Centro – Vicente Missiano pela Organização Social Fundação do ABC. JORGE LAPAS, Prefeito do Município de Osasco, usando das atribuições que lhe são conferidas por lei, CONSIDERANDO o que consta do Processo Administrativo nº 013749/2016.
    [Show full text]
  • O Software Livre Como Alternativa Para a Inclusão Digital Do Deficiente Visual
    Universidade Estadual de Campinas Faculdade de Engenharia Elétrica e de Computação O Software Livre como Alternativa para a Inclusão Digital do Deficiente Visual Autor: Samer Eberlin Orientador: Prof. Dr. Luiz César Martini Dissertação de Mestrado apresentada à Facul- dade de Engenharia Elétrica e de Computação da Universidade Estadual de Campinas como parte dos requisitos para obtenção do título de Mestre em Engenharia Elétrica. Banca Examinadora José Raimundo de Oliveira, Dr. DCA/FEEC/Unicamp Luiz César Martini, Dr. DECOM/FEEC/Unicamp Rita de Cassia Ietto Montilha, Dra. CEPRE/FCM/Unicamp Yuzo Iano, Dr. DECOM/FEEC/Unicamp Campinas, SP – Brasil Abril/2006 FICHA CATALOGRÁFICA ELABORADA PELA BIBLIOTECA DA ÁREA DE ENGENHARIA E ARQUITETURA - BAE - UNICAMP Eberlin, Samer Eb37s O software livre como alternativa para a inclusão digital do deficiente visual / Samer Eberlin. −−Campinas, SP: [s.n.], 2006. Orientador: Luiz César Martini. Dissertação (mestrado) - Universidade Estadual de Campinas, Faculdade de Engenharia Elétrica e de Computação. 1. Acessibilidade. 2. Tecnologia educacional. 3. Inclusão digital. 4. Software livre. 5. Software de comunicação. 6. Síntese da voz. I. Martini, Luiz César. II. Universidade Estadual de Campinas. Faculdade de Engenharia Elétrica e de Computação. III. Título. Titulo em Inglês: The free software as an alternative for digital cohesion of visually impaired people Palavras-chave em Inglês: Accessibility, Assistive technology, Digital cohesion, Free software, Screen reader, Voice synthesizer Área de concentração: Telecomunicações e Telemática Titulação: Mestre em Engenharia Elétrica Banca examinadora: José Raimundo de Oliveira, Rita de Cássia Ietto Montilha e Yuzo Iano Data da defesa: 19/04/2006 ii Resumo A acelerada difusão do software “livre”, tanto no Brasil como no exterior, vem se mos- trando cada vez mais evidente nos mais diversos âmbitos (governo, empresas, escolas, etc.).
    [Show full text]