ICT Tools for the Discovery of Semantic Relations in Legal Documents

Size: px
Start display at page:

Download "ICT Tools for the Discovery of Semantic Relations in Legal Documents"

Transcription

1 ICT Tools for the Discovery of Semantic Relations in Legal Documents Marco Bianchi 1, Mauro Draoli 1, Giorgio Gambosi 2,3, Maria Teresa Pazienza 4, Noemi Scarpato 4 and Armando Stellato 4 1 Italian National Center for ICT in the Public Administrations (CNIPA) {marco.bianchi, draoli}@cnipa.it 2 Dept. of Mathematics, Univ. of Rome Tor Vergata gambosi@mat.uniroma2.it 3 NESTOR - Laboratory, Univ. of Rome Tor Vergata 4 Dept. of Computer Science, Systems and Production, Univ. of Rome Tor Vergata {pazienza, scarpato, stellato}@info.uniroma2.it Abstract. This paper reports the experience of the development and the evaluation of a set of pre-competitive tools to support legal professionals in exploring a complex corpus of norms and documents in the legal domain. The research addresses two complementary goals: using ICT to support the simplification of the corpus of norms and using ICT to facilitate search and retrieval of information in large archives in the legal domain. The contribution of this work is in the development of tools beyond state of the art for the e-discovery of relationships between sections of norms or other legal documents. To reach the best results in terms of effectiveness, the tools combine statistical and the semantic approaches. The effectiveness of the statistical tool has been measured in terms of precision, through an assessment procedure that involved some experts of the legal domain. Keywords: E-Government, Information Retrieval, Semantic Annotation, Collaborative Tagging. 1 Introduction The field of law involves a large number of professionals and represents a multibillion business. The workers of the legal domain have to afford a challenging amount of text, information and knowledge represented in thousands of documents. Especially in continental Civil Law countries, like Italy, the system of the laws is particularly complex. The Italian system of laws, by example, is composed by more than one hundred thousand of different norms. Thousands of civil servants, judges, public prosecutors and lawyers, highly specialised, need to manage this huge corpus of laws, archives of court verdicts and rulings or just written opinions. A recent user survey conducted in the framework of the European funded Judicial Management by Digital Libraries Semantics (JUMAS) project [1] offers Post-proceedings of the 2nd International Conference on ICT Solutions for Justice (ICT4Justice 2009) 33

2 a quite clear view of the need for effective retrieval of textual and multimedia documentation in the criminal courts. More than 40% of the users evaluated the effectiveness of current tools for retrieving documentation or searching of relevant information as poor or critical. Information technology is expected to be crucial in simplifying the task of the workers of the legal domain. The research is pursuing two complementary goals: using ICT to support the simplification of the corpus of norms and using ICT to facilitate search and retrieval of information in large heterogeneous archives in the legal domain. In this paper we present the experience of the development and the evaluation of a set of pre-competitive tools to support legal professionals for e-discovery in a complex corpus of norms. Main functionalities regard the automatic detection of correlations between paragraphs of different norms and the discovery of semantic paths that cross related norms. The research has been coordinated by the ICT Laboratory of the CNIPA in the context of a partnership framework involving administrations, universities and research centres. The need of a system to support legal experts in designing, modifying, integrating, simplifying laws has been faced putting together a team of computer engineers, researchers, administrative people coming from Public Administration and Governmental Research. From the ICT point of view, the main possible theoretical approaches to afford the problem are the following: the information retrieval (IR) approach, mainly based on the possibility of using statistics in order to compare strings and portions of texts; the semantic approach, mainly based on the possibility of defining a set of cross related concepts and to annotate the corpus of laws with such concepts. The first relevant contribution from ICT experts has been the choice of adopting the statistical approach, since it promised to have a first prototype, referred to as NavigaNorme, in a shorter time. This revealed to be very effective, since it quickly allowed to get the feedback of the users. Moreover, such agile technical approach facilitates the evolution of the tool according to opinion of the users. The second contribution from ICT experts has been to start-up an activity for the development of a tool, STIA, that allows users to add semantic annotations in the normative documents. These annotations explicit semantic relations between fragments of normative texts and can be used both to build a valuable knowledge base and to improve the effectiveness of the NavigaNorme. The participation of CNIPA to the JUMAS project is further enriching the research, bringing the contribution of the industry and other consolidated requirements from international legal communities. The working team comprehends ICT professionals, researchers, graduate students; a very important role has been played by the potential users of the system. The team worked together with the users in order to better understand the way they think, organise the information, develop their work, exploit traditional and already available ICT tools. The users themselves have been instructed in order to systematically evaluate the effectiveness of the tool, through an assessment procedure. To the best of our 34

3 knowledge this assessment activity also represents the first attempt in the Italian Public Administration context to evaluate the performance of an Information retrieval system in the legal domain. Furthermore, the outcome of the assessment procedure also set up the core of an evaluation benchmark to be adopted for comparing different retrieval software solutions. This paper is organised as follows: Section 2 describes the NavigaNorme platform, Section 3 introduces the STIA annotation tools, Section 4 reports on assessment results. Concluding remarks are reported in Section 5. 2 NavigaNorme: IR techniques in the Legal Domain NavigaNorme [2, 3] is a platform allowing specialists of the legal domain to identify correlations between paragraphs of normative texts 1. More precisely, starting from a paragraph selected by the user (input paragraph), NavigaNorme returns a list of related paragraphs sorted by score: the greater the score value the stronger should be the correlation between the input and the related paragraph. Potential users pointed out that the capability of choosing the level of granularity (paragraphs, section or the whole norm) is a relevant point of strength of the tool. Given an input paragraph, NavigaNorme assigns scores to related paragraphs on the basis of the following strategies: text similarity strategy - the score is evaluated on the basis of the text similarity between the input paragraph and the others paragraphs of the corpus; in-references strategy - the score is evaluated on the basis of the presence, in the input paragraph, of references to other paragraphs of the corpus; out-references strategy - the score is evaluated on the basis of the presence, in the related paragraphs, of references to the input paragraph. These strategies can be easily set by users on the basis of their information needs. In fact users can enable, disable, or tune a strategy just by setting the associated weight. Strategies can also be used in combination. 2.1 Architecture NavigaNorme is developed in Java and is released as a 3-tiers Web application. The presentation layer is implemented using dynamic web pages (JSP), whereas the persistence layer is mainly encapsulated by the Terrier API. Terrier [4] is an open-source search engine readily deployable on large-scale collections of documents. Furthermore, Terrier implements state-of-the-art indexing and retrieval functionalities and provides a platform for the rapid development of large-scale retrieval applications. 1 Note that a norm is hierarchically structured in sections, paragraph, and optionally in sub-paragraph. 35

4 From the Information retrieval point of view, all paragraphs are indexed as different document-unit. Furthermore, since NavigaNorme has to retrieve correlations between paragraphs, the full text of the input paragraph is submitted to the Terrier as input query on the system in order to retrieve a list of related paragraphs. The network of references is stored in a graph data structure managed by means of the Java Universal Network/Graph Framework (JUNG) library [5]. 3 STIA: Semantic Annotation in the Legal Domain STIA is a tool allowing domain experts (lawyers, administrative staff, researchers, etc.) to inspect - through an ordinary Web browser - laws, sections and paragraphs from two different electronic sources (Web sites, digital repositories, etc.), to compare their content and to annotate relations of pertinence between them. Due to its functional and architectural requirements (i.e. to offer web browsing capabilities, to provide data management and acquisition capabilities, to store data according to available Knowledge Representation standards) STIA has been designed as an extension of Semantic Turkey [6 8], a Semantic Web tool for Knowledge Management and Acquisition. Semantic Turkey (ST from now on) is an extension for the Web browser Mozilla Firefox [9] providing Ontology Development capabilities and facilitating the population of ontologies with new data by acquiring it from the Web. Through ST, users can literally select textual information from Web Pages, drag it & drop over ontology definitions to semi-automatically generate ontological data. ST offers a versatile extension mechanism combining OSGi standard [10] and Mozilla extension support thus allowing for the creation of completely new application residing on ST and on the hosting web browser. STIA extends ST offering an easy interface for annotating qualified relationships between text fragments of different normative documents. Successively, the resulting conceptual annotations feed a complex process to retrieve specific relationships between texts (groups of sentences inside a section) of two norms for new application task. Annotations become thus first class citizens in the domain ontology of this tool. STIA adopts a specific ontology for handling concepts from jurisprudence and those needed for the annotation (e.g. laws, constraint relationship between different part of law, and some relevant relationship between part of laws), and provides dedicated forms for managing them. Furthermore it is possible for users, by using the ontology editor features, to add resources representing new similarity relationships and to delete existing ones, and these changes will be dynamically accounted into STIA. 3.1 Architecture STIA is deployed as an XPInstall (cross-platform installer) package [11] which, once installed inside Firefox, is handled by Semantic Turkey extension discovery 36

5 system, which extracts OSGi bundles and installs them in the main application. From an architectural point of view STIA is composed by two main logical components: the user interface (UI) and dedicated services. The UI provides the presentation layer exploiting the Mozilla overlaying mechanism. STIA services provide functionalities to store annotated relationship, to retrieve relationship related on a law, to remove previously stored annotation and manage information about structure of law to populate interface. 3.2 User Interaction Fig. 3.2 shows the STIA UI: in the upper section of the interface the user can select two laws to browse and inspect. A list of sections is automatically filled with those from the selected law and the same is done for a paragraph list when a section is selected. Further, the user can select the kind of relationship by selecting one of the proposed relation types in the menubox labelled as Tipologia di Relazione (i.e. Relation type ). Fig. 1. STIA main interface Finally, there are two text boxes containing the text that qualifies the relation: they are automatically filled when the user selects a section of text and click the button labelled as Testo annotato (i.e. Annotated text ). 37

6 With respect to the bottom part of the UI, STIA shows into different panels the two laws selected by the user. STIA also allows to navigate backward or forward in the visited pages as in any traditional browser. As shown in Fig. 3.2, STIA makes it possible to highlight the semantic annotation that were previously taken in a document. This is a very useful feature that simplifies the work of annotators. 4 Assessment results 4.1 Assessing NavigaNorme effectiveness NavigaNorme has been tested to estimate how helpful for the lawyer is the set of relations computed by the system, that is how precise is the answer set computed by it. Such an evaluation is usually based on a test reference collection and on an evaluation measure. The benchmark consists of: 1. a collection of normative texts: a set of 120 norms dealing with the ICT sub-domain have been selected, for a total of 8368 paragraphs; 2. a statistically significant number of paragraphs to submit as input to NavigaNorme, in order to test its effectiveness. In fact, since such a system effectiveness is known to vary widely across paragraphs, the greater the number of paragraphs used in the experiment the more confident we can be in our conclusions [12]. Since the evaluation process is also a time consuming activity, we have selected 20 paragraphs to evaluate our system effectiveness. A a team of specialists of the Legal domain, consisting of three master degree students (junior assessors), each one having a degree in law, and the head of the Office for Legislative Studies of CNIPA (senior assessor), have been involved in the assessment procedure. For each test paragraph, assessors have evaluated the first 40 results of the answer set computed by NavigaNorme. Regarding the evaluation measure, we considered the precision (P) metric [13]. P is defined as the ratio between the number of correlations retrieved by the system that are judged valid by the majority of the assessors (relevant correlations), and the total number of correlations retrieved by NavigaNorme (retrieved correlations). P can be computed considering different levels of depth. More precisely, P@K denotes the precision computed considering the K most highly scored correlations retrieved. The subjective evaluation of the system reveals that, simply applying the text similarity strategy, NavigaNorme has a precision of more than 55% when computed on the first 40 relations detected for each topic, and of more than 90% when derived for the first 5 relations. This performance has been judged as very satisfying by all the experts involved in the research. Furthermore, it has been demonstrated that NavigaNorme can improve its performance by properly combining all developed strategies (the average P@5 improves of +20%, and the average P@10 of +17%). 38

7 4.2 Assessing STIA usability With respect to the STIA annotation tool, it is worth to note that graphical user interface has been incrementally designed and implemented on the basis of the feedback collected by the domain experts from CNIPA. The goal of this incremental development process was to improve the usability of the interface and to make the task of annotation easier and faster. At the end of the implementation phase, all the experts involved in the research considered the UI very satisfying since it well fits the way they think, organise the information and develop their works. 5 Conclusions In this paper we have reported the experiences conducted during the development and the evaluation of a set of pre-competitive tools to support legal professionals in exploring a complex corpus of norms and documents in the legal domain. The set of tools is composed by NavigaNorme, an innovative software system allowing the automatic discovery of correlations in large legislative frameworks and by STIA, an novel tool for the inspection, the comparison and the annotation of normative texts. NavigaNorme combines classical information retrieval techniques with some ad-hoc strategies able to improve the precision of the statistical retrieval exploiting implicit information extracted from the logical structure of legal and normative texts. The subjective evaluation of the system, conducted with four domain experts, reveals that NavigaNorme has a precision of more than 55% when computed on the first 40 relations detected for each topic, and of more than 90% when derived for the first 5 relations. This performance has been judged as very satisfying by all the experts involved in the research. It has also been verified that combining all developed strategies NavigaNorme significantly improves its performance. The NavigaNorme performances are particularly encouraging, especially in consideration of the fact that we are considering relations among specific paragraphs of the norms, and not between whole norms. This has been considered by the experts as a killer feature, since it allows to immediately find the specific sections of interest in a law. STIA simplifies and speeds up the usage of large legal document collections mainly enabling the annotations explicit semantic relations between fragments of normative texts and the setting-up, consequently, a valuable knowledge base. All the experts involved in the evaluation of the STIA usability considered its user interface very satisfying since it well fits the way they think, organise the information and develop their works. The implementation of both the systems have been reasonably quick (whilst the subjective evaluation required a significant human effort) and the participation of domain experts to the project greatly contributed to design the features of the tool with the purpose of meeting the real expectations of final users. Finally, let us remind that NavigaNorme is a sort of modular framework that allows the experimentation and the evaluation of new search strategies 39

8 with as less effort as possible. Currently, we are implementing both an ad hoc strategy based on the knowledge of relevant dictionaries of terms, and a more sophisticated strategy based on the semantic annotation of the relations between paragraphs. Because of this semantic annotations produced by STIA can be used also to improve the effectiveness of NavigaNorme. Acknowledgements This paper has been supported by CNIPA and by the European Union in the framework of the JUMAS project (EC DG INFSO ICT Programme Project grant n. FP ). References 1. Judicial Management by Digital Libraries Semantics (JUMAS) Project homepage. http : // 2. Bianchi, M., Draoli, M., Gambosi, G., Stilo, G.: A support system for the analysis and the management of complex ruling documents. In: 2nd Workshop on Legal Informatics and Legal Information Technology (LIT 2009). Poznan, Poland (2009). 3. Bianchi, M., Draoli, M., Gambosi, G., Petrucci, A., Stilo, G.: ICT tools for the simplification of legislative frameworks. In: First International Conference on egovernment & egovernance (ICEGOV 2009), Ankara, Turkey (2009). 4. Ounis, I., Amati, G., Plachouras, V., He, B., Macdonald, C., Lioma, C.: Terrier - A High Performance and Scalable Information Retrieval Platform. In: ACM SIGIR 06 Workshop on Open Source Information Retrieval (OSIR 2006), Seattle, Washington, USA (2006) 5. The JUNG Web site. http : //jung.sourceforge.net 6. Griesi, D., Pazienza, M.T., Stellato, A.: Gobbleing over the Web with Semantic Turkey. In : Semantic Web Applications and Perspectives, 3rd Italian Semantic Web Workshop (SWAP2006) (2006). 7. Griesi, D., Pazienza, M.T., Stellato, A.: Semantic Turkey - a Semantic Bookmarking tool (System Description). In : 4th European Semantic Web Conference (ESWC 2007), Innsbruck, Austria (June 3-7, 2007) 8. Pazienza, M.T., Scarpato, N., Stellato, A., Turbati, A.: Din din! The (Semantic) Turkey is served! In : SWAP 2008, Roma (2008). 9. Firefox Project homepage. http : // US/firefox/ 10. OSGi: OSGi Bundle Repository Specification. In: OSGi RFC0112. (Accessed 2005). http : //www2.osgi.org/download/f ile?url = /download/rfc 0112 BundleRepository.pdf 11. XPInstall Project homepage. http : // 12. Voorhees E.M.: The Philosophy of Information Retrieval Evaluation. In: CLEF 01 - Revised Papers from the Second Workshop of the Cross-Language Evaluation Forum on Evaluation of Cross-Language Information Retrieval Systems, Springer- Verlag, (2002) 13. Baeza-Yates, R., Ribeiro-Neto, B.: Modern Information Retrieval. Addison Wesley (1999) 40

Semantic Search in Portals using Ontologies

Semantic Search in Portals using Ontologies Semantic Search in Portals using Ontologies Wallace Anacleto Pinheiro Ana Maria de C. Moura Military Institute of Engineering - IME/RJ Department of Computer Engineering - Rio de Janeiro - Brazil [awallace,anamoura]@de9.ime.eb.br

More information

Why was it built? AGROVOC (big agriculture vocabulary developed by FAO) In 2004: >32 000 concepts in up to 22 languages

Why was it built? AGROVOC (big agriculture vocabulary developed by FAO) In 2004: >32 000 concepts in up to 22 languages VOCBENCH 2.0 A Collaborative Environment Web Application for the Development of Large Scale Thesauri and Concept Schemes Armando Stellato +, Sachit Rajbhandari*, Andrea Turbati +, Caterina Caracciolo*,

More information

A Data Browsing from Various Sources Driven by the User s Data Models

A Data Browsing from Various Sources Driven by the User s Data Models A Data Browsing from Various Sources Driven by the User s Data Models Guntis Arnicans, Girts Karnitis University of Latvia, Raina blvd. 9, Riga, Latvia {Guntis.Arnicans, Girts.Karnitis}@lu.lv Abstract.

More information

Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens

Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens 1 Optique: Improving the competitiveness of European industry For many

More information

Lightweight Data Integration using the WebComposition Data Grid Service

Lightweight Data Integration using the WebComposition Data Grid Service Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed

More information

Ontology-Based Query Expansion Widget for Information Retrieval

Ontology-Based Query Expansion Widget for Information Retrieval Ontology-Based Query Expansion Widget for Information Retrieval Jouni Tuominen, Tomi Kauppinen, Kim Viljanen, and Eero Hyvönen Semantic Computing Research Group (SeCo) Helsinki University of Technology

More information

An experience with Semantic Web technologies in the news domain

An experience with Semantic Web technologies in the news domain An experience with Semantic Web technologies in the news domain Luis Sánchez-Fernández 1,NorbertoFernández-García 1, Ansgar Bernardi 2,Lars Zapf 2,AnselmoPeñas 3, Manuel Fuentes 4 1 Carlos III University

More information

Metadata Management for Data Warehouse Projects

Metadata Management for Data Warehouse Projects Metadata Management for Data Warehouse Projects Stefano Cazzella Datamat S.p.A. stefano.cazzella@datamat.it Abstract Metadata management has been identified as one of the major critical success factor

More information

A common interface for multi-rule-engine distributed systems

A common interface for multi-rule-engine distributed systems A common interface for multi-rule-engine distributed systems Pierre de Leusse, Bartosz Kwolek and Krzysztof Zieliński Distributed System Research Group, AGH University of Science and Technology Krakow,

More information

Increase Agility and Reduce Costs with a Logical Data Warehouse. February 2014

Increase Agility and Reduce Costs with a Logical Data Warehouse. February 2014 Increase Agility and Reduce Costs with a Logical Data Warehouse February 2014 Table of Contents Summary... 3 Data Virtualization & the Logical Data Warehouse... 4 What is a Logical Data Warehouse?... 4

More information

IEEE SC Workshop: Table 1 Open & Big Data

IEEE SC Workshop: Table 1 Open & Big Data IEEE SC Workshop: Table 1 Open & Big Data Premise This document aims to Analyze the state of the art on Open and Big Data on the basis of the assessments from the Smart City national rankings Deepen the

More information

AWERProcedia Information Technology & Computer Science

AWERProcedia Information Technology & Computer Science AWERProcedia Information Technology & Computer Science Vol 03 (2013) 1157-1162 3 rd World Conference on Information Technology (WCIT-2012) Webification of Software Development: General Outline and the

More information

MEng, BSc Applied Computer Science

MEng, BSc Applied Computer Science School of Computing FACULTY OF ENGINEERING MEng, BSc Applied Computer Science Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give a machine instructions

More information

Automated Test Approach for Web Based Software

Automated Test Approach for Web Based Software Automated Test Approach for Web Based Software Indrajit Pan 1, Subhamita Mukherjee 2 1 Dept. of Information Technology, RCCIIT, Kolkata 700 015, W.B., India 2 Dept. of Information Technology, Techno India,

More information

Collaborative Development of Knowledge Bases in Distributed Requirements Elicitation

Collaborative Development of Knowledge Bases in Distributed Requirements Elicitation Collaborative Development of Knowledge Bases in Distributed s Elicitation Steffen Lohmann 1, Thomas Riechert 2, Sören Auer 2, Jürgen Ziegler 1 1 University of Duisburg-Essen Department of Informatics and

More information

Understanding Web personalization with Web Usage Mining and its Application: Recommender System

Understanding Web personalization with Web Usage Mining and its Application: Recommender System Understanding Web personalization with Web Usage Mining and its Application: Recommender System Manoj Swami 1, Prof. Manasi Kulkarni 2 1 M.Tech (Computer-NIMS), VJTI, Mumbai. 2 Department of Computer Technology,

More information

University of Glasgow Terrier Team / Project Abacá at RepLab 2014: Reputation Dimensions Task

University of Glasgow Terrier Team / Project Abacá at RepLab 2014: Reputation Dimensions Task University of Glasgow Terrier Team / Project Abacá at RepLab 2014: Reputation Dimensions Task Graham McDonald, Romain Deveaud, Richard McCreadie, Timothy Gollins, Craig Macdonald and Iadh Ounis School

More information

Semantically Enhanced Web Personalization Approaches and Techniques

Semantically Enhanced Web Personalization Approaches and Techniques Semantically Enhanced Web Personalization Approaches and Techniques Dario Vuljani, Lidia Rovan, Mirta Baranovi Faculty of Electrical Engineering and Computing, University of Zagreb Unska 3, HR-10000 Zagreb,

More information

LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together

LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together Owen Sacco 1 and Matthew Montebello 1, 1 University of Malta, Msida MSD 2080, Malta. {osac001, matthew.montebello}@um.edu.mt

More information

MIRACLE at VideoCLEF 2008: Classification of Multilingual Speech Transcripts

MIRACLE at VideoCLEF 2008: Classification of Multilingual Speech Transcripts MIRACLE at VideoCLEF 2008: Classification of Multilingual Speech Transcripts Julio Villena-Román 1,3, Sara Lana-Serrano 2,3 1 Universidad Carlos III de Madrid 2 Universidad Politécnica de Madrid 3 DAEDALUS

More information

K@ A collaborative platform for knowledge management

K@ A collaborative platform for knowledge management White Paper K@ A collaborative platform for knowledge management Quinary SpA www.quinary.com via Pietrasanta 14 20141 Milano Italia t +39 02 3090 1500 f +39 02 3090 1501 Copyright 2004 Quinary SpA Index

More information

What s New in VMware vsphere 5.1 VMware vcenter Server

What s New in VMware vsphere 5.1 VMware vcenter Server What s New in VMware vsphere 5.1 VMware vsphere 5.1 TECHNICAL MARKETING DOCUMENTATION V 1.0/UPDATED JULY 2012 Table of Contents Introduction... 3 Key Components... 3 vcenter Single Sign-On Server.... 3

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

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02)

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #39 Search Engines and Web Crawler :: Part 2 So today we

More information

Digital libraries of the future and the role of libraries

Digital libraries of the future and the role of libraries Digital libraries of the future and the role of libraries Donatella Castelli ISTI-CNR, Pisa, Italy Abstract Purpose: To introduce the digital libraries of the future, their enabling technologies and their

More information

Public Online Data - The Importance of Colorful Query Trainers

Public Online Data - The Importance of Colorful Query Trainers BROWSING LARGE ONLINE DATA WITH QUERY PREVIEWS Egemen Tanin * egemen@cs.umd.edu Catherine Plaisant plaisant@cs.umd.edu Ben Shneiderman * ben@cs.umd.edu Human-Computer Interaction Laboratory and Department

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

CONCEPTCLASSIFIER FOR SHAREPOINT

CONCEPTCLASSIFIER FOR SHAREPOINT CONCEPTCLASSIFIER FOR SHAREPOINT PRODUCT OVERVIEW The only SharePoint 2007 and 2010 solution that delivers automatic conceptual metadata generation, auto-classification and powerful taxonomy tools running

More information

MEng, BSc Computer Science with Artificial Intelligence

MEng, BSc Computer Science with Artificial Intelligence School of Computing FACULTY OF ENGINEERING MEng, BSc Computer Science with Artificial Intelligence Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give

More information

The Dentist Online Reservation System Design and Implementation Web Based Application and Database Management System Project

The Dentist Online Reservation System Design and Implementation Web Based Application and Database Management System Project 2012 International Conference on Education Technology and Computer (ICETC2012) IPCSIT vol.43 (2012) (2012) IACSIT Press, Singapore The Dentist Online Reservation System Design and Implementation Web Based

More information

Evaluating Semantic Web Service Tools using the SEALS platform

Evaluating Semantic Web Service Tools using the SEALS platform Evaluating Semantic Web Service Tools using the SEALS platform Liliana Cabral 1, Ioan Toma 2 1 Knowledge Media Institute, The Open University, Milton Keynes, UK 2 STI Innsbruck, University of Innsbruck,

More information

IMAGENOTION -Collaborative Semantic Annotation of Images and Image Parts and Work Integrated Creation of Ontologies

IMAGENOTION -Collaborative Semantic Annotation of Images and Image Parts and Work Integrated Creation of Ontologies IMAGENOTION -Collaborative Semantic Annotation of Images and Image Parts and Work Integrated Creation of Ontologies Andreas Walter, awalter@fzi.de Gabor Nagypal, nagypal@disy.net Abstract: In this paper,

More information

SemWeB Semantic Web Browser Improving Browsing Experience with Semantic and Personalized Information and Hyperlinks

SemWeB Semantic Web Browser Improving Browsing Experience with Semantic and Personalized Information and Hyperlinks SemWeB Semantic Web Browser Improving Browsing Experience with Semantic and Personalized Information and Hyperlinks Melike Şah, Wendy Hall and David C De Roure Intelligence, Agents and Multimedia Group,

More information

D 2.2.3 EUOSME: European Open Source Metadata Editor (revised 2010-12-20)

D 2.2.3 EUOSME: European Open Source Metadata Editor (revised 2010-12-20) Project start date: 01 May 2009 Acronym: EuroGEOSS Project title: EuroGEOSS, a European Theme: FP7-ENV-2008-1: Environment (including climate change) Theme title: ENV.2008.4.1.1.1: European Environment

More information

2QWRORJ\LQWHJUDWLRQLQDPXOWLOLQJXDOHUHWDLOV\VWHP

2QWRORJ\LQWHJUDWLRQLQDPXOWLOLQJXDOHUHWDLOV\VWHP 2QWRORJ\LQWHJUDWLRQLQDPXOWLOLQJXDOHUHWDLOV\VWHP 0DULD7HUHVD3$=,(1=$L$UPDQGR67(//$72L0LFKHOH9,1',*1,L $OH[DQGURV9$/$5$.26LL9DQJHOLV.$5.$/(76,6LL (i) Department of Computer Science, Systems and Management,

More information

An Eclipse Plug-In for Visualizing Java Code Dependencies on Relational Databases

An Eclipse Plug-In for Visualizing Java Code Dependencies on Relational Databases An Eclipse Plug-In for Visualizing Java Code Dependencies on Relational Databases Paul L. Bergstein, Priyanka Gariba, Vaibhavi Pisolkar, and Sheetal Subbanwad Dept. of Computer and Information Science,

More information

City Data Pipeline. A System for Making Open Data Useful for Cities. stefan.bischof@tuwien.ac.at

City Data Pipeline. A System for Making Open Data Useful for Cities. stefan.bischof@tuwien.ac.at City Data Pipeline A System for Making Open Data Useful for Cities Stefan Bischof 1,2, Axel Polleres 1, and Simon Sperl 1 1 Siemens AG Österreich, Siemensstraße 90, 1211 Vienna, Austria {bischof.stefan,axel.polleres,simon.sperl}@siemens.com

More information

ELPUB Digital Library v2.0. Application of semantic web technologies

ELPUB Digital Library v2.0. Application of semantic web technologies ELPUB Digital Library v2.0 Application of semantic web technologies Anand BHATT a, and Bob MARTENS b a ABA-NET/Architexturez Imprints, New Delhi, India b Vienna University of Technology, Vienna, Austria

More information

Approaches of Using a Word-Image Ontology and an Annotated Image Corpus as Intermedia for Cross-Language Image Retrieval

Approaches of Using a Word-Image Ontology and an Annotated Image Corpus as Intermedia for Cross-Language Image Retrieval Approaches of Using a Word-Image Ontology and an Annotated Image Corpus as Intermedia for Cross-Language Image Retrieval Yih-Chen Chang and Hsin-Hsi Chen Department of Computer Science and Information

More information

Supporting in- and off-hospital Patient Management Using a Web-based Integrated Software Platform

Supporting in- and off-hospital Patient Management Using a Web-based Integrated Software Platform Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed under

More information

What is the Difference Between Application-Level and Network Marketing?

What is the Difference Between Application-Level and Network Marketing? By Fabio Casati, Eric Shan, Umeshwar Dayal, and Ming-Chien Shan BUSINESS-ORIENTED MANAGEMENT OF WEB SERVICES Using tools and abstractions for monitoring and controlling s. The main research and development

More information

Designing an Object Relational Data Warehousing System: Project ORDAWA * (Extended Abstract)

Designing an Object Relational Data Warehousing System: Project ORDAWA * (Extended Abstract) Designing an Object Relational Data Warehousing System: Project ORDAWA * (Extended Abstract) Johann Eder 1, Heinz Frank 1, Tadeusz Morzy 2, Robert Wrembel 2, Maciej Zakrzewicz 2 1 Institut für Informatik

More information

Visual Interfaces for the Development of Event-based Web Agents in the IRobot System

Visual Interfaces for the Development of Event-based Web Agents in the IRobot System Visual Interfaces for the Development of Event-based Web Agents in the IRobot System Liangyou Chen ACM Member chen_liangyou@yahoo.com Abstract. Timely integration and analysis of information from the World-Wide

More information

Short Paper: Enabling Lightweight Semantic Sensor Networks on Android Devices

Short Paper: Enabling Lightweight Semantic Sensor Networks on Android Devices Short Paper: Enabling Lightweight Semantic Sensor Networks on Android Devices Mathieu d Aquin, Andriy Nikolov, Enrico Motta Knowledge Media Institute, The Open University, Milton Keynes, UK {m.daquin,

More information

Collaboration on the Social Semantic Desktop. Groza, Tudor; Handschuh, Siegfried

Collaboration on the Social Semantic Desktop. Groza, Tudor; Handschuh, Siegfried Provided by the author(s) and NUI Galway in accordance with publisher policies. Please cite the published version when available. Title Collaboration on the Social Semantic Desktop Author(s) Groza, Tudor;

More information

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0 NS DISCOVER 4.0 ADMINISTRATOR S GUIDE July, 2015 Version 4.0 TABLE OF CONTENTS 1 General Information... 4 1.1 Objective... 4 1.2 New 4.0 Features Improvements... 4 1.3 Migrating from 3.x to 4.x... 5 2

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

Ensighten Data Layer (EDL) The Missing Link in Data Management

Ensighten Data Layer (EDL) The Missing Link in Data Management The Missing Link in Data Management Introduction Digital properties are a nexus of customer centric data from multiple vectors and sources. This is a wealthy source of business-relevant data that can be

More information

XpoLog Center Suite Data Sheet

XpoLog Center Suite Data Sheet XpoLog Center Suite Data Sheet General XpoLog is a data analysis and management platform for Applications IT data. Business applications rely on a dynamic heterogeneous applications infrastructure, such

More information

CONFIOUS * : Managing the Electronic Submission and Reviewing Process of Scientific Conferences

CONFIOUS * : Managing the Electronic Submission and Reviewing Process of Scientific Conferences CONFIOUS * : Managing the Electronic Submission and Reviewing Process of Scientific Conferences Manos Papagelis 1, 2, Dimitris Plexousakis 1, 2 and Panagiotis N. Nikolaou 2 1 Institute of Computer Science,

More information

How To Find Influence Between Two Concepts In A Network

How To Find Influence Between Two Concepts In A Network 2014 UKSim-AMSS 16th International Conference on Computer Modelling and Simulation Influence Discovery in Semantic Networks: An Initial Approach Marcello Trovati and Ovidiu Bagdasar School of Computing

More information

Semantic Stored Procedures Programming Environment and performance analysis

Semantic Stored Procedures Programming Environment and performance analysis Semantic Stored Procedures Programming Environment and performance analysis Marjan Efremov 1, Vladimir Zdraveski 2, Petar Ristoski 2, Dimitar Trajanov 2 1 Open Mind Solutions Skopje, bul. Kliment Ohridski

More information

A Pattern-based Framework of Change Operators for Ontology Evolution

A Pattern-based Framework of Change Operators for Ontology Evolution A Pattern-based Framework of Change Operators for Ontology Evolution Muhammad Javed 1, Yalemisew M. Abgaz 2, Claus Pahl 3 Centre for Next Generation Localization (CNGL), School of Computing, Dublin City

More information

Simplified Arrangements to Provide Information and Obtain Consent Regarding Cookies - 8 may 2014 THE ITALIAN DATA PROTECTION AUTHORITY

Simplified Arrangements to Provide Information and Obtain Consent Regarding Cookies - 8 may 2014 THE ITALIAN DATA PROTECTION AUTHORITY [versione italiana] Simplified Arrangements to Provide Information and Obtain Consent Regarding Cookies - 8 may 2014 THE ITALIAN DATA PROTECTION AUTHORITY Having convened today, in the presence of Mr.

More information

LKMS/Mnemosyne: Semantic Web technologies and Markup techniques for a Legal Knowledge Management System.

LKMS/Mnemosyne: Semantic Web technologies and Markup techniques for a Legal Knowledge Management System. LKMS/Mnemosyne: Semantic Web technologies and Markup techniques for a Legal Knowledge Management System. L. Gilardoni, C.Biasuzzi, M.Ferraro, R.Fonti, P.Slavazza Quinary with F. Toffoletto, V.F. Giglio,

More information

Turning Emergency Plans into Executable

Turning Emergency Plans into Executable Turning Emergency Plans into Executable Artifacts José H. Canós-Cerdá, Juan Sánchez-Díaz, Vicent Orts, Mª Carmen Penadés ISSI-DSIC Universitat Politècnica de València, Spain {jhcanos jsanchez mpenades}@dsic.upv.es

More information

A GENERALIZED APPROACH TO CONTENT CREATION USING KNOWLEDGE BASE SYSTEMS

A GENERALIZED APPROACH TO CONTENT CREATION USING KNOWLEDGE BASE SYSTEMS A GENERALIZED APPROACH TO CONTENT CREATION USING KNOWLEDGE BASE SYSTEMS By K S Chudamani and H C Nagarathna JRD Tata Memorial Library IISc, Bangalore-12 ABSTRACT: Library and information Institutions and

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

RANKING WEB PAGES RELEVANT TO SEARCH KEYWORDS

RANKING WEB PAGES RELEVANT TO SEARCH KEYWORDS ISBN: 978-972-8924-93-5 2009 IADIS RANKING WEB PAGES RELEVANT TO SEARCH KEYWORDS Ben Choi & Sumit Tyagi Computer Science, Louisiana Tech University, USA ABSTRACT In this paper we propose new methods for

More information

Glassfish, JAVA EE, Servlets, JSP, EJB

Glassfish, JAVA EE, Servlets, JSP, EJB Glassfish, JAVA EE, Servlets, JSP, EJB Java platform A Java platform comprises the JVM together with supporting class libraries. Java 2 Standard Edition (J2SE) (1999) provides core libraries for data structures,

More information

Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object

Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Anne Monceaux 1, Joanna Guss 1 1 EADS-CCR, Centreda 1, 4 Avenue Didier Daurat 31700 Blagnac France

More information

Inverted files and dynamic signature files for optimisation of Web directories

Inverted files and dynamic signature files for optimisation of Web directories s and dynamic signature files for optimisation of Web directories Fidel Cacheda, Angel Viña Department of Information and Communication Technologies Facultad de Informática, University of A Coruña Campus

More information

Managing explicit knowledge using SharePoint in a collaborative environment: ICIMOD s experience

Managing explicit knowledge using SharePoint in a collaborative environment: ICIMOD s experience Managing explicit knowledge using SharePoint in a collaborative environment: ICIMOD s experience I Abstract Sushil Pandey, Deependra Tandukar, Saisab Pradhan Integrated Knowledge Management, ICIMOD {spandey,dtandukar,spradhan}@icimod.org

More information

Development of a generic IT service catalog as pre-arrangement for Service Level Agreements

Development of a generic IT service catalog as pre-arrangement for Service Level Agreements Development of a generic IT service catalog as pre-arrangement for Service Level Agreements Thorsten Anders Universität Hamburg, Regionales Rechenzentrum, Schlüterstraße 70, 20146 Hamburg, Germany Thorsten.Anders@rrz.uni-hamburg.de

More information

Performance evaluation of Web Information Retrieval Systems and its application to e-business

Performance evaluation of Web Information Retrieval Systems and its application to e-business Performance evaluation of Web Information Retrieval Systems and its application to e-business Fidel Cacheda, Angel Viña Departament of Information and Comunications Technologies Facultad de Informática,

More information

A Platform for Supporting Data Analytics on Twitter: Challenges and Objectives 1

A Platform for Supporting Data Analytics on Twitter: Challenges and Objectives 1 A Platform for Supporting Data Analytics on Twitter: Challenges and Objectives 1 Yannis Stavrakas Vassilis Plachouras IMIS / RC ATHENA Athens, Greece {yannis, vplachouras}@imis.athena-innovation.gr Abstract.

More information

COCOVILA Compiler-Compiler for Visual Languages

COCOVILA Compiler-Compiler for Visual Languages LDTA 2005 Preliminary Version COCOVILA Compiler-Compiler for Visual Languages Pavel Grigorenko, Ando Saabas and Enn Tyugu 1 Institute of Cybernetics, Tallinn University of Technology Akadeemia tee 21 12618

More information

2 AIMS: an Agent-based Intelligent Tool for Informational Support

2 AIMS: an Agent-based Intelligent Tool for Informational Support Aroyo, L. & Dicheva, D. (2000). Domain and user knowledge in a web-based courseware engineering course, knowledge-based software engineering. In T. Hruska, M. Hashimoto (Eds.) Joint Conference knowledge-based

More information

ENTERPRISE DOCUMENTS & RECORD MANAGEMENT

ENTERPRISE DOCUMENTS & RECORD MANAGEMENT ENTERPRISE DOCUMENTS & RECORD MANAGEMENT DOCWAY PLATFORM ENTERPRISE DOCUMENTS & RECORD MANAGEMENT 1 DAL SITO WEB OLD XML DOCWAY DETAIL DOCWAY Platform, based on ExtraWay Technology Native XML Database,

More information

Cloud Computing For Distributed University Campus: A Prototype Suggestion

Cloud Computing For Distributed University Campus: A Prototype Suggestion Cloud Computing For Distributed University Campus: A Prototype Suggestion Mehmet Fatih Erkoç, Serhat Bahadir Kert mferkoc@yildiz.edu.tr, sbkert@yildiz.edu.tr Yildiz Technical University (Turkey) Abstract

More information

Application of ontologies for the integration of network monitoring platforms

Application of ontologies for the integration of network monitoring platforms Application of ontologies for the integration of network monitoring platforms Jorge E. López de Vergara, Javier Aracil, Jesús Martínez, Alfredo Salvador, José Alberto Hernández Networking Research Group,

More information

M3039 MPEG 97/ January 1998

M3039 MPEG 97/ January 1998 INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND ASSOCIATED AUDIO INFORMATION ISO/IEC JTC1/SC29/WG11 M3039

More information

www.semedia.org The project has been up and running now for one year. Its major achievements so far have been:

www.semedia.org The project has been up and running now for one year. Its major achievements so far have been: SEMEDIA Annual Report Short project description www.semedia.org The volume of content stored both by large media organisations and across the social web is ever-increasing. Trying to find a specific clip

More information

A STUDY REGARDING INTER DOMAIN LINKED DOCUMENTS SIMILARITY AND THEIR CONSEQUENT BOUNCE RATE

A STUDY REGARDING INTER DOMAIN LINKED DOCUMENTS SIMILARITY AND THEIR CONSEQUENT BOUNCE RATE STUDIA UNIV. BABEŞ BOLYAI, INFORMATICA, Volume LIX, Number 1, 2014 A STUDY REGARDING INTER DOMAIN LINKED DOCUMENTS SIMILARITY AND THEIR CONSEQUENT BOUNCE RATE DIANA HALIŢĂ AND DARIUS BUFNEA Abstract. Then

More information

Managing Big Data with Hadoop & Vertica. A look at integration between the Cloudera distribution for Hadoop and the Vertica Analytic Database

Managing Big Data with Hadoop & Vertica. A look at integration between the Cloudera distribution for Hadoop and the Vertica Analytic Database Managing Big Data with Hadoop & Vertica A look at integration between the Cloudera distribution for Hadoop and the Vertica Analytic Database Copyright Vertica Systems, Inc. October 2009 Cloudera and Vertica

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

SEVENTH FRAMEWORK PROGRAMME THEME ICT -1-4.1 Digital libraries and technology-enhanced learning

SEVENTH FRAMEWORK PROGRAMME THEME ICT -1-4.1 Digital libraries and technology-enhanced learning Briefing paper: Value of software agents in digital preservation Ver 1.0 Dissemination Level: Public Lead Editor: NAE 2010-08-10 Status: Draft SEVENTH FRAMEWORK PROGRAMME THEME ICT -1-4.1 Digital libraries

More information

HOPS Project presentation

HOPS Project presentation HOPS Project presentation Enabling an Intelligent Natural Language Based Hub for the Deployment of Advanced Semantically Enriched Multi-channel Mass-scale Online Public Services IST-2002-507967 (HOPS)

More information

Building and Using Web Services With JDeveloper 11g

Building and Using Web Services With JDeveloper 11g Building and Using Web Services With JDeveloper 11g Purpose In this tutorial, you create a series of simple web service scenarios in JDeveloper. This is intended as a light introduction to some of the

More information

A Brief Analysis of Web Design Patterns

A Brief Analysis of Web Design Patterns A Brief Analysis of Web Design Patterns Ginny Sharma M.Tech Student, Dept. of CSE, MRIU Faridabad, Haryana, India Abstract Design patterns document good design solutions to a recurring problem in a particular

More information

Semantic Knowledge Management System. Paripati Lohith Kumar. School of Information Technology

Semantic Knowledge Management System. Paripati Lohith Kumar. School of Information Technology Semantic Knowledge Management System Paripati Lohith Kumar School of Information Technology Vellore Institute of Technology University, Vellore, India. plohithkumar@hotmail.com Abstract The scholarly activities

More information

Oracle Real Time Decisions

Oracle Real Time Decisions A Product Review James Taylor CEO CONTENTS Introducing Decision Management Systems Oracle Real Time Decisions Product Architecture Key Features Availability Conclusion Oracle Real Time Decisions (RTD)

More information

A Business Process Services Portal

A Business Process Services Portal A Business Process Services Portal IBM Research Report RZ 3782 Cédric Favre 1, Zohar Feldman 3, Beat Gfeller 1, Thomas Gschwind 1, Jana Koehler 1, Jochen M. Küster 1, Oleksandr Maistrenko 1, Alexandru

More information

Flattening Enterprise Knowledge

Flattening Enterprise Knowledge Flattening Enterprise Knowledge Do you Control Your Content or Does Your Content Control You? 1 Executive Summary: Enterprise Content Management (ECM) is a common buzz term and every IT manager knows it

More information

KNOWLEDGE-BASED VISUALIZATION

KNOWLEDGE-BASED VISUALIZATION UNIVERSITÀ DEGLI STUDI DI ROMA TOR VERGATA DIPARTIMENTO DI INFORMATICA SISTEMI E PRODUZIONE Dottorato di Ricerca Informatica e Ingegneria dell Automazione Ciclo XXIV KNOWLEDGE-BASED VISUALIZATION SYSTEMS

More information

An Open Platform for Collecting Domain Specific Web Pages and Extracting Information from Them

An Open Platform for Collecting Domain Specific Web Pages and Extracting Information from Them An Open Platform for Collecting Domain Specific Web Pages and Extracting Information from Them Vangelis Karkaletsis and Constantine D. Spyropoulos NCSR Demokritos, Institute of Informatics & Telecommunications,

More information

Telecommunication (120 ЕCTS)

Telecommunication (120 ЕCTS) Study program Faculty Cycle Software Engineering and Telecommunication (120 ЕCTS) Contemporary Sciences and Technologies Postgraduate ECTS 120 Offered in Tetovo Description of the program This master study

More information

Find the signal in the noise

Find the signal in the noise Find the signal in the noise Electronic Health Records: The challenge The adoption of Electronic Health Records (EHRs) in the USA is rapidly increasing, due to the Health Information Technology and Clinical

More information

Semantic Concept Based Retrieval of Software Bug Report with Feedback

Semantic Concept Based Retrieval of Software Bug Report with Feedback Semantic Concept Based Retrieval of Software Bug Report with Feedback Tao Zhang, Byungjeong Lee, Hanjoon Kim, Jaeho Lee, Sooyong Kang, and Ilhoon Shin Abstract Mining software bugs provides a way to develop

More information

Graphical Web based Tool for Generating Query from Star Schema

Graphical Web based Tool for Generating Query from Star Schema Graphical Web based Tool for Generating Query from Star Schema Mohammed Anbar a, Ku Ruhana Ku-Mahamud b a College of Arts and Sciences Universiti Utara Malaysia, 0600 Sintok, Kedah, Malaysia Tel: 604-2449604

More information

An introduction to creating JSF applications in Rational Application Developer Version 8.0

An introduction to creating JSF applications in Rational Application Developer Version 8.0 An introduction to creating JSF applications in Rational Application Developer Version 8.0 September 2010 Copyright IBM Corporation 2010. 1 Overview Although you can use several Web technologies to create

More information

WEAK INFORMATION SYSTEMS FOR TECHNICAL DATA MANAGEMENT

WEAK INFORMATION SYSTEMS FOR TECHNICAL DATA MANAGEMENT P. Salvaneschi, M. Lazzari, "Weak information systems for technical data management", Worldwide ECCE Symposium on computers in the practice of building and civil engineering. Lahti, Finland, September

More information

jeti: A Tool for Remote Tool Integration

jeti: A Tool for Remote Tool Integration jeti: A Tool for Remote Tool Integration Tiziana Margaria 1, Ralf Nagel 2, and Bernhard Steffen 2 1 Service Engineering for Distributed Systems, Institute for Informatics, University of Göttingen, Germany

More information

Using Database Metadata and its Semantics to Generate Automatic and Dynamic Web Entry Forms

Using Database Metadata and its Semantics to Generate Automatic and Dynamic Web Entry Forms Using Database Metadata and its Semantics to Generate Automatic and Dynamic Web Entry Forms Mohammed M. Elsheh and Mick J. Ridley Abstract Automatic and dynamic generation of Web applications is the future

More information

Towards a Visually Enhanced Medical Search Engine

Towards a Visually Enhanced Medical Search Engine Towards a Visually Enhanced Medical Search Engine Lavish Lalwani 1,2, Guido Zuccon 1, Mohamed Sharaf 2, Anthony Nguyen 1 1 The Australian e-health Research Centre, Brisbane, Queensland, Australia; 2 The

More information

How To Make Sense Of Data With Altilia

How To Make Sense Of Data With Altilia HOW TO MAKE SENSE OF BIG DATA TO BETTER DRIVE BUSINESS PROCESSES, IMPROVE DECISION-MAKING, AND SUCCESSFULLY COMPETE IN TODAY S MARKETS. ALTILIA turns Big Data into Smart Data and enables businesses to

More information

DESIGNING AND MINING WEB APPLICATIONS: A CONCEPTUAL MODELING APPROACH

DESIGNING AND MINING WEB APPLICATIONS: A CONCEPTUAL MODELING APPROACH DESIGNING AND MINING WEB APPLICATIONS: A CONCEPTUAL MODELING APPROACH Rosa Meo Dipartimento di Informatica, Università di Torino Corso Svizzera, 185-10149 - Torino - Italy E-mail: meo@di.unito.it Tel.:

More information

HOW TO DO A SMART DATA PROJECT

HOW TO DO A SMART DATA PROJECT April 2014 Smart Data Strategies HOW TO DO A SMART DATA PROJECT Guideline www.altiliagroup.com Summary ALTILIA s approach to Smart Data PROJECTS 3 1. BUSINESS USE CASE DEFINITION 4 2. PROJECT PLANNING

More information

Quick start. A project with SpagoBI 3.x

Quick start. A project with SpagoBI 3.x Quick start. A project with SpagoBI 3.x Summary: 1 SPAGOBI...2 2 SOFTWARE DOWNLOAD...4 3 SOFTWARE INSTALLATION AND CONFIGURATION...5 3.1 Installing SpagoBI Server...5 3.2Installing SpagoBI Studio and Meta...6

More information

D3.1: SYSTEM TEST SUITE

D3.1: SYSTEM TEST SUITE D3.1: SYSTEM TEST SUITE Leroy Finn, David Lewis, Kevin Koidl Distribution: Public Report Federated Active Linguistic data CuratiON (FALCON) FP7- ICT- 2013- SME- DCA Project no: 610879 1 Document Information

More information