Literature Synthesis - Visualisations

Size: px
Start display at page:

Download "Literature Synthesis - Visualisations"

Transcription

1 Literature Synthesis - Visualisations By Jacques Questiaux QSTJAC001 Abstract This review takes a look at current technologies and methods that are used today to visualise data. Visualisations are defined as a way of representing a volume of data in an image. A specific type of data called a data cube is of particular interest when it comes to visualisations, due to the way the data is stored. It is an abstract data structure but can be applied to many scientific fields. Techniques such as zoom graphs and stereography are looked at for visualisation purposes to see how they can be utilised. Software such as Karma, PGPLOT and 3D Slicer are looked at to see what programs are used presently to visualise data, and a comparison is made to determine the best aspects of these programs. Introduction Visualising data is important [1] for gaining an overview about information that is in a format that makes it difficult for people to grasp at a glance what the relevant pieces of information that they are looking for, are. The aim of this research is to find the best possible way of visualising astronomical data. By reviewing past techniques and technologies, a better understanding of what needs to be present in a good visualisation can be acquired. The applications for visualising data span across many fields of science. Two fields that are very similar in data representation types are the astronomy and the medical fields [3]. They both have 3D data sets that are very large and require some form of visualisation in order to make sense of the data. There are many ways to visualise data. Some data sets require 2D visualisations, while others require 3D visualisations [4]. Both views have their strengths and weaknesses, and when it comes to astronomical data, both visualisation types have their place. In order to ascertain what types of data are best represented by these different visualisation types, investigation needs to be conducted. The motivation for this research is purely to find out what technologies and methods exist presently and to see what aspects of them can be improved upon. Taking the best parts of existing technologies and combining them to create a new and improved way of visualising data is what is planned and hopefully can be learned from delving into past research papers and looking at current platforms for creating visualisations. Visualisations are a valuable tool when it comes to research and education, as they can help students to understand what is going on within a volume of data. Often teachers and lecturers find it difficult to effectively communicate certain aspects of the content that is being taught [11], but with the aid of visualisations, this problem can be effectively remedied. What is a visualisation? A visualisation is a way of representing a data set in the form of an image. Most visualisations come in the form of a 2D or 3D image. The way in which the data is represented within the 2D or 3D image relies heavily on the type of data that one desires

2 to visualise. Since visualisations are important when trying to summarise data, they occur in many different scientific fields [1]. This makes research into visualisations important since many scientific fields use visualisations to summarise their data. Visualisations are a form of data abstraction, much in the same way that statistical values such as means, standard deviations, ranges etc give an overview about a volume of data in a descriptive way. Visualisations have the same goal as these statistical values, which is to summarise data and give an abstract view of the data in such a way that it is useful to the user. The saying A picture is worth a thousand words is a good way to explain the usefulness of a visualisation, although in this case it should be A visualization is worth a large volume of data. Visualisations are the perfect way for conveying a summary about a data set. Since people are generally good at interpreting visual data, it makes sense to represent data visually so that they can process it more efficiently. As shown in the figures below, it can be seen that the diversity of the forms which visualisations can take on is vast. There are many ways of representing data visually, and as such, choosing the right type of visualisation can be crucial for gaining knowledge about the data from the visualisation. If an unsuitable type of visualisation is chosen, the data could be easily misinterpreted by the user. The purpose of this review is to find out the existing visualisation techniques and to find out which types of visualisations work best for certain types of data sets. Figure 1 A 3D visualisation Figure 2 Charles Minard's information graphic of Napoleon's march Figure 3 Venn diagrams

3 data it is quick and easy to see trends within the data, or notable outliers to the data. Current methods for visualising data For this review, astronomical visualisations and visualisations that use similar data to astronomical data will be the main focus. Figure 4 Graphs Types of data being visualised Visualisations can be applied to almost any data type whether it is quantitative or qualitative data. In the field of astronomy, there is plenty of data that can be visualised in some way. There is a vast amount of data in the world that can utilise visualisations - this can range from geographical maps to astronomical imagery. One of the standard formats used for scientific data is the notion of a data cube. A data cube is quite a broad term, but can be applied to data that has three or more dimensions to it. Usually threedimensional data can be displayed correctly in the form of a data cube visualisation, but up to 5 dimensions can be rendered by using colour, as seen in Fig. 1, and time as the 4 th and 5 th dimensions respectively [5]. This can be useful because it allows the user to gain information about the data cube by looking at one image. On the other hand, the visualisation can become cluttered with too much information and can detract from the users experience by making it difficult to interpret important parts of information from the visualisation. Spreadsheet or tabulated data is probably the most common form of data to be visualised. The same visualisation techniques for data cubes can be applied to spreadsheet data. By visualising the Multiscale visualisation [6] is a technique used for displaying information relating to data cubes. This method is more of an abstract way of navigating data cubes. Multiscale visualisations use a method called a zoom graph [6]: this is where a graph of the data is displayed to the user at first as an abstract overview of the data. When the user zooms into a more specific location within the graph, the graph starts to display more information about that certain subsection. This includes adding more fields of data to the graph. This organises the graph in a similar way to the tree structure commonly used in computer science. The top nodes of the tree give more of an overview of the data, but when branching down the tree, the data presented to the user gets more refined and detailed. This allows users to navigate the data easily and extract the data they are looking for. The downside to this method is that it makes comparing instances of data that are not within close proximity to each other difficult. A technique also mentioned in [4] is the use of stereography when visualising data. This can help with the visualisation imagery. Allowing a 3D visualisation to have a feeling of depth can add to the effect the visualisation has on the user. Even a 2D visualisation can utilise stereography, as when done correctly, 2D visualisations can appear to be 3D, allowing effectively another dimension to the data. This can be an alternative for creating a 3D visualisation projected onto a 2D surface such as

4 the computer screen. Allowing the user to see depth in a 2D visualisation automatically allows the user to absorb three dimensions worth of data, but only having to plot two dimensions on the visualisation. Humans in general don t process depth as well as the horizontal and vertical planes, therefore this isn t the most reliable way to convey data to the user, but it can still be used to give a general overview. Karma [7] is a widely used program for visualisation data [4]. It is a suite of tools used for constructing visualisations for astronomical data. Unlike most of its competitor products, Karma provides all the tools you need to make a visualisation itself. Its counterparts are a scripting language and graphic libraries to use within a programming environment [4]. Karma does provide the same libraries other tools provide, but what makes Karma so widely used is the fact that it has its own tool set for making visualisations. PGPLOT [8] is the most used [4] graph plotting API. The library is very old and out-dated, as it was written in FORTRAN, but despite this, it is still used often by researchers. The library has many plugins that have managed to keep it up to date and aligned with the hardware of today. The main reason it is widely used is that is simple to use and can plot standard graphs. It is a very general purpose graph plotter but with very limited advanced functionality. 3D Slicer [9] is a free and open source 3D visualising program for plotting 3D data. It is mainly used is the medical field for visualising medical data. Even though this is mainly a medical visualising tool, it has been used for visualising astronomical data [3]. It specialises in 3D volumetric rendering which is useful in the astronomy field. Astronomical data is often difficult to visual in a 2D plane, so by using 3D Slicer it is possible to visualise a star cluster or some other stellar object in 3D, and to take cross sections at certain places. According to [3], 3D Slicer has aided astronomy research and has been used for many publications, and has helped identify stellar objects such as outflows [10]. These platforms were chosen because they are some of the most widely used programs within their respective fields. There are many other platforms that have been noted and looked over, but for the purpose of this paper we will only need to look at aspects from the best technologies available. By critically examining the different aspects of these platforms, we can formulate our own visualisation techniques that will improve upon the current techniques that are in place. Conclusion Looking at the current platforms for visualising data, it has been observed that there is plenty of room for improvement. An opportunity has arisen from this research which is to provide a system that is user friendly, requires no compiling or coding experience from the end user, and provides clean and detailed visualisations that remove clutter from the data. As seen previously, providing an easy way for a user to create graphs or other visualisations is what researchers are looking for. Providing abstract views of data and allowing users to pin point exactly what they are looking for quickly and efficiently must also be a top priority. Looking at current programs such as Karma, PGPLOT and 3D Slicer, a good overview of what needs to be in a visualisation program has been found. Combining the techniques used from these programs shall make a satisfactory visualisation tool for researchers. Astronomical visualisations are the main focus of this research, but it is not only restricted to this field.

5 To summarise what needs to be taken away from this research is: 1. The program should have a PGPLOT-like interface so as to let the majority users of visualisation programs (PGPLOT users) feel accustomed to the software immediately. 2. Provide tools and a library to be used within a programming environment so as to allow users to make visualisations using the set of tools, or by using the libraries to create their own. 3. The libraries provided should be able to be used within modern day programming languages for example C++, Java and Python. 4. Provide functionality in the same way as 3D slicer so as to allow users to create visualisations from all fields of science and abroad. This in turn means that the program should provide support for multiple formats. 5. Provide a method of abstraction. Use a zoom graph or some other method to allow users to get an overview of the data they are visualising before they need the extra detail.

6 References [1] Mann, B., Williams, R., Atkinson, M., Brodlie, K., Storkey, A., & Williams, C. (2002). Scientific Data Mining, Integration, and Visualization. Integration The Vlsi Journal, (October), [2] Shneiderman, B. (2002). Inventing discovery tools: combining information visualization with data mining. Information Visualization, 1(1), doi: /palgrave/ivs/ [3] Borkin, M., Kauffmann, J., & Halle, M. (n.d.). Application of Medical Imaging to the 3D Visualization of Astronomy Data. Computer, 5-6. [4] Barnes, D et al (2006). An Advanced, Three-dimensional Plotting Library for Astronomy. Astronomical Society of Australia, 1-12 [5] Gray, J., Bosworth, A., Pellow, F., & Pirahesh, H. (1997). Data Cube : A Relational Aggregation Operator Generalizing Data Cube : A Relational Aggregation Operator Generalizing Group- By, Cross-Tab, and Sub-Totals, 1(1). [6] Stolte, C., Tang, D., & Hanrahan, P. (2002). InfoVis 2002 Best Paper Multiscale Visualization Using Data Cubes. Proceedings of the IEEE. [7] Karma xray - e/karma [8] PGPLOT [9] 3D Slicer - [10] Astronomical Medical Project - [11] Yair, Y., Schur, Y., & Mintz, R. (2003). A Thinking Journey to the Planets Using Scientific Visualization Technologies : Implications to Astronomy Education. Science Education, 12(1).

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction Adaptable and Adaptive Web Information Systems School of Computer Science and Information Systems Birkbeck College University of London Lecture 1: Introduction George Magoulas gmagoulas@dcs.bbk.ac.uk October

More information

Exploration of Data from Modelling and Simulation through Visualisation

Exploration of Data from Modelling and Simulation through Visualisation Exploration of Data from Modelling and Simulation through Visualisation Tao Lin: CSIRO Mathematical and Information Sciences, PO Box 664, ACT 2601, Australia. Robert Cheung*: CRC for Advanced Computational

More information

Introduction to Visualisation

Introduction to Visualisation Introduction to Visualisation VU Visual Data Science Johanna Schmidt WS 2018/19 2 Definition Visualisation enables insight into data Visual information for humans Easier to interpret Allows faster analysis

More information

A Study of Medical Image Analysis System

A Study of Medical Image Analysis System Indian Journal of Science and Technology, Vol 8(25), DOI: 10.17485/ijst/2015/v8i25/80492, October 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Study of Medical Image Analysis System Kim Tae-Eun

More information

Visualisation : Lecture 1. So what is visualisation? Visualisation

Visualisation : Lecture 1. So what is visualisation? Visualisation So what is visualisation? UG4 / M.Sc. Course 2006 toby.breckon@ed.ac.uk Computer Vision Lab. Institute for Perception, Action & Behaviour Introducing 1 Application of interactive 3D computer graphics to

More information

INSTRUCTIONAL FOCUS DOCUMENT Algebra II

INSTRUCTIONAL FOCUS DOCUMENT Algebra II UNIT OVERVIEW This unit bundles student expectations that address connections between functions and their characteristics, as well as connections between parent functions and their transformations. The

More information

Information Visualization

Information Visualization Information Visualization Text: Information visualization, Robert Spence, Addison-Wesley, 2001 What Visualization? Process of making a computer image or graph for giving an insight on data/information

More information

This research aims to present a new way of visualizing multi-dimensional data using generalized scatterplots by sensitivity coefficients to highlight

This research aims to present a new way of visualizing multi-dimensional data using generalized scatterplots by sensitivity coefficients to highlight This research aims to present a new way of visualizing multi-dimensional data using generalized scatterplots by sensitivity coefficients to highlight local variation of one variable with respect to another.

More information

Visualization? Information Visualization. Information Visualization? Ceci n est pas une visualization! So why two disciplines? So why two disciplines?

Visualization? Information Visualization. Information Visualization? Ceci n est pas une visualization! So why two disciplines? So why two disciplines? Visualization? New Oxford Dictionary of English, 1999 Information Visualization Matt Cooper visualize - verb [with obj.] 1. form a mental image of; imagine: it is not easy to visualize the future. 2. make

More information

Writing a good seminar paper Seminar in Software and Service Engineering

Writing a good seminar paper Seminar in Software and Service Engineering Writing a good seminar paper Seminar in Software and Service Engineering 24.10.2017 Marjo Kauppinen and Marko Nieminen Department of Computer Science Outline Learning goals of the course Structure of good

More information

Dynamic Aggregation to Support Pattern Discovery: A case study with web logs

Dynamic Aggregation to Support Pattern Discovery: A case study with web logs Dynamic Aggregation to Support Pattern Discovery: A case study with web logs Lida Tang and Ben Shneiderman Department of Computer Science University of Maryland College Park, MD 20720 {ltang, ben}@cs.umd.edu

More information

We will start at 2:05 pm! Thanks for coming early!

We will start at 2:05 pm! Thanks for coming early! We will start at 2:05 pm! Thanks for coming early! Yesterday Fundamental 1. Value of visualization 2. Design principles 3. Graphical perception Record Information Support Analytical Reasoning Communicate

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

VIRTUAL REALITY BASED END-USER ASSESSMENT TOOL for Remote Product /System Testing & Support MECHANICAL & INDUSTRIAL ENGINEERING

VIRTUAL REALITY BASED END-USER ASSESSMENT TOOL for Remote Product /System Testing & Support MECHANICAL & INDUSTRIAL ENGINEERING VIRTUAL REALITY BASED END-USER ASSESSMENT TOOL for Remote Product /System Testing & Support PRESENTATION OUTLINE AIM OF RESEARCH MOTIVATIONS BACKGROUND & RELATED WORK ANALYSIS APPROACH MODEL ARCHITECTURE

More information

Visualizing Verification. Adrian A. Marsh April 2004

Visualizing Verification. Adrian A. Marsh April 2004 Visualizing Verification Adrian A. Marsh April 2004 Abstract This paper proposes extending UML modeling to system verification. Changing the utilization of the UML diagrams will increase the quality of

More information

Houghton Mifflin MATHEMATICS Level 1 correlated to NCTM Standard

Houghton Mifflin MATHEMATICS Level 1 correlated to NCTM Standard Number and Operations Standard Understand numbers, ways of representing numbers, relationships among numbers, and number systems count with understanding and recognize TE: 191A 195B, 191 195, 201B, 201

More information

CE4031 and CZ4031 Database System Principles

CE4031 and CZ4031 Database System Principles CE431 and CZ431 Database System Principles Course CE/CZ431 Course Database System Principles CE/CZ21 Algorithms; CZ27 Introduction to Databases CZ433 Advanced Data Management (not offered currently) Lectures

More information

Outlier detection using autoencoders

Outlier detection using autoencoders Outlier detection using autoencoders August 19, 2016 Author: Olga Lyudchik Supervisors: Dr. Jean-Roch Vlimant Dr. Maurizio Pierini CERN Non Member State Summer Student Report 2016 Abstract Outlier detection

More information

What s New in Spotfire DXP 1.1. Spotfire Product Management January 2007

What s New in Spotfire DXP 1.1. Spotfire Product Management January 2007 What s New in Spotfire DXP 1.1 Spotfire Product Management January 2007 Spotfire DXP Version 1.1 This document highlights the new capabilities planned for release in version 1.1 of Spotfire DXP. In this

More information

LPGPU2 Font Renderer App

LPGPU2 Font Renderer App LPGPU2 Font Renderer App Performance Analysis 2 Introduction As part of LPGPU2 Work Package 3, a font rendering app was developed to research the profiling characteristics of different font rendering algorithms.

More information

Visualization. Christopher Fluke. & David Barnes. Gas and Stars in Galaxies A Multi-Wavelength 3D Perspective. THINGS datacubes courtesy Erwin De Blok

Visualization. Christopher Fluke. & David Barnes. Gas and Stars in Galaxies A Multi-Wavelength 3D Perspective. THINGS datacubes courtesy Erwin De Blok Visualization Christopher Fluke & David Barnes THINGS datacubes courtesy Erwin De Blok Gas and Stars in Galaxies A Multi-Wavelength 3D Perspective Astronomy Datasets Increasingly multi-dimensional (N 3)

More information

TableLens: A Clear Window for Viewing Multivariate Data Ramana Rao July 11, 2006

TableLens: A Clear Window for Viewing Multivariate Data Ramana Rao July 11, 2006 TableLens: A Clear Window for Viewing Multivariate Data Ramana Rao July 11, 2006 Can a few simple operators on a familiar and minimal representation provide much of the power of exploratory data analysis?

More information

The Role of Data Profiling In Health Analytics

The Role of Data Profiling In Health Analytics WHITE PAPER 10101000101010101010101010010000101001 10101000101101101000100000101010010010 The Role of Data Profiling In Health Analytics 101101010001010101010101010100100001010 101101010001011011010001000001010100100

More information

DU M.Phil Ph.D. in Adult Continuing Education & Extension

DU M.Phil Ph.D. in Adult Continuing Education & Extension DU M.Phil Ph.D. in Adult Continuing Education & Extension Topic:- DU_J18_MPHIL_ACEE 1) A doctor studies the effectiveness of two drugs of dengue fever. His research would be classified as: [Question ID

More information

Task 2 Guidance (P2, P3, P4, M1, M2)

Task 2 Guidance (P2, P3, P4, M1, M2) Task 2 Guidance (P2, P3, P4, M1, M2) P2 Make sure that your spreadsheet model meets the complex criteria and exhibits some aspects of complexity such as multiple worksheets (with links), complex formulae

More information

CPSC 535 Assignment 1: Introduction to Matlab and Octave

CPSC 535 Assignment 1: Introduction to Matlab and Octave CPSC 535 Assignment 1: Introduction to Matlab and Octave The goal of this assignment is to become familiar with Matlab and Octave as tools for scientific investigation. Matlab, a product of Mathworks,

More information

IT Curriculum. Key Stage 1. Year 1

IT Curriculum. Key Stage 1. Year 1 IT Curriculum Key Stage 1 Year 1 Students are introduced to logging onto a computer, learning how to retrieve work and save work, how to change text, colour, font size and font, how to use bold and underline

More information

Data Visualization. Fall 2016

Data Visualization. Fall 2016 Data Visualization Fall 2016 Information Visualization Upon now, we dealt with scientific visualization (scivis) Scivisincludes visualization of physical simulations, engineering, medical imaging, Earth

More information

Year-at-a-Glance (YAG) --- Kindergarten --- Mathematics

Year-at-a-Glance (YAG) --- Kindergarten --- Mathematics Kindergarten Year at a Glance: & Minnesota 1 Year-at-a-Glance (YAG) --- Kindergarten --- Mathematics The Year at a Glance (YAG) lays out all of the long term learning targets a student is expected master

More information

MODERN DESCRIPTIVE GEOMETRY SUPPORTED BY 3D COMPUTER MODELLING

MODERN DESCRIPTIVE GEOMETRY SUPPORTED BY 3D COMPUTER MODELLING International Conference on Mathematics Textbook Research and Development 2014 () 29-31 July 2014, University of Southampton, UK MODERN DESCRIPTIVE GEOMETRY SUPPORTED BY 3D COMPUTER MODELLING Petra Surynková

More information

Network visualization techniques and evaluation

Network visualization techniques and evaluation Network visualization techniques and evaluation The Charlotte Visualization Center University of North Carolina, Charlotte March 15th 2007 Outline 1 Definition and motivation of Infovis 2 3 4 Outline 1

More information

cs6964 February TABULAR DATA Miriah Meyer University of Utah

cs6964 February TABULAR DATA Miriah Meyer University of Utah cs6964 February 23 2012 TABULAR DATA Miriah Meyer University of Utah cs6964 February 23 2012 TABULAR DATA Miriah Meyer University of Utah slide acknowledgements: John Stasko, Georgia Tech Tamara Munzner,

More information

Studying in the Sciences

Studying in the Sciences Organising data and creating figures (charts and graphs) in Excel What is in this guide Familiarisation with Excel (for beginners) Setting up data sheets Creating a chart (graph) Formatting the chart Creating

More information

CHAPTER 4 METHODOLOGY AND TOOLS

CHAPTER 4 METHODOLOGY AND TOOLS CHAPTER 4 METHODOLOGY AND TOOLS 4.1 RESEARCH METHODOLOGY In an effort to test empirically the suggested data mining technique, the data processing quality, it is important to find a real-world for effective

More information

IBM Planning Analytics

IBM Planning Analytics Software Consulting Training Support Budgeting & Forecasting Modelling Analysis Reporting IBM Planning Analytics On Premises. On Cloud. IBM Worldwide Business Analytics Partner of the Year 2011, 2012,

More information

A Web Application to Visualize Trends in Diabetes across the United States

A Web Application to Visualize Trends in Diabetes across the United States A Web Application to Visualize Trends in Diabetes across the United States Final Project Report Team: New Bee Team Members: Samyuktha Sridharan, Xuanyi Qi, Hanshu Lin Introduction This project develops

More information

The application of OLAP and Data mining technology in the analysis of. book lending

The application of OLAP and Data mining technology in the analysis of. book lending 2nd International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2017) The application of OLAP and Data mining technology in the analysis of book lending Xiao-Han Zhou1,a,

More information

DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF TORONTO CSC318S THE DESIGN OF INTERACTIVE COMPUTATIONAL MEDIA. Lecture March 1998

DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF TORONTO CSC318S THE DESIGN OF INTERACTIVE COMPUTATIONAL MEDIA. Lecture March 1998 DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF TORONTO CSC318S THE DESIGN OF INTERACTIVE COMPUTATIONAL MEDIA Lecture 19 30 March 1998 PRINCIPLES OF DATA DISPLAY AND VISUALIZATION 19.1 Nature, purpose of

More information

PROGRAMME SYLLABUS Information Architecture and Innovation (Two Years), 120

PROGRAMME SYLLABUS Information Architecture and Innovation (Two Years), 120 PROGRAMME SYLLABUS Information Architecture and Innovation (Two Years), 120 credits Programmestart: Autumn 2018 Jönköping International Business School, Box 1026, SE-551 11 Jönköping VISIT Gjuterigatan

More information

Make the switch. Seamlessly migrate your ios devices from an existing MDM provider to Mobile Guardian, using our helpful migration guide.

Make the switch. Seamlessly migrate your ios devices from an existing MDM provider to Mobile Guardian, using our helpful migration guide. Make the switch Seamlessly migrate your ios devices from an existing MDM provider to Mobile Guardian, using our helpful migration guide. It s a 3 step process: Many schools are encumbered with an outdated

More information

Simi imilar Shapes lar Shapes Nesting Squares Poly lyhedr hedra and E a and Euler ler s Form s Formula ula

Simi imilar Shapes lar Shapes Nesting Squares Poly lyhedr hedra and E a and Euler ler s Form s Formula ula TABLE OF CONTENTS Introduction......................................................... 5 Teacher s Notes....................................................... 6 NCTM Standards Alignment Chart......................................

More information

Worksheet Answer Key: Scanning and Mapping Projects > Mine Mapping > Investigation 2

Worksheet Answer Key: Scanning and Mapping Projects > Mine Mapping > Investigation 2 Worksheet Answer Key: Scanning and Mapping Projects > Mine Mapping > Investigation 2 Ruler Graph: Analyze your graph 1. Examine the shape formed by the connected dots. i. Does the connected graph create

More information

Lesson Guides ELEMENTARY

Lesson Guides ELEMENTARY Lesson Guides ELEMENTARY British Council 2018 The British Council is the United Kingdom s international organisation for cultural relations and educational opportunities. ELEMENTARY LESSON GUIDE WORK and

More information

INFO216: Advanced Modelling

INFO216: Advanced Modelling INFO216: Advanced Modelling Theme, spring 2017: Modelling and Programming the Web of Data Andreas L. Opdahl Session 6: Visualisation Themes: visualisation data/visualisation types

More information

Infographics and Visualisation (or: Beyond the Pie Chart) LSS: ITNPBD4, 1 November 2016

Infographics and Visualisation (or: Beyond the Pie Chart) LSS: ITNPBD4, 1 November 2016 Infographics and Visualisation (or: Beyond the Pie Chart) LSS: ITNPBD4, 1 November 2016 Overview Overview (short: we covered most of this in the tutorial) Why infographics and visualisation What s the

More information

MetaData for Database Mining

MetaData for Database Mining MetaData for Database Mining John Cleary, Geoffrey Holmes, Sally Jo Cunningham, and Ian H. Witten Department of Computer Science University of Waikato Hamilton, New Zealand. Abstract: At present, a machine

More information

The Interestingness Tool for Search in the Web

The Interestingness Tool for Search in the Web The Interestingness Tool for Search in the Web e-print, Gilad Amar and Ran Shaltiel Software Engineering Department, The Jerusalem College of Engineering Azrieli POB 3566, Jerusalem, 91035, Israel iaakov@jce.ac.il,

More information

What is the Best Way for Children to Learn Computer Programming?

What is the Best Way for Children to Learn Computer Programming? What is the Best Way for Children to Learn Computer Programming? Dr Alex Davidovic One of the defining characteristics of today s society is that the computers and mobile devices are the integral and natural

More information

DIGITAL EARTH AUSTRALIA AND OPEN DATA CUBE TRAINING WORKSHOP

DIGITAL EARTH AUSTRALIA AND OPEN DATA CUBE TRAINING WORKSHOP DIGITAL EARTH AUSTRALIA AND OPEN DATA CUBE TRAINING WORKSHOP VIEW, ACCESS AND ANALYSE DATA Authors: Alex Leith, Felix Lipkin and Jess Keysers Document Control Date: 29 March 2019 Version: 1.1 (FINAL) Review:

More information

ASTROWEB ASTROINFORMATICS PROJECT AND COMPARISON OF THE WEB-GIS PROTOCOL STANDARDS

ASTROWEB ASTROINFORMATICS PROJECT AND COMPARISON OF THE WEB-GIS PROTOCOL STANDARDS Proceedings of the IX Bulgarian-Serbian Astronomical Conference: Astroinformatics (IX BSACA) Sofia, Bulgaria, July 2-4, 2014, Editors: M. K. Tsvetkov, M. S. Dimitrijević, O. Kounchev, D. Jevremović and

More information

Overview for Families

Overview for Families unit: Picturing Numbers Mathematical strand: Data Analysis and Probability The following pages will help you to understand the mathematics that your child is currently studying as well as the type of problems

More information

Autumn 1 Autumn 2. An Introduction to Idsall s Network & esafety. Programming with Scratch. Spring 1 Spring 2

Autumn 1 Autumn 2. An Introduction to Idsall s Network & esafety. Programming with Scratch. Spring 1 Spring 2 Computing Computing has deep links with Maths, Science, and Design & Technology. At its core is Computer Science, in which pupils are taught the principles of information and computation, how digital systems

More information

Computing at STA. GCSE Exam Results : 100% A C

Computing at STA. GCSE Exam Results : 100% A C Computing at STA GCSE Exam Results 2007 2015: 100% A C KS3 Year 7 In Year 7, students study: Computer Science. The course allows students to learn the basics of computing theory which enhances their ideas

More information

8 th Grade Mathematics Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the

8 th Grade Mathematics Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 8 th Grade Mathematics Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13. This document is designed to help North Carolina educators

More information

[Slides Extracted From] Visualization Analysis & Design Full-Day Tutorial Session 4

[Slides Extracted From] Visualization Analysis & Design Full-Day Tutorial Session 4 [Slides Extracted From] Visualization Analysis & Design Full-Day Tutorial Session 4 Tamara Munzner Department of Computer Science University of British Columbia Sanger Institute / European Bioinformatics

More information

Scopus Development Focus

Scopus Development Focus 0 Scopus Development Focus Superior support of the scientific literature research process - on finding relevant articles quickly and investigating current research relationships through citation information

More information

Seven Things You Didn t Know You Could Do With Google Analytics

Seven Things You Didn t Know You Could Do With Google Analytics Seven Things You Didn t Know You Could Do With Google Analytics Introduction Google Analytics is a fantastic and powerful tool for tracking your website activity and using that data to inform and improve

More information

Multidimensional Interactive Visualization

Multidimensional Interactive Visualization Multidimensional Interactive Visualization Cecilia R. Aragon I247 UC Berkeley Spring 2010 Acknowledgments Thanks to Marti Hearst, Tamara Munzner for the slides Spring 2010 I 247 2 Today Finish panning

More information

Tips and Guidance for Analyzing Data. Executive Summary

Tips and Guidance for Analyzing Data. Executive Summary Tips and Guidance for Analyzing Data Executive Summary This document has information and suggestions about three things: 1) how to quickly do a preliminary analysis of time-series data; 2) key things to

More information

Introduction to Data Mining

Introduction to Data Mining Introduction to JULY 2011 Afsaneh Yazdani What motivated? Wide availability of huge amounts of data and the imminent need for turning such data into useful information and knowledge What motivated? Data

More information

Type Checking and Type Equality

Type Checking and Type Equality Type Checking and Type Equality Type systems are the biggest point of variation across programming languages. Even languages that look similar are often greatly different when it comes to their type systems.

More information

SIR C R REDDY COLLEGE OF ENGINEERING

SIR C R REDDY COLLEGE OF ENGINEERING SIR C R REDDY COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY Course Outcomes II YEAR 1 st SEMESTER Subject: Data Structures (CSE 2.1.1) 1. Describe how arrays, records, linked structures,

More information

6 TOOLS FOR A COMPLETE MARKETING WORKFLOW

6 TOOLS FOR A COMPLETE MARKETING WORKFLOW 6 S FOR A COMPLETE MARKETING WORKFLOW 01 6 S FOR A COMPLETE MARKETING WORKFLOW FROM ALEXA DIFFICULTY DIFFICULTY MATRIX OVERLAP 6 S FOR A COMPLETE MARKETING WORKFLOW 02 INTRODUCTION Marketers use countless

More information

Towards Generating Domain-Specific Model Editors with Complex Editing Commands

Towards Generating Domain-Specific Model Editors with Complex Editing Commands Towards Generating Domain-Specific Model Editors with Complex Editing Commands Gabriele Taentzer Technical University of Berlin Germany gabi@cs.tu-berlin.de May 10, 2006 Abstract Domain specific modeling

More information

This proposed research is inspired by the work of Mr Jagdish Sadhave 2009, who used

This proposed research is inspired by the work of Mr Jagdish Sadhave 2009, who used Literature Review This proposed research is inspired by the work of Mr Jagdish Sadhave 2009, who used the technology of Data Mining and Knowledge Discovery in Databases to build Examination Data Warehouse

More information

Extensible and Dynamic Data Structure Viewers in Java

Extensible and Dynamic Data Structure Viewers in Java Extensible and Dynamic Data Structure Viewers in Java Jhilmil Jain Computer Science and Software Engineering Department, Auburn University, Auburn AL Email: jainjhi@auburn.edu Problem & motivation Many

More information

TRIREME Commander: Managing Simulink Simulations And Large Datasets In Java

TRIREME Commander: Managing Simulink Simulations And Large Datasets In Java TRIREME Commander: Managing Simulink Simulations And Large Datasets In Java Andrew Newell Electronic Warfare & Radar Division, Defence Science and Technology Organisation andrew.newell@dsto.defence.gov.au

More information

WEB-BASED DELIVERY OF COURSEWARE, TUTORIALS AND ASSESSMENT WITH WebOL

WEB-BASED DELIVERY OF COURSEWARE, TUTORIALS AND ASSESSMENT WITH WebOL WEB-BASED DELIVERY OF COURSEWARE, TUTORIALS AND ASSESSMENT WITH WebOL Ray Harper Web-based Delivery of Courseware, Tutorials and Assessment with WebOL Ray Harper Department of Biology & Health Science

More information

Internet Resource Guide: Penn State Undergraduate Mechanical Engineers

Internet Resource Guide: Penn State Undergraduate Mechanical Engineers Internet Resource Guide: Penn State Undergraduate Mechanical Engineers Matt Murphy February 12, 2015 English 202C Technical Communications Table of Contents 1.0 Front Matter 1.1. Contents of Guide 2 1.2.

More information

Bachelor of Design (Interior Design)

Bachelor of Design (Interior Design) Course information for Bachelor of Design (Interior Design) Course Number HE20501 - Bachelor of Design (Interior Design) Locations Design Centre, Enmore Course Design The Bachelor of Design (Interior Design)

More information

NEURAL NETWORK VISUALIZATION

NEURAL NETWORK VISUALIZATION Neural Network Visualization 465 NEURAL NETWORK VISUALIZATION Jakub Wejchert Gerald Tesauro IB M Research T.J. Watson Research Center Yorktown Heights NY 10598 ABSTRACT We have developed graphics to visualize

More information

RETRACTED ARTICLE. Web-Based Data Mining in System Design and Implementation. Open Access. Jianhu Gong 1* and Jianzhi Gong 2

RETRACTED ARTICLE. Web-Based Data Mining in System Design and Implementation. Open Access. Jianhu Gong 1* and Jianzhi Gong 2 Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 1907-1911 1907 Web-Based Data Mining in System Design and Implementation Open Access Jianhu

More information

Abstract. Introduction. The Virtual Astronomy Multimedia Project

Abstract. Introduction. The Virtual Astronomy Multimedia Project The Virtual Astronomy Multimedia Project The Virtual Astronomy Multimedia Project Adrienne Gauthier 1, Lars Lindberg Christensen 2, Robert Hurt 3 & Ryan Wyatt 4 1 Steward Observatory, University of Arizona(agauthier@as.arizona.edu)

More information

Detecting Clusters and Outliers for Multidimensional

Detecting Clusters and Outliers for Multidimensional Kennesaw State University DigitalCommons@Kennesaw State University Faculty Publications 2008 Detecting Clusters and Outliers for Multidimensional Data Yong Shi Kennesaw State University, yshi5@kennesaw.edu

More information

GRIDS INTRODUCTION TO GRID INFRASTRUCTURES. Fabrizio Gagliardi

GRIDS INTRODUCTION TO GRID INFRASTRUCTURES. Fabrizio Gagliardi GRIDS INTRODUCTION TO GRID INFRASTRUCTURES Fabrizio Gagliardi Dr. Fabrizio Gagliardi is the leader of the EU DataGrid project and designated director of the proposed EGEE (Enabling Grids for E-science

More information

Educational Fusion. Implementing a Production Quality User Interface With JFC

Educational Fusion. Implementing a Production Quality User Interface With JFC Educational Fusion Implementing a Production Quality User Interface With JFC Kevin Kennedy Prof. Seth Teller 6.199 May 1999 Abstract Educational Fusion is a online algorithmic teaching program implemented

More information

Getting Started With Linux and Fortran Part 2

Getting Started With Linux and Fortran Part 2 Getting Started With Linux and Fortran Part 2 by Simon Campbell [The K Desktop Environment, one of the many desktops available for Linux] ASP 3012 (Stars) Computer Tutorial 2 1 Contents 1 Some Funky Linux

More information

The basic arrangement of numeric data is called an ARRAY. Array is the derived data from fundamental data Example :- To store marks of 50 student

The basic arrangement of numeric data is called an ARRAY. Array is the derived data from fundamental data Example :- To store marks of 50 student Organizing data Learning Outcome 1. make an array 2. divide the array into class intervals 3. describe the characteristics of a table 4. construct a frequency distribution table 5. constructing a composite

More information

Click4Assistance - Features List. Important Extras. Chat Facilities. UK Based Support. Help & Advice. Branding / Customisation.

Click4Assistance - Features List. Important Extras. Chat Facilities. UK Based Support. Help & Advice. Branding / Customisation. Important Extras UK Based Support Help & Advice Branding / Customisation Developed, Supported and Located in the UK. Speak to your own dedicated account manager based in our UK offices. Let our experienced

More information

Lab 5, part b: Scatterplots and Correlation

Lab 5, part b: Scatterplots and Correlation Lab 5, part b: Scatterplots and Correlation Toews, Math 160, Fall 2014 November 21, 2014 Objectives: 1. Get more practice working with data frames 2. Start looking at relationships between two variables

More information

About the Library APA style Preparing to search Searching library e-resources for articles Searching the Internet

About the Library APA style Preparing to search Searching library e-resources for articles Searching the Internet About the Library APA style Preparing to search Searching library e-resources for articles Searching the Internet ENG 206 Report Presentation for Community Service Workers 13 May 2015 David McCarthy, Professor;

More information

High School Course Guide Business Management & Administration

High School Course Guide Business Management & Administration 88610 Business Computer Information Management I (R) 1 credit Gr: 9-12 Prerequisite: Touch Systems Data Entry Keyboarding Recommended Description: Students will gain the necessary skills to make a successful

More information

TRANSANA and Chapter 8 Retrieval

TRANSANA and Chapter 8 Retrieval TRANSANA and Chapter 8 Retrieval Chapter 8 in Using Software for Qualitative Research focuses on retrieval a crucial aspect of qualitatively coding data. Yet there are many aspects of this which lead to

More information

Beacon Catalog. Categories:

Beacon Catalog. Categories: Beacon Catalog Find the Data Beacons you need to build Custom Dashboards to answer your most pressing digital marketing questions, enable you to drill down for more detailed analysis and provide the data,

More information

Describing Computer Languages

Describing Computer Languages Markus Scheidgen Describing Computer Languages Meta-languages to describe languages, and meta-tools to automatically create language tools Doctoral Thesis August 10, 2008 Humboldt-Universität zu Berlin

More information

logo 101 A solid logo design intake ensures that no time is wasted, and that you receive targeted logo options as soon as possible. Getting results.

logo 101 A solid logo design intake ensures that no time is wasted, and that you receive targeted logo options as soon as possible. Getting results. logo logo 101 2 logo 101 A solid logo design intake ensures that no time is wasted, and that you receive targeted logo options as soon as possible. Getting results. Our goal is to help you communicate

More information

Two Traditions of Metadata Development

Two Traditions of Metadata Development Two Traditions of Metadata Development Bibliographic control approach developed before computer technology and internet were commonplace. mainly used in libraries and universities. from early on used rules

More information

Session 10: Information Retrieval

Session 10: Information Retrieval INFM 63: Information Technology and Organizational Context Session : Information Retrieval Jimmy Lin The ischool University of Maryland Thursday, November 7, 23 Information Retrieval What you search for!

More information

The Scottish Public Health Observatory Online Profiles Tool (OPT) User guide

The Scottish Public Health Observatory Online Profiles Tool (OPT) User guide The Scottish Public Health Observatory Online Profiles Tool (OPT) User guide DOCUMENT CONTROL Key information: Title: ScotPHO Online Profiles Tool - User Guide Version number: 1.0 Date issued: 24 th June

More information

Data Mining: Exploring Data. Lecture Notes for Chapter 3

Data Mining: Exploring Data. Lecture Notes for Chapter 3 Data Mining: Exploring Data Lecture Notes for Chapter 3 1 What is data exploration? A preliminary exploration of the data to better understand its characteristics. Key motivations of data exploration include

More information

Invisible environments: How to conduct qualitative research within digital spaces

Invisible environments: How to conduct qualitative research within digital spaces Invisible environments: How to conduct qualitative research within digital spaces Amelia Robinson Audience Researcher and Advocate Science Museum, London February 2013 Today 1. What are invisible environments

More information

Using Image Content Correctly

Using Image Content Correctly Using Image Content Correctly Image Is Everything ISSUE #2 An Understated Task One of the most significant elements of any website is its image content, and knowing how and where to use imagery, as well

More information

CCL-EAR COMMITTEE REVIEW Elsevier ScienceDirect Health & Life Sciences Journals (College Edition) October 2011

CCL-EAR COMMITTEE REVIEW Elsevier ScienceDirect Health & Life Sciences Journals (College Edition) October 2011 CCL-EAR COMMITTEE REVIEW Elsevier ScienceDirect Health & Life Sciences Journals (College Edition) October 2011 ScienceDirect Health & Life Sciences Journals is published by Elsevier, one of the world's

More information

Optimization Methods: Advanced Topics in Optimization - Multi-objective Optimization 1. Module 8 Lecture Notes 2. Multi-objective Optimization

Optimization Methods: Advanced Topics in Optimization - Multi-objective Optimization 1. Module 8 Lecture Notes 2. Multi-objective Optimization Optimization Methods: Advanced Topics in Optimization - Multi-objective Optimization 1 Module 8 Lecture Notes 2 Multi-objective Optimization Introduction In a real world problem it is very unlikely that

More information

Data Presentation. Figure 1. Hand drawn data sheet

Data Presentation. Figure 1. Hand drawn data sheet Data Presentation The purpose of putting results of experiments into graphs, charts and tables is two-fold. First, it is a visual way to look at the data and see what happened and make interpretations.

More information

WIWE ios application User Guide

WIWE ios application User Guide WIWE ios application User Guide v1.0 MEDICAL-SZOFIT KFT. Contents 1. Introduction 2. System requirements 3. Start 4. First use o Account registration o Discovering WIWE device, Bluetooth pairing o Settings

More information

Eight units must be completed and passed to be awarded the Diploma.

Eight units must be completed and passed to be awarded the Diploma. Diploma of Computing Course Outline Campus Intake CRICOS Course Duration Teaching Methods Assessment Course Structure Units Melbourne Burwood Campus / Jakarta Campus, Indonesia March, June, October 022638B

More information

General Purpose GPU Programming (1) Advanced Operating Systems Lecture 14

General Purpose GPU Programming (1) Advanced Operating Systems Lecture 14 General Purpose GPU Programming (1) Advanced Operating Systems Lecture 14 Lecture Outline Heterogenous multi-core systems and general purpose GPU programming Programming models Heterogenous multi-kernels

More information

Visual support for work assignment in YAWL

Visual support for work assignment in YAWL Visual support for work assignment in YAWL Citation for published version (APA): Cardi, F., Leoni, de, M., Adams, M., Hofstede, ter, A. H. M., & Aalst, van der, W. M. P. (2009). Visual support for work

More information

MRes in Research Methodology

MRes in Research Methodology MRes in Research Methodology OBJECTIVES The overall aim of our postgraduate research training programmes is to provide researchers with foundation-level competency in the research skills generic to their

More information