Extending a Networked Robot System to Include Humans, Tiny Devices, and Everyday Objects

Total Page:16

File Type:pdf, Size:1020Kb

Extending a Networked Robot System to Include Humans, Tiny Devices, and Everyday Objects Extending a Networked Robot System to Include Humans, Tiny Devices, and Everyday Objects To the women of three generations: my mother Rezia Rashid, wife Mari Rashid, and our sweet little girl Marissa Ida Rashid. Örebro Studies in Technology 47 Md. Jayedur Rashid Extending a Networked Robot System to Include Humans, Tiny Devices, and Everyday Objects © Md. Jayedur Rashid, 2011 Title: Extending a Networked Robot System to Include Humans, Tiny Devices, and Everyday Objects. Publisher: Örebro University 2011 www.publications.oru.se [email protected] Printer: Intellecta Infolog, Kållered 03/2011 issn 1650-8580 isbn 978-91-7668-792-5 Abstract In networked robot systems (NRS), robots and robotic devices are distributed in the environment; typically tasks are performed by cooperation and coordi- nation of such multiple networked components. NRS offer advantages over monolithic systems in terms of modularity, flexibility and cost effectiveness, and they are thus becoming a mainstream approach to the inclusion of robotic solutions in everyday environments. The components of a NRS are usually robots and sensors equipped with rich computational and communication facilities. In this thesis, we argue that the capabilities of a NRS would greatly increase if it could also accommodate among its nodes simpler entities, like small ubiquitous sensing and actuation devices, home appliances, or augmented everyday objects. For instance, a do- mestic robot needs to manipulate food items and interact with appliances. Such a robot would benefit from the ability to exchange information with those items and appliances in a direct way, in the same way as with other networked robots and sensors. Combining such highly heterogeneous devices inside one NRS is challeng- ing, and one of the major challenges is to provide a common communication and collaboration infrastructure. In the field of NRS, this infrastructure is com- monly provided by a shared middleware. Unfortunately, current middlewares lack the generality needed to allow heterogeneous entities such as robots, sim- ple ubiquitous devices and everyday objects to coexist in the same system. In this thesis we show how an existing middleware for NRS can be ex- tended to include three new types of “citizens” in the system, on peer with the other robots. First, we include computationally simple embedded devices, like ubiquitous sensors and actuators, by creating a fully compatible tiny version of the existing robotic middleware. Second, we include augmented everyday ob- jects or home appliances which are unable to run the middleware on board, by proposing a generic design pattern based on the notion of object proxy. Finally, we go one step further and include humans as nodes in the NRS by defining the notion of human proxy. While there exist a few other NRS which are able to include both robots and simple embedded devices in the same system, the use I II of proxies to include everyday objects and humans in a generic way is a unique feature of this work. In order to verify and validate the above concepts, we have implemented them in the Peis-Ecology NRS model. We report a number of experiments based on this implementation, which provide both quantitative and qualitative evaluations of its performance, reliability, and interoperability. Acknowledgements First, I would like to thank my primary supervisor Dr. Mathias Broxvall and co-supervisor Professor Alessandro Saffiotti for giving me the opportunity to conduct my PhD study at AASS. They have supported me by their remark- able supervision, valuable suggestions and all fruitful discussions during this research study. They were always there whenever I needed them despite of their very busy schedule. Thanks to Vetenskapsrådet (the Swedish Research Council) for financing this work and CUGS (the Swedish National Graduate School in Computer Sci- ence) for allowing me to participate several courses. Two person at AASS, Bo-Lennart Silfverdal and Per Sporrong, have made my life, as a PhD student, easier by their experience and knowledge of designing electronic equipments. All customized devices, which have been used in this thesis for different experiments, are prepared by their help. Many thanks to Bo and Per. Barbro Alvin, Jenny Tiberg, Kicki Ekberg and Elin Abelson deserve thanks for helping me to sort out all administrative works and real-life matter such as renting apartment, arrangement for traveling to different scientific events, etc. different times during my staying here. A special thank goes to Abdelbaki who has been my mentor since the day I started at AASS. He has given me his valuable time to adapt at AASS as well as at Örebro city. A lot of weekends we have spent together and explored the city which I shall always remember. Thanks to all my colleagues (former and present) at AASS for accepting me as one of their members and giving me a lot of time at different occasions. Spe- cial thanks to Federico (Pex) for taking a quick look of the thesis draft, office- mate Johan Larsson for reading several of my pre-submitted articles, Achim Lilienthal for arranging several sporting events, the Italians – Marcello, Matteo and Marco for joining me at as well as arranging many social events, Robert Lund, Henrik, Luigi, Rehan, Mitko and Fabian for playing badminton with me. I express my special gratitude to my best friend and wife, Mari Teresa Rashid (former name Mari Teresa Vähäkuopus) who has inspired me every III IV moments as well as has to sacrifice many hours due to my late presence at home. Last but not the least, thanks to my family in Bangladesh, particularly my mother, eldest sister Feroza Begum and her husband Md. Enayet Ullah, for their unconditional love, prayer, moral support and inspiration. Contents 1 Introduction 1 1.1 Motivation . .2 1.2 Research Questions . .5 1.3 Goals of The Thesis . .5 1.4 Methodology . .6 1.4.1 Step 1: Including Tiny Embedded Devices in a NRS . .7 1.4.2 Step-2: Including Everyday Objects in a NRS as Proxies .8 1.4.3 Step-3: Including Humans in a NRS . .8 1.4.4 Evaluation . .9 1.5 Publications . 10 1.6 Thesis Outline . 11 2 Related Work 13 2.1 Network Robot Systems (NRS) . 13 2.1.1 Representative NRS Projects . 15 2.2 Wireless Sensor Network (WSN): Ubiquitous Sensing Technology 19 2.3 Middleware . 20 2.3.1 Classical Middleware for Distributed Systems (DS) . 21 2.3.2 NRS Middleware . 21 2.3.3 WSN Middleware . 28 2.4 Including Tiny Devices (WSN nodes) in NRS . 30 2.4.1 Existing Approaches to Accomodate WSN into NRS . 31 2.4.2 Reconfiguration in Hybrid Middlewares Consisting of NRS and WSN Nodes . 32 2.5 Smart Everyday Objects . 33 2.5.1 Standalone Smart Objects . 34 2.5.2 Network of Smart Objects . 35 2.5.3 A Missing Link . 37 2.6 Including Everyday Objects (Smart/Dumb) in NRS . 37 2.6.1 Using Cognitive Robotics Techniques . 38 2.6.2 Using Full-Scale Processors . 38 V VI CONTENTS 2.6.3 Using Tiny Devices . 38 2.6.4 Using Teeny Devices . 39 2.7 Including Humans in NRS . 40 2.7.1 No Interaction with the System . 40 2.7.2 Humans Interact with the Robot . 40 2.7.3 Humans Interact with the Environment . 41 2.7.4 Teams of Humans and Robot . 42 2.8 Discussion . 43 3 Background: The Peis-Ecology NRS 45 3.1 The History and Concept . 45 3.2 What The Peis-Ecology Offers . 49 3.3 The Peis-Ecology Realization . 50 3.4 Shared Memory Model and Configuration . 51 3.5 The Peis-Middleware . 53 3.5.1 The PeisInit . 55 3.5.2 Distributed Tuplespace . 57 3.5.3 The Peis-Kernel . 59 3.6 The Peis-Home: Peis-Ecology Testbed . 61 3.7 What’s Missing . 63 4 Including Tiny Devices 65 4.1 Requirements for Including Tiny Devices . 65 4.1.1 Tiny Devices . 66 4.1.2 Requirements from the Tiny Device’s Constraints . 67 4.1.3 Requirements for the Interoperability . 67 4.2 Approaches to Include Tiny Devices . 68 4.2.1 Traditional NRS Approach . 68 4.2.2 Wireless Sensor Network (WSN) Approach . 68 4.2.3 Downgrade Approach . 69 4.2.4 The “Twin-Version” Approach . 69 4.2.5 The Approach Demonstrated in This Thesis . 70 4.3 Requirements for the Peis-Ecology NRS Implementation . 71 4.3.1 Requirements Posed by the Peis-Ecology NRS . 71 4.3.2 Requirements Posed by the Tiny Network Protocol . 71 4.4 Tiny Peis-Kernel and Tiny Tuple . 72 4.4.1 Assumptions for Platform and the Tiny Kernel . 72 4.4.2 The Tiny Peis-Kernel . 74 4.4.3 Tiny Tuple . 75 4.5 Network Translator: The Tiny-gateway . 77 4.6 Tiny Meta-Tuple: Dynamic Reconfiguration of Tiny Devices . 79 4.7 An Example Tiny Kernel Implementation on the TinyOS . 81 4.8 The Tiny-gateway Implementation . 87 4.9 Physical Realization . 90 CONTENTS VII 4.10 Use Case: Sharing Functionalities between Full-Peis and tiny-Peis 91 4.11 Handling Mobility . 93 4.12 Discussion . 93 5 Including Everyday Objects 95 5.1 Approach to Include Everyday Objects . 96 5.1.1 Traditional Approach . 96 5.1.2 Our Approach . 97 5.2 Requirements . 98 5.3 The Design Pattern: Concept of Proxies . 99 5.3.1 Proxied-Objects: . 99 5.3.2 Interface . 100 5.3.3 Proxy . 100 5.3.4 Proxy Manager . 103 5.3.5 Signature . 103 5.3.6 Conceptual Examples . 104 5.4 Peis-Ecology Implementation . 105 5.5 Use Cases . 109 5.6 Discussion . 114 6 Including Humans 117 6.1 Approach to Include Humans .
Recommended publications
  • Smart Dust: Communicating with a Cubic- Millimeter Computer
    COVER FEATURE Smart Dust: Communicating with a Cubic- Millimeter Computer The Smart Dust project is probing microfabrication technology’s limitations to determine whether an autonomous sensing, computing, and communication system can be packed into a cubic-millimeter mote to form the basis of integrated, massively distributed sensor networks. Brett ecreasing computing device size, increased • monitoring environmental conditions that affect Warneke connectivity, and enhanced interaction with crops and livestock; the physical world have characterized com- • building virtual keyboards; Matt Last puting’s history. Recently, the popularity of • managing inventory control; Brian Dsmall computing devices, such as handheld • monitoring product quality; Liebowitz computers and cell phones, burgeoning Internet • constructing smart-office spaces; and growth, and the diminishing size and cost of sensors— • providing interfaces for the disabled. Kristofer S.J. especially transistors—have accelerated these trends. Pister The emergence of small computing elements, with SMART DUST REQUIREMENTS University of sporadic connectivity and increased interaction with Smart Dust requires both evolutionary and revolu- California, the environment, provides enriched opportunities to tionary advances in miniaturization, integration, and Berkeley reshape interactions between people and computers energy management. Designers can use microelectro- and spur ubiquitous computing research.1 mechanical systems (MEMS) to build small sensors, The Smart Dust project2 is exploring whether an optical communication components, and power sup- autonomous sensing, computing, and communication plies, whereas microelectronics provides increasing system can be packed into a cubic-millimeter mote (a functionality in smaller areas, with lower energy con- small particle or speck) to form the basis of integrated, sumption. Figure 1 shows the conceptual diagram of massively distributed sensor networks.
    [Show full text]
  • Kent Academic Repository Full Text Document (Pdf)
    Kent Academic Repository Full text document (pdf) Citation for published version Arief, Budi and Blythe, Phil and Fairchild, Richard and Selvarajah, Kirusnapillai and Tully, Alan (2008) Integrating Smartdust into Intelligent Transportation System. In: 10th International Conference on Application of Advanced Technologies in Transportation (AATT 2008), 27-31 May 2008, Athens, Greece. DOI Link to record in KAR https://kar.kent.ac.uk/58716/ Document Version UNSPECIFIED Copyright & reuse Content in the Kent Academic Repository is made available for research purposes. Unless otherwise stated all content is protected by copyright and in the absence of an open licence (eg Creative Commons), permissions for further reuse of content should be sought from the publisher, author or other copyright holder. Versions of research The version in the Kent Academic Repository may differ from the final published version. Users are advised to check http://kar.kent.ac.uk for the status of the paper. Users should always cite the published version of record. Enquiries For any further enquiries regarding the licence status of this document, please contact: [email protected] If you believe this document infringes copyright then please contact the KAR admin team with the take-down information provided at http://kar.kent.ac.uk/contact.html INTEGRATING SMARTDUST INTO INTELLIGENT TRANSPORTATION SYSTEMS Budi Arief1, Phil Blythe2, Richard Fairchild3, Kirusnapillai Selvarajah4, Alan Tully5 ABSTRACT. The last few years have seen the emergence of many new technologies that can potentially have major impacts on Intelligent Transportation Systems (ITS). One of these technologies is a micro-electromechanical device called smartdust. A smartdust device (or a mote) is typically composed of a processing unit, some memory, and a radio chip, which allows it to communicate wirelessly with other motes within range.
    [Show full text]
  • Smart Dust Technology
    250, Mini-Project Report Amy Haas Smart Dust Technology Smart dust is an emerging technology with a huge potential for becoming an internationally successful commercial venture. Now is the best time to invest in smart dust – right at the point at which the scientific community is close to perfecting the technology and its applications but its potential has not yet been realized by the capitalist market. Fundamental Concept Smart dust is a theoretical concept of a tiny wireless sensor network, made up of microelectromechanical sensors (called MEMS), robots, or devices, usually referred to as motes, that have self-contained sensing, computation, communication and power1. According to the smart dust project design created by a team of UC Berkeley researchers2, within each of these motes is an integrated package of “MEMS sensors, a semiconductor laser diode and MEMS beam-steering mirror for active optical transmission, a MEMS corner-cube retroreflector for passive optical transmission, an optical receiver, signalprocessing and control circuitry, and a power source based on thick-film batteries and solar cells.” The intent is that these motes will eventually become the size of a grain of sand or a dust particle, hence the name “smart dust”, but the technology still has a long way to go to achieve its target size. In current sensor technology, the sensors are about the size of a bottle cap or small coin. As with most electronic devices or technologies, the biggest challenges in achieving actual smart dust are the power consumption issues and making the batteries small enough. Although there is a lot of work being done on solar cells to keep the motes self-sustaining, the components are just not small enough yet to actually be considered smart dust.
    [Show full text]
  • Jul 2 7 2000
    THE SNAP! TOOLKIT FOR DEVELOPING SENSOR NETWORKS AND APPLICATION TO XC SKIING BY MATTHEW B. DEBSKI Submitted to the Department of Electrical Engineering and Computer Science in Partial Fulfillment of the Requirements for the Degrees of Bachelor of Science in Electrical Engineering and Computer Science and Master of Engineering in Electrical Engineering and Computer Science at the MASSACHUSETTS INSTITUTE OF TECHNOLOGY May 2000 2 20C: MASSACHUSETTS INSTITUTE © Massachusetts Institute of Technology 2000. All rights reserved. OF TECHNOLOGY JUL 2 7 2000 LIBRARIES Author Department of Electrical Engineering and Computer Science May 18, 2000 Certified by MichaelJ. Hawley Assistant Prolssor of Media Arts and Sciences Alex Dreyfoos Jr. (1954) Career Development Professor of Media Arts and Sciences Thesis Supervisor Accepted by Arthur C. Smith Chairman, Department Committee on Graduate Theses ' pT THE SNAP! TOOLKIT FOR DEVELOPING SENSOR NETWORKS AND APPLICATION TO XC SKIING BY MATTHEW B. DEBSKI Submitted to the Department of Electrical Engineering and Computer Science in Partial Fulfillment of the Requirements for the Degrees of Bachelor of Science in Electrical Engineering and Computer Science and Master of Engineering in Electrical Engineering and Computer Science May 18, 2000 ABSTRACT Athletes, health professionals, animal specialists, meteorologists, and other investigators increasingly employ small, human-scale sensor networks in their disciplines. The sensor networks used by each field and study have unique requirements. Regardless, these networks all collect and store data, and often display or transmit them. The Snap! toolkit takes advantage of the similarities among sensor networks to make prototyping them fast and easy. Simultaneously, it acknowledges their inherent differences, remaining flexible in order to accommodate the needs of different systems.
    [Show full text]
  • An Ethical Framework for Smart Robots Mika Westerlund
    An Ethical Framework for Smart Robots Mika Westerlund Never underestimate a droid. Leia Organa Star Wars: The Rise of Skywalker This article focuses on “roboethics” in the age of growing adoption of smart robots, which can now be seen as a new robotic “species”. As autonomous AI systems, they can collaborate with humans and are capable of learning from their operating environment, experiences, and human behaviour feedback in human-machine interaction. This enables smart robots to improve their performance and capabilities. This conceptual article reviews key perspectives to roboethics, as well as establishes a framework to illustrate its main ideas and features. Building on previous literature, roboethics has four major types of implications for smart robots: 1) smart robots as amoral and passive tools, 2) smart robots as recipients of ethical behaviour in society, 3) smart robots as moral and active agents, and 4) smart robots as ethical impact-makers in society. The study contributes to current literature by suggesting that there are two underlying ethical and moral dimensions behind these perspectives, namely the “ethical agency of smart robots” and “object of moral judgment”, as well as what this could look like as smart robots become more widespread in society. The article concludes by suggesting how scientists and smart robot designers can benefit from a framework, discussing the limitations of the present study, and proposing avenues for future research. Introduction capabilities (Lichocki et al., 2011; Petersen, 2007). Hence, Lin et al. (2011) define a “robot” as an Robots are becoming increasingly prevalent in our engineered machine that senses, thinks, and acts, thus daily, social, and professional lives, performing various being able to process information from sensors and work and household tasks, as well as operating other sources, such as an internal set of rules, either driverless vehicles and public transportation systems programmed or learned, that enables the machine to (Leenes et al., 2017).
    [Show full text]
  • Solving Human Centric Challenges in Ambient Intelligence Environments to Meet Societal Needs
    Solving Human Centric Challenges in Ambient Intelligence Environments to Meet Societal Needs A Dissertation Presented to the Faculty of the School of Engineering and Applied Science University of Virginia In Partial Fulfillment of the requirements for the Degree Doctor of Philosophy (Computer Science) by Erin Griffiths December 2019 © 2019 Erin Griffiths Approval Sheet This dissertation is submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy (Computer Science) Erin Griffiths This dissertation has been read and approved by the Examining Committee: Kamin Whitehouse, Adviser Jack Stankovic, Committee Chair Mary Lou Soffa A.J. Brush John Lach Accepted for the School of Engineering and Applied Science: Dean, School of Engineering and Applied Science December 2019 i To everyone who has helped me along the way. ii Abstract In the world today there exists a large number of problems that are of great societal concern, but suffer from a problem called the tragedy of the commons where there isn`t enough individual incentive for people to change their behavior to benefit the whole. One of the biggest examples of this is in energy consumption where research has shown that we can reduce 20-50% of the energy used in buildings if people would consistently modify their behavior. However, consistent behavior modification to meet societal goals that are often low priority on a personal level is often prohibitively difficult in the long term. Even systems design to assist in meeting these needs may be unused or disabled if they require too much effort, infringe on privacy, or are frustratingly inaccurate.
    [Show full text]
  • Understanding Expressions of Internet of Things
    Understanding Expressions of Internet of Things Kuo Chun, Tseng*, Rung Huei, Liang ** * Department of Industrial and Commercial Design, National Taiwan University of Science and Technology, Taipei, Taiwan, [email protected] ** Department of Industrial and Commercial Design, National Taiwan University of Science and Technology, Taipei, Taiwan, [email protected] Abstract: A recent surge of research on Internet of Things (IoT) has given people new opportunities and challenges. Unfortunately, little research has been done on conceptual framework, which is a crucial aspect to envision IoT design. We found that designers usually felt helpless when designing smart objects in contrast to traditional ones and needed more resources for potential expressions of interactive embodiment with this new technology. Moreover, it appears to be unrealistic to expect the designer to follow the programming thinking and theory of MEMS (Micro Electro Mechanical Systems) field. Therefore, instead of focusing on exploring the technology, this paper proposes an analytical framing and investigates interactive expressions of embodiment on smart objects that help designers understand and handle the technology as design material to design smart objects during the coming era of IoT. To achieve this goal, first we conceptualize an IoT artifact as an object that has four capabilities and provide a clear framework for understanding a thing and multiple things over time and space in ecology of IoT things powered by a cloud-based mechanism. Second, we show the analytical results of three categories: smart things and design agenda over cloud in respect of time and space. Third, drawing on the taxonomy of embodiment in tangible interfaces by Fishkin K.
    [Show full text]
  • Case /.'06-285F
    NATIONAL SCIENCE FOUNDATION 4201 WILSON BOULEVARD ARLINGTON, VIRGINIA 22230 nsf OFFICE OF THE GENERALCOUNSEL Case /.'06-285F October 17.2006 Ms. M'dwh Mofmaiiii Staff Attorney Fleclronie Frontiei Foundation 1875 Coonecticul Avenue, WW, Suite 850 Wasmn#on, DC 7.0009 Dear Ms. rloimann: ibis is in response to sour Scpien<ber 26. 2006 emailed Freedom of In formation. Act (FOIA> request .for eoui.es of the NSF fiu-ded grants r-umbered 042.3.386, 0209190 and 0512976. Records responsive io your request are enclosed. Personal information (individual salaries, bios, pending aiid non-Federal grams) has been withheld wherever it appears uncer the; pviv.-ey protests''.-n of Exemption 6 of the FOiA. Reviewer identifying in forma!ion in ihe proposal jacket is withheld under exemptions 5 and;6 of the Freedom of lp-ormali'ori Ac! {.- '.J.S.C. :": 52(b)) that protect from disclosure the prcdeeisional, ueJiberaWe process and. personal information and exemption (k)(5) of the Privacy Act (5 IJ.S.C !o?a). Father, reviewer's coiniininis/rankings are exempt from disclosure under the provisions oM.-.xanption (b)(3) of the FOiA. Your right of administrative appeal is set ftVlh in See'riot; 612.9 of dsc NSF FOIA regulation (copy enclosed). There is ao fee (or FCTA services in this instance in accordance with 5 U.S.C. 552 uOC^XAX'i) yt seq. Sincerely, Leslie A Jensen FOIA/Privacy Act Ofiker Hnciosure:-; Telephone (703) 292-8060 FAX (703) 292-9041 §612.9 Appeals. .F^omof.nfonna,ionAc.ApI«a.,Yo«rappea11enerInus,iIlduae.c0pyofyo»r wrinenreques,a„a,heae„ia1,oEe*erwi*anyWri«enargume«youWishK,subml«.
    [Show full text]
  • Using Radio Frequency Identification and Virtual Reality to Map and Track Assets
    Using Radio Frequency Identification and Virtual Reality to Map and Track Assets by Christopher S. Moon Advisor: Dr. David Fredrick Honors Assistant to the Advisor: Keenan Cole Thesis in partial fulfillment of the requirements for the degree Bachelor of Science in Business Administration in Information Systems Sam M. Walton College of Business University of Arkansas Fayetteville, Arkansas May 8th, 2011 1 Contents An Introduction to Technologies Used ........................................................................................... 3 What is Radio Frequency Identification? .................................................................................... 3 Table 1 ‐ Example of Typical RFID Data................................................................................... 5 What is Virtual Reality Technology? ........................................................................................... 6 What is Unity? ............................................................................................................................. 8 Objective ......................................................................................................................................... 8 Current Visualization Standards ..................................................................................................... 9 Figure 1 ‐ Current 3D Representation of RFID Positional Data at the University of Arkansas RFID Lab .................................................................................................................................
    [Show full text]
  • ASHS Is Inviting/Encouraging Poster Presenters to Up- Posters: Load a PDF of Their Poster
    vt- •• ��t E�. Gallo Winery � BalL American Funding Generations of Floral Progress Through Research Image Analysis for Plant Science Endowment and Scholarships 1 of 262 General Information Conference Facilities: Speaker Ready Room: All Conference activities will take place at the Tropicana Oral, Workshop, Special Sessions, and Keynote speakers Las Vegas. are requested to check in at the Speaker Ready Room located in Churchill. Please note, even if you have Registration hours: uploaded in advance, you are still asked to check in at the Speaker Ready room at least 24 hours in advance of Sunday, July 21. .3:00 PM – 6:00 PM your presentation to confirm that your media and Pow- erPoint presentations were successfully uploaded and Monday, July 22 .............7:30 AM – 6:00 PM running properly. Updates and modifications can only Tuesday, July 23. 7:30 AM – 6:00 PM be made up to 24 hours in advance of your presentation. Wednesday, July 24. .7:30 AM – 5:00 PM Thursday, July 25 ............7:30 AM – 2:00 PM Poster Presenters and E-Posters: ASHS is inviting/encouraging poster presenters to up- Posters: load a PDF of their poster. You may also upload mp4 video or audio files to go along with the poster. Posters are located in Cohiba 5-12. As part of enhancing the ASHS online conference proceedings, you have the option to make your poster Poster Set Up: into an interactive electronic version (E-Poster). If you would like to explore this option, a link will appear once Monday, July 22 .............2:00 PM – 5:00 PM you have uploaded your PDF file with instructions on how to create your E-Poster.
    [Show full text]
  • Social Robotics Agenda.Pdf
    Thank you! The following agenda for social robotics was developed in a project led by KTH and funded by Vinnova. It is a result of cooperation between the following 35 partners: Industry: ABB, Artificial Solutions, Ericsson, Furhat robotics, Intelligent Machines, Liquid Media, TeliaSonera Academia: Göteborgs universitet, Högskolan i Skövde, Karolinska Institutet, KTH, Linköpings universitet, Lunds tekniska högskola, Lunds Universitet, Röda korsets högskola, Stockholms Universtitet, Uppsala Universitet, Örebro universitet Public sector: Institutet för Framtidsstudier, Myndigheten för Delaktighet, Myndigheten för Tillgängliga Medier, Statens medicinsk- etiska råd, Robotdalen, SLL Innovation, Språkrådet End-user organistions: Brostaden, Epicenter, EF Education First, Fryshuset Gymnasium, Hamnskolan, Investor, Kunskapsskolan, Silver Life, Svenskt demenscentrum, Tekniska Museet We would like to thank all partners for their great commitment at the workshops where they shared good ideas and insightful experiences, as well as valuable and important observations of what the future might hold. Agenda key persons: Joakim Gustafson (KTH), Peje Emilsson (Silver Life), Jan Gulliksen (KTH), Mikael Hedelind (ABB), Danica Kragic (KTH), Per Ljunggren (Intelligent Machines), Amy Loutfi (Örebro university), Erik Lundqvist (Robotdalen), Stefan Stern (Investor), Karl-Erik Westman (Myndigheten för Delaktighet), Britt Östlund (KTH) Writing group: editor Joakim Gustafson, co-editor Jens Edlund, Jonas Beskow, Mikael Hedelind, Danica Kragic, Per Ljunggren, Amy
    [Show full text]
  • Automation, Bots and Algorithms in Newsmaking. Impact and Quality of Artificial Journalism”
    RLCS, Revista Latina de Comunicación Social, 74 – Pages 1411 to 1433 [Funded Research] | DOI: 10.4185/RLCS-2019-1391en |ISSN 1138-5820 | Year 2019 How to cite this article in bibliographies / References M Túñez-Lopez, C Toural-Bran, C Valdiviezo-Abad (2019): “Automation, bots and algorithms in newsmaking. Impact and quality of artificial journalism”. Revista Latina de Comunicación Social, 74, pp. 1411 to 1433 http://www.revistalatinacs.org/074paper/1391/74en.html DOI: 10.4185/RLCS-2019-1391en Automation, bots and algorithms in newsmaking. Impact and quality of artificial journalism Miguel Túñez-López [CV] [ ORCID] [ GS] Professor at the Department of Communication Science from the University of Santiago de Compostela (USC), Spain [email protected] (Corresponding author) Carlos Toural-Bran [CV] [ ORCID] [ GS] Professor at the Department of Communication Science from the University of Santiago de Compostela (USC), Spain [email protected] Cesibel Valdiviezo Abad [CV] [ ORCID] [ GS] PhD candidate at the USC and Professor at the Communication Department of the UTPL, Spain [email protected] Abstracts [ES] Introducción: Las transformaciones en el periodismo se han considerado una modernización del proceso de producción informativa y una actualización del proceso para incorporar los avances en tecnología. El cambio en las últimas cuatro décadas ha derivado de un periódico hecho manualmente en maquetación y composición tipográfica a un relato informativo online con textos noticiosos creados por máquinas preparadas para imitar mediante algoritmos el modo de estructurar y escribir las noticias y sustituir al periodista. El periodismo artificial está cada vez más presente en los medios, lo que comienza a abrir debates deontológicos, laborales y sociales.
    [Show full text]