SlideShare ist ein Scribd-Unternehmen logo
1 von 55
Downloaden Sie, um offline zu lesen
Informatie-visualisatie
les 1, 9 feb 2015
Erik Duval
Dept. Computerwetenschappen, KULeuven
http://erikduval.wordpress.com & @ErikDuval
1
2
http://www.slideshare.net/erik.duval
Human-Computer Interaction
technology enhanced learning
music
research
personal health
data journalism
3
http://datavislab.org
4
Dank aan:

KatrienVerbert & Joris Klerkx
(en het Internet)
5
Wie zijn jullie?
Waarom zitten jullie hier?
6
• inzicht verwerven in

de fundamenten van informatie-visualisatie

en hoe je die kan toepassen
• inzicht verwerven in

de toepassingsgebieden

van informatie visualisatie
• concrete vaardigheden verwerven

voor het ontwerpen, implementeren en evalueren

van toepassingen die steunen op informatie visualisatie
7
hoorcolleges…
8
• project-vak, geen examen (evt. bespreking)
• 9 studenten = 3 groepen van 3
• beoordeling: visualisatie & paper (“50-50”)
• inzicht & concrete vaardigheden
• ieder van jullie moet

ontwerpen, programmeren en tekst schrijven!
9
4 stp

= 120u

= 9u/week

= 6u buiten zitting!
10
laptop/tablet/gsm-met-internet?
11
toledo
blog + wiki + slack + spreadsheet
12
13
http://ariadne.cs.kuleuven.be/wiki/index.php/InfoVis-1414
14
15
zittingen: verplicht
16
voorbeelden?
17
18
T. Nagel, L. Pschetz, M. Stefaner, M. Halkia, and B. Müller. Mæve – An Interactive Tabletop Installation for Exploring Background
Information in Exhibitions. Human-Computer Interaction. Ambient, Ubiquitous and Intelligent Interaction, Vol. 5612, LNCS, pages
483–491. 2009.
http://tillnagel.com/2011/10/interactive-exploration-of-geospatial-network-visualization/
Nagel, T., Duval, E., Vande Moere, A., Interactive
Exploration of a Geospatial Network Visualization. CHI
2012, May 5-10, Austin, USA19
Figure 4: Setting of the evaluation.20
B. Vandeputte, E. Duval, and J. Klerkx. Interactive sensemaking in authorship networks. Proceedings of the ACM
International Conference on Interactive Tabletops and Surfaces, ITS11, pp. 246–247, 2011.
B. Vandeputte, E. Duval, and J. Klerkx. Interactive sensemaking in
authorship networks. Proceedings of the ACM International Conference
on Interactive Tabletops and Surfaces, ITS11, pp. 246–247, 2011.
21
22
B. Vandeputte, E. Duval, and J. Klerkx. Applying design principles in authorship networks-a case study. In CHI
EA’12: Proceedings of the 2012 ACM annual conference extended abstracts on Human Factors in Computing
Systems, pages 741–744, 2012. (https://www.youtube.com/watch?v=R5CeTEejdBA)
algorithm
<>
human
23
data mining
<>
visual analytics
24
number crunching
<>
human perception
25
self driving car
<>
gps + dashboard
26
27
http://www.popsci.com/cars/article/2013-09/google-self-driving-car
64 laser beams
1 million measures/sec
11cm resolution
navmap for static objects
28
http://senseable.mit.edu/livesingapore/visualizations.html
29
T. Nagel, M. Maitan, E. Duval,A.Vande Moere, J. Klerkx, K. Kloeckl, and C. Ratti.Touching transport - a case study on
visualizing metropolitan public transit on interactive tabletops. In AVI2014: 12th ACM International Working
Conference on AdvancedVisual Interfaces, pages 281–288, 2014. 

http://www.youtube.com/watch?v=wQpTM7ASc-w
30
?
@ErikDuval	
  
h.p://erikduval.wordpress.com
31
Information Visualisation is

the use of

interactive visual representations
to amplify cognition
[Card. et. al]
32
Overview
Visualization
Slide	
  source:	
  John	
  Stasko
Scientific
visualization
Information
visualization
33
InformationVisualisation
Concerned with data that does not have a well-defined
representation in 2D or 3D space (i.e.,“abstract data”)
Slide	
  source:	
  Robert	
  Putman 34
Scientific visualisation
Specifically concerned with data that has a well-defined representation in 2D or 3D space
(e.g., from simulation mesh or scanner).
Slide	
  source:	
  Robert	
  Putman 35
Also: visual analytics
http://www.visual-­‐analytics.eu/faq/	
   36
Anscombe’s quartet
http://en.wikipedia.org/wiki/Anscombe's_quartet
37
Discover patterns in the data
38
Communicate data
World Population Growth
At the dawn of agriculture, about 8000 B.C., the population of the world was approximately 5 million. Over the 8,000-year period up to 1 A.D. it grew to 200
million (some estimate 300 million or even 600, suggesting how imprecise population estimates of early historical periods can be), with a growth rate of
under 0.05% per year. 



A tremendous change occurred with the industrial revolution: whereas it had taken all of human history until around 1800 for world population to reach one
billion, the second billion was achieved in only 130 years (1930), the third billion in less than 30 years (1959), the fourth billion in 15 years (1974), and the
fifth billion in only 13 years (1987). During the 20th century alone, the population in the world has grown from 1.65 billion to 6 billion.
39
Tell the story behind the data
Will there be enough food?
Communicate data
40
http://www.footprintnetwork.org/en/index.php/gfn/page/earth_overshoot_day/
Facilitate human interaction for exploration and understanding
World Population Growth
http://www.bbc.co.uk/news/world-15391515
41
What are the stories behind the data?
42
Empower users to make informed decisions43
Further Examples
http://infosthetics.com/
http://visualizing.org
http://www.visualcomplexity.com/vc/
http://visual.ly/
http://flowingdata.com
http://www.infovis-wiki.net
44
?
@ErikDuval	
  
h.p://erikduval.wordpress.com
45
D3.js
Joris Klerkx - @jkofmsk
http://d3js.org/
Data-Driven Documents
46
Intro tot...
47
http://d3js.org/
What?
Bind arbitrary data do a
Document Object Model (DOM)
Apply data-driven
transformations to the DOM
48
Advantages
Web standards
HTML, SVG, CSS
All (modern) browsers & platforms
Well-known web technologies
javascript, json, CSV, ...
Extensive API + examples
https://github.com/mbostock/d3/wiki/API-Reference
IE9, Chrome, FF, Safari, ... mobile, desktop
https://github.com/mbostock/d3/wiki/Gallery
49
Who knows?
• HTML?
• CSS?
• http://www.w3schools.com/css/
• Javascript?
• http://www.w3schools.com/js/
• SVG?
• http://www.w3schools.com/svg/50
Look out
51
Quite a learning curve
Tools you need
• Text Editor or IDE
• Browser(s)
• Developer Tools - embedded in Chrome
(or firebug in FF)
52
Further Reading
53
http://mbostock.github.com/d3
http://www.jeromecukier.net/blog/2012/09/04/getting-to-hello-world-with-d3/
http://christopheviau.com/d3_tutorial/
http://alignedleft.com/tutorials/d3/fundamentals/
...
If you find other resources,
please share via slack!
tegen volgende week
• d3.js aanleren
• d3.js van spreadsheet als simpele case study
• blog opzetten en op slack aankondigen
• infovis van de week

(digitaal/analoog, individueel, blog)
54
?
@ErikDuval	
  
h.p://erikduval.wordpress.com
55

Weitere ähnliche Inhalte

Was ist angesagt?

From geovisualisation to neocartography: Maps in a digital world
From geovisualisation to neocartography: Maps in a digital worldFrom geovisualisation to neocartography: Maps in a digital world
From geovisualisation to neocartography: Maps in a digital worldBenjamin Hennig
 
Designing information and communication technologies for development
Designing information and communication technologies for developmentDesigning information and communication technologies for development
Designing information and communication technologies for developmentMartin Tomitsch
 
Big data - Modelling World 2015, London
Big data - Modelling World 2015, LondonBig data - Modelling World 2015, London
Big data - Modelling World 2015, LondonPer Olof Arnäs
 
Designing the city as interface & the interface to the city
Designing the city as interface & the interface to the cityDesigning the city as interface & the interface to the city
Designing the city as interface & the interface to the cityMartin Tomitsch
 
Sharing Economy May 2015
Sharing Economy May 2015Sharing Economy May 2015
Sharing Economy May 2015Robin Teigland
 
Usability of VGI in Haiti earthquake response - preliminary thoughts
Usability of VGI in Haiti earthquake response - preliminary thoughtsUsability of VGI in Haiti earthquake response - preliminary thoughts
Usability of VGI in Haiti earthquake response - preliminary thoughtsMuki Haklay
 
Things happening in, around, and to freight transportation
Things happening in, around, and to freight transportationThings happening in, around, and to freight transportation
Things happening in, around, and to freight transportationPer Olof Arnäs
 
Re-examining Global Ports Panel Presentation: The MET workshop
Re-examining Global Ports Panel Presentation: The MET workshopRe-examining Global Ports Panel Presentation: The MET workshop
Re-examining Global Ports Panel Presentation: The MET workshopNicholas Anastasopoulos, PhD
 
REACH - Accesshantering i realtid för ökad transporteffektivitet
REACH - Accesshantering i realtid för ökad transporteffektivitetREACH - Accesshantering i realtid för ökad transporteffektivitet
REACH - Accesshantering i realtid för ökad transporteffektivitetPer Olof Arnäs
 
Some observations regarding the digital future of transportation
Some observations regarding the digital future of transportationSome observations regarding the digital future of transportation
Some observations regarding the digital future of transportationPer Olof Arnäs
 
TalKIT 2014 (KIT Karlsruhe): Technologized - Smartforming our Urban Dimensions
TalKIT 2014 (KIT Karlsruhe): Technologized - Smartforming our Urban DimensionsTalKIT 2014 (KIT Karlsruhe): Technologized - Smartforming our Urban Dimensions
TalKIT 2014 (KIT Karlsruhe): Technologized - Smartforming our Urban DimensionsMicha Becker
 
2011 02 - 09 - lecture ra bedrijfsvoering
2011  02 - 09 - lecture ra bedrijfsvoering2011  02 - 09 - lecture ra bedrijfsvoering
2011 02 - 09 - lecture ra bedrijfsvoeringRamon1974
 
Personal Learning Environments?
Personal Learning Environments?Personal Learning Environments?
Personal Learning Environments?Maarten Cannaerts
 
Atlas Of Cambodia 2007
Atlas Of Cambodia 2007Atlas Of Cambodia 2007
Atlas Of Cambodia 2007Jan-Peter Mund
 
OpenStreetMap open data ecosystem between opportunities and legal conundrums
OpenStreetMap open data ecosystem between opportunities and legal conundrumsOpenStreetMap open data ecosystem between opportunities and legal conundrums
OpenStreetMap open data ecosystem between opportunities and legal conundrumsMaurizio Napolitano
 
A World of Opportunities for Young Entrepreneurs
A World of Opportunities for Young EntrepreneursA World of Opportunities for Young Entrepreneurs
A World of Opportunities for Young EntrepreneursRobin Teigland
 
From crowdsourced geographic information to participatory citizen science - e...
From crowdsourced geographic information to participatory citizen science - e...From crowdsourced geographic information to participatory citizen science - e...
From crowdsourced geographic information to participatory citizen science - e...Muki Haklay
 
Ushahidi and Crowdmap Checkins
Ushahidi and Crowdmap CheckinsUshahidi and Crowdmap Checkins
Ushahidi and Crowdmap CheckinsUshahidi
 

Was ist angesagt? (20)

From geovisualisation to neocartography: Maps in a digital world
From geovisualisation to neocartography: Maps in a digital worldFrom geovisualisation to neocartography: Maps in a digital world
From geovisualisation to neocartography: Maps in a digital world
 
Designing information and communication technologies for development
Designing information and communication technologies for developmentDesigning information and communication technologies for development
Designing information and communication technologies for development
 
connections between heritage, gaming and tourism
connections between heritage, gaming and tourismconnections between heritage, gaming and tourism
connections between heritage, gaming and tourism
 
Big data - Modelling World 2015, London
Big data - Modelling World 2015, LondonBig data - Modelling World 2015, London
Big data - Modelling World 2015, London
 
Designing the city as interface & the interface to the city
Designing the city as interface & the interface to the cityDesigning the city as interface & the interface to the city
Designing the city as interface & the interface to the city
 
Sharing Economy May 2015
Sharing Economy May 2015Sharing Economy May 2015
Sharing Economy May 2015
 
Usability of VGI in Haiti earthquake response - preliminary thoughts
Usability of VGI in Haiti earthquake response - preliminary thoughtsUsability of VGI in Haiti earthquake response - preliminary thoughts
Usability of VGI in Haiti earthquake response - preliminary thoughts
 
Things happening in, around, and to freight transportation
Things happening in, around, and to freight transportationThings happening in, around, and to freight transportation
Things happening in, around, and to freight transportation
 
Re-examining Global Ports Panel Presentation: The MET workshop
Re-examining Global Ports Panel Presentation: The MET workshopRe-examining Global Ports Panel Presentation: The MET workshop
Re-examining Global Ports Panel Presentation: The MET workshop
 
REACH - Accesshantering i realtid för ökad transporteffektivitet
REACH - Accesshantering i realtid för ökad transporteffektivitetREACH - Accesshantering i realtid för ökad transporteffektivitet
REACH - Accesshantering i realtid för ökad transporteffektivitet
 
Some observations regarding the digital future of transportation
Some observations regarding the digital future of transportationSome observations regarding the digital future of transportation
Some observations regarding the digital future of transportation
 
TalKIT 2014 (KIT Karlsruhe): Technologized - Smartforming our Urban Dimensions
TalKIT 2014 (KIT Karlsruhe): Technologized - Smartforming our Urban DimensionsTalKIT 2014 (KIT Karlsruhe): Technologized - Smartforming our Urban Dimensions
TalKIT 2014 (KIT Karlsruhe): Technologized - Smartforming our Urban Dimensions
 
2011 02 - 09 - lecture ra bedrijfsvoering
2011  02 - 09 - lecture ra bedrijfsvoering2011  02 - 09 - lecture ra bedrijfsvoering
2011 02 - 09 - lecture ra bedrijfsvoering
 
Personal Learning Environments?
Personal Learning Environments?Personal Learning Environments?
Personal Learning Environments?
 
Atlas Of Cambodia 2007
Atlas Of Cambodia 2007Atlas Of Cambodia 2007
Atlas Of Cambodia 2007
 
Crisis Mapping
Crisis MappingCrisis Mapping
Crisis Mapping
 
OpenStreetMap open data ecosystem between opportunities and legal conundrums
OpenStreetMap open data ecosystem between opportunities and legal conundrumsOpenStreetMap open data ecosystem between opportunities and legal conundrums
OpenStreetMap open data ecosystem between opportunities and legal conundrums
 
A World of Opportunities for Young Entrepreneurs
A World of Opportunities for Young EntrepreneursA World of Opportunities for Young Entrepreneurs
A World of Opportunities for Young Entrepreneurs
 
From crowdsourced geographic information to participatory citizen science - e...
From crowdsourced geographic information to participatory citizen science - e...From crowdsourced geographic information to participatory citizen science - e...
From crowdsourced geographic information to participatory citizen science - e...
 
Ushahidi and Crowdmap Checkins
Ushahidi and Crowdmap CheckinsUshahidi and Crowdmap Checkins
Ushahidi and Crowdmap Checkins
 

Ähnlich wie InfoVis1415: slides sessie 1, 10 Feb 2015

Data Visualization
Data Visualization Data Visualization
Data Visualization Madelyn Cox
 
Short and Long of Data Driven Innovation
Short and Long of Data Driven InnovationShort and Long of Data Driven Innovation
Short and Long of Data Driven InnovationDavid De Roure
 
Visualisatie - Module 3 - Big Data
Visualisatie - Module 3 - Big DataVisualisatie - Module 3 - Big Data
Visualisatie - Module 3 - Big DataJoris Klerkx
 
New Data `New Computation
New Data `New ComputationNew Data `New Computation
New Data `New ComputationDavid De Roure
 
20160208 informatie visualisatie les 1
20160208 informatie visualisatie les 120160208 informatie visualisatie les 1
20160208 informatie visualisatie les 1Joris Klerkx
 
CartoCon 2014 keynote slides
CartoCon 2014 keynote slides CartoCon 2014 keynote slides
CartoCon 2014 keynote slides Muki Haklay
 
Social Machines Paradigm
Social Machines ParadigmSocial Machines Paradigm
Social Machines ParadigmDavid De Roure
 
New and Emerging Forms of Data
New and Emerging Forms of DataNew and Emerging Forms of Data
New and Emerging Forms of DataDavid De Roure
 
ESWC 2015 - EU Networking Session
ESWC 2015 - EU Networking SessionESWC 2015 - EU Networking Session
ESWC 2015 - EU Networking SessionErik Mannens
 
Keynote Cairns Curriculum Conference
Keynote Cairns Curriculum ConferenceKeynote Cairns Curriculum Conference
Keynote Cairns Curriculum ConferenceSyba Academy
 
Interactions 34: The Sorbonne Universities (SU) cluster and interdisciplinarity
Interactions 34: The Sorbonne Universities (SU) cluster and interdisciplinarityInteractions 34: The Sorbonne Universities (SU) cluster and interdisciplinarity
Interactions 34: The Sorbonne Universities (SU) cluster and interdisciplinarityUniversité de Technologie de Compiègne
 
Preparing for the Impact of Web 3.0
Preparing for the Impact of Web 3.0 Preparing for the Impact of Web 3.0
Preparing for the Impact of Web 3.0 Judy O'Connell
 
Data Sets as Facilitator for new Products and Services for Universities
Data Sets as Facilitator for new Products and Services for UniversitiesData Sets as Facilitator for new Products and Services for Universities
Data Sets as Facilitator for new Products and Services for UniversitiesHendrik Drachsler
 
The role of universities in preparing students for future jobs
The role of universities in preparing students for future jobsThe role of universities in preparing students for future jobs
The role of universities in preparing students for future jobsDavid Asirvatham
 

Ähnlich wie InfoVis1415: slides sessie 1, 10 Feb 2015 (20)

Cook et al
Cook et alCook et al
Cook et al
 
Data Visualization
Data Visualization Data Visualization
Data Visualization
 
Short and Long of Data Driven Innovation
Short and Long of Data Driven InnovationShort and Long of Data Driven Innovation
Short and Long of Data Driven Innovation
 
Visualisatie - Module 3 - Big Data
Visualisatie - Module 3 - Big DataVisualisatie - Module 3 - Big Data
Visualisatie - Module 3 - Big Data
 
New Data `New Computation
New Data `New ComputationNew Data `New Computation
New Data `New Computation
 
20160208 informatie visualisatie les 1
20160208 informatie visualisatie les 120160208 informatie visualisatie les 1
20160208 informatie visualisatie les 1
 
CartoCon 2014 keynote slides
CartoCon 2014 keynote slides CartoCon 2014 keynote slides
CartoCon 2014 keynote slides
 
Social Machines Paradigm
Social Machines ParadigmSocial Machines Paradigm
Social Machines Paradigm
 
New and Emerging Forms of Data
New and Emerging Forms of DataNew and Emerging Forms of Data
New and Emerging Forms of Data
 
ESWC 2015 - EU Networking Session
ESWC 2015 - EU Networking SessionESWC 2015 - EU Networking Session
ESWC 2015 - EU Networking Session
 
Keynote Cairns Curriculum Conference
Keynote Cairns Curriculum ConferenceKeynote Cairns Curriculum Conference
Keynote Cairns Curriculum Conference
 
A Custom Computer for Older People by David Frohlich
A Custom Computer for Older People by David FrohlichA Custom Computer for Older People by David Frohlich
A Custom Computer for Older People by David Frohlich
 
Interactions 34: The Sorbonne Universities (SU) cluster and interdisciplinarity
Interactions 34: The Sorbonne Universities (SU) cluster and interdisciplinarityInteractions 34: The Sorbonne Universities (SU) cluster and interdisciplinarity
Interactions 34: The Sorbonne Universities (SU) cluster and interdisciplinarity
 
Research2.0
Research2.0Research2.0
Research2.0
 
Learning Layers - Scaling up Technologies for Informal Learning in SME Clusters
Learning Layers - Scaling up Technologies for Informal Learning in SME ClustersLearning Layers - Scaling up Technologies for Informal Learning in SME Clusters
Learning Layers - Scaling up Technologies for Informal Learning in SME Clusters
 
MIL MODULE 9.pptx
MIL MODULE 9.pptxMIL MODULE 9.pptx
MIL MODULE 9.pptx
 
Preparing for the Impact of Web 3.0
Preparing for the Impact of Web 3.0 Preparing for the Impact of Web 3.0
Preparing for the Impact of Web 3.0
 
Data Sets as Facilitator for new Products and Services for Universities
Data Sets as Facilitator for new Products and Services for UniversitiesData Sets as Facilitator for new Products and Services for Universities
Data Sets as Facilitator for new Products and Services for Universities
 
Taking IT for Granted
Taking IT for GrantedTaking IT for Granted
Taking IT for Granted
 
The role of universities in preparing students for future jobs
The role of universities in preparing students for future jobsThe role of universities in preparing students for future jobs
The role of universities in preparing students for future jobs
 

Mehr von Erik Duval

eCloud newspapers
eCloud newspaperseCloud newspapers
eCloud newspapersErik Duval
 
InfoVis1415: slides sessie 12, 18 mei 2015
InfoVis1415: slides sessie 12, 18 mei 2015InfoVis1415: slides sessie 12, 18 mei 2015
InfoVis1415: slides sessie 12, 18 mei 2015Erik Duval
 
InfoVis1415: slides sessie 11, 11 mei 2015
InfoVis1415: slides sessie 11, 11 mei 2015InfoVis1415: slides sessie 11, 11 mei 2015
InfoVis1415: slides sessie 11, 11 mei 2015Erik Duval
 
InfoVis1415: slides sessie 10, 4 mei 2015
InfoVis1415: slides sessie 10, 4 mei 2015InfoVis1415: slides sessie 10, 4 mei 2015
InfoVis1415: slides sessie 10, 4 mei 2015Erik Duval
 
Evaluation
 of information visualisation
Evaluation
 of information visualisationEvaluation
 of information visualisation
Evaluation
 of information visualisationErik Duval
 
InfoVis1415: slides sessie 9, 27 april 2015
InfoVis1415: slides sessie 9, 27 april 2015InfoVis1415: slides sessie 9, 27 april 2015
InfoVis1415: slides sessie 9, 27 april 2015Erik Duval
 
Social Media and Science a wedding made in Heaven...
 or in Hell?
Social Media and Science a wedding made in Heaven...
 or in Hell?Social Media and Science a wedding made in Heaven...
 or in Hell?
Social Media and Science a wedding made in Heaven...
 or in Hell?Erik Duval
 
Information visualisation: 
Data ink design principles
Information visualisation: 
Data ink design principlesInformation visualisation: 
Data ink design principles
Information visualisation: 
Data ink design principlesErik Duval
 
InfoVis1415: slides sessie 8, 20 april 2015
InfoVis1415: slides sessie 8, 20 april 2015InfoVis1415: slides sessie 8, 20 april 2015
InfoVis1415: slides sessie 8, 20 april 2015Erik Duval
 
A short history (and even shorter future)
 of information visualisation
A short history (and even shorter future)
 of information visualisationA short history (and even shorter future)
 of information visualisation
A short history (and even shorter future)
 of information visualisationErik Duval
 
InfoVis1415: slides sessie 7, 30 March 2015
InfoVis1415: slides sessie 7, 30 March 2015InfoVis1415: slides sessie 7, 30 March 2015
InfoVis1415: slides sessie 7, 30 March 2015Erik Duval
 
InfoVis1415: slides sessie 6, 23 March 2015
InfoVis1415: slides sessie 6, 23 March 2015InfoVis1415: slides sessie 6, 23 March 2015
InfoVis1415: slides sessie 6, 23 March 2015Erik Duval
 
History of Human Computer Interaction
History of Human Computer InteractionHistory of Human Computer Interaction
History of Human Computer InteractionErik Duval
 
InfoVis1415: slides sessie 5, 9 March 2015
InfoVis1415: slides sessie 5, 9 March 2015InfoVis1415: slides sessie 5, 9 March 2015
InfoVis1415: slides sessie 5, 9 March 2015Erik Duval
 
InfoVis1415: slides sessie 4, 2 March 2015
InfoVis1415: slides sessie 4, 2 March 2015InfoVis1415: slides sessie 4, 2 March 2015
InfoVis1415: slides sessie 4, 2 March 2015Erik Duval
 
InfoVis1415: slides sessie 3, 23 Feb 2015
InfoVis1415: slides sessie 3, 23 Feb 2015InfoVis1415: slides sessie 3, 23 Feb 2015
InfoVis1415: slides sessie 3, 23 Feb 2015Erik Duval
 
InfoVis1415: slides sessie 2, 16 Feb 2015
InfoVis1415: slides sessie 2, 16 Feb 2015InfoVis1415: slides sessie 2, 16 Feb 2015
InfoVis1415: slides sessie 2, 16 Feb 2015Erik Duval
 
Technology that makes HUMANS smarter
Technology that makes HUMANS smarterTechnology that makes HUMANS smarter
Technology that makes HUMANS smarterErik Duval
 
201502010 pen ocw_les1_erik
201502010 pen ocw_les1_erik201502010 pen ocw_les1_erik
201502010 pen ocw_les1_erikErik Duval
 
Inleiding Human Computer Interaction
Inleiding Human Computer InteractionInleiding Human Computer Interaction
Inleiding Human Computer InteractionErik Duval
 

Mehr von Erik Duval (20)

eCloud newspapers
eCloud newspaperseCloud newspapers
eCloud newspapers
 
InfoVis1415: slides sessie 12, 18 mei 2015
InfoVis1415: slides sessie 12, 18 mei 2015InfoVis1415: slides sessie 12, 18 mei 2015
InfoVis1415: slides sessie 12, 18 mei 2015
 
InfoVis1415: slides sessie 11, 11 mei 2015
InfoVis1415: slides sessie 11, 11 mei 2015InfoVis1415: slides sessie 11, 11 mei 2015
InfoVis1415: slides sessie 11, 11 mei 2015
 
InfoVis1415: slides sessie 10, 4 mei 2015
InfoVis1415: slides sessie 10, 4 mei 2015InfoVis1415: slides sessie 10, 4 mei 2015
InfoVis1415: slides sessie 10, 4 mei 2015
 
Evaluation
 of information visualisation
Evaluation
 of information visualisationEvaluation
 of information visualisation
Evaluation
 of information visualisation
 
InfoVis1415: slides sessie 9, 27 april 2015
InfoVis1415: slides sessie 9, 27 april 2015InfoVis1415: slides sessie 9, 27 april 2015
InfoVis1415: slides sessie 9, 27 april 2015
 
Social Media and Science a wedding made in Heaven...
 or in Hell?
Social Media and Science a wedding made in Heaven...
 or in Hell?Social Media and Science a wedding made in Heaven...
 or in Hell?
Social Media and Science a wedding made in Heaven...
 or in Hell?
 
Information visualisation: 
Data ink design principles
Information visualisation: 
Data ink design principlesInformation visualisation: 
Data ink design principles
Information visualisation: 
Data ink design principles
 
InfoVis1415: slides sessie 8, 20 april 2015
InfoVis1415: slides sessie 8, 20 april 2015InfoVis1415: slides sessie 8, 20 april 2015
InfoVis1415: slides sessie 8, 20 april 2015
 
A short history (and even shorter future)
 of information visualisation
A short history (and even shorter future)
 of information visualisationA short history (and even shorter future)
 of information visualisation
A short history (and even shorter future)
 of information visualisation
 
InfoVis1415: slides sessie 7, 30 March 2015
InfoVis1415: slides sessie 7, 30 March 2015InfoVis1415: slides sessie 7, 30 March 2015
InfoVis1415: slides sessie 7, 30 March 2015
 
InfoVis1415: slides sessie 6, 23 March 2015
InfoVis1415: slides sessie 6, 23 March 2015InfoVis1415: slides sessie 6, 23 March 2015
InfoVis1415: slides sessie 6, 23 March 2015
 
History of Human Computer Interaction
History of Human Computer InteractionHistory of Human Computer Interaction
History of Human Computer Interaction
 
InfoVis1415: slides sessie 5, 9 March 2015
InfoVis1415: slides sessie 5, 9 March 2015InfoVis1415: slides sessie 5, 9 March 2015
InfoVis1415: slides sessie 5, 9 March 2015
 
InfoVis1415: slides sessie 4, 2 March 2015
InfoVis1415: slides sessie 4, 2 March 2015InfoVis1415: slides sessie 4, 2 March 2015
InfoVis1415: slides sessie 4, 2 March 2015
 
InfoVis1415: slides sessie 3, 23 Feb 2015
InfoVis1415: slides sessie 3, 23 Feb 2015InfoVis1415: slides sessie 3, 23 Feb 2015
InfoVis1415: slides sessie 3, 23 Feb 2015
 
InfoVis1415: slides sessie 2, 16 Feb 2015
InfoVis1415: slides sessie 2, 16 Feb 2015InfoVis1415: slides sessie 2, 16 Feb 2015
InfoVis1415: slides sessie 2, 16 Feb 2015
 
Technology that makes HUMANS smarter
Technology that makes HUMANS smarterTechnology that makes HUMANS smarter
Technology that makes HUMANS smarter
 
201502010 pen ocw_les1_erik
201502010 pen ocw_les1_erik201502010 pen ocw_les1_erik
201502010 pen ocw_les1_erik
 
Inleiding Human Computer Interaction
Inleiding Human Computer InteractionInleiding Human Computer Interaction
Inleiding Human Computer Interaction
 

Kürzlich hochgeladen

REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 

Kürzlich hochgeladen (20)

REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 

InfoVis1415: slides sessie 1, 10 Feb 2015