Using artificial intelligence for supporting museum organization

Size: px
Start display at page:

Download "Using artificial intelligence for supporting museum organization"

Transcription

1 Using artificial intelligence for supporting museum organization F. Amigoni 1, V. Schiaffonati 2 1 Artificial Intelligence and Robotics Laboratory - DEI - Politecnico di Milano - amigoni@elet.polimi.it 2 Artificial Intelligence and Robotics Laboratory - DEI - Politecnico di Milano - schiaffo@elet.polimi.it Abstract The application of artificial intelligence tools to cultural heritage is acquiring an increasing importance, promoting new technological solutions for museums and art exhibitions. We present a system, called Minerva, able to automatically organize virtual museums, given the set of works of art and the environments in which they must be displayed. We discuss an experimental implementation of Minerva that arranges a part of the archeological finds belonging to the collection of the Archeological Museum of Milan. 1. Introduction The study of computational tools for enhancing the fruition of cultural contents is a topic of increasing importance in current research [3]. In particular, the application of artificial intelligence (AI) tools to cultural heritage is acquiring a central role, promoting new technological solutions for museums and art exhibitions. We present a software system, called Minerva, able to automatically organize virtual museums, given the set of works of art and the environments in which they must be displayed. By organization we mean two distinct processes: the preparation, which is the arrangement of works of art in conceptually relevant ordered groups, and the allocation, which is the placement of these groups within a given geometrical space trying to preserve their arrangement. We present an experimental implementation of Minerva that settles some archeological finds belonging to the collection of the Archeological Museum of Milan. Minerva is an example of how traditional and recent AI techniques can be successfully applied not only to the fruition of works of art, but also to their organization and management. From a technical point of view, Minerva blends together the classical inferential techniques of AI [6] and the recent paradigm and technology of multiagent systems that is very influential in current AI research [8]. It is thus composed of agents that are programs designed to be modular and independent in their activation and operation. In designing Minerva we have emphasized the possibility to interact with the user: the final organized museum is the expression of the inferential processes performed by the system supported by a dialogic interaction with the user. This paper is organized as follow. The next section describes a typical scenario of employment of Minerva as supporting a museum organizer during the organization of an archeological museum. Section 3 presents an overview of the technical implementations of the system. Section 4 concludes the paper. 2. A scenario of use The main purpose of Minerva is the automatic organization of museums, given the works of art and the environments in which they must be displayed. The task of organizing a museum is usually thought as a typical human-exclusive activity based on aesthetic and personal judgments. The final result is a global coherent setting that allows an effective visit of the museum. However, the organization follows explicit criteria and some of them can be considered for an automatic organization. Among the latter ones, there exist physical criteria: for instance, some works of art cannot be inserted in some rooms, some rooms can be scarcely lighted, too hot, or too cold to host works of art. In addition, also artistic criteria can be taken into account: they can play a central role in

2 the final result, since they concern, for example, how to give emphasis to particularly important works of art or how to build connections among different works of art. It is worth noting that the purpose of Minerva is not to substitute humans in organizing museums; rather it aims at supporting them in their work by enhancing their creativity, while providing a sophisticated computational tool for automatizing some tasks related to the museum organization. The museum produced at the end of the organization process is the result of both the intelligent abilities of the system and the decisions of the human user. Indeed, the user interacts with the program and intervenes when the system is not able to manage some part of the process. In order to describe the functioning of the system, let us consider an implementation of Minerva that organizes an archeological museum. The works of art the system manages are a subset of those belonging to the collection of the Archeological Museum of Milan. The user (typically, a museum organizer) can select a set of works of art and an environment in which to display them. Moreover, he or she can tune the various criteria driving the processes of preparation and allocation of the selected works of art in the selected environment (Figure 1). Fig. 1 The criteria of the preparation process for an archeological museum. The criteria of the preparation process determine the groups of works of art and the order in which are shown. For an archeological collection the chronological criterion is, of course, the most important one. Besides that, other five criteria can be selected: they have been chosen on the basis of what a small group of archeological experts told us to be relevant in organizing archeological museums. They are: the place of origin of the works of art, their material, their culture, their function, and the kind of objects (such as statues, steles, and busts). According to these criteria, the works of art are classified in homogeneous ordered groups (Figure 2). During the preparation process, the user has the possibility to change both the groups (e.g., by splitting a group) and their order.

3 Fig. 2 The ordered groups of works of art. The parameters of the allocation process control all the aspects of the placement of the works of art in the environment, including the maximum and minimum occupation of rooms and shrines and the order (clockwise or anticlockwise) in which the works of art are placed in the rooms. When the preparation and the allocation activities have been performed, the user can visit the automatically organized museum in a VRML virtual reality setting, as shown in Figure 3. Fig. 3 The VRML virtual visit of an automatically organized archeological museum. Each work of art is virtually reproduced according to its three-dimensional model obtained from the real object or from its representations (e.g., pictures). In the virtual museum, the user can follow a list of viewpoints and access the detailed information (including a better VRML model and a number of textual descriptions at various levels of detail) associated to the works of art by clicking on the works of art themselves.

4 3. Overview of technical implementation Minerva is implemented as a multiagent system composed of autonomous computational entities, called agents: some of them exploit the inferential techniques of AI in order to carry out the organization and management of the works of art. The museum organizations are the result of the cooperation activity of the agents of Minerva. A preliminary description of the archeological version of the system can be found in [1], while a more detailed technical description of Minerva can be found in [2]. The central concept of our system is that of agent. The agents are intelligent and autonomous programs providing specific abilities and are coded in JAVA. More precisely, we employ the JADE framework [5] as middleware and the JESS framework [4] to perform inferential activities. In the following the main agents of Minerva are described. The user interface agent generates the pages displayed to the user via a HTML browser and manages the interaction with him or her according to what discussed in the previous section. In particular, the user interface agent translates the geometrical description of the allocation of a collection in an environment, which is initially produced in the Minerva internal format, to the format displayed to the user (VRML [7]). The user interface component reads (from the works of art database) the threedimensional models of the works of art and inserts them in the three-dimensional model of the environment (read from the environments database) according to the geometrical result of the allocation process. Then, the VRML model is displayed to the user who can navigate inside it. Let us now turn to the agents that constitute the kernel of Minerva. Given a collection of works of art and an environment (selected by the user), two agents operate to find, respectively, a preparation and an allocation. The first agent, called preparator agent, automatically determines, on the basis of the criteria selected by the user, the conceptual arrangement in which the works of art of the collection will be displayed. Firstly, it classifies the works of art in groups and, then, it orders these groups. More precisely, the preparator agent uses the JESS engine to apply inferential techniques for classifying the works of art of the selected collection into groups, each one composed of homogeneous objects. In doing this, the preparator agent exploits the expertise inserted in its knowledge base about criteria concerning the possible ways in which the pieces of a collection can be classified and grouped. This expertise has been acquired from human experts in archeological museum organizations. The criteria, expressed as rules in JESS, the preparator agent applies to create and order groups of homogeneous objects are those selected by the user (Section 2). At the end of the process the preparator agent stores the groups of works of art in a taxonomic tree. The ordered groups produced by the preparator agent and the environment selected by the user constitute the input for the allocator agent. The allocator agent automatically finds, within a given environment, the best geometrical allocation for the works of art of the groups in the taxonomic tree, preserving the ordering on groups imposed by the preparator agent. Also the allocator agent exploits the knowledge inserted in its knowledge base about criteria concerning where to place the works of art in a given environment. These criteria, expressed as rules in JESS, consider, among others, the minimum and maximum occupation of the space in a room, the minimum and maximum occupation of the perimeter of a room, and the distances governing the collocation of the shrines according to the location of the doors, windows, and other shrines. The groups of works of art are allocated in the rooms in decreasing order (as established by the preparator agent). In particular, the allocator agent tries to allocate each group in a different room. If it fails, the allocator agent asks the user if the group should be spread over more rooms or more groups should be allocated in the same room. 4. Conclusions In this paper we have illustrated, by discussing Minerva and its experimental validation for an archeological museum, how traditional and recent AI techniques can be successfully applied to cultural heritage and, in particular, to the innovative organization, management, and fruition of works

5 of art. Future work will be devoted to improve some technical aspects of Minerva: in particular, the communication and the negotiation aspects of agent interaction and the automatic retrieval of information concerning the works of art from the Web. Furthermore, we aim to apply the same kernel of Minerva to the organization of other museums and collections, where other criteria are employed during the organization process. This extension of the system has basically two purposes: to validate Minerva in different contexts and to assess the generality of its architecture. Acknowledgements We would like to thank Glauco Mantegari e Lucio Perego, for their advice concerning the organization criteria of archeological works of art, and Fabio Ghidotti, for the implementation of the system. References [1] Amigoni, F., Schiaffonati, V., Somalvico, M., Minerva: an artificial intelligent system for composition of museums in Proceedings of the International Cultural Heritage Informatics Meeting (ICHIM01), 2, pp , 2001 [2] Amigoni, F., Schiaffonati, V., The Minerva Multiagent System for Supporting Creativity in Museums Organization, Proceedings of the IJCAI2003 (Eighteenth International Joint Conference on Artificial Intelligence) Workshop on Creative Systems: Approaches to Creativity in AI and Cognitive Science, pp , 2003 [3] Edmonds, E., Candy, L., Explorations in Art and Technology, Springer-Verlag, 2002 [4] Friedman-Hill, E., Java Expert System Shell, Sandia National Laboratories, [5] JADE, Java Agent Development Framework, TILAB, [6] Russell, S., Norvig, P., Artificial Intelligence: A Modern Approach, Prentice Hall, 2002 [7] VRML, Virtual Reality Modeling Language, Web 3D Consortium, [8] Weiss, G., Multiagent Systems: A Modern Approach to Distributed Artificial Intelligence, The MIT Press, 1999

The Minerva Multiagent System for Supporting Creativity in Museums Organization

The Minerva Multiagent System for Supporting Creativity in Museums Organization The Minerva Multiagent System for Supporting Creativity in Museums Organization Francesco Amigoni and Viola Schiaffonati Dipartimento di Elettronica e Informazione Politecnico di Milano Piazza Leonardo

More information

AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS

AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS ZORAN JEREMIĆ, VLADAN DEVEDŽIĆ, DRAGAN GAŠEVIĆ FON School of Business Administration, University of Belgrade Jove Ilića 154, POB 52, 11000 Belgrade,

More information

Managing Variability in Software Architectures 1 Felix Bachmann*

Managing Variability in Software Architectures 1 Felix Bachmann* Managing Variability in Software Architectures Felix Bachmann* Carnegie Bosch Institute Carnegie Mellon University Pittsburgh, Pa 523, USA fb@sei.cmu.edu Len Bass Software Engineering Institute Carnegie

More information

Distributed Database for Environmental Data Integration

Distributed Database for Environmental Data Integration Distributed Database for Environmental Data Integration A. Amato', V. Di Lecce2, and V. Piuri 3 II Engineering Faculty of Politecnico di Bari - Italy 2 DIASS, Politecnico di Bari, Italy 3Dept Information

More information

Total Credits for Diploma of Interior Design and Decoration 63

Total Credits for Diploma of Interior Design and Decoration 63 Diploma of Interior Design and Decoration programme Code: MSF50213 Program Description The BHCK Diploma of Interior design and Decoration provides the skills and knowledge required to perform design and

More information

Appendix B Data Quality Dimensions

Appendix B Data Quality Dimensions Appendix B Data Quality Dimensions Purpose Dimensions of data quality are fundamental to understanding how to improve data. This appendix summarizes, in chronological order of publication, three foundational

More information

A Framework of Context-Sensitive Visualization for User-Centered Interactive Systems

A Framework of Context-Sensitive Visualization for User-Centered Interactive Systems Proceedings of 10 th International Conference on User Modeling, pp423-427 Edinburgh, UK, July 24-29, 2005. Springer-Verlag Berlin Heidelberg 2005 A Framework of Context-Sensitive Visualization for User-Centered

More information

Designing an Adaptive Virtual Guide for Web Applications

Designing an Adaptive Virtual Guide for Web Applications 6th ERCIM Workshop "User Interfaces for All" Long Paper Designing an Adaptive Virtual Guide for Web Applications Luisa Marucci, Fabio Paternò CNUCE-C.N.R. Via V.Alfieri 1, 56010 Ghezzano - Pisa, Italy

More information

A Simulation Analysis of Formations for Flying Multirobot Systems

A Simulation Analysis of Formations for Flying Multirobot Systems A Simulation Analysis of Formations for Flying Multirobot Systems Francesco AMIGONI, Mauro Stefano GIANI, Sergio NAPOLITANO Dipartimento di Elettronica e Informazione, Politecnico di Milano Piazza Leonardo

More information

ISSUES IN RULE BASED KNOWLEDGE DISCOVERING PROCESS

ISSUES IN RULE BASED KNOWLEDGE DISCOVERING PROCESS Advances and Applications in Statistical Sciences Proceedings of The IV Meeting on Dynamics of Social and Economic Systems Volume 2, Issue 2, 2010, Pages 303-314 2010 Mili Publications ISSUES IN RULE BASED

More information

Meeting Scheduling with Multi Agent Systems: Design and Implementation

Meeting Scheduling with Multi Agent Systems: Design and Implementation Proceedings of the 6th WSEAS Int. Conf. on Software Engineering, Parallel and Distributed Systems, Corfu Island, Greece, February 16-19, 2007 92 Meeting Scheduling with Multi Agent Systems: Design and

More information

Reflection Report International Semester

Reflection Report International Semester Reflection Report International Semester Studying abroad at KTH Royal Institute of Technology Stockholm 18-01-2011 Chapter 1: Personal Information Name and surname: Arts, Rick G. B. E-mail address: Department:

More information

Towards Rule-based System for the Assembly of 3D Bricks

Towards Rule-based System for the Assembly of 3D Bricks Universal Journal of Communications and Network 3(4): 77-81, 2015 DOI: 10.13189/ujcn.2015.030401 http://www.hrpub.org Towards Rule-based System for the Assembly of 3D Bricks Sanguk Noh School of Computer

More information

IAI : Expert Systems

IAI : Expert Systems IAI : Expert Systems John A. Bullinaria, 2005 1. What is an Expert System? 2. The Architecture of Expert Systems 3. Knowledge Acquisition 4. Representing the Knowledge 5. The Inference Engine 6. The Rete-Algorithm

More information

One for All and All in One

One for All and All in One One for All and All in One A learner modelling server in a multi-agent platform Isabel Machado 1, Alexandre Martins 2 and Ana Paiva 2 1 INESC, Rua Alves Redol 9, 1000 Lisboa, Portugal 2 IST and INESC,

More information

Information Broker Agents in Intelligent Websites

Information Broker Agents in Intelligent Websites Information Broker Agents in Intelligent Websites Catholijn M. Jonker, Jan Treur Vrije Universiteit Amsterdam, Department of Artificial Intelligence De Boelelaan 1081a, 1081 HV Amsterdam, The Netherlands

More information

The Virtual Museum of Computer Science in Italy

The Virtual Museum of Computer Science in Italy ichirn 01 C - U ~ C U R A ~ E R I T A G E TECHNOLOGIES i n t h e T m M I L L E N N I U M From dust to stardust: a Collaborative 3D Virtual Museum of Computer Science Thimoty Barbieri"', Francn ~arzotto"',

More information

On evaluating performance of exploration strategies for an autonomous mobile robot

On evaluating performance of exploration strategies for an autonomous mobile robot On evaluating performance of exploration strategies for an autonomous mobile robot Nicola Basilico and Francesco Amigoni Abstract The performance of an autonomous mobile robot in mapping an unknown environment

More information

Solar energy e-learning laboratory - Remote experimentation over the Internet

Solar energy e-learning laboratory - Remote experimentation over the Internet Solar energy e-learning laboratory - Remote experimentation over the Internet Ioannis Michaelides, Polyvios Eleftheriou, Kypros Economides Department of Mechanical Engineering Higher Technical Institute,

More information

Multi-agent System for Web Advertising

Multi-agent System for Web Advertising Multi-agent System for Web Advertising Przemysław Kazienko 1 1 Wrocław University of Technology, Institute of Applied Informatics, Wybrzee S. Wyspiaskiego 27, 50-370 Wrocław, Poland kazienko@pwr.wroc.pl

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Module 9. User Interface Design. Version 2 CSE IIT, Kharagpur

Module 9. User Interface Design. Version 2 CSE IIT, Kharagpur Module 9 User Interface Design Lesson 21 Types of User Interfaces Specific Instructional Objectives Classify user interfaces into three main types. What are the different ways in which menu items can be

More information

Agent-Based Software and Practical Case of Agent-Based Software Development

Agent-Based Software and Practical Case of Agent-Based Software Development Agent-Based Software and Practical Case of Agent-Based Software Development Course 2008/2009 SUBJECTS: AGENT-BASED SOFTWARE and PRACTICAL CASE OF AGENT-BASED SOFTWARE DEVELOPMENT EUROPEAN MASTER on SOFTWARE

More information

General syllabus for third-cycle courses and study programmes in

General syllabus for third-cycle courses and study programmes in ÖREBRO UNIVERSITY This is a translation of a Swedish document. In the event of a discrepancy, the Swedishlanguage version shall prevail. General syllabus for third-cycle courses and study programmes in

More information

IMPROVING RESOURCE LEVELING IN AGILE SOFTWARE DEVELOPMENT PROJECTS THROUGH AGENT-BASED APPROACH

IMPROVING RESOURCE LEVELING IN AGILE SOFTWARE DEVELOPMENT PROJECTS THROUGH AGENT-BASED APPROACH IMPROVING RESOURCE LEVELING IN AGILE SOFTWARE DEVELOPMENT PROJECTS THROUGH AGENT-BASED APPROACH Constanta Nicoleta BODEA PhD, University Professor, Economic Informatics Department University of Economics,

More information

Artificial Intelligence and Robotics @ Politecnico di Milano. Presented by Matteo Matteucci

Artificial Intelligence and Robotics @ Politecnico di Milano. Presented by Matteo Matteucci 1 Artificial Intelligence and Robotics @ Politecnico di Milano Presented by Matteo Matteucci What is Artificial Intelligence «The field of theory & development of computer systems able to perform tasks

More information

Extend Table Lens for High-Dimensional Data Visualization and Classification Mining

Extend Table Lens for High-Dimensional Data Visualization and Classification Mining Extend Table Lens for High-Dimensional Data Visualization and Classification Mining CPSC 533c, Information Visualization Course Project, Term 2 2003 Fengdong Du fdu@cs.ubc.ca University of British Columbia

More information

Efficient Agent Based Testing Framework for Web Applications

Efficient Agent Based Testing Framework for Web Applications International Journal of Scientific & Engineering Research, Volume 3, Issue 2, February-2012 1 Efficient Agent Based Testing Framework for Web Applications Ms.Neha Saluja Prof.Amit Kanskar Abstract- Now

More information

Degree in Art and Design

Degree in Art and Design Subjects Summary Degree in Art and Design Fourth Year Semester ECTS Subject 1 12 Workshop on Applied Arts This practical subject focuses on mastering techniques, materials and the professions of artistic

More information

Application of Information Visualization to the Analysis of Software Release History

Application of Information Visualization to the Analysis of Software Release History Joint EUROGRAPHICS - IEEE TCCG Symposium on Visualization (VisSym 99), May 26-28, Vienna, Austria, 1999 Application of Information Visualization to the Analysis of Software Release History Harald Gall

More information

Self-Management and the Many Facets of Non-Self

Self-Management and the Many Facets of Non-Self Self-Management and the Many Facets of Non-Self Franco Zambonelli Dipartimento di Scienze e Metodi dell Ingegneria Università di Modena e Reggio Emilia franco.zambonelli@unimore.it The difficulties in

More information

Program Visualization for Programming Education Case of Jeliot 3

Program Visualization for Programming Education Case of Jeliot 3 Program Visualization for Programming Education Case of Jeliot 3 Roman Bednarik, Andrés Moreno, Niko Myller Department of Computer Science University of Joensuu firstname.lastname@cs.joensuu.fi Abstract:

More information

A Review of Intelligent Agents

A Review of Intelligent Agents A Review of Intelligent Agents K.Suganya 1 1 Associate Professor, Department of Software Engineering & IT(PG), A.V.C College of Engineering, Mayiladuthurai Email- ksuganya2002@yahoo.com ABSTRACT An intelligent

More information

Johannes Sametinger. C. Doppler Laboratory for Software Engineering Johannes Kepler University of Linz A-4040 Linz, Austria

Johannes Sametinger. C. Doppler Laboratory for Software Engineering Johannes Kepler University of Linz A-4040 Linz, Austria OBJECT-ORIENTED DOCUMENTATION C. Doppler Laboratory for Software Engineering Johannes Kepler University of Linz A-4040 Linz, Austria Abstract Object-oriented programming improves the reusability of software

More information

A Conceptual Approach to Data Visualization for User Interface Design of Smart Grid Operation Tools

A Conceptual Approach to Data Visualization for User Interface Design of Smart Grid Operation Tools A Conceptual Approach to Data Visualization for User Interface Design of Smart Grid Operation Tools Dong-Joo Kang and Sunju Park Yonsei University unlimit0909@hotmail.com, boxenju@yonsei.ac.kr Abstract

More information

LASER SCANNER APPLICATION ON COMPLEX SHAPES OF ARCHITECTURE. PROFILES EXTRACTION PROCESSING AND 3D MODELLING.

LASER SCANNER APPLICATION ON COMPLEX SHAPES OF ARCHITECTURE. PROFILES EXTRACTION PROCESSING AND 3D MODELLING. LASER SCANNER APPLICATION ON COMPLEX SHAPES OF ARCHITECTURE. PROFILES EXTRACTION PROCESSING AND 3D MODELLING. Carlo MONTI Full Professor E-mail: carlo.monti@polimi.it Luigi FREGONESE Research Assegnist

More information

Cooperative Intelligent Agents

Cooperative Intelligent Agents Cooperative Intelligent Agents Applied Computational Intelligence, sem. 3 I. Aims of the activity 1. To introduce a new domain of Artificial Intelligence, Distributed Artificial Intelligence. 2. To present

More information

Standard 1: Learn and develop skills and meet technical demands unique to dance, music, theatre/drama and visual arts.

Standard 1: Learn and develop skills and meet technical demands unique to dance, music, theatre/drama and visual arts. ART CONTENT STANDARDS FOR VISUAL ARTS Grades K-5 Note: Each standard requires the application of the elements of art and principles of design. Strand: Visual Arts Standard 1: Learn and develop skills and

More information

Data Quality Mining: Employing Classifiers for Assuring consistent Datasets

Data Quality Mining: Employing Classifiers for Assuring consistent Datasets Data Quality Mining: Employing Classifiers for Assuring consistent Datasets Fabian Grüning Carl von Ossietzky Universität Oldenburg, Germany, fabian.gruening@informatik.uni-oldenburg.de Abstract: Independent

More information

Engineering of a Clinical Decision Support Framework for the Point of Care Use

Engineering of a Clinical Decision Support Framework for the Point of Care Use Engineering of a Clinical Decision Support Framework for the Point of Care Use Szymon Wilk, PhD 1, Wojtek Michalowski, PhD 1, Dympna O Sullivan, PhD 1, Ken Farion, MD 2, Stan Matwin, PhD 1 1 University

More information

12 A framework for knowledge management

12 A framework for knowledge management 365 12 A framework for knowledge management As those who work in organizations know, organizations are not homogenous entities where grand theoretical systems are easily put in place. Change is difficult.

More information

Ontological Representations of Software Patterns

Ontological Representations of Software Patterns Ontological Representations of Software Patterns Jean-Marc Rosengard and Marian F. Ursu University of London http://w2.syronex.com/jmr/ Abstract. This paper 1 is based on and advocates the trend in software

More information

A Multi-agent System for Knowledge Management based on the Implicit Culture Framework

A Multi-agent System for Knowledge Management based on the Implicit Culture Framework A Multi-agent System for Knowledge Management based on the Implicit Culture Framework Enrico Blanzieri Paolo Giorgini Fausto Giunchiglia Claudio Zanoni Department of Information and Communication Technology

More information

Enterprise Integration: operational models of business processes and workflow systems *

Enterprise Integration: operational models of business processes and workflow systems * Enterprise Integration: operational models of business processes and workflow systems. 1 Enterprise Integration: operational models of business processes and workflow systems * G.Bruno 1, C.Reyneri 2 and

More information

Use Your Master s Thesis Supervisor

Use Your Master s Thesis Supervisor Use Your Master s Thesis Supervisor This booklet was prepared in dialogue with the heads of studies at the faculty, and it was approved by the dean of the faculty. Thus, this leaflet expresses the faculty

More information

DIFFICULTIES AND SOME PROBLEMS IN TRANSLATING LEGAL DOCUMENTS

DIFFICULTIES AND SOME PROBLEMS IN TRANSLATING LEGAL DOCUMENTS DIFFICULTIES AND SOME PROBLEMS IN TRANSLATING LEGAL DOCUMENTS Ivanka Sakareva Translation of legal documents bears its own inherent difficulties. First we should note that this type of translation is burdened

More information

Integrating User Data and Collaborative Filtering in a Web Recommendation System

Integrating User Data and Collaborative Filtering in a Web Recommendation System Integrating User Data and Collaborative Filtering in a Web Recommendation System Paolo Buono, Maria Francesca Costabile, Stefano Guida, Antonio Piccinno, Giuseppe Tesoro Dipartimento di Informatica, Università

More information

Using Software Agents to Simulate How Investors Greed and Fear Emotions Explain the Behavior of a Financial Market

Using Software Agents to Simulate How Investors Greed and Fear Emotions Explain the Behavior of a Financial Market Using Software Agents to Simulate How Investors Greed and Fear Emotions Explain the Behavior of a Financial Market FILIPPO NERI University of Naples Department of Computer Science 80100 Napoli ITALY filipponeri@yahoo.com

More information

Organizational Learning and Knowledge Spillover in Innovation Networks: Agent-Based Approach (Extending SKIN Framework)

Organizational Learning and Knowledge Spillover in Innovation Networks: Agent-Based Approach (Extending SKIN Framework) Int. J. Manag. Bus. Res., 4 (3), 203-212, Summer 2014 IAU Organizational Learning and Knowledge Spillover in Innovation Networks: Agent-Based Approach (Extending SKIN Framework) * 1 M. Mahmoudzadeh, 2

More information

Corporate Governance in D/S NORDEN

Corporate Governance in D/S NORDEN Corporate Governance in D/S NORDEN Contents: 1. The role of the shareholders and their interaction with the management of the company... 2 2. The role of the stakeholders and their importance to the company...

More information

Development of a personal agenda and a distributed meeting scheduler based on JADE agents

Development of a personal agenda and a distributed meeting scheduler based on JADE agents Development of a personal agenda and a distributed meeting scheduler based on JADE agents Miguel Ángel Sánchez Álvaro Rayón Alonso Grupo de Sistemas Inteligentes Departamento de Ingeniería Telemática Universidad

More information

Multi-Lingual Display of Business Documents

Multi-Lingual Display of Business Documents The Data Center Multi-Lingual Display of Business Documents David L. Brock, Edmund W. Schuster, and Chutima Thumrattranapruk The Data Center, Massachusetts Institute of Technology, Building 35, Room 212,

More information

USING BACKTRACKING TO SOLVE THE SCRAMBLE SQUARES PUZZLE

USING BACKTRACKING TO SOLVE THE SCRAMBLE SQUARES PUZZLE USING BACKTRACKING TO SOLVE THE SCRAMBLE SQUARES PUZZLE Keith Brandt, Kevin R. Burger, Jason Downing, Stuart Kilzer Mathematics, Computer Science, and Physics Rockhurst University, 1100 Rockhurst Road,

More information

Introducing diversity among the models of multi-label classification ensemble

Introducing diversity among the models of multi-label classification ensemble Introducing diversity among the models of multi-label classification ensemble Lena Chekina, Lior Rokach and Bracha Shapira Ben-Gurion University of the Negev Dept. of Information Systems Engineering and

More information

CHAPTER 1. Introduction to CAD/CAM/CAE Systems

CHAPTER 1. Introduction to CAD/CAM/CAE Systems CHAPTER 1 1.1 OVERVIEW Introduction to CAD/CAM/CAE Systems Today s industries cannot survive worldwide competition unless they introduce new products with better quality (quality, Q), at lower cost (cost,

More information

Virtualization of Virtual Measurement Machines as component of Distributed Artificial Intelligence System

Virtualization of Virtual Measurement Machines as component of Distributed Artificial Intelligence System Virtualization of Virtual Measurement Machines as component of Distributed Artificial Intelligence System ANDREY ANGELOV ELENKOV Faculty of Automatics Technical University of Sofia 8, Kliment Ohridski

More information

CSE841 Artificial Intelligence

CSE841 Artificial Intelligence CSE841 Artificial Intelligence Dept. of Computer Science and Eng., Michigan State University Fall, 2014 Course web: http://www.cse.msu.edu/~cse841/ Description: Graduate survey course in Artificial Intelligence.

More information

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities A framework for Itinerary Personalization in Cultural Tourism of Smart Cities Gianpaolo D Amico, Simone Ercoli, and Alberto Del Bimbo University of Florence, Media Integration and Communication Center

More information

Design and Rules Development of Online Children Skin Diseases Diagnosis System

Design and Rules Development of Online Children Skin Diseases Diagnosis System 2012 International Conference on Information and Knowledge Management (ICIKM 2012) IPCSIT vol.45 (2012) (2012) IACSIT Press, Singapore Design and Rules Development of Online Children Skin Diseases Diagnosis

More information

DEVELOPMENT OF A VULNERABILITY ASSESSMENT CODE FOR A PHYSICAL PROTECTION SYSTEM: SYSTEMATIC ANALYSIS OF PHYSICAL PROTECTION EFFECTIVENESS (SAPE)

DEVELOPMENT OF A VULNERABILITY ASSESSMENT CODE FOR A PHYSICAL PROTECTION SYSTEM: SYSTEMATIC ANALYSIS OF PHYSICAL PROTECTION EFFECTIVENESS (SAPE) DEVELOPMENT OF A VULNERABILITY ASSESSMENT CODE FOR A PHYSICAL PROTECTION SYSTEM: SYSTEMATIC ANALYSIS OF PHYSICAL PROTECTION EFFECTIVENESS (SAPE) SUNG SOON JANG *, SUNG-WOO KWAK, HOSIK YOO, JUNG-SOO KIM

More information

Basics of Dimensional Modeling

Basics of Dimensional Modeling Basics of Dimensional Modeling Data warehouse and OLAP tools are based on a dimensional data model. A dimensional model is based on dimensions, facts, cubes, and schemas such as star and snowflake. Dimensional

More information

Journal of Global Research in Computer Science RESEARCH SUPPORT SYSTEMS AS AN EFFECTIVE WEB BASED INFORMATION SYSTEM

Journal of Global Research in Computer Science RESEARCH SUPPORT SYSTEMS AS AN EFFECTIVE WEB BASED INFORMATION SYSTEM Volume 2, No. 5, May 2011 Journal of Global Research in Computer Science REVIEW ARTICLE Available Online at www.jgrcs.info RESEARCH SUPPORT SYSTEMS AS AN EFFECTIVE WEB BASED INFORMATION SYSTEM Sheilini

More information

An eclipse-based Feature Models toolchain

An eclipse-based Feature Models toolchain An eclipse-based Feature Models toolchain Luca Gherardi, Davide Brugali Dept. of Information Technology and Mathematics Methods, University of Bergamo luca.gherardi@unibg.it, brugali@unibg.it Abstract.

More information

Unit Information Form (UIF)

Unit Information Form (UIF) Unit Information Form (UIF) UIF1112 The UIF provides essential information to students, staff teams and others on a particular unit. Please refer to the University s Guidance notes on Unit Information

More information

Social Informatics Today and Tomorrow: Status, Problems and Prospects of Development of Complex Lines in the Field of Science and Education

Social Informatics Today and Tomorrow: Status, Problems and Prospects of Development of Complex Lines in the Field of Science and Education triplec 9(2): 460-465, 2011 ISSN 1726-670X http://www.triple-c.at Social Informatics Today and Tomorrow: Status, Problems and Prospects of Development of Complex Lines in the Field of Science and Education

More information

A Multi-Agent Approach to a Distributed Schedule Management System

A Multi-Agent Approach to a Distributed Schedule Management System UDC 001.81: 681.3 A Multi-Agent Approach to a Distributed Schedule Management System VYuji Wada VMasatoshi Shiouchi VYuji Takada (Manuscript received June 11,1997) More and more people are engaging in

More information

Remote Usability Evaluation of Mobile Web Applications

Remote Usability Evaluation of Mobile Web Applications Remote Usability Evaluation of Mobile Web Applications Paolo Burzacca and Fabio Paternò CNR-ISTI, HIIS Laboratory, via G. Moruzzi 1, 56124 Pisa, Italy {paolo.burzacca,fabio.paterno}@isti.cnr.it Abstract.

More information

ONTODESIGN; A DOMAIN ONTOLOGY FOR BUILDING AND EXPLOITING PROJECT MEMORIES IN PRODUCT DESIGN PROJECTS

ONTODESIGN; A DOMAIN ONTOLOGY FOR BUILDING AND EXPLOITING PROJECT MEMORIES IN PRODUCT DESIGN PROJECTS ONTODESIGN; A DOMAIN ONTOLOGY FOR BUILDING AND EXPLOITING PROJECT MEMORIES IN PRODUCT DESIGN PROJECTS DAVY MONTICOLO Zurfluh-Feller Company 25150 Belfort France VINCENT HILAIRE SeT Laboratory, University

More information

Research Investments in Large Indian Software Companies

Research Investments in Large Indian Software Companies Research Investments in Large Indian Software Companies Pankaj Jalote Professor, Department of Computer Science and Engineering Indian Institute of Technology Kanpur, India 208016 jalote@iitk.ac.in, www.cse.iitk.ac.in/users/jalote

More information

How To Evaluate Web Applications

How To Evaluate Web Applications A Framework for Exploiting Conceptual Modeling in the Evaluation of Web Application Quality Pier Luca Lanzi, Maristella Matera, Andrea Maurino Dipartimento di Elettronica e Informazione, Politecnico di

More information

Automatic Timeline Construction For Computer Forensics Purposes

Automatic Timeline Construction For Computer Forensics Purposes Automatic Timeline Construction For Computer Forensics Purposes Yoan Chabot, Aurélie Bertaux, Christophe Nicolle and Tahar Kechadi CheckSem Team, Laboratoire Le2i, UMR CNRS 6306 Faculté des sciences Mirande,

More information

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY Yu. A. Zagorulko, O. I. Borovikova, S. V. Bulgakov, E. A. Sidorova 1 A.P.Ershov s Institute

More information

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools AP Statistics AP Statistics BOE Approved 04/08/2014 1 AP STATISTICS Critical Areas of Focus AP Statistics is a rigorous course that offers advanced students an opportunity

More information

Proposal for a Virtual 3D World Map

Proposal for a Virtual 3D World Map Proposal for a Virtual 3D World Map Kostas Terzidis University of California at Los Angeles School of Arts and Architecture Los Angeles CA 90095-1467 ABSTRACT The development of a VRML scheme of a 3D world

More information

Lesson 4: Surface Area

Lesson 4: Surface Area Lesson 4: Surface Area Selected Content Standards Benchmarks Addressed: M-1-M Applying the concepts of length, area, surface area, volume, capacity, weight, mass, money, time, temperature, and rate to

More information

A Slot Representation of the Resource-Centric Models for Scheduling Problems

A Slot Representation of the Resource-Centric Models for Scheduling Problems A Slot Representation of the Resource-Centric Models for Scheduling Problems Roman Barták * Charles University, Faculty of Mathematics and Physics Department of Theoretical Computer Science Malostranské

More information

A Conceptual and Computational Model for Knowledge-based Agents in ANDROID

A Conceptual and Computational Model for Knowledge-based Agents in ANDROID A Conceptual and Computational Model for Knowledge-based Agents in ANDROID Fabio Sartori, Lorenza Manenti and Luca Grazioli Department of Informatics, Systems and Communication, University of Milano-Bicocca,

More information

A MOBILE SERVICE ORIENTED MULTIPLE OBJECT TRACKING AUGMENTED REALITY ARCHITECTURE FOR EDUCATION AND LEARNING EXPERIENCES

A MOBILE SERVICE ORIENTED MULTIPLE OBJECT TRACKING AUGMENTED REALITY ARCHITECTURE FOR EDUCATION AND LEARNING EXPERIENCES A MOBILE SERVICE ORIENTED MULTIPLE OBJECT TRACKING AUGMENTED REALITY ARCHITECTURE FOR EDUCATION AND LEARNING EXPERIENCES Sasithorn Rattanarungrot, Martin White and Paul Newbury University of Sussex ABSTRACT

More information

Improving the Performance of a Computer-Controlled Player in a Maze Chase Game using Evolutionary Programming on a Finite-State Machine

Improving the Performance of a Computer-Controlled Player in a Maze Chase Game using Evolutionary Programming on a Finite-State Machine Improving the Performance of a Computer-Controlled Player in a Maze Chase Game using Evolutionary Programming on a Finite-State Machine Maximiliano Miranda and Federico Peinado Departamento de Ingeniería

More information

Component visualization methods for large legacy software in C/C++

Component visualization methods for large legacy software in C/C++ Annales Mathematicae et Informaticae 44 (2015) pp. 23 33 http://ami.ektf.hu Component visualization methods for large legacy software in C/C++ Máté Cserép a, Dániel Krupp b a Eötvös Loránd University mcserep@caesar.elte.hu

More information

Writing learning objectives

Writing learning objectives Writing learning objectives This material was excerpted and adapted from the following web site: http://www.utexas.edu/academic/diia/assessment/iar/students/plan/objectives/ What is a learning objective?

More information

Interactive Information Visualization of Trend Information

Interactive Information Visualization of Trend Information Interactive Information Visualization of Trend Information Yasufumi Takama Takashi Yamada Tokyo Metropolitan University 6-6 Asahigaoka, Hino, Tokyo 191-0065, Japan ytakama@sd.tmu.ac.jp Abstract This paper

More information

EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION

EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION EXPLOITING FOLKSONOMIES AND ONTOLOGIES IN AN E-BUSINESS APPLICATION Anna Goy and Diego Magro Dipartimento di Informatica, Università di Torino C. Svizzera, 185, I-10149 Italy ABSTRACT This paper proposes

More information

An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials

An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials ehealth Beyond the Horizon Get IT There S.K. Andersen et al. (Eds.) IOS Press, 2008 2008 Organizing Committee of MIE 2008. All rights reserved. 3 An Ontology Based Method to Solve Query Identifier Heterogeneity

More information

Rotorcraft Health Management System (RHMS)

Rotorcraft Health Management System (RHMS) AIAC-11 Eleventh Australian International Aerospace Congress Rotorcraft Health Management System (RHMS) Robab Safa-Bakhsh 1, Dmitry Cherkassky 2 1 The Boeing Company, Phantom Works Philadelphia Center

More information

TOWARDS A COMPETENCE BASED CURRICULUM FOR STM TEACHERS: A COGNITIVE MODE

TOWARDS A COMPETENCE BASED CURRICULUM FOR STM TEACHERS: A COGNITIVE MODE TOWARDS A COMPETENCE BASED CURRICULUM FOR STM TEACHERS: A COGNITIVE MODE Mihaela Singer, Ligia Sarivan Institute for Educational Sciences, Bucharest, Romania We review recent attempts to harmonize academic

More information

KNOWLEDGE-BASED IN MEDICAL DECISION SUPPORT SYSTEM BASED ON SUBJECTIVE INTELLIGENCE

KNOWLEDGE-BASED IN MEDICAL DECISION SUPPORT SYSTEM BASED ON SUBJECTIVE INTELLIGENCE JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 22/2013, ISSN 1642-6037 medical diagnosis, ontology, subjective intelligence, reasoning, fuzzy rules Hamido FUJITA 1 KNOWLEDGE-BASED IN MEDICAL DECISION

More information

COMPARISON OF DESIGN APPROACHES BETWEEN ENGINEERS AND INDUSTRIAL DESIGNERS

COMPARISON OF DESIGN APPROACHES BETWEEN ENGINEERS AND INDUSTRIAL DESIGNERS INTERNATIONAL CONFERENCE ON ENGINEERING AND PRODUCT DESIGN EDUCATION 5 & 6 SEPTEMBER 2013, DUBLIN INSTITUTE OF TECHNOLOGY, DUBLIN, IRELAND COMPARISON OF DESIGN APPROACHES BETWEEN ENGINEERS AND INDUSTRIAL

More information

KEY CONCEPTS AND IDEAS

KEY CONCEPTS AND IDEAS LEAD SELF The domain of the LEADS in a Caring Environment leadership capability framework, consists of four capabilities: a leader (1) Is Self-Aware, (2) Manages Self, (3) Develops Self, and (4) Demonstrates

More information

Big Ideas in Mathematics

Big Ideas in Mathematics Big Ideas in Mathematics which are important to all mathematics learning. (Adapted from the NCTM Curriculum Focal Points, 2006) The Mathematics Big Ideas are organized using the PA Mathematics Standards

More information

1&1 SEO Tool Expert Call

1&1 SEO Tool Expert Call 1&1 SEO Tool Expert Call Introduction Search Engine Optimization (SEO) is one of the most effective marketing tactics to generate leads and sales for your business website. Here are some few important

More information

CATIA V5 Surface Design

CATIA V5 Surface Design CATIA V5 Training Foils CATIA V5 Surface Design Version 5 Release 19 August 2008 EDU_CAT_EN_V5S_FI_V5R19 1 Lesson 1: Introduction to Generative Shape Design About this Course Introduction CATIA is a robust

More information

Going Interactive: Combining Ad-Hoc and Regression Testing

Going Interactive: Combining Ad-Hoc and Regression Testing Going Interactive: Combining Ad-Hoc and Regression Testing Michael Kölling 1, Andrew Patterson 2 1 Mærsk Mc-Kinney Møller Institute, University of Southern Denmark, Denmark mik@mip.sdu.dk 2 Deakin University,

More information

Healthcare Measurement Analysis Using Data mining Techniques

Healthcare Measurement Analysis Using Data mining Techniques www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 03 Issue 07 July, 2014 Page No. 7058-7064 Healthcare Measurement Analysis Using Data mining Techniques 1 Dr.A.Shaik

More information

Expert System and Knowledge Management for Software Developer in Software Companies

Expert System and Knowledge Management for Software Developer in Software Companies Expert System and Knowledge Management for Software Developer in Software Companies 1 M.S.Josephine, 2 V.Jeyabalaraja 1 Dept. of MCA, Dr.MGR University, Chennai. 2 Dept.of MCA, Velammal Engg.College,Chennai.

More information

Three types of messages: A, B, C. Assume A is the oldest type, and C is the most recent type.

Three types of messages: A, B, C. Assume A is the oldest type, and C is the most recent type. Chronological Sampling for Email Filtering Ching-Lung Fu 2, Daniel Silver 1, and James Blustein 2 1 Acadia University, Wolfville, Nova Scotia, Canada 2 Dalhousie University, Halifax, Nova Scotia, Canada

More information

Overview... 2. Basic Design Studio A (MCD1330)... 3. Visual Arts Studio A (MCD1340)... 3. Drawing A (MCD1270)... 4

Overview... 2. Basic Design Studio A (MCD1330)... 3. Visual Arts Studio A (MCD1340)... 3. Drawing A (MCD1270)... 4 Unit guide Diploma of Art & Design Contents Overview... 2 Basic Design Studio A (MCD1330)... 3 Visual Arts Studio A (MCD1340)... 3 Drawing A (MCD1270)... 4 Art and Design Theory A (MCD1280)... 4 Basic

More information

Description of the program

Description of the program Study program Faculty Cycle Software Engineering Contemporary Sciences and Technologies Postgraduate ECTS 120 Offered in Tetovo Description of the program The Masters programme in Software Engineering

More information

Integrating Multi-Modal Messages across Heterogeneous Networks.

Integrating Multi-Modal Messages across Heterogeneous Networks. Integrating Multi-Modal Messages across Heterogeneous Networks. Ramiro Liscano, Roger Impey, Qinxin Yu * and Suhayya Abu-Hakima Institute for Information Technology, National Research Council Canada, Montreal

More information