Simultaneous Multi-User Visualization

Slides:



Advertisements
Similar presentations
Tableau Software Australia
Advertisements

1 Slides presented by Hank Childs at the VACET/SDM workshop at the SDM Center All-Hands Meeting. November 26, 2007 Snoqualmie, Wa Work performed under.
ISMT221 Information Systems Analysis and Design Project Management Tools Lab 1 Tony Tam.
Astrophysics, Biology, Climate, Combustion, Fusion, Nanoscience Working Group on Simulation-Driven Applications 10 CS, 10 Sim, 1 VR.
Analyzing open gov data with IBM Bluemix Carlos Hoyos.
Interactive Rendering and Image Segmentation (IRIS) David Gregg Eric Larsen Arun Neelamkavil Sanjay Sthapit William Wynn.
Mobile Web Applications
Operating Systems.
Hanging by a Moment Desperate for changing, Starving for truth, Closer to where I started Chasing after you.
How to Make Sure Your Landing Pages Don't SUCK. Adamtal.com/SMX.
Choosing an Instant Messenger Would you like to send Instant Messages, but aren’t sure which tool to use? Here’s help to decide. Skip to Main Menu.
Static Testing Code Review/Verification –Code is reviewed by the developer and others after each change (Wei/William look at each other’s stuff) –Reviewed.
I'm thinking of a number. 12 is a factor of my number. What other factors MUST my number have?
Hello World An obligatory first program. C++ C developed in 1971 C++ developed in 1983 – Standardized in 1998 – Updated in 2011, again in 2014
Shahed Chowdhuri, Sr. Consultant. 1.UI Design: predicting human behavior 2.Product Backlog vs Artificial Deadlines 3.Scrum, especially in lone-wolf.
Profiling Where does my application spend the time? Profiling1.
Developing High Performing Parallel Application Services on Windows Azure Wen-ming Ye Sr. Technical Evangelist Microsoft Corporation.
Visualization for 3D Microscope Data Jonathan Robbins.
Solving the hard problems of User Experience
Visual Basic for Application - Microsoft Access 2003 Finishing the application.
Advantages of using PhoneGap for Mobile App Development
Kindergarten Sight Words. Yes I can! Come here Look at me.
Tameka Le-Sueur. Google Sites is a website dedicated to creating free wikis and web pages Google Sites allows you to create brief websites, and wikis.
How to run source code For scxml visual editor tool Author : Gui Xun Long
6 Cool Tools HTML5 Game For Development. Games with HTML5 HTML5 acts as a ubiquitous podium on the web for game development. HTML5 introduces many cutting.
Yannis Ioannidis University of Athens, Hellas Someone Else’s Problems.
Load Test Scenario Presentation Outline Introduction to Load Test Load Test capability of eValid Steps to create the Load Test Scripts.
Visualization Tools for Nuclear Engineering Data Tom Fogal May 3 rd, 2011.
I i PASSION OR PROFESSION Want to know who won??………………………………...slide in.
And Mobile Web Browsers
Mixed Reality Augmented Reality (AR) Augmented Virtuality (AV)
Beginning of Xamarin for iOS development
Xamarin Mac application development
AuraPortal Cloud Helps Empower Organizations to Organize and Control Their Business Processes via Applications on the Microsoft Azure Cloud Platform MICROSOFT.
Kai Li, Allen D. Malony, Sameer Shende, Robert Bell
Task 2f – part a Prove that you can receive an WITH an attachment, open it AND save the attachment to your user area. Open the with the attachment.
Hector Aguilar Director, Connector Development May 2006
Meemim's Microsoft Azure-Hosted Knowledge Management Platform Simplifies the Sharing of Information with Colleagues, Clients or the Public MICROSOFT AZURE.
Web Browsers & Mobile Web Browsers.
Building Analytics At Scale With USQL and C#
CE-105 Spring 2007 Engr. Faisal ur Rehman
Always up to date Latest productivity and security capabilities
Many-core Software Development Platforms
Ray-Cast Rendering in VTK-m
Quicken capital one download error
How to Import Data to Newer Version of Quicken
How can I Recover My Quicken Password
How to Import Data to Newer Version of Quicken
Quickbooks multi user mode not working If you run the whole program on the server, open QuickBooks, go to File in the upper left-hand corner and select.
Capitalize on modern technology
Designed for Big Data Visual Analytics, Zoomdata Allows Business Users to Quickly Connect, Stream, and Visualize Data in the Microsoft Azure Platform MICROSOFT.
Download the Mobile App Now!
Cryptography This week we are going to use OpenSSL
Voice Analytics on Microsoft Azure Allows Various Customers to Get the Most Out of Conversations with Clients Through Efficient Content Analysis MICROSOFT.
11/18/2018 5:19 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Here's my heart Lord Here's my heart Lord Here's my heart Lord Speak what is true
CloneManager® Helps Users Harness the Power of Microsoft Azure to Clone and Migrate Systems into the Cloud Cost-Effectively and Securely MICROSOFT AZURE.
Last.Backend is a Continuous Delivery Platform for Developers and Dev Teams, Allowing Them to Manage and Deploy Applications Easier and Faster MICROSOFT.
Learning Activity Teaching Programming with Visual Basic.Net to Year 10 (My Microsoft in the classroom story by Phil Feain) Introduction Year 10 is where.
the title of the presentation to go here
1 2 Minimize Reduce Imagine the Possibilities Provide MOBILE-READY
Mail Merge.
Series and Parallel Resistors
What is Programming Language
And Mobile Web Browsers
Lecture 34: Testing II April 24, 2017 Selenium testing script 7/7/2019
Download the Mobile App Now!
Data Visualizer for CommCare
Download the My Learning App
Question 1 How are you going to provide language and/or library (or other?) support in Fortran, C/C++, or another language for massively parallel programming.
Presentation transcript:

Simultaneous Multi-User Visualization Xavier White

What I’m Not Trying To Do Create data Analyze data Visualize any of my own data

What I Am Trying To Do Create a tool that visualizes data This tool would immensely help scientist and business to analyze data Enable the use of this visualization tool across multiple platforms.

Steps to Completion of Project Write Base Code Make sure the basic data structures can be visualized in Unity Create Tool Use OpenMP/MPI Hybrid to parallelize data reader Use OpenACC to parallelize rendering of meshgrid object Parallelize Tool Optimize for VR Optimize for Mobile Applications (particularly Android/iOS) Optimize Tool

“You Are Here” Create Tool Parallelize Tool Optimize Tool Completed Incomplete Create Tool Base for reading from files and rendering them in Unity is written and works (kinda). Parallelize Tool Neither code has been parallelized or even optimized so that it is prepared to be parallelized. Optimize Tool Tool actually has been optimized to work with VR but it can be greatly improved.

Working Run (Kinda)