Deliverable 7.3. Workflow Manager. Poznao Supercomputing and Networking Center

Size: px
Start display at page:

Download "Deliverable 7.3. Workflow Manager. Poznao Supercomputing and Networking Center"

Transcription

1 Deliverable 7.3 Workflow Manager Poznao Supercomputing and Networking Center

2 Table of contents 1 Introduction E-VLBI Correlation Platform Liferay introduction NEXPReS model User Roles and Permission Experiments and Workflow portlets Telescope, Correlator, external tools Portlets Visualization of the experiment Correlation testbed How to conduct an experiment short user manual System log-in Experiments page (and portal navigating) Experiment creation Experiment s workflow Experiment submission Software Table of figures Figure 1. Fabric Workflow Manager Application... 3 Figure 2. NEXPReS module architecture... 5 Figure 3. Example of correlation's graph... 7 Figure 4. WP7 testbed based on partner's resources... 8 Figure 5. Sign in portlet... 9 Figure 6. Welcome screen... 9 Figure 7. Experiments page Figure 8. Creating new experiment Figure 9. Workflows portlet D7.3 Workflow Manager Page2

3 1 Introduction This document describes e-vlbi Platform software developed within WP7 Correlation in a shared infrastructure. It contains a short overview of previous approach prepared in EXPReS project, presents a new web based perspective for data correlation, provides description of the current testbed and finally describes the content of the software components. 2 E-VLBI Correlation Platform The Workflow Manager Application (WFM) has been constructed in EXPReS project within Fabric activity. The idea was to create a prototype system for software correlation. The WFM was a main interface between users and the system and has been constructed as a standalone Java window-based application. Figure 1. Fabric Workflow Manager Application User can create so called observation workflows based on an observation schedule. The application allows also defining correlation parameters which controls the behaviour of the software correlator. The completed observation workflow is then submitted for further processing. The role of WFM application within NEXPReS project has been significantly extended. The WFM has been transformed from a single user application to a multiuser and multipurpose application for all VLBI actors. The application became a central place not only to manage and control a distributed correlation platform, but also to monitor the entire experiment process. PSNC has created an e-vlbi Correlation Platform which will be used within VLBI community to manage and monitor experiments. The WFM application has been rewritten using web based technologies and nested in the Correlation Platform as a portlet. 2.1 Liferay introduction Experiences from the EXPReS Fabric project lead to a new approach for handling e- VLBI experiments. Instead of a single point of entry for Principal Investigator, allowing only submission of the correlation using specified resources, focus was put to facilitate whole process of setting up the observation, execution, monitoring and validating correlation process. A need for a multi-user program arose. It should D7.3 Workflow Manager Page3

4 provide various, pluggable tools and allow easy development, integration and deployment of new applications. A research was done about available solutions (WP7 State of the Art on Web Portals and Web Technologies: and Liferay Portal ( was chosen as a platform for NEXPReS project. Liferay Portal is an enterprise web platform for building business solutions that delivers immediate results and long-term value (from Liferay website). It contains out-of-the-box set of portlets providing basic needs for a web platform user management, login functionality, alerts and announcements, collaboration tools such as chats, documents and so on. It is also a typical portlet container, which allows writing own applications and deploying them inside the portal. Deployed applications can be added to portal pages as portlets modular, pluggable user interface components. Administrators can prepare and set up which sets of portlets will be visible on each page of the portal. A great deal of influence on deciding on portal solution was collaboration and multiuser approach. Using provided user management tools we can model each type of actor as a specific user role, create communities, organizations and user groups. For each such unit a specific page or view can be created, containing only needed applications. This allows to create a dedicated page layouts for different user types. Cooperation between scientists during observation is fulfilled by adaptation of the Liferay portlets, which provide a chat functionality, mail (also connected with external mail services) and message boards. System generated information is also displayed to interested parties using alerts and announcements portlet. Crucial requirement of the Workflow Manager in Liferay portal was intuitive and responsive user interface. From technologies supported by the portal, JSF (Java Server Faces - and ICEFaces ( were chosen. JSF is a Web application framework and simplifies building user interfaces. It supports Model-View-Controller architecture pattern and is written in Java. ICEFaces on the other hand extends JSF framework with Ajax support, which allows development of rich internet applications. Asynchronous updates from server to client is provided by Automatic Ajax and Ajax Push functionalities. This allows to update data in the user s browser without reloading whole page, depending on the state of the model on the server. Objects during e-vlbi observation will be constantly changing, updating the statuses of the components, executing steps of the correlation process. This changes will be immediately displayed to all interested users in their Liferay portal instance. D7.3 Workflow Manager Page4

5 2.2 NEXPReS model Figure 2. NEXPReS module architecture User Roles and Permission During design of the e-vlbi Platform we had to take into account the structure and functionalities of the Liferay Portal. One of such feature is user support. After evaluating NEXPReS use cases we have decided to create 5 NEXPReS roles: PI Principal Investigator SS Support Scientist TO Telescope Operator CO Correlator Operator Admin e-vlbi Platform Administrator Each of the four user types (beside Admin) has an unique perspective in the portal providing default view, customized for this particular role, containing all portlets required by the user. User roles also allow to enforce permissions on whole e-vlbi Platform e.g. general information about NEXPReS displayed for not logged or unregistered visitors, displaying monitoring information of the correlation process to logged, non-correlator operators and finally providing interactive controls for correlator operators Experiments and Workflow portlets In e-vlbi Platform information about experiments (VLBI observations) will be displayed using two portlets: Experiments and Workflow. Experiments portlet displays all existing observations in the system. It also allows to create new experiment, by uploading VEX file describing e-vlbi observation and specifying additional D7.3 Workflow Manager Page5

6 information. General information of the experiment (Status, time to start) is being displayed to the user. By selecting the experiment more information about the experiment is available. Most important is graphical representation of the experiment in Workflow portlet (see Figure 9. Workflows portlet). Interaction with the experiment is possible using this view: before experiment starts it allows modifications of the whole process and during the observation it provides monitoring information about experiment Telescope, Correlator, external tools Portlets Pluggable architecture of e-vlbi Platform allows adding new modules, providing new functionalities to whole application. Some of the distinguished portlets, which will be needed during VLBI observation are: Telescope Portlet - allowing Telescope Operators to operate and communicate with their telescope module, others can monitor progress and status of telescope operations during observation. Correlator Portlet - allowing Correlator Operators set up of the correlation process, specifying parameters of the correlation. It also allows monitoring of the correlation process to all interested parties. Fringe Plots graphical module used to display fringe plots required to update and adjust telescopes and correlation parameters 2.3 Visualization of the experiment Initial experiment upload to Workflow Manager contains only a VEX file and author s information. Basing on this file the correlation representation is created by Workflow Manager both on server side and in user tools, to visualise the flow of data and resources taking part in e-vlbi experiment. On client side the convenient Workflows portlet was developed. It comprises both Java portlet and Adobe Flash technologies, thereby addressing standards support (Java portlet can be deployed in any portlet s container) as well as platforminteroperation (embedding binary Flash content). Portlet embedded in Liferay portal uses JSF (Java Server Pages) GUI libraries Java-based Web application framework intended to simplify development integration of web-based user interfaces (source: Wikipedia). JSF facilitates mapping from/to web application to/from Java model classes on server and extended with AJAX libraries (e.g. IceFaces) results with responsive and intuitive user interfaces. On user selection in web browser, the VLBI experiment s representation is rendered inside Workflows portlet. This portlet is intended as a tool for graphical design of e-vlbi workflow a graph representing data flow within telescopes, translation nodes and correlators during correlation process. e-vlbi workflow visualises resources taking part in experiment (see Figure 3. Example of correlation's graph) and - by connecting them with each other user defines destination/sources of data for services carrying out the correlation. Changes made in correlation s workflow are reflected in model classes and saved on server side. Designed graph can be edited and parameters of experiment can be changed. When correlation time is met D7.3 Workflow Manager Page6

7 workflow s modifications are no longer possible, and the experiment is started on infrastructure. Figure 3. Example of correlation's graph Representation of experiment s workflow is rendered in Workflows portlet using Flex/ActionScript technologies, a web-enabled toolkit supporting visualisation of graph-like data. To enable data synchronisation between server-side model and Flash client application an Adobe s BalzeDS messaging technology was used. BlazeDS allows for RPC-based communication from ActionScript clients to server as well as for PUSH-like transfer of data from server to clients. The data sent is in AMF format a binary protocol enhancing light and fast communication. On the server side experiment is passed to Experiment Manager Unit (EMU) which ensures coherence between correlation definition and infrastructure resources. EMU schedules experiments to start automatically the proper model objects of workflow are created, passed to workflow management module. The correlation is started by invoking web services of Fabric system. D7.3 Workflow Manager Page7

8 3 Correlation testbed Resources assigned by the project partners to the NEXPReS project have been set up to form a testbed for e-vlbi Platform developed by PSNC within work package. The testbed consists of (see also Figure 4. WP7 testbed based on partner's resourcesfigure 4): computational resources which will be used during correlation process, translation. These have been provided by PSNC, Jive and Ventspils. Translation services which serve the telescope data Correlation services which handle correlation process VLBI Broker deployed at PSNC to handle experiments E-VLBI Platform replacement of Fabric Workflow Manager Figure 4. WP7 testbed based on partner's resources A current version of e-vlbi Platform has been deployed on local installation at PSNC. This local installation is available to all project partners. The idea is to keep this software operable till the end of the project duration. This site will be updated whenever a new version of the e-vlbi Platform is available. This will allow us to conduct experiments at any time and also use this installation for demonstration purposes. D7.3 Workflow Manager Page8

9 4 How to conduct an experiment short user manual This section describes actions needed to be taken by user in order to create experiment and submit it for correlation. The process is taken from user point of view and therefore presented in form of short manual illustrated with live e-vlbi Platform system screenshots. The general scenario when running a correlation with e-vlbi Platform is to log into portal, navigate to page containing experiment related-portlets (management and workflows) where new experiment can be created and its workflow designed. The required user interaction ends at this point, as Experiment Manager Unit (EMU) running on server side takes responsibility for running and monitor correlation process. Steps needed to conduct experiment are described in more detail below. 4.1 System log-in In web browser (preferably Mozilla Firefox 9.0+ or Google Chrome 14.0+) navigate to e-vlbi Platform main page Click Log in link in upper right corner Figure 5. Sign in portlet Provide your user credentials in the form that will be displayed (to obtain user and password contact your e-vlbi Platform administrator) On successful log in you will be redirected to portal s welcome site displaying general information. Figure 6. Welcome screen D7.3 Workflow Manager Page9

10 4.2 Experiments page (and portal navigating) Figure 7. Experiments page After successful log in you are located on e-vlbi Portal s main page. To get back there (in case of any navigation problems) click NEXPReS logo located in upper left page corner. Page on which experiment-related portlets are placed is called Experiments. It is listed among other sites on top horizontal bar. To navigate to this page just click on the page name. Other sites can be accessed the same way. The Experiments site contains 2 portlets: o Experiments main entry point to manage all your experiments allows for creation and selection or experiment to be edited in other portlets. For user s convenience view is divided into 2 tabs, grouping experiments by their status: Active the experiments that are to be started in the future (status SCHEDULED) and currently running (status RUNNING). Some of them may still require users interaction (e.g. approving telescopes configuration or correlation workflow customization) Archive on this tab user can access all experiment that are no longer running o Workflows this portal is intended to present correlation in graphical, user-friendly way in form of workflow s graph. The important thing to note is that workflows portal is not independent it is connected with Experiments portal. Content rendered in Workflows comes from experiment selected in Experiments window. D7.3 Workflow Manager Page10

11 4.3 Experiment creation Figure 8. Creating new experiment On Experiments site, in Experiments portlet press Create new button An experiment wizard form is displayed containing: o Name provide name under which experiment will be accessible in e- VLBI Platform, o Description provide a short description of the experiment, o VEX file upload of file containing observation definition, o Start date specify the time at which correlation process should be started. When all information in wizard are provided press OK. On successful experiment creation it will be displayed among other experiments in Active tab of Experiments portlet, with status set to SCHEDULED. D7.3 Workflow Manager Page11

12 4.4 Experiment s workflow Figure 9. Workflows portlet Select one of the experiments from list in Experiments portlet In Workflows portlet a visualization of correlation graph will be presented Detailed information on resources taking part in correlation process (telescopes, translation nodes and correlation nodes) can be obtained by selecting elements of correlation graph. Information will be presented in right panel on portlet, listing resource s name, abbreviation and description. 4.5 Experiment submission When creating an experiment (see 4.3) a start date of correlation has to be specified. Experiments due to start in future are listed on Active tab of Experiments portlet (for more details see 4.2), with status set to SCHEDULED. No user interaction is needed to start correlation process at time specified Experiment Manager Unit (EMU) monitors start times of experiments and takes responsibility for running it at given time. When experiment has been started by EMU, its status changes from SCHEDULED to RUNNING. D7.3 Workflow Manager Page12

13 5 Software The table below presents the content of the attached CD-ROM. This includes all client and server components of new e-vlbi Platform. LP COMPONENT / MODULE /OTHER SHORT DESCRIPTION nexpresworkflowflex kiwicommon misc nexpresmodel Correlation Node expresremote misc vlabcommon VLBI Broker nexpres-portlet Actionscript ActionScript/Flex project that builds graphical (Flash technology) part of Workflows management system in e-vlbi Platform. Displays infrastructure of the experiment (radio telescopes, translation nodes, correlation nodes) and properties of each node that takes a part in work. Common KIWI common library set of general purpose utility classes Main project containing all related libraries and Ant build script for e-vlbi Platform Model for e-vlbi Platform i.e. to describe VLBI experiment and to serve internal persistence for infrastructure resources description Fabric Manages all computations on the underlying high performance computers. It provides an abstraction layer for correlation computations, hence the WfM will be able to work with both different hardware infrastructures and different software correlator. Remote client stubs for communication purpose between modules Project containing all related libraries and Ant build script for Fabric components VLab common library set of general purpose utility classes Handles correlation process on the server side: talks to Translation Nodes and Correlation Nodes decides when to submit new portion of data for the correlation. Portlets Contains GUI portal parts all portlets composing NEXPReS e-vlbi Platform JSF resources and web toolkit libraries. This module covers also Flex resources and configuration files. D7.3 Workflow Manager Page13

14 1. 2. experimentmanager (EMU) Workflow Manager (WfM) Workflows Module responsible for management of experiments. All newly created experiment should be registered with EMU. It monitors for experiment-related events and notifies all interested parts. EMU is responsible for starting experiment at time given. WfM handles all actions related to correlation workflow translates data from experiment description into workflow format and after experiment start monitors workflow execution. The current versions of the software components is always available at workpackage SVN repository hosted by PSNC. The repository location is as follows: kiwi.man.poznan.pl/svn/nexpres. D7.3 Workflow Manager Page14

Report on integration of E-VLBI System

Report on integration of E-VLBI System Express Production Real-time e-vlbi Service EXPReS is funded by the European Commission (DG-INFSO), Sixth Framework Programme, Contract #026642 Report on integration of E-VLBI System Title: Report on integration

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

Women Scientists Scheme (WOS-A) (https://online-wosa.gov.in)

Women Scientists Scheme (WOS-A) (https://online-wosa.gov.in) Women Scientists Scheme (WOS-A) (https://online-wosa.gov.in) Principal Investigator Manual Version No: 1 Date: 18 th Oct. 2013 Department of Science and Technology Government of India Table of Contents

More information

Portal/Extranet User Guide for Clients

Portal/Extranet User Guide for Clients Portal/Extranet User Guide for Clients Welcome to the ichannel Portal/Extranet. This guide will walk you through logging into your personalized, secure portal/extranet site. It will also show you how to

More information

mytsa Knowledge Technical Guide

mytsa Knowledge Technical Guide mytsa Knowledge Technical Guide mytsa Knowledge Target Audience: All Partners using mytsa Knowledge Overview: To facilitate the learning process on mytsa Knowledge, all partners are advised to install

More information

SPAR. Installation Guide. Workflow for SharePoint. ITLAQ Technologies

SPAR. Installation Guide. Workflow for SharePoint. ITLAQ Technologies SPAR Workflow for SharePoint 0 ITLAQ Technologies www.itlaq.com Table of Contents I. System Requirements...2 II. Install SPARK Workflow on your environment...2 III. Obtain SPARK Workflow License...7 IV.

More information

Grid Integration of Future Arrays of Broadband Radio Telescopes moving towards e-vlbi

Grid Integration of Future Arrays of Broadband Radio Telescopes moving towards e-vlbi Grid Integration of Future Arrays of Broadband Radio Telescopes moving towards e-vlbi Marcin Okoń Poznań Supercomputing and Networking Center, Supercomputing Department INGRID 2007 S. Margherita Ligure,

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

FuegoBPM Portlet. deployment. BEA WebLogic Portal

FuegoBPM Portlet. deployment. BEA WebLogic Portal FuegoBPM Portlet deployment in BEA WebLogic Portal Table of Contents FuegoBPM Portlet deployment in BEA WebLogic Portal... 3 Introduction... 3 The deployment process... 3 1. Assembly and generation of

More information

How to build Scientific Gateways with Vine Toolkit and Liferay/GridSphere framework

How to build Scientific Gateways with Vine Toolkit and Liferay/GridSphere framework How to build Scientific Gateways with Vine Toolkit and Liferay/GridSphere framework Piotr Dziubecki, Piotr Grabowski, Michał Krysiński, Tomasz Kuczyński, Dawid Szejnfeld, Dominik Tarnawczyk, Gosia Wolniewicz

More information

JBoss Portal Quickstart User Guide. Release 2.6.6

JBoss Portal Quickstart User Guide. Release 2.6.6 JBoss Portal 2.6.6 Quickstart User Guide Release 2.6.6 Table of Contents JBoss Portal - Overview... iii 1. Tutorial Forward...1 2. Installation...2 2.1. Downloading and Installing...2 2.2. Starting JBoss

More information

PRESENCE. News Engine Guide. SchoolMessenger. 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. News Engine Guide. SchoolMessenger. 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE News Engine Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 888-527-5225 www.schoolmessenger.com Contents Introduction... 3 Key Information... 3 Definitions... 3

More information

Nextsense Support System

Nextsense Support System Nextsense Support System Customer manual Author Nextsense Partizanski odredi 62, Skopje Macedonia www.nextsense.com Table of Contents Introduction... 3 Accessing the system... 4 Logging in... 4 I forgot

More information

DESIGN AND IMPLEMENTATION OF SAGE DISPLAY CONTROLLER PROJECT

DESIGN AND IMPLEMENTATION OF SAGE DISPLAY CONTROLLER PROJECT DESIGN AND IMPLEMENTATION OF SAGE DISPLAY CONTROLLER BY Javid M. Alimohideen Meerasa M.S., University of Illinois at Chicago, 2003 PROJECT Submitted as partial fulfillment of the requirements for the degree

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

NAMI Affiliate Profile Center Contact Manual

NAMI Affiliate Profile Center Contact Manual NAMI Affiliate Profile Center Contact Manual Standards of Excellence/Center for Excellence November 2013 Table of Contents Chapter Page I. NAMI Affiliate Profile Center Contact Training Timetable 3 II.

More information

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone 2017-02-13 Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.orckestra.com Content 1 INTRODUCTION... 4 1.1 Page-based systems versus item-based systems 4 1.2 Browser support 5

More information

Getting Started. 1 Check your . Typically, sent from (Note: You may need to check your junk/spam folder).

Getting Started. 1 Check your  . Typically, sent from (Note: You may need to check your junk/spam  folder). Q U ICKSTART G U ID E Getting Started How to Setup Account 1 Check your email. Typically, sent from noreply@edvance360.com. (Note: You may need to check your junk/spam email folder). 2 Select the link

More information

Planets Testbed Prototype Release and Report

Planets Testbed Prototype Release and Report Project Number Project Title Title of Deliverable Deliverable Number Contributing Sub-project and Work-package Deliverable Dissemination Level Deliverable Nature IST-2006-033789 Planets Testbed Prototype

More information

Parent User Guide.

Parent User Guide. Parent User Guide www.intellimedia.ca Table of Contents INTRODUCTION 3 PARENT USER INSTRUCTIONS 4 PARENT ACCESS TO SCHOOLENGAGE 5 NEW PARENT SIGN UP 5 EXISTING PARENT SIGN IN PARENT PORTAL 7 EXISTING PARENT

More information

PRODUCT DESCRIPTIONS AND METRICS

PRODUCT DESCRIPTIONS AND METRICS PRODUCT DESCRIPTIONS AND METRICS Adobe PDM - Adobe LiveCycle Managed Services (2013v3) The Services described in this PDM are Managed Services and are governed by the terms of the General Terms, the Exhibit

More information

Welcome to our Moodle site! What is Moodle?

Welcome to our Moodle site! What is Moodle? Welcome to our Moodle site! We are excited to introduce the use of this online e-learning platform in our "Get SMART FAST" Training Program! We believe the use of this virtual classroom and training format

More information

Building Standards Department Markham eplan Applicant Handbook For Building Permits, Sign Permits and Zoning Preliminary Review

Building Standards Department Markham eplan Applicant Handbook For Building Permits, Sign Permits and Zoning Preliminary Review Markham eplan Applicant Handbook For Building Permits, Sign Permits and Zoning Preliminary Review In addition to this user manual, please refer to the instructions provided in the electronic forms (eforms)

More information

Introduction. Overview of HCM. HCM Dashboard CHAPTER

Introduction. Overview of HCM. HCM Dashboard CHAPTER CHAPTER 1 This chapter describes the Hosted Collaboration Mediation (HCM) software. It includes: Overview of HCM, page 1-1 Terminology Used in HCM, page 1-2 HCM Dashboard Architecture, page 1-3 Starting

More information

OGCE User Guide for OGCE Release 1

OGCE User Guide for OGCE Release 1 OGCE User Guide for OGCE Release 1 1 Publisher s Note Release 2 begins the migration to open standards portlets. The following has been published by the Open Grids Computing Environment: OGCE Release 2

More information

Create-A-Page Design Documentation

Create-A-Page Design Documentation Create-A-Page Design Documentation Group 9 C r e a t e - A - P a g e This document contains a description of all development tools utilized by Create-A-Page, as well as sequence diagrams, the entity-relationship

More information

Liferay Digital Experience Platform. New Features Summary

Liferay Digital Experience Platform. New Features Summary Liferay Digital Experience Platform New Features Summary Liferay has redesigned its platform with new functionality in Liferay Digital Experience Platform (DXP). The following is a summary of the key new

More information

SwinDeW-G (Swinburne Decentralised Workflow for Grid) System Architecture. Authors: SwinDeW-G Team Contact: {yyang,

SwinDeW-G (Swinburne Decentralised Workflow for Grid) System Architecture. Authors: SwinDeW-G Team Contact: {yyang, SwinDeW-G (Swinburne Decentralised Workflow for Grid) System Architecture Authors: SwinDeW-G Team Contact: {yyang, jchen}@swin.edu.au Date: 05/08/08 1. Introduction SwinDeW-G is a scientific workflow management

More information

SharePoint User Manual

SharePoint User Manual SharePoint User Manual Developed By The CCAP SharePoint Team Revision: 10/2009 TABLE OF CONTENTS SECTION 1... 5 ABOUT SHAREPOINT... 5 1. WHAT IS MICROSOFT OFFICE SHAREPOINT SERVER (MOSS OR SHAREPOINT)?...

More information

Registering as an Elia supplier on Ariba on invitation

Registering as an Elia supplier on Ariba on invitation Registering as an Elia supplier on Ariba on invitation About this document When an Elia buyer publishes a sourcing event and invites you to participate, you receive an invitation e-mail from Ariba, the

More information

D8.1 Project website

D8.1 Project website D8.1 Project website WP8 Lead Partner: FENIX Dissemination Level: PU Deliverable due date: M3 Actual submission date: M3 Deliverable Version: V1 Project Acronym Project Title EnDurCrete New Environmental

More information

Manual Author PAPER PHASE. EPS Electronic Paper System CIMAC Congress 2019

Manual Author PAPER PHASE. EPS Electronic Paper System CIMAC Congress 2019 Manual Author PAPER PHASE EPS Electronic Paper System CIMAC Congress 2019 2018 Version 2.0 IMPORTANT: For best experience we recommend the following browsers to use this software: Latest Versions of Mozilla

More information

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/ D6.1 Project website and internal IT communication infrastructure Project number: 317930 Project acronym: Project title: HINT Start date of the project: 1 st October, 2012 Duration: Programme: Holistic

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

Liferay IDE Installation and Development on Windows

Liferay IDE Installation and Development on Windows Liferay IDE Installation and Development on Windows Prepared by M&S Consulting Last Modified: December 26, 2010 Contents Background... 1 Eclipse, the Prerequisite... 2 Installing Liferay IDE... 3 Liferay

More information

Liferay Portal 4 - Portal Administration Guide. Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer

Liferay Portal 4 - Portal Administration Guide. Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer Liferay Portal 4 - Portal Administration Guide Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer Liferay Portal 4 - Portal Administration Guide Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer 1.1

More information

2012 Learning Guide Employee. StaffReady.

2012 Learning Guide Employee. StaffReady. 2012 Learning Guide Employee StaffReady http://www.staffready.com Table of Contents 1 MODULE ONE (1): INTRODUCTION, LOGIN, AND WELCOME TAB... 3 1.1 SCHEDULEREADY OVERVIEW... 3 1.2 TECHNOLOGY UPGRADES...

More information

User s Manual for Asix 8. Asix.Evo - Asix Mobile. Doc. No ENP8E017 Version:

User s Manual for Asix 8.  Asix.Evo - Asix Mobile. Doc. No ENP8E017 Version: User s Manual for Asix 8 www.asix.com.pl Asix.Evo - Asix Mobile Doc. No ENP8E017 Version: 2015-10-21 Asix Mobile ASKOM and Asix are registered trademarks of ASKOM Spółka z o.o., Gliwice. Other brand names,

More information

Connecting to Cisco Insight Reporter v3.1

Connecting to Cisco Insight Reporter v3.1 CHAPTER 2 Connecting to Cisco Insight Reporter v3.1 This chapter provides instructions on how to launch the Cisco Insight Reporter v3.1 application after it is installed on a server and describes the various

More information

Deliverable 7.1 M3 m-resist website

Deliverable 7.1 M3 m-resist website H2020-PHC-2014-single-stage PHC-26-2014: Self-management of health and disease: citizen engagement and mhealth Research and Innovation action Deliverable 7.1 M3 m-resist website Version 1.0.0 Status Final

More information

8.0 Help for End Users About Jive for SharePoint System Requirements Using Jive for SharePoint... 6

8.0 Help for End Users About Jive for SharePoint System Requirements Using Jive for SharePoint... 6 for SharePoint 2010/2013 Contents 2 Contents 8.0 Help for End Users... 3 About Jive for SharePoint... 4 System Requirements... 5 Using Jive for SharePoint... 6 Overview of Jive for SharePoint... 6 Accessing

More information

HIRING MANAGER S JOB SITE USER S GUIDE. Fitchburg State University Hiring System

HIRING MANAGER S JOB SITE USER S GUIDE. Fitchburg State University Hiring System HIRING MANAGER S JOB SITE USER S GUIDE Fitchburg State University Hiring System TABLE OF CONTENTS INTRODUCTION... 3 GETTING STARTED... 5 CREATING A POSTING.7 Creating Posting from Position Type... 7 Posting

More information

Content Publisher User Guide

Content Publisher User Guide Content Publisher User Guide Overview 1 Overview of the Content Management System 1 Table of Contents What's New in the Content Management System? 2 Anatomy of a Portal Page 3 Toggling Edit Controls 5

More information

Administrator User Manual Alandalus

Administrator User Manual Alandalus Administrator User Manual Alandalus Document ID USERMANUAL_ALS_2014 Version No. 1.0 Release Date 09-Jan-2014 Ebox solution.2014 This document is provided on the understanding that it is in strict commercial

More information

ServiceWise User Guide. Date:

ServiceWise User Guide. Date: ServiceWise User Guide Author: TechExcel co.ltd Date: Table of Content ServiceWise User Guide Chapter 1 ServiceWise Concepts 1 Chapter 1 -- ServiceWise Concepts 1.1 Understanding ServiceWise 1.1.1 ServiceWise

More information

PeopleAdmin 7 THE BASICS USER MANUAL V. I

PeopleAdmin 7 THE BASICS USER MANUAL V. I PeopleAdmin 7 THE BASICS USER MANUAL V. I Acknowledgements In June 2014, University of Arkansas Human Resources partnered with representatives from the Office of Equal Opportunity and Compliance, the Office

More information

AvePoint Online Services for Partners 2

AvePoint Online Services for Partners 2 AvePoint Online Services for Partners 2 User Guide Service Pack 1 Issued June 2017 Table of Contents What s New in this Guide...4 About...5 Submitting Documentation Feedback to AvePoint...6 Browser Support

More information

CMS Enterprise Portal User Manual

CMS Enterprise Portal User Manual Centers for Medicare & Medicaid Services CMS expedited Life Cycle (XLC) 11/13/2017 Document Number: Enterprise_Portal_User_Manual_v6 Table of Contents Table of Contents 1. Introduction... 1 2. Overview...

More information

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2 Talend Open Studio for MDM Web User Interface User Guide 5.6.2 Talend Open Studio for MDM Web User Interface Adapted for v5.6.2. Supersedes previous releases. Publication date: May 12, 2015 Copyleft This

More information

Web Push Notification

Web Push Notification Web Push Notification webkul.com/blog/web-push-notification-for-magento2/ On - January 13, 2017 This impressive module allows you to send push notification messages directly to the web browser. The biggest

More information

Set Up and Manage Salesforce Communities

Set Up and Manage Salesforce Communities Set Up and Manage Salesforce Communities Salesforce, Spring 16 @salesforcedocs Last updated: April 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

USER GUIDE. Version 2.0. Reflex Online Cash Management

USER GUIDE. Version 2.0. Reflex Online Cash Management TM USER GUIDE Version 2.0 Reflex Online Cash Management Table of Contents USER GUIDE VERSION 2.0 Table of Contents... 2 1. Introduction... 4 1.1 What is Reflex?... 4 1.2 How do I access Reflex?... 4 1.3

More information

inubit Suite 6 Quick Start

inubit Suite 6 Quick Start inubit Suite 6 Quick Start Copyright inubit AG Schöneberger Ufer 89-91 10785 Berlin Germany Phone: +49.30.72 61 12-0 Fax: +49.30.72 61 12-100 E-Mail: contact@inubit.com URL: www.inubit.com inubit AG 2011

More information

Vision Project Connect User Guide. Release 1.5. Administrator Guide

Vision Project Connect User Guide. Release 1.5. Administrator Guide Administrator Guide Vision Project Connect User Guide Vision Project Connect provides seamless integration of Deltek Vision s resource and project planning functionality with Microsoft Project. March 2011

More information

Remote Health Service System based on Struts2 and Hibernate

Remote Health Service System based on Struts2 and Hibernate St. Cloud State University therepository at St. Cloud State Culminating Projects in Computer Science and Information Technology Department of Computer Science and Information Technology 5-2017 Remote Health

More information

Guest Users How to Use PwC Secure File Transfer

Guest Users How to Use PwC Secure File Transfer Overview Guest Users How to Use PwC Secure File Transfer PwC Secure File Transfer (SFT) is a service for transferring files between partners by using different protocols, conventions for naming files,

More information

Ariba Supplier Self-Registration

Ariba Supplier Self-Registration About this document When your company is selected as an Elia supplier, it is registered in the Elia system so that a purchase order can be issued. The first step is that you register as an Elia supplier

More information

Bell County. E-Discovery Portal. Training Guide. 1/8/2014 Version 1.0

Bell County. E-Discovery Portal. Training Guide. 1/8/2014 Version 1.0 Bell County E-Discovery Portal Training Guide 1/8/2014 Version 1.0 The E-Discovery portal has been developed to provide the District Attorney s Office with the ability to electronically upload discoverable

More information

Remote Support 19.1 Web Rep Console

Remote Support 19.1 Web Rep Console Remote Support 19.1 Web Rep Console 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the property

More information

The most current protocol information should be entered. This includes incorporation of all past amendments and modifications.

The most current protocol information should be entered. This includes incorporation of all past amendments and modifications. Georgetown University Institutional Review Board Frequently Asked Questions (FAQs) about eric 1. What is eric? eric stands for Electronic Research and Institutional Compliance. This is an on-line IRB application

More information

PRISM - FHF The Fred Hollows Foundation

PRISM - FHF The Fred Hollows Foundation PRISM - FHF The Fred Hollows Foundation MY WORKSPACE USER MANUAL Version 1.2 TABLE OF CONTENTS INTRODUCTION... 4 OVERVIEW... 4 THE FHF-PRISM LOGIN SCREEN... 6 LOGGING INTO THE FHF-PRISM... 6 RECOVERING

More information

Calendar Management A Demonstration Application of TopBraid Live

Calendar Management A Demonstration Application of TopBraid Live Brief: Calendar Management Calendar Management A Demonstration of TopBraid Live What you will learn in this Brief: Rapid Semantic Building Full life cycle support from model to app Ease of building User

More information

Install Guide WINTER '15 REVISION C. C o p y r i g h t C l o u d A p p s L t d

Install Guide WINTER '15 REVISION C. C o p y r i g h t C l o u d A p p s L t d Install Guide WINTER '15 REVISION C C o p y r i g h t 2 0 1 4 C l o u d A p p s L t d 1 Table of Contents Introduction... 3 Version History... 4 Requirements... 5 Salesforce Organisation Types... 5 Salesforce

More information

WP7. Mark Kettenis April 18, Joint Institute for VLBI in Europe

WP7. Mark Kettenis April 18, Joint Institute for VLBI in Europe WP7 Mark Kettenis kettenis@jive.nl Joint Institute for VLBI in Europe April 18, 2011 Mark Kettenis kettenis@jive.nl (JIVE) NEXPReS WP7 April 18, 2011 1 / 16 Goals Create an automated, distributed correlator

More information

SAS Web Infrastructure Kit 1.0. Overview

SAS Web Infrastructure Kit 1.0. Overview SAS Web Infrastructure Kit 1.0 Overview The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS Web Infrastructure Kit 1.0: Overview. Cary, NC: SAS Institute Inc.

More information

Advanced Topics in WebSphere Portal Development Graham Harper Application Architect IBM Software Services for Collaboration

Advanced Topics in WebSphere Portal Development Graham Harper Application Architect IBM Software Services for Collaboration Advanced Topics in WebSphere Portal Development Graham Harper Application Architect IBM Software Services for Collaboration 2012 IBM Corporation Ideas behind this session Broaden the discussion when considering

More information

Grant agreement no N4U. NeuGRID for you: expansion of NeuGRID services and outreach to new user communities

Grant agreement no N4U. NeuGRID for you: expansion of NeuGRID services and outreach to new user communities Grant agreement no. 283562 N4U NeuGRID for you: expansion of NeuGRID services and outreach to new user communities Combination of Collaborative Project and Coordination and Support Action Objective INFRA-2011-1.2.1

More information

Security Assurance Framework for Networked Vehicular Technology

Security Assurance Framework for Networked Vehicular Technology D7.2 SAFERtec Website Security Assurance Framework for Networked Vehicular Technology Abstract SAFERtec proposes a flexible and efficient assurance framework for security and trustworthiness of Connected

More information

Introduction. Parent User Instructions

Introduction. Parent User Instructions Parent User Guide May 2018 Introduction SchoolEngage is a comprehensive communication tool that facilitates interaction between students, parents and the school. Key functionality includes on-line forms

More information

Get Started with Cisco DNA Center

Get Started with Cisco DNA Center About Cisco DNA Center, on page 1 Log In, on page 1 Log In for the First Time as a Network Administrator, on page 2 Default Home Page, on page 3 Use Global Search, on page 5 Where to Start, on page 6 About

More information

Introduction...5. Chapter 1. Installing System Installing Server and ELMA Designer... 7

Introduction...5. Chapter 1. Installing System Installing Server and ELMA Designer... 7 Chapter 1 Contents Installing System Contents Introduction...5 Chapter 1. Installing System... 6 1.1. Installing Server and ELMA Designer... 7 1.2. Verifying ELMA Server and ELMA Designer Installation...

More information

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

More information

SALTO E&T website User manual

SALTO E&T website User manual SALTO E&T website User manual salto-et.net Second edition Last updated (01/02/2019) 1 / 34 Table of contents 1. Aims and objectives of the TCA Resource Centre... 4 2. Before use... 5 3. Structure of SALTO

More information

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes:

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes: ASTRA USER GUIDE 1. Introducing Astra Schedule Astra Schedule is the application used by Academic Space Scheduling & Utilization to schedule rooms for classes and by academic colleges, schools, and departments

More information

PDF Share Forms with Forms Central extended features

PDF Share Forms with Forms Central extended features PDF SHARE FORMS Online, Offline, OnDemand PDF forms and SharePoint are better together PDF Share Forms with Forms Central extended features Product: PDF Share Forms Enterprise for SharePoint 2010 Contents

More information

KWizCom Custom Actions

KWizCom Custom Actions KWizCom Corporation KWizCom Custom Actions Admin Guide Copyright 2005-2015 KWizCom Corporation. All rights reserved. KWizCom Custom Actions Admin Guide Company Headquarters 95 Mural Street, Suite 600 Richmond

More information

Cloud Platform. Version User's Guide

Cloud Platform. Version User's Guide Cloud Platform Version 1.1.5 User's Guide January 2018 www.lexmark.com Contents 2 Contents Change history... 3 Overview... 4 Getting started... 5 System requirements...5 Accessing the Cloud Platform home

More information

International Partnerships System

International Partnerships System International Partnerships System User Guide Version 1.0 Contents Chapter One - Introduction... 1 How to use this guide... 1 Application Purpose... 1 How to get help... 1 Online resources... 1 University

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.2 Table of Contents About ServiceNow Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

Guide to Deploying VMware Workspace ONE. VMware Identity Manager VMware AirWatch 9.1

Guide to Deploying VMware Workspace ONE. VMware Identity Manager VMware AirWatch 9.1 Guide to Deploying VMware Workspace ONE VMware Identity Manager 2.9.1 VMware AirWatch 9.1 Guide to Deploying VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware

More information

Online Registration for Students

Online Registration for Students Online Registration for Students Introduction JICS is the online portal for official activities relating to life at Lyon College. Some of the features include: Current Schedule of Classes Online Registration

More information

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to VMWare AirWatch User Guide for Web Browser You can access your AirWatch Files from a web browser. How to login AirWatch Cloud Storage? 1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari)

More information

Passport Acceptance Agent Training System Student Guide

Passport Acceptance Agent Training System Student Guide Passport Acceptance Agent Training System Student Guide Welcome to the Passport Acceptance Agent Training System (PAATS). This document is intended to guide you through the technical requirements and functionality

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v6 Cloud Services Quick Start Guide Tuesday, 20 May 2014 1 P a g e X I A C o n f i g u r a t i o n C l o u d S e r v i c e s Contents Overview... 3 Creating

More information

ControlPoint. Advanced Installation Guide. September 07,

ControlPoint. Advanced Installation Guide. September 07, ControlPoint Advanced Installation Guide September 07, 2017 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH., 2008-2017 All rights reserved. No part or section of the contents

More information

Migrating SAP Portal Application to JBoss Portal Sushil Ajgaonkar

Migrating SAP Portal Application to JBoss Portal Sushil Ajgaonkar Migrating SAP Portal Application to JBoss Portal Sushil Ajgaonkar Challenges with existing Portal USD 12B Engineering conglomerate Existing Self Service Portal for Vendors Release of PO and amendments

More information

Direct Second Year Pharmacy Admission

Direct Second Year Pharmacy Admission DTE Direct Second Year Pharmacy Admission USER MANUAL FOR ARC TABLE OF CONTENTS INTRODUCTION... 3 STEPS (OVERVIEW)... 3 IMP INSTRUCTIONS... 3 HOMEPAGE AND LOGINS... 4 HOME PA GE... 5 ARC LOGIN... 6 CONFIRM

More information

VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes

VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes Workspace ONE UEM v9.6 Have documentation feedback? Submit

More information

VMware Workspace ONE UEM Integration with Apple School Manager

VMware Workspace ONE UEM Integration with Apple School Manager VMware Workspace ONE UEM Integration with Apple School Manager VMware Workspace ONE UEM Integration with Apple School Manager VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation

More information

Student Guide INTRODUCTION TO ONLINE RESOURCES

Student Guide INTRODUCTION TO ONLINE RESOURCES Student Guide INTRODUCTION TO ONLINE RESOURCES Date: 08. June. 2017 By: Technical Support Team STUDENT GUIDE southwales.unicaf.org 1)Introduction...4 2)Student Panel (SIS)...4 2.1)Student Panel (SIS) Login...4

More information

Tenable.io User Guide. Last Revised: November 03, 2017

Tenable.io User Guide. Last Revised: November 03, 2017 Tenable.io User Guide Last Revised: November 03, 2017 Table of Contents Tenable.io User Guide 1 Getting Started with Tenable.io 10 Tenable.io Workflow 12 System Requirements 15 Scanners and Agents 16 Link

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Drupal Manual Plug-in installation... 4 Plug-in

More information

Using Adobe Acrobat College. How to Host a Meeting - User s Guide

Using Adobe Acrobat College. How to Host a Meeting - User s Guide Note: For the purpose of consistency between the Hunter College written and web documentation and the Adobe Connect pro Software terminology, we will use meeting to represent a virtual class session, host

More information

Duo Self-Enrollment Guide for Android Tablets

Duo Self-Enrollment Guide for Android Tablets Duo Self-Enrollment Guide for Android Tablets The Duo Mobile application provides an extra layer of security when it is incorporated into the login process for web sites such as uab.box.com. In addition

More information

BoardBookit for ipad Quick Start Guide

BoardBookit for ipad Quick Start Guide BoardBookit for ipad Quick Start Guide Welcome to BoardBookit! BoardBookit for ipad allows you to easily access meetings, board books and other board related materials from the BoardBookit app on your

More information

vsphere Web Client Extensions Programming Guide vsphere 5.1

vsphere Web Client Extensions Programming Guide vsphere 5.1 vsphere Web Client Extensions Programming Guide vsphere 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Getting Started with Soonr

Getting Started with Soonr WWW.SOONR.COM Getting Started with Soonr A Quick Start Guide for New Users Soonr Inc. 12/19/2012 Revision 1.1 Copyright 2012, Soonr Inc., all rights reserved. Table of Contents 1 How Soonr Workplace Works...

More information

cappture your imagination Product Introduction

cappture your imagination Product Introduction cappture your imagination Product Introduction Version 2.0 - March 2014 2 Table of Contents Document overview...4 Product goal and outline...4 The problem being addressed...4 Product architecture...5 The

More information

Revised: February 28, Investigator/Coordinator Guide

Revised: February 28, Investigator/Coordinator Guide 2014 Revised: February 28, 2014 Table of Contents Getting Started... 3 Navigational Tips... 4 Adding a New Application (Form 1)... 6 Routing Form... 11 Routing for Signatures... 15 Workflow Tracking and

More information