quantum sensing trends project andrew wharton december 8, 2012

10
Quantum Sensing Trends Project Andrew Wharton December 8, 2012

Upload: bryan-sanders

Post on 26-Dec-2015

212 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Quantum Sensing Trends Project Andrew Wharton December 8, 2012

Quantum Sensing Trends Project

Andrew WhartonDecember 8, 2012

Page 2: Quantum Sensing Trends Project Andrew Wharton December 8, 2012

Objective

• Visualization for the USAF to detect trends for Quantum Sensing research

• Easy, efficient tool• Provide more than one perspective

Page 3: Quantum Sensing Trends Project Andrew Wharton December 8, 2012

Data

• One excel spreadsheet– Poor labeling– Formatting issues

• One BibTex file– Tough to export into CSV format• Used Mendeley to export to RIS• Then used JabRef to convert RIS into CSV

• *CSV is format desired for d3 use

Page 4: Quantum Sensing Trends Project Andrew Wharton December 8, 2012

Parsing and Filtering

• Inconsistent format between two files• Also too much data—needed to filter• Imported CSV into MySQL DB– Used queries to filter data– Export query results back to CSV

• Import CSV into d3

Page 5: Quantum Sensing Trends Project Andrew Wharton December 8, 2012

Initial Design

• Animated bubble chart using d3• Bubble represents keyword, size indicates

frequency

Page 6: Quantum Sensing Trends Project Andrew Wharton December 8, 2012

Problems

• Too many years to share screen space– Unable to distinguish bubbles

• Could not easily detect trends over time– Identified this as a potential issue in the beginning,

but decided to use colors to group bubbles across years

– But, there were too many keywords, so colors were not unique

• Programming bugs– Animation was not working

Page 7: Quantum Sensing Trends Project Andrew Wharton December 8, 2012

Re-Design

• Keep it simple, but try something new using existing systems

• Create multiple components using Tableau, ManyEyes

• Integrate these components to provide user with opportunity to explore and discover in multiple ways

Page 8: Quantum Sensing Trends Project Andrew Wharton December 8, 2012

Idea

• Four components– Tag Cloud

• Provides overview

– Bubble Chart• Also provides overview, but in a different way

– Bar Graph• Shows breakdown over the years

– Line Graph• Easier way to identify trend over time

• All sortable by year, keyword(s)

Page 10: Quantum Sensing Trends Project Andrew Wharton December 8, 2012

Result

• Not quite the “wow” factor as initial design• Still answers questions • Decided to discard BibTex data– Too few results, skewed the data and portrayed an

inaccurate visualization• Lessons learned with design and development– New frameworks = LOTS of overhead

• If few existing examples, re-prioritize based on time

– Don’t go against basic design principles• Being new is great, but a backup plan is needed in event of failure