d3.js Data-Driven Documents Scott Murray, Jerome Cukier & Jeffrey Heer VisWeek 2012 Tutorial
|
|
|
- Gerald Bradford
- 10 years ago
- Views:
Transcription
1 d3.js Data-Driven Documents Scott Murray, Jerome Cukier & Jeffrey Heer VisWeek 2012 Tutorial
2 How much data (bytes) did we produce in 2010?
3 2010: 1,200 exabytes Gantz et al, 2008, 2010
4 2010: 1,200 exabytes 10x increase over 5 years Gantz et al, 2008, 2010
5 The ability to take data to be able to understand it, to process it, to extract value from it, to visualize it, to communicate it that s going to be a hugely important skill in the next decades, because now we really do have essentially free and ubiquitous data. So the complimentary scarce factor is the ability to understand that data and extract value from it. Hal Varian, Google s Chief Economist The McKinsey Quarterly, Jan 2009
6 How do people create visualizations?
7 How do people create visualizations? Chart Typology Pick from a stock of templates Easy-to-use but limited expressiveness Prohibits novel designs, new data types
8 How do people create visualizations? Chart Typology Pick from a stock of templates Easy-to-use but limited expressiveness Prohibits novel designs, new data types Component Architecture Permits more combinatorial possibilities Novel views require new operators, which requires software engineering.
9 Chart Typologies Excel, Many Eyes, Google Charts Visual Analysis Languages Tableau VizQL, ggplot2? Component Model Architectures Prefuse, Flare, Improvise Graphics APIs OpenGL, Java2D, GDI+, Processing
10 Chart Typologies Excel, Many Eyes, Google Charts Visual Analysis Languages Tableau VizQL, ggplot2? Component Model Architectures Prefuse, Flare, Improvise Graphics APIs OpenGL, Java2D, GDI+, Processing
11 Chart Typologies Excel, Many Eyes, Google Charts Visual Analysis Languages Tableau VizQL, ggplot2? Component Model Architectures Prefuse, Flare, Improvise Graphics APIs OpenGL, Java2D, GDI+, Processing
12 Chart Typologies Excel, Many Eyes, Google Charts Visual Analysis Languages Tableau VizQL, ggplot2? Component Model Architectures Prefuse, Flare, Improvise Graphics APIs OpenGL, Java2D, GDI+, Processing
13 Chart Typologies Excel, Many Eyes, Google Charts Visual Analysis Languages Tableau VizQL, ggplot2? Component Model Architectures Prefuse, Flare, Improvise Graphics APIs OpenGL, Java2D, GDI+, Processing
14 Chart Typologies Excel, Many Eyes, Google Charts Visual Analysis Languages Tableau VizQL, ggplot2? Efficiency Component Model Architectures Prefuse, Flare, Improvise Graphics APIs OpenGL, Java2D, GDI+, Processing
15 Chart Typologies Excel, Many Eyes, Google Charts Visual Analysis Languages Tableau VizQL, ggplot2? Expressiveness Efficiency Component Model Architectures Prefuse, Flare, Improvise Graphics APIs OpenGL, Java2D, GDI+, Processing
16 Chart Typologies Excel, Many Eyes, Google Charts Visual Analysis Languages Tableau VizQL, ggplot2? Expressiveness Efficiency Component Model Architectures Prefuse, Flare, Improvise Graphics APIs OpenGL, Java2D, GDI+, Processing
17 d3.js Data-Driven Documents
18 d3.js Data-Driven Documents A JavaScript tool for visualization on the web
19 d3.js Data-Driven Documents A JavaScript tool for visualization on the web Written and maintained by Michael Bostock
20 d3.js Data-Driven Documents A JavaScript tool for visualization on the web Written and maintained by Michael Bostock Research from Stanford Visualization Group
21 d3.js Data-Driven Documents A JavaScript tool for visualization on the web Written and maintained by Michael Bostock Research from Stanford Visualization Group The successor to our Protovis framework
22 d3.js Data-Driven Documents A JavaScript tool for visualization on the web Written and maintained by Michael Bostock Research from Stanford Visualization Group The successor to our Protovis framework
23 d3.js Data-Driven Documents A JavaScript tool for visualization on the web Written and maintained by Michael Bostock Research from Stanford Visualization Group The successor to our Protovis framework Available at
24 d3.js Data-Driven Documents A JavaScript tool for visualization on the web Written and maintained by Michael Bostock Research from Stanford Visualization Group The successor to our Protovis framework Available at BSD-licensed; now widely adopted & deployed
25 d3.js Data-Driven Documents A JavaScript tool for visualization on the web Written and maintained by Michael Bostock Research from Stanford Visualization Group The successor to our Protovis framework Available at BSD-licensed; now widely adopted & deployed
26 d3.js Data-Driven Documents
27 d3.js Data-Driven Documents Generate interactive web pages
28 d3.js Data-Driven Documents Generate interactive web pages Bind data to elements in an HTML document
29 d3.js Data-Driven Documents Generate interactive web pages Bind data to elements in an HTML document
30 d3.js Data-Driven Documents Generate interactive web pages Bind data to elements in an HTML document A D3 statement is a document transformation
31 d3.js Data-Driven Documents Generate interactive web pages Bind data to elements in an HTML document A D3 statement is a document transformation Add or modify elements in response to data
32 d3.js Data-Driven Documents Generate interactive web pages Bind data to elements in an HTML document A D3 statement is a document transformation Add or modify elements in response to data Plus animated transitions, layouts, scales & more
33 d3.js Data-Driven Documents Generate interactive web pages Bind data to elements in an HTML document A D3 statement is a document transformation Add or modify elements in response to data Plus animated transitions, layouts, scales & more
34 d3.js Data-Driven Documents Generate interactive web pages Bind data to elements in an HTML document A D3 statement is a document transformation Add or modify elements in response to data Plus animated transitions, layouts, scales & more Leverage web standards: HTML, SVG, CSS
35 d3.js Data-Driven Documents Generate interactive web pages Bind data to elements in an HTML document A D3 statement is a document transformation Add or modify elements in response to data Plus animated transitions, layouts, scales & more Leverage web standards: HTML, SVG, CSS Flexibility, debugging and future-proofing
36
37 GitHub Rank
38 GitHub Rank 11 th most watched project on GitHub
39
40
41
42
43 d3 d3
44
CSE 512 - Data Visualization. Visualization Tools. Jeffrey Heer University of Washington
CSE 512 - Data Visualization Visualization Tools Jeffrey Heer University of Washington How do people create visualizations? Chart Typology Pick from a stock of templates Easy-to-use but limited expressiveness
Raising the Bar (Chart)
Raising the Bar (Chart) THE NEXT GENERATION OF VISUALIZATION TOOLS Jeffrey Heer @jeffrey_heer Univ. of Washington + Trifacta ? Visualizing Big Data! Stratified Sampling Binned Aggregation immens: Real-Time
Assignment 5: Visualization
Assignment 5: Visualization Arash Vahdat March 17, 2015 Readings Depending on how familiar you are with web programming, you are recommended to study concepts related to CSS, HTML, and JavaScript. The
D3.JS: Data-Driven Documents
D3.JS: Data-Driven Documents Roland van Dierendonck Leiden University [email protected] Sam van Tienhoven Leiden University [email protected] Thiago Elid Leiden University [email protected]
Exploratory Data Analysis with R. @matthewrenze #codemash
Exploratory Data Analysis with R @matthewrenze #codemash Motivation The ability to take data to be able to understand it, to process it, to extract value from it, to visualize it, to communicate it that
4/25/2016 C. M. Boyd, [email protected] 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
Google Web Toolkit. Introduction to GWT Development. Ilkka Rinne & Sampo Savolainen / Spatineo Oy
Google Web Toolkit Introduction to GWT Development Ilkka Rinne & Sampo Savolainen / Spatineo Oy GeoMashup CodeCamp 2011 University of Helsinki Department of Computer Science Google Web Toolkit Google Web
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
Visualization of Real Time Data Driven Systems using D3 Visualization Technique
Visualization of Real Time Data Driven Systems using D3 Visualization Technique Eesha Karn Department of Information Technology Poornima Institute of Engineering and Technology Jaipur, Rajasthan, India
Visualizing MongoDB Objects in Concept and Practice
Washington DC 2013 Visualizing MongoDB Objects in Concept and Practice https://github.com/cvitter/ikanow.mongodc2013.presentation Introduction Do you have a MongoDB database full of BSON documents crying
Programming Fundamentals of Web Applications Course 10958A; 5 Days
Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Programming Fundamentals of Web Applications Course 10958A; 5 Days Course
Cloud-based Log Analysis and Visualization
Cloud-based Log Analysis and Visualization DeepSec 2010, Vienna, Austria mobile-166 My syslog Raffael Marty - @zrlram Raffael (Raffy) Marty Founder @ Chief Security Strategist and Product Manager @ Splunk
Web-based Information Visualization Using JavaScript. Selin Guldamlasioglu
Web-based Information Visualization Using JavaScript Selin Guldamlasioglu University of Tampere School of Information Sciences Interactive Technology M.Sc. thesis Supervisor: Harri Siirtola June 2015 i
Whitepaper. Trans. for Mobile
Whitepaper Trans forming Your Vision Into Winning Solutions How to Save 50%, 75% or more for Mobile Appp Development www.baytechservices.com Background As mobile access has transitioned from a nice to
Kentico CMS 5 Developer Training Syllabus
Kentico CMS 5 Developer Training Syllabus June 2010 Page 2 Contents About this Course... 4 Overview... 4 Audience Profile... 4 At Course Completion... 4 Course Outline... 5 Module 1: Overview of Kentico
Client Overview. Engagement Situation. Key Requirements
Client Overview Our client is one of the leading providers of business intelligence systems for customers especially in BFSI space that needs intensive data analysis of huge amounts of data for their decision
Impress Funders and Make Mission and Message Clear: Easy Data Visualization and Infographics. May 10, 2013 @ConfluenceCorp
Impress Funders and Make Mission and Message Clear: Easy Data Visualization and Infographics May 10, 2013 @ConfluenceCorp 1 Agenda Introductions What is Visualization / What is it Good For? Examples of
JavaFX Session Agenda
JavaFX Session Agenda 1 Introduction RIA, JavaFX and why JavaFX 2 JavaFX Architecture and Framework 3 Getting Started with JavaFX 4 Examples for Layout, Control, FXML etc Current day users expect web user
maximizing IT productivity
HTML5 jquery.net SharePoint Silverlight ASP.NET Consulting & Training Time is money and productive software developers save time. The Wahlin Group specializes in helping software developers learn development
WEB AND APPLICATION DEVELOPMENT ENGINEER
WEB AND APPLICATION DEVELOPMENT ENGINEER Program Objective/Description: As a Web Development Engineer, you will gain a wide array of fundamental and in-depth training on front end web development, as well
TOOLS, TIPS & RESOURCES
TOOLS, TIPS & RESOURCES RESEARCH AND ARTICLES ARTICLES & HOW-TO GUIDES Best of the Visualization VisualisingData.com s collection of the best data visualization articles and resources on the web. SOURCE
ABC Widget Company. Website Redesign Proposal. Prepared for: Jonathon Doe 2012 06 29
ABC Widget Company Website Redesign Proposal Prepared for: Jonathon Doe 2012 06 29 Scope of Work Summary The current ABC Widget Company website suffers from a dated design and a lack of focus in content,
Programming in HTML5 with JavaScript and CSS3
Course 20480B: Programming in HTML5 with JavaScript and CSS3 Course Details Course Outline Module 1: Overview of HTML and CSS This module provides an overview of HTML and CSS, and describes how to use
2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led
2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led Introduction This three-day, instructor-led course provides students with the knowledge and skills
Visual Studio 2008: Windows Presentation Foundation
Visual Studio 2008: Windows Presentation Foundation Course 6460A: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with the knowledge and skills to build and
JavaScript (HTML5, CSS3) Toolkits for InfoVis (Graphics)
JavaScript (HTML5, CSS3) Toolkits for InfoVis (Graphics) Group 2 Amir Kanuric, Raoul Rubien, Jörg Schlager 706.057 Information Visualisation SS 2012 Graz University of Technology 2 May 2012 Abstract Graphical
Create Cool Lumira Visualization Extensions with SAP Web IDE Dong Pan SAP PM and RIG Analytics Henry Kam Senior Product Manager, Developer Ecosystem
Create Cool Lumira Visualization Extensions with SAP Web IDE Dong Pan SAP PM and RIG Analytics Henry Kam Senior Product Manager, Developer Ecosystem 2015 SAP SE or an SAP affiliate company. All rights
HTML5 & Digital Signage
HTML5 & Digital Signage An introduction to Content Development with the Modern Web standard. Presented by Jim Nista CEO / Creative Director at Insteo HTML5 - the Buzz HTML5 is an industry name for a collection
Software for time series visualization
Software for time series visualization April 2016 I. Web-based The software packages listed in this section allow the visualizing time series data on websites. Recommended software packages are Plotly
What do we do at Cimigo?
Careers at Cimigo What do we do at Cimigo? As a Market Research Consultancy we help organisations achieve their business objectives: we. Identify opportunities & threats Measure behaviour & attitudes Benchmark
Homework: Visual Search and Interaction with NSF and NASA Polar Datasets Due: May 2nd, 2015, 12pm PT
Homework: Visual Search and Interaction with NSF and NASA Polar Datasets Due: May 2nd, 2015, 12pm PT 1. Overview In this assignment you will take your Apache Solr index constructed from Polar data that
Web & Graphic design for actors, artists and creative types
INKADINKADESIGN Web & Graphic design for actors, artists and creative types Break free from cookie cutter templates! Let's work together to surprise and engage your audience. Inkadinka Design specializes
This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.
20486B: Developing ASP.NET MVC 4 Web Applications Course Overview This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. Course Introduction Course Introduction
Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation
Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Credit-By-Assessment (CBA) Competency List Written Assessment Competency List Introduction to the Internet
Report for Project Proposal. Web-based Revenue Receipt & Sate Land Record Management System (WBRR & SLRMS)
Report for Project Proposal Web-based Revenue Receipt & Sate Land Record Management System (WBRR & SLRMS) Table of Contents 1. Executive Summary... 4 1.1 Revenue Receipt Management System.. 4 1.2 State
Reporting and Visualization of Healthcare Data Using Open Source Technology. Virgil Dodson, Actuate
Reporting and Visualization of Healthcare Data Using Open Source Technology Virgil Dodson, Actuate 1 Actuate Corporation 2012 Today s Agenda and Goals Background The Emergence of the BIRT Project Getting
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
Introduction to Tizen SDK 2.0.0 Alpha. Taiho Choi Samsung Electronics
Introduction to Tizen SDK 2.0.0 Alpha Taiho Choi Samsung Electronics Contents Web technologies of Tizen Components of SDK 2.0.0 Alpha Hello world! Debugging apps Summary 1 Web technologies on Tizen Web
Data Visualization Frameworks: D3.js vs. Flot vs. Highcharts by Igor Zalutsky, JavaScript Developer at Altoros
Data Visualization Frameworks: D3.js vs. Flot vs. Highcharts by Igor Zalutsky, JavaScript Developer at Altoros 2013 Altoros, Any unauthorized republishing, rewriting or use of this material is prohibited.
Interactive Visualization
7th China R Conf (Beijing), 2014-05-25 Interactive Visualization with R 王亮博 (亮亮) shared under CC 4.0 BY Esc to overview to navigate Online slide on http://ccwang002.gitcafe.com/chinarconf-interactive-vis/
How much will a website cost?
0116 318 3855 How much will a website cost? This this a common question we get from many businesses planning a new website project. To answer this accurately for you or your business specifically, we need
Practical Data Visualization
Practical Data Visualization March 18, 2015 COMPSCI 216: Everything Data Angela Zoss Data Visualization Coordinator Data and Visualization Services WHY VISUALIZE? Preserve complexity Anscombe s Quartet
JavaScript and jquery for Data Analysis and Visualization
Brochure More information from http://www.researchandmarkets.com/reports/2766360/ JavaScript and jquery for Data Analysis and Visualization Description: Go beyond design concepts build dynamic data visualizations
How To Develop A Mobile App With Phonegap
Introduction to Mobile Development with PhoneGap Yeah it s pretty awesome. Who is this guy? Andrew Trice Technical Evangelist, Adobe [email protected] http://tricedesigns.com @andytrice http://github.com/triceam
Facebook Twitter YouTube Google Plus Website Email. o Zooming and Panning. Panel. 3D commands. o Working with Canvas
WEB DESIGN COURSE COURSE COVERS: Photoshop HTML 5 CSS 3 Design Principles Usability / UI Design BOOTSTRAP 3 JAVASCRIPT JQUERY CSS Animation Optimizing of Web SYLLABUS FEATURES 2 Hours of Daily Classroom
Jay Buckingham Dynamic Signal [email protected]
Jay Buckingham Dynamic Signal [email protected] Financial Times PeHub.com Wall Street Journal Harvard Business Review Making use of vast amounts of data to: Discover what we don t know Obtain
Upgrade to Microsoft Web Applications
Upgrade to Microsoft Web Applications Description Customers demand beautiful, elegant apps that are alive with activity. Demonstrate your expertise at designing and developing the fast and fluid Store
Interactive Data Visualization for the Web Scott Murray
Interactive Data Visualization for the Web Scott Murray Technology Foundations Web technologies HTML CSS SVG Javascript HTML (Hypertext Markup Language) Used to mark up the content of a web page by adding
Investor Presentation
Investor Presentation Safe Harbor Forward looking statements This presentation contains forward-looking statements that are based on our beliefs and assumptions and on information currently available to
How to start with 3DHOP
How to start with 3DHOP Package content, local setup, online deployment http://3dhop.net 30/6/2015 The 3DHOP distribution Where to find it, what s inside The 3DHOP distribution package From the page http://3dhop.net/download.php
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
Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW
Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW About this Course This course provides SharePoint developers the information needed to implement SharePoint solutions
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
Real World D3.JS. John Hammer. This book is for sale at http://leanpub.com/realworldd3js. This version was published on 2015-06-16
Real World D3.JS John Hammer This book is for sale at http://leanpub.com/realworldd3js This version was published on 2015-06-16 This is a Leanpub book. Leanpub empowers authors and publishers with the
Developing ASP.NET MVC 4 Web Applications MOC 20486
Developing ASP.NET MVC 4 Web Applications MOC 20486 Course Outline Module 1: Exploring ASP.NET MVC 4 The goal of this module is to outline to the students the components of the Microsoft Web Technologies
Advanced Web Application Development using Microsoft ASP.NET
Course Outline Other Information MS2311 Days 3 Starting Time 9:00 Finish Time 4:30 Lunch & refreshments are included with this course. Advanced Web Application Development using Microsoft ASP.NET Course
Mobilize Your ERP with ADF Mobile
Mobilize Your ERP with ADF Mobile Ramesh Kumar ealliance Corp Founder & CEO [email protected] 630-618-0916 1 ealliance Background ealliance started in 1998 as an Oracle Partner specializing in Oracle
DE-20489B Developing Microsoft SharePoint Server 2013 Advanced Solutions
DE-20489B Developing Microsoft SharePoint Server 2013 Advanced Solutions Summary Duration Vendor Audience 5 Days Microsoft Developer Published Level Technology 21 November 2013 300 Microsoft SharePoint
Visualizing Relationships between Related Variables: Improving Physics Education through D3.js Network Visualizations
Liberal Arts and Engineering Studies California Polytechnic State University, San Luis Obispo Visualizing Relationships between Related Variables: Improving Physics Education through D3.js Network Visualizations
ArcGIS 10.1 Web Apps and APIs. John Hasthorpe & Kai Hübner
ArcGIS 10.1 Web Apps and APIs John Hasthorpe & Kai Hübner Overview Options for leveraging ArcGIS Server using Esri s Web APIs Alternatives to the Web ADF application builder (Gone in 10.1) When and how
Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio
Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio Academic Visual Studio Library Curso Nombre del curso Idioma 2263 Clinic 2263: Exam Preparation for
The Internet of Things
The Internet of Things Michael Bradley IoT Development Manager Nick O Leary Emerging Technologies Specialist The Internet of Things Billions of smart devices instrument our world today Interconnecting
HTML5. Turn this page to see Quick Guide of CTTC
Programming SharePoint 2013 Development Courses ASP.NET SQL TECHNOLGY TRAINING GUIDE Visual Studio PHP Programming Android App Programming HTML5 Jquery Your Training Partner in Cutting Edge Technologies
design coding monitoring deployment Java Web Framework for the Efficient Development of Enterprise Web Applications
Java Web Framework for the Efficient Development of Enterprise Web Applications Evolution Framework tools 100% reusability Complete Development Kit Evolution Framework enables fast and easy development
Experience managing the delivery, ongoing success, and continuous improvement of one or more digital products and/or platforms.
The labor categories that are within scope of this Multiple Award Blanket Purchase Agreement are the following: Category 1 - Product Manager Category 2 - Technical Architect Category 3 - Interaction Designer
Visualizing the Top 400 Universities
Int'l Conf. e-learning, e-bus., EIS, and e-gov. EEE'15 81 Visualizing the Top 400 Universities Salwa Aljehane 1, Reem Alshahrani 1, and Maha Thafar 1 [email protected], [email protected], [email protected]
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
Developing Microsoft SharePoint Server 2013 Advanced Solutions
Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Page 1 of 9 Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: 4 days; Instructor-Led Introduction
Search Engine Optimization
Search Engine Optimization Search An Introductory Guide How to improve the effectiveness of your web site through better search engine results. As you ve probably learned, having a Web site is almost a
Developing Microsoft SharePoint Server 2013 Core Solutions
Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Details Course Outline Module 1: SharePoint as a Developer Platform This module examines different approaches that can be
Advanced Web Application Development using Microsoft ASP.NET
Key Data Course #: 2311A Number of Days: 3 Format: Instructor-Led Certification Exams: Exam 70-305: Developing and Implementing Web Applications with Microsoft Visual Basic.NET and Microsoft Visual Studio.NET
SplendorNet. Pvt. Ltd. www. www. www. Riding The Future. Portfolio. You could say, we do it all... (and you'd be right.)
SplendorNet Pvt. Ltd. www www www Riding The Future Web Portfolio You could say, we do it all... (and you'd be right.) About Us SplendorNet Technologies Pvt. Ltd. is a fast growing company striving for
MENDIX FOR MOBILE APP DEVELOPMENT WHITE PAPER
MENDIX FOR MOBILE APP DEVELOPMENT WHITE PAPER TABLE OF CONTENTS Market Demand for Enterprise Mobile Mobile App Development Approaches Native Apps Mobile Web Apps Hybrid Apps Mendix Vision for Mobile App
6 th Annual EclipseCon Introduction to BIRT Report Development. John Ward
6 th Annual EclipseCon Introduction to BIRT Report Development John Ward BIRT and Us Who am I? Who are you? Who am I? John Ward, BIRT user Independent BIRT Enthusiast Author: Practical Data Analysis and
An elearning platform for distanced collaborative programming
An elearning platform for distanced collaborative programming Final report by Low Hau Sum Team Member: Chow Tsz Wun, Low Hau Sum, Mok Ka Hei Supervisor: Dr Chui C K FYP14006 2 Table of Contents 1 Introduction...
Actuate Business Intelligence and Reporting Tools (BIRT)
Product Datasheet Actuate Business Intelligence and Reporting Tools (BIRT) Eclipse s BIRT project is a flexible, open source, and 100% pure Java reporting tool for building and publishing reports against
Analytics Software for Energy Management and Building Systems Optimization and Equipment Fault Detection
Analytics Software for Energy Management and Building Systems Optimization and Equipment Fault Detection Data is the Driver We now have access to data lots of it! Building automation system data Utility
Intro to Web App Builder. Mark Scott, Solutions Engineer, Esri County Government Team [email protected]
Intro to Web App Builder Mark Scott, Solutions Engineer, Esri County Government Team [email protected] The ArcGIS Platform enables Web GIS Enabling GIS Everywhere Desktop Web Device Simple Integrated Open
IT 230 Data Visualization
Navajo Technical University http://navajotech.edu P.O. Box 849, Crownpoint, NM 87313-0849 Telephone: (505) 786-4100 FAX: (505) 786-5644 IT 230 Data Visualization 3 credit hours Section 01 T/R @ 02:00PM
Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle
Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle Safe Harbor Statement The following is intended to outline our general
WEB PAGE, DIGITAL/MULTIMEDIA AND INFORMATION RESOURCES DESIGN
1 Secondary Task List 100 DEMONSTRATE SAFETY IN THE MULTIMEDIA LABORATORY 101 Explain the Material Safety Data Sheet (MSDS) system for hazardous chemicals and materials. 102 Follow safety rules when working
ORACLE ADF MOBILE DATA SHEET
ORACLE ADF MOBILE DATA SHEET PRODUCTIVE ENTERPRISE MOBILE APPLICATIONS DEVELOPMENT KEY FEATURES Visual and declarative development Java technology enables cross-platform business logic Mobile optimized
Qlik Sense and Tableau Positioning. Summary. Licensed for distribution. June 2015
Licensed for distribution Summary It is the role of business intelligence technologies to provide tools which allow us to describe business operations, and to support business diagnostics when necessary.
Espial IPTV Middleware. Evo Solution Whitepaper. <Title> Delivering Interactive, Personalized 3-Screen Services
Espial IPTV Middleware Evo Solution Whitepaper Delivering Interactive, Personalized 3-Screen Services April 2010 Espial Group 1997-2010. All rights reserved The 3-Screen Challenge Differentiate
Developing ASP.NET MVC 4 Web Applications
Course M20486 5 Day(s) 30:00 Hours Developing ASP.NET MVC 4 Web Applications Introduction In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools
UCL MANAGEMENT SCIENCE & INNOVATION. BSc/MSci. www.ucl.ac.uk/msi
UCL MANAGEMENT SCIENCE & INNOVATION BSc/MSci Over $50 billion is invested in private technology companies every year Unique Intensive Rigorous Practical The world s leading companies need people who can
