User Interface Agent Matias Kassala JYPE 2006-2007.

Slides:



Advertisements
Similar presentations
X Window JianJing Cao (ID #98284). Content Introduction X Window System Function Window Principle How X Window Works Security.
Advertisements

MODELLING OF MOBILE AGENT SYSTEMS USING dynPLA APPROACH Agnė Paulauskaitė-Tarasevičienė Henrikas Pranevičius 1.
System Management Model and Fractal Author: WP2 System Management group Identification: WP2-TaskSM Partner: Telefonica I+D, UPM, Telvent Date: 07.
Chapter One The Essence of UNIX.
Introduction To System Analysis and Design
SWE Introduction to Software Engineering
File Systems and Databases
Managing Agent Platforms with the Simple Network Management Protocol Brian Remick Thesis Defense June 26, 2015.
Agent-Based Acceptability-Oriented Computing International Symposium on Software Reliability Engineering Fast Abstract by Shana Hyvat.
User interface design Designing effective interfaces for software systems Objectives To suggest some general design principles for user interface design.
01 -1 Lecture 01 Intelligent Agents TopicsTopics –Definition –Agent Model –Agent Technology –Agent Architecture.
Guide To UNIX Using Linux Third Edition
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 11 Management Decision Making.
Requirements Gathering and Task analysis. Requirements gathering and task analysis 4 Requirements gathering is a central part of systems development understanding.
1 Web services for the management of persistent online game factions Author: François Deliège Advisor: Professor Esteban Zimányi Co-Advisor: Jehan Snyers.
 A set of objectives or student learning outcomes for a course or a set of courses.  Specifies the set of concepts and skills that the student must.
Systems Analysis and Design in a Changing World, Fifth Edition
Introduction To Computer System
Damien Raftery Lecturer & eLearning Development Officer Teaching & Learning Centre Institute of Technology Carlow Using Google Docs to support Project-based.
Agent-Oriented Software Engineering CSC532 Xiaomei Huang.
Computer Graphics Lecture 28 Fasih ur Rehman. Last Class GUI Attributes – Windows, icons, menus, pointing devices, graphics Advantages Design Process.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
5 Systems Analysis and Design in a Changing World, Fourth Edition.
Introduction To System Analysis and Design
Appointment Application Belinda Whitman CS 470. Background The client is a local outpatient therapy clinic specializing in upper extremity rehabilitation.
Reusability and Effective Test Automation in Telecommunication System Testing Mikael Mattas Supervisor: Professor Sven-Gustav Häggman Instructor: B.Sc.
April 2004 At A Glance CAT is a highly portable exception monitoring and action agent that automates a set of ground system functions. Benefits Automates.
Online Friends’ Community Presented by: Stuart Monaghan HND in Computing th May 2002.
Drexel University CS 451 Software Engineering Winter Yuanfang Cai Room 104, University Crossings
Step 1 ) Input User name, Password & Verification No. & Click “ Login” Staff Level - Username: mary P/W: 5678 Web-site:
SBox is a Unique Package that maximize the interaction between instructors and students in easy reliable,efficient way. Sbox is Devided into 4 main parts.
Federated Database Set Up Greg Magsamen ITK478 SIA.
5 Systems Analysis and Design in a Changing World, Fifth Edition.
A-Level Computing#BristolMet Session Objectives#15 MUST define the term user interface SHOULD describe the characteristics of different UIs and suggest.
Resource Manager for Distance Education Systems Goran Kimovski Vladimir Trajkovik Danco Davcev Faculty of Electrical Engineering and Computer Science,
Introducing Software Computer Concepts Unit A. Introducing Software What is an Operating System? OS is the master controller for all the activities that.
Chapter 4 Decision Support System & Artificial Intelligence.
Benefit Portal for CUMMINS
Intelligent Agent Framework1 From Chapter 7 of Constructing Intelligent Agents with Java.
Approaching Fine-grain Access Control for Distributed Biomedical Databases within Virtual Environments Onur Kalyoncu, Yi Pan, Matthias Assel High Performance.
Agent Overview. Topics Agent and its characteristics Architectures Agent Management.
 Goal ◦ Designing a friendly and simple graphical user interface facilites a video conference funtionality. ◦ The design should satisfy different group.
MyHealth Journal: a User-Customizable Diary Software for Health Soufiane Berouel, Undergraduate Student Supervised by Prof. Lily Liang Department of Computer.
Lunchbox. Overview ➲ We developed a program called Lunchbox with the purpose of allowing the administrator to create a time sheet, create an employee.
Third International Workshop on Networked Appliance 2001 SONA: Applying Mobile Agent to Networked Appliance Control S.Aoki, S.Makino, T.Okoshi J.Nakazawa.
“Candidates were not advantaged by defining every type of operating system provided as examples in the explanatory notes of the standard. Candidates who.
INTERACTION DESIGN A Heady Mix of Things SPEC INDIA.
Chapter 4. CONCEPT OF THE OPERATING SYSTEM MANAGING ESSENTIAL FILE OPERATIONS.
5 Systems Analysis and Design in a Changing World, Fourth Edition.
1 The XMSF Profile Overlay to the FEDEP Dr. Katherine L. Morse, SAIC Mr. Robert Lutz, JHU APL
Why Johnny Can’t Encrypt: A Usability Evaluation of PGP 5.0
Web Application for Home Energy Assistance Program
Internal Assessment IB Biology Year
Distributed Software Development
User Interface Design and Usability Course Introduction
Content - Introduction. - Problem statement. - Objectives.
CHAPTER 3 Architectures for Distributed Systems
MSP Le t’s Get Started!.
Introduction and Concepts
Chapter 12 User Interface Design
Mobile Agents Technology - Programming with Aglet
File Systems and Databases
IMPORTANT NOTICE TO STUDENTS:
Computer Fundamentals
Semantic Markup for Semantic Web Tools:
Benefit Portal for AGC
Team 13 The Los Angeles Community Garden Inventory and Locator
COMPANY PATH NAME Windows Application Software Providing worlds best Pathology Management or Laboratory Management software.
Presentation transcript:

User Interface Agent Matias Kassala JYPE 2006-2007

Contents Software agent Agent system Background System structure User interface agent Base process Evaluation Conclusion User Interface Agent 11/11/2018

Software agent Does tasks for an user or other software component Concept for describing complex systems Defined in terms of its behavior Characteristics: persistence autonomy social ability reactivity User Interface Agent 11/11/2018

Agent system Individual agents form an agent system by collaborating and communicating Agent system is capable of reaching goals that are impossible for single agent or traditional system Human society can be viewed as an example of multi-agent system User Interface Agent 11/11/2018

Background Health consultation system An existing agent-based system Developed at Kinoshita laboratory Keeps record of an user’s medical data Analyzes data gives advice Simple interface made for testing purpose User Interface Agent 11/11/2018

Other agents (Health consultation system) System structure User Base process User Agent Other agents (Health consultation system) My work consists of two main parts: User Agent Base process Graphical User Interface Data management User Interface Agent 11/11/2018

User interface agent User interface agent sends and receives messages from other agents and performs tasks according these messages Is able to do same things as a human user using the GUI. User Interface Agent 11/11/2018

Function of the interface agent User Behavior of Interface Agent Receives a message containing login data Performs login with login data Receives a message requesting user data Gets data by performing base process function Other agent Base process Other agent User Interface Agent 11/11/2018

Base process Graphical user interface Authentication Data Management Login / Logout Username and password Data Management View / edit / delete user data User Interface Agent 11/11/2018

Implemented Interface Evaluation Implemented Interface Old interface Limited number of users All data viewable by any user Not an agent based system New Interface User authentication Data management Agent based system Easy to use User Interface Agent 11/11/2018

Conclusion Introduced to agent technology Designed an agent Implemented an user interface agent for Health consultation system Future work Increasing usability Specialization for needs of a certain user group User Interface Agent 11/11/2018