Abstract
The goal of visual analytics is to facilitate the discourse between the user and the data by providing dynamic displays and versatile visual interaction opportunities with the data that can support analytical reasoning and the exploration of data from multiple user-customisable aspects. This paper introduces geospatial visual analytics, a specialised subtype of visual analytics, and provides pointers to a number of learning resources about the subject, as well as some examples of human health, surveillance, emergency management and epidemiology-related geospatial visual analytics applications and examples of free software tools that readers can experiment with, such as Google Public Data Explorer. The authors also present a practical demonstration of geospatial visual analytics using partial data for 35 countries from a publicly available World Health Organization (WHO) mortality dataset and Microsoft Live Labs Pivot technology, a free, general purpose visual analytics tool that offers a fresh way to visually browse and arrange massive amounts of data and images online and also supports geographic and temporal classifications of datasets featuring geospatial and temporal components. Interested readers can download a Zip archive (included with the manuscript as an additional file) containing all files, modules and library functions used to deploy the WHO mortality data Pivot collection described in this paper.
Background
What is visual analytics?
Visual analytics is an emerging area of research and practice aimed at leveraging the excellent capabilities of humans in terms of visual information exploration. Thanks to the enormous increase in the processing power of computers and their graphics handling capabilities, we are now able to implement extremely powerful visual and interactive knowledge discovery environments [1] that can empower individual researchers or groups of researchers to make well-informed decisions in complex situations [2]. The goal of visual analytics is to make the processes of data elaboration, information gathering and knowledge generation transparent to tool users. Visual analytics is an enhancement of the information visualisation concept and can be seen as an integrated approach combining visualisation, human factors and data analysis [3].
The basic idea of visual analytics is to visually represent the information, allowing the human to directly interact with the underpinning data to gain insight, draw conclusions, and ultimately make better decisions. The synergic integration between computation, visual representation, and interactive thinking supports intensive analysis by harnessing the human visual system to support the process of sense-making, in which information is collected, organised, and analysed to generate knowledge and plan actions. The goal is not only to permit users to detect expected events, such as might be predicted by models, but also to help users discover the unexpected--the surprising anomalies, changes, patterns, and relationships that are then examined and assessed to develop new insights [4].
Visual analytics is an inherently multi-disciplinary field [5-7] that aims to combine the methods and strengths of various research areas, including human-computer interaction (HCI) and usability engineering, cognitive and perceptual science, decision science, information visualisation, scientific visualisation, geospatial visualisation, databases, data mining, statistics, knowledge discovery, data management and knowledge representation, geospatial analytics, and graphics and rendering, among others.
Visual analytics comprises several areas spanning analytical reasoning techniques (to enable users to assess, plan, and make decisions), visual representations and interaction techniques (to take advantage of the human eye's broad bandwidth pathway into the mind; to allow users to see, explore, and understand large amounts of information at once), data representations and transformations (that convert all types of conflicting and dynamic data into visual and analytical representations), and techniques to support production, presentation, and dissemination of the results.
The main advantages of visual data exploration over automatic data mining techniques that use statistics or machine learning are [8]:
- Visual analytics can easily deal with highly heterogeneous and noisy data; it is intuitive and requires no understanding of complex mathematical or statistical algorithms or parameters by its operators and it is invaluable when little is known about the data and the exploration goals are vague; and
- Visual analytics can tackle hard analytical problems where neither the machine nor the human alone can efficiently and effectively find a solution.
Geospatial visual analytics as a specialised subtype of visual analytics: resources and examples
Geospatial visual analytics is an emerging multidisciplinary area which supports spatio-temporal analytical reasoning and decision-making through interactive visual interfaces (such as maps and other visual artefacts) that are linked to computational methods [9,10]. A good online resource and starting point to learn about geospatial visual analytics is GeoAnalytics.net [11], a portal run by the Commission on GeoVisualization of the International Cartographic Association. Gennady and Natalia Andrienko also offer a comprehensive 114-slide tutorial that can be downloaded at [12].
Some examples of human health, surveillance/emergency management and epidemiology-related geospatial visual analytics applications can be found in [13-18]. Livnat and colleagues [16,17] describe Epinome [19] (a portmanteau (or blending) of 'Epidemic' and 'Panorama'), a Web-based data visualisation system for infectious disease surveillance, management and control that features movable timelines, choropleth mapping, line-list querying, in addition to other tools for interactively aggregating and stratifying data. The GeoVISTA Center at Pennsylvania State University, USA, offers a number of software applications and tools that can be used in various geospatial visual analytics scenarios [20]. Another tool of interest, Gapminder [21], allows users to explore time series of development statistics for all countries. Readers interested in creating their own Gapminder-like bubble graphs can use a free Google Gadget called Motion Chart to do so [22]. Google also has its own powerful visualisation tool (Google Public Data Explorer [23]) for exploring, visualising and sharing data in a Gapminder-like manner. Many datasets from a number of data providers such as World Bank, EuroStat, OECD (Organisation for Economic Co-operation and Development) and US CDC (Centers for Disease Control and Prevention) are currently available to explore in Google Public Data Explorer, including some sets on topics that are directly human health-related, e.g., infectious disease outbreaks, sexually transmitted diseases in the US, mortality in the US, and cancer cases in the US [24] (Figure 1). Moreover, users are able to upload their own datasets for visualisation and exploration in the same interactive manner, using a wide range of static and animated (to show change over time) line, bar, map and bubble charts, coupled with many user-selectable data classification and comparison options [25].
In this paper, we demonstrate a basic geospatial visual analytics exercise using Microsoft Live Labs Pivot technology [26], a free, general purpose visual analytics tool that offers a fresh way to visually browse and arrange massive amounts of data (and images, e.g., [27]) online. Microsoft Pivot enables powerful visual zooming in and out of Web databases and the discovery of new patterns and relations in them that would otherwise be invisible in standard Web browsing of large datasets [28]. It can also be used for geographic classifications, if the explored dataset includes a geospatial component, as we are going to show in this article.
Microsoft Pivot technology demonstration using a publicly available WHO mortality dataset
Microsoft Pivot is a data visualisation technology that can be used to easily interact with, analyse, filter, classify and cluster large amounts of image data [29]. Pivot builds on Silverlight [30] and Deep Zoom [31] technologies, both also by Microsoft. Pivot can be created and deployed as a standalone tool using Microsoft Windows 7, Vista, or XP [29,32,33]. It can also be created using Microsoft Windows and deployed in a Web-enabled environment using most Web servers such as Apache, IIS (Microsoft Internet Information Services), etc. In this tutorial we will show how to create and deploy a Pivot project (also known as Pivot collection) using Microsoft Windows and a Web-enabled environment running a Linux (CentOS 5) operating system and Apache Web server.
Pivot collection creation methods
Pivot collections can be created by either automated or manual processes. In this tutorial, we will focus on the manual process using the Excel plug-in for Pivot collections that can be freely downloaded at [34]. The manual process is both simple and easy to implement. Below are some notes about the automated and manual methods for creating Pivot collections:
- Automated process: In this method, a computer program is developed that automates the process of creating Pivot collection images by making use of already existing libraries and modules. Common modules and libraries include, but are not limited to:
- Python Imaging Library (PIL) [35]: Version 1.1.6 or later is used in processing, creating and formatting images in various formats (JPEG--Joint Photographic Experts Group, PNG--Portable Network Graphics, etc.) for different zoom levels to produce the required visualisation; and
- Python Deep Zoom Tools: Python has a Deep Zoom library, version 0.1.0 or later [36], that is used for converting and subdividing images into various zoom levels and tiles (DZI--Deep Zoom Image file format or 'tiled image pyramid' [37]) in order to produce multi-scale zoomable high-resolution images.
- Manual process: In this process, a Microsoft Excel (2007 or later) spreadsheet is used to create a Pivot collection by means of an Excel add-in for Pivot collections [34]. The user does not need to write a single line of code with this method, as all the required code is already written and built into the Excel add-in for Pivot collections. The Excel plug-in acts like a collection tool for Pivot technology, in which data are represented in an Excel spreadsheet-like form using all the features of Excel (Figure 2). The data collection is then exported to a format that can be read by the PivotViewer [26]. Other requirements for the manual process include:
- Microsoft Silverlight [30]: Used in developing and creating the Pivot platform for standalone and Web-enabled applications; and
- PivotViewer [26,38]: The PivotViewer Silverlight control is included in the 'PivotViewer Collection Tool for Microsoft Excel' (the above mentioned Excel plug-in [34]). It is used for presenting Pivot collections (data and images) on demand and for visualising Pivot collections as a group.
Essential components of a deployed Microsoft Pivot collection
Irrespective of the Pivot collection creation method used, there are some basic modules/libraries provided by Microsoft Live Labs Pivot that are needed to complete the creation and deployment of Pivot collections, namely:
- PivotSimpleDemo.xap: This module/library is provided by Microsoft Live Labs. It is in compiled Silverlight application file format (actually a renamed .zip archive that contains all the files necessary for the application). When run in a Web browser, it produces a graphical user interface (GUI) for the Pivot collection.
- Silverlight.js: This is a JavaScript that is used to create an instance of Microsoft Silverlight and enable its browser capability. It can be downloaded at [39].
- Collection_files: This is a directory generated by the Pivot Collection Tool when the collection (images and data) is published using the Excel plug-in for Pivot collections. It contains the files (.cxml, .xml and .html) and images in various Deep Zoom levels necessary to launch and deploy the Pivot collection.
- collection.cxml: This is a file created when the Pivot collection is published using the Excel plug-in for Pivot collections. It can be given any allowable name, but the extension must always be .cxml (Collection XML--Extensible Markup Language). It can also be created using the automated process of Pivot collection generation. It contains a set of rules that describe the data sources in the collection and also a format of displaying the collection for full visualization (Figure 3).
- collection.xml: This file is also created automatically when Pivot collections are published using the Excel add-in tool or the automated generation method. It can have any other allowable name, but the extension must always be .xml (Extensible Markup Language). It provides unique identifications for the images in the collection at various zoom levels. It also declares their size in terms of image width and height (Figure 4).
- collection.html: This file is provided by Microsoft. It can assume any name but the extension is always .html (HyperText Markup Language file). It contains a reference to the Silverlight.js script, as well as the location or URL (Universal Resource Locator) of the collection.cxml file on the server used to publish the collection (marked by a red arrow in Figure 5). The collection.html file is useful when the Pivot collection is to be deployed on a Web server, as it provides the client browser capability, which Silverlight uses to display the Pivot collection in a visual form.
- Deep Zoom Images: These are the images at various zoom levels created with the Excel plug-in for Pivot collections or automatically using the Python Deep Zoom Tools and Python Imaging Library. The images are in DZI format and are stored in a subfolder ([images]) of the [collection_files] directory.
Creation and deployment of a Pivot collection with the PivotViewer Collection Tool (add-in) for Microsoft Excel using a publicly available WHO mortality dataset (1990-2008)
In this demonstration, we used a sample of World Health Organization (WHO) mortality data, downloadable at [40]. The data provide mortality statistics and causes of death by country (WHO member countries), sex, age, and year. We used the following sample of data in creating the Pivot collection for this demonstration (the total number of records in the collection data sample is 984 out of 38215 records in the source WHO sheet):
- Country: Sample data records from 35 WHO member countries were used. The included WHO member countries are Afghanistan, Albania, Algeria, Andorra, Angola, Barbados, Belarus, Belgium, Belize, Benin, Bhutan, Cameroon, Canada, Cape Verde, Chile, China, Denmark, Djibouti, Dominica, Dominican Republic, Ecuador, Egypt, El Salvador, Equatorial Guinea, Nigeria, United Kingdom, United Republic of Tanzania, United State of America, Uruguay, Uzbekistan, Vanuatu, Venezuela, Yemen, Zambia, and Zimbabwe. Please note that only a subset of data from each country (subsets of country records and of fields in sampled records) is used in this demonstration and not the whole data for each country. Consequently, the current technology demonstrator [41] should not be used to perform any serious country analyses or comparisons, or to draw any mortality data-related scientific conclusions.
- Age: The age range of the population in the sample is 0-100 (0, 1, 5, 10, ..., 95, 100).
- Sex: Males (represented by blue man icon image), females (represented by pink woman icon image), and both (both sexes; represented by black man-and-woman-together icon image). Developers need to carefully decide on an appropriate unit value for each icon image instance (the numeric value represented by one icon or how many cases each icon will represent, e.g., one case, 10 cases, 100 cases, etc.), depending on the nature, distribution, and value range of the underpinning data.
- Year: The years covered by the data are 1990, 2000, and 2008.
The following steps should be followed in order to create the demonstrator Pivot collection using the WHO mortality data:
- Step 1: Download WHO mortality data at [40] and select the sample dataset to be used.
- Step 2: Install the Excel add-in for Pivot collections [34], Microsoft Silverlight [30], and PivotViewer Control [26].
- Step 3: Download Silverlight.js [39], and prepare PivotSimpleDemo.xap and collection.html (included in 'Additional file 1').
- Step 4: Create a project folder, name it [demodata] (could also be any other name), and ensure that PivotSimpleDemo.xap, Silverlight.js and collection.html are all placed in it.
- Step 5: Open the WHO sample data as an Excel spreadsheet.
- Step 6: Click on the Pivot Collection tab of the Excel workbook, then click on the New Collection tab to start a new Pivot collection workbook (the new workbook will look similar to the one shown in Figure 2).
- Step 7: The Pivot worksheet (Figures 2 and 6) is made up of the following columns:
- Image Location: This is the directory/file location of the images. Use the Choose Image Item of the Pivot workbook to locate where the images are stored;
- Preview: shows a preview of the images in Image Location column;
- Name: One of the columns that will accommodate the sample data source. Use the Insert function of the Pivot workbook to insert more columns that are needed and name the columns as required. The extra columns are the same as the Excel spreadsheet columns (Country, Year, Sex, Age);
- Href: Used to provide a hyperlink to data sources or image locations (can be left blank); and
- Description: This column is used to describe the images of data sources in the collection (can be left blank).
- Step 8: After adding and populating the extra columns, image locations, and Href, the Pivot worksheet will look similar to the one in Figure 6.
- Step 9: Publish the collection by saving the Pivot worksheet in Figure 6. Click on the Quick Preview to have a quick view visualisation of the data classification using Pivot. Figure 7 shows the Quick Preview of the Pivot collection. Note that this quick view does not display the collection images. Deploy and publish the Pivot collection in your chosen directory (e.g., [demodata]) by clicking Publish Collection tab in the Pivot worksheet. The publishing of the collection will create the necessary .cxml, and .xml files. It will also generate the images for various zoom levels and save them in a subfolder named [images]. The pivot collection will then open in a local Web browser window for viewing using the Pivot browser. Navigate through the data and images to ensure that the collection is correctly published (Figure 8).
- Step 10: Finally, publish the Pivot collection to the Web (use a Web server such as Apache or IIS) by copying the whole folder generated in Step 9 (when the Pivot collection was published on the local hard drive) to the hosting Web server. Also ensure that collection.html, Silverlight.js, and PivotSimpleDemo.xap files are all copied to the same Web server folder containing the Pivot collection. Edit the collection.html file to point to the URL of the .cxml file on the Web server. Figure 5 shows a snippet of the collection.html file, with a red arrow pointing to the URL of .cxml file.
The demonstrator Pivot collection described in this paper is hosted online at [41]. Readers are encouraged to visit the demonstrator Pivot collection Web site to explore and navigate through the images and data. All the files, modules and library functions used in the demonstrator Pivot collection are also provided in 'Additional file 1'. The Pivot collection of the WHO mortality data shows the classification and clustering of images (representing gender) and data by country, age, sex, and year. There is also a sorting functionality based on those classification criteria. Figure 9 shows the classification of the WHO mortality sample data based on sex. Figure 10 shows another classification of the data by year, while Figure 11 shows the data classified according to age.
Please note that Pivot collections are (at the time of writing) only supported in 32-bit Internet Explorer 7.0 and later or Firefox 3.6 and later; there is no support for 64-bit versions of Internet Explorer, but this might change soon, with the expected release of a 64-bit runtime of Silverlight [42].
Discussion and conclusions
The Pivot technology demonstrator [41] presented in this paper should not be taken as an accurate representation of any WHO country mortality data (as it is very incomplete and does not include all the data records for the above mentioned 35 countries), but is just meant to demonstrate the potential of the technology and the feasibility (proof of concept) of a full scale WHO mortality data exploration tool using Pivot, based on an idea introduced by Gary Flake in a TED (Technology, Entertainment, Design) video in 2010 [28] for mortality data analysis in Pivot. A full scale tool could also introduce further classifications, e.g., by country income (World Bank classification) and causes of death (cf. [43]). Moreover, PivotViewer can be extended to incorporate a Bing Maps layer [44] to map items that have Latitude and Longitude values [45,46] (an example of PivotViewer's Map View is available at [47] - Figure 12).
Conventional visualisations vs. visual analytics
Visualisations enable not only the intuitive representation and communication of textual and numerical information, but also the highlighting of patterns, trends and relationships in the visualised information that might be difficult to discern using written narrative and numerical forms alone [48]. Visual analytics builds on this, but takes conventional visualisations many steps further by focusing on what a user wants to know (user > question via interactive visual interfaces > query data > data transformation > presentation), rather than merely on what data are available (data > data transformation > presentation). Indeed, the goal of visual analytics is to facilitate the discourse between the user and the data by providing dynamic displays and versatile visual interaction opportunities with the data that can support parallel lines of thought, analytical reasoning, and the exploration of data from multiple user-customisable aspects [17].
Collaborative and participatory aspects on the Social Web ("Web 2.0")
The rise of Web-based geospatial information visualisation has opened up many powerful opportunities. Web-based visualisations can potentially be combined into visualisation 'mash-ups' and multi-panel analytics dashboards with reusable components. The social and collaborative aspects of visualisation also seem to have taken on new importance on the Web [49]. A number of options exist today for users to aggregate, present, and share these visualisations and analytical artefacts on their own Web sites, in online or e-mail discussions, or in social applications such as blogs, Facebook, etc. (see, for example, Figure 1). Furthermore, some research groups have explored the collaborative and participatory development of Web-based information presentation within the field of visual analytics [50].
Capturing and documenting analytical artefacts
The ability to document and share analytical artefacts is considered one of the essential requirements in geospatial visual analytics software. Andrienko and Andrienko [12] highlight the importance of the software being able to adequately capture and save analytical observations and artefacts, as well as their spatio-temporal references. There needs to be an explicit and easily manageable representation of the knowledge gained from an analysis; of how the knowledge was obtained (observations, inferences, involvement of background knowledge and additional information from other sources); of any associated assumptions, confidences, conditional judgements, inconsistencies, competing hypotheses, alternative interpretations; and of any relations between the collected analytical artefacts. The ideal tool should be able to capture and store all these details in a knowledgebase without disrupting the analytical process by the user. The knowledgebase should be made browsable and searchable, as well as editable and updatable by authorised users, who can also use it to produce reports about a given analysis and explanations of conclusions made [12].
Scalability challenges
Andrienko and Andrienko [12] also mention the scalability challenges that need to be addressed in geospatial visual analytics tools, including information scalability (capability to extract relevant information from massive data streams), visual scalability (capability to effectively display massive datasets), human scalability (scaling gracefully from single users to collaborative environments), software scalability (capability of a software system to interactively manipulate large datasets), and display scalability (effective use of everything from wall-sized to phone-sized displays). Yuan et al. [15] describe a visual analytics exercise on a large display wall consisting of 32 tiled 32-inch LCD (Liquid Crystal Display) panels, while Pattah et al. [51] discuss some techniques that can be used to overcome display limitations on small form factor mobile devices.
While the practical demonstration described in this paper might not fully address all these requirements and challenges, we hope it could still serve as a good introduction to the subject of geospatial visual analytics and stimulate wider adoption of these technologies to empower users at all levels in the public health and healthcare sectors, as well as ordinary citizens [52], to make the most out of the massive and ever-growing amounts of data that are available to us today.
Competing interests
The authors declare that they have no competing interests.
Authors' contributions
MNKB conceived and drafted the manuscript with contributions from TV, MNA, VRN, and EK. MNKB also conducted the literature review, wrote all of the Background and Discussion sections, conceived the demonstration exercise idea (inspired by Gary Flake's presentation at [28]), and selected the WHO mortality dataset for it. MNA executed the demonstration in Microsoft Pivot and provided the code in 'Additional file 1'. All authors read and approved the final manuscript.
Supplementary Material
Contributor Information
Maged N Kamel Boulos, Email: mnkamelboulos@plymouth.ac.uk.
Teeradache Viangteeravat, Email: tviangte@uthsc.edu.
Matthew N Anyanwu, Email: manyanwu@uthsc.edu.
Venkateswara Ra Nagisetty, Email: nnagiset@uthsc.edu.
Emin Kuscu, Email: ekuscu@uthsc.edu.
References
- Aigner W, Bertone A, Miksch S. In: HCI and Usability for Medicine and Health Care, Third Symposium of the Workgroup Human-Computer Interaction and Usability Engineering of the Austrian Computer Society, USAB 2007, Graz, Austria, 22 November 2007, Proceedings, Lecture Notes in Computer Science--LNCS 4799. Holzinger A, editor. Springer-Verlag; 2007. Tutorial: Introduction to Visual Analytics; pp. 453–456. [Google Scholar]
- Heer J, Agrawala M. Design considerations for collaborative visual analytics. Information Visualization. 2008;7(1):49–62. doi: 10.1057/palgrave.ivs.9500167. [DOI] [Google Scholar]
- Keim D, Robertson G, Thomas J, van Wijk J. Guest Editorial: Special Section on Visual Analytics. IEEE Transactions on Visualization and Computer Graphics. 2006;12(6):1361–1362. doi: 10.1109/TVCG.2006.93. [DOI] [Google Scholar]
- Cook K, Earnshaw R, Stasko J. Discovering the Unexpected. IEEE Computer Graphics and Applications. 2007;27(5):15–19. doi: 10.1109/MCG.2007.126. [DOI] [PubMed] [Google Scholar]
- Keim D, Andrienko G, Fekete J, Carsten G, Kohlhammer J, Melancon G. In: Information Visualization--Human-Centered Issues and Perspectives. Lecture Notes in Computer Science--LNCS 4950. Kerren A, Stasko JT, Fekete J-D, North C, editor. Springer-Verlag; 2008. Visual Analytics: Definition, Process, and Challenges; pp. 154–175. [Google Scholar]
- Keim DA, Mansmann F, Thomas J, Ziegler H. In: Visual Data Mining--Theory, Techniques and Tools for Visual Analytics. Lecture Notes in Computer Science--LNCS 4404. Simoff SJ, Böhlen MH, Mazeika A, editor. Springer-Verlag; 2008. Visual Analytics: Scope and Challenges; pp. 76–90. [Google Scholar]
- Thomas JJ, Cook KA, (Editors) Illuminating the path: Research and Development Agenda for Visual Analytics. IEEE Press; 2005. http://nvac.pnl.gov/agenda.stm [Google Scholar]
- Keim D. Information visualization and visual data mining. IEEE Transactions on Visualization and Computer Graphics. 2002;8(1):1–8. doi: 10.1109/2945.981847. [DOI] [Google Scholar]
- Andrienko G, Andrienko N, Jankowski P, Keim D, Kraak MJ, MacEachren A, Wrobel S. Geovisual analytics for spatial decision support: Setting the research agenda. Int J Geogr Inf Sci. 2007;21(8):839–857. doi: 10.1080/13658810701349011. [DOI] [Google Scholar]
- De Amicis R, Stojanovic R, Conti G, (Editors) GeoSpatial Visual Analytics: Geographical Information Processing and Visual Analytics for Environmental Security (NATO Science for Peace and Security Series C: Environmental Security) Dordrecht, The Netherlands, Springer; 2009. [Google Scholar]
- Web portal for GeoSpatial Visual Analytics. http://geoanalytics.net/
- Andrienko G, Andrienko N. Geospatial Visual Analytics Tutorial (2007, updated 2009) http://www.peer.eu/fileadmin/user_upload/opportunities/metier/course4/c4_visual_analytics_geospatial.pdf
- Guo D. Visual analytics of spatial interaction patterns for pandemic decision support. Int J Geogr Inf Sci. 2007;21(8):859–877. doi: 10.1080/13658810701349037. [DOI] [Google Scholar]
- Maciejewski R, Rudolph S, Hafen R, Abusalah AM, Yakout M, Ouzzani M, Cleveland WS, Grannis SJ, Ebert DS. A visual analytics approach to understanding spatiotemporal hotspots. IEEE Trans Vis Comput Graph. 2010;16(2):205–20. doi: 10.1109/TVCG.2009.100. [DOI] [PubMed] [Google Scholar]
- Yuan X, He X, Guo H, Guo P, Kendall W, Huang J, Zhang Y. Scalable multi-variate analytics of seismic and satellite-based observational data. IEEE Trans Vis Comput Graph. 2010;16(6):1413–20. doi: 10.1109/TVCG.2010.192. [DOI] [PubMed] [Google Scholar]
- Livnat Y, Gesteland P, Benuzillo J, Pettey W, Bolton D, Drews F, Kramer H, Samore M. Epinome - a novel workbench for epidemic investigation and analysis of search strategies in public health practice. AMIA Annu Symp Proc. 2010;2010:647–51. [PMC free article] [PubMed] [Google Scholar]
- Livnat Y Samore M Visual Analytics in Surveillance and Epidemiology: Challenges and Opportunities 2010http://www.cdc.gov/osels/ph_informatics_technology/DOCS/PDF/Livnat%20Samore%20CoE%20Webinar%20Oct%207%202010.pdf21347058
- Chui KK, Wenger JB, Cohen SA, Naumova EN. Visual analytics for epidemiologists: understanding the interactions between age, time, and disease with multi-panel graphs. PLoS One. 2011;6(2):e14683. doi: 10.1371/journal.pone.0014683. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Epinome. http://www.sci.utah.edu/gallery2/v/software/epinome/
- GeoVISTA Software. http://www.geovista.psu.edu/software/index.html
- Gapminder. http://www.gapminder.org/
- Quick guide to the Motion Chart Gadget. http://www.gapminder.org/upload-data/motion-chart/
- Google Public Data Explorer. http://www.google.com/publicdata/home
- Google Public Data Explorer Dataset Directory. http://www.google.com/publicdata/directory
- Google Public Data Explorer: Upload Datasets. http://www.google.com/publicdata/admin
- PivotViewer Home. http://www.silverlight.net/learn/pivotviewer/
- Williams RW, Yan L, Zhou X, Lu L, Centeno A, Kuan L, Hawrylycz M, Rosen GD. Global Exploratory Analysis of Massive Neuroimaging Collections using Microsoft Live Labs Pivot and Silverlight. Proceedings of Neuroinformatics 2010, 3rd INCF Congress, Kobe, Japan, 30 August - 1 September 2010. p. 162.http://www.neuroinformatics2010.org/images/Neuroinformatics2010_AbstractBook_web%20-2.pdf
- Flake G. Is Pivot a turning point for Web exploration? http://www.ted.com/talks/gary_flake_is_pivot_a_turning_point_for_web_exploration.html (TED.com video - Feb/Mar 2010)
- Kniskern K. Creating the Microsoft Executive Pivot. 2009. http://www.liveside.net/2009/11/29/creating-the-microsoft-executive-pivot-we-play-and-you-can-too
- Microsoft Silverlight. http://www.silverlight.net/
- Microsoft Deep Zoom. https://www.silverlight.net/learn/quickstarts/deepzoom/
- Heuer T. Quick Steps to displaying data using PivotViewer and Silverlight. 2010. http://timheuer.com/blog/archive/2010/07/09/data-visualization-with-silverlight-and-pivot-viewer-quickstart.aspx
- Lin J. FAQ - What to know about Pivot (Community-powered support for Live Labs Pivot) 2010. http://getsatisfaction.com/live_labs_pivot/topics/faq_what_to_know_about_pivot
- PivotViewer Collection Tool for Microsoft Excel. http://www.silverlight.net/learn/pivotviewer/excel-tool/
- Python imaging library (PIL) http://www.pythonware.com/products/pil/
- Open-zoom: Python Deep Zoom Tools (0.1.2) http://code.google.com/p/open-zoom/downloads/detail?name=deep-zoom-tools-0.1.2.zip&can=2
- Deep Zoom File Format Overview. http://msdn.microsoft.com/en-us/library/cc645077(v=vs.95).aspx
- PivotViewer Interactive Demos. http://www.microsoft.com/silverlight/pivotviewer/
- Silverlight.js 4.0.50401.0. http://archive.msdn.microsoft.com/silverlightjs/Release/ProjectReleases.aspx?ReleaseId=4148
- WHO: Health statistics and health information systems - Mortality data. http://www.who.int/healthinfo/statistics/mortality/en/index.html
- Demonstrator Pivot collection using a WHO mortality dataset sample. http://edtech-dev.uthsc.edu/CTSI/matthewDev1/pivot/WHO/demodata/collection.html
- Why a 64-bit runtime for Silverlight 5 Matters. http://silverlighthack.com/post/2010/12/02/Why-a-64-bit-runtime-for-Silverlight-5-Matters.aspx
- WHO Global Infobase > Mortalities. https://apps.who.int/infobase/Mortality.aspx
- Bing Maps. http://www.bing.com/maps/
- Noble R. Extending PivotViewer with Bing Maps. 2011. http://www.rogernoble.com/2011/01/04/extending-pivotviewer-with-bing-maps/
- Farley R. Visually stunning maps and PivotViewer. 2011. http://sqlblog.com/blogs/rob_farley/archive/2011/01/04/visually-stunning-maps-and-pivotviewer.aspx
- Flickr Browser. http://pivot.lobsterpot.com.au/flickr
- Hidalgo CA. Graphical Statistical Methods for the Representation of the Human Development Index and its Components. United Nations Development Programme, Human Development Reports Research Paper 2010/39; 2010. http://hdr.undp.org/en/reports/global/hdr2010/papers/HDRP_2010_39.pdf [Google Scholar]
- Heer J, Wattenberg M, Agrawala M. In: Trends in Interactive Visualization--State-of-the-Art Survey. Liere R, Adriaansen T, Zudilova-Seinstra E, editor. Springer-Verlag; 2009. Point, Talk, Publish: Visualization and the Web; pp. 269–283. [Google Scholar]
- Mckeon M. Harnessing the Web Information Ecosystem with Wiki-based Visualization Dashboards. IEEE Transactions on Visualization and Computer Graphics. 2009;15(6):1081–1088. doi: 10.1109/TVCG.2009.148. [DOI] [PubMed] [Google Scholar]
- Pattath A, Ebert D, Pike W, May R. In: : Proceedings of Multimedia on Mobile Devices 2009 Conference, San Jose, California, USA, 19-20 January 2009 (Proceedings of SPIE Volume 7256, 72560H) Creutzburg R, Akopian D, editor. Society of Photographic Instrumentation Engineers; 2009. Contextual Interaction for Geospatial Analytics on Mobile Devices [Google Scholar]
- Andrienko G, Andrienko N, Demšar U, Dransch D, Dykes J, Fabrikant S, Jern M, Kraak MJ, Schumann H, Tominski C. Space, Time, and Visual Analytics. Int J Geogr Inf Sci. 2010;24(10):1577–1600. doi: 10.1080/13658816.2010.508043. [DOI] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.