HPO Workbench Documentation

Size: px
Start display at page:

Download "HPO Workbench Documentation"

Transcription

1 HPO Workbench Documentation Release 1 Monarch Initiative Dec 10, 2018

2

3 Contents: 1 Installing and running HPO Workbench Mac OSX Windows Linux Browsing the HPO using HPO Workbench Viewing annotated diseases Using GitHub from HPO Workbench Creating GitHub issues Suggesting new annotations Generating Excel files with HPO Workbench Creating Excel files to revise or extend the HPO Using the Track Changes feature in Excel Using HPO Workbench with the latest hp.obo version Downloading the HPO github repository Building owltools Building hp.obo Using the new version of hp.obo in HPO Workbench Command-line tools Downloading HPO data Printing open issues to Word CSV Rich Text Format (RTF) Output Counting annotations HPO Workbench 13 8 GitHub repository 15 i

4 ii

5 CHAPTER 1 Installing and running HPO Workbench The following sections explain how to install HPO Workbench on Mac, Windows, and linux. The final section explains how to setup the program (the HPO data files need to be downloaded upon initial use of the program). 1.1 Mac OSX Download the latest version of HPOWorkbench.jar from HPOworkbench/releases/. You can run the program by double-clicking on this file (Prerequisite: Java version 8 or better must be installed on your Mac). You can also start the app from the command line as follows. $ java -jar HPOWorkbench.jar 1.2 Windows Download the latest version of HPOWorkbench.exe from HPOworkbench/releases/. You can run the program by double-clicking on this file (Prerequisite: Java version 8 or better must be installed on your machine). 1.3 Linux Linux users can follow the instructions given above for Macintosh. Alternatively, they can build the HPO Workbench from source. To do so, clone the GitHub repository, and build HPO Workbench using maven. $ git clone $ cd HPOworkbench $ mvn clean package This will create an executable jar file. It may be convenient to move the file to the current working directory (or someplace on the PATH). 1

6 HPO Workbench Documentation, Release 1 $ mv hpowbgui/target/hpoworkbench.jar. $ java -jar HpoWorkbench.jar 2 Chapter 1. Installing and running HPO Workbench

7 CHAPTER 2 Browsing the HPO using HPO Workbench Navigate through the hierarchy of the using the tree browser or use the autocomplete text field to find the HPO term of your choice. HPO Workbench will display the ID, definition, comment, and synyonyms for the term. If any diseases in the HPO corpus are annotated to the term, a list of the diseases will be displayed. 3

8 HPO Workbench Documentation, Release Viewing annotated diseases The diseases annotated to a given HPO term (including direct and implied annotations) can be viewed in the browser. If desired, users can limit the diseases to one of the databases, Orphanet, OMIM, or DECIPHER. To find the disease of interest, choose the radio button diseases and use the autocomplete field to find the disease, and click on the GO button. Disease annotations are arranged according to organ system. Users can navigate between Disease and HPO Term pages using the hyperlinks. 4 Chapter 2. Browsing the HPO using HPO Workbench

9 CHAPTER 3 Using GitHub from HPO Workbench GitHub is widely used by developers to manage projects together with versioning, bug reports and other issues, and many other features. We use it to host the main HPO file, and we use the GitHub issue tracker to manage suggestions. Users can post a new issue and suggest a new term or revisions to existing terms. If we have a question, we will post it as a comment to a GitHub issue (in this case, you will receive an with the text of the question and can respond to it by or by visiting the corresponding GitHub page. To use this functionality, you will need to register a GitHub name and password (which is free and easy to see up; see If you choose not to use GitHub, another way of sending us feedback is by exporting an excel file and writing your comments in this file (see the next page of this documentation). 3.1 Creating GitHub issues Users can create an issue with a suggestion for an existing term by navigating to a term they would like to comment on and clicking on the create suggestion button. Users will need to enter their GitHub username and password (which will be stored for the duration of the session, so that multiple issues can be created without having to reenter the GitHub username and password multiple times. If users would like to suggest a new term, navigate to the proposed parent of the new term, and click on suggest child term. A dialog will appear with information about the term selected by the user. Enter your suggestion in the text field. Then, enter your GitHub username and password, and and click on Create github issue. HPO Workbench will store the username and password for the duration of the session so they only need to be entered once. The data is not written to disk. 3.2 Suggesting new annotations First navigate to a disease of interest as above. This will cause the name of the disease to be shown right underneath the search window. This is now the current disease. Following this, search for the desired new annotation (HPO term) using the autocomplete field or ontology hierarchy. We can now click on the Suggest new annotation button (which turns color, acquiring a blue hue to show it was clicked). This opens up a dialog that suggests that the HPO Term For real requests of this sort it would be very 5

10 HPO Workbench Documentation, Release 1 much appreciated it you can indicate the source of the annotation (the best source is an article in PubMed - please provide the PubMed id and the title). If possible, also indicate other attributes of the annotation. What is the age of onset? What is the overall frequency of patients with the disease that have the phenotypic abnormality in question (enter 5/8, for instance, of 5 or 8 patients described in a publication were found to have the feature, but the feature was ruled out in the other 3). 6 Chapter 3. Using GitHub from HPO Workbench

11 CHAPTER 4 Generating Excel files with HPO Workbench The HPO project welcomes feedback of all kinds, and indeed the high quality of the HPO is a result of over a decade of interactions with numerous clinicians. If you have a suggestion for one or a few terms then we would prefer that you use the GitHub functionality. However, if you would prefer not to, or if you have too many terms to use GitHub, you are also welcome to send us feedback using the excel files that HPO Workbench exports. Please use the Track changes function. 4.1 Creating Excel files to revise or extend the HPO Users who would like to contribute new terms or other information to the HPO project and who would prefer to use Excel can use HPO Workbench to create an Excel file to work with. We recommend using the Create hierarchical summary option. To do so, first navigate to the area of the HPO you would like to work with (e.g., Abnormality of thyroid physiology). Clicking on the Create hierarchical summary button will create an Excel file that contains only the portion of the hpoontology that starts from this term. It will suggest the hierarchy of the hpoontology by indenting child, grandchild, great-grandchild (etc) terms in columns located further to the right ( indentation by column ). Please create a new column or columns in this file that will contain your comments and suggestions. You are welcome to contact the HPO team to get advice about this before you start (see the HPO Website for addresses). We will demonstrate the feature by exporting a small excel file that represents the HPO hierarchy emanting from the HPO Term Horizontal nystagmus. If you click on the Export hierarchical summary button, an excel file will be produced that looks something like the following Figure (we have adjusted the columns widths so that the entire contents of each column can be easily seen). We see that Horizontal nystagmus is shown as having level 1, and its child terms (e.g., Horizontal jerk nystagmus) are shown as having the next lower level (level 2). The definitions, comments, and synonyms of these terms can be seen in additional columns. 4.2 Using the Track Changes feature in Excel Many people are familiar with the Track Changes feature in Word, which shows changes to a document by coloring or otherwise highlighting changes (depending on the Word version and the user settings). Excel also has this feature, 7

12 HPO Workbench Documentation, Release 1 but the changes are not marked in quite such an obvious way. To activate the feature, go to the Tools menu and select Track changes Highlight changes... In the dialog that opens after you select this item, put a check mark in the box for Track changes while editing and apply the tracking to All changes. We see that the term Horizontal opticokinetic nystagmus currently has no definition. To demonstrate the track changes feature, we will add the text Example definition to the corresponding cell of the Excel file. The figure shows that there is now a black triangle at the upper left corner of the cell that we changed. Please make sure that all of your changes are marked in this way. If you have more comments or suggestions, please create one or more columns to hold the information you would like to enter. Add your columns directly after the final column produced by HPO Workbench. When you are finished, please send the file to the HPO team. It is highly recommended to contact the HPO team before beginning to work with Excel files for biocuration. We would be glad to check your work for one or two terms in order to ensure that all information is being faithfully transmitte4d in the Excel file before you do a lot of work. If you do not know who to contact, please consult the Team page of the Hpo Website at 8 Chapter 4. Generating Excel files with HPO Workbench

13 CHAPTER 5 Using HPO Workbench with the latest hp.obo version The hp-edit.owl file contains all of the latest changes. However, the version of the hp.obo file that HPO Workbench downloads via its Edit menu does not necessarily have the latest changes, because the later file is released on a monthly basis. To get the very latest version, it is possible to compile the hp.obo file locally and import the local file into HPO Workbench. This step requires some familiarity with the command line; if you are not familiar with this kind of work and need the latest hp.obo version, please contact the HPO team. To do so, you will need to download the HPO github repository as well as the repository for owltools. The following text assumes that you download both repositories to the same place, e.g., to some directory called GIT on your local drive. 5.1 Downloading the HPO github repository The HPO GitHub repository can be found here: Clone the repository with the following command. $ git clone Building owltools We need to download and build owltools. The GitHub repository can be found here: owltools.git. Clone the repository and build it as follows. $ git clone $ cd owltools $./build.sh 9

14 HPO Workbench Documentation, Release Building hp.obo In order to build hp.edit, we will use the Makefile located in human-phenotype-hpoontology/src/ hpoontology/. This makefile needs access to owltools. You can either add the paths to your environment (e.g., using the.bashrc file) or you can add the path to the environment of your current shell. The latter solution is shown here. $ cd src/hpoontology $ export PATH=${PATH}:../../../owltools/OWLTools-Oort/bin/:../../../owltools/OWLTools- Runner/bin/ $ make This will create a new version of hp.obo. 5.4 Using the new version of hp.obo in HPO Workbench After you have created the up-to-date version of hp.obo, import it using the Edit menu of HPO Workbench. After this, the browsing functions of HPO Workbench will use the new version of hp.obo (for the current session only). 10 Chapter 5. Using HPO Workbench with the latest hp.obo version

15 CHAPTER 6 Command-line tools HPO Workbench provides a number of command-line tools in the hpowbcli package. These are functionalities that may be included in the HPO Workbench app at a later point or in some cases are intended for working with low-level files. 6.1 Downloading HPO data Most of the commands described in this section use the hp.obo or the phenotype_annotation.tab files. The following command can be used to download both files (the default download directory is data, which can also be used by any of the following commands). $ java -jar HPOWorkbench.jar download [-d <directory>] directory is the name of directory to which HPO data will be downloaded (default: data ) 6.2 Printing open issues to Word We may want to send a summary of all open issues with our questions to our clinical collaborators in the form of a Word document. For instance, this would be the command to get a list of all issues with the label cardiovascular. $ java -jar HPOWorkbench.jar git -g cardiovascular We are using the Apache POI < Java library to create the word documents, and the overall formatting could probably be made nicer. Currently, the GitHub API seems to limit the number of issues that can be requested to 30, so this function will only work for up to 30 open issues. 11

16 HPO Workbench Documentation, Release CSV This command makes a comma-separated value file that contains all of the terms in the HPO. It is similar to the creation of an Excel file from the main app, and in the future, it will be offered as an option in the app. $ java -jar HPOWorkbench.jar csv [-h <hpo>] hpo is the path to hp.obo file 6.4 Rich Text Format (RTF) Output This function is currently not complete! We are working on an RTF output format that puts all HPO terms into an RTF table that can be imported into Word and used to make corrections using Word s track changesd tool. The RTF format is currently not tested. $ java -jar HPOWorkbench.jar rtf -h <hpo> -t <start-term> The document will start off at start-term (e.g., using a start term of Ventricular septal defect would produce a table with that term and all of its descendents). Use the HP id (e.g., HP: ). 6.5 Counting annotations The situation is that we have a list of disease annotations (which could be phenotype_annotation.tab or a smaller selection of annotations) and an HPO term. We would like to find out the total number of annotations to the term or any of its ancestors. $ java -jar HPOWorkbench.jar countfreq [-h <hpo.obo>] [-a <pheno_annot.tab>] -t <term id> 12 Chapter 6. Command-line tools

17 CHAPTER 7 HPO Workbench HPO Workbench is a Java app designed as a browser for HPO terms and annotated diseases. HPO Workbench has a series of functions that can be used by collaborators to review and make suggestions for extending, correcting, or otherwise revising the HPO or the disease annotations. HPO Workbench can be used to browser the HPO hpoontology; information about each term is shown including the definition, comments, and synonyms (if any). If the term is used to annotate diseases in the HPO database, then a list of diseases is shown. Additionally, diseases can be visualized, and all HPO terms that annotate that disease are shown according to affected system. HPO Workbench can also be used to suggest additions, corrections, or revisions to the HPO. To do this, users can navigate to the part of the HPO they would like to revise, and mark a term and suggest new child terms or other revisions. Also, new annotations for diseases can be suggested. To do so, users must enter their GitHub name and password (only once per session), and the suggestions are sent to the HPO GitHub tracker, where they will be registered under your id (so that you will get feedback via about your suggestion). HPO Workbench can also be used to export Excel files that represent the HPO hierarchy by means of indentation of columns. These excel files are meant to be used to record suggestions. Instructions for these three main use cases of HPO Workbench can be found on the following pages. 13

18 HPO Workbench Documentation, Release 1 14 Chapter 7. HPO Workbench

19 CHAPTER 8 GitHub repository The HPO Workbench GitHub repository can be found here: HPOworkbench 15

HPO Workbench Documentation

HPO Workbench Documentation HPO Workbench Documentation Release 1 Monarch Initiative Dec 17, 2018 Contents: 1 HPOannotQC 1 1.1 Installing and running HPO Annotation Q/C.............................. 1 1.2 HPO Annotation Small Files.......................................

More information

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code About this guide Informatics for Integrating Biology and the Bedside (i2b2) began as one of the sponsored initiatives of the NIH Roadmap

More information

Human Disease Models Tutorial

Human Disease Models Tutorial Mouse Genome Informatics www.informatics.jax.org The fundamental mission of the Mouse Genome Informatics resource is to facilitate the use of mouse as a model system for understanding human biology and

More information

How to Navigate the Challenge Runner Website

How to Navigate the Challenge Runner Website How to Navigate the Challenge Runner Website How to Join Challenge Runner Create an Account To join the Maroon Moves Walking Challenge 1. Click on the Maroon Moves Challenge Runner Link: https://www.challengerunner.com/login/challenge/3e64ro-1h81

More information

Sample Spark Web-App. Overview. Prerequisites

Sample Spark Web-App. Overview. Prerequisites Sample Spark Web-App Overview Follow along with these instructions using the sample Guessing Game project provided to you. This guide will walk you through setting up your workspace, compiling and running

More information

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager Author: Sparx Systems Date: 30/06/2017 Version: 1.0 CREATED WITH Table of Contents The Specification Manager 3 Specification Manager - Overview

More information

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0 User Manual Administrator s guide for mass managing VirtueMart products using VM Mass Update 1.0 The ultimate product management solution for VirtueMart! Contents Product Overview... 3 Feature List...

More information

FindUs.Rail User Guide

FindUs.Rail User Guide FindUs.Rail User Guide 7001 Weston Parkway, Suite 200 Cary, North Carolina 27513 Copyright 2016 Railinc. All Rights Reserved. Last Updated: December 2016 FindUs.Rail User Guide Table of Contents Learning

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

Code Plug Management: Contact List Import/Export. Version 1.0, Dec 16, 2015

Code Plug Management: Contact List Import/Export. Version 1.0, Dec 16, 2015 Code Plug Management: Contact List Import/Export Version 1.0, Dec 16, 2015 Background This presentation will show how to update and maintain contact lists in the CS750 The following applications will be

More information

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager How to define model elements simply? In Sparx Systems Enterprise Architect, use the document-based Specification Manager to create elements

More information

P3e REPORT WRITER CREATING A BLANK REPORT

P3e REPORT WRITER CREATING A BLANK REPORT P3e REPORT WRITER CREATING A BLANK REPORT 1. On the Reports window, select a report, then click Copy. 2. Click Paste. 3. Click Modify. 4. Click the New Report icon. The report will look like the following

More information

User Guide. v Released June Advaita Corporation 2016

User Guide. v Released June Advaita Corporation 2016 User Guide v. 0.9 Released June 2016 Copyright Advaita Corporation 2016 Page 2 Table of Contents Table of Contents... 2 Background and Introduction... 4 Variant Calling Pipeline... 4 Annotation Information

More information

DOCUMENTUM D2. User Guide

DOCUMENTUM D2. User Guide DOCUMENTUM D2 User Guide Contents 1. Groups... 6 2. Introduction to D2... 7 Access D2... 7 Recommended browsers... 7 Login... 7 First-time login... 7 Installing the Content Transfer Extension... 8 Logout...

More information

Web Access to with Office 365

Web Access to  with Office 365 Web Access to Email with Office 365 Web Access to email allows you to access your LSE mailbox from any computer or mobile device connected to the internet. Be aware, however, that Outlook 365 looks and

More information

Creating Your Electronic Portfolio With Adobe Acrobat 7 (2008)

Creating Your Electronic Portfolio With Adobe Acrobat 7 (2008) N Creating Your Electronic Portfolio With Adobe Acrobat 7 (2008) ote: Please refer to the Division of Social Work Student Handbook and your Advisor for the content and formatting requirements for the portfolio.

More information

ACM INTERNATIONAL COLLEGIATE PROGRAMMING CONTEST. California State University, Sacramento s. Contestant s Guide

ACM INTERNATIONAL COLLEGIATE PROGRAMMING CONTEST. California State University, Sacramento s. Contestant s Guide ACM INTERNATIONAL COLLEGIATE PROGRAMMING CONTEST California State University, Sacramento s PC 2 Contestant s Guide This guide is intended to familiarize you with the process of submitting programs to Contest

More information

Using Windows Explorer and Libraries in Windows 7

Using Windows Explorer and Libraries in Windows 7 Using Windows Explorer and Libraries in Windows 7 Windows Explorer is a program that is used like a folder to navigate through the different parts of your computer. Using Windows Explorer, you can view

More information

Mega Menu for Magento 2. User Guide

Mega Menu for Magento 2. User Guide Mega Menu for Magento 2 User Guide Table of Contents 1. Mega Menu Configuration 1.1. Accessing the Extension Main Setting 1.2. General 1.3. Top Menu Configuration 1.4. Left Menu Configuration 1.5. Mobile

More information

eclicker Host 2 Product Overview For additional information and help:

eclicker Host 2 Product Overview For additional information and help: eclicker Host 2 Product Overview For additional information and help: support@eclicker.com Compatible with the iphone, ipod touch, and ipad running ios 5.0+. Apple, the Apple logo, iphone, and ipod touch

More information

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning umapps Using umapps Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 6/14/2017

More information

Modern Requirements4TFS 2018 Update 3 Release Notes

Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements 12/14/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 4 GENERAL... 5 1. FEATURES...

More information

Electrical System Functional Definition

Electrical System Functional Definition Electrical System Functional Definition Preface What's New? Getting Started Basic Tasks Advanced Tasks Workbench Description Customizing Glossary Index Dassault Systèmes 1994-2000. All rights reserved.

More information

CSCI 350 Virtual Machine Setup Guide

CSCI 350 Virtual Machine Setup Guide CSCI 350 Virtual Machine Setup Guide This guide will take you through the steps needed to set up the virtual machine to do the PintOS project. Both Macintosh and Windows will run just fine. We have yet

More information

Tips on how to set up a GitHub account:

Tips on how to set up a GitHub account: Tips on how to set up a GitHub account: 1. Go to the website https://github.com/, you will see the following page: Figure 1: The GitHub main webpage (before you create an account and sign in) Then choose

More information

LINAX Series Videographic Recorders

LINAX Series Videographic Recorders User Guide 154534_8 LINAX Series Videographic Recorders DataManager Software Electrical Safety This instrument complies with the requirements of CEI/IEC 61010-1:2001-2 'Safety Requirements for Electrical

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications . phpmyadmin is a web-based application used to manage a MySQL database. It is free and open-source software. We have modified phpmyadmin so that it functions without errors on a shared hosting platform.

More information

Contents. Anaplan Connector for MuleSoft

Contents. Anaplan Connector for MuleSoft SW Version 1.1.2 Contents 1 Overview... 3 2 Mulesoft Prerequisites... 4 3 Anaplan Prerequisites for the Demos... 5 3.1 export demo mule-app.properties file...5 3.2 import demo mule-app.properties file...5

More information

Students Guide to Desire2Learn

Students Guide to Desire2Learn Students Guide to Desire2Learn Created By: Justin Poggemann Updated by Kimberly Ross on June 1 st 2008 Desire2Learn Table of Contents: System Requirements How to get to Desire2Learn Log-On Procedures Secure/Non

More information

SLG for School Site Administrators. Applicable to Onwards

SLG for School Site Administrators. Applicable to Onwards SLG for School Site Administrators Applicable to 7.136 Onwards Revision History Version Change Description Date 7.136-1.0 Initial Release 22/10/10 7.136 1.1 Cosmetic Changes made to Deleting Online Reports.

More information

Table of Contents. Page 2 of 72. High Impact 4.0 User Manual

Table of Contents. Page 2 of 72. High Impact  4.0 User Manual Table of Contents Introduction 5 Installing High Impact email 6 Installation Location 6 Select Mail Client 6 Create a ReadyShare Account 6 Create a Default Profile 6 Outlook Configuration Message 6 Complete

More information

Software Development I

Software Development I 6.148 Software Development I Two things How to write code for web apps. How to collaborate and keep track of your work. A text editor A text editor A text editor Anything that you re used to using Even

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

18.1 user guide No Magic, Inc. 2015

18.1 user guide No Magic, Inc. 2015 18.1 user guide No Magic, Inc. 2015 All material contained herein is considered proprietary information owned by No Magic, Inc. and is not to be shared, copied, or reproduced by any means. All information

More information

Project and Portfolio Management Center

Project and Portfolio Management Center Project and Portfolio Management Center Software Version: 9.42 Getting Started Go to HELP CENTER ONLINE http://admhelp.microfocus.com/ppm/ Document Release Date: September 2017 Software Release Date: September

More information

10kTrees - Exercise #2. Viewing Trees Downloaded from 10kTrees: FigTree, R, and Mesquite

10kTrees - Exercise #2. Viewing Trees Downloaded from 10kTrees: FigTree, R, and Mesquite 10kTrees - Exercise #2 Viewing Trees Downloaded from 10kTrees: FigTree, R, and Mesquite The goal of this worked exercise is to view trees downloaded from 10kTrees, including tree blocks. You may wish to

More information

Google Docs Handout. Carol LaRow

Google Docs Handout. Carol LaRow Google Docs Handout Easy-To-Use Online Tool Carol LaRow Create documents and collaborate in real time, inside a WEB browser window. Or, work on documents when it s convenient. Features: Use one of four

More information

Scrat User Guide. Quality Center 2 Team Foundation Server 2010 Migration Tool. Version: Last updated: 5/25/2011. Page 1

Scrat User Guide. Quality Center 2 Team Foundation Server 2010 Migration Tool. Version: Last updated: 5/25/2011. Page 1 Scrat User Guide Quality Center 2 Team Foundation Server 2010 Migration Tool Version: 1.0.0 Last updated: 5/25/2011 Page 1 CONTENTS INTRODUCTION... 3 INSTALLATION... 4 Prerequisites 4 Activation 6 Check

More information

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 De La Salle University Information Technology Center Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 WEB DESIGNER / ADMINISTRATOR User s Guide 2 Table Of Contents I. What is Microsoft

More information

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

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency Version 2.3 User Guide Multi-Sponsor Environment SAS Clinical Trial Data Transparency Version 2.3 User Guide Version 1.0 19 January 2018 Contents Contents 1 Overview...1 2 Setting Up Your Account...3 2.1 Completing the Initial

More information

Welcome. Accessing Your Banner Reports

Welcome. Accessing Your Banner Reports Welcome Accessing Your Banner Reports Objective Introduction Show e~print users how to select, retrieve, view, save, and print e~print reports from their browsers. Intended Use Self-Training Guided Training

More information

23 - Report & Export

23 - Report & Export 23 - Report & Export Contents 23 - REPORT & EXPORT... 1 SMART PUBLISHER... 1 Opening Smart Publisher... 1 Smart Publisher Settings... 2 The Finished Report... 5 Alias Names for Codes... 6 The Word Template

More information

Lab 1 1 Due Wed., 2 Sept. 2015

Lab 1 1 Due Wed., 2 Sept. 2015 Lab 1 1 Due Wed., 2 Sept. 2015 CMPSC 112 Introduction to Computer Science II (Fall 2015) Prof. John Wenskovitch http://cs.allegheny.edu/~jwenskovitch/teaching/cmpsc112 Lab 1 - Version Control with Git

More information

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide

SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects Integration Option for Microsoft SharePoint Getting Started Guide SAP BusinessObjects XI3.1 Service Pack 4 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet,

More information

Using Apache Zeppelin

Using Apache Zeppelin 3 Using Apache Zeppelin Date of Publish: 2018-04-01 http://docs.hortonworks.com Contents Introduction... 3 Launch Zeppelin... 3 Working with Zeppelin Notes... 5 Create and Run a Note...6 Import a Note...7

More information

Web Site Documentation Eugene School District 4J

Web Site Documentation Eugene School District 4J Eugene School District 4J Using this Documentation Revision 1.3 1. Instruction step-by-step. The left column contains the simple how-to steps. Over here on the right is the color commentary offered to

More information

Introduction to WHO s DHIS2 Data Quality Tool

Introduction to WHO s DHIS2 Data Quality Tool Introduction to WHO s DHIS2 Data Quality Tool 1. Log onto the DHIS2 instance: https://who.dhis2.net/dq Username: demo Password: UGANDA 2016 2. Click on the menu icon in the upper right of the screen (

More information

Supplier Quality Optimization Program ecert User Manual

Supplier Quality Optimization Program ecert User Manual Supplier Quality Optimization Program ecert User Manual Document Approval Name of Approver Defined in PDM Defined in PDM Defined in PDM Defined in PDM Role of Approver (per GSM) Author Project Manager

More information

How UserVue and Morae 1.3 Work Together

How UserVue and Morae 1.3 Work Together Version 1.0 How UserVue and Morae 1.3 Work Together By TechSmith Corporation Morae 1.3 Online Help Guide Online Help Guide Morae 1.3 Contents How UserVue and Morae 1.3 Work Together 1 About the UserVue

More information

Vela Web User Guide Vela Systems, Inc. All rights reserved.

Vela Web User Guide Vela Systems, Inc. All rights reserved. The Vela Systems Web application is designed to enable the administration, management, and reporting of the Vela Field Management Suite, as well as give project teams the ability to collaborate on issues,

More information

Documentation External Synchronization FirstSpirit

Documentation External Synchronization FirstSpirit Documentation External Synchronization FirstSpirit 2018-10 Status RELEASED Department Copyright FS-Core 2018 e-spirit AG File name SYNC_EN_FirstSpirit_External_Synchronization e-spirit AG Stockholmer Allee

More information

Human-Computer Interaction Design

Human-Computer Interaction Design Human-Computer Interaction Design COGS120/CSE170 - Intro. HCI Instructor: Philip Guo, Lab TA: Sean Kross Lab 1 - Version control and HTML (2017-10-06) by Michael Bernstein, Scott Klemmer, Philip Guo, and

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

Content Module. ActiveModeler Avantage. Managing Enterprise Documentation. Version 1.2, 6 May KAISHA-Tec What does the Content Module do?

Content Module. ActiveModeler Avantage. Managing Enterprise Documentation. Version 1.2, 6 May KAISHA-Tec What does the Content Module do? ActiveModeler Avantage Managing Enterprise Documentation Content Module User Guide Version 1.2, 6 May 2009 ActiveModeler, ActiveFlow and ActiveModeler Avantage are registered trademarks of KAISHA-Tec Co.

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

Version Control. Second level Third level Fourth level Fifth level. - Software Development Project. January 17, 2018

Version Control. Second level Third level Fourth level Fifth level. - Software Development Project. January 17, 2018 Version Control Click to edit Master EECS text 2311 styles - Software Development Project Second level Third level Fourth level Fifth level January 17, 2018 1 But first, Screen Readers The software you

More information

CircuitPython with Jupyter Notebooks

CircuitPython with Jupyter Notebooks CircuitPython with Jupyter Notebooks Created by Brent Rubell Last updated on 2018-08-22 04:08:47 PM UTC Guide Contents Guide Contents Overview What's a Jupyter Notebook? The Jupyter Notebook is an open-source

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information

NOR-STA. Support for Achieving and Assessing Conformance to NORms and STAndards. Editor 4.3. Manual version 4.3.1

NOR-STA. Support for Achieving and Assessing Conformance to NORms and STAndards. Editor 4.3. Manual version 4.3.1 Project co-financed by the European Union under the European Regional Development Fund within the Operational Programme Innovative Economy Contract No.: UDA-POIG.0.03.0--4/09-0 NOR-STA Support for Achieving

More information

2 Document Manager Lite v5.2 User Guide

2 Document Manager Lite v5.2 User Guide This document was produced by Voloper Creations Inc. 2000 2009 Voloper Creations Inc. All Rights Reserved Brands or product names are trademarks or registered trademarks of their respective holders. The

More information

Increase Volunteerism in our Public Schools. Make Volunteer Coordinators and Board and Committee Members jobs as easy as possible.

Increase Volunteerism in our Public Schools. Make Volunteer Coordinators and Board and Committee Members jobs as easy as possible. Our Mission: Increase Volunteerism in our Public Schools Make Volunteer Coordinators and Board and Committee Members jobs as easy as possible. Improve Communication within the School Population related

More information

Embarcadero PowerSQL 1.1 Evaluation Guide. Published: July 14, 2008

Embarcadero PowerSQL 1.1 Evaluation Guide. Published: July 14, 2008 Embarcadero PowerSQL 1.1 Evaluation Guide Published: July 14, 2008 Contents INTRODUCTION TO POWERSQL... 3 Product Benefits... 3 Product Benefits... 3 Product Benefits... 3 ABOUT THIS EVALUATION GUIDE...

More information

TangeloHub Documentation

TangeloHub Documentation TangeloHub Documentation Release None Kitware, Inc. September 21, 2015 Contents 1 User s Guide 3 1.1 Managing Data.............................................. 3 1.2 Running an Analysis...........................................

More information

GETTING STARTED. A Step-by-Step Guide to Using MarketSight

GETTING STARTED. A Step-by-Step Guide to Using MarketSight GETTING STARTED A Step-by-Step Guide to Using MarketSight Analyze any dataset Run crosstabs Test statistical significance Create charts and dashboards Share results online Introduction MarketSight is a

More information

Astra Schedule User Guide Scheduler

Astra Schedule User Guide Scheduler Astra Schedule User Guide 7.5.12 Scheduler 1 P a g e ASTRA SCHEDULE USER GUIDE 7.5.12... 1 LOGGING INTO ASTRA SCHEDULE... 3 LOGIN CREDENTIALS... 3 WORKING WITH CALENDARS... 4 CHOOSING A CALENDAR AND FILTER...

More information

Managing Load Plans in OTBI Enterprise for HCM Cloud Service

Managing Load Plans in OTBI Enterprise for HCM Cloud Service Managing Load Plans in OTBI Enterprise for HCM Cloud Service Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Objective After completing this lesson, you should be able to use Configuration

More information

Informatica PIM. Functional Overview. Version: Date:

Informatica PIM. Functional Overview. Version: Date: Informatica PIM Functional Overview Version: Date: 8 March 18, 2014 Table of Contents Process Overview 3 Supplier Invitation 3 User Roles 3 Data Upload 4 Management of Import Mappings 5 Validation Rules

More information

Git and GitHub. Dan Wysocki. February 12, Dan Wysocki Git and GitHub February 12, / 48

Git and GitHub. Dan Wysocki. February 12, Dan Wysocki Git and GitHub February 12, / 48 Git and GitHub Dan Wysocki February 12, 2015 Dan Wysocki Git and GitHub February 12, 2015 1 / 48 1 Version Control 2 Git 3 GitHub 4 Walkthrough Dan Wysocki Git and GitHub February 12, 2015 2 / 48 Version

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.1.1 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

DRAFT. TRAC User Guide. Revised: October 6, 2008 Revision: 1.0

DRAFT. TRAC User Guide. Revised: October 6, 2008 Revision: 1.0 TRAC User Guide Revised: October 6, 2008 Revision: 1.0 Contents 1. TRAC WORKS FOR YOU...3 1.1. HOW DO YOU BENEFIT FROM TRAC?...3 1.2. HOW DOES OHIO BENEFIT FROM TRAC?...3 1.3. USING THIS DOCUMENT....3

More information

IBM LOT-408. IBM Notes and Domino 9.0 Social Edition Application Development Updat.

IBM LOT-408. IBM Notes and Domino 9.0 Social Edition Application Development Updat. IBM LOT-408 IBM Notes and Domino 9.0 Social Edition Application Development Updat http://killexams.com/exam-detail/lot-408 QUESTION: 90 Mary's users run XPages applications on their IBM Notes clients and

More information

i2b2 User Guide Informatics for Integrating Biology & the Bedside Version 1.0 October 2012

i2b2 User Guide Informatics for Integrating Biology & the Bedside Version 1.0 October 2012 i2b2 (Informatics for Integrating Biology and the Bedside) is an informatics framework designed to simplify the process of using existing, de-identified, clinical data for preliminary research cohort discovery

More information

Enterprise Application Systems

Enterprise Application Systems INFORMATION TECHNOLOGY Enterprise Application Systems Argos Report Viewer Guide Mt. San Antonio College Information Technology 1100 North Grand Avenue Building 23 Walnut, CA 91789 Help Desk 909.274.4357

More information

Innovator 11 classix. Connection to Eclipse. Introduction, Installation and Configuration. Connect. Michael Kaaden.

Innovator 11 classix. Connection to Eclipse. Introduction, Installation and Configuration. Connect. Michael Kaaden. Innovator 11 classix Connection to Eclipse Introduction, Installation and Configuration Michael Kaaden www.mid.de Connect Introduction into the Innovator Eclipse Connection The connection described here

More information

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1 IT Training Services SharePoint 2013 Getting Started Version: 2015/2016 V1 Table of Contents ACCESSING SHAREPOINT SITE 1 IT Intranet SharePoint Site... 1 Create a SubSite... 1 DOCUMENT LIBRARIES 2 Create

More information

Patient Portal User Guide The Patient s Guide to Using the Portal

Patient Portal User Guide The Patient s Guide to Using the Portal 2014 Patient Portal User Guide The Patient s Guide to Using the Portal Table of Contents: What is the Patient Portal?...3 Enrolling in the Patient Portal.......... 4-19 A. Enrollment Option #1: First-Time

More information

Google Docs Handout. Easy-To-Use Online Tool. Carol LaRow

Google Docs Handout. Easy-To-Use Online Tool. Carol LaRow Google Docs Handout Easy-To-Use Online Tool Carol LaRow Create documents and collaborate in real time, inside a WEB browser window. Or, work on documents when it s convenient. Features: Word processing,

More information

PageCenterX Training Guide End-User Basic

PageCenterX Training Guide End-User Basic PageCenterX Training Guide End-User Basic Version: 1.06 2401 West Monroe Street Springfield, Illinois 62704 Office: 217.793.3800 Fax: 217.787.0979 www.lrs.com Legal Subject to License/Trade Secret. ( LRS

More information

CORAL Resources Module User Guide

CORAL Resources Module User Guide CORAL Resources Module User Guide About CORAL Resources A component of Hesburgh Libraries locally developed ERM, CORAL Resources aids in the management of the electronic resource workflow from the initial

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Version Control. Software Carpentry Github s Hello World Git For Ages 4 And Up You need source code control now

Version Control. Software Carpentry Github s Hello World Git For Ages 4 And Up You need source code control now A version control system (VCS) is a tool or system for keeping track of changes in files. A primitive form of VCS would be making a copy of a file every time you want to make a new version of the file.

More information

RONA e-billing User Guide

RONA e-billing User Guide RONA e-billing Contractor Self-Service Portal User Guide RONA e-billing User Guide 2015-03-10 Table of Contents Welcome to RONA e-billing What is RONA e-billing?... i RONA e-billing system requirements...

More information

Searching and Favorites in Datatel Web UI 4.3

Searching and Favorites in Datatel Web UI 4.3 Searching and Favorites in Datatel Web UI 4.3 Search Field The Search field uses icons and text prompts (see Figure 1) to switch between Person Search and Form Search. You can click the icon to the left

More information

Alborz 1.0 Installation Guide

Alborz 1.0 Installation Guide Alborz 1.0 Installation Guide September 24, 2007 Feng Xiao xiaof2@mcmaster.ca Document Revision History Rev. Level Date Description Important 2007/9/24 Initial Version Reference Documents Document # Description

More information

DocAve Governance Automation Online

DocAve Governance Automation Online DocAve Governance Automation Online Business User Guide Service Pack 9 Cumulative Update 6 Issued December 2017 Table of Contents What s New in this Guide... 5 About DocAve Governance Automation Online...

More information

Villages Golf & Country Club Emergency Preparedness Committee (EPC) Records Database and Document Management System Manual (DMS)

Villages Golf & Country Club Emergency Preparedness Committee (EPC) Records Database and Document Management System Manual (DMS) Villages Golf & Country Club Emergency Preparedness Committee (EPC) Records Database and Document Management System Manual (DMS) Table of Contents 1 Introduction... 2 2 Rationale... 2 2.1 Directors...

More information

Linking OneDrive Files to Local Microsoft Office Installations Interactive Table of Contents

Linking OneDrive Files to Local Microsoft Office Installations Interactive Table of Contents Linking OneDrive Files to Local Microsoft Office Installations Interactive Table of Contents Introduction What is Microsoft OneDrive? Why use OneDrive? Creating and Uploading Microsoft Office Files Introduction

More information

To access Contacts view, locate and select the Contacts View tab in the lower-left corner of the screen. Contacts view will appear.

To access Contacts view, locate and select the Contacts View tab in the lower-left corner of the screen. Contacts view will appear. Outlook 2010 Managing Contacts Introduction Contacts view is the central place for all your contacts in Outlook 2010. Maintaining a detailed contacts list will make sending emails and scheduling meetings

More information

USER GUIDE. Document ID: D. Abbott Point of Care Inc. Abbott Park, IL 60064

USER GUIDE. Document ID: D. Abbott Point of Care Inc. Abbott Park, IL 60064 USER GUIDE Document ID: 732029-00D Abbott Point of Care Inc. Abbott Park, IL 60064 This page intentionally left blank. Table of Contents Preface 1 1 - Getting started 1-1 1.1 Point-of-Care testing (POCT)

More information

Kardia / Centrallix VM Appliance Quick Reference

Kardia / Centrallix VM Appliance Quick Reference Kardia / Centrallix VM Appliance Quick Reference Version 1.0 16-Dec-2014 (c) 2011-2014 LightSys Technology Services, Inc. http://www.lightsys.org/ Redeeming Technology... For God's Kingdom. Overview...

More information

CitiDirect Basics: Comprehensive Guide

CitiDirect Basics: Comprehensive Guide CitiDirect Online Banking CitiDirect Basics: Comprehensive Guide Table of Contents Overview...1 Additional Resources...1 Basics Guides...1 Online Help...1 CitiDirect Customer Support...2 Local Language

More information

Oracle Financial Consolidation and Close Cloud. What s New in the February Update (17.02)

Oracle Financial Consolidation and Close Cloud. What s New in the February Update (17.02) Oracle Financial Consolidation and Close Cloud What s New in the February Update (17.02) February 2017 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE FINANCIAL CONSOLIDATION AND CLOSE CLOUD, FEBRUARY UPDATE...

More information

At the shell prompt, enter idlde

At the shell prompt, enter idlde IDL Workbench Quick Reference The IDL Workbench is IDL s graphical user interface and integrated development environment. The IDL Workbench is based on the Eclipse framework; if you are already familiar

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

WPS Workbench. user guide. "To help guide you through using the WPS user interface (Workbench) to create, edit and run programs"

WPS Workbench. user guide. To help guide you through using the WPS user interface (Workbench) to create, edit and run programs WPS Workbench user guide "To help guide you through using the WPS user interface (Workbench) to create, edit and run programs" Version: 3.1.7 Copyright 2002-2018 World Programming Limited www.worldprogramming.com

More information

Section 1: Tools. Contents CS162. January 19, Make More details about Make Git Commands to know... 3

Section 1: Tools. Contents CS162. January 19, Make More details about Make Git Commands to know... 3 CS162 January 19, 2017 Contents 1 Make 2 1.1 More details about Make.................................... 2 2 Git 3 2.1 Commands to know....................................... 3 3 GDB: The GNU Debugger

More information

EMC Ionix ControlCenter (formerly EMC ControlCenter) 6.0 StorageScope

EMC Ionix ControlCenter (formerly EMC ControlCenter) 6.0 StorageScope EMC Ionix ControlCenter (formerly EMC ControlCenter) 6.0 StorageScope Best Practices Planning Abstract This white paper provides advice and information on practices that will enhance the flexibility of

More information

Online with Janison Toolbox

Online with Janison Toolbox J E T Janison Education Team Fac ulty o f E duc ation Online with Janison Toolbox A Step-By-Step Guide For UOW Staff May 2006 Welcome to the Faculty Of Education s new generation of online subject delivery.

More information