1 / 16

Hands-On with Data

Hands-On with Data. Shawn Day 17.02.2010 • University of Ulster, Magee Campus. Objectives. Explore/Discover/Discuss : Simile/Google Exhibit Google Maps Google Earth Many Eyes. Exhibit. http://www.simile-widgets.org/exhibit/

brigid
Télécharger la présentation

Hands-On with Data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hands-On with Data Shawn Day 17.02.2010 • University of Ulster, Magee Campus

  2. Objectives Explore/Discover/Discuss : • Simile/Google Exhibit • Google Maps • Google Earth • Many Eyes

  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

  4. Exhibit in a Nutshell

  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>

  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" }, ……… ] }

  7. Simplest View

  8. Add Faceted Browsing

  9. Add Search and Sort

  10. Add a Timeline

  11. Add a Table View

  12. Add a Map View

  13. Google Earth

  14. Many Eyes

  15. THANK YOU. QUESTIONS?

  16. Slides from this talk are available at http://dho.ie/node/660 Shawn Day s.day@dho.ie

More Related