powl Features and Usage Overview
|
|
|
- Laureen Mason
- 10 years ago
- Views:
Transcription
1 powl Features and Usage Overview Live demonstrations and further information is available from: Sören Auer University of Leipzig Norman Beck Mellow Message Medienproduktion GmbH Introduction... 1 Features Overview... 1 Usage Overview... 3 Models in powl s Store... 3 Viewing and Editing Model Data... 4 Triples View... 4 Database View... 5 Description Logic Axioms View... 6 Serialization View... 7 RDQL Querying Models... 7 Full-text Search Models... 8 Observing Model Evolution... 9 Use Case: Semantic Web Enhanced Content Management Structured Content Website Page Structure Layout Rendered Website HTML Representation of Structured Content Semantic Web Enhanced Search References Introduction The broad application of ontologies as shared terminological knowledge representations is one of the main strategies of the semantic web paradigm. With OWL (Web Ontology Language [5]) there exists now a W3C standard for defining web enabled ontologies which fits in the semantic layering of web languages. Although there are some OWL ontology management solutions available, most of them are complicated to deploy or handle, do not support strategies for collaborative, distributed development of ontologies, are not Open Source or are not available for the most distributed web technologies. Since PHP ([2]) is by far the most distributed web development technology (as regularly confirmed by Netcraft [3]), the semantic web paradigm will probably only be successful in a broad perspective if there are applications and tools available tightly interacting with this language. The goal of this document is to give an overview on powl [7], a PHP founded, web-based ontology management solution. powl s aim is to deliver an easy-to-deploy and easy-to-use, scalable framework and toolset to the Open Source community, covering the whole ontology lifecycle. Despite the fact that powl is in late beta quality stage it is already productively used in several projects and downloaded 400 times in the last 6 months from the project website [1]. A final production grade version 1.0 will be published October 15 th. As a use case, we present the application of powl to semantic web content management and how it may be used as a foundation framework for semantic web applications. Thus powl promotes recent semantic web technologies in the huge web development community. A document describing features and technical aspects of powl in more detail may be found at [7]. Features Overview Geographically distributed work with ontologies Models may be accessed from public model repositories and directories; they may be imported to powl s store with one click (see screenshot 1 point 5). Different powl installations may share models by using WebServices. Every powl installation has a registry of neighbouring powls and in conjunction with their registries many geographically distributed powl installations constitute a peer-to-peer network. For easy publishing and accessing models powl further includes a NetAPI [4] implementation (W3C Member Submission).
2 powl Features and Usage Overview 2 Diverse ownerships powl has an authentification scheme which supports fine grained exposition of features and model data: Privileges (view, edit) for users and groups can be assigned to models and other resources such as classes properties and instances. Support of heterogeneous data and formal description of its meaning By staying as close as possible to the W3C semantic web standards, powl inherently supports heterogenous data and its formal description. Syntactically powl may import and export model data in different serialization formats (RDF/XML, N3, N-Triple), structurally powl allows viewing and editing model data from different points of view (DL axioms, database like or RDF statements), and semantically powl supports integrating models of different semantic domains. The latter is shown in more detail in the example of content, structure and layout ontologies in a use case on semantic web content management. Real world data Alltrough powl is a quite generic application which does not come with or is restricted to any special data, the powl semantic web content management use case and the powl examples show how powl may be used with real world data. A further use case on how to apply powl for semantic web services in conjunction with OWL-S is in preparation. Support of the open world assumption powl supports the open world assumption in that model data may be continuously changed. By logging all editing actions (associated with date/time, editor, affected resource and additional versioning comments) and enabling users to selectively roll-back distinct editing actions powl actively supports knowledge base revision and its control. Accessibility in multiple languages All powl user interface messages are translatable into arbitrary languages. powl itself comes with English and German translations of the user interface; French and Russian translations are started but not yet finished. powl further uses language specific information in the models to be edited (such as labels and comments for arbitrary resources) to present the model to the user in his preferred language. Accessibility via devices other than the PC powl may be accessed in numerous ways: By using the API or the Webservice interface powl may be accessed by or integrated into arbitrary applications on arbitrary devices. powl s widgets and user interface API (see tutorials at the powl website) may be used to rapidly develop specialized markup based user interfaces e.g. for mobile devices (e.g. in WML for WAP-Devices or a simple plain HTML interface for PDAs). The user interface delivered with powl may be accessed by any device capable of rendering XHTML and Javascript (although its currently mainly tested in Mozilla and Internet Explorer). Scalability powl is designed to work with ontologies of arbitrary size (only limited by disk space). This requires that only those parts of the ontology are loaded into main memory which are required to display the information requested by the user on the screen (to render a web page containing this information). Special efforts are done to realize this for the subsumption tree view of classes. The following benchmarks were taken on a recent system (Pentium 4, 2.8 Ghz, 512 MB RAM) with the WAMP (Windows, Apache, PHP, MySQL) software installed. The only optimization of the system was to enable MySQL's query cache. By further optimization (especially OPcode Caching as Zend Accelerator, APC or MMCache provide) significant speed improvements may be possible. Model Triple count Import time Classes Subsumption Hierarchy Calulation Wordnet s s NCI Cancer Ontology s s UNSPSC s s In terms of distributed components working together powl is scalable since all functionality is accessible by clean, mostly object oriented, layered application programming interfaces (APIs). Sophisticated widgets for data editing (e.g. widgets for editing HTML in a WYSIWIG manner or for dates) are integrated. Through its module- and plugin-concept powl is very easily extensible. Inference capabilities Benefits of inference capabilities of the SW-languages are to be found in the class subsumption hierarchy calculation and the semantic search engine integrated into powl s CMS module. The latter suggests search refinements according the results found and presents them to the web-site visitor (see page 16)
3 powl Features and Usage Overview 3 Usage Overview Models in powl s Store The powl user interface is divided in three (or more) frames: The powl-menu frame on top, a frame displaying the functionality of a selected tab (below left) and a documentation frame (on the right side not shown in the screenshots). The Models-tab loaded directly after logging into powl gives an overview over models in powl s store: 1 Select the model you want to work with. 2 Choose a tab to access the model s RDF triples, classes, properties, instances, to RDQL query or full-text search the model or observe the model evolution (Version-tab) 3 Edit the model s meta information like comments or annotations or other models to import 4 Create a new empty model or import an existing model by uploading a file or giving powl a URL where to download the model (supported formats are RDF/XML, N3, N-Triples) 5 If you are looking for a model providing distinct concepts, powl may access geographically distributed public model repositories and directories for you on the web (currently schemaweb.info), enabling you to import an appropriate model with one click. 6 Models in powl s store may be exported as files (supported formats are RDF/XML, N3, N- Triples)
4 powl Features and Usage Overview 4 Viewing and Editing Model Data From the programmer s as well as from the knowledge engineer s or user s point of view an OWL knowledge base may be seen in quite different ways: Triples View Triples or RDF statements are related to natural language sentences consisting of subject, predicate and object. Subjects, predicates and objects may be resources, i.e. universally unique concept or entity identifiers. An object may furthermore consist of data typed literal values, so called literals. In RDFS and OWL such statements or RDF triples are used to define higher level objects like classes, properties and instances and establish relations between them. powl supports this view on the knowledge base by enabling the user to view all RDF statements (having a currently selected resource as subject, predicate or object). 1 Use the filter options to restrict the displayed RDF triples to only those matching a distinct search string in subjects, predicates and/or objects. 2 Configure how many results should be displayed setting will be preserved across sessions. 3 Select rows (triples) to perform some action on them (e.g. delete). 4 Edit a distinct triple. 5 Search and replace (parts of) resource URIs.
5 powl Features and Usage Overview 5 Database View An OWL knowledge base may be seen like an object-relational database. The following table establishes an informal correspondence between concepts in ontological knowledge representation and object-relational databases: RDFS/OWL concept (O)RDBMS concept Classes Properties Instances Tables Cols Rows To view a knowledge base in database manner, a highly configurable and filterable instance overview arranges instances of a class in a tabular view. Further instances may be exported and imported in spreadsheet and database compatible CSV format. The programmer is supplied with the SQL inspired declarative query language RDQL and methods for database like operations on instances. 1 Choose Instances overview to view instances in a tabular manner. If the radio button nearby is checked, this will be the default action when selecting some other class. 2 Use the arrows near the column caption to move a column left or right and thus customize the view. 3 Columns may be disabled in the instances overview. 4 Of course they may be enabled again. 5 Instances may be filtered according to values of their properties. 6 You can import or export instances in spreadsheet and database compatible CSV format.
6 powl Features and Usage Overview 6 Description Logic Axioms View The following table shows some examples how RDFS/OWL properties correspond to Description Logic concepts: Sign RDFS/OWL property DL concept Sign Œ subclassof Implication subpropertyof allvaluesfrom For all "» unionof Disjunction. The powl user interface provides special widgets supporting the user in viewing and editing class construction, property restriction and individual identity axioms. These widgets are bound to corresponding OWLAPI calls providing this functionality on the API level. 1 Select a label language or annotation property to use for displaying classes in the tree. 2 Select a class to view or edit its definition; the plus sign may be used to expand subclasses. 3 View or edit cardinality constraints for a property at the selected class. 4 Add or edit HasValue, SomeValuesFrom or AllValuesFrom restrictions for a property at the selected class. 5 Use the [s]-sign to select additional resources for this particular aspect of the class description. 6 Use the [+]-sign to expand the form, e.g. to add a versioning comment.
7 powl Features and Usage Overview 7 Serialization View For RDF abstract syntax, which is the core of all models in powl, there are different serialization formats: RDF/XML, N3, N-Triple. powl supports viewing and editing all parts of the ontology (classes, properties and instances with associated information) in these formats. RDQL Querying Models RDQL is an implementation of an SQL-like query language for RDF. It treats RDF as data and provides query with triple patterns and constraints over a single RDF model [14]. powl enables users to freely formulate their queries or use the integrated query builder to question the knowledge base. It constraints the users input to only those values which make up a syntactically correct RDQL query, furthermore the user may only select resource and namespaces available in the knowledge base. 1 Select a query building method: RDQL queries may be built using the query builder (as shown above), they may be edited in a text field or loaded from the system ontology when formerly saved. 2 Patterns for triples to match may be given in the where clause. 3 You may use the integrated resource selector which advertises only valid resource URIs occurring in the model at the selected position. 4 Further triple patterns may be given using the [+]-sign to expand the form. 5 Additional restrictions may be given in the and-clause (please have a look at the RDQL tutorial shown in the documentation frame for details). 6 Click on the icon to view the selected resource.
8 powl Features and Usage Overview 8 Full-text Search Models A full-text search for literal values or resource names is incorporated into powl. 1 Supply the search string and select what to search for. Boolean operators and pattern matching may be used in the search string (please have a look at the full-text search tutorial shown in the documentation frame for details). 2 Browsing through results. 3 Matching sub-strings are highlighted. 4 Click on the icon to view the selected resource.
9 powl Features and Usage Overview 9 Observing Model Evolution To enable domain experts to collaboratively develop shared conceptualizations based on the Ontology Web Language a key requirement is to support a sophisticated versioning strategy. Every editing action can be decomposed into smaller editing actions and finally into adds and removes of RDF triples to or from the RDF model. 1 Every editing action is logged with the exact date and time and initiating user. 2 Use the [+]-sign to expand details of an editing action. These may include a comment of the editor and all added or removed statements or eventual sub-editing actions. 3 Added statements are marked with a + -sign before the row. 4 Every particular action may be rolled back, if the added (removed) statements are still present (missing). 5 Other versioning operations include shifting the model to a state at a particular time point.
10 powl Features and Usage Overview 10 Use Case: Semantic Web Enhanced Content Management Web Content Management is an area for which distributed, collaborative and browser-based editing of content and knowledge bases is crucial. To show the advantages of powl in this area, a module was prototypically developed implementing a new ontology based Content Management approach. One of the main Content Management concepts is the separation of structure, content and layout. This is realized by defining different ontologies representing such information. These may be filled with concrete data and enhanced using powl which is shown in the following pages. powl s API framework is used to extract this knowledge from powl s store and combine it with web-page templates to render the resulting website. The advantages of this approach in contrast to the commonly used web-page centric approach include: Information to be published on a website may be organized and structured using all features provided by the Semantic Web knowledge representation standards (RDF, RDFS and OWL). Common class definitions such as for publications (BibTex), contact information (VCard) or Events (VCal) are worldwide uniquely reference- and easily extendable. Content syndication is extremely simplified content ontologies may be published (e.g. using the included RDF NetAPI) and reused without loosing information or having conversion overhead. Adding specific content is reduced to define an appropriate OWL class and fill it with instances. About every thing else cares powl (e.g. form generation for data editing, versioning). How content should be displayed may be defined in a very flexible way: Layout templates (how to render class instances in a web page) are related to the class definition or even more flexible to the properties. This layout information is of course inherited through sub-classes and sub-properties. User searches in the web-site content can be supported by suggesting classes (categories) to restrict the search to and thus to semantically refine the search. Creating multilingual websites is very easy and does not require copying data, since the RDF support for adding a language identifier to literals is used. This Chapter describes at the concrete usage scenario of adding content to a University chair website the usage of the powl Content Management module. A more detailed article (in German) on the powl CMS approach will be found in [6] and is available from the powl s Semantic Web Challenge application website. An English translation of the article is in preparation.
11 powl Features and Usage Overview 11 Structured Content As stated in the introduction of this chapter content may be structured more fine grained as conventionally segmenting it into different web pages. This of course makes only sense if similar structured content is found in different places (on different web-pages). This similarity is described by an OWL class which should be defined or imported as described in the first Chapter of this document. If this class is defined to be a subclass of content:content, special properties ( content:contentstatus and content:contentworkflowstatus ) are inherited. 1 Content is organized in OWL classes. 2 Choose or create an instance. 3 Edit the content by filling out the values of its properties. The property ContentDetail in this example can be edited by using the integrated HTML WYSIWYG editor. 4 The special properties content:contentstatus and content:contentworkflowstatus describe the visibility for arbitrary web-site visitors and the position in the content life cycle.
12 powl Features and Usage Overview 12 Website Page Structure This screenshot shows the Web Content Management module in powl. This module enables editing the tree-like website page or navigation structure, which is mapped to instances of the structure:page class. Every page in fact is one such instance, the properties structure:pagechildof and structure:pageposition specify the position in the page tree. The CMS module is only needed to make editing more convenient. The editing frame is divided into two parts: The first part ( Structure ) provides information over the position of the page. The second part ( Content ) allows choosing a class which s instances should be arranged as overview and/or editing unstructured page content with the integrated WYSIWYG HTML editor. 1 Choose the page which should be edited or add a new one by clicking on Add Page 2 Define structure information of the page (position in the page tree, which is shown as navigation on the website). 3 If the page should contain an overview over instances of a specific class select the class here. 4 Define additional unstructured content with the WYSIWYG editor. This content will be shown on top of the page.
13 powl Features and Usage Overview 13 Layout To edit the layout of the website go back to the Instances pane in the top menu and choose a template class. layout:classtemplate and layout:propertytemplate instances describes how instances of a class respectively property values should be rendered as HTML snippets. This step is optional since the default templates should be appropriate in most cases. 1 Choose the class ClassTemplate for editing the template of a content class, the class PropertyTemplate for editing the template of a property or choose the class OverviewTemplate for editing the template of an overview page defining how multiple instances should be rendered in a combined view. 2 Choose or create an instance. 3 Edit the template definition (HTML source code with specified markers for the classes property values) and relate it to a content class (property respectively) which should be rendered with the given template definition by choosing it as property value for the property layout:templateresource.
14 powl Features and Usage Overview 14 Rendered Website Combining the information of content, structure and layout (edited in the last 3 steps) results in a web-site page shown here. The following screenshot exposes an instance overview page which shows a list of instances from the content class Projects. 1 The website navigation menu is created dynamically with the specified language labels. Page Projects is currently shown. 2 The content edited using the WYSIWYG HTML editor. 3 The instance overview. Each entry is linked with an appropriate detail page (see next page).
15 powl Features and Usage Overview 15 HTML Representation of Structured Content This is the detail page for the chosen instance from the overview page. 1 Select a language the page is available for. 2 The label of the instance in the selected language. 3 The value of ContentDetail edited with the WYSIWYG editor. 4 The field Contact is the value of the property ProjectMember. This property has its own property template and is linked to another instance ( kpf ) with label Klaus Peter Fähnrich.
16 powl Features and Usage Overview 16 Semantic Web Enhanced Search This page shows the results of a search for the word logic. Each item of the result is linked to its detail page. Search results can be filtered (for distinct content classes) by using the drop-down-box on the right side. 1 Search string. Boolean operators may be used. 2 A search result matching the search string corresponds to an unstructured content page or an instance of a content class where at least one property value matches the search string. A specific search result combines: the instance label (title) linked with the corresponding detail page; an excerpt from the matching literal value with the search string highlighted; a relevance rating in percent and a link to search for other instances of the same content class. 3 Drop down box with the classes (for convenience here labelled categories) of all result items. By selecting a class (category) the search will be filtered and only results that are instances of the chosen class or one of its subclasses are shown. In the given example the powl WCMS semantic search engine detected the search string logic in instances of the bibtex:entry, bibtex:inproceedings, bibtex:misc and bibtex:article classes and correspondingly suggests possible semantic refinements. References [1] Auer, S.: powl Homepage, The Web, 2004, [2] The PHP Group: PHP Homepage, [3] Netcraft Web Server Survey, [4] Moore, G., Seaborne, A.: RDF Net API, W3C Member Submission, 2. October [5] Patel-Schneider, P., Stein, L.: Web Ontology Language (OWL) Reference version 1.0. Recommendation, W3C (2004), [6] Auer, S., Beck, N.: Semantic Web Content Management, To be published in Proceedings of LIT04, Akademische Verlagsgesellschaft Berlin, Imprint Infix. [7] Auer, S.: powl A Web Based Platform for Collaborative Semantic Web Development, Submitted for Workshop, Evaluation of Ontology-based Tools, 2004, (
Powl A Web Based Platform for Collaborative Semantic Web Development
Powl A Web Based Platform for Collaborative Semantic Web Development Sören Auer University of Leipzig [email protected] Abstract: We outline Powl, an opensource, web-based semantic web development
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
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,
User s Guide. Version 2.1
Content Management System User s Guide Version 2.1 Page 1 of 51 OVERVIEW CMS organizes all content in a tree hierarchy similar to folder structure in your computer. The structure is typically predefined
Online shopping store
Online shopping store 1. Research projects: A physical shop can only serves the people locally. An online shopping store can resolve the geometrical boundary faced by the physical shop. It has other advantages,
J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX
Oracle Application Express 3 The Essentials and More Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX Arie Geller Matthew Lyon J j enterpririse PUBLISHING BIRMINGHAM
SYSTRAN v6 Quick Start Guide
SYSTRAN v6 Quick Start Guide 2 SYSTRAN v6 Quick Start Guide SYSTRAN Business Translator SYSTRAN Premium Translator Congratulations on your SYSTRAN v6 purchase which uses the latest generation of language
Content Management Systems: Drupal Vs Jahia
Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. [email protected] Abstract Content Management Systems
Using your Drupal Website Book 1 - Drupal Basics
Book 1 - Drupal Basics By Karl Binder, The Adhere Creative Ltd. 2010. This handbook was written by Karl Binder from The Adhere Creative Ltd as a beginners user guide to using a Drupal built website. It
Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation
Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Credit-By-Assessment (CBA) Competency List Written Assessment Competency List Introduction to the Internet
Business Application Development Platform
Business Application Development Platform Author Copyright Last update Version Document type Sclable Business Solutions GmbH Attribution-NonCommercial-NoDerivatives 4.0 International 01/28/2014 1.0 Technical
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
Getting Started Guide
TopBraid Composer Getting Started Guide Version 2.0 July 21, 2007 TopBraid Composer, Copyright 2006 TopQuadrant, Inc. 1 of 58 Revision History Date Version Revision August 1, 2006 1.0 Initial version September
PCVITA Express Migrator for SharePoint (File System) 2011. Table of Contents
Table of Contents Chapter-1 ---------------------------------------------------------------------------- Page No (2) What is PCVITA Express Migrator for SharePoint (File System)? Migration Supported The
Novell ZENworks Asset Management 7.5
Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 USING THE WEB CONSOLE Table Of Contents Getting Started with ZENworks Asset Management Web Console... 1 How to Get Started...
Beginning Oracle. Application Express 4. Doug Gault. Timothy St. Hilaire. Karen Cannell. Martin D'Souza. Patrick Cimolini
Beginning Oracle Application Express 4 Doug Gault Karen Cannell Patrick Cimolini Martin D'Souza Timothy St. Hilaire Contents at a Glance About the Authors Acknowledgments iv xv xvil 0 Chapter 1: An Introduction
Database Forms and Reports Tutorial
Database Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components
Liferay Portal 4.0 - User Guide. Joseph Shum Alexander Chow
Liferay Portal 4.0 - User Guide Joseph Shum Alexander Chow Liferay Portal 4.0 - User Guide Joseph Shum Alexander Chow Table of Contents Preface... viii User Administration... 1 Overview... 1 Administration
SonicWALL GMS Custom Reports
SonicWALL GMS Custom Reports Document Scope This document describes how to configure and use the SonicWALL GMS 6.0 Custom Reports feature. This document contains the following sections: Feature Overview
System requirements 2. Overview 3. My profile 5. System settings 6. Student access 10. Setting up 11. Creating classes 11
Table of contents Login page System requirements 2 Landing page Overview 3 Adjusting My profile and System settings My profile 5 System settings 6 Student access 10 Management Setting up 11 Creating classes
Getting Started with the new VWO
Getting Started with the new VWO TABLE OF CONTENTS What s new in the new VWO... 3 Where to locate features in new VWO... 5 Steps to create a new Campaign... 18 Step # 1: Enter Campaign URLs... 19 Step
Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint
Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint Christian Fillies 1 and Frauke Weichhardt 1 1 Semtation GmbH, Geschw.-Scholl-Str. 38, 14771 Potsdam, Germany {cfillies,
Business Insight Report Authoring Getting Started Guide
Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,
Shop by Manufacturer Custom Module for Magento
Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible
EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators
EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...
Chapter 15: Forms. User Guide. 1 P a g e
User Guide Chapter 15 Forms Engine 1 P a g e Table of Contents Introduction... 3 Form Building Basics... 4 1) About Form Templates... 4 2) About Form Instances... 4 Key Information... 4 Accessing the Form
EMC Documentum Composer
EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights
Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5.
1 2 3 4 Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. It replaces the previous tools Database Manager GUI and SQL Studio from SAP MaxDB version 7.7 onwards
CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual
Training A brief overview of your website s content management system () with screenshots. 1 Contents Logging In:...3 Dashboard:...4 Page List / Search Filter:...5 Common Icons:...6 Adding a New Page:...7
BreezingForms Guide. 18 Forms: BreezingForms
BreezingForms 8/3/2009 1 BreezingForms Guide GOOGLE TRANSLATE FROM: http://openbook.galileocomputing.de/joomla15/jooml a_18_formulare_neu_001.htm#t2t32 18.1 BreezingForms 18.1.1 Installation and configuration
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
CMS Training. Prepared for the Nature Conservancy. March 2012
CMS Training Prepared for the Nature Conservancy March 2012 Session Objectives... 3 Structure and General Functionality... 4 Section Objectives... 4 Six Advantages of using CMS... 4 Basic navigation...
WatchDox Administrator's Guide. Application Version 3.7.5
Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals
Bitrix Site Manager 4.1. User Guide
Bitrix Site Manager 4.1 User Guide 2 Contents REGISTRATION AND AUTHORISATION...3 SITE SECTIONS...5 Creating a section...6 Changing the section properties...8 SITE PAGES...9 Creating a page...10 Editing
Interworks. Interworks Cloud Platform Installation Guide
Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,
Creating and Managing Online Surveys LEVEL 2
Creating and Managing Online Surveys LEVEL 2 Accessing your online survey account 1. If you are logged into UNF s network, go to https://survey. You will automatically be logged in. 2. If you are not logged
Installing OneStop Reporting Products
Installing OneStop Reporting Products Contents 1 Introduction 2 Product Overview 3 System Requirements 4 Deployment 5 Installation 6 Appendix 2010 OneStop Reporting http://www.onestopreporting.com [email protected]
Virtual Communities Operations Manual
Virtual Communities Operations Manual The Chapter Virtual Communities (VC) have been developed to improve communication among chapter leaders and members, to facilitate networking and communication among
Optimizing Drupal Performance. Benchmark Results
Benchmark Results February 2010 Table of Contents Overview 3 Test Environment 3 Results Summary 4 Configurations and Test Details 8 Bytecode Caching 12 Improving Drupal Code with Partial Caching 13 Full
BillQuick Agent 2010 Getting Started Guide
Time Billing and Project Management Software Built With Your Industry Knowledge BillQuick Agent 2010 Getting Started Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)
CDyWeb Content Management System (CCMS) V3.3. User Manual
CDyWeb Content Management System (CCMS) V3.3 User Manual Page 1 Table of Contents Table of Contents...2 1. Finding your way...3 2. Page editing...4 2.1 Changing order...4 2.2 Add a page...5 2.3 Edit Page...9
ARC: appmosphere RDF Classes for PHP Developers
ARC: appmosphere RDF Classes for PHP Developers Benjamin Nowack appmosphere web applications, Kruppstr. 100, 45145 Essen, Germany [email protected] Abstract. ARC is an open source collection of lightweight
Top Navigation menu - Tabs. User Guide 1. www.magazento.com & www.ecommerceoffice.com
User Guide User Guide 1 Extension Description Successful Websites ALWAYS have logical navigation that mirror real world navigational expectations and experiences. Good menus ALWAYS looks 100% clear, because
Oracle Application Express Workshop
Oracle Application Express Workshop 0419 904 458 www.sagecomputing.com.au [email protected] Edition AUSOUG Conference 2006 SAGE Computing Services 2005-2006 SAGE Computing Services believes
USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy
USER GUIDE Unit 2: Synergy Chapter 2: Using Schoolwires Synergy Schoolwires Synergy & Assist Version 2.0 TABLE OF CONTENTS Introductions... 1 Audience... 1 Objectives... 1 Before You Begin... 1 Getting
Table of Contents 1. RedDot CMS Project Builder Training Beginning Concepts. 2008 RedDot
Table of Contents 1 RedDot CMS Project Builder Training Beginning Concepts 2008 RedDot Privacy Policy Confidential & Proprietary This information is intended for the use of the individual or entity to
Copyright 2012 Trend Micro Incorporated. All rights reserved.
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme 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
Netwrix Auditor for SQL Server
Netwrix Auditor for SQL Server Quick-Start Guide Version: 7.1 10/26/2015 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from
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
JBoss Portal 2.4. Quickstart User Guide
Portal 2.4 Quickstart User Guide Table of Contents Portal - Overview... iii 1. Tutorial Forward...1 2. Installation...2 2.1. Downloading and Installing...2 2.2. Starting Portal...3 3. Portal Terminology...5
ORACLE BUSINESS INTELLIGENCE WORKSHOP
ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business
Mindshare Studios Introductory Guide to Content Management Systems
Mindshare Studios Introductory Guide to Content Management Systems A quick introduction to web-based content management. What is a CMS? A content management system (CMS) is a web application for creating
System Administration Training Guide. S100 Installation and Site Management
System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5
User Guide. Chapter 1. SitePublish: Content Management System
User Guide Chapter 1 SitePublish: Content Management System Table of Contents About SharpSchool... 4 About this Guide... 4 Who Should Use this Guide... 4 About SitePublish... 5 Accessing your Website...
5.1 Features 1.877.204.6679. [email protected] Denver CO 80202
1.877.204.6679 www.fourwindsinteractive.com 3012 Huron Street [email protected] Denver CO 80202 5.1 Features Copyright 2014 Four Winds Interactive LLC. All rights reserved. All documentation
Tutorial: Building a Dojo Application using IBM Rational Application Developer Loan Payment Calculator
Tutorial: Building a Dojo Application using IBM Rational Application Developer Loan Payment Calculator Written by: Chris Jaun ([email protected]) Sudha Piddaparti ([email protected]) Objective In this
Table of Contents INTRODUCTION... 2 HOME PAGE... 3. Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG...
Table of Contents INTRODUCTION... 2 HOME PAGE... 3 Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG... 11 Raising a Service Request... 12 Edit the Service Request...
SiteBuilder E-Shop User Guide
SiteBuilder E-Shop User Guide Contents What is eshop?... 3 Setting up eshop for the first time... 4 Setting up your ordering information... 4 Deciding how to process orders... 5 Setting your general configuration
Towards a Semantic Wiki Wiki Web
Towards a Semantic Wiki Wiki Web Roberto Tazzoli, Paolo Castagna, and Stefano Emilio Campanini Abstract. This article describes PlatypusWiki, an enhanced Wiki Wiki Web using technologies from the Semantic
Netwrix Auditor for Windows Server
Netwrix Auditor for Windows Server Quick-Start Guide Version: 7.0 7/7/2015 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from
How To Use Query Console
Query Console User 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 Query Console User
Microsoft Project Server 2010 Project Manager s Guide for Project Web App
Microsoft Project Server 2010 Project Manager s Guide for Project Web App Copyright This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web
Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology
Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology Hong-Linh Truong Institute for Software Science, University of Vienna, Austria [email protected] Thomas Fahringer
User Guide. Trade Finance Global. Reports Centre. October 2015. nordea.com/cm OR tradefinance Name of document 8/8 2015/V1
User Guide Trade Finance Global Reports Centre October 2015 nordea.com/cm OR tradefinance Name of document 2015/V1 8/8 Table of Contents 1 Trade Finance Global (TFG) Reports Centre Overview... 4 1.1 Key
rpaf KTl Pen source Alfresco 3 Records Management Comply with regulations and secure your organization's records with Alfresco Records Management
Alfresco 3 Records Management Comply with regulations and secure your organization's records with Alfresco Records Management Dick Weisinger rpaf KTl Pen source I I /t V»» IV I I community experience distilled
Netwrix Auditor for Active Directory
Netwrix Auditor for Active Directory Quick-Start Guide Version: 7.1 10/26/2015 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment
This means that any user from the testing domain can now logon to Cognos 8 (and therefore Controller 8 etc.).
ChaseReferrals and multidomaintrees Graphical explanation of the difference Imagine your Active Directory network looked as follows: Then imagine that you have installed your Controller report server inside
UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1
UH CMS Basics Cascade CMS Basics Class UH CMS Basics Updated: June,2011! Page 1 Introduction I. What is a CMS?! A CMS or Content Management System is a web based piece of software used to create web content,
Website Creator Pro Quick Reference Guide. Version: 0.5
Website Creator Pro Quick Reference Guide Version: 0.5 Contents 1. Introduction 3 2. Navigation 4 2.1. Top Bar 4 2.1.1. Tabs 4 2.1.2. Buttons 4 2.2. Website Structure Fly-Out 4 3. Usage 5 3.1. Editor 5
NETWRIX FILE SERVER CHANGE REPORTER
NETWRIX FILE SERVER CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 3.3 April/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute
IBM DB2 XML support. How to Configure the IBM DB2 Support in oxygen
Table of Contents IBM DB2 XML support About this Tutorial... 1 How to Configure the IBM DB2 Support in oxygen... 1 Database Explorer View... 3 Table Explorer View... 5 Editing XML Content of the XMLType
DiskPulse DISK CHANGE MONITOR
DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com [email protected] 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product
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
INTRODUCING ORACLE APPLICATION EXPRESS. Keywords: database, Oracle, web application, forms, reports
INTRODUCING ORACLE APPLICATION EXPRESS Cristina-Loredana Alexe 1 Abstract Everyone knows that having a database is not enough. You need a way of interacting with it, a way for doing the most common of
Logi Ad Hoc Reporting Report Design Guide
Logi Ad Hoc Reporting Report Design Guide Version 11.2 Last Updated: March, 2014 Page 2 Table of Contents INTRODUCTION... 4 What is Logi Ad Hoc Reporting?... 5 CHAPTER 1 Getting Started... 6 Learning the
Application Developer Guide
IBM Maximo Asset Management 7.1 IBM Tivoli Asset Management for IT 7.1 IBM Tivoli Change and Configuration Management Database 7.1.1 IBM Tivoli Service Request Manager 7.1 Application Developer Guide Note
Personal Geodatabase 101
Personal Geodatabase 101 There are a variety of file formats that can be used within the ArcGIS software. Two file formats, the shape file and the personal geodatabase were designed to hold geographic
User Manual for Web. Help Desk Authority 9.0
User Manual for Web Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic
Developing Physical Solutions for InfoSphere Master Data Management Server Advanced Edition v11. MDM Workbench Development Tutorial
Developing Physical Solutions for InfoSphere Master Data Management Server Advanced Edition v11 MDM Workbench Development Tutorial John Beaven/UK/IBM 2013 Page 1 Contents Overview Machine Requirements
Advanced Training Reliance Communications, Inc.
Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Contents... 2 Before you Begin... 4 Advanced Lists... 4 List Builder... 4 Create a List...
Netwrix Auditor for Exchange
Netwrix Auditor for Exchange Quick-Start Guide Version: 8.0 4/22/2016 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from Netwrix
Usage Analysis Tools in SharePoint Products and Technologies
Usage Analysis Tools in SharePoint Products and Technologies Date published: June 9, 2004 Summary: Usage analysis allows you to track how websites on your server are being used. The Internet Information
Kentico CMS 6.0 Tutorial
Kentico CMS 6.0 Tutorial 2 Kentico CMS 6.0 Tutorial Table of Contents Introduction 5... 5 Kentico CMS Overview Installation 7... 7 Prerequisites... 8 Setup installation... 8 Web application installation...
Sisense. Product Highlights. www.sisense.com
Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze
KASPERSKY LAB. Kaspersky Administration Kit version 6.0. Administrator s manual
KASPERSKY LAB Kaspersky Administration Kit version 6.0 Administrator s manual KASPERSKY ADMINISTRATION KIT VERSION 6.0 Administrator s manual Kaspersky Lab Visit our website: http://www.kaspersky.com/
Richmond Systems. SupportDesk Web Interface User Guide
Richmond Systems SupportDesk Web Interface User Guide 1 Contents SUPPORTDESK WEB INTERFACE...3 INTRODUCTION TO THE WEB INTERFACE...3 FEATURES OF THE WEB INTERFACE...3 HELPDESK SPECIALIST LOGIN...4 SEARCHING
Table of Contents. Introduction...9. Installation...17. Program Tour...31. The Program Components...10 Main Program Features...11
2011 AdRem Software, Inc. This document is written by AdRem Software and represents the views and opinions of AdRem Software regarding its content, as of the date the document was issued. The information
SAS Business Data Network 3.1
SAS Business Data Network 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Business Data Network 3.1: User's Guide. Cary,
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
emarketing Manual- Creating a New Email
emarketing Manual- Creating a New Email Create a new email: You can create a new email by clicking the button labeled Create New Email located at the top of the main page. Once you click this button, a
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
MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC
MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL
Kentico Content Management System (CMS
Kentico Content Management System (CMS Table of Contents I. Introduction... 1 II. Log into a Kentico CMS Desk to Edit GC Website... 1 A. Select a Browser (Internet Explorer or Firefox only)... 1 B. Login
Kentico CMS 7.0 E-commerce Guide
Kentico CMS 7.0 E-commerce Guide 2 Kentico CMS 7.0 E-commerce Guide Table of Contents Introduction 8... 8 About this guide... 8 E-commerce features Getting started 11... 11 Overview... 11 Installing the
Cloudwords Drupal Module. Quick Start Guide
Cloudwords Drupal Module Quick Start Guide 1 Contents INTRO... 3 HOW IT WORKS... 3 BEFORE YOU INSTALL... 4 In Cloudwords... 4 In Drupal... 4 INSTALLING THE CLOUDWORDS DRUPAL MODULE... 5 OPTION ONE: Install
