DCC. Domain Classes Coder. User Guide

Size: px
Start display at page:

Download "DCC. Domain Classes Coder. User Guide"

Transcription

1 DCC Domain Classes Coder User Guide

2 Release Issue Date 1 2 June 2014 Copyright European Union, Reproduction is authorised, provided the source is acknowledged, save where otherwise stated. Where prior permission must be obtained for the reproduction or use of textual and multimedia information (sound, images, software, etc.), such permission shall cancel the above mentioned general permission and shall clearly indicate any restrictions on use. Disclaimer On any of the MARS pages you may find reference to a certain software package, a particular contractor, or group of contractors, the use of one or another sensor product, etc. In all cases, unless specifically stated, this does not indicate any preference of the Commission for that particular product, party or parties. When relevant, we include links to pages that give you more information about the references. Feel free to contact us, in case you need additional explanations or information. 2 DCC User Guide

3 Contents 1 Help contents 3 Credits Using DCC to generate code 5 About DCC Installing and launching DCC Workspace overview Loading or creating the file in DCC Opening an existing file Creating a new file Loading an existing Domain or Parameters class Generating the domain classes code Language reference 21 Classes description Multi language support

4 CONTENTS 2 DCC User Guide

5 Help contents 1 This Guide is targeted to advanced users of the BioMA Software Framework. In particular, this Help describes how to use DCC (Domain Classes Coder), a Windows application that allows generating C# and VB.NET (.NET 2.0 platform) code. The topics are organized as follows: Topic Using DCC to generate code on page 5 Language reference on page 21 Contents What DCC can be used for Installation procedure and workspace overview How to load or create a file for code generation How to generate the code An overview of domain classes, values classes, and VarInfo class. See also: BioMA Framework User Guide ( help/) Credits on page 4 Tip: To access the Web portal of BioMA go to DCC User Guide 3

6 1 HELP CONTENTS Credits The Domain Classes Coder was developed as an action of the FP6 project SEAMLESS (EU DG Research, contract no ). See ip.org Development and programming Marcello Donatelli Download This component is made available free of charge to non profit users. References Donatelli M. et al., 2006 SEAMLESS project deliverable Rizzoli, A.E., Davis, J.R., Abel, D.J A model management system for model integration and re use. Decision Support Systems, 4: Villa, F., M. Donatelli, A. Rizzoli, P. Krause, S. Kralisch, F. K. van Evert 2006 Declarative modelling for architecture independence and data/ model integration: a case study In: A. Voinov, A. Jakeman and A.E. Rizzoli (Editors), iemss Third Biannual Meeting Summit on Environmental Modelling and Software. International Environmental Modelling and Software Society, Burlington, USA DCC User Guide

7 Using DCC to generate code 2 This topic is organized into the following sections: About DCC on page 6 Installing and launching DCC on page 7 Workspace overview on page 8 Loading or creating the file in DCC on page 11 Generating the domain classes code on page 19 DCC User Guide 5

8 2 USING DCC TO GENERATE CODE About DCC The Domain Classes Coder (DCC) is a Windows application to generate C# and VB.NET (.NET 2.0 platform) code to be used as domain classes containing values and attributes for each variable used to model a given domain. Attributes are set via the type VarInfo, which implements a set of attributes to describe a variable: Name, MinValue, MaxValue, DefaultValue, Units, Type, Description, URL. The application targets at facilitating the labour consuming process of coding domain classes, in perspective using information retrieved via a web application from an online knowledge base linked to an ontology. A model component using domain classes encapsulates its relevant ontology. The set of attributes allows identifying univocally all the concepts (variables in component terms) used in a component. Such values can be used for general documentation, and for testing pre and post conditions, according to the design by contract approach. The content of domain classes can be either extracted from a centralized repository (via a web application which allows downloading an XML file), or defined in an Excel file and exported as a tab delimited file. Such files can be processed by DCC to produce the value and VarInfo classes code. If input data are provided via a tab delimited file, they can also be exported as an XLM file inclusive of schema. The component can be used both for tests of pre and post conditions in other components, and in applications, for field validation in user interface forms. If DCC is installed from the installation URL, every time the program is launched a check for updates is made. Related topics: Installing and launching DCC on page 7 Workspace overview on page 8 Loading or creating the file in DCC on page 11 6 DCC User Guide

9 INSTALLING AND LAUNCHING DCC Installing and launching DCC Prerequisites In order to install and run Domain Class Editor, the following prerequisites must be fulfilled: Hardware prerequisites Operative system: Windows XP/Vista/7 (32 or 64 bit) Software prerequisites The following software must be installed on your computer: NET 3.5 Framework To install it, go to net/. Follow the product s documentation, if needed. Regional Settings of your PC Ensure that the Regional Settings of your PC are set as follows: 1 Access the Windows Control Panel (Start > Control Panel > Clock, Language, and Region > Region and Language). 2 In the Region and Language window, click Additional settings. 3 Be sure that the Decimal symbol is set to point (.). Installation procedure Download it from the BioMA Components Web portal: 1 In your browser, go to default.aspx?productname=dcc/ 2 Select DCC, then click Install form URL and follow the instructions. Related topics: Workspace overview on page 8 Loading or creating the file in DCC on page 11 DCC User Guide 7

10 2 USING DCC TO GENERATE CODE Workspace overview The following shows the DCC workspace overview after a user launches the application, before loading or opening a file: The following table describes the main workspace items: Workspace item Open Domain class description Domain class loaded/to be extended Description This button allows opening a presaved XML file. When you open a file, the four fields that follow, as well as the properties within the table, are automatically assigned. (See Opening an existing file on page 11). A meaningful free text description. E.g.: Collection of variables to model soil water 1D using daily time step simulation models. The name of the new domain class that you specify when using the Load domain class from library and extend it option. (See Loading an existing Domain or Parameters class on page 16). 8 DCC User Guide

11 WORKSPACE OVERVIEW Workspace item Domain class name Name space URL Attributes table Code generation options Description The name you specify here (e.g., Crop, RadData) will be used for the value class, whereas the postfix VariInfo will be added to create the name of the VariInfo class (e.g., CropVarInfo, RadDataVarInfo). This must be the name space of the application being developed and which will implement the domain class (e.g., CRA.Clima.Rain.Interfaces). The Web address where the description of the domain type used is publicly available. The table becomes populated with the attributes if you use the Open button to load a presaved file. Otherwise, you must manually specify these attributes. (See Loading or creating the file in DCC on page 11 for further information). This area allows loading either a domain or a parameter class from a compiled DLL library by clicking the relevant button. (See Loading an existing Domain or Parameters class on page 16 for detailed instructions). Domain class A domain class includes both the inputs and the outputs, as well as the internal states of a strategy: Load domain class from library Click to upload an existing library and see/modify a domain class. Load domain class from library and extend it Click to upload an existing library, select a domain class to add properties. Parameter class A parameter class includes the parameters of a strategy: Load parameters class from strategy Click to upload an existing library and see/modify a domain class. Inputs, outputs, and parameters are described by the VarInfo property that the user defines when specifying the attributes in DCC. Inputs and outputs go into the domain class, while parameters go into the parameter class. DCC User Guide 9

12 2 USING DCC TO GENERATE CODE Workspace item Save xml Generate code About Exit Description Once you are finished, this button allows you to save your inputs as a XML file, which you can then reuse. When all fields and properties have been entered, this button allows generating the code (a domain class), which you can then use to create a modelling solution. See Generating the domain classes code on page 19. It provides information on the software release, as well as accessing this Help. It closes the application. Related topics: Loading or creating the file in DCC on page DCC User Guide

13 LOADING OR CREATING THE FILE IN DCC Loading or creating the file in DCC DCC can be used in three ways for code generation: Opening an existing file on page 11 Creating a new file on page 13 Loading an existing Domain or Parameters class on page 16 Generating the domain classes code on page 19 Opening an existing file You can open a file previously saved. You can then modify or add the attributes as needed and save the file with a new name for code generation. To open an existing file, do the following: 1 Click the Open button. Two types of files can be loaded: A Tab delimited ASCII file (.txt) as the ones which can be exported from Microsoft Excel. An XML with schema. 2 Browse to select the file and click Open. There are two possible scenarios: If you have loaded a Tab delimited file, you must specify the Domain class description, Domain class name, Namespace, and URL fields. (See Creating a new file on page 13 for a description of each field). If you have loaded an XML file, the four fields are already assigned. The following example shows DCC in case an XML file has been loaded: DCC User Guide 11

14 2 USING DCC TO GENERATE CODE 3 Edit the attributes as needed, and then do one or both of the following: To save the file with a new name for a future reuse, click Save XML. To generate the code of the domain class, click Generate code. (For further information, see Generating the domain classes code on page 19). See also: Creating a new file on page 13 Loading an existing Domain or Parameters class on page DCC User Guide

15 LOADING OR CREATING THE FILE IN DCC Creating a new file You can create a new XML file from scratch by manually entering the attributes in the DCC interface. In this case, you must also fill in all the fields. To create a new file: 1 Fill in the following fields in the upper part of the DCC window: Domain class description A meaningful free text description. Domain class name The name you specify here (e.g., Crop, RadData) will be used for the value class, whereas the postfix VariInfo will be added to create the name of the VariInfo class (e.g., CropVarInfo, RadDataVarInfo). NameSpace This must be the name space of the application being developed and which will implement the domain class (e.g., CRA.Clima.Rain.Interfaces). URL The Web address where the description of the domain type used is publicly available. 2 In the attributes table, specify the attributes for the domain class. Use the following as a reference. Note that all fields are mandatory: Attributes requirements: Attribute Name MinValue MaxValue DefaultValue Units Requirements Conventionally, it starts with an alphanumeric uppercase character. The minimum, maximum, and default values for the attribute. Note: These values are set to 0 in case of a nonnumeric Type. No VarIInfo values will be generated for non numeric types. The unit of measure used for the attribute. Note: Units are set to in case of a non numeric types. DCC User Guide 13

16 2 USING DCC TO GENERATE CODE Attribute Type Requirements This is critical for code generation. To view the allowed types, start typing into the Type field. The following popup will be displayed listing all types: Description URL Click the type you want to use to enter it in DCC and close the popup. Note that the dimension of Arrays must be specified. This is a free text description of the attribute. This is a unique locator for either a variable or for a domain type as stored in the Web ontology. If the input file to DCC is obtained downloading an XML from the Web application (under development) this field is provided like all the others; otherwise, URL can be a reference to other Web resources. 3 Once the attributes table is completed, do one or both of the following: To save the file for a future reuse, click Save XML, select the directory and enter the name for the file. To generate the code of the domain class, click Generate code (see Generating the domain classes code on page 19 for further information). 14 DCC User Guide

17 LOADING OR CREATING THE FILE IN DCC Related topics: Opening an existing file on page 11 Loading an existing Domain or Parameters class on page 16 Generating the domain classes code on page 19 DCC User Guide 15

18 2 USING DCC TO GENERATE CODE Loading an existing Domain or Parameters class You can generate the code by loading a Domain class or a Parameter class from an existing library (.DLL). After loading the library, you can select the Domain class you want to modify and then save it with a new name before generating the code. To load a class from library 1 At the bottom of the DCC window, select an option button: Domain class It includes all inputs, outputs, and internal states of a strategy. Parameter class It includes all parameters of a strategy. 2 There are two possible scenarios: a. If you select Domain class, the following buttons are displayed: b. If you select Parameters class, the following button is displayed: 3 These options allow you to: View and modify the attributes of an existing domain class, and then overwrite it (Load domain class from library). Add attributes to an existing domain class and then save it with a new name (Load domain class from library and extend it). View and modify the parameters of a strategy, and then overwrite it (Load parameters class from strategy). 16 DCC User Guide

19 LOADING OR CREATING THE FILE IN DCC To view and modify the attributes of a domain class: 1 Select the Domain class option button, then click Load domain class from library. 2 In the window that is displayed, select the library (.DLL) you want to select the domain class from and click Open. 3 In the Strategy class loader popup that is displayed, select the domain class from the dropdown box: 4 In the DCC window all attributes for that domain class will be displayed, which you can modify as required. 5 Once finished, click Generate code. As a result, the domain class will be overwritten with the new values. To add attributes to a domain class: 1 Select the Parameter class option button, then click Load parameters class from strategy. 2 In the window that is displayed, select the library (.DLL) you want to select the domain class from and click Open. DCC User Guide 17

20 2 USING DCC TO GENERATE CODE 3 In the Strategy class loader popup that is displayed, select the strategy from the dropdown box. As a result, in this case, no values will be displayed in the attributes table of DCC. 4 Add the attributes as required and then save the file. The new file s name will be composed by the former name followed by the Extended suffix. To view and modify the parameters of a domain class: This option works the same way as described in To view and modify the attributes of a domain class: on page 17. Related topics: Creating a new file on page 13 Opening an existing file on page 11 Generating the domain classes code on page DCC User Guide

21 GENERATING THE DOMAIN CLASSES CODE Generating the domain classes code The code of the domain classes, is generated when the user click the Generate code button after entering all mandatory fields and attributes. In particular: 1 Load or create a XML file. (See Loading or creating the file in DCC on page 11). 2 In the Domain class name be sure that you specify the name that is to be used to create the code files. 3 Click Generate code. 4 In the popup that is displayed, select the folder where you want to save the code and click OK. As a result, two.cs files will be created whose file name will be, respectively: The Domain class name (e.g.: Crop.cs) The Domain class name followed by the VarInfo suffix (e.g.: CropVarInfo.cs). For further information, see Classes description on page 22). The.cs files so generated can be used to create a modelling solution. Note: Files should be ready for compilation (see Multi-language support on page 23), but few minor details might require fixing. Related topics: Loading or creating the file in DCC on page 11 DCC User Guide 19

22 2 USING DCC TO GENERATE CODE 20 DCC User Guide

23 Language reference 3 In this section: Classes description on page 22 Multi language support on page 23 DCC User Guide 21

24 3 LANGUAGE REFERENCE Classes description The following table summarizes what are and how to use Domain classes, Value classes, and the VarInfo class. Table 1 Domain, Value, VarInfo classes description Class Domain classes Value classes VarInfo class Description To model a domain, we define data types called domain classes, following the approach by Rizzoli et al. (1998). Domain classes are characterized by a set of data attributes, which are the inputs, outputs and a set of accessory methods to set and get the value, and to get the attributes. A values class implements the interface IDomainClass, from the component CRA.Core.Preconditions.dll A matching class, which is conventionally called as the value class plus the postfix VarInfo, contains the attributes, each of type VarInfo. The VarInfo type is available in the component CRA.Core.Preconditions.dll, and the VarInfo class implements the interface IVarInfoClass, also available from the component CRA.Core.Preconditions.dll. According to the use in the component, there can be more than one couple of domain classes (e.g. States and SatesVarInfo, Rates and RatesvarInfo). In the VarInfo class, attributes are declared as static attributes, and the static constructor of the class sets the value for each VarInfo attribute. Each VarInfo value can be accessed as read only. The values class contains declarations of the properties listed in the input file of DCC. Also, the properties of the interface are implemented. The values class contains declarations only of the properties listed in the input file of DCC which are of a numeric type (e.g. double, int, double[]). Also, the properties of the interface are implemented. Related topics: Multi language support on page 23 Loading or creating the file in DCC on page 11 Generating the domain classes code on page DCC User Guide

25 MULTI-LANGUAGE SUPPORT Multi-language support DCC allows generating C# and VB.NET code. Other languages will be made available once the relevant code generators will become available. Code generation by DCC is meant to provide ready to compile classes, however there is a list of unresolved problem which require manual fixing in the VS 2005 IDE: C#, VarInfo class, constructor: the method called is written with a unnecessary period as prefix, to be removed. DCC User Guide 23

26 3 LANGUAGE REFERENCE 24 DCC User Guide

GDD. Graphic Data Display. User Guide

GDD. Graphic Data Display. User Guide GDD Graphic Data Display User Guide Release Issue Date 1 3 June 2014 Copyright European Union, 1995 2014 Reproduction is authorised, provided the source is acknowledged, save where otherwise stated. Where

More information

CLIC. Composition Layer Interactive Code. User Guide

CLIC. Composition Layer Interactive Code. User Guide CLIC Composition Layer Interactive Code User Guide Release Issue Date 1 3 June 2014 Copyright European Union, 1995 2014 Reproduction is authorised, provided the source is acknowledged, save where otherwise

More information

Introducing BioMA. Tutorial: Creating a component. Fumagalli D., Ferrari G.

Introducing BioMA. Tutorial: Creating a component. Fumagalli D., Ferrari G. Introducing BioMA Tutorial: Creating a component Fumagalli D., Ferrari G. 2016 This publication is a Technical report by the Joint Research Centre (JRC), the European Commission s science and knowledge

More information

Composition Layer. Reference documentation

Composition Layer. Reference documentation Composition Layer Reference documentation Release Issue Date 1 1 May 2013 Copyright European Union, 1995 2013 Reproduction is authorised, provided the source is acknowledged, save where otherwise stated.

More information

Model Layer. Reference Documentation

Model Layer. Reference Documentation Model Layer Reference Documentation Release Issue Date 1 1 March 2015 Copyright European Union, 1995 2015 Reproduction is authorised, provided the source is acknowledged, save where otherwise stated. Where

More information

WARM Modelling Solution. Reference documentation

WARM Modelling Solution. Reference documentation WARM Modelling Solution Reference documentation Release Issue Date 1 2 September 2013 Copyright European Union, 1995 2013 Reproduction is authorised, provided the source is acknowledged, save where otherwise

More information

Proposal Evaluation Service (SEP) ERC Recruiting. Remote Reviewer's User Manual

Proposal Evaluation Service (SEP) ERC Recruiting. Remote Reviewer's User Manual Proposal Evaluation Service (SEP) ERC Recruiting Remote Reviewer's User Manual SEP Evaluation Version 2.6 ERC Recruiting Remote Reviewer's User Manual December 2016 Copyright Notice European Union, 1995-2016

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Contents Upgrading BFInventory iii

Contents Upgrading BFInventory iii Upgrading ii Upgrading Contents Upgrading.............. 1 Upgrading to IBM Tivoli Endpoint Manager for Software Use Analysis version 2.0....... 1 Planning and preparing for the upgrade.... 2 Installing

More information

Pathway Net User s Guide

Pathway Net User s Guide Pathway Net User s Guide TABLE OF CONTENTS 3. Logging onto Pathway Net 4. Changing Passwords 5. Transaction View 7. Viewing Transaction Detail 8. Reallocating Transactions 9. Splitting Transactions 11.

More information

ACTIVE Net Insights user guide. (v5.4)

ACTIVE Net Insights user guide. (v5.4) ACTIVE Net Insights user guide (v5.4) Version Date 5.4 January 23, 2018 5.3 November 28, 2017 5.2 October 24, 2017 5.1 September 26, 2017 ACTIVE Network, LLC 2017 Active Network, LLC, and/or its affiliates

More information

PUBLIC. How to Use Custom Help Mapping. Solutions from SAP. SAP Business One 2007 A. November English

PUBLIC. How to Use Custom Help Mapping. Solutions from SAP. SAP Business One 2007 A. November English PUBLIC How to Use Custom Help Mapping Solutions from SAP SAP Business One 2007 A November 2008 English Contents Introduction... 3 Where to Download Custom Help Mapping... 3 Help and Support... 3 Database

More information

Portal Client User Guide

Portal Client User Guide Portal Client User Guide Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes Best practice tips and shortcuts Informational notes about functions Warning Important warnings

More information

MarkLogic Server. Query Console User Guide. MarkLogic 9 May, Copyright 2018 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Query Console User Guide. MarkLogic 9 May, Copyright 2018 MarkLogic Corporation. All rights reserved. Query Console User Guide 1 MarkLogic 9 May, 2017 Last Revised: 9.0-7, September 2018 Copyright 2018 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Query Console User Guide

More information

Portal User Guide. E. Martin Davidoff & Associates, CPAs E. Martin Davidoff, Attorney at Law

Portal User Guide. E. Martin Davidoff & Associates, CPAs E. Martin Davidoff, Attorney at Law Portal User Guide E. Martin Davidoff & Associates, CPAs E. Martin Davidoff, Attorney at Law As of February 17, 2011 Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes

More information

CollabNet Desktop - Microsoft Windows Edition

CollabNet Desktop - Microsoft Windows Edition CollabNet Desktop - Microsoft Windows Edition User Guide 2009 CollabNet Inc. CollabNet Desktop - Microsoft Windows Edition TOC 3 Contents Legal fine print...7 CollabNet, Inc. Trademark and Logos...7 Chapter

More information

Explorer View document libraries, 165 form library, 183

Explorer View document libraries, 165 form library, 183 Index A Actions section Add Listing link, 18 Add News link, 29 Add Person link, 20 Advanced Search Link, 41 Change Location link, 19 Change Settings link, 13 Create Subarea link, 13 Edit Page link, 21

More information

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit:

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit: SHARPSCHOOL USER MANUAL CHAPTER 7 EXTERNAL LINK PAGE For more information, please visit: www.customernet.sharpschool.com www.sharpschool.com 0 TABLE OF CONTENTS 1. 2. 3. 4. INTRODUCTION... 1 KEY INFORMATION...

More information

Search Hit Report Manual

Search Hit Report Manual Search Hit Report Manual Version 5.07 November 25, 2009 200 West Jackson Blvd. Suite 800 Chicago, IL 60606 (312) 263-1177 Contents 1 Overview...3 2 Importing the Search Hit Report Tool...3 3 Creating a

More information

SEP Evaluation Expert Quick Guide

SEP Evaluation Expert Quick Guide SEP Evaluation Expert Quick Guide SEP Evaluation September 7 th, 2018 Copyright Notice European Union, 1995-2018 Reproduction of this document and its content, in part or in whole, is authorized, provided

More information

BEAWebLogic. Integration. Transforming Data Using XQuery Mapper

BEAWebLogic. Integration. Transforming Data Using XQuery Mapper BEAWebLogic Integration Transforming Data Using XQuery Mapper Version: 10.2 Document Revised: March 2008 Contents Introduction Overview of XQuery Mapper.............................................. 1-1

More information

About SharePoint Server 2007 My Sites

About SharePoint Server 2007 My Sites SharePoint How To s / My Sites of 6 About SharePoint Server 007 My Sites Use your My Site to store files and collaborate with your co-workers online. My Sites have public and private pages. Use your public

More information

PC Agent Quick Start. Opening the Agent. Logging in to the Agent. Connected Backup. Version 8.6. Revision 0

PC Agent Quick Start. Opening the Agent. Logging in to the Agent. Connected Backup. Version 8.6. Revision 0 T E C H N I C A L N O T E Version 8.6 PC Agent Quick Start Revision 0 Use this document as a quick reference for common Connected Backup PC Agent tasks. If the Agent is not on your computer, contact your

More information

DATEX II v2.1 SCHEMA GENERATION TOOL GUIDE. Document version: May European Commission. Directorate General for Transport and Energy

DATEX II v2.1 SCHEMA GENERATION TOOL GUIDE. Document version: May European Commission. Directorate General for Transport and Energy DATEX II v2.1 SCHEMA GENERATION TOOL GUIDE Document version: 2.1 31 May 2012 European Commission Directorate General for Transport and Energy Copyright 2012 Prepared by : Date Comment Version DATEX Technical

More information

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide Multi-Sponsor Environment SAS Clinical Trial Data Transparency User Guide Version 6.0 01 December 2017 Contents Contents 1 Overview...1 2 Setting up Your Account...3 2.1 Completing the Initial Email and

More information

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month.

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month. 20.2.2018 Completion instructions More specific guidance on lodging declarations can be found in the Intrastat Guide at http://tulli.fi/en/statistics/intrastat (Intrastat - International trade statistics

More information

ACTIVE CAMPUS PORTAL ADVANCED (SHAREPOINT BASICS)

ACTIVE CAMPUS PORTAL ADVANCED (SHAREPOINT BASICS) ACTIVE CAMPUS PORTAL ADVANCED (SHAREPOINT BASICS) Training for Points of Contacts How SharePoint fits into Active Campus Portal Introduction to SharePoint Services Working with Lists Working with Libraries

More information

SAVARA 1.0 Getting Started Guide

SAVARA 1.0 Getting Started Guide SAVARA 1.0 Getting Started Guide by Gary Brown and Jeff Yu 1. Overview... 1 2. Installation... 2 3. 4. 5. 6. 7. 2.1. Prerequisites... 2 2.2. Installation Instructions... 2 2.3. Importing Samples into Eclipse...

More information

EUSurvey Installation Guide

EUSurvey Installation Guide EUSurvey Installation Guide Guide to a successful installation of EUSurvey May 20 th, 2015 Version 1.2 (version family) 1 Content 1. Overview... 3 2. Prerequisites... 3 Tools... 4 Java SDK... 4 MySQL Database

More information

Desire2Learn eportfolio

Desire2Learn eportfolio This training guide will provide you with the skills to create and manage an online repository for storing your digital artefacts and experiences. can be used by students and academics alike, to record

More information

BRIGGS & VESELKA CO. ProSystem fx Portal. Client Portal Admin User Guide

BRIGGS & VESELKA CO. ProSystem fx Portal. Client Portal Admin User Guide BRIGGS & VESELKA CO. ProSystem fx Portal Client Portal Admin User Guide Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes Best practice tips and shortcuts Informational

More information

Public Data Portal Overview

Public Data Portal Overview Public Data Portal Overview 10. Public Data Portal Overview... 10-1 10.1 DRGR Public Data Portal At-A-Glance... 10-2 10.2 DRGR Public Data Portal Main Features... 10-2 10.2.1 Grantee and Responsible Organization

More information

CEDMS User Guide

CEDMS User Guide CEDMS 5.3.1 User Guide Section Page # Section 1 User Interface 2 CEDMS DM Toolbar 2 Navigation Pane 3 Document List View Pane 3 Add-on Pane 3 Section 2 Saving and Importing Documents 4 Profile Form 4 Saving

More information

Work with the Staff Directory App

Work with the Staff Directory App Work with the Staff Directory App Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress

More information

UPOV PRISMA User Guide for Breeders

UPOV PRISMA User Guide for Breeders UPOV PRISMA User Guide for Breeders UPOV PRISMA Version 2.1 Table of Contents 1 About this guide 3 2 Acronyms 3 3 Overview 3 4 WIPO Accounts 6 4.1 Create an account 6 4.2 Forgotten username 8 4.3 Recovery

More information

Tzunami Inc. Evaluation Guide

Tzunami Inc. Evaluation Guide Tzunami Inc. Evaluation Guide Using K-Wise Deployer for Rapid Content Migration into Microsoft SharePoint Products and Technologies Rapid migration solutions for Microsoft SharePoint Portal Server 2003

More information

Function Point WORKBENCH Release 7.0k INSTALLATION GUIDE TABLE OF CONTENTS

Function Point WORKBENCH Release 7.0k INSTALLATION GUIDE TABLE OF CONTENTS Function Point WORKBENCH Release 7.0k GUIDE TABLE OF CONTENTS FUNCTION POINT WORKBENCH RELEASE 7.0K GUIDE... 1 LICENCE TYPES... 3 Standalone Licence Machine Dependent (Single User)... 3 Network Licence

More information

TXSMARTBUY ONLINE ORDERING SYSTEM

TXSMARTBUY ONLINE ORDERING SYSTEM TEXAS COMPTROLLER OF PUBLIC ACCOUNTS TXSMARTBUY ONLINE ORDERING SYSTEM USER GUIDE May 2015 1 Page TxSmartBuy.com User Guide Table of Contents WHO CAN USE THIS SYSTEM?... 4 SYSTEM REQUIREMENTS AND BROWSER

More information

Create a Questionnaire. Triangle

Create a Questionnaire. Triangle Create a Questionnaire Triangle 1. Access EyeQuestion Open your browser (e.g. Internet Explorer) Browse to your EyeQuestion server The login screen will be visible 2. Login Login with your credentials

More information

SSRS 2016 for WITS. Web Portal User Guide. Applies to: WITS Version 18.0+

SSRS 2016 for WITS. Web Portal User Guide. Applies to: WITS Version 18.0+ SSRS 2016 for WITS Web Portal User Guide Applies to: WITS Version 18.0+ Microsoft SQL Server Reporting Services (SSRS) 2016 Last Updated June 1, 2017 Microsoft SQL Server 2016 Report Builder 3.0 Version

More information

Document Template Authoring

Document Template Authoring http://documentation.blueprintcloud.com Document Template Authoring Getting Started Guide 2015 Blueprint Software Systems Inc. All rights reserved 3/24/2015 Getting Started Tutorial Step 1: Install the

More information

Welcome to the Investor Experience

Welcome to the Investor Experience Welcome to the Investor Experience Welcome to the Black Diamond Investor Experience, a platform that allows advisors to customize how they present information to their clients. This document provides important

More information

EQuIS Data Processor (EDP) User Manual

EQuIS Data Processor (EDP) User Manual EQuIS Data Processor (EDP) User Manual Introduction EQuIS Data Processor (EDP) Introduction The EQuIS Data Processor, or EDP, is today s answer to the many data quality issues that plague data managers.

More information

CWCM Webmaster Training. Denis Bacquelaine, Technical Consultant I.R.I.S. Solutions & Experts S.A.

CWCM Webmaster Training. Denis Bacquelaine, Technical Consultant I.R.I.S. Solutions & Experts S.A. CWCM Webmaster Training Denis Bacquelaine, Technical Consultant I.R.I.S. Solutions & Experts S.A. Prerequisite: Content Contributors course of CWCM V3 Webmaster basic Knowledge Agenda Training objectives

More information

Red Hat Application Migration Toolkit 4.2

Red Hat Application Migration Toolkit 4.2 Red Hat Application Migration Toolkit 4.2 Eclipse Plugin Guide Identify and resolve migration issues by running the Red Hat Application Migration Toolkit against your applications in Eclipse. Last Updated:

More information

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...7. B.1 - Setup Dialog... 7 B.2 - Description... 7 B.3 - Controls...

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...7. B.1 - Setup Dialog... 7 B.2 - Description... 7 B.3 - Controls... Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1

More information

USER GUIDE MADCAP DOC-TO-HELP 5. Getting Started

USER GUIDE MADCAP DOC-TO-HELP 5. Getting Started USER GUIDE MADCAP DOC-TO-HELP 5 Getting Started Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

ODM 1.1. An application Hydrologic. June Prepared by: Jeffery S. Horsburgh Justin Berger Utah Water

ODM 1.1. An application Hydrologic. June Prepared by: Jeffery S. Horsburgh Justin Berger Utah Water ODM M STREAMING VERSION DATAA LOADER 1.1 An application for loading streaming sensor data into the CUAHSI Hydrologic Information System Observations Data Model June 2008 Prepared by: Jeffery S. Horsburgh

More information

Automation for Web Services

Automation for Web Services BEA AquaLogic TM Enterprise Repository (Evaluation Version) Automation for Web Services Table of Contents Overview System Settings Properties for Managing WSDL- and UDDI-Related Assets WSDL/UDDI Import/Export

More information

PowerWorship 4.0 Introduction

PowerWorship 4.0 Introduction PowerWorship 4.0 Introduction PowerWorship enables you to create and maintain a library of worship songs and can be used to create song lyrics presentation slides for Microsoft PowerPoint and Apache OpenOffice.

More information

Professional Editions Setup Guide

Professional Editions Setup Guide Professional Editions Setup Guide FOR TAX YEAR 2017 V 1 1 Table of Contents Click on any title to navigate directly to that section. Download and Install Download Installation File from Practice Manager

More information

Introduction to Qualtrics ITSC

Introduction to Qualtrics ITSC Introduction to Qualtrics ITSC August 2015 Contents A. General Information... 4 B. Login... 5 New Qualtrics User... 5 Existing Qualtrics User... 7 C. Navigating Qualtrics... 9 D. Create Survey... 10 Quick

More information

Avigilon Control Center 6 System Integration Guide

Avigilon Control Center 6 System Integration Guide Avigilon Control Center 6 System Integration Guide for Paxton Net2 Access Control Systems 2018, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, AVIGILON CONTROL CENTER and ACC are

More information

Adobe Marketing Cloud Data Workbench Controlled Experiments

Adobe Marketing Cloud Data Workbench Controlled Experiments Adobe Marketing Cloud Data Workbench Controlled Experiments Contents Data Workbench Controlled Experiments...3 How Does Site Identify Visitors?...3 How Do Controlled Experiments Work?...3 What Should I

More information

One Identity Manager Administration Guide for Connecting to SharePoint

One Identity Manager Administration Guide for Connecting to SharePoint One Identity Manager 8.0.2 Administration Guide for Connecting to Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

ProSystem fx Portal Client User Guide

ProSystem fx Portal Client User Guide ProSystem fx Portal Client User Guide For Seventh-day Adventist Organizations November 2010 Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes Best practice tips and

More information

Clearspan OpEasy Basic Provisioning User Guide MAY Release

Clearspan OpEasy Basic Provisioning User Guide MAY Release Clearspan OpEasy Basic Provisioning User Guide MAY 2015 Release 4.2 2827-008 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Communications,

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

Introduction to Cognos

Introduction to Cognos Introduction to Cognos User Handbook 7800 E Orchard Road, Suite 280 Greenwood Village, CO 80111 Table of Contents... 3 Logging In To the Portal... 3 Understanding IBM Cognos Connection... 4 The IBM Cognos

More information

Imagine. Create. Discover. User Manual. TopLine Results Corporation

Imagine. Create. Discover. User Manual. TopLine Results Corporation Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation

More information

Filr 3.3 Using Micro Focus Filr with Microsoft Office and Outlook Applications. December 2017

Filr 3.3 Using Micro Focus Filr with Microsoft Office and Outlook Applications. December 2017 Filr 3.3 Using Micro Focus Filr with Microsoft Office and Outlook Applications December 2017 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use

More information

Causeway ECM Team Notifications. Online Help. Online Help Documentation. Production Release. February 2016

Causeway ECM Team Notifications. Online Help. Online Help Documentation. Production Release. February 2016 Causeway ECM Team Notifications Online Help Production Release February 2016 Causeway Technologies Ltd Comino House, Furlong Road, Bourne End, Buckinghamshire SL8 5AQ Phone: +44 (0)1628 552000, Fax: +44

More information

MY MEDIASITE. https://mediasite.ecu.edu/ms/mymediasite

MY MEDIASITE. https://mediasite.ecu.edu/ms/mymediasite MY MEDIASITE https://mediasite.ecu.edu/ms/mymediasite My Mediasite provides tools for managing your recordings. All faculty have access to My Mediasite and the ability to download the Desktop Recorder.

More information

CollabNet SourceForge Office Plug-in

CollabNet SourceForge Office Plug-in CollabNet SourceForge Office Plug-in Introduction CollabNet SourceForge Office Plug-in is developed using Microsoft Windows.NET application that allows users to browse and edit the contents of their SourceForge

More information

e-invoicing on the e-prior Supplier Portal

e-invoicing on the e-prior Supplier Portal EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information Systems Directorate e-invoicing on the e-prior Supplier Portal User Manual (full functionality) Version 1.40 Date: 15/12/2011 Author: Denis

More information

Microsoft Dynamics GP. Extender User s Guide Release 9.0

Microsoft Dynamics GP. Extender User s Guide Release 9.0 Microsoft Dynamics GP Extender User s Guide Release 9.0 Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.

More information

CollabNet TeamForge 5.3 Evaluator s Guide

CollabNet TeamForge 5.3 Evaluator s Guide CollabNet TeamForge 5.3 Evaluator s Guide Thank you for evaluating CollabNet TeamForge 5.3. This Evaluator s Guide will help you experience the key features of CollabNet TeamForge by walking you through

More information

User Guide Respond to Request for Information (RFI)

User Guide Respond to Request for Information (RFI) OVERVIEW This User Guide describes how Suppliers participates in Request for Information (RFI) events related to Pre- Qualification, Category Related Qualifications, Sourcing Pre-Screenings or Communications

More information

KENDLE CLINICAL TRIALS PORTAL USER GUIDE

KENDLE CLINICAL TRIALS PORTAL USER GUIDE KENDLE CLINICAL TRIALS PORTAL USER GUIDE Notes to Users Copyright Copyright by Kendle International Inc., 2010. All rights reserved. No part of this document may be downloaded, reproduced, transmitted,

More information

What s New in Jet Reports 2010 R2

What s New in Jet Reports 2010 R2 What s New in Jet Reports 2010 R2 The purpose of this document is to describe the new features and requirements of Jet Reports 2010 R2. Contents Before You Install... 3 Requirements... 3 Who should install

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.0 SP1.5 User Guide P/N 300 005 253 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All

More information

Oracle Application Express Users Guide

Oracle Application Express Users Guide www.oracle.com/academy Oracle Application Express Users Guide Contents Topic: 1. Introduction 2 2. Logging in to Oracle Application Express 2 3. Oracle Application Express Components 3 4. Using SQL Commands

More information

AEC Microdataloggers

AEC Microdataloggers R Application Note AEC Microdataloggers Architectural Energy Corporation (AEC) MicroDataLoggers (MDL) Overview Figure 1: An AEC MicroDataLogger with 3 plug-in modules. Architectural Energy Corporation

More information

Starter kit - Survey123 for ArcGIS

Starter kit - Survey123 for ArcGIS Starter kit - Survey123 for ArcGIS Version 1 (27.11.2017) In collaboration and with the support of: Authors Izay Pantanilla 1 Steeve Ebener 1 1. Health GeoLab Collaborative, Manila, Philippines Acknowledgements

More information

Oracle User Productivity Kit Reports Management. E July 2012

Oracle User Productivity Kit Reports Management. E July 2012 Oracle User Productivity Kit Reports Management E29429-01 July 2012 Oracle User Productivity Kit Reports Management E29429-01 July 2012 Copyright 1998, 2012, Oracle and/or its affiliates. All rights reserved.

More information

Getting Started with Code Coverage/Eclipse

Getting Started with Code Coverage/Eclipse Getting Started with Code Coverage/Eclipse Code Coverage/Eclipse is the modernized GUI for Compuware s Xpediter/Code Coverage product. With it, users can create reports detailing testing efficiency and

More information

Ameren Oracle ebusiness CCTM Supplier

Ameren Oracle ebusiness CCTM Supplier CCTM PROCESS... 1 S1.2 CREATE A CCTM TIME CARD: INTRODUCTION... 2 S1.2.1 Create a Time & Materials Time Card Online... 3 S1.2.2 Create a Fixed Price Time Card Online... 67 S1.2.3 Download-Create a Time

More information

Quick Guide for Suppliers - Catalogs Supplier Portal (October 2012)

Quick Guide for Suppliers - Catalogs Supplier Portal (October 2012) Quick Guide for Suppliers - Catalogs Supplier Portal (October 2012) Copyright 1999-2012 Basware Corporation. All rights reserved. About Basware Supplier Portal Documentation The following documentation

More information

CCH Portal Client User Guide

CCH Portal Client User Guide CCH Portal Client User Guide 4/30/2014 Icon Legend Keys Quick reference to the key aspects of a particular function Tip Best practice tips and shortcuts Notes Informational notes about functions Warning

More information

Oracle Application Express Student Guide

Oracle Application Express Student Guide www.oracle.com/academy Oracle Application Express Student Guide Contents 1. Introduction... 2 2. Logging in to Oracle Application Express... 2 3. Oracle Application Express Components... 3 4. How to add

More information

How to bill a cost object against an ISR Provider Fulfillment is used for GL Posting (billing) on an Internal Service Request Form

How to bill a cost object against an ISR Provider Fulfillment is used for GL Posting (billing) on an Internal Service Request Form How to bill a cost object against an ISR Provider Fulfillment is used for GL Posting (billing) on an Internal Service Request Form Prepare to Post (bill) against an ISR Form Business scenario: you need

More information

Microsoft Office SharePoint Portal Server 2003 Document Library Migration Tools

Microsoft Office SharePoint Portal Server 2003 Document Library Migration Tools Microsoft Office SharePoint Portal Server 2003 Document Library Migration Tools Show All Introduction The Microsoft Office SharePoint Portal Server 2003 Document Library Migration Tools are a set of utility

More information

A Guide for Non-Production and Production Purchasing Buyers and Suppliers

A Guide for Non-Production and Production Purchasing Buyers and Suppliers A Guide for Non-Production and Production Purchasing Buyers and Suppliers Table of Contents Table of Contents...1 Start to Finish What to Do in WebQuote...3 WebQuote Document Delivery Overview...5 DOCUMENT

More information

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual Using the Telstra T-Suite Management Console Customer Administrator s Reference Manual June 2011 Registering With TMC Notice Pivot Path is a registered trademark of Jamcracker, Inc. Registered trademark

More information

EUSurvey OSS Installation Guide

EUSurvey OSS Installation Guide Prerequisites... 2 Tools... 2 Java 7 SDK... 2 MySQL 5.6 DB and Client (Workbench)... 4 Tomcat 7... 8 Spring Tool Suite... 11 Knowledge... 12 Control System Services... 12 Prepare the Database... 14 Create

More information

Getting Started Guide

Getting Started Guide SnagIt Getting Started Guide Welcome to SnagIt Thank you for your purchase of SnagIt. SnagIt is the premier application to use for all of your screen capturing needs. Whatever you can see on your screen,

More information

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month.

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month. 23.10.2017 Completion instructions More specific guidance on lodging declarations can be found in the Intrastat Guide at http://tulli.fi/en/statistics/intrastat (Intrastat - International trade statistics

More information

USER GUIDE Rank Alpha Technologies Sdn Bhd

USER GUIDE Rank Alpha Technologies Sdn Bhd USER GUIDE 2017 Rank Alpha Technologies Sdn Bhd Table of Contents Table of Contents Table of Contents... 1 Disclaimer... 3 Table Conventions... 4 Navigations... 5 Chapter 1 : Getting Started... 6 1.1 Before

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 SP2 User Guide P/N 300-009-462 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 2009 EMC Corporation. All

More information

ZENworks 2017 Patch Management Airgap Solution. 1 About the Airgap Solution. 2 Prerequisites. December 2017

ZENworks 2017 Patch Management Airgap Solution. 1 About the Airgap Solution. 2 Prerequisites. December 2017 ZENworks 2017 Patch Management Airgap Solution December 2017 The Airgap solution for ZENworks Patch Management enables you to deliver patches to networks that are disconnected and isolated from the Internet.

More information

Client Portal Client User Manual

Client Portal Client User Manual Client Portal Client User Manual Version 2.0 Contents Client Portal User Manual... 3 Groups and User Levels... 3 Inviting Users... 5 Terms of Use... 9 Removing Users... 12 Password Reset... 14 List Items

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Data Layer. Reference Documentation

Data Layer. Reference Documentation Data Layer Reference Documentation Release Issue Date 1 1 March 2015 Copyright European Union, 1995 2015 Reproduction is authorised, provided the source is acknowledged, save where otherwise stated. Where

More information

Gatekeeper Web Apps Gatekeeper Version 3.5 June

Gatekeeper Web Apps Gatekeeper Version 3.5 June Title Gatekeeper of document Web Grower Sub Setup heading & Quick i.e version Start xxx Guide Gatekeeper Web Apps Gatekeeper Version 3.5 June 2016 www.farmplan.co.uk 01594 545040 Gatekeeper@farmplan.co.uk

More information

Using MindManager 8 for Windows with Microsoft SharePoint 2007 October 3, 2008

Using MindManager 8 for Windows with Microsoft SharePoint 2007 October 3, 2008 l Using MindManager 8 for Windows with Microsoft SharePoint 2007 October 3, 2008 Table of Contents TABLE OF CONTENTS... 2 1 INTRODUCTION... 3 2 USING MINDMANAGER 8 WITH MICROSOFT SHAREPOINT... 4 2.1 ADD

More information

Teiid Designer User Guide 7.5.0

Teiid Designer User Guide 7.5.0 Teiid Designer User Guide 1 7.5.0 1. Introduction... 1 1.1. What is Teiid Designer?... 1 1.2. Why Use Teiid Designer?... 2 1.3. Metadata Overview... 2 1.3.1. What is Metadata... 2 1.3.2. Editing Metadata

More information

Console Guide. Version 4.4

Console Guide. Version 4.4 Console Guide Version 4.4 Table of Contents Preface 4 Who Should Use This Guide 4 How This Guide is Organized 4 Document Feedback 4 Document Conventions Used in This Guide 5 Connecting to the Database

More information

BEAAquaLogic Enterprise Repository. Automation for Web Services Guide

BEAAquaLogic Enterprise Repository. Automation for Web Services Guide BEAAquaLogic Enterprise Repository Automation for Web Services Guide Version 3.0. RP1 Revised: February, 2008 Table of Contents Overview System Settings Properties for Managing WSDL- and UDDI-Related

More information

Getting Started with Web Services

Getting Started with Web Services Getting Started with Web Services Getting Started with Web Services A web service is a set of functions packaged into a single entity that is available to other systems on a network. The network can be

More information