SlideShare ist ein Scribd-Unternehmen logo
1 von 73
From Database to Visualization

         Prof Alvarado
          MDST 3705
         5 March 2013
Business
• Quiz 2 to be posted this evening
  – Covers everything between the last quiz and
    last week
  – Database theory and practice
Review
• Last week, we explored the idea of the
  database as a ―symbolic form‖ and ―genre‖
  – The Database is a mode of representation
    comparable to such things a linear perspective in
    painting and the novel in writing
• The Database has certain representational
  qualities
  –   Everything is a list (like an array)
  –   Order does not matter
  –   No inherent beginning or end
  –   Endlessly reconfigurable (SELECT, JOIN, etc.)
Review
• The Database stands in contrast to
  narrative
  – Traditional narrative is sequential and fixed
  – Endings matter; novels have an arc.
• The Database reverses the relationship
  between paradigm and syntagm
  – Traditional works are final products of a
    process that is hidden and forgotten
  – The products of a database are ephemeral
    and contingent – the database itself is the
    thing
Review
• Databases have a logic that is used in the
  arts
  – Stories in which the order of events or
    perspectives are mixed up. Manovich calls the
    ‗database logic‘
  – An example is the film, Man with a Movie
    Camera
• Databases can be more effective than
  books in organizing works of art and
  literature
  – E.g. The Whitman Project
Vertov's film shows the      Just as we saw that Linear
relationship between      Perspective and the Novel go
Database and Montage                           together
Data(bases) can be visualized

More than that, they lend themselves to
             visualization

 Let‘s look at a couple of examples …
A radial network graph from data scraped from Pandora, beginning with the Beatles
A force directed network graph of data scraped from Pandora, beginning with Elvis
Costello
These network visualizations show the
    database as a genre – a way of
       representing information

  Compare them to a catalog of musical
artists in a book (itself a kind of database)
A database
record
depicted as a
kind of text
The examples also show
the database as a way to
    understand genre
What is visualization?
―a mapping between discrete data and a
   visual representation‖ (Manovich)

                  or

a mapping of information in logical form
           to visual form
Manovich defines two types:

 Information Visualization

    Media Visualization
Statistics and information
           visualization were invented in
           the 18th century. This was
           linked to the rise of nation
           states and bureaucracy
William
Playfair
The result of
nations becoming
aware of data ...
According to Manovich, the salient
 features of information visualization are

(1) The reduction of data items to points,
               lines, etc.

                   and

(2) the use of space (size, shape, etc.) as
   the primary vehicle of representation

 Color is used, but as an embellishment
Here are some examples …
William Playfair (1786) The Commercial and Political
Atlas: Representing, by Means of Stained Copper-
Plate Charts, the Progress of the Commerce,
Revenues, Expenditure and Debts of England during
the Whole of the Eighteenth Century.




     http://www.visionlearning.com/library/large_images/image_4108.png
http://dougmccune.com/blog/wp-
http://www.economist.com/images/20071222/5107CR1B.jpg
Joseph Priestley's life-time graph of the lifespans of
famous people. One of the first graphical time lines.
Joseph Priestly, A Chart of Biography, 1765.


        http://www.math.yorku.ca/SCS/Gallery/images/priestley.gif
Minard’s map

http://cartographia.files.wordpress.com/2008/05/minard_napoleon.png
http://cartographia.files.wordpress.com/2008/05/minard-full.jpg
http://commons.wikimedia.org/wiki/File:Minard-carte-viande-1858.png
The difference is that
 information visualizations
reveal patterns in the data,
whereas info graphics use
patterns to present a point
    or to present an idea
Media Visualizations are not essentially
reductive, and they use color as much as
                  space
Time Magazine covers
between 1923 and 2009


 Data points are the objects
 themselves

 Color emerges as a key
 dimension

 Sequencing -- "cultural time
 series"
What can you learn from this
      visualization?
A million manga pages
Rothko and Mondrian
Not all visualizations are
information visualizations in
    Manovich's sense ...

   The following are ―info
         graphics‖
The Odyssey
The History of Science Fiction
Rebecca Black's "Friday"
What’s the big difference?
Information and media visualizations are
       generated algorithmically

   Info graphics tend to be hand made
  creations (although they may emulate
                algorithms)

The former exemplify Manovich‘s principle
 that databases generate works – in this
           case, visualizations
Are information and media visualizations
more truthful than information graphics?
graphesis
graphesis
Information embodied in
material form
graphesis
Opposite of mathesis –
Science, math as
universal language
Think of the relationship between geometry
                  and algebra

Database: Visualization :: Algebra : Geometry

 Which is more real? Which depends on the
                  other?
Can we imagine what a point is without
           visualizing it?

Is information separable from matter?
graphesis
the basis of mathesis
Media are always
                 embedded in culture.
                 Science was made
                 possible by exact copy
                 printing, a visual language
                 (Ivins 1953)
http://21st.century.phil-inst.hu/2002_konf/Nyiri/web_ivins.JPG
These images are both
beautiful and effective

As digital scholars, our job
is to learn how to read,
review, and produce them
The theory of graphesis
teaches us that images
have an epistemology, or
―cognitive style‖
Paradoxes
• Computers are based on mathesis, or
  logico-mathematical thinking
• And visualization is based on computing
• Ergo, mathesis precedes graphesis
• But, mathesis rests on graphesis
  – The iconography of mathematical symbols
  – The products of mathesis must always be
    visualized with forms that have a rhetoric
http://oneparticularwave.files.wordpress.com/2006/11/escher.gif
All visualization involves
      transformation

Raw Data  Data Models 
Queries  Arrays  Visual
      Arrangements
The ―final‖ transformation
• The visual product encodes a series of
  transformations from raw data to visual
  design
• A key element of this design is the use of
  space
• Space is complex—it involves the
  concepts of dimension, location, distance,
  and shape
• Each visualization uses these elements
  differently
What is transformation?

   Review Examples
Patterns of Transformation (i)
• Image Grids (aka Image Graphs)
  – Purpose: Creates 2D qualitative space
    • Space is uniform, Cartesian
    • ―Points‖ are actually not atomic, but contain
      content
    • Designed to show ―hot spots‖
  – Method:
    • Identify X and Y in which to plot objects of type A
    • Create query to generate A, X and Y columns
    • Convert query data into 3D array $DATA[$X][$Y] =
      $A
    • Convert array into HTML
http://studio1.shanti.virginia.edu/~rca2t/dataesthetics/03-29/v4.ph
Patterns of Transformation (ii)
• Network Graphs
  – Purpose: Creates a network of relationships
    • Space not uniform—distance and location of nodes
      require interpretation
  – Method:
    • Identify nodes and principle of relationship (e.g.
      container)
    • Create query to generate nodes and principle
    • Convert query into NODE and EDGE arrays
    • Convert arrays data into Cartesian Product for
      each principle
    • Convert array into PNG, SVG, etc.
http://studio1.shanti.virginia.edu/~rca2t/dataesthetics/04-26/graph-main.php
Patterns of Transformation (iii)
• Adjacency Matrix
  – Purpose: Creates a 2D space
    • But X and Y are ―self similar‖
  – Method:
    •   Identify X and Y
    •   Create query to generate X and Y columns
    •   Convert query data into 2D array
    •   Convert array into HTML
http://studio1.shanti.virginia.edu/~rca2t/dataesthetics/04-21/ex-04-pviz-matrix.php
Patterns of Transformation (iv)
• Arcs and Circles
  – Purpose: Creates a 2D dimensions, with 1
    dimension metric, the other not
    • Only an X axis with connections in qualitative
      space
  – Method:
    • Same as network graphs
    • Visualize using Protovis library
http://studio1.shanti.virginia.edu/~rca2t/dataesthetics/04-21/ex-04-pviz-arc.php
Patterns of Transformation (v)
• Hand-made
  – Purpose: Creates a free-form qualitative
    space
  – Method:
    • Draw!

Weitere ähnliche Inhalte

Andere mochten auch

UVA MDST 3703 2013 08-27 Introduction
UVA MDST 3703 2013 08-27 IntroductionUVA MDST 3703 2013 08-27 Introduction
UVA MDST 3703 2013 08-27 IntroductionRafael Alvarado
 
UVA MDST 3703 The Stack of Scholarship 2012-09-24
UVA MDST 3703 The Stack of Scholarship 2012-09-24UVA MDST 3703 The Stack of Scholarship 2012-09-24
UVA MDST 3703 The Stack of Scholarship 2012-09-24Rafael Alvarado
 
UVA MDST 3703 Studio 01 2012-08-30
UVA MDST 3703 Studio 01 2012-08-30UVA MDST 3703 Studio 01 2012-08-30
UVA MDST 3703 Studio 01 2012-08-30Rafael Alvarado
 
MDST 3703 F10 Seminar 14
MDST 3703 F10 Seminar 14MDST 3703 F10 Seminar 14
MDST 3703 F10 Seminar 14Rafael Alvarado
 
Mdst3705 2013-02-26-db-as-genre
Mdst3705 2013-02-26-db-as-genreMdst3705 2013-02-26-db-as-genre
Mdst3705 2013-02-26-db-as-genreRafael Alvarado
 
Mdst3703 shiva-2012-10-18
Mdst3703 shiva-2012-10-18Mdst3703 shiva-2012-10-18
Mdst3703 shiva-2012-10-18Rafael Alvarado
 
Mdst3703 maps-and-timelines-2012-11-13
Mdst3703 maps-and-timelines-2012-11-13Mdst3703 maps-and-timelines-2012-11-13
Mdst3703 maps-and-timelines-2012-11-13Rafael Alvarado
 
Mdst3705 2013-02-12-finding-data
Mdst3705 2013-02-12-finding-dataMdst3705 2013-02-12-finding-data
Mdst3705 2013-02-12-finding-dataRafael Alvarado
 
Mdst 3559-01-27-data-journalism-studio
Mdst 3559-01-27-data-journalism-studioMdst 3559-01-27-data-journalism-studio
Mdst 3559-01-27-data-journalism-studioRafael Alvarado
 
Mdst3703 graph-theory-11-20-2012
Mdst3703 graph-theory-11-20-2012Mdst3703 graph-theory-11-20-2012
Mdst3703 graph-theory-11-20-2012Rafael Alvarado
 

Andere mochten auch (13)

UVA MDST 3703 2013 08-27 Introduction
UVA MDST 3703 2013 08-27 IntroductionUVA MDST 3703 2013 08-27 Introduction
UVA MDST 3703 2013 08-27 Introduction
 
UVA MDST 3703 The Stack of Scholarship 2012-09-24
UVA MDST 3703 The Stack of Scholarship 2012-09-24UVA MDST 3703 The Stack of Scholarship 2012-09-24
UVA MDST 3703 The Stack of Scholarship 2012-09-24
 
UVA MDST 3703 Studio 01 2012-08-30
UVA MDST 3703 Studio 01 2012-08-30UVA MDST 3703 Studio 01 2012-08-30
UVA MDST 3703 Studio 01 2012-08-30
 
Hd Overview
Hd OverviewHd Overview
Hd Overview
 
MDST 3703 F10 Studio 2
MDST 3703 F10 Studio 2 MDST 3703 F10 Studio 2
MDST 3703 F10 Studio 2
 
MDST 3703 F10 Seminar 14
MDST 3703 F10 Seminar 14MDST 3703 F10 Seminar 14
MDST 3703 F10 Seminar 14
 
Mdst3705 2013-02-26-db-as-genre
Mdst3705 2013-02-26-db-as-genreMdst3705 2013-02-26-db-as-genre
Mdst3705 2013-02-26-db-as-genre
 
Mdst3703 shiva-2012-10-18
Mdst3703 shiva-2012-10-18Mdst3703 shiva-2012-10-18
Mdst3703 shiva-2012-10-18
 
Mdst3703 maps-and-timelines-2012-11-13
Mdst3703 maps-and-timelines-2012-11-13Mdst3703 maps-and-timelines-2012-11-13
Mdst3703 maps-and-timelines-2012-11-13
 
Mdst3705 2013-02-12-finding-data
Mdst3705 2013-02-12-finding-dataMdst3705 2013-02-12-finding-data
Mdst3705 2013-02-12-finding-data
 
Mdst 3559-01-27-data-journalism-studio
Mdst 3559-01-27-data-journalism-studioMdst 3559-01-27-data-journalism-studio
Mdst 3559-01-27-data-journalism-studio
 
Mdst3703 graph-theory-11-20-2012
Mdst3703 graph-theory-11-20-2012Mdst3703 graph-theory-11-20-2012
Mdst3703 graph-theory-11-20-2012
 
Mdst 3559-02-15-php
Mdst 3559-02-15-phpMdst 3559-02-15-php
Mdst 3559-02-15-php
 

Ähnlich wie From Database to Visualization Patterns

DIGH 5000: Data visualization & analysis Presentation
DIGH 5000: Data visualization & analysis PresentationDIGH 5000: Data visualization & analysis Presentation
DIGH 5000: Data visualization & analysis PresentationDanuta Sierhuis, M.A.
 
What is digital humanities ,By: Professor Lili Saghafi
What is digital humanities ,By: Professor Lili SaghafiWhat is digital humanities ,By: Professor Lili Saghafi
What is digital humanities ,By: Professor Lili SaghafiProfessor Lili Saghafi
 
10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)
10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)
10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)Duke Network Analysis Center
 
10 More than a Pretty Picture: Visual Thinking in Network Studies
10 More than a Pretty Picture: Visual Thinking in Network Studies10 More than a Pretty Picture: Visual Thinking in Network Studies
10 More than a Pretty Picture: Visual Thinking in Network Studiesdnac
 
Class 5-introto dl
Class 5-introto dlClass 5-introto dl
Class 5-introto dlmadhuvardhan
 
Class 5-introto dl
Class 5-introto dlClass 5-introto dl
Class 5-introto dlmadhuvardhan
 
Beyond the Black Box: Data Visualisation
Beyond the Black Box: Data VisualisationBeyond the Black Box: Data Visualisation
Beyond the Black Box: Data VisualisationMia
 
Digital Art and Philosophy #2
Digital Art and Philosophy #2Digital Art and Philosophy #2
Digital Art and Philosophy #2Melanie Swan
 
Complex Networks Analysis @ Universita Roma Tre
Complex Networks Analysis @ Universita Roma TreComplex Networks Analysis @ Universita Roma Tre
Complex Networks Analysis @ Universita Roma TreMatteo Moci
 
UVA MDST 3703 Thematic Research Collections 2012-09-18
UVA MDST 3703 Thematic Research Collections 2012-09-18UVA MDST 3703 Thematic Research Collections 2012-09-18
UVA MDST 3703 Thematic Research Collections 2012-09-18Rafael Alvarado
 
Interactive visualization and exploration of network data with gephi
Interactive visualization and exploration of network data with gephiInteractive visualization and exploration of network data with gephi
Interactive visualization and exploration of network data with gephiBernhard Rieder
 
Introduction to information visualisation for humanities PhDs
Introduction to information visualisation for humanities PhDsIntroduction to information visualisation for humanities PhDs
Introduction to information visualisation for humanities PhDsMia
 
Cloud Computing and VirtualizationSupplemental Lecture
Cloud Computing and VirtualizationSupplemental LectureCloud Computing and VirtualizationSupplemental Lecture
Cloud Computing and VirtualizationSupplemental LectureWilheminaRossi174
 
MDST 3703 F10 Seminar 11
MDST 3703 F10 Seminar 11MDST 3703 F10 Seminar 11
MDST 3703 F10 Seminar 11Rafael Alvarado
 
MDST 3703 F10 Seminar 13
MDST 3703 F10 Seminar 13MDST 3703 F10 Seminar 13
MDST 3703 F10 Seminar 13Rafael Alvarado
 
How and why study big cultural data v2
How and why study big cultural data v2How and why study big cultural data v2
How and why study big cultural data v2Lev Manovich
 

Ähnlich wie From Database to Visualization Patterns (20)

DIGH 5000: Data visualization & analysis Presentation
DIGH 5000: Data visualization & analysis PresentationDIGH 5000: Data visualization & analysis Presentation
DIGH 5000: Data visualization & analysis Presentation
 
What is digital humanities ,By: Professor Lili Saghafi
What is digital humanities ,By: Professor Lili SaghafiWhat is digital humanities ,By: Professor Lili Saghafi
What is digital humanities ,By: Professor Lili Saghafi
 
10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)
10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)
10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)
 
10 More than a Pretty Picture: Visual Thinking in Network Studies
10 More than a Pretty Picture: Visual Thinking in Network Studies10 More than a Pretty Picture: Visual Thinking in Network Studies
10 More than a Pretty Picture: Visual Thinking in Network Studies
 
Class 5-introto dl
Class 5-introto dlClass 5-introto dl
Class 5-introto dl
 
Class 5-introto dl
Class 5-introto dlClass 5-introto dl
Class 5-introto dl
 
Beyond the Black Box: Data Visualisation
Beyond the Black Box: Data VisualisationBeyond the Black Box: Data Visualisation
Beyond the Black Box: Data Visualisation
 
Christiane Paul - Arquivando o contexto: estratégias de preservação para a ne...
Christiane Paul - Arquivando o contexto: estratégias de preservação para a ne...Christiane Paul - Arquivando o contexto: estratégias de preservação para a ne...
Christiane Paul - Arquivando o contexto: estratégias de preservação para a ne...
 
04 Data Visualization (2017)
04 Data Visualization (2017)04 Data Visualization (2017)
04 Data Visualization (2017)
 
15 Network Visualization and Communities
15 Network Visualization and Communities15 Network Visualization and Communities
15 Network Visualization and Communities
 
Digital Art and Philosophy #2
Digital Art and Philosophy #2Digital Art and Philosophy #2
Digital Art and Philosophy #2
 
Complex Networks Analysis @ Universita Roma Tre
Complex Networks Analysis @ Universita Roma TreComplex Networks Analysis @ Universita Roma Tre
Complex Networks Analysis @ Universita Roma Tre
 
UVA MDST 3703 Thematic Research Collections 2012-09-18
UVA MDST 3703 Thematic Research Collections 2012-09-18UVA MDST 3703 Thematic Research Collections 2012-09-18
UVA MDST 3703 Thematic Research Collections 2012-09-18
 
Interactive visualization and exploration of network data with gephi
Interactive visualization and exploration of network data with gephiInteractive visualization and exploration of network data with gephi
Interactive visualization and exploration of network data with gephi
 
Introduction to information visualisation for humanities PhDs
Introduction to information visualisation for humanities PhDsIntroduction to information visualisation for humanities PhDs
Introduction to information visualisation for humanities PhDs
 
Cloud Computing and VirtualizationSupplemental Lecture
Cloud Computing and VirtualizationSupplemental LectureCloud Computing and VirtualizationSupplemental Lecture
Cloud Computing and VirtualizationSupplemental Lecture
 
MDST 3703 F10 Seminar 11
MDST 3703 F10 Seminar 11MDST 3703 F10 Seminar 11
MDST 3703 F10 Seminar 11
 
MDST 3703 F10 Seminar 13
MDST 3703 F10 Seminar 13MDST 3703 F10 Seminar 13
MDST 3703 F10 Seminar 13
 
How and why study big cultural data v2
How and why study big cultural data v2How and why study big cultural data v2
How and why study big cultural data v2
 
Weisberg - Museums and the Internet of Things
Weisberg - Museums and the Internet of ThingsWeisberg - Museums and the Internet of Things
Weisberg - Museums and the Internet of Things
 

Mehr von Rafael Alvarado

Mdst3703 2013-10-01-hypertext-and-history
Mdst3703 2013-10-01-hypertext-and-historyMdst3703 2013-10-01-hypertext-and-history
Mdst3703 2013-10-01-hypertext-and-historyRafael Alvarado
 
Mdst3703 2013-09-24-hypertext
Mdst3703 2013-09-24-hypertextMdst3703 2013-09-24-hypertext
Mdst3703 2013-09-24-hypertextRafael Alvarado
 
Mdst3703 2013-09-17-text-models
Mdst3703 2013-09-17-text-modelsMdst3703 2013-09-17-text-models
Mdst3703 2013-09-17-text-modelsRafael Alvarado
 
Mdst3703 2013-09-10-textual-signals
Mdst3703 2013-09-10-textual-signalsMdst3703 2013-09-10-textual-signals
Mdst3703 2013-09-10-textual-signalsRafael Alvarado
 
Mdst3703 2013-09-05-studio2
Mdst3703 2013-09-05-studio2Mdst3703 2013-09-05-studio2
Mdst3703 2013-09-05-studio2Rafael Alvarado
 
Mdst3703 2013-09-03-plato2
Mdst3703 2013-09-03-plato2Mdst3703 2013-09-03-plato2
Mdst3703 2013-09-03-plato2Rafael Alvarado
 
Mdst3703 2013-08-29-hello-world
Mdst3703 2013-08-29-hello-worldMdst3703 2013-08-29-hello-world
Mdst3703 2013-08-29-hello-worldRafael Alvarado
 
Mdst3705 2013-02-19-text-into-data
Mdst3705 2013-02-19-text-into-dataMdst3705 2013-02-19-text-into-data
Mdst3705 2013-02-19-text-into-dataRafael Alvarado
 
Mdst3705 2013-02-05-databases
Mdst3705 2013-02-05-databasesMdst3705 2013-02-05-databases
Mdst3705 2013-02-05-databasesRafael Alvarado
 
Mdst3705 2013-01-29-praxis
Mdst3705 2013-01-29-praxisMdst3705 2013-01-29-praxis
Mdst3705 2013-01-29-praxisRafael Alvarado
 
Mdst3705 2013-01-31-php3
Mdst3705 2013-01-31-php3Mdst3705 2013-01-31-php3
Mdst3705 2013-01-31-php3Rafael Alvarado
 
Mdst3705 2012-01-22-code-as-language
Mdst3705 2012-01-22-code-as-languageMdst3705 2012-01-22-code-as-language
Mdst3705 2012-01-22-code-as-languageRafael Alvarado
 
Mdst3705 2013-01-24-php2
Mdst3705 2013-01-24-php2Mdst3705 2013-01-24-php2
Mdst3705 2013-01-24-php2Rafael Alvarado
 
Mdst3705 2012-01-15-introduction
Mdst3705 2012-01-15-introductionMdst3705 2012-01-15-introduction
Mdst3705 2012-01-15-introductionRafael Alvarado
 
Mdst3703 culturomics-2012-11-01
Mdst3703 culturomics-2012-11-01Mdst3703 culturomics-2012-11-01
Mdst3703 culturomics-2012-11-01Rafael Alvarado
 
Mdst3703 visualization-2012-10-23
Mdst3703 visualization-2012-10-23Mdst3703 visualization-2012-10-23
Mdst3703 visualization-2012-10-23Rafael Alvarado
 
Mdst3703 ontology-overrated-2012-10-16
Mdst3703 ontology-overrated-2012-10-16Mdst3703 ontology-overrated-2012-10-16
Mdst3703 ontology-overrated-2012-10-16Rafael Alvarado
 
Mdst3703 projects-2012-10-11
Mdst3703 projects-2012-10-11Mdst3703 projects-2012-10-11
Mdst3703 projects-2012-10-11Rafael Alvarado
 
UVA MDST 3703 JavaScript (ii) 2012-10-04
UVA MDST 3703 JavaScript (ii) 2012-10-04UVA MDST 3703 JavaScript (ii) 2012-10-04
UVA MDST 3703 JavaScript (ii) 2012-10-04Rafael Alvarado
 

Mehr von Rafael Alvarado (20)

Mdst3703 2013-10-01-hypertext-and-history
Mdst3703 2013-10-01-hypertext-and-historyMdst3703 2013-10-01-hypertext-and-history
Mdst3703 2013-10-01-hypertext-and-history
 
Mdst3703 2013-09-24-hypertext
Mdst3703 2013-09-24-hypertextMdst3703 2013-09-24-hypertext
Mdst3703 2013-09-24-hypertext
 
Presentation1
Presentation1Presentation1
Presentation1
 
Mdst3703 2013-09-17-text-models
Mdst3703 2013-09-17-text-modelsMdst3703 2013-09-17-text-models
Mdst3703 2013-09-17-text-models
 
Mdst3703 2013-09-10-textual-signals
Mdst3703 2013-09-10-textual-signalsMdst3703 2013-09-10-textual-signals
Mdst3703 2013-09-10-textual-signals
 
Mdst3703 2013-09-05-studio2
Mdst3703 2013-09-05-studio2Mdst3703 2013-09-05-studio2
Mdst3703 2013-09-05-studio2
 
Mdst3703 2013-09-03-plato2
Mdst3703 2013-09-03-plato2Mdst3703 2013-09-03-plato2
Mdst3703 2013-09-03-plato2
 
Mdst3703 2013-08-29-hello-world
Mdst3703 2013-08-29-hello-worldMdst3703 2013-08-29-hello-world
Mdst3703 2013-08-29-hello-world
 
Mdst3705 2013-02-19-text-into-data
Mdst3705 2013-02-19-text-into-dataMdst3705 2013-02-19-text-into-data
Mdst3705 2013-02-19-text-into-data
 
Mdst3705 2013-02-05-databases
Mdst3705 2013-02-05-databasesMdst3705 2013-02-05-databases
Mdst3705 2013-02-05-databases
 
Mdst3705 2013-01-29-praxis
Mdst3705 2013-01-29-praxisMdst3705 2013-01-29-praxis
Mdst3705 2013-01-29-praxis
 
Mdst3705 2013-01-31-php3
Mdst3705 2013-01-31-php3Mdst3705 2013-01-31-php3
Mdst3705 2013-01-31-php3
 
Mdst3705 2012-01-22-code-as-language
Mdst3705 2012-01-22-code-as-languageMdst3705 2012-01-22-code-as-language
Mdst3705 2012-01-22-code-as-language
 
Mdst3705 2013-01-24-php2
Mdst3705 2013-01-24-php2Mdst3705 2013-01-24-php2
Mdst3705 2013-01-24-php2
 
Mdst3705 2012-01-15-introduction
Mdst3705 2012-01-15-introductionMdst3705 2012-01-15-introduction
Mdst3705 2012-01-15-introduction
 
Mdst3703 culturomics-2012-11-01
Mdst3703 culturomics-2012-11-01Mdst3703 culturomics-2012-11-01
Mdst3703 culturomics-2012-11-01
 
Mdst3703 visualization-2012-10-23
Mdst3703 visualization-2012-10-23Mdst3703 visualization-2012-10-23
Mdst3703 visualization-2012-10-23
 
Mdst3703 ontology-overrated-2012-10-16
Mdst3703 ontology-overrated-2012-10-16Mdst3703 ontology-overrated-2012-10-16
Mdst3703 ontology-overrated-2012-10-16
 
Mdst3703 projects-2012-10-11
Mdst3703 projects-2012-10-11Mdst3703 projects-2012-10-11
Mdst3703 projects-2012-10-11
 
UVA MDST 3703 JavaScript (ii) 2012-10-04
UVA MDST 3703 JavaScript (ii) 2012-10-04UVA MDST 3703 JavaScript (ii) 2012-10-04
UVA MDST 3703 JavaScript (ii) 2012-10-04
 

From Database to Visualization Patterns

Hinweis der Redaktion

  1. https://shiva.virginia.edu/sites/all/modules/shivanode/SHIVA/go.htm?m=//shiva.virginia.edu/data/json/873
  2. https://shiva.virginia.edu/sites/all/modules/shivanode/SHIVA/go.htm?m=//shiva.virginia.edu/data/json/909
  3. Note that statistics and visualization rise togetherNOT A BAD THING
  4. mashup
  5. mashup
  6. See http://www.flickr.com/photos/culturevis/4038907270/sizes/o/in/set-72157624959121129/ for full image
  7. What is graphesis?
  8. What is it the opposite of?
  9. Mathesis = ontology = foundation of computing
  10. Note that statistics and visualization rise togetherNOT A BAD THING
  11. Note that statistics and visualization rise togetherNOT A BAD THING