Easier than Excel: Social Network Analysis of DocGraph with Gephi

Size: px
Start display at page:

Download "Easier than Excel: Social Network Analysis of DocGraph with Gephi"

Transcription

1 Easier than Excel: Social Network Analysis of DocGraph with Gephi Janos G. Hajagos Stony Brook School of Medicine Fred Trotter fredtrotter.com

2 DocGraph Based on FOIA request to CMS by Fred Trotter Pre-released at Strata RX 2012 Medicare providers (more than doctors) CY 2011 dates of service Share 11 or more patients in a 30 day forward window Initial access restricted to MedStartr funders 2

3 DocGraph by the numbers Directed graph Average total degree ,492 providers (graph nodes/vertices) 49,685,810 shared edges 3

4 Geographic visualization 4

5 DocGraph data 5

6 6

7 NPPES National Plan and Provider Enumeration System Source of NPI (National Provider Identifier) No cost download Information is entered and updated by provider - Data quality is good to poor CSV file with 314 columns A custom MySQL load script is used to normalize the database Bloom.api open source project to make data easier to access - 7

8 Tabular data 8

9 Things we can do with tabular data 9

10 Graph data Relation between authors and MeSH terms from PubMed 10

11 Graph types Undirected graph - Facebook friendships Directed graph - Twitter: follow and be followed Bipartite graph Multipartite - RDF graph model - Property graph model Allow parallel edges - RDF graph Model 11

12 Components of a network/graph 12

13 Graphs in healthcare Prescriber and patient (bipartite) - NCPDP data with NPI Referral data sets Shared patients - DocGraph Social networks - Tweeting about a disease Limited by imagination 13

14 Generating GraphML XML based file format for graphs Readable by a large number of tools - Gephi - Mathematica - igraph (R) NetworkX a Python library for graphs which can export to GraphML GraphML is not a file format for really large graphs GraphML is not readable by d3.js 14

15 GraphML can be loaded into Mathematica 15

16 Gephi 16

17 Gephi Java based open source tool Focused on interactivity - Fast graphics - Multi-threaded - Visual updates Strong graph analytics Graphs stored in memory - Upper limit is about 100,000 nodes Netbeans plugin architecture - Integration with Neo4J - Additional layout algorithms 17

18 Downloading Gephi 18

19 Downloading sample files 19

20 Subsets are generated using a Python script python extract_providers_to_graphml.py "npi=' '" sterrence Leaf-edges Opening connection referral Configuration Selection criteria for subset graph: npi=' ' Referral table _name: referral.referral2011 NPI detail table name: referral.npi_summary_primary_taxonomy Nodes will be labeled by: provider_name Leaf-to-leaf edges will be exported? False Imported 1 nodes Imported 986 nodes Imported 1724 edges Edge types imported {'core-to-leaf': 866, 'leaf-to-core': 856: None : 2} Leaf-to-leaf edges were not selected for export Writing GraphML file 20

21 Generating a subset: some concepts Core nodes Connecting core nodes Adding leaf nodes Connecting to leaf nodes Connecting leaf nodes 21

22 Sample files jamestown_core_provider_graph.graphml - Providers selected with practice addresses in Jamestown, NY - Small city in far western New York (approximately 30,000 residents) nodes with 5,560 edges jamestown_core_and_leaf_provider_graph.graphml - Includes providers above and those who are linked to them - 1,322 nodes with 12,457 edges albany_core_provider_graph.graphml - Providers selected with practice addresses in Albany, NY - A small city in New York (approximately 100,000 residents) - 1,368 nodes with 44,711 edges 22

23 Sample files (continued) bronx_core_provider_graph.graphml - Providers selected with practice addresses in Bronx, NY - Urban community (1.4 million residents) - 3,268 nodes and 53,828 edges 23

24 Opening a graph file 24

25 Import report 25

26 Force directed layout of the graph 26

27 Results of the layout 27

28 ForceAtlas 2 works well for larger graphs 28

29 Navigating the graph Best experience with a three button mouse with a scroll wheel - Right click and hold to pan - Scroll wheel to zoom in and out - Left click to select - Right click for context menus MacBook users - command key and click and hold down on trackpad to pan - Two fingers to zoom on trackpad - Click on trackpad to select - Control click for context menus 29

30 Coloring the graph (partitioning) 30

31 Coloring the graph (partitioning) 31

32 Varying node size based on importance Step 1: Need to select a measure for node importance - Degree - PageRank - Eigenvector centrality Step 2: Run the measure against the graph Step 3: Ranking tab and Size/Weight Step 4: Set size range 32

33 Graph measures Degree - In-degree - Out-degree Graph structure measures - Clustering (global and local) - Network diameter Centrality Measures - Eigenvector centrality - PageRank (Google search) Community measures And more

34 Interactively viewing node attributes Click the T icon on the bottom to turn on node labeling 34

35 Data Laboratory 35

36 Selecting visible fields 36

37 Viewing edge attributes 37

38 Saving your graph Save your graph in.gephi format - xml based format - preserves layout, size, and color Save in GraphML format for use with outside programs 38

39 Filtering nodes by attributes 39

40 Hints for filtering nodes Drag field filter is_physician from the top pane to the lower pane Set the value to filter on - Value should equal 1-1 is equivalent to true Click Filter to apply 40

41 Producing a final graph We need to rescale the edge weights in the graph 41

42 Producing a final graph after scaling 42

43 Bronx core provider graph 43

44 Challenge questions Which institution is the most important provider for the Bronx? - Hint: try a centrality measure Can you determine if geography plays a role in patient sharing in the Bronx? - Which parameter could be used to partition the graph? Can you filter the graph to show only radiologists? Which radiologist has the highest authority in the graph? 44

45 Other tools for graph analysis NetworkX - Python - Lots of algorithms igraph - R and Python Gremlin graph traversal and manipulation - Groovy shell - Gremlin interface is implemented for Neo4J And more... 45

46 Scaling the analysis to the entire DocGraph Most healthcare graphs will be big (millions of nodes) What we learn at the local level can be applied at the global level - Importance of geography - Supernodes (radiologist, ER docs, pathologist, transportation, ) Many graph measures don t scale well - Maximal cliques Currently exploring how to use Faunus to scale the analysis with Hadoop 46

47 Links (information) (code) (open source $1 covers bandwidth fees) (mailing list) 47

48 Questions Try to publish your own healthcare dataset as a graph! 48

Graph Visualization with Gephi

Graph Visualization with Gephi gephi.md - Grip Graph Visualization with Gephi by Alex Razoumov Intro 1. Scientific visualization in traditional computational sciences http://bit.ly/cctopviz. 2. Graph/network visualization falls more

More information

Waikato Maps Quick Start Guide

Waikato Maps Quick Start Guide Waikato Maps Quick Start Guide This Quick Guide will familiarise you with the Waikato Maps and show you how to perform the following tasks: - Search through the Map Gallery and open a map. - Understand

More information

Tutorial for Lane County Mapping Applications

Tutorial for Lane County Mapping Applications Tutorial for Lane County Mapping Applications Contents Overview... 2 Tools... 2 Navigation Tools... 3 Display Tools... 5 Information Tools... 6 Sharing Tools... 7 Common Tasks... 9 Identify or Show Data

More information

ELEC6910Q Analytics and Systems for Social Media and Big Data Applications

ELEC6910Q Analytics and Systems for Social Media and Big Data Applications ELEC6910Q Analytics and Systems for Social Media and Big Data Applications Tutorial 1 [Visualization and Data Analytic] Prof. James She james.she@ust.hk 1 Outcomes of this tutorial 1. Basic Task: Visualization

More information

An Exploratory Journey Into Network Analysis A Gentle Introduction to Network Science and Graph Visualization

An Exploratory Journey Into Network Analysis A Gentle Introduction to Network Science and Graph Visualization An Exploratory Journey Into Network Analysis A Gentle Introduction to Network Science and Graph Visualization Pedro Ribeiro (DCC/FCUP & CRACS/INESC-TEC) Part 1 Motivation and emergence of Network Science

More information

Simple Gephi Project from A to Z. Clément Levallois

Simple Gephi Project from A to Z. Clément Levallois Simple Gephi Project from A to Z Clément Levallois 2017-01-20 Table of Contents Description of the project.................................................................... 1 be familiar with the terminology

More information

Network Analysis. Dr. Scott A. Hale Oxford Internet Institute 16 March 2016

Network Analysis. Dr. Scott A. Hale Oxford Internet Institute   16 March 2016 Network Analysis Dr. Scott A. Hale Oxford Internet Institute http://www.scotthale.net/ 16 March 2016 Outline for today 1 Basic network concepts 2 Network data 3 Software for networks 4 Layout algorithms

More information

GEPHI Introduction to network analysis and visualization

GEPHI Introduction to network analysis and visualization GEPHI Introduction to network analysis and visualization GRANDJEAN, Martin (2015) «GEPHI Introduction to network analysis and visualization», http://www.martingrandjean.ch/gephi-introduction 15 minutes

More information

Distributed Graph Storage. Veronika Molnár, UZH

Distributed Graph Storage. Veronika Molnár, UZH Distributed Graph Storage Veronika Molnár, UZH Overview Graphs and Social Networks Criteria for Graph Processing Systems Current Systems Storage Computation Large scale systems Comparison / Best systems

More information

Facebook Network Analysis Using Gephi

Facebook Network Analysis Using Gephi Facebook Network Analysis Using Gephi Overall Process 2 1. Netvizz 2. Gephi 1. Open 2. Layout 3. Ranking 4. Statistics 5. Rank (Betweeness) 6. Layout (Size Adjust) 7. Labels 8. Community Detection 9. Filter

More information

Cloud Computing 2. CSCI 4850/5850 High-Performance Computing Spring 2018

Cloud Computing 2. CSCI 4850/5850 High-Performance Computing Spring 2018 Cloud Computing 2 CSCI 4850/5850 High-Performance Computing Spring 2018 Tae-Hyuk (Ted) Ahn Department of Computer Science Program of Bioinformatics and Computational Biology Saint Louis University Learning

More information

STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0

STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0 support@magestore.com sales@magestore.com Phone: +1-606-657-0768 STORE LOCATOR USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0 Table of Contents 1. INTRODUCTION 3 Outstanding Features...3

More information

Introduction to Social Explorer

Introduction to Social Explorer Introduction to Social Explorer Janine Billadello, Geospatial Data Lab, Baruch College October 1, 2015 Abstract This tutorial will introduce you to Social Explorer, an online mapping interface that allows

More information

SQLite vs. MongoDB for Big Data

SQLite vs. MongoDB for Big Data SQLite vs. MongoDB for Big Data In my latest tutorial I walked readers through a Python script designed to download tweets by a set of Twitter users and insert them into an SQLite database. In this post

More information

G(B)enchmark GraphBench: Towards a Universal Graph Benchmark. Khaled Ammar M. Tamer Özsu

G(B)enchmark GraphBench: Towards a Universal Graph Benchmark. Khaled Ammar M. Tamer Özsu G(B)enchmark GraphBench: Towards a Universal Graph Benchmark Khaled Ammar M. Tamer Özsu Bioinformatics Software Engineering Social Network Gene Co-expression Protein Structure Program Flow Big Graphs o

More information

GenViewer Tutorial / Manual

GenViewer Tutorial / Manual GenViewer Tutorial / Manual Table of Contents Importing Data Files... 2 Configuration File... 2 Primary Data... 4 Primary Data Format:... 4 Connectivity Data... 5 Module Declaration File Format... 5 Module

More information

Marking Exams and Releasing Marks in MyDispense

Marking Exams and Releasing Marks in MyDispense Marking Exams and Releasing Marks in MyDispense Workbook 2 for Monday 15 th July 13.00 session Learn how to use MyDispense for assessment Table of Contents Important... 2 Marking Exams - The Exam Manager...

More information

Alpha 1 i2b2 User Guide

Alpha 1 i2b2 User Guide Alpha 1 i2b2 User Guide About i2b2 Accessing i2b2 Data Available in i2b2 Navigating the Workbench Workbench Screen Layout Additional Workbench Features Creating and Running a Query Creating a Query Excluding

More information

Using Excel Tables to Manipulate Billing Data, Part 2

Using Excel Tables to Manipulate Billing Data, Part 2 Using Excel Tables to Manipulate Billing Data, Part 2 By Nate Moore, CPA, MBA, CMPE The May-June 2012 issue of Billing introduced tables in Excel, a powerful tool that is used to sort, filter, and organize

More information

Analyzing a social network using Big Data Spatial and Graph Property Graph

Analyzing a social network using Big Data Spatial and Graph Property Graph Analyzing a social network using Big Data Spatial and Graph Property Graph Oskar van Rest Principal Member of Technical Staff Gabriela Montiel-Moreno Principal Member of Technical Staff Safe Harbor Statement

More information

STORE LOCATOR PLUGIN USER GUIDE

STORE LOCATOR PLUGIN USER GUIDE support@simicart.com Support: +84.3127.1357 STORE LOCATOR PLUGIN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE... 5 4. HOW TO USE ON APP... 13 SimiCart Store

More information

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3.

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3. Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose The purpose of this document is to outline basic functionality of the DANC Internet

More information

LizardThemes.com Free & Premium WordPress Themes. LizardThemes. User Guide. First Edition

LizardThemes.com Free & Premium WordPress Themes. LizardThemes. User Guide. First Edition LizardThemes.com Free & Premium WordPress Themes LizardThemes User Guide First Edition Online version: http://lizardthemes.com/documentation/ 2013 Contents Chapter 1 How to start... 3 Chapter 2 Theme Settings...

More information

Getting Started with. Microsoft Office 2010

Getting Started with. Microsoft Office 2010 Getting Started with Microsoft Office 2010 Microsoft Office 2010 Objectives Explore the programs in Microsoft Office Start programs and switch between them Explore common window elements Minimize, maximize,

More information

SAS Report Viewer 8.3 Documentation

SAS Report Viewer 8.3 Documentation SAS Report Viewer 8.3 Documentation About SAS Report Viewer Introduction to SAS Report Viewer SAS Report Viewer (the report viewer) enables users who are not report designers to view a report using a web

More information

Collect Relevant Demographics

Collect Relevant Demographics I N T R O D U C T I O N Collect Relevant Demographics Here we will collect demographics at the local level! At this point you should have identified and mapped a prioritized brownfield site. We will now

More information

OpenESSENCE Quick Start Guide

OpenESSENCE Quick Start Guide For the OpenESSENCE demo site Prepared by The Johns Hopkins University Applied Physics Laboratory for the Armed Forces Health Surveillance Center, Division of GEIS Operations January 2013 Table of Contents

More information

CompetitiveAccess Training Guide

CompetitiveAccess Training Guide www.strenuus.com CONTENTS Introduction Introduction to Competitive Access...3 Using Competitive Access Using Competitive Access...4 Accessibility Specification...5 Census File...6 Network Selection...8

More information

Asthma UK data portal user guide

Asthma UK data portal user guide Asthma UK data portal user guide Contents What is the data portal?... 2 Basic navigation... 2 Useful tips... 3 Advanced tips to use the data portal in your work... 7 Referencing the data portal... 8 Queries

More information

Detecting and Analyzing Communities in Social Network Graphs for Targeted Marketing

Detecting and Analyzing Communities in Social Network Graphs for Targeted Marketing Detecting and Analyzing Communities in Social Network Graphs for Targeted Marketing Gautam Bhat, Rajeev Kumar Singh Department of Computer Science and Engineering Shiv Nadar University Gautam Buddh Nagar,

More information

THE FISH HABITAT DECISION SUPPORT TOOL: COASTAL DATA TUTORIAL

THE FISH HABITAT DECISION SUPPORT TOOL: COASTAL DATA TUTORIAL THE FISH HABITAT DECISION SUPPORT TOOL: COASTAL DATA TUTORIAL Downstream Strategies The Fish Habitat Decision Support Tool (FHDST) is an advanced online mapping tool that mimics the functions of several

More information

At the University we see a wide variety Focusing on free. 1. Preparing Data 2. Visualization

At the University we see a wide variety Focusing on free. 1. Preparing Data 2. Visualization At the University we see a wide variety Focusing on free 1. Preparing Data 2. Visualization http://vis.stanford.edu/wrangler https://www.trifacta.com Interactive tool for cleaning & rearranging Suggests

More information

EDI XLS INVOICE HTML. The Top 10 Ways Data Preparation Helps Tableau Users XML

EDI XLS INVOICE HTML. The Top 10 Ways Data Preparation Helps Tableau Users XML EDI PDF P PDF XLS INVOICE E HTML The Top 10 Ways Data Preparation Helps Tableau Users MA RA MAINF RAME XML OVERVIEW Datawatch Monarch is the world s most widely deployed solution for self-service data

More information

Viewing the Data 3 Turning Layers On / Off 4 Navigation Toolbar 5 Layout Toolbar 7 Identify Tool 8 Find Tool 10 Measure Tool 12 Go To XY Tool 14

Viewing the Data 3 Turning Layers On / Off 4 Navigation Toolbar 5 Layout Toolbar 7 Identify Tool 8 Find Tool 10 Measure Tool 12 Go To XY Tool 14 1 Viewing the Data 3 Turning Layers On / Off 4 Navigation Toolbar 5 Layout Toolbar 7 Identify Tool 8 Find Tool 10 Measure Tool 12 Go To XY Tool 14 Transparency Tool 16 Markup Tools 19 ArcMap Markup Tools

More information

Frontiers of Network Science Fall Class 8: Introduction to Gephi Tools for network analysis and visualization. Boleslaw Szymanski

Frontiers of Network Science Fall Class 8: Introduction to Gephi Tools for network analysis and visualization. Boleslaw Szymanski Frontiers of Network Science Fall 2018 Class 8: Introduction to Gephi Tools for network analysis and visualization Boleslaw Szymanski CLASS PLAN Main Topics Overview of tools for network analysis and visualization

More information

K-partite and Bipartite Graph (Multimode Networks Transformations) Matthieu Totet

K-partite and Bipartite Graph (Multimode Networks Transformations) Matthieu Totet K-partite and Bipartite Graph (Multimode Networks Transformations) Matthieu Totet 2017-01-29 Table of Contents Author and documentation..................................................................

More information

FastAttach Release Notes

FastAttach Release Notes FastAttach Release Notes Release Summary Version 4.1 Main Screen. Redesigned to organize your work list and improve efficiency. A host of new features have been integrated into the FastAttach Main screen,

More information

Social Networks and Graph Theory. Holly Hirst Mathematical Sciences Appalachian State NCCTM - November 2, 2017

Social Networks and Graph Theory. Holly Hirst Mathematical Sciences Appalachian State NCCTM - November 2, 2017 Social Networks and Graph Theory Holly Hirst Mathematical Sciences Appalachian State NCCTM - November 2, 2017 Graphs l A graph is an ordered pair G = (V;E), where l V is a set of vertices (aka nodes )

More information

Using rasters for interpolation and visualization in GMS

Using rasters for interpolation and visualization in GMS v. 10.3 GMS 10.3 Tutorial Using rasters for interpolation and visualization in GMS Objectives This tutorial teaches how GMS uses rasters to support all kinds of digital elevation models and how rasters

More information

Mouse. Mouse Action Location. Image Location

Mouse. Mouse Action Location. Image Location Mouse The Mouse action group is intended for interacting with user interface using mouse (move, click, drag, scroll). All the Mouse actions are automatically recorded when you manipulate your mouse during

More information

City of La Crosse Online Mapping Website Help Document

City of La Crosse Online Mapping Website Help Document City of La Crosse Online Mapping Website Help Document This document was created to assist in using the new City of La Crosse online mapping sites. When the website is first opened, a map showing the City

More information

Climate-Smart New Orleans

Climate-Smart New Orleans Climate-Smart New Orleans Table of Contents GETTING THERE... 2 Accessing the site... 2 Logging into the site... 2 Navigating the Map... 2 Zoom & Pan... 2 Change the map background... 3 Interacting in the

More information

SAGIS Property Map Viewer Instruction Manual Instructions for using the SAGIS Property Map Viewer. Published December 21, 2018.

SAGIS Property Map Viewer Instruction Manual   Instructions for using the SAGIS Property Map Viewer. Published December 21, 2018. SAGIS Property Map Viewer Instruction Manual www.sagis.org/map Instructions for using the SAGIS Property Map Viewer. Published December 21, 2018. 1 Instructional Videos Click on a link to watch a video

More information

How to Use the Cancer-Rates.Info/NJ

How to Use the Cancer-Rates.Info/NJ How to Use the Cancer-Rates.Info/NJ Web- Based Incidence and Mortality Mapping and Inquiry Tool to Obtain Statewide and County Cancer Statistics for New Jersey Cancer Incidence and Mortality Inquiry System

More information

Graph Analytics and Machine Learning A Great Combination Mark Hornick

Graph Analytics and Machine Learning A Great Combination Mark Hornick Graph Analytics and Machine Learning A Great Combination Mark Hornick Oracle Advanced Analytics and Machine Learning November 3, 2017 Safe Harbor Statement The following is intended to outline our research

More information

USER GUIDE DASHBOARD OVERVIEW A STEP BY STEP GUIDE

USER GUIDE DASHBOARD OVERVIEW A STEP BY STEP GUIDE USER GUIDE DASHBOARD OVERVIEW A STEP BY STEP GUIDE DASHBOARD LAYOUT Understanding the layout of your dashboard. This user guide discusses the layout and navigation of the dashboard after the setup process

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename.

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename. Excel 2010 Worksheet Basics Introduction Page 1 Every Excel workbook contains at least one or more worksheets. If you are working with a large amount of related data, you can use worksheets to help organize

More information

For each performance panel, you have the ability to Expand the group, click the Help button for more information or Collapse the window Help

For each performance panel, you have the ability to Expand the group, click the Help button for more information or Collapse the window Help How to Access the API DataDashboard : 1) Log in to Paperless Proficiency Testing. 2) Select API DataDashboard on the left-hand side of the page. 3) From the drop down menu, select the Discipline you wish

More information

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

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

More information

Cluster Computing Architecture. Intel Labs

Cluster Computing Architecture. Intel Labs Intel Labs Legal Notices INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED

More information

Using Syracuse Community Geography s MapSyracuse

Using Syracuse Community Geography s MapSyracuse Using Syracuse Community Geography s MapSyracuse MapSyracuse allows the user to create custom maps with the data provided by Syracuse Community Geography. Starting with the basic template provided, you

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Using igraph for Visualisations

Using igraph for Visualisations Using igraph for Visualisations Dr Jamsheed Shorish The Australian National University jamsheed.shorish@anu.edu.au 15 July 2013 - Beihang University Introduction igraph is a network analysis and visualisation

More information

Installing the Software

Installing the Software Logic User s Guide Note: this is a new version to support the 1.1.0+ software. Please let us know if you can t find what you re looking for http://www.saleae.com/contact Contents Installing the Software...

More information

bjoern Documentation Release 0.1 Fabian Yamaguchi

bjoern Documentation Release 0.1 Fabian Yamaguchi bjoern Documentation Release 0.1 Fabian Yamaguchi June 24, 2016 Contents 1 Overview 3 1.1 Octopus.................................................. 3 1.2 Bjoern-Radare..............................................

More information

To access the images that accompany a Radiology result from Memorial Health System select the document in Chart Viewer and click on View.

To access the images that accompany a Radiology result from Memorial Health System select the document in Chart Viewer and click on View. ImageLink To access the images that accompany a Radiology result from Memorial Health System select the document in Chart Viewer and click on View. On the upper right side of the Order Viewer select the

More information

An Introduction to Big Data Formats

An Introduction to Big Data Formats Introduction to Big Data Formats 1 An Introduction to Big Data Formats Understanding Avro, Parquet, and ORC WHITE PAPER Introduction to Big Data Formats 2 TABLE OF TABLE OF CONTENTS CONTENTS INTRODUCTION

More information

API DataDashboard Instructions

API DataDashboard Instructions How to Access the API DataDashboard : 1) Log in to Paperless Proficiency Testing. 2) Select API DataDashboard on the left-hand side of the page. 3) From the drop down menu, select the Discipline you wish

More information

Census Small Area Population Statistics (SAPS) A Guide to using the SAPMAP web application

Census Small Area Population Statistics (SAPS) A Guide to using the SAPMAP web application Census Small Area Population Statistics (SAPS) A Guide to using the SAPMAP web application 1 When you open the application you will see this page. This screen gives a brief description of the application.

More information

Using the Force of Python and SAS Viya on Star Wars Fan Posts

Using the Force of Python and SAS Viya on Star Wars Fan Posts SESUG Paper BB-170-2017 Using the Force of Python and SAS Viya on Star Wars Fan Posts Grace Heyne, Zencos Consulting, LLC ABSTRACT The wealth of information available on the Internet includes useful and

More information

Ambra User Guide. If you need help. Ambra Support (any time)

Ambra User Guide. If you need help. Ambra Support (any time) If you need help Ambra Support 888 315 0790 (any time) support@ambrahealth.com Ambra User Guide Envision Radiology, a Health Images Organization, has provided a list of your site s personnel that need

More information

COMMISSION OF TEXAS MAY

COMMISSION OF TEXAS MAY GIS Viewer RAILROAD COMMISSION OF TEXAS MAY 2017 Table of Contents GIS Viewer Basics... 1 Basics... 1 Screen Overview... 2 Tools... 5 Visibility... 5 Measure Tool... 7 Identify Tool... 10 Coordinates Tool...

More information

E6895 Advanced Big Data Analytics Lecture 4:

E6895 Advanced Big Data Analytics Lecture 4: E6895 Advanced Big Data Analytics Lecture 4: Data Store Ching-Yung Lin, Ph.D. Adjunct Professor, Dept. of Electrical Engineering and Computer Science Chief Scientist, Graph Computing, IBM Watson Research

More information

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

Navigator Software User s Manual. User Manual. Navigator Software. Monarch Instrument Rev 0.98 May Page 1 of 17

Navigator Software User s Manual. User Manual. Navigator Software. Monarch Instrument Rev 0.98 May Page 1 of 17 User Manual Navigator Software Monarch Instrument Rev 0.98 May 2006 Page 1 of 17 Contents 1. NAVIGATOR SOFTWARE 2. INSTALLATION 3. USING NAVIGATOR SOFTWARE 3.1 STARTING THE PROGRAM 3.2 SYSTEM SET UP 3.3

More information

Press the Plus + key to zoom in. Press the Minus - key to zoom out. Scroll the mouse wheel away from you to zoom in; towards you to zoom out.

Press the Plus + key to zoom in. Press the Minus - key to zoom out. Scroll the mouse wheel away from you to zoom in; towards you to zoom out. Navigate Around the Map Interactive maps provide many choices for displaying information, searching for more details, and moving around the map. Most navigation uses the mouse, but at times you may also

More information

Chapter 2 The SAS Environment

Chapter 2 The SAS Environment Chapter 2 The SAS Environment Abstract In this chapter, we begin to become familiar with the basic SAS working environment. We introduce the basic 3-screen layout, how to navigate the SAS Explorer window,

More information

PQRS - Reports Monday, June 17, 2013

PQRS - Reports Monday, June 17, 2013 Copyright 2012 Pulse Systems, Inc. Page 1 of 36 Welcome to the Reports lesson using PQRS. Click Continue to proceed. Copyright 2012 Pulse Systems, Inc. Page 2 of 36 The PQRS Reports screen enables users

More information

Table of Contents. Tip 1: Page setup 3. Tip 2: Printing different ranges in a spreadsheet 5. Tip 3: Ensuring that a long formula is displayed 6

Table of Contents. Tip 1: Page setup 3. Tip 2: Printing different ranges in a spreadsheet 5. Tip 3: Ensuring that a long formula is displayed 6 Table of Contents Tip 1: Page setup 3 Tip 2: Printing different ranges in a spreadsheet 5 Tip 3: Ensuring that a long formula is displayed 6 Tip 4: Displaying two worksheets at the same time 7 Tip 5: How

More information

Getting Started. Ohm Portal. v2_ec01b38. Buddy Platform, Limited Ltd.

Getting Started. Ohm Portal. v2_ec01b38. Buddy Platform, Limited Ltd. Getting Started Ohm Portal v2_ec01b38 Buddy Platform, Limited Ltd. GU/US/18/09 Ohm Portal Get Started Guide Workspace Basics Workspace Basics Navigation Hierarchy An Organization is the top level in the

More information

MicroStrategy Analytics Desktop

MicroStrategy Analytics Desktop MicroStrategy Analytics Desktop Quick Start Guide MicroStrategy Analytics Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT.

More information

User Guide. Global Ethernet Services - Performance Report

User Guide. Global Ethernet Services - Performance Report Global Ethernet Services - Performance Report User Guide Contents: Service Overview... 3 Service Features... 3 Access the Ethernet Performance Report... 4 Characteristics of the Performance Report... 6

More information

Quick Reference Guide SharePoint Quick Reference Guide

Quick Reference Guide SharePoint Quick Reference Guide Quick Reference Guide 1 P age Table of Contents What is SharePoint?... 3 1. Home Page Layout... 4 2. Uploading Documents to a Library... 6 3. To Open a Document... 7 4. To Delete a Document... 7 5. Adding

More information

GIS Basics for Urban Studies

GIS Basics for Urban Studies GIS Basics for Urban Studies Date: March 21, 2018 Contacts: Mehdi Aminipouri, Graduate Peer GIS Faciliator, SFU Library (maminipo@sfu.ca) Keshav Mukunda, GIS & Map Librarian Librarian for Geography (kmukunda@sfu.ca)

More information

Bucknell University Digital Collections. LUNA Insight User Guide February 2006

Bucknell University Digital Collections. LUNA Insight User Guide February 2006 Bucknell University Digital Collections LUNA Insight User Guide February 2006 User Guide - Table of Contents Topic Page Number Installing Insight. 2-4 Connecting to Insight 5 Opening Collections. 6 Main

More information

Full Search Map Tab. This map is the result of selecting the Map tab within Full Search.

Full Search Map Tab. This map is the result of selecting the Map tab within Full Search. Full Search Map Tab This map is the result of selecting the Map tab within Full Search. This map can be used when defining your parameters starting from a Full Search. Once you have entered your desired

More information

Analysing the Panama Papers with Oracle Big Data Spatial and Graph

Analysing the Panama Papers with Oracle Big Data Spatial and Graph speakerdeck.com/rmoff/ Analysing the Panama Papers with Oracle Big Data Spatial and Graph BIWA Summit 2017 Robin Moffatt, Rittman Mead 1 Robin Moffatt! Head of R&D, Rittman Mead Previously OBIEE/DW developer

More information

Student Manual. Cognos Analytics

Student Manual. Cognos Analytics Student Manual Cognos Analytics Add a Prompt to a Filter Add a prompt to a filter to add interactivity to the report. Prompts allow you to change filter criteria when the report is run. NAVIGATION: My

More information

Excel 2013 PivotTables and PivotCharts

Excel 2013 PivotTables and PivotCharts Excel 2013 PivotTables and PivotCharts PivotTables... 1 PivotTable Wizard... 1 Creating a PivotTable... 2 Groups... 2 Rows Group... 3 Values Group... 3 Columns Group... 4 Filters Group... 5 Field Settings...

More information

AODstats. Guide to using the Victorian data maps. Powered by StatPlanet

AODstats. Guide to using the Victorian data maps. Powered by StatPlanet AODstats Guide to using the Victorian data maps Powered by StatPlanet Contents Quick start guide Interface: Start page Main page Indicator selector panel Indicator details Indicator search box Graph panel

More information

Select the options to assess for this credit. Only one option can be selected if the rating system is set to Healthcare.

Select the options to assess for this credit. Only one option can be selected if the rating system is set to Healthcare. Surrounding Density and Diverse Uses LT Surrounding Density and Diverse Uses Select options to assess: Select the options to assess for this credit. Only one option can be selected if the rating system

More information

Student Manual. Cognos Analytics

Student Manual. Cognos Analytics Student Manual Cognos Analytics Join Queries in Cognos Analytics Reporting Cross-Join Error A join is a relationship between a field in one query and a field of the same data type in another query. If

More information

PRISM - FHF The Fred Hollows Foundation

PRISM - FHF The Fred Hollows Foundation PRISM - FHF The Fred Hollows Foundation ANALYTICAL INTERFACE USER MANUAL Version 1.1 TABLE OF CONTENTS INTRODUCTION... 6 OVERVIEW... 6 THE FHF-PRISM LOGIN SCREEN... 8 LOGGING INTO THE FHF-PRISM... 8 RECOVERING

More information

Lesson 19 Organizing and Enhancing Worksheets

Lesson 19 Organizing and Enhancing Worksheets Organizing and Enhancing Worksheets Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition 1 Objectives Hide, show, and freeze columns and rows. Create, rename, and delete worksheets. Change

More information

If you are off campus, first go to Waterloo Library Homepage (http://www.lib.uwaterloo.ca/) and click Connect from Home on the left side.

If you are off campus, first go to Waterloo Library Homepage (http://www.lib.uwaterloo.ca/) and click Connect from Home on the left side. SimplyMap 2.0 Canada Tutorial SimplyMap Canada is a web mapping application developed by Geographic Research Inc. The application enables users to create thematic maps and reports using demographic, business,

More information

Getting Help in Microsoft Office

Getting Help in Microsoft Office LESSON 3 Getting Help in Microsoft Office In this lesson, you learn how to access and use the Help system in Microsoft Office. HELP: WHAT S AVAILABLE? Microsoft Office supplies a Help system that makes

More information

A Highly Efficient Runtime and Graph Library for Large Scale Graph Analytics

A Highly Efficient Runtime and Graph Library for Large Scale Graph Analytics A Highly Efficient Runtime and Graph Library for Large Scale Graph Analytics Ilie Gabriel Tanase Research Staff Member, IBM TJ Watson Yinglong Xia, Yanbin Liu, Wei Tan, Jason Crawford, Ching-Yung Lin IBM

More information

User Guide for. Logical. Creating a Regional Decision Support System for the Houston-Galveston Region

User Guide for. Logical. Creating a Regional Decision Support System for the Houston-Galveston Region User Guide for Logical Creating a Regional Decision Support System for the Houston-Galveston Region Eco-Logical User Guide The Eco-Logical GIS is a free, online decision-making mapping tool that can be

More information

An overview of Graph Categories and Graph Primitives

An overview of Graph Categories and Graph Primitives An overview of Graph Categories and Graph Primitives Dino Ienco (dino.ienco@irstea.fr) https://sites.google.com/site/dinoienco/ Topics I m interested in: Graph Database and Graph Data Mining Social Network

More information

Big Data Analytics: What is Big Data? Stony Brook University CSE545, Fall 2016 the inaugural edition

Big Data Analytics: What is Big Data? Stony Brook University CSE545, Fall 2016 the inaugural edition Big Data Analytics: What is Big Data? Stony Brook University CSE545, Fall 2016 the inaugural edition What s the BIG deal?! 2011 2011 2008 2010 2012 What s the BIG deal?! (Gartner Hype Cycle) What s the

More information

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS This tutorial will introduce you to the following: Websites where you may browse to find geospatial information Identifying spatial data, usable

More information

DiskSavvy Disk Space Analyzer. DiskSavvy DISK SPACE ANALYZER. User Manual. Version Dec Flexense Ltd.

DiskSavvy Disk Space Analyzer. DiskSavvy DISK SPACE ANALYZER. User Manual. Version Dec Flexense Ltd. DiskSavvy DISK SPACE ANALYZER User Manual Version 10.3 Dec 2017 www.disksavvy.com info@flexense.com 1 1 Product Overview...3 2 Product Versions...7 3 Using Desktop Versions...8 3.1 Product Installation

More information

Map Direct Lite. Contents. Quick Start Guide: Map Navigation 8/17/2015

Map Direct Lite. Contents. Quick Start Guide: Map Navigation 8/17/2015 Map Direct Lite Quick Start Guide: Map Navigation 8/17/2015 Contents Quick Start Guide: Map Navigation... 1 Map Navigation in Map Direct Lite.... 2 Pan the Map by Dragging It.... 3 Zoom the Map In by Dragging

More information

The NWB Tool Basic Tutorial: Getting Started

The NWB Tool Basic Tutorial: Getting Started The NWB Tool Basic Tutorial: Getting Started Goals This tutorial introduces the NWB tool. You will learn how to perform the following: Load a network View a network Save out a network in different file

More information

MANITOBA LAND USE AND DEVELOPMENT WEB APPLICATION: How-to guide and help document

MANITOBA LAND USE AND DEVELOPMENT WEB APPLICATION: How-to guide and help document MANITOBA LAND USE AND DEVELOPMENT WEB APPLICATION: How-to guide and help document 2 Index Index... 2 Layout & View... 3 Overview... 3 Layers... 4 Municipal Relations Data Layers... 4 Application Toolbar...

More information

OneNote. Using OneNote on the Desktop. Starting screen. The OneNote interface the Ribbon

OneNote. Using OneNote on the Desktop. Starting screen. The OneNote interface the Ribbon OneNote Using OneNote on the Desktop 1. Click start on the task bar 2. Type OneNote (search is a quick way to find applications, documents and other items on your computer) 3. Select Microsoft OneNote

More information

CMShortURL Documentation

CMShortURL Documentation CMShortURL Documentation Release 1.0.0 CMExtension August 08, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

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

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

More information