Network Analysis, Visualization, & Graphing TORonto (NAViGaTOR) User Documentation

Size: px
Start display at page:

Download "Network Analysis, Visualization, & Graphing TORonto (NAViGaTOR) User Documentation"

Transcription

1 Network Analysis, Visualization, & Graphing TORonto (NAViGaTOR) User Documentation Jurisica Lab, Ontario Cancer Institute November 10, 2006 Contents 1 Introduction 2 2 Installation 2 3 Getting Started Force-Directed Layout File Formats Tab-Delimited Text File Navigator XML Format PSI-MI Format Ontology, Expression levels, and Interaction Strengths User Interface Functionality Application Menu File Menu Select Menu View Menu Export Menu Layout Menu Analysis Menu Ophid Menu D Options Menu Application Tool Bar Application Control Panel Description Panel Right-Click Menu Mouse and Keyboard Controls Additional Resources Tutorials

2 1 Introduction Network Analysis, Visualization, & Graphing TORonto (NAViGaTOR) is a software package for visualizing and analyzing protein-protein interaction networks. In these networks, nodes represent the interactors (proteins, or their associated genes), and edges represent interactions. NAViGaTOR provides a framework on which molecular information related to protein interactions can be visualized. Figure 1: NAViGaTOR screenshot. The snapshot in Figure 1 gives a sample view of a protein-protein interaction network. NAViGaTOR uses a colour scheme to code information such as protein ontology, expression levels, significant interactions, and interaction strength. For example, in Figure 1, the colours of nodes indicate categories in an ontology described in the input file. Also, the edge colours in this graph are based on significant interactions occurring in the two groups of data that are loaded into the network. For instance, a blue edge indicates a significant interaction in the normal group. For more examples and views see Section 3. 2 Installation NAViGaTOR requires a minimum of 20 MB of free hard disk drive space, the Java Runtime Environment (JRE) 1.5 or higher, and OpenGL drivers. A system with at least 256 MB of RAM and a 1 GHz processor is also recommended. To install NAViGaTOR, go to and download a copy containing precompiled binaries appropriate for your operating system. Save and run the downloaded file to launch an installation wizard. 2

3 3 Getting Started To load a first data set, select the File/Load Text File menu item (Figure 2), causing a dialog box to appear. In this dialog box, go to the folder where NAViGaTOR was installed, select the docs subfolder, then select the sampledata subfolder, and then select a sample data file (e.g. tab delimited data.txt). Once a data file is selected, a 2nd dialog box appears where two groups must be selected. For example, double click on Control to make it the first group, and then double click on Experiment 1 to make it the second group, and click Ok. Then, a 3rd dialog box appears where the data may be filtered by Source. For example, click Select All to select all the sources, and then click Ok to finish. The loaded network should now be displayed in the main window. Figure 2: The File menu contains menu items to load and save data. 3.1 Force-Directed Layout NAViGaTOR uses force-directed layout to position the nodes of the network. Repulsive forces are simulated between non-interacting nodes, and spring forces are simulated between nodes connected by an edge. The simulation of these forces causes the nodes to gradually spread out and settle into a more-or-less stable layout. The user can influence this layout process by dragging nodes to different locations and by fixing their positions (double clicking on a node toggles whether it is fixed in place or not). The simulation of forces can also be paused via the Pause button in the control panel on the bottom of the main window. 3.2 File Formats NAViGaTOR supports loading and saving data in four formats: (1) Text File, a simple tab-delimited text file with metadata; (2) Network File (.nwk), a binary Java object file; (3) PSI-MI (Proteomics Standards Initiative s Molecular Interaction), which is an XML format; and (4) Navigator XML 1, an XML format developed at Jurisica Lab. Loading of data can also be done by issuing an online query to OPHID (Online Predicted Human Interaction Database, causing an interaction network to be dynamically constructed based on the results. 1 Referred to as Internal XML in the File menu; this will be changed to Navigator XML in the next release of the software. 3

4 During a NAViGaTOR session, various information associated with the network is generated, such as node positions, shapes, and annotations. To save this associated information when saving a network, users may save using the Network File or Navigator XML formats. The Network File format stores the maximum of this associated information, however, it achieves this by storing a binary dump of data structures stored in RAM at runtime, and thus is not compatible across different versions of NAViGaTOR or across different platforms. For this reason, use of the Navigator XML format is recommended for saving networks and their associated information. More information on the supported data formats is given in the following subsections Tab-Delimited Text File Tab-delimited files start with metadata describing the interaction data contained in the file. For instance, refer to the sample file tab delimited data.txt. The metadata is delimited by the # symbol, followed by a name tag (tags are case sensitive) and the column in which the data it refers to is found. The sample file shows the four required tags: NumOfCols, Source, Node1, and Node2. The tab delimited format can also include data such as node ontology, node description, expression level values, etc. This is followed by the actual interaction data. Interactions are stored as binary pairs with each row containing information on a single interaction (two proteins) Navigator XML Format The Navigator XML format is a slightly richer information source and, in addition to the information contained in tab delimited text file, has tags for determining id type (unigene, swissprot, etc.) and gene synonym. This is the recommended format for saving files since it retains layout information and is supported across future versions. For detailed information on this format, refer to the XML schema available at The sample file internal xml data.xml is a sample data file in this format PSI-MI Format NAViGaTOR supports the PSI-MI format for loading and saving protein interaction data. This format is also supported by a number of protein interaction databases including the OPHID database ( PSI-MI is an information rich format, and NAViGaTOR tools for querying PSI-MI documents are under development. Details on PSI-MI can be found at The sample file psi format is a sample data file in this format. 3.3 Ontology, Expression levels, and Interaction Strengths As mentioned earlier, NAViGaTOR colour codes information such as protein ontologies, expression level, and interaction strength. This information has to be included in the input file for NAViGaTOR to apply an appropriate colour scheme. For example, refer to sample files internal xml data.xml and tab delimited data.txt under the docs/sampledata folder. These files contain the data related to ontology (ontology description tag), node expression (node1 and node2 median tags for each group), and interaction strength (correlation and t test tags). The ontology categories are determined by concatenating the GO (Gene Ontology terms and comparing them against an internal dictionary. By clicking on 4

5 the Legend icon in the tool bar along the left edge of the main window, a description of the classification of the node colour can be seen. Furthermore, if the Get Ontology function (in the Ophid menu, see Section 4.1.7) is used, then the GO terms are displayed in the side description panel. The edge color scheme is based on showing interactions occurring in different groups or under different conditions. The input file does not impose a limit on the number of groups involving a single interaction (row in the data file), however, interactions involving only three groups are shown in any given network. For the purposes of this discussion, we will consider the tab delimited file format (tab delimited data.txt), however, the Navigator XML format also supports such data (see the XML schema file at Each interaction group has 3 columns associated with it in the input file. The first column Grp1Correlation gives the correlation value for the interaction. The 2nd column gives the number of samples used to determine the correlation, and the 3rd column gives a significance value (t test value) based on number of samples identified in the 2nd column. Currently, the edge color will show a significant interaction if the t test value is less than or equal to 1%. Below is a detailed description of the edge legend: Blue: Significant interaction in Group1. Red: Significant interaction in Group2. Black: Significant interaction in both groups (this is the default when no group information is present). Light Grey/Dotted: No significant interaction in either of the groups. Figures 3, 4, and 5 show the different views for edge and node colour schemes. Figure 3: The basic NAViGaTOR colour scheme, in which nodes are coloured according to ontology categories, and edges are coloured according to significance of interaction in the different groups. This figure also shows a rectangular labels filter in the centre (invoked through the right-mouse-button menu), that can be dragged around and that causes labels of the nodes within the filter to be displayed. This figure also shows the collapsible description panel on the right which describes the selected node, partners and GO (Gene Ontology) information. 4 User Interface Functionality This section describes the functions available in NAViGaTOR. First, functions within each of four top-level interface components (the menu along the top edge of the main window, the tool bar along the left edge, the control panel along the bottom edge, and the description panel on the right (Figure 1)) are given, and then functions associated with the mouse and/or keyboard are listed. 5

6 Figure 4: Similar to Figure 3, but gradient edge colour based on correlation values for the interactions. Figure 5: Gradient node colour based on expression values. 4.1 Application Menu File Menu This menu contains options for loading, saving, and transforming data files. Load Text File: loads a tab delimited text file as described in Section Load Network File: loads a NAViGaTOR network file (.nwk). Load XML: Contains sub-menu giving options to open Navigator XML format files and PSI-MI XML files. 6

7 Load from Ophid: Executes an OPHID query based on protein id s input by the user and graphs the resulting protein interaction network. Save as Text File: Saves network as a tab-delimited text file. Save Network: Saves network as a network file (.nwk). This format is dependent on the release version of NAViGaTOR and thus should only be used for networks that do not require long term storage. Save as XML: Contains sub-menu giving the option to save the network in Navigator XML or PSI format (exporting to PSI format results in loss of information such as protein highlighting, node expression values, and edge correlations. Such information is not part of the PSI-MI specification). Text to XML: Opens a wizard that allows user to load data that is stored in a tab delimited text file but does not match the input formats specified in Section 3.2. The wizard allows the user to identify the column position of elements required to construct an interaction network. Preferences: Allows you to set your preferences. User can change the default home directory. Also allows user to set a different default node colour. The user may also choose to visualize the nodes as flat nodes which are nodes without any border. This generally speeds up the rendering of the network. Exit: quits Select Menu This menu includes options for selecting individual proteins in the network and performing operations on them such as highlighting, fixing position, etc. Select All: Selects all proteins on the network. Individual proteins as well as groups of proteins can also be selected. In order to select a single protein, left mouse click on the center of the node. To select a group of proteins, hold down the Alt button and the left-click button and drag the mouse over the proteins- releasing the button will highlight the proteins. Select None: Deselects current selected proteins on the network. De-selecting is done by a right mouse click on the highlighted node. Alternatively, to de-select a group of proteins, hold down the Alt button and the right-click button and drag the mouse over the proteins releasing the button will de-select the proteins. Invert Selection: Switches selection to proteins not currently selected. Highlighting: Contains a sub-menu which clears highlights (halo around the nodes). Additionally, contains a sub-menu for highlighting proteins on the network matching proteins listed in a separate text file. This function is useful when a user needs to highlight the original set of proteins which were used to build a complex network incrementally through OPHID searches. Select Highlighted: Selects highlighted proteins in the network. Expand Selection: Expands the selection to neighbors of the currently selected protein. Fix Selected: Fixes the position of selected nodes. 7

8 Unfix Selected: Unfixes the position of selected nodes. Export Selected Nodes: Exports basic information on selected nodes to a user selected text file View Menu Contains options for altering visual aspects of the network. This includes imposing different node/edge colour schemes, changing node sizes, changing node shapes, etc. Ontology Colouring: The default colouring option. Colours proteins according to ontology information (if available), and edges according to interaction significance based on t test values (if available). Gradient Colouring: Colours the proteins based on expression values. Edge Correlations: Colours the edges based on actual correlation values. Flip Groups: Swaps the groups, i.e. flips their ordering. For example, if Group 1 is normal and Group 2 is cancer, this function would set Group 1 to be cancer and Group 2 to be normal and change the edge colouring accordingly. Change Groups: Allows loading of different groups. Edge Labels: Labels the edges with the source information (1st column in tab delimited text files). Label: A menu item for node and edge labeling. It is composed of sub-menu items described below. Label All: Labels all the proteins on the graph. The label is either the first word in the description field or protein id. Label All (2D): Does the same as above, however, the nodes are given 2D shapes (an ellipse is the default shape). See Shape Selected option below. Label None: Removes labels from all nodes. Label Selected: Labels the currently selected protein. Label Selected (2D): Labels the currently selected protein and activates the default 2D shape (ellipse). Toggle Selected: Toggles the currently labeled nodes (inverts the selection and labeling). Label Neighbours: Labels the neighbours of the currently selected proteins. Node Size: Changes the size of the nodes. Shape Selection: Changes node shapes. Add Layer: Option for expanding (adding interactions) to the currently selected protein. This options opens the same dialogs as when loading a new interaction network. However, in this case, only those interactions involving the currently selected node are added (if not already present). 8

9 Remove Layer: Removes the currently selected protein and all proteins it interacts with Export Menu Export BMP: Exports current network layout to a.bmp image file. Export JPEG: Exports current network layout to a.jpeg image file. Export Pajek (.net): Exports current network to a.net network file readable by Pajek Export PDF: Exports current network layout to a.pdf file. Export SVG: Exports current network to SVG format. Export TIFF: Exports current network layout to a.tif image file Layout Menu FR random: A grid variant force-directed algorithm which randomly applies the repulsive force to 1/3 of the nodes. Less processor-time intensive therefore it works well with large networks. FR layout algorithm: Applies repulsive force to all of the nodes. This is a more computationally expensive algorithm; however, a stable configuration can be obtained quickly for smaller networks Analysis Menu Contains tools for analyzing and comparing interaction networks. Compute Cliques: Computes components of the network that are highly interconnected. Technically, a clique is a complete subgraph, i.e., a subset of nodes where each node has an edge to every other node. For efficiency purposes, this command will only compute approximate cliques, i.e. subgraphs that are approximately complete. Compare Networks: Gives an option of selecting two networks and creates a union of the networks (in terms of nodes) and also does pair-wise comparison of the edges if different groups are used. See tutorial for comparing networks on the NAViGaTOR website. Interaction List: Prints out on the standard output (the command line), the list of all interactions in the network. Highlight Hubs: Identifies the top percentage of nodes with the greatest number of edges, i.e. the greatest number of interactions, where the percentage is supplied by the user. These nodes with the greatest number of edges, called hubs, are then highlighted. Collapse Hubs: Identifies the top percentage of hub nodes, as above, and collapses them into composite nodes. 9

10 4.1.7 Ophid Menu This menu contains options for connecting to OPHID database. A key functionality is to expand on existing networks by submitting id s of proteins on an existing panel to OPHID. This gives a layered approach to building a complex network. For all OPHID related features, a live internet connection is necessary. Get Ontology/Description for All Nodes: Retrieves ontology information (GO (Gene Ontology) categories and terms) and descriptions for all nodes on the network based on the user selected id. Search Ophid for Selected Nodes: The id s of selected nodes are submitted to OPHID and the resulting interactions are added to the existing network D Options Menu Enable 3D View: Enable 3D node layout Cylindrical Edges: Render edges as cylinders (computationally expensive) 4.2 Application Tool Bar The tool bar is placed on the left of the graph panel and contains command options listed below. Collapse Nodes: Collapses the selected nodes into a single composite nodes. The interactions of the composite node is based on the average value of the interactions of its components (if edge correlation values are present). Expand Nodes: Recovers the original nodes and interaction from a collapsed/composite node. Delete Highlighted Nodes: Deletes a node and all neighbors which do not have any neighbors other than the node being deleted. Toggle Legend: Displays/removes legend for node and edge colours. Switch Selection Mode: Allows the user to switch between graph or node selection mode in the 3D view. Copy Nodes: Copies selected nodes and their neighbourhood to a new graph panel. 4.3 Application Control Panel This is the control panel at the bottom of the graph panel and it contains commands for the force directed algorithm and variables related to neighborhood functions. Steps: The number of steps used to generate neighborhood function (see local neighbourhood function under Section 4.5). 10

11 Force: This is a variable controlling the repulsive force between nodes. Increasing this value forces the nodes to disperse further apart. Protein Search: A text box to search for nodes on the network. The search term could be the node id, node label, any string from the description or GO information. If the search is successful, the node is highlighted. For example, you can search for all proteins which contain the word matrix in their description or with a particular GO Id. Clear: Disposes the current graph panel. Pause: Stops the force-directed algorithm temporarily. This stops the movement of the nodes. Fix: Fixes the position of all nodes on the graph panel (but does not stop the force-directed algorithm). This means a user can unfix some nodes (by double clicking on them) to let the force-directed algorithm reposition them. 4.4 Description Panel This is the panel on the right hand side of the graph panel and it contains tabs to display information about the node and the network. Network tab: Allows the user to write comments about the network. It will be saved by either clicking on the save button or hitting enter. In order to view and store the comments permanently with the network, the user must also save the network in the Navigator XML file format. Node tab: Displays the name of the gene, which by default is the first word of the gene description. This gene name can be changed by the user and is saved by clicking the save button or hitting enter. The display panel also shows a list of the partners of the selected node. Also, if GO information is available for the selected node, it will be displayed on this display panel. 4.5 Right-Click Menu This menu is activated by right clicking the mouse on the network. Randomization: A right-click menu item for randomizing the network. It is composed of sub-menu items described below. Randomize All: This randomizes the position of all the nodes in the network. Randomize Unselected Nodes Only: This randomizes the position of all the nodes which haven t been selected. Users may fix the selected nodes to prevent them from being affected by the changing forces during randomization. Visualization: A right-click menu item for changing the visualization of the network. It is composed of sub-menu items described below. Highlight Colour: Allows the user to change the highlight colour of subsequent highlighted nodes. 11

12 Blend: Opens a Blend Controller which allows the user to change the contrast of the unselected nodes so that the selected nodes are displayed more prominently. The user can also change the amount of blending of the selected and non selected edges. Filters: Displays a rectangular, draggable window or filter through which either node labels or interaction sources can be read. If the right-click button is used to click the center of a node then an additional menu item for node related features is displayed: Node Related: A right-click menu item for viewing different items relating to the selected node. It is composed of a sub-menu items described below. Local Neighbourhood: Opens a new graph panel and populates it with the selected node and all its neighbors which are a fixed number of edges (steps) away from it. The number of steps can be selected from the control panel at the bottom of the graph panel (see steps chooser in the control panel). Complex: This function is similar to local neighborhood function, but in this case, all nodes reachable from the selected node are included in the new panel. Reachable refers to nodes which can be reached via a path from the selected node. Description: Opens a dialog giving a full description of the selected node. This view is also available via a collapsible description panel on the right hand side of the main panel (see description panel in Section 4.4). 12

13 4.6 Mouse and Keyboard Controls This section outlines some mouse and keyboard shortcuts available to the user. In the below, Left and Right refer to the left and right mouse buttons, respectively. Left-click to select a node. Left-drag to move a node. Alt-Left-drag to rectangle-select a group of nodes: While holding down the Alt key, groups of nodes can be selected by dragging and holding the left mouse button over the nodes. Once the button is released, the nodes will be selected. Alt-Right-drag to rectangle-deselect a group of nodes: While holding down the Alt key, groups of nodes can be unselected by dragging and holding the right mouse button over the nodes. Once the button is released, the nodes will be unselected. Ctrl-Left-drag to move all selected nodes: While holding down the Ctrl key, all of the selected nodes can be pulled to a different place on the graph panel by holding the left click button down and moving the mouse. Once the button is released, the nodes will move to their new location. If the selected nodes have been fixed, they will move together but retain their relative position. Ctrl-Right-click to deselect a node: While holding down the Ctrl key, a single selected node can be unselected by clicking on the right mouse button. Once the button is released, the node will be unselected. Left-double-click to fix/unfix the position of a node: Double clicking on the centre of a node fixes the selected node in place. Double clicking on a fixed node releases it. Ctrl-A to select all. Ctrl-D to deselect all. Ctrl-I to invert the selection. 5 Additional Resources 5.1 Tutorials Tutorials for using NAViGaTOR are available on the NAViGaTOR website at This includes an introductory tutorial on how to load a protein-protein interaction network and using the basic features. There are also advanced tutorials for learning about the tools available to analyze the proteinprotein interaction network. 13

Mapping 2001 Census Data Using ArcView 3.3

Mapping 2001 Census Data Using ArcView 3.3 Mapping 2001 Census Data Using ArcView 3.3 These procedures outline: 1. Mapping a theme (making a map) 2. Preparing the layout for printing and exporting the map into various file formats. In order to

More information

Included with the system is a high quality speech synthesizer, which is installed automatically during the SymWord setup procedure.

Included with the system is a high quality speech synthesizer, which is installed automatically during the SymWord setup procedure. Introduction to SymWord SymWord is a simple to use, talking, symbol-word processor. It has the basic functionality of a word processor. SymWord can also be configured to produce speech and/or display text

More information

Elixir Repertoire Designer

Elixir Repertoire Designer Aggregation and Transformation Intelligence on Demand Activation and Integration Navigation and Visualization Presentation and Delivery Activation and Automation Elixir Repertoire Designer Tutorial Guide

More information

Task Switcher. Martin Gräßlin

Task Switcher. Martin Gräßlin Martin Gräßlin 2 Contents 1 Navigating through Windows 4 1.1 Visualization......................................... 4 1.2 Shortcuts........................................... 4 1.3 Content............................................

More information

Recitation 3 Further Work with Dreamweaver and Photoshop: Refining your Web Site

Recitation 3 Further Work with Dreamweaver and Photoshop: Refining your Web Site Recitation 3 Further Work with Dreamweaver and Photoshop: Refining your Web Site More Photoshop skills Selecting areas of the image - using the selection tools In Recitation 2 we learned there are several

More information

Technology Assignment: Scatter Plots

Technology Assignment: Scatter Plots The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. You

More information

BLUEPRINT READER 2010 INSTALLATION & USER GUIDE 09OCT09

BLUEPRINT READER 2010 INSTALLATION & USER GUIDE 09OCT09 BLUEPRINT READER 2010 INSTALLATION & USER GUIDE 09OCT09 The information in this document is subject to change without notice and should not be construed as a commitment by Blueprint Software Systems Inc.

More information

Review and Evaluation with ScreenCorder 4

Review and Evaluation with ScreenCorder 4 Review and Evaluation with ScreenCorder 4 Section 1: Review and Evaluate your work for DiDA...2 What s required?...2 About ScreenCorder...2 Section 2: Using ScreenCorder...2 Step 1: Selecting your recording

More information

Oracle General Navigation Overview

Oracle General Navigation Overview Oracle 11.5.9 General Navigation Overview 1 Logging On to Oracle Applications You may access Oracle, by logging onto the ATC Applications Login System Status page located at www.atc.caltech.edu/support/index.php

More information

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 IMAGE STUDIO LITE Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 Notice The information contained in this document is subject to change without notice. LI-COR MAKES NO WARRANTY OF

More information

Getting Started with ShowcaseChapter1:

Getting Started with ShowcaseChapter1: Chapter 1 Getting Started with ShowcaseChapter1: In this chapter, you learn the purpose of Autodesk Showcase, about its interface, and how to import geometry and adjust imported geometry. Objectives After

More information

The Preparing for Success Online Mapping Tool

The Preparing for Success Online Mapping Tool The Preparing for Success Online Mapping Tool Baker Polito Administration The Executive Office of Housing and Economic Development and MassGIS Questions & Comments? Please contact MassWorks@state.ma.us

More information

Workshop on Census Data Processing. TELEform Designer User Manual

Workshop on Census Data Processing. TELEform Designer User Manual Workshop on Census Data Processing TELEform Designer User Manual Contents TELEFORM MODULES... 1 TELEFORM DESIGNER MODULE... 1 FORM TEMPLATES... 1 Available Form Templates... 2 THE DESIGNER WORKSPACE...

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

VANGUARD LOAD TAP CHANGER ANALYZER (LTCA) VERSION 2.xx SOFTWARE MANUAL. LTCA-10, LTCA-40, WRM-10P, WRM-40, TRM-20, TRM-40, TRM-203, and TRM-403

VANGUARD LOAD TAP CHANGER ANALYZER (LTCA) VERSION 2.xx SOFTWARE MANUAL. LTCA-10, LTCA-40, WRM-10P, WRM-40, TRM-20, TRM-40, TRM-203, and TRM-403 VANGUARD LOAD TAP CHANGER ANALYZER (LTCA) VERSION 2.xx SOFTWARE MANUAL For Use with Vanguard s LTCA-10, LTCA-40, WRM-10P, WRM-40, TRM-20, TRM-40, TRM-203, and TRM-403 Load Tap Changer Analyzers and Winding

More information

GeoWeb Portal. User Manual

GeoWeb Portal. User Manual GeoWeb Portal User Manual Purpose The GeoWeb Portal (GWP) is a map viewing and publishing site. It is designed to allow people to build their own maps and review the data that is attached to the elements

More information

Center for Faculty Development and Support Making Documents Accessible

Center for Faculty Development and Support Making Documents Accessible Center for Faculty Development and Support Making Documents Accessible in Word 2007 Tutorial CONTENTS Create a New Document and Set Up a Document Map... 3 Apply Styles... 4 Modify Styles... 5 Use Table

More information

3D PDF Plug-ins for Autodesk products Version 2.0

3D PDF Plug-ins for Autodesk products Version 2.0 Axes 3D PDF Plug-ins for Autodesk products Version 2.0 User Guide This end user manual provides instructions for the tetra4d - 3D PDF Plug-ins for Autodesk 203/204 applications. It includes a getting started

More information

Modeling Process Specification All information in integreat is stored within packages that are called Specifications

Modeling Process Specification All information in integreat is stored within packages that are called Specifications Modeling Process Specification All information in integreat is stored within packages that are called Specifications When working with Team Projects the Specifications can be grouped in folders. You can

More information

Introduction to QGIS: Student Workbook

Introduction to QGIS: Student Workbook 2016 Introduction to QGIS: Student Workbook Created by: MARK DE BLOIS, CEO / FOUNDER, UPANDE LIMITED WITH SUPPORT FROM THE WORLD BANK AND THE UK DEPARTMENT FOR INTERNATIONAL DEVELOPMENT (DFID) Module 3:

More information

Quick Start Guide. ARIS Architect. Version 9.8 Service Release 2

Quick Start Guide. ARIS Architect. Version 9.8 Service Release 2 ARIS Architect Version 9.8 Service Release 2 October 2015 This document applies to ARIS Version 9.8 and to all subsequent releases. Specifications contained herein are subject to change and these changes

More information

SQL Server. Management Studio. Chapter 3. In This Chapter. Management Studio. c Introduction to SQL Server

SQL Server. Management Studio. Chapter 3. In This Chapter. Management Studio. c Introduction to SQL Server Chapter 3 SQL Server Management Studio In This Chapter c Introduction to SQL Server Management Studio c Using SQL Server Management Studio with the Database Engine c Authoring Activities Using SQL Server

More information

Server Edition USER MANUAL. For Mac OS X

Server Edition USER MANUAL. For Mac OS X Server Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion are registered

More information

The walkthrough is available at /

The walkthrough is available at   / The walkthrough is available at https://downloads.openmicroscopy.org/presentations/2018/gbi-sydney / Description We will demonstrate a number of features of the OMERO platform using an OMERO server based

More information

Grand Valley State University Disability Support Resources Guide to Assistive Technology

Grand Valley State University Disability Support Resources Guide to Assistive Technology Grand Valley State University Disability Support Resources Guide to Assistive Technology GVSU MAGic 11 Quick Reference Guide Prepared by Jeff Sykes, Assistive Technology Coordinator, Disability Support

More information

Podium Plus Data Analysis Software. User Manual. SWIS10 Version

Podium Plus Data Analysis Software. User Manual. SWIS10 Version SWIS10 Version Issue 1.10 February 2005 Contents 1 Introduction 6 1.1 What is Podium Plus? 6 1.2 About This Manual 6 1.3 Typographical Conventions 7 1.4 Getting Technical Support 7 2 Getting Started 8

More information

Getting started guide for MEGS_Log 3.3

Getting started guide for MEGS_Log 3.3 Getting started guide for MEGS_Log 3.3 Contents If you are a Prolog version 2.1 or version 3 user... 2 If you are a Prolog version 4.x user... 4 If you are a CSV file user... 5 Basic editing operations...

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

ViTraM: VIsualization of TRAnscriptional Modules

ViTraM: VIsualization of TRAnscriptional Modules ViTraM: VIsualization of TRAnscriptional Modules Version 1.0 June 1st, 2009 Hong Sun, Karen Lemmens, Tim Van den Bulcke, Kristof Engelen, Bart De Moor and Kathleen Marchal KULeuven, Belgium 1 Contents

More information

Adobe InDesign Notes. Adobe InDesign CS3

Adobe InDesign Notes. Adobe InDesign CS3 Adobe InDesign Notes Adobe InDesign CS3 Page 2 Introduction These notes have been put together for basic and advanced methods, features and language. I have also created notes on other Adobe products.

More information

ENVI Tutorial: Introduction to ENVI

ENVI Tutorial: Introduction to ENVI ENVI Tutorial: Introduction to ENVI Table of Contents OVERVIEW OF THIS TUTORIAL...1 GETTING STARTED WITH ENVI...1 Starting ENVI...1 Starting ENVI on Windows Machines...1 Starting ENVI in UNIX...1 Starting

More information

Flow Cytometry Analysis Software. Developed by scientists, for scientists. User Manual. Version Introduction:

Flow Cytometry Analysis Software. Developed by scientists, for scientists. User Manual. Version Introduction: Flowlogic Flow Cytometry Analysis Software Developed by scientists, for scientists User Manual Version 7.2.1 Introduction: Overview, Preferences, Saving and Opening Analysis Files www.inivai.com TABLE

More information

CHAPTER 1 GETTING STARTED

CHAPTER 1 GETTING STARTED CHAPTER 1 GETTING STARTED Configuration Requirements This design of experiment software package is written for the Windows 2000, XP and Vista environment. The following system requirements are necessary

More information

MyEclipse ER-Designer Quickstart

MyEclipse ER-Designer Quickstart MyEclipse ER-Designer Quickstart Last Revision: Outline 1. Preface 2. Requirements 3. Introduction 4. Creating an ER Diagram from a Database 5. Working with an Entity-Relationship Diagram 1. Notation and

More information

Quick Start Guide. ARIS Architect. Version 9.7

Quick Start Guide. ARIS Architect. Version 9.7 ARIS Architect Version 9.7 October 2014 This document applies to ARIS Version 9.7 and to all subsequent releases. Specifications contained herein are subject to change and these changes will be reported

More information

User Manual. pdoc Forms Designer. Version 3.7 Last Update: May 25, Copyright 2018 Topaz Systems Inc. All rights reserved.

User Manual. pdoc Forms Designer. Version 3.7 Last Update: May 25, Copyright 2018 Topaz Systems Inc. All rights reserved. User Manual pdoc Forms Designer Version 3.7 Last Update: May 25, 2018 Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

Parish . User Manual

Parish  . User Manual Parish Email User Manual Table of Contents LOGGING IN TO PARISH EMAIL... 3 GETTING STARTED... 3 GENERAL OVERVIEW OF THE USER INTERFACE... 3 TERMINATE THE SESSION... 4 EMAIL... 4 MESSAGES LIST... 4 Open

More information

Skills Funding Agency

Skills Funding Agency Provider Data Self-Assessment Toolkit (PDSAT) v17 User Guide Contents Introduction... 2 Compatibility and prerequisites... 2 1. Installing PDSAT... 3 2. Opening PDSAT... 6 2.1 Opening Screen... 6 2.2 Updates...

More information

BDM s Annotation User Guide

BDM s Annotation User Guide ETS :Foothill De Anza CC District April 17, 2014 1 BDM s Annotation User Guide Users with Read/Write access can annotate (markup) documents if they retrieve the document using Microsoft s Internet Explorer

More information

TotalLab TL100 Quick Start

TotalLab TL100 Quick Start TotalLab TL100 Quick Start Contents of thetl100 Quick Start Introduction to TL100 and Installation Instructions The Control Centre Getting Started The TL100 Interface 1D Gel Analysis Array Analysis Colony

More information

A Reference guide to Using the Collaborate tool in your LMS (Mac Users)

A Reference guide to Using the Collaborate tool in your LMS (Mac Users) A Reference guide to Using the Collaborate tool in your LMS (Mac Users) Your LMS includes a synchronous (real-time) tool for online communication within your subject or community. The Collaborate tool

More information

Veco User Guides. Grids, Views, and Grid Reports

Veco User Guides. Grids, Views, and Grid Reports Veco User Guides Grids, Views, and Grid Reports Introduction A Grid is defined as being a list of data records presented to the user. A grid is shown generally when an option is selected from the Tree

More information

Asset Arena InvestOne

Asset Arena InvestOne Asset Arena InvestOne 1 21 AD HOC REPORTING 21.1 OVERVIEW Ad Hoc reporting supports a range of functionality from quick querying of data to more advanced features: publishing reports with complex features

More information

Page 1 of 20. ABySS-Explorer v1.3.0: User Manual

Page 1 of 20. ABySS-Explorer v1.3.0: User Manual Page 1 of 20 ABySS-Explorer v1.3.0: User Manual prepared by: Ka Ming Nip, Cydney Nielsen, Shaun Jackman, Inanc Birol Canada's Michael Smith Genome Sciences Centre November 2011 ABySS-Explorer is an interactive

More information

Working with PDF s. To open a recent file on the Start screen, double click on the file name.

Working with PDF s. To open a recent file on the Start screen, double click on the file name. Working with PDF s Acrobat DC Start Screen (Home Tab) When Acrobat opens, the Acrobat Start screen (Home Tab) populates displaying a list of recently opened files. The search feature on the top of the

More information

Video Client. Version 1.6. en Software manual

Video Client. Version 1.6. en Software manual Video Client Version 1.6 en Software manual Video Client Table of Contents en 3 Table of contents 1 Introduction 5 1.1 System requirements 5 1.2 Software installation 5 1.3 Conventions used in the application

More information

Using Adobe Photoshop

Using Adobe Photoshop Using Adobe Photoshop 2 In this section we ll look at some essential things you need to know in order to use Photoshop effectively. First of all, we ll take a look at customising Photoshop s settings and

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap Harvard University Introduction to ArcMap Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 1: Basic Mapping in ArcMap Individual files (lab instructions,

More information

Avid FX Tutorials. Understanding the Tutorial Exercises

Avid FX Tutorials. Understanding the Tutorial Exercises Avid FX Tutorials Understanding the Tutorial Exercises The following tutorial exercises provide step-by-step instructions for creating various kinds of effects, while exploring many aspects of the Avid

More information

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows BackupVault Desktop & Laptop Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Blueraq Networks Ltd, 2017. All rights reserved. Trademarks - Microsoft, Windows, Microsoft

More information

OnCOR Silverlight Viewer Guide

OnCOR Silverlight Viewer Guide Getting Around There are many ways to move around the map! The simplest option is to use your mouse in the map area. If you hold the left button down, then click and drag, you can pan the map to a new

More information

User Manual. Introduction. About this release. For existing MacroScope users

User Manual. Introduction. About this release. For existing MacroScope users Software version: 0.1.1.5 Document version: 0.1.1.3 User Manual Introduction MacroscopeJ is a desktop application used for examining crystallization experiment images and data. It is intended as an upgrade/replacement

More information

Adobe Illustrator CS5 Part 2: Vector Graphic Effects

Adobe Illustrator CS5 Part 2: Vector Graphic Effects CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Illustrator CS5 Part 2: Vector Graphic Effects Summer 2011, Version 1.0 Table of Contents Introduction...2 Downloading the

More information

Keyboard Shortcuts. Command Windows Macintosh

Keyboard Shortcuts. Command Windows Macintosh S00ILCS5.qxp 3/19/2010 1:11 AM Page 477 Keyboard Shortcuts k Adobe Illustrator CS5 If a command on a menu includes a keyboard reference, known as a keyboard shortcut, to the right of the command name,

More information

GGR 375 QGIS Tutorial

GGR 375 QGIS Tutorial GGR 375 QGIS Tutorial With text taken from: Sherman, Gary E. Shuffling Quantum GIS into the Open Source GIS Stack. Free and Open Source Software for Geospatial (FOSS4G) Conference. 2007. Available online

More information

User Guide. v7.5. September 4, For the most recent version of this document, visit kcura's Documentation Site.

User Guide. v7.5. September 4, For the most recent version of this document, visit kcura's Documentation Site. User Guide v7.5 September 4, 2013 For the most recent version of this document, visit kcura's Documentation Site. Table of Contents 1 User guide overview 4 2 Relativity objects 4 3 Workspace 6 3.1 Workspaces

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

IntraMaps End User Manual

IntraMaps End User Manual IntraMaps End User Manual For IntraMaps Version 8 Date: 6 th July 2014 Contents Introduction... 4 What is IntraMaps?... 4 Application... 5 Main Toolbar... 6 View... 7 Original View:... 7 Pan:... 7 Zoom

More information

Introduction to QGIS: Instructor s Notes

Introduction to QGIS: Instructor s Notes 2016 Introduction to QGIS: Instructor s Notes Created by: MARK DE BLOIS, CEO / FOUNDER, UPANDE LIMITED WITH SUPPORT FROM THE WORLD BANK AND THE UK DEPARTMENT FOR INTERNATIONAL DEVELOPMENT (DFID) Module

More information

Importing and processing a DGGE gel image

Importing and processing a DGGE gel image BioNumerics Tutorial: Importing and processing a DGGE gel image 1 Aim Comprehensive tools for the processing of electrophoresis fingerprints, both from slab gels and capillary sequencers are incorporated

More information

Administrator s Guide

Administrator s Guide Administrator s Guide 1995 2011 Open Systems Holdings Corp. All rights reserved. No part of this manual may be reproduced by any means without the written permission of Open Systems, Inc. OPEN SYSTEMS

More information

ImageVis3D User's Manual

ImageVis3D User's Manual ImageVis3D User's Manual 1 1. The current state of ImageVis3D Remember : 1. If ImageVis3D causes any kind of trouble, please report this to us! 2. We are still in the process of adding features to the

More information

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request...

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request... remitview User Guide 1 TABLE OF CONTENTS INTRODUCTION... 3 Calendar & Buttons... 3 GETTING STARTED.... 5 Dashboard.... 7 Menu Features... 8 PROFILE.... 10 My Profile... 10 My Favorites... 12 Watch List...

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a rich client plug-in application

More information

WINDOWS NT BASICS

WINDOWS NT BASICS WINDOWS NT BASICS 9.30.99 Windows NT Basics ABOUT UNIVERSITY TECHNOLOGY TRAINING CENTER The University Technology Training Center (UTTC) provides computer training services with a focus on helping University

More information

Contents Part I: Background Information About This Handbook... 2 Excel Terminology Part II: Advanced Excel Tasks...

Contents Part I: Background Information About This Handbook... 2 Excel Terminology Part II: Advanced Excel Tasks... Version 3 Updated November 29, 2007 Contents Contents... 3 Part I: Background Information... 1 About This Handbook... 2 Excel Terminology... 3 Part II:... 4 Advanced Excel Tasks... 4 Export Data from

More information

Server Edition USER MANUAL. For Microsoft Windows

Server Edition USER MANUAL. For Microsoft Windows Server Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft Windows

More information

9 Using Appearance Attributes, Styles, and Effects

9 Using Appearance Attributes, Styles, and Effects 9 Using Appearance Attributes, Styles, and Effects You can alter the look of an object without changing its structure using appearance attributes fills, strokes, effects, transparency, blending modes,

More information

Microsoft PowerPoint 2013 Beginning

Microsoft PowerPoint 2013 Beginning Microsoft PowerPoint 2013 Beginning PowerPoint Presentations on the Web... 2 Starting PowerPoint... 2 Opening a Presentation... 2 File Tab... 3 Quick Access Toolbar... 3 The Ribbon... 4 Keyboard Shortcuts...

More information

Chapter 2 Using Slide Masters, Styles, and Templates

Chapter 2 Using Slide Masters, Styles, and Templates Impress Guide Chapter 2 Using Slide Masters, Styles, and Templates OpenOffice.org Copyright This document is Copyright 2007 by its contributors as listed in the section titled Authors. You can distribute

More information

HBS Training - IT Solutions. PlanWeb. Intermediate

HBS Training - IT Solutions. PlanWeb. Intermediate HBS Training - IT Solutions PlanWeb Intermediate CONTENTS Logging on to the system...3 The PlanWeb Window...5 The Tool Bar...6 The Status Bar...6 The Map Window...6 The Information Window...7 Changing

More information

Adobe Illustrator CS Design Professional GETTING STARTED WITH ILLUSTRATOR

Adobe Illustrator CS Design Professional GETTING STARTED WITH ILLUSTRATOR Adobe Illustrator CS Design Professional GETTING STARTED WITH ILLUSTRATOR Chapter Lessons Create a new document Explore the Illustrator window Create basic shapes Apply fill and stroke colors to objects

More information

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Please

More information

CENTAUR S REAL-TIME GRAPHIC INTERFACE V4.0 OPERATOR S MANUAL

CENTAUR S REAL-TIME GRAPHIC INTERFACE V4.0 OPERATOR S MANUAL CENTAUR S REAL-TIME GRAPHIC INTERFACE V4.0 OPERATOR S MANUAL TABLE OF CONTENTS Installation... 6 Introduction to Centaur s real-time Graphic Interface... 6 Computer Requirements... 7 Operating System

More information

Introductory Exercises in Microsoft Access XP

Introductory Exercises in Microsoft Access XP INFORMATION SYSTEMS SERVICES Introductory Exercises in Microsoft Access XP This document contains a series of exercises which give an introduction to the Access relational database program. AUTHOR: Information

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS 1 Lab instructions This lab teaches

More information

Server Edition. V8 Peregrine User Manual. for Microsoft Windows

Server Edition. V8 Peregrine User Manual. for Microsoft Windows Server Edition V8 Peregrine User Manual for Microsoft Windows Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft

More information

Tower Drawing. Learning how to combine shapes and lines

Tower Drawing. Learning how to combine shapes and lines Tower Drawing Learning how to combine shapes and lines 1) Go to Layout > Page Background. In the Options menu choose Solid and Ghost Green for a background color. This changes your workspace background

More information

9 ADVANCED LAYERING. Lesson overview

9 ADVANCED LAYERING. Lesson overview 9 ADVANCED LAYERING Lesson overview In this lesson, you ll learn how to do the following: Import a layer from another file. Clip a layer. Create and edit an adjustment layer. Use Vanishing Point 3D effects

More information

Step by Step GIS. Section 1

Step by Step GIS. Section 1 Step by Step GIS Section 1 Contact the web page given below for the data required to do the exercises (http://www.pasda.psu.edu/default.asp) Before beginning the tutorials please visit the Preparation

More information

SILVACO. An Intuitive Front-End to Effective and Efficient Schematic Capture Design INSIDE. Introduction. Concepts of Scholar Schematic Capture

SILVACO. An Intuitive Front-End to Effective and Efficient Schematic Capture Design INSIDE. Introduction. Concepts of Scholar Schematic Capture TCAD Driven CAD A Journal for CAD/CAE Engineers Introduction In our previous publication ("Scholar: An Enhanced Multi-Platform Schematic Capture", Simulation Standard, Vol.10, Number 9, September 1999)

More information

Software Requirements Specification BRIC. for. Requirements for Version Prepared by Panagiotis Vasileiadis

Software Requirements Specification BRIC. for. Requirements for Version Prepared by Panagiotis Vasileiadis Software Requirements Specification for BRIC Requirements for Version 0.8.0 Prepared by Panagiotis Vasileiadis Introduction to Software Engineering, Aristotle University 01/04/2014 Software Requirements

More information

Review Mode ( ) Getting Started ( ) Tagging Documents ( )

Review Mode ( ) Getting Started ( ) Tagging Documents ( ) arrow displays arrow displays Review Mode ( )! Note: Certain documents in Review Mode may be unavailable if they have not been designated for review. 1. Run a search query or open your review folder. 2.

More information

New Mexico State University. Financial Systems Administration - RMR BDMS Scan/Load and Indexing

New Mexico State University. Financial Systems Administration - RMR BDMS Scan/Load and Indexing New Mexico State University Financial Systems Administration - RMR BDMS Scan/Load and Indexing November 11, 2016 Blank Page Table of Contents Business Rules... 1 Terminology... 2 Synchronizing Banner Security

More information

KEY TERMS chart chart body Chart Wizard client object legend PDF XPS

KEY TERMS chart chart body Chart Wizard client object legend PDF XPS LESSON SKILL MATRIX Skill Exam Objective Objective Number Creating a Chart Using the Chart Wizard Add report controls 5.2.5 Formatting a Chart Modify data sources 5.2.4 Changing Chart Types Saving a Database

More information

Using the ispxpga Floorplanner

Using the ispxpga Floorplanner Using the ispxpga Floorplanner Table of Contents USING THE ISPXPGA FLOORPLANNER...3 Task 1: Open the Design...4 Task 2: Open a Floorplanner Design File...5 Task 3: Tour the Graphical User Interface - The

More information

Guide to Editing Map Legends

Guide to Editing Map Legends Guide to Editing Map Legends Map legends explain map symbols and are crucial to the communication of a map s message. Effective legends are created with careful consideration of labels and text, classes,

More information

Provides access to Worldspan Reservations Manager.

Provides access to Worldspan Reservations Manager. The Worldspan Go! SM Home Page Windows 95 Quick Reference The home page displays when you start your computer. This screen is continuously updated with new information. The figure below is intended to

More information

Workflow 1. Description

Workflow 1. Description Workflow 1 Description Determine protein staining intensities and distances in mitotic apparatus in z-stack intensity images, which were stained for the inner-centromere protein INCENP, and compare the

More information

#61-844SW ThermalVision Software Instruction Manual

#61-844SW ThermalVision Software Instruction Manual ThermalVision Software Instruction Manual ND-7035-1 Page 1 of 23 Contents 1. Installing the ThermalVision software onto a PC... 3 2. Transferring saved images from the camera to the PC.... 3 2.1. Direct

More information

The Related Items window accelerates review by providing a single place to view everything related to a document.

The Related Items window accelerates review by providing a single place to view everything related to a document. Review Mode! Note: Certain documents in Review Mode may be unavailable if they have not been designated for review. Run a search query or open your review folder. Open Review Mode. (In 8.0: also expand

More information

Topaz Workbench Data Visualizer User Guide

Topaz Workbench Data Visualizer User Guide Topaz Workbench Data Visualizer User Guide Table of Contents Displaying Properties... 1 Entering Java Regular Expressions in Filter Fields... 3 Related Topics... 3 Exporting the Extract Trace Events View...

More information

User Guide. Copyright Wordfast, LLC All rights reserved.

User Guide. Copyright Wordfast, LLC All rights reserved. User Guide All rights reserved. Table of Contents Summary... 7 New Features and Improvements... 7 Fixed Issues... 8 1 About Pro... 9 Key Advantages... 9 2 Get Started... 10 Requirements... 10 Install and

More information

QromaTag for Mac. User Guide. v1.0.5

QromaTag for Mac. User Guide. v1.0.5 QromaTag for Mac User Guide v1.0.5 About QromaTag v1 QromaTag for Mac is a new way to create and embed industry standard photo metadata into your digital images using Natural Language Tagging. Unlike traditional

More information

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

User Guide Belltech Systems, LLC

User Guide Belltech Systems, LLC User Guide Belltech Systems, LLC http://www.belltechsystems.com May, 2006 1. Introducing Belltech CaptureXT 2. Installation and Uninstallation Installation Running the Application Uninstallation 3. User

More information

Gwenview User Manual. Aurélien Gâteau Christopher Martin Henry de Valence

Gwenview User Manual. Aurélien Gâteau Christopher Martin Henry de Valence Aurélien Gâteau Christopher Martin Henry de Valence 2 Contents 1 Introduction 5 1.1 What is Gwenview..................................... 5 2 The Interface 6 2.1 Start Page..........................................

More information

SliceAndDice Online Manual

SliceAndDice Online Manual Online Manual 2001 Stone Design Corp. All Rights Reserved. 2 3 4 7 26 34 36 37 This document is searchable online from s Help menu. Got an image that you want to use for navigation on your web site? Want

More information

MICROSOFT EXCEL Working with Charts

MICROSOFT EXCEL Working with Charts MICROSOFT EXCEL 2010 Working with Charts Introduction to charts WORKING WITH CHARTS Charts basically represent your data graphically. The data here refers to numbers. In Excel, you have various types of

More information

hdalbum User Designer Guide Collect Create Share Designer V 1.2

hdalbum User Designer Guide Collect Create Share Designer V 1.2 hdalbum User Designer Guide 2017 Collect Create Share Designer V 1.2 Table of Contents Contents Welcome to the hdalbum Designer... 2 Features... 2 System Requirements... 3 Supported File Types... 3 Installing

More information