Argument Discovery and Extraction with the Argument Workbench

Total Page:16

File Type:pdf, Size:1020Kb

Argument Discovery and Extraction with the Argument Workbench Argument Discovery and Extraction with the Argument Workbench Adam Wyner Wim Peters David Price Computing Science Computer Science DebateGraph University of Aberdeen University of Sheffield United Kingdom Aberdeen, United Kingdom Sheffield, United Kingdom [email protected] [email protected] [email protected] Abstract lexical forms for related semantic meaning. It is dif- ficult for humans to reconstruct argument from text, The paper discusses the architecture and de- let alone for a computer. This is especially the case velopment of an Argument Workbench, which where arguments are dispersed across unstructured is a interactive, integrated, modular tool set to textual corpora. In our view, the most productive extract, reconstruct, and visualise arguments. We consider a corpora with dispersed infor- scenario is one in which a human argument engineer mation across texts, making it essential to con- is maximally assisted in her work by computational ceptually search for argument elements, top- means in the form of automated text filtering and an- ics, and terminology. The Argument Work- notation. This enables the engineer to focus on text bench is a processing cascade, developed in that matters and further explore the argumentation collaboration with DebateGraph. The tool structure on the basis of the added metadata. The supports an argument engineer to reconstruct Argument WorkBench (AWB) captures this process arguments from textual sources, using infor- of incremental refinement and extension of the argu- mation processed at one stage as input to a subsequent stage of analysis, and then build- ment structure, which the engineer then produces as ing an argument graph. We harvest and pre- a structured object with a visual representation. process comments; highlight argument indi- Given the abundance of textual source data avail- cators, speech act and epistemic terminology; able for argumentation analysis there is a real need model topics; and identify domain terminol- for automated filtering and interpretation. Cur- ogy. We use conceptual semantic search over rent social media platforms provide an unprece- the corpus to extract sentences relative to argu- ment and domain terminology. The argument dented source of user-contributed content on most engineer uses the extracts for the construction any topic. Reader-contributed comments to a com- of arguments in DebateGraph. ment forum, e.g. for a news article, are a source of arguments for and against issues raised in the article, where an argument is a claim with justifications and 1 Introduction exceptions. It is difficult to coherently understand Argumentative text is rich, multidimensional, and the overall, integrated meaning of the comments. fine-grained, consisting of (among others): a range To reconstruct the arguments sensibly and of (explicit and implicit) discourse relations between reusably, we build on a prototype Argument Work- statements in the corpus, including indicators for bench (AWB) (Wyner et al.(2012); Wyner(2015)), conclusions and premises; speech acts and proposi- which is a semi-automated, interactive, integrated, tional attitudes; contrasting sentiment terminology; modular tool set to extract, reconstruct, and visualise and domain terminology. Moreover, linguistic ex- arguments. The workbench is a processing cascade, pression is various, given alternative syntactic or developed in collaboration with an industrial partner 78 Proceedings of the 2nd Workshop on Argumentation Mining, pages 78–83, Denver, Colorado, June 4, 2015. c 2015 Association for Computational Linguistics DebateGraph and used by an Argumentation Engi- Figure 1 shows the overall workflow. Document neer, where information processed at one stage gives collection is not taken into account. In the first greater structure for the subsequent stage. In partic- stage, text analysis such as topic, term and named ular, we: harvest and pre-process comments; high- entity extraction provides a first thematic grouping light argument indicators, speech act terminology, and semantic classification of relevant domain ele- epistemic terminology; model topics; and identify ments. This combination of topics, named entities domain terminology and relationships. We use con- and terms automatically provides the first version ceptual semantic search over the corpus to extract of a domain model, which assists the engineer in sentences relative to argument and domain terminol- the conceptual interpretation and subsequent explo- ogy. The argument engineer analyses the output and ration. The texts filtered in this thematic way can then inputs extracts into the DebateGraph visualisa- then be filtered further with respect to argument in- tion tool. The novelty of the work presented in this dicators (discourse terminology, speech acts, epis- paper is the addition of terminology (domain top- temic terminology) as well as sentiment (positive ics and key words, speech act, and epistemic) along and negative terminology). At each stage, the Argu- with the workflow analysis provided by our indus- mentation Engineer is able to query the corpus with trial partner. For this paper, we worked with a corpus respect to the metadata (which we also refer to as of texts bearing on the Scottish Independence vote in the conceptual annotations). This complex filtering 2014; however, the tool is neutral with respect to do- of information from across a corpus helps the Argu- main, since the domain terminology is derived using mentation Engineer consolidate her understanding automatic tools. of the argumentative role of information. In this short paper, we briefly outline the AWB workflow, sketch tool components, provide sample 3 AWB Components query results, discuss related work in the area, and 3.1 Text Analysis close with a brief discussion. To identify and extract the textual elements from the source material, we use the GATE framework (Cun- 2 The Argument WorkBench Workflow ningham et al.(2002)) for the production of semantic The main user of the Argument WorkBench (AWB) metadata in the form of annotations. is Argumentation Engineer, an expert in argumen- GATE is a framework for language engineer- tation modeling who uses the Workbench to select ing applications, which supports efficient and ro- and interpret the text material. Although the AWB bust text processing including functionality for automates some of the subtasks involved, the ulti- both manual and automatic annotation (Cunningham mate modeler is the argumentation engineer. The et al.(2002)); it is highly scalable and has been ap- AWB distinguishes between the selection and mod- plied in many large text processing projects; it is an eling tasks, where selection is computer-assisted and open source desktop application written in Java that semi-automatic, whereas the modeling is performed provides a user interface for professional linguists manually in DebateGraph (see Figure 1). and text engineers to bring together a wide variety of natural language processing tools and apply them to The AWB encompasses a flexible methodology a set of documents. The tools are concatenated into that provides a workflow and an associated set of a pipeline of natural language processing modules. modules that together form a flexible and extendable The main modules we are using in our bottom-up methodology for the detection of argument in text. and incremental tool development (Wyner and Pe- Automated techniques provide textually grounded ters(2011)) perform the following functionalities: information about conceptual nature of the domain and the argument structure by means of the detec- linguistic pre-processing. Texts are segmented • tion of argument indicators. This information, in the into tokens and sentences; words are assigned form of textual metadata, enable the argumentation Part-of-Speech (POS). engineer to filter out potentially interesting text for eventual manual analysis, validation and evaluation. gazetteer lookup. A gazetteer is a list of words • 79 Figure 1: Overview of the Argument WorkBench Workflow associated with a central concept. In the lookup to TermRaider, we have used a tool to model top- phase, text in the corpus is matched with terms ics, identifying clusters of terminology that are taken on the lists, then assigned an annotation. to statistically “cohere” around a topic; for this, we have used a tool based on Latent Dirichlet Alloca- annotation assignment through rule-based • tion (Blei et al.(2008)). Each word in a topic is used grammars, where rules take annotations and to annotate every sentence in the corpus that con- regular expressions as input and produce tains that word. Thus, with term and topic annota- annotations as output. tion, the Argumentation Engineer is able to query Once a GATE pipeline has been applied, the ar- the corpus for relevant, candidate passages. gument engineer views the annotations in situ or 3.3 DebateGraph using GATE’s ANNIC (ANNotations In Context) corpus indexing and querying tool (see section 4), DebateGraph is a free, cloud-based platform that en- which enables semantic search for annotation pat- ables communities of any size to build and share dy- terns across a distributed corpus. namic interactive visualizations of all the ideas, ar- guments, evidence, options and actions that anyone 3.2 Term and Topic Extraction in the community believes relevant to the issues un- In the current version of the AWB, we used two der consideration, and to ensure that all perspectives automatic approches to developing terminology, al- are represented transparently,
Recommended publications
  • Document Management System Design Architecture for Interdepartmental Organization
    Date September 2009 Page/of 1/487 Document Management System design architecture for interdepartmental organization H. Safari Asl 1063405 Y.F. Tang 1107860 Master Thesis Honeywell B.V & Department: Information Architecture Faculty: Electrical Engineering, Mathematics and Computer Science, Delft University of Technology Date: September 2009 Date September 2009 Page/of 2/487 Document Management System design architecture for interdepartmental organization Authors: H. Safari Asl, BSc, Student nr: 1063405, Email: [email protected] Y.F. Tang, BSc, Student nr: 1107860, Email: [email protected] MSc presentation: 16 December 2009 Graduation committee Prof.dr.ir. J. L.G. Dietz(Chair) Electrical Engineering, Mathematics and Computer Science Department 2: Software Technology Web Information Systems Dr.ir. Jan van den Berg(Member) Technology, Policy and Management Infrastructures, Systems and Services Section Information & Communication Ir. Bernard Sodoyer(Supervisor) Electrical Engineering, Mathematics and Computer Science Department 2: Software Technology Web Information Systems Date September 2009 Page/of 3/487 Table of Contents List of tables .......................................................................................................................................... 4 List of figures ......................................................................................................................................... 5 List of appendix .....................................................................................................................................
    [Show full text]
  • Typology of Free Web-Based Learning Technologies (2020)
    Typology of Free Web-based Learning Technologies (2020) Matt Bower Jodie Torrington Macquarie University, Australia Macquarie University, Australia E: [email protected] E: [email protected] Tw: @mattgbower Tw: @jtorro1 [The original 2015 Typology of Web 2.0 Technologies is available from the Educause website at https://library.educause.edu/resources/2015/2/a-typology-of-web-20-learning-technologies ] Abstract The Typology of Free Web-based Learning Technologies (2020) provides educators with a list of 226 technologies arranged into 40 types and 15 clusters that can be used via a browser to promote more productive and interactive learning. The 2020 Typology constitutes an update to the previously published Typology of Web 2.0 Learning Technologies (Bower, 2015), which was also based on a systematic search and categorical analysis (see Bower, 2016, for methodology). This 2020 Typology of Free Web-based Learning Technologies returns to the original analysis to remove tools that are no longer available and add new tools and categories that have entered the online learning ecosystem. Based on these emerging tools, new categorical types and clusters have also been added. Brief descriptions, example tools and pedagogical uses were provided for each category, in order to support ease of conceptualization and application. The analysis makes it possible to gauge trends in online learning technologies over the last five years, for instance the unsustainability of many smaller tools, the marketisation of many others, the trend towards more integrated platforms of tools, and greater dominance by larger providers. The paper concludes by inferring future trends in the online learning technology landscape.
    [Show full text]
  • Online Research Tools
    Online Research Tools A White Paper Alphabetical URL DataSet Link Compilation By Marcus P. Zillman, M.S., A.M.H.A. Executive Director – Virtual Private Library [email protected] Online Research Tools is a white paper link compilation of various online tools that will aid your research and searching of the Internet. These tools come in all types and descriptions and many are web applications without the need to download software to your computer. This white paper link compilation is constantly updated and is available online in the Research Tools section of the Virtual Private Library’s Subject Tracer™ Information Blog: http://www.ResearchResources.info/ If you know of other online research tools both free and fee based feel free to contact me so I may place them in this ongoing work as the goal is to make research and searching more efficient and productive both for the professional as well as the lay person. Figure 1: Research Resources – Online Research Tools 1 Online Research Tools – A White Paper Alpabetical URL DataSet Link Compilation [Updated: August 26, 2013] http://www.OnlineResearchTools.info/ [email protected] eVoice: 800-858-1462 © 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Marcus P. Zillman, M.S., A.M.H.A. Online Research Tools: 12VPN - Unblock Websites and Improve Privacy http://12vpn.com/ 123Do – Simple Task Queues To Help Your Work Flow http://iqdo.com/ 15Five - Know the Pulse of Your Company http://www.15five.com/ 1000 Genomes - A Deep Catalog of Human Genetic Variation http://www.1000genomes.org/
    [Show full text]
  • Boundary Infrastructures for IBIS Federation: Design Rationale, Implementation, and Evaluation
    Boundary Infrastructures for IBIS Federation: Design Rationale, Implementation, and Evaluation Technical Report KMI-10-01 January 2010 Jack Park Park, J. (2010). Boundary Infrastructures for IBIS Federation: Design Rationale, Implementation, and Evaluation. Thesis Proposal, available as: Technical Report1 KMI -10-01, Knowledge Media Institute, The Open University, UK. http://kmi.open.ac.uk/publications/pdf/kmi-10-01.pdf 2 Boundary Infrastructures for IBIS Federation: Design Rationale, Implementation, and Evaluation Thesis Proposal for KMI Doctoral Program December 2009 John Bartlett (Jack) Park II Student ID: Y6508120 [email protected] Supervisors: Dr. Simon Buckingham Shum Dr. Clara Mancini Prof. Geoffrey Bowker 3 Table of Contents Boundary Infrastructures for IBIS Federation: Design Rationale, Implementation, and Evaluation ........... 7 Abstract ................................................................................................................................................... 7 1.0 Introduction ....................................................................................................................................... 7 1.1 A Research Context............................................................................................................................ 9 1.2 Problem Statement.......................................................................................................................... 14 1.3 Thesis Statement ............................................................................................................................
    [Show full text]
  • Argument Visualization for Eparticipation: Towards a Research Agenda and Prototype Tool
    Argument Visualization for eParticipation: Towards a Research Agenda and Prototype Tool Neil Benn1 Ann Macintosh1 1Institute of Communications Studies, University of Leeds, Leeds, LS2 9JT, UK {N.J.L.Benn, A.Macintosh}@leeds.ac.uk Abstract. This paper describes research that aims to develop an argument visualization tool and associated method for supporting eParticipation and online deliberation. Based on the state-of-the- art in the field of computer-supported argument visualization, the tool will support the work of relevant eParticipation actors by enabling them to navigate through arguments contained in relevant consultation and policy documents. This tool will form the core of our investigation into the mediating role that large, Web-based argument maps can play in eParticipation scenarios. In particular, we intend to investigate the method and practice of how various eParticipation actors use the tool in the policy-making process. To this end, this paper sets out a clear research agenda for research at the intersection of eParticipation and computer-supported argument visualization. Keywords: Argument visualization, technologies for eParticipation, online deliberation 1 Introduction This paper describes research and development on an argument visualization tool (AVT) for supporting eParticipation and online deliberation. The AVT is part of a larger suite of tools being developed within the EU-funded IMPACT project. The project began January 1, 2010 and will run for three years. The aims of the IMPACT project include addressing the four overarching problems outlined in [1], namely: 1. How can the various actors determine the relationships between contributions to policy development, whether taken from expert papers, consultations or public forum discourse, and appreciate how these contributions are taken through to decisions? 2.
    [Show full text]
  • Future of Text Book 2020 PDF.Indd
    THE FUTURE OF TEXT Edited by Frode Alexander Hegland First Published 2020. All articles are © Copyright of their respective authors. This collected work is © Copyright ‘Future Text Publishing’ and Frode Alexander Hegland. The PDF edition of this work is made available at no cost and the printed book is available from ‘Future Text Publishing’ (futuretextpublishing.com) a trading name of ‘The Liquid Information Company’. This work is freely available digitally, permitting any users to read, download, copy, distribute, print, search, or link to the full texts of these articles, crawl them for indexing, pass them as data to software, or use them for any other lawful purpose, without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. The only constraint on reproduction and distribution, and the only role for copyright in this domain, should be to give authors control over the integrity of their work and the right to be properly acknowledged and cited. Typeset in Adobe Caslon Pro and Shinglewoode by Timothy Donaldson except for the Kindle version. ISBN: 9798556866782 DOI: future text publishing HOW TO READ THIS BOOK IN READER If you are reading this book in the Augmented Text Tool ‘Reader’ on macOS, which was developed to demonstrate some of the editor’s ideas about interactive text, you can interact with the text in experimental ways: • Copy As Citation: Copy and paste text into a visual-meta aware word processor, such as Author (see the ‘Visual-Meta’ section in this book) and it will paste as a full citation. This includes fields for both author and editor.
    [Show full text]
  • Business Process Modeling
    Saint-Petersburg State University Graduate School of Management Information Technologies in Management Department Tatiana A. Gavrilova DSc, PhD, Professor [email protected] Sofya V. Zhukova PhD, Associate Professor [email protected] Knowledge Engineering Workbook for E-portfolio (Version 1). Student’s name ________________________________ Group ________________________________ E-mail ________________________________ Spring Term 2010 2 Content Introduction Chapter 1. Methodical recommendations and examples for Assinment list 1 Chapter 2. Methodical recommendations and examples for Assinment list 2 Chapter 3. Lists 1 and 2 of personal assignments Chapter 4. Reading for the course Conclusion References Appendces Appendix 1. Mind mapping software Appendix 2. History of Computer science Appendix 3. Information Mapping Software Appendiix 4. Template for E-Portfolio (list 1) 3 Chapter 1 Methodic recommendations and examples 1.1. Intensional/extensional A rather large and especially useful portion of our active vocabularies is taken up by general terms, words or phrases that stand for whole groups of individual things sharing a common attribute. But there are two distinct ways of thinking about the meaning of any such term. The extensional of a general term is just the collection of individual things to which it is correctly applied. Thus, the extension of the word "chair" includes every chair that is (or ever has been or ever will be) in the world. The intension of a general term, on the other hand, is the set of features which are shared by everything to which it applies. Thus, the intensional of the word "chair" is (something like) "a piece of furniture designed to be sat upon by one person at a time." Fig.
    [Show full text]
  • Business Process Modeling
    Saint-Petersburg State University Graduate School of Management Information Technologies in Management Department Knowledge Engineering Workbook for E-portfolio (V. 1) Tatiana A. Gavrilova DSc, PhD, Professor [email protected] Sofya V. Zhukova PhD, Associate Professor [email protected] Spring Term 2010 2 Content Introduction Chapter 1. Methodical recommendations and examples for Assignment list 1 Chapter 2. Methodical recommendations and examples for Assignment list 2 Chapter 3. Lists 1 and 2 of personal assignments Chapter 4. Reading for the course Conclusion References Appendices Appendix 1. Mind mapping software Appendix 2. History of Computer science Appendix 3. Information Mapping Software Appendiix 4. Text to create Genealogy 3 Introduction By this workbook students will be shortly introduced to major practical issues of the course on knowledge engineering. By doing the assignments students will gain an understanding in the practical skill of visual business information structuring with the use of special software (mind mapping and concept mapping). The assignments will examine a number of related topics, such as: system analysis and its applications; the relationship among, and roles of, data, information, and knowledge in different applications including marketing and management, and the varying approaches needed to ensure their effective implementation and deployment; characteristics of theoretical and methodological topics of knowledge acquisition, including the principles, visual methods, issues, and programs; defining and identifying of cognitive aspects for knowledge modelling and visual representation (mind mapping and concept mapping techniques). 4 Chapter 1 Methodical recommendations and examples for assignment list 1 1.1. Intensional/extensional A rather large and especially useful portion of our active vocabularies is taken up by general terms, words or phrases that stand for whole groups of individual things sharing a common attribute.
    [Show full text]
  • RIS3 Methodologies in the 6 Steps – Conclusions from the Review (WP1): Specifications and Design
    ONLINE S3 - ONLINE Platform for Smart Specialisation Policy Advice Project Acronym: ONLINES3 Grant Agreement number: 710659 Project Title: ONLINE Platform for Smart Specialisation Policy Advice D2.1: RIS3 methodologies in the 6 steps – Conclusions from the review (WP1): specifications and design Editors: Nicos Komninos - AUTH Anastasia Panori– Intelspace SA Contributors: Input on existing tools’ specification and design provided by authors from: RTDI, AUTH, EFIS, Napier, Aalto, RIM, Intelspace and IIL Reviewers: Christina Kakderi– Intelspace SA Eva García Muntión - RTDI ONLINES3 Deliverable 2.1 Page 1 ONLINE S3 - ONLINE Platform for Smart Specialisation Policy Advice Project acronym ONLINES3 Full title ONLINE Platform for Smart Specialisation Policy Advice Grant agreement number 710659 Funding scheme Research and Innovation Action (RIA) Work programme topic H2020-ISSI-2015-1/ISSI-4-2015: On-line mechanisms for knowledge-based policy advice Project start date 2016-05-01 Project duration 24 months Work Package 2 Online S3 mechanism for RIS3 policy advice Deliverable lead organisation AUTH - URENIO Editors Nicos Komninos, Anastasia Panori Reviewers Christina Kakderi, Eva García Muntión Version 1.0 Status Final Dissemination level PU: Public Due date M10 (2017-02-28) Delivery date 15/03/2017 HISTORY OF CHANGES Version Date Changes Version 1.0 06/03/2017 Final version of deliverable D2.1 Version 1.1 15/03/2017 Final version ready for submission after final check-up by RTDI ONLINES3 Deliverable 2.1 Page 2 ONLINE S3 - ONLINE Platform for Smart Specialisation Policy Advice Table of Contents 1. INTRODUCTION .......................................................................................................... 4 2. CONCLUSIONS FROM THE REVIEW IN WP1 ...................................................................... 5 3. CONCLUSIONS OF D2.1: SPECIFICATIONS AND DESIGN FOR THE TOOLS ................................
    [Show full text]
  • Business Process Modeling
    Saint-Petersburg State University Graduate School of Management Information Technologies in Management Department Knowledge Engineering Workbook for E-portfolio (V. 2) Tatiana A. Gavrilova DSc, PhD, Professor [email protected] Sofya V. Zhukova PhD, Associate Professor [email protected] 2010 2 Content Introduction Chapter 1. Methodical recommendations and examples for Assignment list 1 Chapter 2. Methodical recommendations and examples for Assignment list 2 Chapter 3. Lists 1 and 2 of personal assignments Chapter 4. Reading for the course Conclusion References Appendices Appendix 1. Mind mapping software Appendix 2. History of Computer science Appendix 3. Information Mapping Software Appendiix 4. Text to create Genealogy 3 Introduction This course introduces students to the practical application of intelligent technologies into the different subject domains (business, social, economical, educational, human, etc.). It will give students insight and experience in key issues of data and knowledge processing in companies. In class and discussion sections, students will be able to discuss issues and tradeoffs in visual knowledge modeling, and invent and evaluate different alternative methods and solutions to better knowledge representation and understanding, sharing and transfer. It is targeted at managers of different level, involved in any kind of knowledge work. Lecture course’ goals are focused at using the results of multidisciplinary research in knowledge engineering, data structuring and cognitive sciences into information processing and modern management. The hand-on practice will be targeted at e-doodling with Mind Manager and Cmap software tools. The class features lectures, discussions, short tests and, students will have 20 hand-on practices (or assignments) using mind-mapping and concept mapping software.
    [Show full text]
  • Módulo Ii Tic 1
    TOMO PLAN PROVINCIAL DE ACTUALIZACIÓN Y CAPACITACIÓN DOCENTE MÓDULO II TIC 1 CATÁLOGO DE GESTIÓN ESCOLAR NUESTRA AULA EN LÍNEA. Recursos para la creación de contenido digital Mapas Mentales, Infografías y Líneas de Tiempo. Gobierno de la Provincia de San Juan Ministerio de Educación de la Provincia de San Juan Plan Provincial de Actualización Docente Módulo II TIC “Tecnologías de la Información y la Comunicación Aplicadas a Educación” Av. Libertador Gral. San Martín 750, San Juan - Centro Cívico -2° Piso Autoridades Gobernador de la Provincia de San Juan Dr. UÑAC, Sergio Ministro de Educación de la Provincia de San Juan Lic. DE LOS RÍOS, Felipe Tadeo Referente Jurisdiccional Aprender Conectados y Módulo II TIC “Tec- nologías de la Información y la Comunicación Aplicadas a Educación” Esp. Lic. Prof. FERNÁNDEZ LÓPEZ, María Inés Coordinación y diagramación General Fernández López, María Inés Generalistas y especialistas que participaron en la elaboración del documento. Fernández López, María Inés Peñaloza, María Lilian Peñaloza, Alejandra Nieve Revisión de Redacción Atienza, María Andrea Ozan, Érica María Ramona Martinez, Jose Eduardo Moreno, Claudia Noelia Diseño Gráco Acosta Alcaraz, Gabriel Fernando Edición y gestión de videotutoriales-fotografía Echegaray, Federico Morales, Sergio Daniel Equipo de colaboradores Facilitadores Técnico -Pedagógico Digitales del Módulo II TIC PLANIED Se autoriza la reproducción y difusión de este material para nes educativos u otros nes no comerciales, siempre que se especique claramente la fuente. Se prohíbe la reproducción de este material para reventa u otros nes comerciales. Primera Edición - San Juan, abril de 2020 1 Introducción Desde el Ministerio de Educación de la provincia de San Juan, mediante el Módulo II TIC , hacemos llegar este Catálogo de Gestión Escolar “Nuestra Aula en Línea” a Directivos y Docentes de las escuelas de todos los niveles y modalidades de la provincia.
    [Show full text]
  • Cybernauci.Edu.Pl/ Jest Skierowany Do Osób Pracujących W Szkołach, Uczniów I Uczennic Oraz Ich Rodziców I Opiekunów
    PRZYDATNE LINKI: http://edukacjamedialna.edu.pl/ http://www.jacekpyzalski.pl/ strona prof. Jacka Pyżalskiego http://cyfrowa-wyprawka.org - baza scenariuszy, baza wiedzy, wskazówki edukacyjne http://fdn.pl/sites/default/files/file/pdf/jak-reagowac-na-cyberprzemoc.pdf poradnik dla nauczycieli http://cyberpsychologia.pl/aplikacja-przeciwko-przemocy-w-sieci/ - aplikacja przeciwko przemocy w sieci; ReThink https://fundacja.orange.pl/kurs/ - kurs internetowy dla rodziców Fundacji Orange http://tedxlublin.com/lekcja-ted-3-sposoby/ - Lekcja z TED na 3 sposoby http://321internet.pl/index.html - kreskówki nt. zagrożeń http://www.sieciaki.pl/ - filmiki i katalog bezpiecznych stron, materiały do pobrania, przydatne linki, nr tel. zaufania http://www.saferinternet.pl/pl/ - informacje nt. konferencji i szkoleń, cyberprzemoc http://teens4future.pl/ http://www.edukator.pl/Filmy,10246.html - filmy nt. zagrożeń (krasnoludki 2.0) http://fdds.pl/ - Fundacja Dajemy Dzieciom Siłę http://dbajofejs.pl/ -strona akcji edukacyjnej nt. fejsbuka http://przytulhejtera.pl/ http://edu.fdds.pl/ - kursy elearningowe dla dzieci, młodzieży, dorosłych, ekspertów http://pa.ok.oeiizk.waw.pl/ -strona dotycząca prawa autorskiego dla dzieci, dla uczniów i nauczycieli http://otwartawiedza.centrumcyfrowe.pl/tag/otwarta-wiedza/ https://www.cyfrowobezpieczni.pl/biblioteka-materialow/ https://www.magisto.com/ tworzenie filmowych kolaży lub prezentacji zdjęć https://www.thinglink.com/ tworzenie interaktywnych obrazów https://piktochart.com/ tworzenie plakatów, infografik, grafik https://pixlr.com/
    [Show full text]