Visualizing MyAnimeList

Size: px
Start display at page:

Download "Visualizing MyAnimeList"

Transcription

1 Visualizing MyAnimeList Binh Tran Abstract MyAnimeList users use myanimelist.net to track the anime they watch. The users see a lot of simple visualizations on the website. There is not a lot of understanding on how MyAnimeList users use the website. The users could be incorrectly using their Anime lists. This paper analyzes a new visualization tool aimed at understanding MyAnimeList users usage patterns of their Anime List. 1 Introduction MyAnimeList is a useful tool for the anime enthusiast. It started out as a tool for anime enthusiasts to track what they have watched as an alternative to storing all that data in Excel spreadsheets. As more users signed up to the site, the tool evolved to meet user s demands. The initial anime list-tracking tool progressed to allow importing of data from Excel spreadsheets. Users could search for anime on MyAnimeList s vast databases to add to their list. The licensing companies were responsible for updating the anime database. Anime could be categorized into different types. The types of anime are TV, OVA, Movie, Special, ONA, and Music. Anime with the type TV are ones shown on television at least once in Japan. Anime with the type OVA (Original Video Animation) are standalone episodes. These are usually less than 10 episodes. They use to be typed as OAV for being mistaken as Original Adult Video. Anime with the type Movie are full feature films. They classified as having a total of 1 episode. Anime with the type Special are unique. Anime with the type ONA (Original Net Animation) are ones that are directly released onto the Internet. They could still be aired on television and typically have a smaller total number of episodes. Anime with the type music are a series of music videos. They tend to have a smaller number of total episodes. Anime could have different airing statuses. The airing statuses are currently airing, finished airing, and not yet aired. Anime currently airing are ones that have ongoing episodes, so the total number of episodes is unknown. Anime finished airing are ones that have a definite total number of episodes. Anime that have not yet aired do not have a known total number of episodes, and the number of watched episodes should be 0. Anime are categorized with different watch statuses. The watch statuses are watching, completed, on hold, dropped, and plan to watch. Anime the user is watching is exactly that. Anime the user has completed are ones where they have watched all the episodes. This means a ratio of watched episodes to total episodes should be equal to 1. Anime that are on hold are ones the user has stopped watching, but plan on watching when they have the time. The on hold anime should eventually be changed back to watching status. Anime that are dropped are ones that the user chooses to stop watching completely. Anime that are planned to watch are ones that are interesting and pending for watching. This category has watched episodes count of 0. Usually anime would be scored when they are completed. This is only sensible for an unbiased score. Anime are scored from 1 to 10. An anime that is not yet scored has a score value of 0 in MyAnimeList s database. The scores 1 to 10 are understood as 1. Unwatchable 2. Horrible 3. Very Bad 4. Bad 5. Average 6. Fine 7. Good 8. Very Good 1

2 9. Great 10. Masterpiece This paper will discuss a MyAnimeList visualization tool used to get an understanding of how a user keeps track of their anime. It will see if people use the tool in some incorrect way. 2 Technical Detail The visualization was written in JavaScript and interfaces with WebGL. The JavaScript libraries jquery, three.js, and d3.js were used. jquery is a general purpose JavaScript library that attempts to ease the cross-browser compatibility with JavaScript interpretations. The library three.js is a 3d scene graph that uses WebGL as the underlying technology. The library d3.js is a 2d InfoVis toolkit that utilizes SVG. Figure 1 - MyAnimeList Visualization with all options set To accomplish the visualization, numerous processes occur. First, the user chooses which MyAnimeList user s anime list they wish to view and clicks the Get Anime List button. Data is then retrieved from the unofficial MyAnimeList api at with an AJAX GET request sent with jquery s ajax function. This returns the anime list data as JSON. Usually, hardcore anime watchers have a few hundred anime on their list. For example, xinil, the creator of MyAnimeList, has 374 anime in his list. The JSON is a key-value data structure. There are 2 initial keys anime and statistics. The key anime has value of a JSON array storing anime data. A process then takes the JSON array and initializes the 3d scene graph on the left and the 2d scatterplot on the right. The data for each anime includes: airing status type user score watched number of episodes watch status title total number of episodes The x-axis of the 3d scene graph contains the!"!#$!"#$%&!"!"#$%!"#$%&!$. The y-axis of the 3d 2

3 scene graph contains the!"#$h!"!"#$%&!"!"#$%!"#$%&!$. These square rooted values help compact the data to fit into the 3d scene graph. The z-axis of the 3d scene graph contains the anime score from The score 0 represents an anime without a score. The anime nodes are than colorcoded from red to purple to blue. The red represents a very biased anime. This means the anime has not been fully watched or the watched number of episodes is less than the total number of episodes. The purple coloring signals that about half of the total number of episodes has been watched. There is a threshold for a different shades of purple, which is a ratio of watched episodes to total episodes is greater than 0.3 but less than 0.7. The ratios less than equal to 0.3 are color-coded red. The ratios greater than equal or equal to 0.7 are color-coded blue. An anime that is colored blue represents an unbiased anime or one where almost all the episodes have been watched. These thresholds for color mapping were decided based on the usual use cases of the Anime list. A ratio 0.7 or higher represents that a good majority of episodes have been watched. This means that it is pretty valid for scoring. A ratio of 0.3 and lower means that there was a mere watching of the anime. The 3d scene graph is viewed in a 2d format to the right. For better anime data visibility, the x-axis represents the square root of the total number of episodes. The y-axis represents the square root of the number of watched episodes. The color-coding remains the same. Their type, airing status, watch status, and their scores can filter out certain anime. The unbiased plane shows where the episodes watched compared to total episodes equals to 1 that can be displayed. The 2d scatterplot shows the actual range of the anime data with the x-axis representing the number of total episodes. The y-axis represents the number of watched episodes. The color-coding remains the same, but is adjusted for a 256-color scheme function in d3. 3 Results The visualization tool was used to analyze xinil s, the creator of MyAnimeList and a hardcore anime watcher, anime list. The results were determined from using the filter controls on the large collection of 374 anime. The 374 anime were too big to really get meaningful results. Figure 2 - xinil's unscored anime Based on xinil s unscored anime, it would make sense that most of the anime are color coded red. Not many of the anime episodes have been watched. There are some anime that are reaching the unbiased plane and are coming to completed status. Most likely, within the month, xinil would change the blue colored anime to completed status with a score. 3

4 Figure 3 - xinil's score 1 (Unwatchable) anime MyAnimeList user xinil does not have any anime scored 1 (Unwatchable). This makes sense when hardcore anime users tend to try to watch all of their anime. Because they have the ability to watch through all the anime, it is unlikely that the hardcore users would rate an anime so low. A user would not continue watching a poor anime. Figure 4 - xinil's score 2 (Horrible) anime 4

5 Xinil does not like to score his anime at 2. His lowest scoring threshold is greater than 2. Figure 5 - xinil's score 3 (Very Bad) anime This is the lowest scoring threshold xinil has for his anime. Out of 374 anime, he only scores 2 anime as very bad. He seems to be a very positive anime watcher when only 2 out of his 374 anime or about 0.005% of his anime have this bad of a rating. Suprisingly, this shows he has unbiased scores for these anime because they are right on the unbiased plane and they are blue. These anime are however short on episodes. They could potentially represent movies. Movie ratings can be an easier hit or miss compared to a length of an anime of type TV. Figure 6 - xinil's score 4 (Bad) anime 5

6 It is becoming apparent that xinil doesn t generally score his anime low. If the anime has a low score like a 2 or 4, they tend to be fully watched. It looks like some of these anime are movies because they are hovering around the one mark. Figure 7 - xinil's score 5 (Average) anime It is becoming an apparent trend that xinil that does not really rate his anime low. Out of 374 anime, 20 of the anime are rated average. That is an average rating for only 5% of his anime. Strangely, the average ratings are showing some unbiased scores. It would make sense that if xinil gives an average, he would have watched a little bit more of the anime where it would be color coded purple and blue. A good majority of these anime are unbiased scores. 6

7 Figure 8 - xinil's score 6 (Fine) anime A good portion of anime rated 6 are unbiased rated. Some of the anime seem quickly judged based on the red coloring. Of 374 anime, 38 or about 10% of the anime are scored fine. There is an anime that is still airing and is unbiased. This is legitimate scoring because some of the best-rated anime are ones that are still airing like Naruto, and One Piece. Some anime watchers think some ongoing series are overrated, which xinil could be showing here with the few outliers. Figure 9 - xinil's score 7 (Good) anime Xinil scores 70 out of 374 about 20% of his anime as Good. A good portion of the anime is watched fully. There are a few that probably should not be scored yet and is represented in the mid-range. 7

8 Figure 10 - xinil's score 8 (Very Good) anime The majority of Very Good anime are completed. There are a few biased anime, which he is not close to finishing. Figure 11 - xinil's score 9 (Great) anime Xinil scores 43 of 374 or about 11% of his anime to be great. Almost all the anime that are scored this highly have an unbiased value. It seems that xinil took the time to really score these anime. It would not be surprising if xinil actually has reviews for some of these anime. 8

9 Figure 12 - xinil's score 10 (Masterpiece) anime Anime that are given the highest score are pretty rare. Only 12 out of 374 or about 3% of anime get this prestigious rating. All of xinil s anime that are scored this high are unbiased. He has seen all of the episodes, and they are completed series because all the blue circles are right on the unbiased plane. Figure 13 - xinil's anime Watching The amount a person is tracking as watching should be small, which xinil shows here as 6. A few of these anime are almost completed, which he does score. 9

10 Figure 14 - xinil's anime Completed Anime that are completed should have unbiased scores. Xinil s scores portray this. It shows that for about all of the completed anime, he scores them at least a 3. There is one completed anime that he has not scored. He most likely forgot about it. Figure 15 - xinil's anime On-Hold The majority of anime on-hold do not have unbiased scores. They tend to have no score. A few of these anime are scored within the good unbiased threshold. It is possible that the anime that have unbiased scores will be put back on the watching status. 10

11 Figure 16 - xinil's anime Dropped A good portion of dropped anime has biased scores. This could represent the mentality that if something feels awful, one should not watch it anymore. They should have lower scores, but what we see is a dump on scores from 5 to 7. At least a portion of the anime has no score, showing that xinil rather not give a biased score, which some other user could judge. Rather, xinil is putting quick judgment on anime he liked the first few times around, but he does not necessary have enough time to watch them. Figure 17 - xinil's anime Plan To Watch 11

12 The Plan To Watch status is properly used. All these anime have no episodes watched. It is shocking to see that 52 out of 374 or about 14% of anime are being planned to watch. This seems to be a dump list of intriguing anime to watch, which should go down when xinil decides to watch some of them. Figure 18 - xinil's anime Currently Airing In this case, xinil does not have much anime that are currently airing on his list. This makes sense. A user only tracks a few new anime at a time. For the most part, currently airing anime do not have an established number of episodes because they are ongoing. However, it is strange to see the opposite with a few anime that have a defined number of total episodes. These anime tend to be scored because they probably are series that have been established for a while. 12

13 Figure 19 - xinil's anime Finished Airing The majority of anime that xinil has on his list are finished airing. It makes sense because the anime that he does not get to could be on air for a time, but be finished by the time he gets to them. The majority of these anime seem to hover around average scoring. Figure 20 - xinil's anime Not Yet Aired In this case, xinil does not have any special privileges to start tracking anime that have not yet aired. You would think that because he is the creator of MyAnimeList, he would get some special privileges. If this is the case, it is highly likely that no other user can add any anime that have not yet aired. The anime creators most likely update these anime in the database. 13

14 Figure 21 - xinil's anime of type TV Xinil most watches anime of the type TV, which is 271 out of 374 or about 72%. This makes sense because most anime strive to be a TV series. Figure 22 - xinil's anime of type OVA Interestingly, the anime with type OVA are right on the unbiased plane. Most likely, they are completed. A few are being planned to watch. 14

15 Figure 23 - xinil's anime of type Movie As would most of the movies that are completed would have an unbiased score. It is strange to see some of the movies unwatched when they are scored. This seems to be a misuse of the anime list from xinil. Only a small group of movies have no score and are most likely being planned to watch. Figure 24 - xinil's anime of type Special It seems that Special anime are not really tracked by xinil because he only has 6 of them. They tend to have biased scores. 15

16 Figure 25 - xinil's anime of type ONA Xinil simply does not watch any anime with the type ONA. Figure 26 - xinil's anime of type Music Specifically, this shows that xinil is not a big fan of anime of the type music. Based on all the different filtering of xinil s anime list data, it can be concluded that he does not tend to score his anime low. He tends to use an average score to quickly score things. He does take the time to score an anime that are 8 to 10 when the majority of them are completed. The majority of the anime on 16

17 the list have the type TV. A few completed anime are incorrectly categorized. The user xinil does not watch anime that are ONA or music. For the most part, xinil knows how to use his personally built tool. 6 Related Work There has been work trying to visualize data with WebGL such as PhiloGL [2]. Other than that, there are not many MyAnimeList visualizers to date. There are JavaScript InfoVis tools like d3 [6]. There are others like JavaScript InfoVis Toolkit [7]. 7 Conclusion This project helps a person understand MyAnimeList user anime list data to show how a visualization tool can be used to understand the behaviors of a user using MyAnimeList s anime list tracker. It gives a good understanding by having a 3 dimensional and 2 dimensional visualizations working together with a lot of data filtering activity. It seems that it makes sense why InfoVis tends to lean towards 2d because it easier to understand than the 3d visualizations when dimensions represents scalar data that are not commonly referenced in math. References [1] Nicolas Garcia Belmonte. The three.js toolkit can be available from [2] Nicolas Garcia Belmonte. The PhiloGL toolkit can be available from [3] Unofficial MyAnimeList. [4] John Resig. jquery library. The jquery library is available from [5] Paul Bakaus. jquery UI library. The jquery UI library is available from [6] Mike Bostock. d3 library. The d3 library is available from [7] Nicolas Garcia Belmonte. The JavaScript Infovis Toolkit is available from

Visualizing Software Projects in JavaScript

Visualizing Software Projects in JavaScript Visualizing Software Projects in JavaScript Tim Disney Abstract Visualization techniques have been used to help programmers deepen their understanding of large software projects. However the existing visualization

More information

Visualization Quick Guide

Visualization Quick Guide Visualization Quick Guide A best practice guide to help you find the right visualization for your data WHAT IS DOMO? Domo is a new form of business intelligence (BI) unlike anything before an executive

More information

Visualizing Data: Scalable Interactivity

Visualizing Data: Scalable Interactivity Visualizing Data: Scalable Interactivity The best data visualizations illustrate hidden information and structure contained in a data set. As access to large data sets has grown, so has the need for interactive

More information

Power Tools for Pivotal Tracker

Power Tools for Pivotal Tracker Power Tools for Pivotal Tracker Pivotal Labs Dezmon Fernandez Victoria Kay Eric Dattore June 16th, 2015 Power Tools for Pivotal Tracker 1 Client Description Pivotal Labs is an agile software development

More information

I. Create the base view with the data you want to measure

I. Create the base view with the data you want to measure Developing Key Performance Indicators (KPIs) in Tableau The following tutorial will show you how to create KPIs in Tableau 9. To get started, you will need the following: Tableau version 9 Data: Sample

More information

MicroStrategy Desktop

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

More information

Comparative Analysis Report:

Comparative Analysis Report: Comparative Analysis Report: Visualization Tools & Platforms By Annabel Weiner, Erol Basusta, Leah Wilkinson, and Quenton Oakes Table of Contents Executive Summary Introduction Assessment Criteria Publishability

More information

Visualizing a Neo4j Graph Database with KeyLines

Visualizing a Neo4j Graph Database with KeyLines Visualizing a Neo4j Graph Database with KeyLines Introduction 2! What is a graph database? 2! What is Neo4j? 2! Why visualize Neo4j? 3! Visualization Architecture 4! Benefits of the KeyLines/Neo4j architecture

More information

Sharing Files with HomeGroup

Sharing Files with HomeGroup with HomeGroup New to Windows 7? Even though there s a lot in common with the version of Windows that you had before, you might still need a hand getting up to speed. This guide is filled with useful info

More information

Making the Most of Existing Public Web Development Frameworks WEB04

Making the Most of Existing Public Web Development Frameworks WEB04 Making the Most of Existing Public Web Development Frameworks WEB04 jquery Mobile Write less, do more 2 The jquery Suite UI Overhaul Look and Feel Transitions Interactions Touch, Mouse, Keyboard Don t

More information

Triggers & Actions 10

Triggers & Actions 10 Triggers & Actions 10 CHAPTER Introduction Triggers and actions are the building blocks that you can use to create interactivity and custom features. Once you understand how these building blocks work,

More information

Maya 2014 Basic Animation & The Graph Editor

Maya 2014 Basic Animation & The Graph Editor Maya 2014 Basic Animation & The Graph Editor When you set a Keyframe (or Key), you assign a value to an object s attribute (for example, translate, rotate, scale, color) at a specific time. Most animation

More information

Ulf Hermann. October 8, 2014 / Qt Developer Days 2014. The Qt Company. Using The QML Profiler. Ulf Hermann. Why? What? How To. Examples.

Ulf Hermann. October 8, 2014 / Qt Developer Days 2014. The Qt Company. Using The QML Profiler. Ulf Hermann. Why? What? How To. Examples. Using The QML The Qt Company October 8, 2014 / Qt Developer Days 2014 1/28 Outline 1 Reasons for Using a Specialized for Qt Quick 2 The QML 3 Analysing Typical Problems 4 Live of Profiling and Optimization

More information

Download and Installation Instructions. Visual C# 2010 Help Library

Download and Installation Instructions. Visual C# 2010 Help Library Download and Installation Instructions for Visual C# 2010 Help Library Updated April, 2014 The Visual C# 2010 Help Library contains reference documentation and information that will provide you with extra

More information

Lab 2: Visualization with d3.js

Lab 2: Visualization with d3.js Lab 2: Visualization with d3.js SDS235: Visual Analytics 30 September 2015 Introduction & Setup In this lab, we will cover the basics of creating visualizations for the web using the d3.js library, which

More information

Principles of Data Visualization for Exploratory Data Analysis. Renee M. P. Teate. SYS 6023 Cognitive Systems Engineering April 28, 2015

Principles of Data Visualization for Exploratory Data Analysis. Renee M. P. Teate. SYS 6023 Cognitive Systems Engineering April 28, 2015 Principles of Data Visualization for Exploratory Data Analysis Renee M. P. Teate SYS 6023 Cognitive Systems Engineering April 28, 2015 Introduction Exploratory Data Analysis (EDA) is the phase of analysis

More information

Guidelines for Creating Reports

Guidelines for Creating Reports Guidelines for Creating Reports Contents Exercise 1: Custom Reporting - Ad hoc Reports... 1 Exercise 2: Custom Reporting - Ad Hoc Queries... 5 Exercise 3: Section Status Report.... 8 Exercise 1: Custom

More information

Data Visualization in Julia

Data Visualization in Julia Introduction: Data Visualization in Julia Andres Lopez-Pineda December 13th, 211 I am Course 6 and 18, and I am primarily interested in Human Interfaces and Graphics. I took this class because I believe

More information

Public Health Activities and Services Tracking (PHAST) Interactive Data Visualization Tool User Manual

Public Health Activities and Services Tracking (PHAST) Interactive Data Visualization Tool User Manual Public Health Activities and Services Tracking (PHAST) Interactive Data Visualization Tool User Manual Funded by a grant from the Robert Wood Johnson Foundation. http://phastdata.org PHAST Interactive

More information

WELCOME TO THE WORLD OF TELL ME MORE KIDS!... 3 TEACHER TOOLS... 4 IDENTIFICATION SCREEN... 5 HOMEPAGE... 6

WELCOME TO THE WORLD OF TELL ME MORE KIDS!... 3 TEACHER TOOLS... 4 IDENTIFICATION SCREEN... 5 HOMEPAGE... 6 User Manual Contents WELCOME TO THE WORLD OF TELL ME MORE KIDS!... 3 TEACHER TOOLS... 4 IDENTIFICATION SCREEN... 5 HOMEPAGE... 6 NAVIGATION... 6 EXITING TELL ME MORE KIDS... 7 PLACES... 7 VOCABULARY...

More information

Visualization. For Novices. ( Ted Hall ) University of Michigan 3D Lab Digital Media Commons, Library http://um3d.dc.umich.edu

Visualization. For Novices. ( Ted Hall ) University of Michigan 3D Lab Digital Media Commons, Library http://um3d.dc.umich.edu Visualization For Novices ( Ted Hall ) University of Michigan 3D Lab Digital Media Commons, Library http://um3d.dc.umich.edu Data Visualization Data visualization deals with communicating information about

More information

Learning HTML5 Game Programming

Learning HTML5 Game Programming Learning HTML5 Game Programming A Hands-on Guide to Building Online Games Using Canvas, SVG, and WebGL James L. Williams AAddison-Wesley Upper Saddle River, NJ Boston Indianapolis San Francisco New York

More information

4/25/2016 C. M. Boyd, [email protected] Practical Data Visualization with JavaScript Talk Handout

4/25/2016 C. M. Boyd, ceilyn_boyd@harvard.edu Practical Data Visualization with JavaScript Talk Handout Practical Data Visualization with JavaScript Talk Handout Use the Workflow Methodology to Compare Options Name Type Data sources End to end Workflow Support Data transformers Data visualizers General Data

More information

Tudumi: Information Visualization System for Monitoring and Auditing Computer Logs

Tudumi: Information Visualization System for Monitoring and Auditing Computer Logs Tudumi: Information Visualization System for Monitoring and Auditing Computer Logs Tetsuji Takada Satellite Venture Business Lab. University of Electro-Communications [email protected] Hideki Koike Graduate

More information

Step-by-Step Help Guide for Freegal Movies and Television

Step-by-Step Help Guide for Freegal Movies and Television Step-by-Step Help Guide for Freegal Movies and Television 0 Table of Contents Welcome 2 What is Freegal Movies and Television 2 Freegal Music Offerings to Patrons 2 Freegal Movies and Television Homepage

More information

Final project report MODAVI Movie Database Visualization

Final project report MODAVI Movie Database Visualization Final project report MODAVI Movie Database Visualization Group 7 Juha Hjelm 67359 Johanna Huhtala 81535 Petri Laitinen 73651 Tiina Malinen 72957 2 Table of Contents 1 Introduction... 3 1.1 Problem statement...3

More information

Enterprise Web Developer : Using the Emprise Javascript Charting Widgets.

Enterprise Web Developer : Using the Emprise Javascript Charting Widgets. Version 4.0.682.2 Background Enterprise Web Developer Using the Emprise Javascript Charting Widgets As of build 4.0.682, Enterprise Web Developer (EWD) includes advanced functionality that allows you to

More information

Visualizing an OrientDB Graph Database with KeyLines

Visualizing an OrientDB Graph Database with KeyLines Visualizing an OrientDB Graph Database with KeyLines Visualizing an OrientDB Graph Database with KeyLines 1! Introduction 2! What is a graph database? 2! What is OrientDB? 2! Why visualize OrientDB? 3!

More information

THE SMARTEST ANIMAL IN THE ENTERTAINMENT KINGDOM.

THE SMARTEST ANIMAL IN THE ENTERTAINMENT KINGDOM. LET S JUMP RIGHT IN THE SMARTEST ANIMAL IN THE ENTERTAINMENT KINGDOM. TRAINED TO GIVE YOU THE BEST IN WHOLE-HOME ENTERTAINMENT. Welcome to the Hopper, a Whole-Home HD DVR from DISH that brings full DVR

More information

Team Members: Christopher Copper Philip Eittreim Jeremiah Jekich Andrew Reisdorph. Client: Brian Krzys

Team Members: Christopher Copper Philip Eittreim Jeremiah Jekich Andrew Reisdorph. Client: Brian Krzys Team Members: Christopher Copper Philip Eittreim Jeremiah Jekich Andrew Reisdorph Client: Brian Krzys June 17, 2014 Introduction Newmont Mining is a resource extraction company with a research and development

More information

The main imovie window is divided into six major parts.

The main imovie window is divided into six major parts. The main imovie window is divided into six major parts. 1. Project Drag clips to the project area to create a timeline 2. Preview Window Displays a preview of your video 3. Toolbar Contains a variety of

More information

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable

More information

Data representation and analysis in Excel

Data representation and analysis in Excel Page 1 Data representation and analysis in Excel Let s Get Started! This course will teach you how to analyze data and make charts in Excel so that the data may be represented in a visual way that reflects

More information

Dong-Joo Kang* Dong-Kyun Kang** Balho H. Kim***

Dong-Joo Kang* Dong-Kyun Kang** Balho H. Kim*** Visualization Issues of Mass Data for Efficient HMI Design on Control System in Electric Power Industry Visualization in Computerized Operation & Simulation Tools Dong-Joo Kang* Dong-Kyun Kang** Balho

More information

Filtering Email with Microsoft Outlook

Filtering Email with Microsoft Outlook Filtering Email with Microsoft Outlook Microsoft Outlook is an email client that can retrieve and send email from various types of mail servers. It includes some advanced functionality that allows you

More information

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel Plots, Curve-Fitting, and Data Modeling in Microsoft Excel This handout offers some tips on making nice plots of data collected in your lab experiments, as well as instruction on how to use the built-in

More information

A Tutorial on dynamic networks. By Clement Levallois, Erasmus University Rotterdam

A Tutorial on dynamic networks. By Clement Levallois, Erasmus University Rotterdam A Tutorial on dynamic networks By, Erasmus University Rotterdam V 1.0-2013 Bio notes Education in economics, management, history of science (Ph.D.) Since 2008, turned to digital methods for research. data

More information

Making Visio Diagrams Come Alive with Data

Making Visio Diagrams Come Alive with Data Making Visio Diagrams Come Alive with Data An Information Commons Workshop Making Visio Diagrams Come Alive with Data Page Workshop Why Add Data to A Diagram? Here are comparisons of a flow chart with

More information

GETTING STARTED WITH SQL SERVER

GETTING STARTED WITH SQL SERVER GETTING STARTED WITH SQL SERVER Download, Install, and Explore SQL Server Express WWW.ESSENTIALSQL.COM Introduction It can be quite confusing trying to get all the pieces in place to start using SQL. If

More information

Sonatype CLM Server - Dashboard. Sonatype CLM Server - Dashboard

Sonatype CLM Server - Dashboard. Sonatype CLM Server - Dashboard Sonatype CLM Server - Dashboard i Sonatype CLM Server - Dashboard Sonatype CLM Server - Dashboard ii Contents 1 Introduction 1 2 Accessing the Dashboard 3 3 Viewing CLM Data in the Dashboard 4 3.1 Filters............................................

More information

Stock Investment Guide Software Manual. By Churr Software. The Stock Investment Guide (manual version 0.8) ------ 1

Stock Investment Guide Software Manual. By Churr Software. The Stock Investment Guide (manual version 0.8) ------ 1 Stock Investment Guide Software Manual By Churr Software The Stock Investment Guide (manual version 0.8) ------ 1 This manual may not be duplicated either in whole or in part by any means without the expressed

More information

Welcome to e2020! Included in this Guide. Tips to Help You Succeed with e2020. Focus on 3 Things: Space, Time, Productivity

Welcome to e2020! Included in this Guide. Tips to Help You Succeed with e2020. Focus on 3 Things: Space, Time, Productivity Welcome to e2020! Your success with your e2020 courses is very important to everyone: you, your parents, your teachers and e2020. In hopes of helping you achieve that success, we ve created this QuickStart

More information

Learning Management System (LMS) Guide for Administrators

Learning Management System (LMS) Guide for Administrators Learning Management System (LMS) Guide for Administrators www.corelearningonline.com Contents Core Learning Online LMS Guide for Administrators Overview...2 Section 1: Administrator Permissions...3 Assigning

More information

Intro to 3D Animation Using Blender

Intro to 3D Animation Using Blender Intro to 3D Animation Using Blender Class Instructor: Anthony Weathersby Class Objectives A primer in the areas of 3D modeling and materials An introduction to Blender and Blender s toolset Course Introduction

More information

Virtual Heart User Manual Username Password

Virtual Heart User Manual Username Password Virtual Heart User Manual Username Password These instructions are meant to help you use the Virtual Heart website. Please write down your username and password and store them in a safe place in case you

More information

not think the same. So, the consumer, at the end, is the one that decides if a game is fun or not. Whether a game is a good game.

not think the same. So, the consumer, at the end, is the one that decides if a game is fun or not. Whether a game is a good game. MR CHU: Thank you. I would like to start off by thanking the Central Policy Unit for the invitation. I was originally from Hong Kong, I left Hong Kong when I was 14 years old, it is good to come back with

More information

Page 1 Basic Computer Skills Series: The Internet and the World Wide Web GOALS

Page 1 Basic Computer Skills Series: The Internet and the World Wide Web GOALS GOALS Understand the differences between the Internet and the World Wide Web Use a web browser to find and open websites Navigate using links, the back button, and the forward button Use bookmarks and

More information

SketchUp Instructions

SketchUp Instructions SketchUp Instructions Every architect needs to know how to use SketchUp! SketchUp is free from Google just Google it and download to your computer. You can do just about anything with it, but it is especially

More information

Advanced handicapping made easy.

Advanced handicapping made easy. Advanced handicapping made easy. Handicapping is the art or science of selecting a winning horse based on the information that is available to you before the race. A first time visitor to the track might

More information

RECORDING AND CAPTURING SOUND

RECORDING AND CAPTURING SOUND 12 RECORDING AND CAPTURING SOUND 12.1 INTRODUCTION Recording and capturing sound is a complex process with a lot of considerations to be made prior to the recording itself. For example, there is the need

More information

Visualizations for Exploration of American Football Season and Play Data

Visualizations for Exploration of American Football Season and Play Data Visualizations for Exploration of American Football Season and Play Data Sean Gabriel Owens and T.J. Jankun-Kelly, Senior Member, IEEE Fig. 1. Overview of the game summary arc visualization. Each arc represents

More information

Introduction to D3.js Interactive Data Visualization in the Web Browser

Introduction to D3.js Interactive Data Visualization in the Web Browser Datalab Seminar Introduction to D3.js Interactive Data Visualization in the Web Browser Dr. Philipp Ackermann Sample Code: http://github.engineering.zhaw.ch/visualcomputinglab/cgdemos 2016 InIT/ZHAW Visual

More information

TIBCO Spotfire Network Analytics 1.1. User s Manual

TIBCO Spotfire Network Analytics 1.1. User s Manual TIBCO Spotfire Network Analytics 1.1 User s Manual Revision date: 26 January 2009 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

GeoTweet: A Geographical Analysis of Word Frequency in Tweets Across the U.S.

GeoTweet: A Geographical Analysis of Word Frequency in Tweets Across the U.S. GeoTweet: A Geographical Analysis of Word Frequency in Tweets Across the U.S. Garrett Griffin and Hanna Nowicki 2015-12-16 Abstract GeoTweet is a convenient tool for collecting tweets sent by users in

More information

an introduction to VISUALIZING DATA by joel laumans

an introduction to VISUALIZING DATA by joel laumans an introduction to VISUALIZING DATA by joel laumans an introduction to VISUALIZING DATA iii AN INTRODUCTION TO VISUALIZING DATA by Joel Laumans Table of Contents 1 Introduction 1 Definition Purpose 2 Data

More information

3D Data Visualization / Casey Reas

3D Data Visualization / Casey Reas 3D Data Visualization / Casey Reas Large scale data visualization offers the ability to see many data points at once. By providing more of the raw data for the viewer to consume, visualization hopes to

More information

Functions of Software Programs

Functions of Software Programs Functions of Software Programs The Design Center contains a wide array of graphic design, web, video, and audio editing software. Many of these applications, such as Photoshop and Final Cut Pro are powerful,

More information

INTRODUCING AZURE SEARCH

INTRODUCING AZURE SEARCH David Chappell INTRODUCING AZURE SEARCH Sponsored by Microsoft Corporation Copyright 2015 Chappell & Associates Contents Understanding Azure Search... 3 What Azure Search Provides...3 What s Required to

More information

MicroStrategy Analytics Express User Guide

MicroStrategy Analytics Express User Guide MicroStrategy Analytics Express User Guide Analyzing Data with MicroStrategy Analytics Express Version: 4.0 Document Number: 09770040 CONTENTS 1. Getting Started with MicroStrategy Analytics Express Introduction...

More information

Stanford Newspaper Visualization

Stanford Newspaper Visualization Stanford Newspaper Visualization By Lisa Louise Cooke Data Visualization is a growing trend online and Stanford University s Rural West Initiative at the Bill Lane Center for the American West uses this

More information

3 Ways Your Web Design Can Better Connect You to Your Audience

3 Ways Your Web Design Can Better Connect You to Your Audience 3 Ways Your Web Design Can Better Connect You to Your Audience by Rafal Tomal Feb 06 How do people recognize good web design? There is a big difference between good and bad design. Many people can identify

More information

Determine If An Equation Represents a Function

Determine If An Equation Represents a Function Question : What is a linear function? The term linear function consists of two parts: linear and function. To understand what these terms mean together, we must first understand what a function is. The

More information

Opening, Importing and Saving Images

Opening, Importing and Saving Images Opening, Importing and Saving Images This tutorial will help you to become familiar with how to open, import and save the various file types that the Make The Cut! (MTC!) software supports. You can find

More information

THE TOP TEN TIPS FOR USING QUALTRICS AT BYU

THE TOP TEN TIPS FOR USING QUALTRICS AT BYU THE TOP TEN TIPS FOR USING QUALTRICS AT BYU TIP #1: CREATING A SURVEY FROM A COPY AND COLLABORATING ON SURVEYS TIP #2: CREATING AND USING PANELS TIP #3: LIBRARIES AND HOW TO USE THEM TIP #4: BASIC SKIP

More information

Scratch Primary Lesson 4

Scratch Primary Lesson 4 Scratch Primary Lesson 4 Motion and Direction creativecomputerlab.com Motion and Direction In this session we re going to learn how to move a sprite. Go to http://scratch.mit.edu/ and start a new project:

More information

Meeting the requirements of the Care Certificate is a challenge for all employers of health and social care support workers.

Meeting the requirements of the Care Certificate is a challenge for all employers of health and social care support workers. Contents Each game kit contains: 1 x Game Board 1 x 60 second Timer 1 x Dice 53 Yellow & 53 Red Tokens 2 x Player Counters 106 Care Certificate Question Cards Introduction Meeting the requirements of the

More information

CHAPTER. Monitoring and Diagnosing

CHAPTER. Monitoring and Diagnosing CHAPTER 20. This chapter provides details about using the Diagnostics & Monitoring system available through ShoreTel Director. It contains the following information: Overview... 661 Architecture... 661

More information

Microsoft SharePoint 2010

Microsoft SharePoint 2010 Tips & Tricks (page 1/5) 1. You should check out a document only if you want to make sure that no one else can change it until you check it back in. If you want to collaborate on a document, do not check

More information

ISSH 2011 ABM Track - Hands-on Exercise

ISSH 2011 ABM Track - Hands-on Exercise ISSH 2011 ABM Track - Hands-on Exercise Authors: Shawn Brown, University of Pittsburgh, [email protected] John Grefenstette, University of Pittsburgh, [email protected] Nathan Stone, Pittsburgh Supercomputing

More information

Turnitin User Guide. Includes GradeMark Integration. January 2014 (revised)

Turnitin User Guide. Includes GradeMark Integration. January 2014 (revised) Turnitin User Guide Includes GradeMark Integration January 2014 (revised) Copyright 2014 2 Contents Contents... 3 Turnitin Integration... 4 How This Guide is Organized... 4 Related Documentation... 4 Campus

More information

A Quick Start Guide On How To Promote Your Site Using Do It Myself SEO

A Quick Start Guide On How To Promote Your Site Using Do It Myself SEO A Quick Start Guide On How To Promote Your Site Using Do It Myself SEO Introduction Welcome to Do It Myself SEO, a set of tools for SEO, Social Media Analytics and Competitive Analysis. This platform boasts

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

Graphics Designer 101. Learn The Basics To Becoming A Graphics Designer!

Graphics Designer 101. Learn The Basics To Becoming A Graphics Designer! Graphics Designer 101 Learn The Basics To Becoming A Graphics Designer! Contents Introduction Chapter 1 The Role of the Graphics Designer Chapter 2 Qualifications in Order to Become a Graphics Designer

More information

Determine whether the following lines intersect, are parallel, or skew. L 1 : x = 6t y = 1 + 9t z = 3t. x = 1 + 2s y = 4 3s z = s

Determine whether the following lines intersect, are parallel, or skew. L 1 : x = 6t y = 1 + 9t z = 3t. x = 1 + 2s y = 4 3s z = s Homework Solutions 5/20 10.5.17 Determine whether the following lines intersect, are parallel, or skew. L 1 : L 2 : x = 6t y = 1 + 9t z = 3t x = 1 + 2s y = 4 3s z = s A vector parallel to L 1 is 6, 9,

More information

UX analytics to make a good app awesome

UX analytics to make a good app awesome UX analytics to make a good app awesome White Paper Copyright 2014 UXprobe bvba Table of contents Executive summary.... 3 1. Building a good app is a challenge... 4 2. How is UX of apps measured today?....

More information

RapidMiner 5.2: Advanced Charts

RapidMiner 5.2: Advanced Charts RapidMiner 5.2: Advanced Charts Manual Rapid-I www.rapid-i.com c 2012 by Rapid-I GmbH. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted,

More information

Graphic Design for Beginners

Graphic Design for Beginners Graphic Design for Beginners Presented By MasterResaleRights.com Table of Contents Introduction 3 Chapter 1 The Role of the Graphic Designer 5 Chapter 2 Qualifications in Order to Become a Graphic Designer

More information

Teaching Tips: Guide to Windows Movie Maker

Teaching Tips: Guide to Windows Movie Maker Teaching Tips: Guide to Windows Movie Maker Introduction This is not a comprehensive guide to using Windows Movie Maker and it is certainly not the definitive Help file for Movie Maker! The aim of this

More information

WCAG 2.0 Checklist. Perceivable Web content is made available to the senses - sight, hearing, and/or touch. Recommendations

WCAG 2.0 Checklist. Perceivable Web content is made available to the senses - sight, hearing, and/or touch. Recommendations WCAG 2.0 Checklist Perceivable Web content is made available to the senses - sight, hearing, and/or touch Guideline 1.1 Text Alternatives: Provide text alternatives for any non-text content Success Criteria

More information

Visualizing Fatal Car Accidents in America

Visualizing Fatal Car Accidents in America Kenneth Thieu [email protected] CMPS161 Visualizing Fatal Car Accidents in America Abstract The goal of this paper is to examine and analyze car accidents in America with fatal consequences, the rate of

More information

Math 1050 Khan Academy Extra Credit Algebra Assignment

Math 1050 Khan Academy Extra Credit Algebra Assignment Math 1050 Khan Academy Extra Credit Algebra Assignment KhanAcademy.org offers over 2,700 instructional videos, including hundreds of videos teaching algebra concepts, and corresponding problem sets. In

More information

Programming 3D Applications with HTML5 and WebGL

Programming 3D Applications with HTML5 and WebGL Programming 3D Applications with HTML5 and WebGL Tony Parisi Beijing Cambridge Farnham Köln Sebastopol Tokyo Table of Contents Preface ix Part I. Foundations 1. Introduction 3 HTML5: A New Visual Medium

More information

Access The Mathematics of Internet Search Engines

Access The Mathematics of Internet Search Engines Lesson1 Access The Mathematics of Internet Search Engines You are living in the midst of an ongoing revolution in information processing and telecommunications. Telephones, televisions, and computers are

More information

Windows Movie Maker 2012

Windows Movie Maker 2012 Windows Movie Maker 2012 Open Windows Movie Maker A shortcut for Movie Maker should be on the desktop, but if it is not, you can search for the program by touching the right edge of the screen and swiping

More information

Essbase Calculations: A Visual Approach

Essbase Calculations: A Visual Approach Essbase Calculations: A Visual Approach TABLE OF CONTENTS Essbase Calculations: A Visual Approach... 2 How Essbase Refers To Cells: Intersections and Intersection Names... 2 Global Calculation... 3 Relative

More information

How to rotoscope in Adobe After Effects

How to rotoscope in Adobe After Effects Adobe After Effects CS6 Project 6 guide How to rotoscope in Adobe After Effects Rotoscoping is an animation technique in which you draw, paint, or add other visual effects in a layer over live-action film

More information

Deposit Identification Utility and Visualization Tool

Deposit Identification Utility and Visualization Tool Deposit Identification Utility and Visualization Tool Colorado School of Mines Field Session Summer 2014 David Alexander Jeremy Kerr Luke McPherson Introduction Newmont Mining Corporation was founded in

More information

USING WINDOWS MOVIE MAKER TO CREATE THE MOMENT BEHIND THE PHOTO STORY PART 1

USING WINDOWS MOVIE MAKER TO CREATE THE MOMENT BEHIND THE PHOTO STORY PART 1 PART 1 Windows Movie Maker lets you assemble a range of video, pictures, and sound elements to create a story. It is an application that comes with most PC computers. This tip sheet was created using Windows

More information

17 of the Internet s Best Banner Ads. Love em or Hate em They Do Work!

17 of the Internet s Best Banner Ads. Love em or Hate em They Do Work! Love em or Hate em They Do Work! Banner Ads What are they? Ever since the Internet started to take off in the mid 90 s, banner ads have been an acceptable way of advertising on the Web. Banner ads come

More information

1. I have 4 sides. My opposite sides are equal. I have 4 right angles. Which shape am I?

1. I have 4 sides. My opposite sides are equal. I have 4 right angles. Which shape am I? Which Shape? This problem gives you the chance to: identify and describe shapes use clues to solve riddles Use shapes A, B, or C to solve the riddles. A B C 1. I have 4 sides. My opposite sides are equal.

More information

Demographics of Atlanta, Georgia:

Demographics of Atlanta, Georgia: Demographics of Atlanta, Georgia: A Visual Analysis of the 2000 and 2010 Census Data 36-315 Final Project Rachel Cohen, Kathryn McKeough, Minnar Xie & David Zimmerman Ethnicities of Atlanta Figure 1: From

More information

Introduction to ANSYS ICEM CFD

Introduction to ANSYS ICEM CFD Workshop 8.2 3D Pipe Junction 14.5 Release Introduction to ANSYS ICEM CFD 2012 ANSYS, Inc. April 1, 2013 1 Release 14.5 3D Pipe Junction 3D Pipe Junction This is a simple 4-way pipe intersection with two

More information

Web Design Competition 2013. College of Computing Science, Department of Information Systems. New Jersey Institute of Technology

Web Design Competition 2013. College of Computing Science, Department of Information Systems. New Jersey Institute of Technology COMPETITION PURPOSE The Web is the most transformable invention of our time. This competition features the creation of high-quality, well-designed and original Websites, while seeking to identify and encourage

More information

Data Visualization. Brief Overview of ArcMap

Data Visualization. Brief Overview of ArcMap Data Visualization Prepared by Francisco Olivera, Ph.D., P.E., Srikanth Koka and Lauren Walker Department of Civil Engineering September 13, 2006 Contents: Brief Overview of ArcMap Goals of the Exercise

More information