Semantic annotation of best-practices

Size: px
Start display at page:

Download "Semantic annotation of best-practices"

Transcription

1

2

3 Semantic annotation of best-practices Angelo Di Iorio, Davide Rossi, Fabio Vitali Department of Computer Science and Engineering, University of Bologna, Italy Abstract WikiRecPlay is a tool to record/replay/share/recommend sequences of interaction steps between users and web applications. It has been designed to support the sharing and automating of (part of) organizational best practices, that are unstructured, emergent processes that characterize knowledge-intensive tasks within organizations. WikiRecPlay is implemented as an extension to the Firefox web browser and uses a wiki as a back-end to store/retrieve sequences of interaction. The social dimension of the wiki promotes the sharing of knowledge between members of the organization but most of the know-how sharing with WikiRecPlay takes place via the integrated recommender that is used to suggest the available sequences stored in the wiki that have as starting point the web page that users are visiting. They can then browse the wiki page for a suggested sequence in order to obtain knowledge from other users or can enact one of the sequences that is automatically executed on their behalf. However, sequences stored in the wiki, even if they start from the same web page, can refer to different practice, can be sub-optimal or can be outdated. In this paper we study how to leverage on semantic wiki extensions in order to improve the quality of WikiRecPlay s recommender trying to overcome the aforementioned issues. Keywords Semantic Wikis, Enterprise Know-how, Web Replay, Knowledge sharing, WikiRecPlay 1 Introduction Processes, as usually intended by the Business Process Management (BPM) discipline, are structured entities for which a model exist (Aldin and de Cesare, 2001). Most of the BPM activities revolve around process models: process design, simulation, monitoring, enactment, etc. We call these processes structured processes, referring to the fact that they adhere to a well defined structure represented in a process behaviour language or notation. In (Rossi and Vitali, 2009) we discussed how social software, by letting users freely interact, supports emergent coordination scenarios, where process are dynamically refined by the actors without being enforced to obey to a predefined process model.

4 12 Angelo Di Iorio, Davide Rossi, Fabio Vitali In this context the business processes become more dynamic, flexible (and less defined) entities that we call organizational best practices, highlighting the fact that they are the result of refinements embodying the organization s know-how. This concept has been reiterated and refined, over the last few years, by other researchers as well, and has many contact points with the concepts behind adaptive case management. In (Bohringer, 2011), for example, the concept of emergent case management is introduced along with a solution based on social software tools like microblogs. The case management paradigm is also the framework for handling dynamic processes with social software tools presented in (Bider et al., 2011) and for works such as (Rychkova and Nurcan, 2011) in which is presented a BPMN extension to cope with this less structured framework, an effort to find a common ground between structured and emergent processes. WikiRecPlay is a tool (implemented as an extension to the Firefox web browser) that has been designed to support recording/replaying/sharing/recommending sequences of interaction steps representing parts of best practices in a context in which individuals from an organization adopt social software tools deployed as software-as-a-service (SaaS) platforms 1. By publishing and processing information in blogs, microblogs, wiki, forums; by using tagging services; by collaboratively editing documents the users reach organizational goals following sequences of activities that have been refined in previous interactions. This how-to knowledge in WikiRecPlay is captured in the form of sequences of interactions that can be used as a documentation or can be enacted on the behalf of the user. To make this sharing as effective as possible WikiRecPlay integrates a recommender system that suggests to the users the interaction sequences (stored in the wiki) to which they can be interested in. A recommender, however, is just as good as it is the ability of the user to take advantage of it. The original recommender integrated bywikirecplay is a very naïve one: the sequences suggested to the users are all and only those whose start page corresponds to the page they are visiting; moreover only the name and a brief author-edited description are available to characterize them. This behaviour is sub-optimal for various reasons: (i) for the very same page it is possible that multiple sequences, dealing with very different practices, are available; (ii) a sequence can be outdated (e.g. because the 1 A demo version is available at

5 Semantic annotation of best-practices 13 web application it refers to has been changed); (iii) no information is available on how to choose among different sequences that have similar names/ descriptions (suggestion from other users and a reputation metric associated to the author could be useful). The aim of the work presented in this paper is trying to overcome the aforementioned limits of the current proposal by adding a social dimension to the sequences stored in the wiki and let this kind of information emerge from the recommender. The structure of this presentation is as follows. Section 2 presents WikiRecPlay and its design goals, and provides a little details on its implementation. Section 3 introduces the semantic wiki extension that we propose to improve the social dimension of WikiRecPlay and its recommender. In section 4 we conclude and discuss our approach, in comparison to similar works. 2 WikiRecPlay: design goals, usage and implementation WikiRecPlay is a Firefox extension that allows users to record and re-play sequences of web activities (interactions with web sites using a browser). The way users perform such activities has been subject to changes in the recent past: web applications are getting more interactive, ubiquitous and easy to use; the social dimension has become crucial: different users with different skills and tools share content easily and complete tasks together, in a new and spontaneous way. From a technical perspective, monolithic server-side applications are being replaced by Ajax-based ones that load and manipulate (pieces of) content client-side. WikiRecPlay has been designed to support users in automating web interactions within this context. In order to define what we wanted from WikiRecPlay we selected a number of test cases build around known web applications 2 : GoogleDocs for its very sophisticated interface and Ajax-based machinery; MediaWiki and WordPress for their relevance as social software tools; PizzaBo and JqueryUI for the large amount of highly dynamic client-side code. WikiRecPlay has been built on an event-based model, in order to work on highly dynamic web pages: the application is able to record and re-play the events occurring in the browser (mouse click, form filling, selections, etc.). An alternative approach would have been to capture, store and replay HTTP

6 14 Angelo Di Iorio, Davide Rossi, Fabio Vitali transactions but such an approach cannot cope with (client-side) dynamic pages, leaving all Ajax-based applications unsupported. Fig. 2.1: The sidebar Fig. 2.2: Configuring sequence steps Figure 2.1 shows the main interface of the WikiRecPlay client. The sidebar lists all loaded sequences and allows users to edit or replay each of them. A new sequence can be recorded and stored through the same interface. Figure 2.2 shows the interface for editing a sequence. Once it has been recorded, in fact, its details appear in the Step list panel. Each step can be configured, moved or deleted separately. Each step is associated to an event occurring on a page element. The interface shows a screenshot of the page highlighting that element with a red bordered rectangle, and allows users to decide: which event needs to be captured which information users are expected to provide how event-related data (like the content of a text field) will be set when replaying the same sequence. Three options are available: (i) default value, to use the values originally recorded, (ii) ask at start time, to make users provide that information before playing the whole sequence, or (iii) ask during execution to let the application stop the sequence re-play and ask the user to provide the required data right before they are used. All these data are automatically collected by WikiRecPlay when recording a sequence; users can update and customize them at any time.

7 Semantic annotation of best-practices 15 Fig. 2.3: Setting parameters to replay a sequence Figure 2.3 shows a sample interface for inserting data when re-playing a sequence. Such a dialog is dynamically built by WikiRecPlay from the description of [each step of] a registration. WikiRecPlay also supports synchronization steps, these are steps that can be suspended until a given event occurs. The event does not have to be necessarily triggered on the same page and can be associated to different web applications, like the publication of some content on Twitter, the tagging of a photo on Facebook and so on. This mechanism makes it possible to replay sequences that need to synchronize with activities carried out by different users. In order to support this feature WikiRecPlay can halt a sequence until a specified value appears in a RSS stream. By using tools like Dapper3 (a web 3

8 16 Angelo Di Iorio, Davide Rossi, Fabio Vitali content extractor) and Pipes 4 (an interactive feed aggregator and manipulator), both from Yahoo, it is possible to capture and process complex events, like a reply to a post in a forum, a tweet with a specific hashtag being published by a given user, and many others, and reduce them to simple entries in a RSS feed (the one that is monitored by WikiRecPlay to resume the replay of a sequence). Last but not least, WikiRecPlay allows users to share sequences. Users can store data in two places: in a local XML file or on a wiki (which the sidebar is configured to communicate to). Wikis make it possible not only to easily share sequences but also to edit and improve them collaboratively. WikiRecPlay is built on the standard Firefox extension mechanisms and, in particular, the XPCOM framework. The overall application follows the MVC (Model-View-Controller) design pattern. The sidebar (View) is in charge of capturing user s actions and sending them to the Controller, that actually stores and manipulate procedures by interacting with other components. An internal XML format whose details are not relevant here has been defined to describe sequences and steps and is used throughout the application. The main modules of WikiRecPlay are listed below: Recorder: captures all the activities (DOM events) performed by the user. Player: reads a sequence descriptor and replays it, in case asking input data to the user; the player exploits browser facilities to send HTTP requests and to parse responses. LocalStorageManager: saves sequence descriptors in a local repository, by epxloiting the browser storage space. WikiStorageManager: saves sequence descriptors on a wiki. This module is in charge of login to the wiki, posting data, retrieving sequences or updating them. It uses the WikiGateway API (Shanks, 2008) that defines a set of operations exported by multiple wiki clones so that WikiRecPlay is not bounded to a specific server-side platform. Validator: validates sequence descriptors, before saving and exporting them. This module actually communicates with a web-service exporting validation features. While a detailed description to the inner workings of WikiRecPlay is out the scope of this paper we want to highlight that one to the main problems we had to face is related to dynamic web pages: since most elements can be created/moved/deleted at any time it can be tricky (if at all possible) to associate events and current page elements; in several occasions we had to rely on smart heuristics to overcome these kind of problems. 4

9 Semantic annotation of best-practices 17 3 From WikiRecPlay to SemanticWikiRecPlay One of the most important features of WikiRecPlay is the possibility of sharing sequences. Users can store data in two places: in a local XML file or on a wiki, which the extension is configured to communicate to. Wikis make it possible not only to easily share sequences but also to edit and improve them collaboratively. The wiki-side part of WikiRecPlay is very basic. Each sequence is stored in a page that includes both a human-readable description of the sequence and the XML snippet processed by the extension. Whenever a user records and saves a new sequence, data are saved onto the corresponding wiki page through an Ajax request. A module called WikiStorageManager is in charge of login to the wiki, posting data, retrieving sequences or updating them. From then on, sequences can also be edited directly by editing the corresponding wiki pages. For instance, users can customize parameters, add descriptions of a sequence, provide documentation and so on. The wiki also acts as back-end for the WikiRecPlay recommender module. Whenever a user visits a page, in fact, WikiRecPlay suggests her/him all sequences whose start page corresponds to the page. The information provided about each sequence is raw (just the name and a brief textual description) and retrieved on-the-fly from the wiki. That information might be partial and not sufficiently useful for the users. Just think about multiple sequences having similar names and descriptions: how to choose among them? How to be sure that one fits our needs? How to recognize a faster and/or more precise sequence for a given task? How to measure the reliability (and security) of a sequence? Our idea is to improve this recommender module by exploiting semantic wikis. A semantic wiki is a wiki system enabling users to write semantic annotations about wiki pages (more precisely, they are meant to write semantic data about a given domain, represented by wiki pages). Semantic wikis join together the advantages of the wiki open editing model, and those of semantically-enriched knowledge-bases. In our case, a semantic wiki can be exploited to let users annotate sequences with information that is available to the recommender and shown to the final users when suggesting sequences. Furthermore semantic descriptions can be exploited to search sequences related to the current one, to search sequences of a given author, to mine data on sequences and so on. In fact, we have developed a proof-of-concept implementation of the WikiRecPlay environment that uses a semantic wiki instead of a plain wiki,

10 18 Angelo Di Iorio, Davide Rossi, Fabio Vitali and includes a recommender that surfs and summarizes the semantic information stored in the wiki back-end. We call it Semantic WikiRecPlay due to the newly added semantic layer. It is based on SemanticMediaWiki 5, an extension of MediaWiki with a new syntax to let users annotate content fragments, and an enhanced interface to manage semantic data. The technical robustness and the support of the community make Semantic MediaWiki particularly suitable for our needs. There is also another good reason for choosing Semantic MediaWiki (SMW). Being an extension of MediaWiki, it can be integrated with other extensions in order to create a richer environment where to combine the WikiRecPlay semantic knowledge-base with other data. In particular, our architecture also includes the TagAsCategory extension 6, that allows users to categorize content without using explicitly the syntax of SMW. This extension, in fact, shows users a very simple interface to add new tags to a page. Behind the scenes, these tags are converted into page categories that can be surfed and searched as usual. The interesting point is that such data are directly integrated with semantic assertions and can generate further feedback and information about sequences, available to the recommender. A very simple example helps us discussing the potentialities of this approach. The following code snippet shows the source code of a page storing a WikiRecPlay sequence. Note that we omitted the operational description of the sequence, that is not relevant for the purposes of this discussion. <sequencedescriptor> [ ] </sequencedescriptor> This sequence was created by [[author:: Angelo Di Iorio]]. It allows you to buy a bus pass on the [[company:: ATC]] website, valid for [[city:: Bologna]]. [[Category: Bus]][[Category: Ticket]] The sequence allows users to buy a bus pass on the ATC website 7, valid for the city of Bologna. Such information is expressed as human-readable text but, above all, as semantic statements that can be extracted and processed separately. In fact, the previous page is rendered as follows:

11 Semantic annotation of best-practices 19 Fig. 3.1: The wiki page storing a sequence to buy a bus pass, enriched with tags and semantic assertions The bottom part of the page contains a factbox that summarizes statements on the sequence. These statements indicate the author, the name of the company and the city a pass can be used for in a machine-redable format (extracted from the in-line syntax of SMW). The TagAsCategory extension adds a widget to easily add tags (categories) to the page: the current list includes Tickets and Bus but new ones can be added with just one click. Note also that other similar extensions, such as SelectCategoryTagCloud 8 or CategorySuggest 9, also provide functionalities to show the cloud of tags, and suggest similar tags through auto-completion features. We plan to experiment these extensions too, but TagAsCategory is sufficiently power for the current proof-of-concept implementation. The knowledge-base created by categories and semantic assertions is now available for advanced searching, retrieving and recommendation. In particular, it is possible to exploit the SMW query language to look for and suggest sequences to the WikiRecPlay users. A very basic query is shown below:

12 20 Angelo Di Iorio, Davide Rossi, Fabio Vitali #ask: [[Category: Bus]]?city?company?author This query lists all pages (sequences) whose category is Bus and, for each of them shows its author, and the city and the company the sequence is valid for. Figure 3.2 shows the screenshot of a page containing a table generated automatically by the query. Fig. 3.2: The list of sequences that allows users to buy bus tickets, along with semanticproperties associated to the sequence The integration of the results within a wiki page is only one possible outcome of the query execution. Similarly, queries can be launched by the WikiRecPlay recommender in order to suggest sequences to the users. The list of semantic properties that can be set on a page, and that can be read by the recommender, is boundless: users might decide to tag sequences by their scope, by their application domain, by their limitations, and the list could go on and on. These user-defined properties can also be sided by other pre-defined data, that the same community agree on for characterizing sequences. For instance, sequences can be described in terms of reliability, stability and frequence of modifications. Since wiki pages are fully versioned and the whole history is

13 Semantic annotation of best-practices 21 available for surfing and changes, some of these properties can also be generated automatically and integrated in the overall knowledge-base. A further class of properties that the WikiRecPlay recommender exploits are the typed links. Semantic MediaWiki, in fact, allows users to characterize links between pages. These links can express semantic relations between sequences. For instance, users can state that a sequence specializes another one, or that is faster than, or that replaces an older version, or that is simpy related to other sequences. The network of relations created by such links can be again surfed by the recommender for suggesting new sequences. This is only a preliminary and incomplete set of semantic information that can be added on sequences. We expect the WikiRecPlay community of users to come into play at this stage, supported by the open editing model of wikis, and the semantic and folksonomies facilities. Notice also that MediaWiki includes some extensions to simplify the authoring process of such semantic information. The dilemma between completely free editing environments and more structured ones for semantic data is still unsolved (Di Iorio et al, 2008). For the purposes of this paper, it suffices to say that different tools successfully mitigate such difficulties. In particular, we plan to integrate Semantic_Forms 10 in our architecture. It is a MediaWiki extention that generates forms for easily editing structured data within wiki pages. It exploits templates, i.e. pre-defined structures which are dynamically filled by content and rendered as articles: forms are generated from templates, whose data unit have been previously typed. Creating templates for describing sequences, it is then possible to create simplified interfaces for the final WikiRecPlay users. Rating and social facilities complete the picture. One of the parameter that users can read to choose sequences (among those suggested by the recommender on the basis of their semantic characterization) is about the reputation of the author and of the sequence itself. Even this information can be added to wiki pages through some MediaWiki extensions. Plenty of these extensions exist: W4G_Rating_Bar 11 is a commercial solution powerful and flexible; CommunityVoice 12 and AjaxRatingScripts 13 are freely available and stable. These extensions allow users to add comments and to assign a vote to

14 22 Angelo Di Iorio, Davide Rossi, Fabio Vitali the page (i.e. to the sequence) that the WikiRecPlay recommender could aggregate and show to the final users. The set of parameters to be measured, as well as ranges and possible values, is highly configurable. Ratings can then provide users feedback on the popularity, liveliness, quality of the sequences and so on. From an implementation point of view, the integration of ratings facilities is not straightforward. These extensions, in fact, are still not natively integrated with Semantic MediaWiki but it should not be difficult to translate data at runtime and to populate semantic data. Social capabilities could also be integrated in the whole framework. Social- Profile 14, for instance, is another extension that allows wiki users to create their own (social) profiles and to share content with other users. Statistics about the reputation of the users, about the sequences they created, about their previous and current productivity are all useful data for the recommender and, eventually, for the users that will choose the sequences to replay. This last extension is not yet integrated in our proof-of-concept implementation but represents a promising development direction we will investigate in the near future. Finally, note that exportation capabilities of Semantic MediaWiki into RDF and OWL make the whole WikiRecPlay knowledge-base on sequences available for advanced retrieving, searching, and reasoning. Such data can also be integrated with other sources of information, for instance to Linked Data silos or other Semantic Web resources. 4 Conclusions The use of client-based tools to record and replay interactions sequences with web applications has been mainly developed in the context of web application testing - with tools such as Selenium 15, RoboFox (Koesnandar et al., 2008), Mugshot (Mickens et al., 2010) and others. A tool that uses these techniques to enable how-to knowledge sharing within organizations is CoScripter (Leshed et al., 2008) and its evolution ActionShot (Li et al., 2010). Like WikiRecPlay, CoScripter can use a wiki to promote the sharing of sequences of interactions (that are represented as sequences of item described using a natural languagelike syntax). The CoScripter wiki allows users to freely tag pages corresponding to sequences and gives them a rating. Sequences can be sorted by criteria such as recent use, favorite, modification or creation date

15 Semantic annotation of best-practices 23 In order to find a suitable sequence users have to perform a search from the integrated sidebar or have to browse the wiki. No explicit recommender is currently integrated in the system. It is our opinion that, although the direction taken by CoScripter and similar tools was very promising, the part of sequences recommendation, and the overall mechanisms to characterize sequences, is still under-designed and under-exploited. The overall social dimension of such tools could be pushed forward. WikiRecPlay had similar limitations. That is why we explored a social semantic layer on top of the original platform: social web tools can leverage on WikiRecPlay to better support organizational best practices and WikiRecPlay can leverage on social semantic web to increase its usefulness to the users. This mutual benefits loop improves the usefulness of WikiRecPlay by adding it a (semantic-aware) social dimension. In this paper we have shown a proof-of-concept semantic wiki (built on top of Semantic Media Wiki with selected extensions) that can be used as a backend to WikiRecPlay in order to achieve our goals. Still, there is a lot of work to be done in this direction. We believe that preliminary experiments are promising. We are now setting up a freely accessible installation of thewikirecplay back-end, around which building a lively community of users. The semantic dimension of WikiRecPlay can help us in such a challenge. Bibliography Aldin, L. and de Cesare, S A literature review on business process modelling: new frontiers of reusability. Enterp. Inf. Syst., 5(3): Bider, I., Johannesson, P. and Perjons, E A strategy for merging social software with business process support. In Business Process Management Workshops, volume 66 of Lecture Notes in Business Information Processing, pages Springer Berlin Heidelberg. Bohringer, M Emergent case management for ad-hoc processes: A solution based on microblogging and activity streams. In Business Process Management Workshops, volume 66 of Lecture Notes in Business Information Processing, pages Springer Berlin Heidelberg. Di Iorio, A., Vitali, F. and Zacchiroli, S Wiki content templating. In Proceedings of the 17th international conference on World Wide Web, WWW 08, pages , New York, NY, USA. ACM. Koesnandar, A., Elbaum, S., Rothermel, G., Hochstein, L., Scaffidi, C. and Stolee, K. T Using assertions to help end-user programmers create dependable web macros. In Proceedings of the 16th ACM SIGSOFT International Symposium on Foundations

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

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

Data Driven Success. Comparing Log Analytics Tools: Flowerfire s Sawmill vs. Google Analytics (GA)

Data Driven Success. Comparing Log Analytics Tools: Flowerfire s Sawmill vs. Google Analytics (GA) Data Driven Success Comparing Log Analytics Tools: Flowerfire s Sawmill vs. Google Analytics (GA) In business, data is everything. Regardless of the products or services you sell or the systems you support,

More information

aloe-project.de White Paper ALOE White Paper - Martin Memmel

aloe-project.de White Paper ALOE White Paper - Martin Memmel aloe-project.de White Paper Contact: Dr. Martin Memmel German Research Center for Artificial Intelligence DFKI GmbH Trippstadter Straße 122 67663 Kaiserslautern fon fax mail web +49-631-20575-1210 +49-631-20575-1030

More information

WebSphere Business Modeler

WebSphere Business Modeler Discovering the Value of SOA WebSphere Process Integration WebSphere Business Modeler Workshop SOA on your terms and our expertise Soudabeh Javadi Consulting Technical Sales Support WebSphere Process Integration

More information

An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0

An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0 An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0 September 2010 Copyright IBM Corporation 2010. 1 Overview Rational Application Developer, Version 8.0, contains

More information

Fogbeam Vision Series - The Modern Intranet

Fogbeam Vision Series - The Modern Intranet Fogbeam Labs Cut Through The Information Fog http://www.fogbeam.com Fogbeam Vision Series - The Modern Intranet Where It All Started Intranets began to appear as a venue for collaboration and knowledge

More information

Research Article 2015. International Journal of Emerging Research in Management &Technology ISSN: 2278-9359 (Volume-4, Issue-4) Abstract-

Research Article 2015. International Journal of Emerging Research in Management &Technology ISSN: 2278-9359 (Volume-4, Issue-4) Abstract- International Journal of Emerging Research in Management &Technology Research Article April 2015 Enterprising Social Network Using Google Analytics- A Review Nethravathi B S, H Venugopal, M Siddappa Dept.

More information

Abstract. Description

Abstract. Description Project title: Bloodhound: Dynamic client-side autocompletion features for the Apache Bloodhound ticket system Name: Sifa Sensay Student e-mail: [email protected] Student Major: Software Engineering

More information

Front-End Performance Testing and Optimization

Front-End Performance Testing and Optimization Front-End Performance Testing and Optimization Abstract Today, web user turnaround starts from more than 3 seconds of response time. This demands performance optimization on all application levels. Client

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

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

Web project proposal. European e-skills Association

Web project proposal. European e-skills Association Web project proposal European e-skills Association LUCISMEDIA WEB DESIGN PROPOSAL CONTENTS Lucismedia... 3 Building enterprise social communities... 3 project objective... 4 Project scope... 6 Interface

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

Open Source Content Management System for content development: a comparative study

Open Source Content Management System for content development: a comparative study Open Source Content Management System for content development: a comparative study D. P. Tripathi Assistant Librarian Biju Patnaik Central Library NIT Rourkela [email protected] Designing dynamic and

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

Load testing with. WAPT Cloud. Quick Start Guide

Load testing with. WAPT Cloud. Quick Start Guide Load testing with WAPT Cloud Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. 2007-2015 SoftLogica

More information

How To Build A Connector On A Website (For A Nonprogrammer)

How To Build A Connector On A Website (For A Nonprogrammer) Index Data's MasterKey Connect Product Description MasterKey Connect is an innovative technology that makes it easy to automate access to services on the web. It allows nonprogrammers to create 'connectors'

More information

Semantic SharePoint. Technical Briefing. Helmut Nagy, Semantic Web Company Andreas Blumauer, Semantic Web Company

Semantic SharePoint. Technical Briefing. Helmut Nagy, Semantic Web Company Andreas Blumauer, Semantic Web Company Semantic SharePoint Technical Briefing Helmut Nagy, Semantic Web Company Andreas Blumauer, Semantic Web Company What is Semantic SP? a joint venture between iquest and Semantic Web Company, initiated in

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

Kentico CMS 7.0 Intranet Administrator's Guide

Kentico CMS 7.0 Intranet Administrator's Guide Kentico CMS 7.0 Intranet Administrator's Guide 2 Kentico CMS 7.0 Intranet Administrator's Guide Table of Contents Introduction 5... 5 About this guide Getting started 7... 7 Installation... 11 Accessing

More information

The Top 5 Federated Single Sign-On Scenarios

The Top 5 Federated Single Sign-On Scenarios The Top 5 Federated Single Sign-On Scenarios Table of Contents Executive Summary... 1 The Solution: Standards-Based Federation... 2 Service Provider Initiated SSO...3 Identity Provider Initiated SSO...3

More information

Chapter-1 : Introduction 1 CHAPTER - 1. Introduction

Chapter-1 : Introduction 1 CHAPTER - 1. Introduction Chapter-1 : Introduction 1 CHAPTER - 1 Introduction This thesis presents design of a new Model of the Meta-Search Engine for getting optimized search results. The focus is on new dimension of internet

More information

2011 Zendesk. All rights reserved. Zendesk Enterprise User s Guide

2011 Zendesk. All rights reserved. Zendesk Enterprise User s Guide 2011 Zendesk. All rights reserved. Zendesk Enterprise User s Guide Setting up to manage multiple brand help desks............................................ 1 Step 1: Contact Zendesk to set up help desk

More information

Technical Information Abstract

Technical Information Abstract 1/15 Technical Information Abstract Disclaimer: in no event shall Microarea be liable for any special, indirect or consequential damages or any damages whatsoever resulting from loss of use, data or profits,

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

Collaborative Open Market to Place Objects at your Service

Collaborative Open Market to Place Objects at your Service Collaborative Open Market to Place Objects at your Service D6.2.1 Developer SDK First Version D6.2.2 Developer IDE First Version D6.3.1 Cross-platform GUI for end-user Fist Version Project Acronym Project

More information

Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489

Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489 Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489 Course Outline Module 1: Creating Robust and Efficient Apps for SharePoint In this module, you will review key aspects of the apps

More information

BMC Cloud Management Functional Architecture Guide TECHNICAL WHITE PAPER

BMC Cloud Management Functional Architecture Guide TECHNICAL WHITE PAPER BMC Cloud Management Functional Architecture Guide TECHNICAL WHITE PAPER Table of Contents Executive Summary............................................... 1 New Functionality...............................................

More information

tibbr Now, the Information Finds You.

tibbr Now, the Information Finds You. tibbr Now, the Information Finds You. - tibbr Integration 1 tibbr Integration: Get More from Your Existing Enterprise Systems and Improve Business Process tibbr empowers IT to integrate the enterprise

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

Framework as a master tool in modern web development

Framework as a master tool in modern web development Framework as a master tool in modern web development PETR DO, VOJTECH ONDRYHAL Communication and Information Systems Department University of Defence Kounicova 65, Brno, 662 10 CZECH REPUBLIC [email protected],

More information

Pragmatic Web 4.0. Towards an active and interactive Semantic Media Web. Fachtagung Semantische Technologien 26.-27. September 2013 HU Berlin

Pragmatic Web 4.0. Towards an active and interactive Semantic Media Web. Fachtagung Semantische Technologien 26.-27. September 2013 HU Berlin Pragmatic Web 4.0 Towards an active and interactive Semantic Media Web Prof. Dr. Adrian Paschke Arbeitsgruppe Corporate Semantic Web (AG-CSW) Institut für Informatik, Freie Universität Berlin [email protected]

More information

Extended RBAC Based Design and Implementation for a Secure Data Warehouse

Extended RBAC Based Design and Implementation for a Secure Data Warehouse Extended RBAC Based Design and Implementation for a Data Warehouse Dr. Bhavani Thuraisingham The University of Texas at Dallas [email protected] Srinivasan Iyer The University of Texas

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

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

Business Process Management with @enterprise

Business Process Management with @enterprise Business Process Management with @enterprise March 2014 Groiss Informatics GmbH 1 Introduction Process orientation enables modern organizations to focus on the valueadding core processes and increase

More information

Performance Testing for Ajax Applications

Performance Testing for Ajax Applications Radview Software How to Performance Testing for Ajax Applications Rich internet applications are growing rapidly and AJAX technologies serve as the building blocks for such applications. These new technologies

More information

OVERVIEW OF JPSEARCH: A STANDARD FOR IMAGE SEARCH AND RETRIEVAL

OVERVIEW OF JPSEARCH: A STANDARD FOR IMAGE SEARCH AND RETRIEVAL OVERVIEW OF JPSEARCH: A STANDARD FOR IMAGE SEARCH AND RETRIEVAL Frédéric Dufaux, Michael Ansorge, and Touradj Ebrahimi Institut de Traitement des Signaux Ecole Polytechnique Fédérale de Lausanne (EPFL)

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

Functional Requirements for Digital Asset Management Project version 3.0 11/30/2006

Functional Requirements for Digital Asset Management Project version 3.0 11/30/2006 /30/2006 2 3 4 5 6 7 8 9 0 2 3 4 5 6 7 8 9 20 2 22 23 24 25 26 27 28 29 30 3 32 33 34 35 36 37 38 39 = required; 2 = optional; 3 = not required functional requirements Discovery tools available to end-users:

More information

Manage Workflows. Workflows and Workflow Actions

Manage Workflows. Workflows and Workflow Actions On the Workflows tab of the Cisco Finesse administration console, you can create and manage workflows and workflow actions. Workflows and Workflow Actions, page 1 Add Browser Pop Workflow Action, page

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

Design and Functional Specification

Design and Functional Specification 2010 Design and Functional Specification Corpus eready Solutions pvt. Ltd. 3/17/2010 1. Introduction 1.1 Purpose This document records functional specifications for Science Technology English Math (STEM)

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

WHAT'S NEW IN SHAREPOINT 2013 WEB CONTENT MANAGEMENT

WHAT'S NEW IN SHAREPOINT 2013 WEB CONTENT MANAGEMENT CHAPTER 1 WHAT'S NEW IN SHAREPOINT 2013 WEB CONTENT MANAGEMENT SharePoint 2013 introduces new and improved features for web content management that simplify how we design Internet sites and enhance the

More information

The GIJP Tech team can offer assistance setting up and implementing any of the services mentioned in this document.

The GIJP Tech team can offer assistance setting up and implementing any of the services mentioned in this document. TWITTER Twitter (www.twitter.com) allows users to answer the question, What are you doing in 140 characters or less. Users post about their activities, links of interest, and even ask questions on Twitter.

More information

Mobile App Framework For any Website

Mobile App Framework For any Website Mobile App Framework For any Website Presenting the most advanced and affordable way to create a native mobile app for any website The project of developing a Mobile App is structured and the scope of

More information

EXTENDING JMETER TO ALLOW FOR WEB STRUCTURE MINING

EXTENDING JMETER TO ALLOW FOR WEB STRUCTURE MINING EXTENDING JMETER TO ALLOW FOR WEB STRUCTURE MINING Agustín Sabater, Carlos Guerrero, Isaac Lera, Carlos Juiz Computer Science Department, University of the Balearic Islands, SPAIN [email protected], [email protected],

More information

Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform

Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform May 2015 Contents 1. Introduction... 3 2. What is BIM... 3 2.1. History of BIM... 3 2.2. Why Implement BIM... 4 2.3.

More information

The Sitecore Solution for Web Content Management

The Sitecore Solution for Web Content Management The Sitecore Solution for Web Content Management Building an Interactive Presence for Profitable Business Relationships Geoffrey E. Bock, Principal Bock & Company The Sitecore Solution for Web Content

More information

QUICK FEATURE GUIDE OF SNAPPII'S ULTRAFAST CODELESS PLATFORM

QUICK FEATURE GUIDE OF SNAPPII'S ULTRAFAST CODELESS PLATFORM QUICK FEATURE GUIDE OF SNAPPII'S ULTRAFAST CODELESS PLATFORM (* Click on the screenshots to enlarge) TABLE OF CONTENTS 1. Visually Develop Mobile Applications 2. Build Apps for Any Android or ios Device

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

Business 360 Online - Product concepts and features

Business 360 Online - Product concepts and features Business 360 Online - Product concepts and features Version November 2014 Business 360 Online from Software Innovation is a cloud-based tool for information management. It helps you to work smarter with

More information

Performance Testing Web 2.0. Stuart Moncrieff (Load Testing Guru) www.jds.net.au / www.myloadtest.com

Performance Testing Web 2.0. Stuart Moncrieff (Load Testing Guru) www.jds.net.au / www.myloadtest.com Performance Testing Web 2.0 Stuart Moncrieff (Load Testing Guru) www.jds.net.au / www.myloadtest.com 1 Foundations of Web 2.0 (a history lesson) 1993 The National Center for Supercomputing Applications

More information

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Course Details Course Outline Module 1: Creating Robust and Efficient Apps for SharePoint In this module, you will review key

More information

Easy Social Media Management with Hootsuite

Easy Social Media Management with Hootsuite Easy Social Media Management with Hootsuite Hootsuite is the largest social media integration and management platform on the Internet. It has sent over 700 million messages to date and has over 3 million

More information

Store & Share Quick Start

Store & Share Quick Start Store & Share Quick Start What is Store & Share? Store & Share is a service that allows you to upload all of your content (documents, music, video, executable files) into a centralized cloud storage. You

More information

What's New in BarTender 2016

What's New in BarTender 2016 What's New in BarTender 2016 WHITE PAPER Contents Introduction 3 64-bit BarTender Installation 3 Data Entry Forms 3 BarTender Integration Builder 3 BarTender Print Portal 3 Other Upgrades 3 64-bit BarTender

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

SENSE/NET 6.0. Open Source ECMS for the.net platform. www.sensenet.com 1

SENSE/NET 6.0. Open Source ECMS for the.net platform. www.sensenet.com 1 SENSE/NET 6.0 Open Source ECMS for the.net platform www.sensenet.com 1 ABOUT THE PRODUCT: SENSE/NET 6.0 About the product 2 KEY FEATURES Workspaces-based collaboration Document management Office integration

More information

Portals and Hosted Files

Portals and Hosted Files 12 Portals and Hosted Files This chapter introduces Progress Rollbase Portals, portal pages, portal visitors setup and management, portal access control and login/authentication and recommended guidelines

More information

Seamless Web Data Entry for SAS Applications D.J. Penix, Pinnacle Solutions, Indianapolis, IN

Seamless Web Data Entry for SAS Applications D.J. Penix, Pinnacle Solutions, Indianapolis, IN Seamless Web Data Entry for SAS Applications D.J. Penix, Pinnacle Solutions, Indianapolis, IN ABSTRACT For organizations that need to implement a robust data entry solution, options are somewhat limited

More information

Get results with modern, personalized digital experiences

Get results with modern, personalized digital experiences Brochure HP TeamSite What s new in TeamSite? The latest release of TeamSite (TeamSite 8) brings significant enhancements in usability and performance: Modern graphical interface: Rely on an easy and intuitive

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

How To Write A Drupal 5.5.2.2 Rdf Plugin For A Site Administrator To Write An Html Oracle Website In A Blog Post In A Flashdrupal.Org Blog Post

How To Write A Drupal 5.5.2.2 Rdf Plugin For A Site Administrator To Write An Html Oracle Website In A Blog Post In A Flashdrupal.Org Blog Post RDFa in Drupal: Bringing Cheese to the Web of Data Stéphane Corlosquet, Richard Cyganiak, Axel Polleres and Stefan Decker Digital Enterprise Research Institute National University of Ireland, Galway Galway,

More information

LinkZoo: A linked data platform for collaborative management of heterogeneous resources

LinkZoo: A linked data platform for collaborative management of heterogeneous resources LinkZoo: A linked data platform for collaborative management of heterogeneous resources Marios Meimaris, George Alexiou, George Papastefanatos Institute for the Management of Information Systems, Research

More information

Web Analytics Definitions Approved August 16, 2007

Web Analytics Definitions Approved August 16, 2007 Web Analytics Definitions Approved August 16, 2007 Web Analytics Association 2300 M Street, Suite 800 Washington DC 20037 [email protected] 1-800-349-1070 Licensed under a Creative

More information

Integration of Learning Management Systems with Social Networking Platforms

Integration of Learning Management Systems with Social Networking Platforms Integration of Learning Management Systems with Social Networking Platforms E-learning in a Facebook supported environment Jernej Rožac 1, Matevž Pogačnik 2, Andrej Kos 3 Faculty of Electrical engineering

More information

Understanding Business Process Management

Understanding Business Process Management Title Page Understanding Business Process Management Version 8.2 April 2012 Copyright This document applies to webmethods Product Suite Version 8.2 and to all subsequent releases. Specifications contained

More information

Draft Response for delivering DITA.xml.org DITAweb. Written by Mark Poston, Senior Technical Consultant, Mekon Ltd.

Draft Response for delivering DITA.xml.org DITAweb. Written by Mark Poston, Senior Technical Consultant, Mekon Ltd. Draft Response for delivering DITA.xml.org DITAweb Written by Mark Poston, Senior Technical Consultant, Mekon Ltd. Contents Contents... 2 Background... 4 Introduction... 4 Mekon DITAweb... 5 Overview of

More information

SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED DISCOVERY AND ANALYSIS MODEL LANGUAGE SPECIFICATIONS

SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED DISCOVERY AND ANALYSIS MODEL LANGUAGE SPECIFICATIONS SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) VERSION 2.1 SERVICE-ORIENTED DISCOVERY AND ANALYSIS MODEL LANGUAGE SPECIFICATIONS 1 TABLE OF CONTENTS INTRODUCTION... 3 About The Service-Oriented Modeling Framework

More information

Exclaimer Signature Manager 2.0 User Manual

Exclaimer Signature Manager 2.0 User Manual Exclaimer Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 [email protected] Contents GETTING STARTED... 10 Signature Manager Overview... 11 How does it Work?... 11 But That's Not All...... 12 And

More information

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. 20486B: Developing ASP.NET MVC 4 Web Applications Course Overview This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. Course Introduction Course Introduction

More information

IMPROVING BUSINESS PROCESS MODELING USING RECOMMENDATION METHOD

IMPROVING BUSINESS PROCESS MODELING USING RECOMMENDATION METHOD Journal homepage: www.mjret.in ISSN:2348-6953 IMPROVING BUSINESS PROCESS MODELING USING RECOMMENDATION METHOD Deepak Ramchandara Lad 1, Soumitra S. Das 2 Computer Dept. 12 Dr. D. Y. Patil School of Engineering,(Affiliated

More information

MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0

MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0 MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0 Disclaimer The complete content of this document is subject to the general terms and conditions of Colygon as of April 2011. The

More information

MarkLogic Server. Reference Application Architecture Guide. MarkLogic 8 February, 2015. Copyright 2015 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Reference Application Architecture Guide. MarkLogic 8 February, 2015. Copyright 2015 MarkLogic Corporation. All rights reserved. Reference Application Architecture Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents

More information

Performance Management Platform

Performance Management Platform Open EMS Suite by Nokia Performance Management Platform Functional Overview Version 1.4 Nokia Siemens Networks 1 (16) Performance Management Platform The information in this document is subject to change

More information

Community Edition 3.3. Getting Started with Alfresco Explorer Document Management

Community Edition 3.3. Getting Started with Alfresco Explorer Document Management Community Edition 3.3 Getting Started with Alfresco Explorer Document Management Contents Copyright... 3 Introduction... 4 Important notes...4 Starting with Explorer... 5 Toolbar... 5 Sidebar...6 Working

More information

Word Press Theme Video Stream Apptha

Word Press Theme Video Stream Apptha Word Press Theme Video Stream Apptha Steps for Installation: Extract the downloaded UNZIP_THIS_FIRST_videostream.zip file. Once you have extract, follow the below steps: Go to Admin Appearance Themes Install

More information

Web Design and Implementation for Online Registration at University of Diyala

Web Design and Implementation for Online Registration at University of Diyala International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 8 No. 1 Sep. 2014, pp. 261-270 2014 Innovative Space of Scientific Research Journals http://www.ijias.issr-journals.org/ Web

More information

Monitoring Infrastructure (MIS) Software Architecture Document. Version 1.1

Monitoring Infrastructure (MIS) Software Architecture Document. Version 1.1 Monitoring Infrastructure (MIS) Software Architecture Document Version 1.1 Revision History Date Version Description Author 28-9-2004 1.0 Created Peter Fennema 8-10-2004 1.1 Processed review comments Peter

More information

About This Guide... 4. Signature Manager Outlook Edition Overview... 5

About This Guide... 4. Signature Manager Outlook Edition Overview... 5 Contents About This Guide... 4 Signature Manager Outlook Edition Overview... 5 How does it work?... 5 But That's Not All...... 6 And There's More...... 6 Licensing... 7 Licensing Information... 7 System

More information