16
DIGITAL COMMUNICATIONS CLINIC 17.02.2010 | Speaker: Shawn Day| slide 1 A project of the Hands-On with Data Shawn Day 17.02.2010 • University of Ulster, Magee Campus

DIGITAL COMMUNICATIONS CLINIC 17.02.2010 | Speaker: Shawn Day| slide 1 A project of the Hands-On with Data Shawn Day 17.02.2010 University of Ulster, Magee

  • View
    214

  • Download
    0

Embed Size (px)

Citation preview

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 1

A project of the

Hands-On with Data

Shawn Day

17.02.2010 • University of Ulster, Magee Campus

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 2

Objectives

Explore/Discover/Discuss :1. Simile/Google Exhibit2. Google Maps3. Google Earth4. Many Eyes

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 3

Exhibit

• http://www.simile-widgets.org/exhibit/• Exhibit lets you easily create web pages

with advanced text search and filtering functionalities, with interactive maps, timelines, and other visualizations

• A couple examples…• CNEH

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 4

Exhibit in a Nutshell

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 5

The Simplest Exhibit Page<html>

<head>

<title>MIT Nobel Prize Winners</title>

<link href="nobelists.js" type="application/json" rel="exhibit/data" />

<script src=http://static.simile.mit.edu/exhibit/api-2.0/exhibit-api.js type="text/javascript"></script>

<style></style>

</head>

<body>

<h1>MIT Nobel Prize Winners</h1>

<table width="100%”>

<tr valign="top”>

<td ex:role="viewPanel”><div ex:role="view"></div></td><td width="25%”>browsing controls here… </td></tr>

</table>

</body>

</html>

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 6

The Data {

"items" : [

{ type : "Nobelist",

label : "Burton Richter",

latlng: "42.359089,-71.093412",

discipline : "Physics",

shared : "yes",

"last-name" : "Richter",

"nobel-year" : "1976",

relationship : "alumni",

"co-winner" : "Samuel C.C. Ting",

"relationship-detail" : "MIT S.B. 1952, Ph.D. 1956",

imageURL : "http://nobelprize.org/nobel_prizes/physics/laureates/1976/richter_thumb.jpg"

},

………

]

}

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 7

Simplest View

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 8

Add Faceted Browsing

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 9

Add Search and Sort

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 10

Add a Timeline

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 11

Add a Table View

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 12

Add a Map View

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 13

Google Earth

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 14

Many Eyes

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 15

THANK YOU. QUESTIONS?

DIGITAL COMMUNICATIONS CLINIC17.02.2010 | Speaker: Shawn Day| slide 16

Shawn [email protected]

Slides from this talk are available athttp://dho.ie/node/660