Outline. Overview of CIVET and CLASP. Identification of problems

Size: px
Start display at page:

Download "Outline. Overview of CIVET and CLASP. Identification of problems"

Transcription

1 $ Outline Overview of CIVET and CLASP Identification of problems Recent improvements brain-masking non-uniformity corrections registration surface extraction Work in progress and future work Discussion

2 Image-processing pipeline CIVET native t1, t2, pd non uniformity corrections linear registration transformation to stx space brain masking classification pve CLASP ANIMAL segmentation surface extraction

3 $ Observed problems Bad brain masking pieces of skull, meninges, eyes not masked out truncated temporal and occipital lobes Failed registration Under-expanded gray surfaces, bad folds between hemispheres Susceptibility artefacts Surface extraction is slow To fix these problems, we must understand why they occur?

4 $ Brain Masking - Skull and Eyes

5 Brain Masking Truncated Mask occipital lobes temporal lobe The cortical thickness will be wrong in these regions. The problem is due to failure of non-uniformity corrections.

6 $ Failed linear registration without masking transformed target combined The source image is transformed inside the target image! Application of models (e.g. tag file for classification) will not be optimal.

7 $ Failed linear registration due to tall neck Failed non-linear registration If linear registration is not good to start with or if brain mask contains skull Non-linear registration is used to mask out brain stem, cerebellum, sub-cortical gray, ventricles, (eyes)

8 Under-expanded gray surface old CLASP new CLASP Simply do more iterations and use oversampling!

9 Susceptibility artefacts nasal cavities ear canals blood vessels Artefacts can alter tissue classification locally.

10 How good is brain-masking? mincbet now uses 20K surface instead of 5K surface Combination of t1, t2, pd images gives complementary information for better delineation of csf and brain tissues mincbet performs reliably if image has been properly corrected for non-uniformities t1 only t1, t2, pd cortical surface performs reliably if image has been properly registered to stereotaxic space (uses a model mask)

11 $ Improving non-uniformity corrections Application of a brain mask can help, but image must be corrected in order to extract a reliable brain mask Increase number of iterations, by cycles Experiment with distance parameter for control points of the spline in N3 large distance (200mm) is fast to compute small distance (25mm) is more accurate but very slow distance must not be too small to interfere with brain structures hierarchical approach (200mm, 100mm, 75mm, 50mm, 25mm)?

12 Non-uniformity corrections for 3T scan spline distance at 200mm suitable for 1.5T spline distance at 25mm looks interesting for 3T before N3 after N3 (25mm) BrainVisa has a specific correction for 3T scans

13 Improving registration Correction of non-uniformities before registration Application of a brain mask on both source image and target is critical (for both linear and non-linear) extents of image vary, but brain tissues are complete in all scans (tall neck, clipped skull, etc) without masking with masking transformed target combined transformed target combined Cropping tall neck improves quality of brain mask used to register native image to stereotaxic space

14 Improving CLASP 1. Surface extraction by hemisphere rather than for entire brain double number of points for better resolution no more bad surface folds between hemispheres 2. Fill up ventricles, mask out sub-cortical gray, cerebellum, brain stem simplified surface to analyze cortex only 3. Dilate brain mask to include at least one layer of csf around gray to have a continuous csf skeleton, for better gray surface boundary 4. Speed optimization, convergence criterion, robustness Many thanks to Oliver for items 1 and 2.

15 Quality control - registration and classification

16 Quality control - surface extraction

17 $ Work in progress and future work Non-linear transformation of tag points for better classification Masking of eyes Non-uniformity corrections for 3T Extension of mincbet for hyper intense voxels (may be able to do skull-masking using t1 only) Computations at 0.5mm voxel size (or at any size) Co-registration of scans in longitudinal studies Surface registration (awaiting Maxime s depth map) Documentation

18 Using CIVET Quarantines in /data/aces/aces1/quarantines For old CIVET (single brain surface): /data/aces/aces1/quarantines/irix64-ip35/may /data/aces/aces1/quarantines/linux-i686/may For new CIVET (one surface per hemisphere): /data/aces/aces1/quarantines/linux-i686/sep Loading the environment: source... Starting CIVET: /Linux-i686/Sep /CIVET/init.csh... /Linux-i686/Sep /CIVET/CIVET Processing Pipeline

19 Configuring CIVET Summary of options: -- Execution control spawn Use the perl system interface to spawn jobs -sge Use SGE to spawn jobs. -pbs Use PBS to spawn jobs -- PBS options pbs-queue Which PBS queue to use [short medium long] [default: long] -pbs-hosts Colon separated list of pbs hosts [default: yorick:bullcalf] -- SGE options sge-queue Which SGE queue to use [default: aces.q] -- File options sourcedir Directory containing the source files. -targetdir Directory where processed data will be placed. -prefix File prefix to be used in naming output files. -id-subdir -id-file Indicate that the source directory contains sub-directories for each id A text file that contains all the subject ids (separated by space, tab, return or comma) that CIVET will run on.

20 Configuring CIVET -- Pipeline options template Define the template for image processing (0.50, 0.75, 1.00, 1.50, 2.00, 3.00, 4.00, 6.00). [default: 1.00] -registration-model Define the target model for registration. -registration-modeldir Define the directory of the target model for registration. -- CIVET options multispectral Use T1, T2 and PD native files for tissue classification. -spectral_mask Use T1, T2 and PD native files for brain masking. -crop-neck Percentage of height to crop to remove neck for masking. -N3-distance N3 spline distance in mm (suggested values: 200 for 1.5T scan (default); 25 for 3T scan). [default: 200] -no-surfaces -no-animal -thickness dont build surfaces dont run volumetric ANIMAL segmentation. compute cortical thickness and blur [tlink tlaplace tnear tnormal] [kernel size in mm]

21 $ Configuring CIVET -- Pipeline control run Run the pipeline. -status-from-files Compute pipeline status from files -print-stages Print the pipeline stages. -print-status Print the status of each pipeline. -make-graph Create dot graph file. -make-filename-graph Create dot graph of filenames. -print-status-report Writes a CSV status report to file in cwd. -- Stage Control reset-all Start the pipeline from the beginning. -reset-from Restart from the specified stage. -reset-running Restart currently running jobs. [default] -no-reset-running opposite of -reset-running

22 Configurable parameters for CIVET Mandatory parameters: -prefix: name of study -sourcedir: input directory -targetdir: output directory Optional useful parameters: -spectral mask: to use t1, t2, pd for the brain mask -crop-neck: to crop tall neck before registration -N3-distance: to specify the distance parameter for N3 (experimental, for 3T scans) -multispectral: to use t1, t2, pd for classification -thickness: to generate the cortical thickness

23 $ Running CIVET source /data/aces/aces1/quarantines/linux-i686/sep /civet/init-sge.csh /data/aces/aces1/quarantines/linux-i686/sep /civet/civet_processing_pipeline -spectral_mask -prefix SPGR -crop-neck 10 -sourcedir /data/node7/claude/tests/native/ec -targetdir /data/node7/claude/tests/ec -thickness tlink 20 -sge -run 2021_ A 2039B > log

24 $ CIVET directories for each subject native: images in native space final: images in stereotaxic space transforms: linear and non-linear transformations mask: brain masks classify: classified image surfaces: white and gray surfaces thickness: cortical thickness maps segment: ANIMAL segmentation verify: QC images *.png logs: execution logs for stages (contains status files.failed,.finished,.running,.lock) temp: temporary working files Look for status files in logs and QC images in verify.

25 $ Discussion Using a unified versioned pipeline for all analyses Choice of metrics for validation of pipeline Configuring and running CIVET/CLASP Approximate timelines for developments and future releases

26 $ Post-meeting notes Cortical thickness is currently computed in Talairach space and must be transformed to native space before analysis PMP will be improved to zip/unzip inputs and outputs to conserve disk space

Campaign Management Implementation Guide

Campaign Management Implementation Guide Campaign Management Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

IBM WebSphere Commerce FEP8 Q GQ2G ERC 1.0

IBM WebSphere Commerce FEP8 Q GQ2G ERC 1.0 Import and Export of Marketing and Commerce Composer Data IBM WebSphere Commerce FEP8 Q2 2015 6GQ2G ERC 1.0 Copyright IBM Corp. 2015, 2015 Course materials may not be reproduced in whole or in part without

More information

10/18/2018. London Governance, Risk, and Compliance

10/18/2018. London Governance, Risk, and Compliance 10/18/2018 Governance, Risk, and Compliance Contents Contents... 4 Applications and integrations supporting GRC workflow... 6 GRC terminology... 7 Domain separation in... 9 Policy and Compliance Management...11

More information

Agriculture Information System. Crop Information Portal of Pakistan: version 2 Database Administration

Agriculture Information System. Crop Information Portal of Pakistan: version 2 Database Administration Agriculture Information System Building Provincial Capacity for Crop Forecasting and Estimation Crop Information Portal of Pakistan: version 2 Database Administration Antonio Martucci (FAO-DDNS) Task 1:

More information

Benefits. + + Consistent quality to recipe specification. + + Increase asset utilization and operational efficiency

Benefits. + + Consistent quality to recipe specification. + + Increase asset utilization and operational efficiency Wonderware InBatch Flexible Batch Management Wonderware InBatch software enables sophisticated equipment arbitration and concurrent batch execution capabilities to maximize asset utilization, plant throughput

More information

CHAPTER 17 Brain Image Analysis and Atlas Construction

CHAPTER 17 Brain Image Analysis and Atlas Construction CHAPTER 17 Brain Image Analysis and Atlas Construction Paul M. Thompson Michael S. Mega Katherine L. Narr Elizabeth R. Sowell Rebecca E. Blanton Arthur W. Toga Contents 17.1 Challenges in brain image analysis

More information

WELCOME TO THE ONLINE SHIPPING USER GUIDE

WELCOME TO THE ONLINE SHIPPING USER GUIDE Online Shipping WELCOME TO THE ONLINE SHIPPING USER GUIDE onlineshipping.dhl.com ON THE GO OR IN THE OFFICE, Online SHIPPING GETS IT THERE. Ideal for busy small-business owners, office managers, or anyone

More information

M-Files Contract Management Guide to Common Views

M-Files Contract Management Guide to Common Views M-Files Contract Management Guide to Common Views The common views in M-Files CM make tracking and managing contracts easier than ever. What are views? Views are dynamic folders that allow for quick and

More information

Tissue-Based Affine Registration of Brain Images to form a Vascular Density Atlas

Tissue-Based Affine Registration of Brain Images to form a Vascular Density Atlas Tissue-Based Affine Registration of Brain Images to form a Vascular Density Atlas Derek Cool, Dini Chillet, Jisung Kim, Jean-Phillipe Guyon, Mark Foskey, and Stephen Aylward Computer Aided Display and

More information

The Dynamic PBS Scheduler

The Dynamic PBS Scheduler The Dynamic PBS Scheduler Jim Glidewell High Performance Computing Enterprise Storage and Servers May 8, 2008 BOEING is a trademark of Boeing Management Company. Computing Environment Cray X1 2 Chassis,

More information

USER MANUAL. MageMob Inventory TABLE OF CONTENTS. Version: 1.0.1

USER MANUAL. MageMob Inventory TABLE OF CONTENTS. Version: 1.0.1 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of MageMob Inventory...1 Installation & Activation...2 Extension Activation...7 How it Works?...8 Back End Configuration...8 Points to Note... 37

More information

Vendor Cloud Platinum Package: Included Capabilities

Vendor Cloud Platinum Package: Included Capabilities Solution Overview Third-Party Risk Management Vendor Cloud Platinum Package: Included Capabilities The Vendor Cloud Platinum package provides the highest level of risk management capabilities, offering

More information

Diversions and Reconsignments

Diversions and Reconsignments Diversions and Reconsignments Destination Reconsignment/Turnover Customer Reference Guide Created by: Service Support Group May 2004 06/03/09 1:44 PM Page 1 of 12 Diversions and Reconsignments- Main Menu

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 12c Release 5 (12.1.0.5.0) E38529-08 April 2016 This document describes how to use the Infrastructure

More information

Workforce Management Administrator's Guide. Manually Creating and Configuring WFM Application Objects

Workforce Management Administrator's Guide. Manually Creating and Configuring WFM Application Objects Workforce Management Administrator's Guide Manually Creating and Configuring WFM Application Objects 2/12/2018 Contents 1 Manually Creating and Configuring WFM Application Objects 1.1 Manually Create the

More information

FirstDose Application Release Enhancements. FirstDose Application Release Enhancements. Complete list of Enhancements

FirstDose Application Release Enhancements. FirstDose Application Release Enhancements. Complete list of Enhancements Release Notes FirstDose Application Release 3.1.4 Complete list of Enhancement of the system s barcode functionality. The system no longer requires every item in the MIL to have a Barcode in order to turn

More information

Influencing the Future of Sorting Technology OTE BY MAIL AUTOMATION

Influencing the Future of Sorting Technology OTE BY MAIL AUTOMATION Influencing the Future of Sorting Technology OTE BY MAIL AUTOMATION VOTE BY MAIL AUTOMATION Overview and Benefits Fluence Automation offers affordable, practical solutions based on our advanced sorting

More information

Managing your Online Time Sheets

Managing your Online Time Sheets Managing your Online Time Sheets Training Goals As Employees you will know how to: Enter Time Via Card Swipe Via Clock In/Out Page Via MyWestern Review your Time Submit Time for Approval Check that Time

More information

P6 Instructors Sample Presentation

P6 Instructors Sample Presentation Welcome to the Eastwood Harris Pty Ltd Primavera P6 Versions 8.1 to 8.4 Professional and Optional Client 3 day training course PMI REP No 3001 Course Number PP6 Page 2 Page 4 Administration Evacuation

More information

Oracle Policy Automation The modern enterprise advice platform

Oracle Policy Automation The modern enterprise advice platform Oracle Policy Automation The modern enterprise advice platform Features and benefits August 2017 Program agenda 1 2 3 Overview of Oracle Policy Automation New features in August 2017 release For more information

More information

Advisor5Good Reasons to Move Forward

Advisor5Good Reasons to Move Forward Advisor5Good Reasons to Move Forward Value Asymmetric Planning Maximize your yield, increase your confidence in the end result and narrow the gaps between planning and manufacturing. With Advisor 5.0 s

More information

WELCOME TO THE ONLINE SHIPPING USER GUIDE

WELCOME TO THE ONLINE SHIPPING USER GUIDE Online Shipping WELCOME TO THE ONLINE SHIPPING USER GUIDE ON THE GO OR IN THE OFFICE, ONLINE SHIPPING GETS IT THERE. Ideal for busy small-business owners, office managers, or anyone on the go. DHL Online

More information

What s New in Global Storage Manager 4.0?

What s New in Global Storage Manager 4.0? What s New in Global Storage Manager 4.0? Version 4.0 Service Pack 5 Document Effectivity EC Number Date 132412 September 15, 2005 Doc Kit Number Type Effectivity What s New in GSM 4.0 documentation updated

More information

FluentControl TM TAKE CONTROL OF TECAN S MOST POWERFUL LIQUID HANDLING WORKSTATIONS

FluentControl TM TAKE CONTROL OF TECAN S MOST POWERFUL LIQUID HANDLING WORKSTATIONS FluentControl TM TAKE CONTROL OF TECAN S MOST POWERFUL LIQUID HANDLING WORKSTATIONS 02 One great software, two powerful interfaces Designed for those who press go, daily activities such as running assays

More information

eservices Social Media Solution Guide Genesys Social Engagement Overview

eservices Social Media Solution Guide Genesys Social Engagement Overview eservices Social Media Solution Guide Genesys Social Engagement Overview 1/31/2018 Genesys Social Engagement Overview Contents 1 Genesys Social Engagement Overview 1.1 What It Is 1.2 Component dependencies

More information

CCC Wallboard Manager User Manual

CCC Wallboard Manager User Manual CCC Wallboard Manager User Manual 40DHB0002USBF Issue 2 (17/07/2001) Contents Contents Introduction... 3 General... 3 Wallboard Manager... 4 Wallboard Server... 6 Starting the Wallboard Server... 6 Administering

More information

PUBLIC. How to Work with the SBO Mailer Signature. All Countries. Solutions from SAP. SAP Business One 2007 B. June English

PUBLIC. How to Work with the SBO Mailer Signature. All Countries. Solutions from SAP. SAP Business One 2007 B. June English PUBLIC How to Work with the SBO Mailer Signature All Countries Solutions from SAP SAP Business One 2007 B June 2009 English Contents... 3 Creating or Modifying E-Mail Signatures... 3 Upgrading from Previous

More information

User Guide. ShipTrack Client Portal Release v4.1. Client Portal - User Guide

User Guide. ShipTrack Client Portal Release v4.1. Client Portal - User Guide User Guide ShipTrack Client Portal Release v. www.shiptrackapp.com info@shiptrackapp.com T:.0. F:..9 Page Revision History Version Date Description Author Comments V.0 0-0- Auto-Client Client V. 0-0-9

More information

WELCOME TO THE ONLINE SHIPPING USER GUIDE

WELCOME TO THE ONLINE SHIPPING USER GUIDE Online Shipping WELCOME TO THE ONLINE SHIPPING USER GUIDE onlineshipping.dhl.com ON THE GO OR IN THE OFFICE, Online SHIPPING GETS IT THERE. Ideal for busy small-business owners, office managers, or anyone

More information

RESOLV THIRD PARTY MANAGEMENT (3PL)

RESOLV THIRD PARTY MANAGEMENT (3PL) RESOLV THIRD PARTY MANAGEMENT (3PL) USER MANUAL Version 9.2 for Desktop HANA PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2012-2016 by Achieve IT Solutions These materials are subject to change without

More information

The HubSpot Growth Platform

The HubSpot Growth Platform The HubSpot Growth Platform Hubspot offers a full stack of products for marketing, sales, and customer relationship management that are powerful alone, and even better when used together. Marketing Hub

More information

PRiSM Roadmap. What s new, what s coming. Bill Bielke

PRiSM Roadmap. What s new, what s coming. Bill Bielke PRiSM Roadmap What s new, what s coming Bill Bielke What s new in PRiSM 2.8 Alarm management, distributed agents, Wonderware, asset health What s new in PRiSM 2.8 Alarm management Distributed agents Wonderware

More information

EMPLOYER PORTAL QUICKSTART GUIDE

EMPLOYER PORTAL QUICKSTART GUIDE Welcome to Advantage Administrators Employer Portal. This one-stop portal gives you the tools you need to better support your employees in the management of their pre-tax benefit plans such as Health Savings

More information

Xerox DocuShare as ECM for SAP R/3 Seamless Integration into the SAP System Landscape

Xerox DocuShare as ECM for SAP R/3 Seamless Integration into the SAP System Landscape Xerox DocuShare as ECM for SAP R/3 Seamless Integration into the SAP System Landscape Introduction The archiving of data and documents is not high on the list of many companies priorities at this time.

More information

ACD MIS SUPERVISOR S GUIDE

ACD MIS SUPERVISOR S GUIDE Notice Note that when converting this document from its original format to a.pdf file, some minor font and format changes may occur. When viewing and printing this document, we cannot guarantee that your

More information

IBM Exam C IBM SmartCloud Control Desk V7.5 Change Configuration Release Management Implementation Version: 6.0

IBM Exam C IBM SmartCloud Control Desk V7.5 Change Configuration Release Management Implementation Version: 6.0 s@lm@n IBM Exam C9560-040 IBM SmartCloud Control Desk V7.5 Change Configuration Release Management Implementation Version: 6.0 [ Total Questions: 100 ] Question No : 1 What are two capabilities of the

More information

IBM Cognos 8 IBM COGNOS CONFIGURATION USER GUIDE

IBM Cognos 8 IBM COGNOS CONFIGURATION USER GUIDE IBM Cognos 8 IBM COGNOS CONFIGURATION USER GUIDE Product Information This document applies to IBM Cognos 8 Version 8.4 and may also apply to subsequent releases. To check for newer versions of this document,

More information

This document describes the overall software development process of microcontroller software during all phases of the Company Name product life cycle.

This document describes the overall software development process of microcontroller software during all phases of the Company Name product life cycle. Maturity Process Owner Check Release Description Valid Name / Department Name / Department Name / Department Detailed procedure for software development Title: Software Development Procedure Purpose: This

More information

Requirements Analysis. Requirements Analysis is Hard

Requirements Analysis. Requirements Analysis is Hard Requirements Analysis Classify categories of requirements Define the principles of iterative requirements analysis Learn about use cases and their elements Focusing on the WHAT not the HOW 1 Requirements

More information

Incident Management. Process and Procedures Guide

Incident Management. Process and Procedures Guide Incident Management Process and Procedures Guide Inside This Document 1 Introduction...4 1.1 Document Purpose...4 1.2 Document Scope...4 1.3 Legend...4 2 Incident Management...5 Definition...5 Incident...5

More information

Version No: 3.0, Build No: 3. Portal Release Notes V3B3

Version No: 3.0, Build No: 3. Portal Release Notes V3B3 Version No: 3.0, Build No: 3 Portal Release Notes V3B3 Table of Contents Important Note: The current version of V3B3 is supported with Compatibility View Settings OFF for IE (Internet Explorer) browsers....

More information

WELCOME TO THE WEB SHIPPING USER GUIDE

WELCOME TO THE WEB SHIPPING USER GUIDE Online Shipping WELCOME TO THE WEB SHIPPING USER GUIDE webshipping.dhl.com ON THE GO OR IN THE OFFICE, WEB SHIPPING GETS IT THERE. Ideal for busy small-business owners, office managers, or anyone on the

More information

MSI Accounts Payable Version 7.5

MSI Accounts Payable Version 7.5 MSI Accounts Payable Version 7.5 User s Guide Harris Local Government 1860 W. Winchester Road, Ste 204 Libertyville, IL 60048 Phone: (847) 362-2803 Fax: (847) 362-3347 Contents are the exclusive property

More information

Adding New Products To VirtueMart

Adding New Products To VirtueMart Adding New Products To VirtueMart To add product in VirtueMart, login to Joomla as administrator, by simply entering the url_of_your_website/administrator in your Browser. Enter the appropriate username

More information

B2W SCHEDULE. ONE Platform. B2W Schedule. RESOURCE SCHEDULING & DISPATCHING Features Overview REAL TIME COLLABORATIVE SCHEDULING TOOL

B2W SCHEDULE. ONE Platform. B2W Schedule. RESOURCE SCHEDULING & DISPATCHING Features Overview REAL TIME COLLABORATIVE SCHEDULING TOOL B2W SCHEDULE RESOURCE SCHEDULING & DISPATCHING Features Overview B2W Software empowers and inspires heavy civil construction companies to win more work and complete it more profitably. The company s ONE

More information

Key Features and Enhancements included in this version:

Key Features and Enhancements included in this version: Release Version 2017.3.1.0 Key Features and Enhancements included in this version: System Setup/Company Optional Require Invoice #? Vendor Approval Process Accounts Payable Duplicate Vendor Warning Audit

More information

Page 1 of 5 Copyright 2017 Platformatics, Inc. CA-MRCS-DS MSML

Page 1 of 5 Copyright 2017 Platformatics, Inc. CA-MRCS-DS MSML Cloud Analytics System & Monitored Remote Care Services As an operator of world class facilities, you know that it takes a lot of effort to make your buildings operate seamlessly. With Platformatics Cloud

More information

Reporting Checklist for Nature Neuroscience

Reporting Checklist for Nature Neuroscience Corresponding Author: Manuscript Number: Manuscript Type: Michael Cole NNA51 Article Reporting Checklist for Nature Neuroscience # Main Figures: 5 # lementary Figures: 4 # lementary Tables: 0 # lementary

More information

NOTE: With this being a Web Based Application use the TAB key or your Mouse to move between fields, do NOT hit ENTER.

NOTE: With this being a Web Based Application use the TAB key or your Mouse to move between fields, do NOT hit ENTER. LTL Online Least Cost Routing Application Go to www.ctlogistics.com Services Logistics Services TranSaver TranSaver FreitWeb 3.0 Log in Screen will open Enter your User name and Password (Case Sensitive)

More information

Systems Management of the SAS 9.2 Enterprise Business Intelligence Environment Gary T. Ciampa, SAS Institute Inc., Cary, NC

Systems Management of the SAS 9.2 Enterprise Business Intelligence Environment Gary T. Ciampa, SAS Institute Inc., Cary, NC Paper 276-2010 Systems Management of the SAS 9.2 Enterprise Business Intelligence Environment Gary T. Ciampa, SAS Institute Inc., Cary, NC ABSTRACT The evolution of the SAS 9.2 architecture provides a

More information

iway Roadmap to Success Inessa Gerber iway Technical Director

iway Roadmap to Success Inessa Gerber iway Technical Director iway Roadmap to Success Inessa Gerber iway Technical Director 1 Agenda Feature Updates and Roadmap Integration Products Omni-Gen Overview Omni-Gen Roadmap 2 Integration Products 3 Integration Products

More information

Programmable Thermostat

Programmable Thermostat Programmable Thermostat Let's develop a simple application, a programmable thermostat. The front panel will be used as a user interface. Let's define some design rules. 1. Four modes of operation for the

More information

TASKE Reports TASKE Call Center Management Tools Version 7.0. Table of Contents TASKE REPORTS... 2 THE TASKE REPORTS INTERFACE...

TASKE Reports TASKE Call Center Management Tools Version 7.0. Table of Contents TASKE REPORTS... 2 THE TASKE REPORTS INTERFACE... Table of Contents TASKE REPORTS... 2 THE TASKE REPORTS INTERFACE... 5 Overview of the Reports Window...5 Main Control panel... 6 Report Templates panel... 6 Publication Viewer panel... 7 REPORT TEMPLATE

More information

PAYROLL PROCESSING User Guide

PAYROLL PROCESSING User Guide Schwab Retirement Technologies, Inc. Schwab Automated Retirement Processing (SchARP) PAYROLL PROCESSING User Guide Related Documents: For related payroll information, refer to these separate user guides,

More information

Proficiency Testing Program User Guide

Proficiency Testing Program User Guide Version 1.1 October 1, 2017 Powered by Service Area: LABORATORY QCS-LAB-PTUSERGUIDE Origination Date: 2017-08-01 Last Revision: 2017-10-01 Effective Date: 2017-10-01 Version Number: 1.1 Next Review: 2018-01-02

More information

INSTRUCTIONS Column A: Column B: Mandatory Preferred Optional Information Column C: Column D: Column F:

INSTRUCTIONS Column A: Column B: Mandatory Preferred Optional Information Column C: Column D: Column F: INSTRUCTIONS One vendor may propose one or more potential solution packages (product configurations) to meet the Department's requirements. Please complete a separate workbook for each proposed solution

More information

Student Feedback on Instruction (SFI) CoursEval Survey Intelligence Report

Student Feedback on Instruction (SFI) CoursEval Survey Intelligence Report Student Feedback on Instruction (SFI) CoursEval Survey Intelligence Report The Survey Intelligence Report Provides longitudinal reporting. (Note: Students open-ended responses are not included in the report)

More information

The All-In-One Solution for Your Business Needs. Avaya TM. IP Office CRM Solutions

The All-In-One Solution for Your Business Needs. Avaya TM. IP Office CRM Solutions Avaya TM IP Office CRM Solutions The All-In-One Solution for Your Business Needs Converged Voice and Data Networks Customer Relationship Management Unified Communication Supported by: Avaya Labs and Services

More information

2014 MSX Group Microsoft Forecaster User Group Forums. Questions Asked by Attendees

2014 MSX Group Microsoft Forecaster User Group Forums. Questions Asked by Attendees 2014 MSX Group Microsoft Forecaster User Group Forums Questions Asked by Attendees This document contains the questions we received during this year s Forecaster User Group Forum. If any of the questions

More information

Sage 100 ERP Sales Tax

Sage 100 ERP Sales Tax Sage 100 ERP Sales Tax User Guide Version 2.0.1 Revision date: 01/28/2013 Avalara may have patents, patent applications, trademarks, copyrights, or other intellectual property rights governing the subject

More information

Purchasing 101 and Requisition Training Manual

Purchasing 101 and Requisition Training Manual Purchasing 101 and Requisition Training Manual Department Department of Procurement & Contract Services Document filename Purchasing 101 and Requisition Training Manual.docx Document Version 2.0 Last Modified

More information

UNIT 45: Riser Design Wizard

UNIT 45: Riser Design Wizard UNIT 45: Riser Design Wizard The Riser Design Wizard allows you to analyze a casting model without risers or feeders, and determine the number, placement and size of risers or feeders that should be attached

More information

User Onboarding for SAP S/4HANA Cloud THE BEST RUN. PUBLIC Document Version:

User Onboarding for SAP S/4HANA Cloud THE BEST RUN. PUBLIC Document Version: PUBLIC Document Version: 1.0 2018-08-06 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Purpose of this Guide....4 2 Prerequisite for Quality and Production Systems....5

More information

REDCap Intro to Surveys (RC-204)

REDCap Intro to Surveys (RC-204) REDCap Intro to Surveys (RC-204) Learning objectives Basic survey setup Management Example of uses User rights What is a survey in REDCap terms? A different way of doing data entry in your project 3 General

More information

Instructions: LoggerNet CR10 and CR10X Plug-in and power data-logger Attach clips of firing unit to a safe place, then plug-in firing unit.

Instructions: LoggerNet CR10 and CR10X Plug-in and power data-logger Attach clips of firing unit to a safe place, then plug-in firing unit. Instructions: LoggerNet CR1 and CR1X Plug-in and power data-logger Attach clips of firing unit to a safe place, then plug-in firing unit. Open Loggernet. Connect select appropriate data-logger. Connect

More information

"Charting the Course... MOC A System Center 2012 Service Manager. Course Summary

Charting the Course... MOC A System Center 2012 Service Manager. Course Summary Course Summary Description This five-day course teaches students how to design, deploy and maintain Service Manager within their organizations. Students are introduced to the various System Center products

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents Update 1 16 OCT 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.7 You can find the most up-to-date technical documentation

More information

itemp Anywhere Wireless Sensors and Cellular Gateway User s Guide

itemp Anywhere Wireless Sensors and Cellular Gateway User s Guide Error Reporting, Troubleshooting and Support For technical support and troubleshooting tips please contact GreenTech Support email: info@greentechheat.com or 855-484-2847. itemp Anywhere Wireless Sensors

More information

Bitnami Stacksmith. What is Stacksmith?

Bitnami Stacksmith. What is Stacksmith? Stacksmith Modernize your DevOps pipeline. Automate application packaging for today's cloud and container platforms, and continuously maintain them so they remain up-to-date and secure. What is Stacksmith?

More information

Getting ready for ALM Octane

Getting ready for ALM Octane White Paper Getting ready for ALM Octane Next-generation application lifecycle management ALM v12.53 Contents Contents... 2 Achieving success in a bimodal world... 3 About ALM software... 3 ALM Octane

More information

Pre-Installation Instructions

Pre-Installation Instructions Agile Product Lifecycle Management PLM Mobile Release Notes Release 3.1 E65644-01 August 2015 These Release Notes provide technical information about Oracle Product Lifecycle Management (PLM) Mobile 3.1.

More information

What s New in BMC FootPrints Service Core version 12

What s New in BMC FootPrints Service Core version 12 WHAT S NEW What s New in BMC FootPrints Service Core version 12 Key Benefits Highlights impacting your experience include:» User Interface» Personalization» Visualization BMC FootPrints 12.0 has arrived.

More information

IT Business Management Standard Edition User's Guide

IT Business Management Standard Edition User's Guide IT Business Management Standard Edition User's Guide VMware IT Business Management Suite 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Barcode Reading With Stocker WMS

Barcode Reading With Stocker WMS Barcode Reading With Stocker WMS Page 1 Barcode Readers About Barcode Readers Barcode readers (or scanners) translate the information held in a barcode image and send the captured data to Stocker. It is

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

Product Documentation SAP Business ByDesign February Business Configuration

Product Documentation SAP Business ByDesign February Business Configuration Product Documentation PUBLIC Business Configuration Table Of Contents 1 Business Configuration.... 4 2 Business Background... 5 2.1 Configuring Your SAP Solution... 5 2.2 Watermark... 7 2.3 Scoping...

More information

Quick Reference Guide

Quick Reference Guide Barcode Manager Quick Reference Guide February 2018 www.gs1ie.org/barcode-manager Barcode Manager The stress-free way to generate barcode numbers and symbols. Barcode Manager is a new online tool from

More information

Solutions Implementation Guide

Solutions Implementation Guide Solutions Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

- POSresult: Once your POS receives the payment transaction response, use this to advise us of the results.

- POSresult: Once your POS receives the payment transaction response, use this to advise us of the results. To: Re: POS Providers Xpress-pay Mobile direct integration Thank you for your interest in Xpress-pay Mobile direct integration. You will be pleased to know the process is actually quite simple, requiring

More information

Release Notes for. Release Date May, 2018

Release Notes for. Release Date May, 2018 Release Notes for Release Date May, 2018 Important Notices Copyright Copyright 2015 British Standards Institution. All rights reserved. The information contained in this document is protected by copyright.

More information

CALIFORNIA. Guide to CAASPP Completion Status and Roster Management Administration

CALIFORNIA. Guide to CAASPP Completion Status and Roster Management Administration CALIFORNIA Assessment of Student Performance and Progress Guide to CAASPP Completion Status and Roster Management 2016 17 Administration Smarter Balanced Summative Assessments for English Language Arts/Literacy

More information

Employee Dashboard Users Guide

Employee Dashboard Users Guide Employee Dashboard Users Guide And Training Centre Workflow January 29, 2016 Supply Chain Qualification and Management www.browz.com Table of Contents Employee Dashboard... 2 Manage Employees Tab... 2

More information

Create a Travel Authorization for Local, One Expense Travel

Create a Travel Authorization for Local, One Expense Travel This Job Aid walks you through how to create a Travel Authorization for a local (within San Diego County) business-related event, when there is only one expense involved (just a registration fee to attend).

More information

Pinterest Ads Manager Guide

Pinterest Ads Manager Guide Pinterest Ads Manager Guide Create and manage ads using the Pinterest Ads Manager and see how your ads help your business grow. Promoted Pins are ads that you pay for so they can reach a specific audience

More information

10/16/2018. Kingston Governance, Risk, and Compliance

10/16/2018. Kingston Governance, Risk, and Compliance 10/16/2018 Kingston Governance, Risk, and Compliance Contents Contents... 4 Domain separation in... 8 Policy and Compliance Management...9 Understanding Policy and Compliance Management... 10 Risk Management...87

More information

SiloMan II. Silo System Management Software USER'S MANUAL. MANUAL NUMBER: SILOMAN II June 2005

SiloMan II. Silo System Management Software USER'S MANUAL. MANUAL NUMBER: SILOMAN II June 2005 SiloMan II Silo System Management Software USER'S MANUAL MANUAL NUMBER: SILOMAN II June 2005 Sysmetric claims proprietary rights to the material contained herein. It shall not be reproduced, disclosed,

More information

Nox DoD. User Guide. Version 3.0.x. Nox for DoD User Guide! Page 1

Nox DoD. User Guide. Version 3.0.x. Nox for DoD User Guide! Page 1 Nox DoD User Guide Version 3.0.x Nox for DoD User Guide! Page 1 Contents Overview! 3 Shipment Manager -- Nox Administrator Roles! 3 Floor Manager / Packaging -- Nox User Roles! 4 Helpful Notes! 5 Creating

More information

Shrinking the Footprint Energy Audit. User Guide

Shrinking the Footprint Energy Audit. User Guide Shrinking the Footprint Energy Audit User Guide Table of Contents Introduction... 2 Getting Started... 3 Step 1 - Signing up... 3 Step 2 Set up your Church or School as a business... 4 Step 3 - Add your

More information

Point Of Sales. Below is the step to enable Optimum Point Of Sales module. Step 1. As shown in the figure, click the menu from the ribbon bar.

Point Of Sales. Below is the step to enable Optimum Point Of Sales module. Step 1. As shown in the figure, click the menu from the ribbon bar. Point Of Sales Below is the step to enable Optimum Point Of Sales module. Step 1 As shown in the figure, click the menu from the ribbon bar. Step 2 Select the Modules item form the drop down list. 1 P

More information

Automating Risk Management with Rational RequisitePro

Automating Risk Management with Rational RequisitePro Automating Risk Management with Rational RequisitePro by Cindy Van Epps Software Engineer Risk is like fire: if controlled it will help you; if uncontrolled it will rise up and destroy you. -- Theodore

More information

Nature Biotechnology: doi: /nbt Supplementary Figure 1. sndrop-seq overview.

Nature Biotechnology: doi: /nbt Supplementary Figure 1. sndrop-seq overview. Supplementary Figure 1 sndrop-seq overview. A. sndrop-seq method showing modifications needed to process nuclei, including bovine serum albumin (BSA) coating and droplet heating to ensure complete nuclear

More information

Bionano Access v1.2 Release Notes

Bionano Access v1.2 Release Notes Bionano Access v1.2 Release Notes Document Number: 30220 Document Revision: A For Research Use Only. Not for use in diagnostic procedures. Copyright 2018 Bionano Genomics, Inc. All Rights Reserved. Table

More information

Optimize your Service Cloud Data Best Practices, Data Extraction and NextGen Reporting

Optimize your Service Cloud Data Best Practices, Data Extraction and NextGen Reporting Optimize your Service Cloud Data Best Practices, Data Extraction and NextGen Reporting Kris Nichols - Sr. OSvC Solution Consultant Mehrzad Kootar - BI Solution Consultant Oracle Service Cloud Date: August

More information

CLASSIFIED EMPLOYEE PERFORMANC E MANAGEMENT CLASSIFIED ANNUAL EVALUATION. Department of Human Resources

CLASSIFIED EMPLOYEE PERFORMANC E MANAGEMENT CLASSIFIED ANNUAL EVALUATION. Department of Human Resources P A PERS User Guide CLASSIFIED EMPLOYEE PERFORMANC E MANAGEMENT CLASSIFIED ANNUAL EVALUATION Department of Human Resources 0 Getting Started Start at the Human Resources home page: https://www.odu.edu/humanresources

More information

All New Account View Form

All New Account View Form This upgrade for SalesChain continues our user interface redevelopment project. We are in fact ahead of schedule and are very excited to introduce a number of newly developed features that include: All

More information

Inventory Control. Inventory: Getting Started. Overview. Defining inventory control information

Inventory Control. Inventory: Getting Started. Overview. Defining inventory control information 1 Inventory: Getting Started Inventory Control Overview The Inventory Control file contains information about the inventory requirements of your business. A control file contains key information about

More information

AI that creates professional opportunities at scale

AI that creates professional opportunities at scale AI that creates professional opportunities at scale Deepak Agarwal AI in practice, AAAI, San Francisco, USA Feb 6 th, 2017 We are seeking new professional opportunities all the time To Advance our Careers

More information

Quick Guide. TLX Basic DWS System

Quick Guide. TLX Basic DWS System Quick Guide TLX Basic DWS System TLX Basic Quick Guide Table of Contents 1. Safety Instructions...... 2 Conveyor Belt Operating Safety Guidelines... 2 Electrical Safety... 2 Laser Safety... 3 The Dimensioner

More information

COURSE OVERVIEW AUDIENCE OBJECTIVES. Managing Projects and Programs. Professional Development Units PMP /PgMP PMI-SP 35.

COURSE OVERVIEW AUDIENCE OBJECTIVES. Managing Projects and Programs. Professional Development Units PMP /PgMP PMI-SP 35. Professional Development Units 35.00 PMP /PgMP 35.00 PMI-SP 35.00 PMI-RMP COURSE OVERVIEW Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the

More information

HIA Timesheets - User Guide for Hosts Mobile

HIA Timesheets - User Guide for Hosts Mobile HIA Timesheets - User Guide for Hosts Mobile Table of Contents 1 Introduction... 1 2 Conventions... 1 3 Log In... 2 3.1 Forgotten Password... 3 4 Timesheets... 4 4.1 Approve Timesheet... 4 4.2 Allowances...

More information