INTERACTIVE E-SCIENCE CYBERINFRASTRUCTURE FOR WORKFLOW MANAGEMENT COUPLED WITH BIG DATA TECHNOLOGY

Size: px
Start display at page:

Download "INTERACTIVE E-SCIENCE CYBERINFRASTRUCTURE FOR WORKFLOW MANAGEMENT COUPLED WITH BIG DATA TECHNOLOGY"

Transcription

1 Section Name INTERACTIVE E-SCIENCE CYBERINFRASTRUCTURE FOR WORKFLOW MANAGEMENT COUPLE WITH BIG ATA TECHNOLOGY enis Nasonov 1 Alexander Visheratin 1 Konstantin Knyazkov 1 Sergey Kovalchuk 1 1 ITMO University, Russian Federation ABSTRACT The paper presents the technology for building e-science cyberinfrastructure which enables integration of regular cloud computing environment with big data facilities and stream data processing. The developed technology is aimed to support uniform dynamic interaction with the user during composite application building and execution, as well as result analysis. The core concept of the proposed approach is based on the set of domain-specific knowledge including description of a) semantics of problem domain objects; b) used software and data services; c) data formats and access protocols. Linking all these knowledge parts together facilitates automatic solution of technological integration issues. It enables providing the user with high-level domainspecific tools for complex tasks description, which can be automatically translated into particular calls of cloud computing services or Bigata analytics tasks. The developed technology uses interactive workflow (IWF) technique to interconnect services of different kind: computation, data analytics, external data sources, interactive visualization systems Keywords: Big ata, workflow, cloud computing, e-science, cyberinfrastructure INTROUCTION Contemporary e-science toolbox is often build around the concept of workflow and workflow management systems [1] which are focused on providing high-level access to the computational resources usually organized within a grid or cloud computing infrastructure [2]. Geoinformatics is one of the scientific area that has necessity in the similar systems, especially in meteorology and hydrometeorology as well as in the GIS (Geographic Information Systems). On the other hand contemporary tasks are often related to the processing of large data sets (e.g. see the idea of Fourth paradigm in science by Microsoft [3]. Today a set of technologies for processing large data arrays is intensively developed within the area of Bigata [4] which produces a set of new issues related to the scientific tasks and solving them using existing infrastructure. One of the ideas behind the Bigata principles is implementation of the code-to-data approach (moving pieces of application to the resources where data is stored) instead of more common data-to-code approach (transferring data and parameters to the computational resource)[5]. This difference in the paradigms leads to the need of development of joined architecture which provides the capability for development of solutions

2 15 th International SGEM GeoConference on exploiting both paradigms (see e.g. [6], [7]). Still most of the coupled solutions divide the parts of composite applications (e.g. by providing Bigata infrastructure as one on the services available to be incorporated into the workflow). The goal of the presented work is to develop and implement the architecture of the platform which enables seamless integration of different resources (computational resources within infrastructure, data storages and data services) within a single composite application defined at high domain-specific level according to basic requirements of e-science area. COUPLING BIG ATA WITH WORKFLOWS Requirements analysis. After the consideration of e-science tasks (mainly within simulation-based approach) and current challenges within this area [4], [8] we have defined the following issues to be managed by the developed platform. 1. The proposed solution should provide the capability to develop high-level task description without explicit relationship to the particular architecture or data processing styles. 2. The developed platform should incorporate different classes of resources: computational resources, data storages, services, etc. All the resource management procedures should be performed implicitly in an automatic way. 3. The resources should have high-level unified access on the workflow level with further automatic separation and translation into particular data-to-code or codeto-data requests. 4. The processing of tasks should be performed dynamically with real-time exchange of data sets and parameters enabled. This should involve exploiting data streams to support data processing immediately after its appearance. 5. The interaction with the user should be performed in a unified (domain-neutral) way with involvement of the user into the simulation process. This should make a further step to enable system-level exploration [9]) as a next-generation way of e-science tasks solving. Additionally considering the specificity of Bigata technology within the e-science tasks the following requirements can be defined: 6. The platform should support integration of various data sources with different formats, access protocols, usage rules, etc. Semantically identical data should be available to the user (within the scope of workflow) in a unified way. 7. Implicit integration of data analytics tools for processing large arrays of data in an automatic way (i.e. without direct coding of MapReduce procedures or similar development activities). 8. The platform should provide the capability to integrate specific Bigata visualization tools that can act interactively as a part of workflow executer using the platform. Technological Background. To develop the platform according to the proposed requirements the following technologies and concepts can be used as a basis. ipse (Intelligent Problem Solving Environment) concept [10] was developed to provide knowledge-based conceptual framework for solving e-science tasks using merged knowledge from three basic domains: task-specific problem domain, IT knowledge and simulation domain. Conceptual hierarchy of expressive technologies [11], which

3 Section Name organize and integrate a set of domain-specific languages with textual or graphical notations for expression and usage of knowledge from different problem domains to enable automatic processing of e-science tasks. CLAVIRE cloud computing platform [12] which enables high-level abstract workflow definition and execution. The platform uses a set of knowledge-based technologies to describe available software and hardware resources as well as domain-specific objects to be investigated within e-science tasks. IWF (Interactive Workflow) technology [13] was created to ensure real-time data exchange within the workflow during the execution process. It extends the basic concept of workflow by introducing ports to enable data exchange using data streams. Additionally it supports building interactive simulation environments involving humancomputer interaction as a part of the workflow. VSO (Virtual Simulation Objects) concept and technology [14] was developed to organize high-level domain-specific simulation environment where the user can describe the investigated system by its structural semantic model (as a set of interconnected objects) which in turn can be automatically translated into executable workflow structure. ynamic SL for Bigata analytics [15] is being developed to support high-level description of Bigata analytic request using a set of domain-specific libraries, which extend the basic structure of the language. It can be used as an intermediate language to translate the parts of coupled workflow into Bigata analytics requests. Workflow classification. Generally, workflows for e-science task are classified into three major categories (Example of different workflows from several categories is shown on the Fig. 1). 1. Targeted (local) workflows. Workflows from this category are running locally on the dedicated resources. If any software which forms the workflow steps is missing on the resource, it is automatically deploying from package repository. Targeted WFs or locally operated WFs are tightly coupled with predefined specific conditions of the local computational environment which force it to be executed on the local resource. Following cases clearly show such conditions. a. ata-driven WF. It can be efficiently used only being processed on data storing nodes, in order to save time on data coping overheads; b. WF that has to take into consideration a certain level of confidentiality. It might be important to run WF locally in the case when an unique information should be processed only on the owner's resource; c. Offline WF that can be executed on the resources which are periodically available to the system like laptops, smart phones and so on. d. Computational (traditional) workflows. These workflows are executed on the most profitable resources according to the system multi-criteria scheduling algorithm based on the available computational facilities. These WFs are typically used in the most spread cases, among them: (1) High performance computing tasks that require involvement of significant computational resources; (2) WF with a lot of fork-join structures and should be immediately processed; (3) WF that contains combination of unique software that are deployed on different resources; (4) Collaborative WF with a group of people engaged in solving one global task.

4 15 th International SGEM GeoConference on Figure 1. ifferent types of workflows in use 2. System workflows. According to their purposes, system workflows are serving as functional elements to support consistent continuous platform operations. It is significant for such activities as external data source and infrastructure monitoring. System WFs should provide online support of the platform infrastructure or systems that were built above the platform. The crucial aspect for them is uninterrupted and robust execution through the time, even if the platform fails, it should continue running on dedicated resources and restore availability after the system recovery. Common cases are: (a) Processing WF helps to process some incoming data from external resources on periodical or permanent (streaming) basis; (b) Monitoring WFs are used for infrastructure monitoring based on the analyses of environment parameters. 3. Hybrid workflows combine possibilities of all three previous classes. Hybrid WFs are practically used for complex system solution implementation and may contain benefits of all mentioned approaches. In the section IV a prototype of flood preventing system is presented as an example. IMPLEMENTATION ETAILS Solution s Architecture. Considering the proposed idea of coupled Bigata technology and computational workflow management infrastructure the architecture of the platform (see Fig. 2) was developed. It meets all proposed criteria and requirements. The architecture is based on the components from CLAVIRE platform and extends its functional capabilities with high-level processing technologies using a set of metadata storages. The main idea of the proposed architecture is focused on several issues important to be managed.

5 External data sources Section Name User interfaces Parameter management GUI CLAVIRE/POI Workflow management GUI CLAVIRE/Ginger Interactive visualization Metadata omain semantics CLAVIRE/VSO Composite application WF C ata format description ata management Interactive execution management Software description CLAVIRE/PackageBase ata collecting CLAVIRE/Crawler Bigata request C Computing request Resource description CLAVIRE/ResourceBase istributed data storage CLAVIRE/Storage Resource management CLAVIRE/Executor Available resources ata storing nodes Execution services S S S S S S WF - workflow C - code blocks - existing CLAVIRE components S - available software - datasets - developed components Figure 2. Architecture of the platform Firstly, the architecture is developed to interconnect automatically different classes of available resources: (a) regular cloud computing nodes (executing services), which usually execute available software using data provided by the user and transferred to those services (data-to-code); (b) distributed data storage nodes which can be used either for general data storing, or for distributed Bigata processing using transferred code (code-to-data) and local software; (c) data sources which can be processed either as a streaming sources or as regular external data storages. The seamless integration of all these classes of resources within single composite application is the main goal of the ata management subsystem within the architecture. The system includes control of all the data streams within the platform as well as background management of the data being stored in the storage (including crawling data from external data sources and management of replication within the distributed storage). Secondary, to support the unified work with composite application regardless of the nature of its parts (data-to-code or code-to-data) the user interface of CLAVIRE (including workflow management system and visualization toolbox) platform as well as used workflow language (EasyFlow) should be extended with high-level blocks that will enable automatic interpretation of joined composite application. The composite application in that case should include (a) workflow structure; (b) corresponding data and parameters to be taken from the user; (c) implicit (composed from the EasyFlow constructs) code to be transferred to distributed storage as Bigata requests along with the required parameters. The decomposition and two-ways interpretation of the composite application are performed by the Interactive execution management subsystem. This subsystem controls all the parts of the composite application and interconnects them with the help of IWF technology.

6 15 th International SGEM GeoConference on Finally all the processes are supported by the knowledge libraries which reside in the metadata storage. Among them the following knowledge libraries are derived from the basic CLAVIRE platform: (a) description of available computation resources (ResourceBase); (b) description of software packages available to call in batch or interactive mode (PackageBase); (c) high-level domain-specific objects which enable description of investigated system (VSO technology). Additionally the library which describes data of different format processing is introduced within the developed platform to support automatic data management. Solution development. To develop the platform described above, the architecture that is based on the mentioned technologies and CLAVIRE core, several main functional blocks should be highlighted for implementation phase. ata unification module. This block includes services that provide all functionality connected with data processing, such as: (a) template-based approach to organize external data management in monitoring workflows. It includes data acquisition, interpretation and organization of storage, (b) unified data management service which should be used for meta-data operations, (c) integration of package base parameters description with created unified database types to provide seamless data usage through the whole platform. EasyFlow extension. This block is crucial for workflow development and use of extended functionality. In spite of required condition and procedure operations, one of the most important features is ability to provide Bigata requests with included data WFs from traditional computation WF. Another good feature is online workflow changing. ata WF module. In order to provide local WF execution on distributed storage nodes, an assembly of supporting services is needed. istributed software deploy service, resource service extension and CLAVIRE storage plug-in are some of them. IWF. There is a need to provide steering capability and online data monitoring to involve users in the execution process when system solution can be improved by user s interactive activity. Also support of IWF reconfiguration is necessary to balance and dynamically change the environment. FLOO PREVENTION SYSTEM EXAMPLE On the Fig. 3.a. flood prevention s application represents a prototype of Early Warning System (EWS) core. It has three different sides of data operation within workflows during system stages execution. The first block Monitoring WF represents activity which helps to detect upcoming hazards. It collects data from external sources such as sensors, web services or remote directories, and then it performs preprocessing, like filtering or recovery and finally saves it to distributed storage. The data is saved according to Bigata principles. Also, in parallel, in order to check hazards occurrence Monitoring WF launches the computation workflow. The first part of Computation WF blocks is required for potential hazards discovery. Using provided aggregated data, Computation WF runs Swan and BSM models in order to get water level forecast which is used to detect flood hazards. If flood isn t detected, Computation WF ceases its execution. Otherwise two functional brunches are executed. First brunch makes uncertainty analysis for provided atmospheric data forecast and its impact on water level prediction model. The main part of this brunch is fork-join structure which implements Monte Carlo method. The results of estimated uncertainty are used in Plan maker step.

7 Section Name a) b) c) d) Figure 3. emo applications (a, b) flood prevention application built within hybrid workflow The second brunch forms data WF to find out other type of uncertainty within Bigata nodes. Firstly, through the retrospective data the search by atmospheric forecast pattern is performed. etected cases are used to calculate water level forecast and to find out more cases produced by other atmospheric forecasts. Finally, the cases are compared with measurements. The uncertainty results are transferred in Plan maker step. The important feature is a possibility to submit high computation tasks like SWAN and BSM back to the platform in order to get results faster and prevent overloading of data nodes. Apart from that user can be provided by steering option to make decisions during search on inaccurate matches. At the last part of WF Plan maker step produces several plans that are ordered by multi-criteria algorithm. Then a group of experts chooses the best one. On the Fig. 3.b CLAVIRE implementation is shown. On the first screen an abstract composition of described workflow is demonstrated. On the second and third screens, completed workflow and selected safe plan are presented. CONCLUSION The presented work is aimed towards the development of the platform which combines the benefits of traditional workflow-based systems with Bigata solutions keeping the e-science user (domain specialist) away from technical details of two execution paradigms and multiplicity of various technologies. This goal could be reached by combination of the several knowledge-based technologies which enable high-level definition of the task and automatic interpretation of it. The developed platform is capable to integrate seamlessly various resources (computational, data storages, services) within a single workflow form which creates a basis for system-level scientific exploration and implementation of wide range of application classes. ACKNOWLEGEMENTS

8 15 th International SGEM GeoConference on This paper is financially supported by Ministry of Education and Science of the Russian Federation, agreement # ( ). This work was financially supported by Government of Russian Federation, Grant 074-U01; and project Big data management for computationally intensive applications (project #14613). REFERENCES [1] Yu J., Buyya R. A taxonomy of workflow management systems for grid computing //Journal of Grid Computing Т С ; [2] Foster I. et al. Cloud computing and grid computing 360-degree compared //Grid Computing Environments Workshop, GCE'08. Ieee, С [3] Tansley S. et al. (ed.). The fourth paradigm: data-intensive scientific discovery. Redmond, WA : Microsoft Research, Т. 1. [4] Assunção M.. et al. Big ata computing and clouds: Trends and future directions //Journal of Parallel and istributed Computing [5] Manjunatha A. et al. Getting Code Near the ata: A Study of Generating Customized ata Intensive Scientific Workflows with SL [6] Baranowski M., Belloum A., Bubak M. MapReduce Operations with WS-VLAM WMS //Procedia Computer Science Т. 18. С [7] Gil Y. et al. Time-bound analytic tasks on large datasets through dynamic configuration of workflows //Proceedings of the 8th Workshop on Workflows in Support of Large-Scale Science. ACM, С [8] Gil Y. et al. Examining the challenges of scientific workflows //Ieee computer Т С [9] Foster I., Kesselman C. Scaling system-level science: Scientific exploration and IT implications //Computer С [10] Boukhanovsky A. V., Kovalchuk S. V., Maryin S. V. Intelligent software platform for complex system computer simulation: conception, architecture and implementation //Izvestiya VUZov. Priborostroenie Т. 10. С [11] Knyazkov K. V. et al. CLAVIRE: e-science infrastructure for data-driven computing //Journal of Computational Science Т С [12] Kovalchuk S. V. et al. Knowledge-based Expressive Technologies within Cloud Computing Environments //PAoIS. Springer Berlin Heidelberg, С [13] Knyazkov K. V. et al. Interactive workflow-based infrastructure for urgent computing //Procedia Computer Science Т. 18. С [14] Kovalchuk S. V. et al. Virtual Simulation Objects concept as a framework for system-level simulation //arxiv preprint arxiv: [15] Kovalchuk S. V. et al. A Technology for Bigata Analysis Task escription Using omain-specific Languages //Procedia Computer Science Т. 29. С

TDWI Analytics Fundamentals. Course Outline. Module One: Concepts of Analytics

TDWI Analytics Fundamentals. Course Outline. Module One: Concepts of Analytics TDWI Analytics Fundamentals Module One: Concepts of Analytics Analytics Defined Data Analytics and Business Analytics o Variations of Purpose o Variations of Skills Why Analytics o Cause and Effect o Strategy

More information

Installation and Configuration for Microsoft Dynamics AX 2012

Installation and Configuration for Microsoft Dynamics AX 2012 Installation and Configuration for Microsoft Dynamics AX 2012 Course Description This three-day instructor-led course, Installation and Configuration in Microsoft Dynamics AX 2012, provides students with

More information

Hydrologic Information System Status Report

Hydrologic Information System Status Report Hydrologic Information System Status Report Version 1: September 15, 2005 Edited by David R. Maidment Full report is available at: http://www.ce.utexas.edu/prof/maidment/cuahsi/hisstatussept15.pdf Developing

More information

Digital Transformation

Digital Transformation Digital Transformation Introduction Simply put, digital transformation is the integration of digital technologies within a business. This includes cloud computing, faster and more powerful internet connectivity,

More information

Cyberinfrastructure: Opportunities and Challenges

Cyberinfrastructure: Opportunities and Challenges Cyberinfrastructure: Opportunities and Challenges EarthCube Mesoscale Modeling Workshop 17 December2012 Boulder, CO Mohan Ramamurthy Unidata Program Center UCAR Community Programs Boulder, CO Science and

More information

White Paper. Non Functional Requirements of Government SaaS. - Ramkumar R S

White Paper. Non Functional Requirements of Government SaaS. - Ramkumar R S White Paper Non Functional Requirements of Government SaaS - Ramkumar R S Contents Abstract Summary..4 Context 4 Government SaaS.4 Functional Vs Non Functional Requirements (NFRs)..4 Why NFRs are more

More information

Automated Service Builder

Automated Service Builder 1 Overview ASB is a platform and application agnostic solution for implementing complex processing chains over globally distributed processing and data ASB provides a low coding solution to develop a data

More information

NSF {Program (NSF ) first announced on August 20, 2004} Program Officers: Frederica Darema Helen Gill Brett Fleisch

NSF {Program (NSF ) first announced on August 20, 2004} Program Officers: Frederica Darema Helen Gill Brett Fleisch NSF07-504 {Program (NSF04-609 ) first announced on August 20, 2004} Program Officers: Frederica Darema Helen Gill Brett Fleisch Computer Systems Research Program: Components and Thematic Areas Advanced

More information

SAS BIG DATA ANALYTICS INCREASING YOUR COMPETITIVE EDGE

SAS BIG DATA ANALYTICS INCREASING YOUR COMPETITIVE EDGE SAS BIG DATA ANALYTICS INCREASING YOUR COMPETITIVE EDGE SAS VISUAL ANALYTICS STATE OF THE ART SOLUTION FOR FASTER, SMARTER DECISIONS AIMED AT THE MASSES Data visualization Approachable analytics Robust

More information

An overview of TEAM strategies for integrating the product realization process

An overview of TEAM strategies for integrating the product realization process 13 An overview of TEAM strategies for integrating the product realization process C.K. Cobb Lockheed Martin Energy Systems P.O. Box 2009, MS-8160 Oak Ridge, TN 37831 USA Phone: (423) 576-1884 Fax: (423)

More information

Smart Distribution Applications and Technologies - Program 124

Smart Distribution Applications and Technologies - Program 124 Smart Distribution Applications and Technologies - Program 124 Program Description Program Overview New technologies will be critical to future smart grid operation. These technologies will include advanced

More information

THE FUTURE OF PROCESS HAS BEGUN

THE FUTURE OF PROCESS HAS BEGUN THE FUTURE OF PROCESS HAS BEGUN Get There Faster. Millions rely on ARIS when it comes to designing, publishing, analyzing and optimizing their processes. Now, ARIS 9 brings you even more innovations to

More information

Fixed Scope Offering for Implementation of Oracle Fusion CRM in Cloud

Fixed Scope Offering for Implementation of Oracle Fusion CRM in Cloud Fixed Scope Offering for Implementation of Oracle Fusion CRM in Cloud Today s Business Challenges Adopt leading CRM practices and stream line processes Take advantage of CRM to attract new customers, develop

More information

IMPLEMENTATION, EVALUATION & MAINTENANCE OF MIS:

IMPLEMENTATION, EVALUATION & MAINTENANCE OF MIS: IMPLEMENTATION, EVALUATION & MAINTENANCE OF MIS: The design of a management information system may seem to management to be an expensive project, the cost of getting the MIS on line satisfactorily may

More information

Agent Based Reasoning in Multilevel Flow Modeling

Agent Based Reasoning in Multilevel Flow Modeling ZHANG Xinxin *, and LIND Morten * *, Department of Electric Engineering, Technical University of Denmark, Kgs. Lyngby, DK-2800, Denmark (Email: xinz@elektro.dtu.dk and mli@elektro.dtu.dk) 1 Introduction

More information

Predict the financial future with data and analytics

Predict the financial future with data and analytics Aon Benfield Analytics Predict the financial future with data and analytics Predict the financial future with data and analytics In a world of ever-evolving regulation and accounting standards, coupled

More information

CONVERGENCE OF CLOUD COMPUTING, SERVICE ORIENTED ARCHITECTURE AND ENTERPRISE ARCHITECTURE

CONVERGENCE OF CLOUD COMPUTING, SERVICE ORIENTED ARCHITECTURE AND ENTERPRISE ARCHITECTURE CONVERGENCE OF CLOUD COMPUTING, SERVICE ORIENTED ARCHITECTURE AND ENTERPRISE ARCHITECTURE Susan Sutherland (nee Rao) University of Canberra PO Box 148, Jamison Centre, ACT 2614, Australia Susan.sutherland@canberra.edu.au

More information

Decision Resource Management and Scheduling on the Grid

Decision Resource Management and Scheduling on the Grid Decision Resource Management and Scheduling on the Grid Mingsheng Hu 1 2,Xueguang Chen 1,Zhijuan Jia 2 (Institute of Systems Engineering, Huazhong University of Science and Technology, 430074, P.R.China)1

More information

20332B: Advanced Solutions of Microsoft SharePoint Server 2013

20332B: Advanced Solutions of Microsoft SharePoint Server 2013 20332B: Advanced Solutions of Microsoft SharePoint Server 2013 Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment. Special areas of focus

More information

IN COMPLEX PROCESS APPLICATION DEVELOPMENT

IN COMPLEX PROCESS APPLICATION DEVELOPMENT BUSINESS-IT ALIGNMENT IN COMPLEX PROCESS APPLICATION DEVELOPMENT TABLE OF CONTENTS 1 Introduction 2 Model-driven development in BPMS: myth and reality 3 From disparate to aligned models 4 Model traceability

More information

Chapter 3 DECISION SUPPORT SYSTEMS CONCEPTS, METHODOLOGIES, AND TECHNOLOGIES: AN OVERVIEW

Chapter 3 DECISION SUPPORT SYSTEMS CONCEPTS, METHODOLOGIES, AND TECHNOLOGIES: AN OVERVIEW Chapter 3 DECISION SUPPORT SYSTEMS CONCEPTS, METHODOLOGIES, AND TECHNOLOGIES: AN OVERVIEW Learning Objectives Understand possible decision support system (DSS) configurations Understand the key differences

More information

SOFTWARE AGENT AND CLOUD COMPUTING: A BRIEF REVIEW Gambang, Pahang, Malaysia 2 College of Information Technology, Universiti Tenaga Nasional,

SOFTWARE AGENT AND CLOUD COMPUTING: A BRIEF REVIEW Gambang, Pahang, Malaysia 2 College of Information Technology, Universiti Tenaga Nasional, International Journal of Software Engineering & ComputerSystems (IJSECS) ISSN: 2289-8522, Volume 2, pp. 108-113, February 2016 Universiti Malaysia Pahang DOI: http://dx.doi.org/10.15282/ijsecs.2.2016.9.0020

More information

Design and Implementation of Heterogeneous Workflow System Integration Mode Based on SOA Framework

Design and Implementation of Heterogeneous Workflow System Integration Mode Based on SOA Framework 2017 2nd International Conference on Wireless Communication and Network Engineering (WCNE 2017) ISBN: 978-1-60595-531-5 Design and Implementation of Heterogeneous Workflow System Integration Mode Based

More information

Adobe Cloud Platform

Adobe Cloud Platform Adobe Cloud Platform Table of Contents 5 6 7 9 11 13 15 Adobe Cloud Platform Data Governance Machine Learning Profile Management Adobo I/O Ecosystem Why Adobe? Adobe Adobe Cloud Platform. 2 T oday s digital

More information

Workflow Advisor on The Grid

Workflow Advisor on The Grid Published at the UK E-Science All Hands Meeting 2004 M. Ong, X. Ren, G. Allan, V. Kadirkamanathan, HA Thompson and PJ Fleming University of Sheffield, Department of Automatic Control and Systems Engineering,

More information

IT Service Management with System Center Service Manager

IT Service Management with System Center Service Manager IT Service Management with System Center Service Manager Course 10965C - Five days - Instructor-led - Hands-on Introduction This five day course will provide students with the key knowledge required to

More information

Siveillance Vantage secures your critical infrastructure

Siveillance Vantage secures your critical infrastructure Siveillance Vantage secures your critical infrastructure Enhanced security management with reliable and coordinated response for emergency and routine procedures Answers for infrastructure. Ensuring security,

More information

IBM Spectrum Scale. Advanced storage management of unstructured data for cloud, big data, analytics, objects and more. Highlights

IBM Spectrum Scale. Advanced storage management of unstructured data for cloud, big data, analytics, objects and more. Highlights IBM Spectrum Scale Advanced storage management of unstructured data for cloud, big data, analytics, objects and more Highlights Consolidate storage across traditional file and new-era workloads for object,

More information

INTEGRATION OF AUTONOMOUS SYSTEM COMPONENTS USING THE JAUS ARCHITECTURE

INTEGRATION OF AUTONOMOUS SYSTEM COMPONENTS USING THE JAUS ARCHITECTURE INTEGRATION OF AUTONOMOUS SYSTEM COMPONENTS USING THE JAUS ARCHITECTURE Shane Hansen Autonomous Solutions, Inc. Phone: (435) 755-2980 Fax: (435) 752-0541 shane@autonomoussolutions.com www.autonomoussolutions.com

More information

I. Interoperable Data Discovery, Access, and Archive

I. Interoperable Data Discovery, Access, and Archive Data Management and Communications Plan for Research and Operational Integrated Ocean Observing Systems I. Interoperable Data Discovery, Access, and Archive Executive Summary May 10, 2004 1 2 Executive

More information

Design of Information Systems 1st Lecture

Design of Information Systems 1st Lecture Design of Information Systems 1st Lecture Evaluation method http://online.ase.ro http://sinf.ase.ro Final grade: 50% seminar grade (minimum 5) 50% course grade 1 st written test (in the 6 th week): 2p

More information

Model-Driven Design-Space Exploration for Software-Intensive Embedded Systems

Model-Driven Design-Space Exploration for Software-Intensive Embedded Systems Model-Driven Design-Space Exploration for Software-Intensive Embedded Systems (extended abstract) Twan Basten 1,2, Martijn Hendriks 1, Lou Somers 2,3, and Nikola Trčka 4 1 Embedded Systems Institute, Eindhoven,

More information

What Do You Need to Ensure a Successful Transition to IoT?

What Do You Need to Ensure a Successful Transition to IoT? What Do You Need to Ensure a Successful Transition to IoT? As the business climate grows ever more competitive, industrial companies are looking to the Internet of Things (IoT) to provide the business

More information

BACSOFT IOT PLATFORM: A COMPLETE SOLUTION FOR ADVANCED IOT AND M2M APPLICATIONS

BACSOFT IOT PLATFORM: A COMPLETE SOLUTION FOR ADVANCED IOT AND M2M APPLICATIONS BACSOFT IOT PLATFORM: A COMPLETE SOLUTION FOR ADVANCED IOT AND M2M APPLICATIONS What Do You Need to Ensure a Successful Transition to IoT? As the business climate grows ever more competitive, industrial

More information

Exam /Course 20332B Advanced Solutions of Microsoft SharePoint Server 2013

Exam /Course 20332B Advanced Solutions of Microsoft SharePoint Server 2013 Exam 70-332/Course 20332B Advanced Solutions of Microsoft SharePoint Server 2013 Prerequisites Before attending this course, students must have: Completed Course 20331: Core Solutions of Microsoft SharePoint

More information

Microsoft reinvents sales processing and financial reporting with Azure

Microsoft reinvents sales processing and financial reporting with Azure Microsoft IT Showcase Microsoft reinvents sales processing and financial reporting with Azure Core Services Engineering (CSE, formerly Microsoft IT) is moving MS Sales, the Microsoft revenue reporting

More information

QualiMaster Project Presentation

QualiMaster Project Presentation QualiMaster Project Presentation QualiMaster Consortium QualiMaster Information Package (D7.2) March 2014 Motivation Promise of high volume data stream analysis: New and faster insights from in-depth analysis

More information

Oracle s Hyperion System 9 Strategic Finance

Oracle s Hyperion System 9 Strategic Finance Oracle s Hyperion System 9 Strategic Finance June 2007 Light Use... 3 Heavy Use... 3 Client Machine... 3 Server Machine... 3 Client Machine... 3 Server Machine... 3 Data Integration... 3 The Hyperion System

More information

Administering System Center Configuration Manager and Intune (NI114) 40 Hours

Administering System Center Configuration Manager and Intune (NI114) 40 Hours Administering System Center Configuration Manager and Intune (NI114) 40 Hours Outline Get expert instruction and hands-on practice configuring and managing clients and devices by using Microsoft System

More information

IT Service Management with System Center Service Manager

IT Service Management with System Center Service Manager IT Service Management with System Center Service Manager 10965C; 5 Days, Instructor-led Course Description This five-day course will provide students with the key knowledge required to deploy and configure

More information

GENERAL OVERVIEW STEFANOS GOGOS (UNIFE) PROJECT COORDINATOR. InnoTrans Presentation - 20/09/2018

GENERAL OVERVIEW STEFANOS GOGOS (UNIFE) PROJECT COORDINATOR. InnoTrans Presentation - 20/09/2018 GENERAL OVERVIEW STEFANOS GOGOS (UNIFE) PROJECT COORDINATOR InnoTrans Presentation - 20/09/2018 Facts & Figures INtelligent solutions 2ward the Development of Railway Energy and Asset Management Systems

More information

Guide to Modernize Your Enterprise Data Warehouse How to Migrate to a Hadoop-based Big Data Lake

Guide to Modernize Your Enterprise Data Warehouse How to Migrate to a Hadoop-based Big Data Lake White Paper Guide to Modernize Your Enterprise Data Warehouse How to Migrate to a Hadoop-based Big Data Lake Motivation for Modernization It is now a well-documented realization among Fortune 500 companies

More information

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation Welcome to: Unit 1 Overview of delivery models in Cloud Computing 9.1 Unit Objectives After completing this unit, you should be able to: Understand cloud history and cloud computing Describe the anatomy

More information

Virtual Planning Room - Analytical Mine Planning Work, Based on Tools Integration and a Robust Cloud Information System

Virtual Planning Room - Analytical Mine Planning Work, Based on Tools Integration and a Robust Cloud Information System Virtual Planning Room - Analytical Mine Planning Work, Based on Tools Integration and a Robust Cloud Information System Alejandro Ehrenfeld*, Sergio López 2, Nelson Morales 1, Javier Testart 2 1. Advanced

More information

GRM VALUATION REUTERS/INA FASSBENDER

GRM VALUATION REUTERS/INA FASSBENDER GRM VALUATION REUTERS/INA FASSBENDER REUTERS/Aly Song INTRODUCING GRM VALUATION OUR LATEST GENERATION, VALUATION SYSTEM GIVES YOU THE INFORMATION YOU NEED WHEN YOU NEED IT YEARS IN THE MAKING BY PEOPLE

More information

Deep Learning Acceleration with

Deep Learning Acceleration with Deep Learning Acceleration with powered by A Technical White Paper TABLE OF CONTENTS The Promise of AI The Challenges of the AI Lifecycle and Infrastructure MATRIX Powered by Bitfusion Flex Solution Architecture

More information

Technical Brief. SBS Group offers: Solution Differentiators. Rapid Deployment and Adoption. A Truly Global Solution. Scalable and Agile

Technical Brief. SBS Group offers: Solution Differentiators. Rapid Deployment and Adoption. A Truly Global Solution. Scalable and Agile Working with clients, not just for them provides an agile business platform enabling rapid response to market or organizational changes. Rapid Deployment and Adoption Because it is based on Dynamics 365

More information

Industry 4.0 What does it Mean for CAPIEL Manufacturers?

Industry 4.0 What does it Mean for CAPIEL Manufacturers? Industry 4.0 What does it Mean for CAPIEL Manufacturers? 1 INTRODUCTION Manufacturing industry has entered in a new phase of changes, which foresee digital technologies to be integrated within the heart

More information

Integrating Market and Credit Risk Measures using SAS Risk Dimensions software

Integrating Market and Credit Risk Measures using SAS Risk Dimensions software Integrating Market and Credit Risk Measures using SAS Risk Dimensions software Sam Harris, SAS Institute Inc., Cary, NC Abstract Measures of market risk project the possible loss in value of a portfolio

More information

KnowledgeENTERPRISE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK. Advanced Analytics on Spark BROCHURE

KnowledgeENTERPRISE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK. Advanced Analytics on Spark BROCHURE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK Are you drowning in Big Data? Do you lack access to your data? Are you having a hard time managing Big Data processing requirements?

More information

Research of the Social Media Data Analyzing Platform Based on Cloud Mining Yi-Tang ZENG, Yu-Feng ZHANG, Sheng CAO, Li LI, Cheng-Wei ZHANG *

Research of the Social Media Data Analyzing Platform Based on Cloud Mining Yi-Tang ZENG, Yu-Feng ZHANG, Sheng CAO, Li LI, Cheng-Wei ZHANG * 2016 3 rd International Conference on Social Science (ICSS 2016) ISBN: 978-1-60595-410-3 Research of the Social Media Data Analyzing Platform Based on Cloud Mining Yi-Tang ZENG, Yu-Feng ZHANG, Sheng CAO,

More information

can boost global IoT success

can boost global IoT success How OpenLabs can boost global IoT success With 22 OpenLabs around the globe, including 8 jointly developed with telcos, Huawei is committed to open partnerships and success for all in the IoT domain. So,

More information

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013 ABOUT THIS COURSE This five-day course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment. Special areas of focus include implementing high availability, disaster

More information

Overview: Nexidia Analytics. Using this powerful toolset, you will be able to answer questions such as:

Overview: Nexidia Analytics. Using this powerful toolset, you will be able to answer questions such as: Overview: Nexidia Analytics Companies today face several critical business challenges the need to increase revenue and market share, acquire new customers and retain existing ones, drive operational efficiencies,

More information

From Isolation to Insights

From Isolation to Insights From Isolation to Insights Now more than ever healthcare organizations are called upon to deliver increased value at reduced cost. Fostering this level of optimization and continuous improvement requires

More information

HARMONIZATION OF STANDARDS FOR ENTERPRISE INTEGRATION AN URGENT NEED. Martin Zelm

HARMONIZATION OF STANDARDS FOR ENTERPRISE INTEGRATION AN URGENT NEED. Martin Zelm HARMONIZATION OF STANDARDS FOR ENTERPRISE INTEGRATION AN URGENT NEED Martin Zelm CIMOSA Association Gehenbuehlstr 18a, D-70499 Stuttgart e-mail: martin.zelm@cimosa.de Abstract: Business globalisation requires

More information

Siveillance Vantage secures your critical infrastructure

Siveillance Vantage secures your critical infrastructure Siveillance Vantage secures your critical infrastructure Integrated security management with reliable and coordinated response for emergency and routine procedures Answers for infrastructure and cities.

More information

15th ICCRTS. The Evolution of C2. Title of Paper: Network Centric Simulation Architecture. Topic(s): 6, 1, 8

15th ICCRTS. The Evolution of C2. Title of Paper: Network Centric Simulation Architecture. Topic(s): 6, 1, 8 15th ICCRTS The Evolution of C2 Title of Paper: Network Centric Simulation Architecture Topic(s): 6, 1, 8 Name of Author(s): Shao-Jie Mao, Yu-Ping Li, Jian-Ning Lin, Ke-Bo Deng, Li-Yang Sun Point of Contact:

More information

AXIO ProServ: Optimized Operations for the Global Project Management-based Enterprise

AXIO ProServ: Optimized Operations for the Global Project Management-based Enterprise Technical Brief AXIO ProServ: Optimized Operations for the Global Project Management-based Enterprise AXIO for Professional Services from Velosio is an end-to-end business software solution for project

More information

Service Oriented Architecture

Service Oriented Architecture 2 Service Oriented Architecture An Overview for the Enterprise Architect 2006 IBM Corporation Agenda IBM SOA Architect Summit Introduction SOA Reference Architecture SOA Roadmap SOA Governance Summary

More information

Analytics in Action transforming the way we use and consume information

Analytics in Action transforming the way we use and consume information Analytics in Action transforming the way we use and consume information Big Data Ecosystem The Data Traditional Data BIG DATA Repositories MPP Appliances Internet Hadoop Data Streaming Big Data Ecosystem

More information

Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom

Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom Course Overview This five-day course examines how to plan, configure,

More information

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules POLOPOLY V9 TECHNICAL OVERVIEW System Architecture Templates and Presentation Modules 2008 Atex Group Ltd Polopoly, Polopoly Content Manager, Polopoly Relationship Manager, Polopoly User Module, Polopoly

More information

The Case to Modernize Storage in Media and Entertainment

The Case to Modernize Storage in Media and Entertainment The Case to Modernize Storage in Media and Entertainment Contents Introduction... 3 Traditional Storage in Media and Entertainment... 3 A Modern Approach to Storage... 4 Modern Storage for Media and Entertainment...

More information

Enabling GIS in Distribution Utility for Energy Audit and Load flow analysis

Enabling GIS in Distribution Utility for Energy Audit and Load flow analysis Enabling GIS in Distribution Utility for Energy Audit and Load flow analysis Jayant Sinha Associate Vice President (Power/ IT) Spanco Ltd. Abstract: About the Author: In the nationwide implementation of

More information

BOARD 10: the future of decision making

BOARD 10: the future of decision making BOARD 0: the future of decision making Version 0 brings a dramatic technological shift to the BOARD platform, introducing a series of innovations that revolutionize the way in which decision-making applications

More information

Overview. A New Approach for Leveraging Enterprise Information

Overview. A New Approach for Leveraging Enterprise Information Overview A New Approach for Leveraging Enterprise Information A powerful office productivity tool that can cut your business chores down to size Info to Go, June 30, 2002 is a powerful office productivity

More information

LIAISON ALLOY HEALTH PLATFORM

LIAISON ALLOY HEALTH PLATFORM PRODUCT OVERVIEW LIAISON ALLOY HEALTH PLATFORM WELCOME TO YOUR DATA-INSPIRED FUTURE THE LIAISON ALLOY HEALTH PLATFORM Healthcare and life sciences organizations are struggling to deal with unprecedented

More information

Web Objects Based Energy Efficiency for Smart Home IoT Service Provisioning

Web Objects Based Energy Efficiency for Smart Home IoT Service Provisioning Web Objects Based Energy Efficiency for Smart Home IoT Service Provisioning Muhammad Golam Kibria *, Muhammad Aslam Jarwar, Sajjad Ali, Sunil Kumar and Ilyoung Chong Department of CICE, Hankuk University

More information

WELCOME TO. Cloud Data Services: The Art of the Possible

WELCOME TO. Cloud Data Services: The Art of the Possible WELCOME TO Cloud Data Services: The Art of the Possible Goals for Today Share the cloud-based data management and analytics technologies that are enabling rapid development of new mobile applications Discuss

More information

Installation and Configuration for Microsoft Dynamics AX 2012 Course 80221A: 3 Days; Instructor-Led

Installation and Configuration for Microsoft Dynamics AX 2012 Course 80221A: 3 Days; Instructor-Led Installation and Configuration for Dynamics AX 2012 Course 80221A: 3 Days; Instructor-Led About this Course This three-day instructor-ledcourse, Installation and Configuration in Dynamics AX 2012, provides

More information

Top 10 Compelling Reasons to Adopt Microsoft SharePoint 2013

Top 10 Compelling Reasons to Adopt Microsoft SharePoint 2013 Top 10 Compelling Reasons to Adopt Microsoft SharePoint 2013 Subin Babu Trigent Software Introduction SharePoint 2013 will work its way into organizations faster than any of its predecessors. A Forrester

More information

Dell Advanced Infrastructure Manager (AIM) Automating and standardizing cross-domain IT processes

Dell Advanced Infrastructure Manager (AIM) Automating and standardizing cross-domain IT processes Systems Automating and standardizing cross-domain IT processes By Hal Clark The combination of Dell Advanced Infrastructure Manager (AIM) and BMC Atrium Orchestrator enables the creation of automated,

More information

Product presentation. Fujitsu HPC Gateway SC 16. November Copyright 2016 FUJITSU

Product presentation. Fujitsu HPC Gateway SC 16. November Copyright 2016 FUJITSU Product presentation Fujitsu HPC Gateway SC 16 November 2016 0 Copyright 2016 FUJITSU In Brief: HPC Gateway Highlights 1 Copyright 2016 FUJITSU Convergent Stakeholder Needs HPC GATEWAY Intelligent Application

More information

Oracle DataRaker The Most Complete, Most Reliable Solution for Transforming Complex Data into Actionable Insight

Oracle DataRaker The Most Complete, Most Reliable Solution for Transforming Complex Data into Actionable Insight Oracle DataRaker The Most Complete, Most Reliable Solution for Transforming Complex Data into Actionable Insight Oracle DataRaker Driving Action Through Insight INCREASE Operational Efficiency IMPROVE

More information

Efficiently Develop Powerful Apps for An Intelligent Enterprise

Efficiently Develop Powerful Apps for An Intelligent Enterprise SAP Brief SAP Technology SAP Web IDE Efficiently Develop Powerful Apps for An Intelligent Enterprise SAP Brief Agility to build and extend applications SAP Web IDE puts the power of agile in your hands.

More information

80221: Installation and Configuration for Microsoft Dynamics AX 2012

80221: Installation and Configuration for Microsoft Dynamics AX 2012 Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

Active Analytics Overview

Active Analytics Overview Active Analytics Overview The Fourth Industrial Revolution is predicated on data. Success depends on recognizing data as the most valuable corporate asset. From smart cities to autonomous vehicles, logistics

More information

Administering System Center Configuration Manager and Intune (20696C)

Administering System Center Configuration Manager and Intune (20696C) Administering System Center Configuration Manager and Intune (20696C) Overview Get expert instruction and hands-on practice configuring and managing clients and devices by using Microsoft System Center

More information

Information Integration of Engineering Construction Project Based on Management Process. Cui Bo

Information Integration of Engineering Construction Project Based on Management Process. Cui Bo 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) Information Integration of Engineering Construction Project Based on Management Process Cui Bo State Key Laboratory

More information

Workflows Recognition through Multi Agents in Surveillance systems

Workflows Recognition through Multi Agents in Surveillance systems Workflows Recognition through Multi Agents in Surveillance systems Manolis Sardis 1, Vasilis Anagnostopoulos 1, and Theodora Varvarigou 1 1 National Technical University of Athens (NTUA), Athens, Greece

More information

Cisco Connected Asset Manager for IoT Intelligence

Cisco Connected Asset Manager for IoT Intelligence Cisco Connected Asset Manager for IoT Intelligence Enabling Digital Transformation Across Industries 1 2017 2017 Cisco Cisco and/or and/or its affiliates. its affiliates. All rights All rights reserved.

More information

Author: Potarin_A_E_1 doc, The Direction of Industrial Automation Direction, Phd, CJSC NVision group, Moscu, Russia

Author: Potarin_A_E_1 doc, The Direction of Industrial Automation Direction, Phd, CJSC NVision group, Moscu, Russia Author: Potarin_A_E_1 doc, The Direction of Industrial Automation Direction, Phd, CJSC NVision group, Moscu, Russia COMPREHENSIVE INDUSTRIAL ECOLOGICAL ENVIRONMENT MONITORING INFORMATION SYSTEM The problems

More information

Some Aspects concerning the Cyber-Physical Systems Approach in Power Systems

Some Aspects concerning the Cyber-Physical Systems Approach in Power Systems Some Aspects concerning the Cyber-Physical Systems Approach in Power Systems N. Arghira 1, I. Fagarasan 2, G. Stamatescu 1, S.St. Iliescu 2, I. Stamatescu 1, V. Calofir 3 Abstract The paper carries out

More information

EXAMPLE SOLUTIONS Hadoop in Azure HBase as a columnar NoSQL transactional database running on Azure Blobs Storm as a streaming service for near real time processing Hadoop 2.4 support for 100x query gains

More information

Fujitsu s Leading Platform for Digital Business

Fujitsu s Leading Platform for Digital Business Fujitsu s Leading Platform for Digital Business Noriyuki Nakamura In recent years, new digital technologies have been introduced into our business and social environments, causing a major change that is

More information

ANNUAL TECHNICAL PROGRESS REPORT

ANNUAL TECHNICAL PROGRESS REPORT Project Acronym: Project Title: eenvplus Grant Agreement Number: Project type: Pilot A Pilot B TN BPN ANNUAL TECHNICAL PROGRESS REPORT Revision: 2.1 Annual Technical Progress Report: 1 st 2 nd 3 rd Period

More information

Course Content Advanced Solutions of Microsoft SharePoint Server Course ID#: W Hours: 35. Course Description:

Course Content Advanced Solutions of Microsoft SharePoint Server Course ID#: W Hours: 35. Course Description: Course Content Course Description: This course examines how to plan, configure, and manage a environment. Special areas of focus include implementing high availability, disaster recovery, service application

More information

RESOLUTE project presentation

RESOLUTE project presentation Co-funded by the European Union under H2020 DRS7 2014 Resilience management guidelines and Operationalization applied to Urban Transport Environment www.resolute-eu.org RESOLUTE project presentation Emanuele

More information

Overview: Nexidia Analytics. Using this powerful toolset, they will be able to answer questions such as:

Overview: Nexidia Analytics. Using this powerful toolset, they will be able to answer questions such as: Overview: Nexidia Analytics Companies today face several critical business challenges the need to increase revenue and market share, acquire new customers and retain existing ones, drive operational efficiencies,

More information

You can plan and execute tests across multiple concurrent projects and people by sharing and scheduling software/hardware resources.

You can plan and execute tests across multiple concurrent projects and people by sharing and scheduling software/hardware resources. Data Sheet Application Development, Test & Delivery Performance Center Micro Focus Performance Center software is an enterprise-class performance engineering software, designed to facilitate standardization,

More information

Design of logistics tracking and monitoring system based on internet of things

Design of logistics tracking and monitoring system based on internet of things Acta Technica 62 No. 2A/2017, 75 82 c 2017 Institute of Thermomechanics CAS, v.v.i. Design of logistics tracking and monitoring system based on internet of things Qiang Yu 1 Abstract. To improve the information

More information

Advanced Solutions of Microsoft SharePoint Server 2013

Advanced Solutions of Microsoft SharePoint Server 2013 20332 - Advanced Solutions of Microsoft SharePoint Server 2013 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This five-day training course examines

More information

Oracle Planning and Budgeting Cloud Service

Oracle Planning and Budgeting Cloud Service Oracle Planning and Budgeting Oracle Planning and Budgeting has enabled over a thousand organizations of various sizes to quickly adopt world-class planning and budgeting applications with no CAPEX infrastructure

More information

Research on Architecture and Key Technology for Service-Oriented Workflow Performance Analysis

Research on Architecture and Key Technology for Service-Oriented Workflow Performance Analysis Research on Architecture and Key Technology for Service-Oriented Workflow Performance Analysis Bo Liu and Yushun Fan Department of Automation, Tsinghua University, Beijing 100084, China liubo03@mails.tsinghua.edu.cn,

More information

EMERGENCY OBSERVATION CONSTELLATION PLANNING PLATFORM

EMERGENCY OBSERVATION CONSTELLATION PLANNING PLATFORM EMERGENCY OBSERVATION CONSTELLATION PLANNING PLATFORM Wasanchai Vongsantivanich Head of Strategic and Operation Aerospace Research Center (SOAR) 6 th SENTINEL ASIA JPTM STEP-3 November 1 st 2018, 1 Strategic

More information

20332B: Advanced Solutions of Microsoft SharePoint Server 2013

20332B: Advanced Solutions of Microsoft SharePoint Server 2013 20332B: Advanced Solutions of Microsoft SharePoint Course Details Course Code: Duration: Notes: 20332B 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information

Next Gen ERP for Freight and Logistics

Next Gen ERP for Freight and Logistics INCREASE SALES Automation of the sales life cycle with insights HIGHER PROFIT Unparalleled features to grow your business ENHANCE EFFICIENCY Streamline core processes more effectively HAPPY CUSTOMERS Customer

More information

12) MARK GLIKSON. Deploying a Semantic Operating System in a small financial services company

12) MARK GLIKSON. Deploying a Semantic Operating System in a small financial services company 6. Next Steps We are exploring several possibilities to bring contextual discovery to the next level: Cross-institution. With NAS coming under NLB, we now have an expanded collection of digital resources

More information

Distribution System Operator (DSO) Simulation Studio

Distribution System Operator (DSO) Simulation Studio Distribution System Operator (DSO) Simulation Studio Santiago Grijalva ProsumerGrid, Inc. Network Optimized Distributed Energy Systems (NODES) Kickoff Meeting February 11th 12th, 2016 ProsumerGrid, Inc.

More information