SlideShare una empresa de Scribd logo
1 de 44
Descargar para leer sin conexión
Palladio versus Exhibit
Giving Digital Research Data Temporal, Spatial and
Relational Dimensions
Objective(s)
‣ To introduce and compare two tools for presentation of
scholarly research in temporal, spatial and relational
visualisations;
‣ To engage in free and informal discussion about how
these might be employed in your own research;
‣ Most of all: Inspire and Imagine.
Agenda
‣ Why Consider Either of These Tools?
‣ What is Exhibit?
‣ What is Palladio?
‣ The common denominators
‣ Strengths,Weaknesses & InterOperability
‣ Discussion
Why areYou Here?
Exhibit
simile-widgets.org/exhibit/
Simile Exhibit
‣ Exhibit lets you easily create web pages with advanced text
search and filtering functionalities, with interactive maps,
timelines, and other visualisations;
‣ Beginners can deploy their dataset with minimal
intervention and limited Javascript or HTML intervention;
‣ Experts can use their JSON, JS, HTML, CSS skills to create
custom installations building on Exhibit platform;
‣ It can pull in media from any online source.
Exhibit
‣ What’s it based on?
‣ What does it do?
‣ How can I use it?
‣ What do I need to use it?
The SIMILE Stable of Tools
http://simile-widgets.org
A Brief History
‣ This software was originally sponsored partially by The
AndrewW. Mellon Foundation as part of the SIMILE
project.
‣ Its original author is David François Huynh.
‣ Now it is being maintained and developed by members of
an open-source community.
‣ Initially in the SIMILE (Semantic Interoperability of Metadata and
Information in unLike Environments) Lab at MIT
‣ Google Summer of Code
‣ Library of Congress
Integrating Exhibit
‣ WordPress Plug-ins
‣ Deploy onYour Server
‣ Choose Between a Server-based and Browser-based
Version
TwoVariants - How to Decide?
‣ Scripted
‣ Limited - Thousands of
Records
‣ Requires access to two files
no server
‣ How much data do you
have?
‣ How much technical skill do
you possess?
‣ Staged
‣ Scaleable - Millions of
Records
‣ Requires Server & Config
Two Exhibit Tools
‣ DataPress (http://projects.csail.mit.edu/datapress/)
‣ DiDo (http://projects.csail.mit.edu/exhibit/Dido/)
‣ Caveat: Both are academic research projects. If you use,
always best to acquire source code for your own
sustainability.
Ingredients for Exhibit
‣ What DoYou need to Make the Magic Happen?
‣ A Text Editor - NotePad or TextWrangler
‣ AWeb Browser
‣ A Data Manipulation Tool - Excel, GoogleDocs?
‣ A Dataset
‣ An Open Mind
‣ A Few Hours
‣ Willingness to Play
Exhibit in a Nutshell
Data
json file
Description
html file
Browsable/
Searchable/Visual
Website
'the Exhibit'
Recipe Step 1
‣ Prepare your data for use
Recipe Step 2
‣ Edit HTML to Point to Datafile
‣ <html>
‣ <head>
‣ <title>MIT Nobel PrizeWinners</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 PrizeWinners</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>
Recipe Step 3
‣ Stage and Inspect Result
Recipe Step 4
‣ Add Embellishments
A Case Study / Caveat
What’s Cool?
‣ A broad community of Support;
‣ Mature code - well over a decade;
‣ Can Embed in your own web page;
‣ Can Embed in aWordPress Blog (Plug-In);
‣ Can choose from a variety ofVisualisations;
‣ Allows full interactivity and transparency to users;
‣ You can modify appearance as you gain familiarity;
‣ Data is stored on your own service in your own space;
‣ It’s OpenSource.
Why Exhibit
‣ Simple
‣ Javascipt - Approachable - Example Based
‣ Modular
‣ Standards Based
‣ Doesn’t Require Server Technology
‣ Browser Based
‣ Allows focus on content not on the technology
Palladio
palladio.designhumanities.org
Now for something entirely different
Palladio
‣ Palladio is a demonstration application to allow scholars to
easily upload data for use with an intertwined set of
visualizations for analysis of complex, multi-dimensional
data.
‣ Beginners can deploy their dataset with minimal
intervention and no code requirement;
‣ Experts can apply their deeper understanding of the
dimensions of their data to construct elaborate
visualisations for analysis and presentation.
Palladio
‣ What’s it based on?
‣ What does it do?
‣ How can I use it?
‣ What do I need to use it?
CESTA
‣ Center for Spatial and Textual Analysis
‣ Stanford
A Stable of Tools
At the Outset
‣ Palladio is an evolving tool
Ingredients
‣ A Data File;
‣ Your Browser.
Recipe Step 1
‣ MassageYour Data
Recipe Step 2
Recipe Step 3
Recipe Step 4
Recipe Step 5
Recipe Step 6
Recipe Step 7
Recipe Step 8
Recipe Step 9 - The Most Important!!
A Case Study
‣ Maria Comsa, PhD candidate Stanford
‣ French society theater in the 18th century
‣ Data: the people, locations, performances, and texts from society
theatre;
‣ Visualise, explore, and augment the data to answer research
questions;
‣ Identify trends that would not be evident otherwise;
‣ eg. Study the social composition of the network of people to see
how many were part of the elite (aristocracy).
‣ Full review: http://hdlab.stanford.edu/lab-notebook/palladio/
2014/08/21/Comsa/
What’s Cool?
‣ Aesthetically stunning;
‣ Powerful tool and robust server;
‣ Evolving and growing;
‣ Combination of tools doesn’t exist elsewhere;
‣ Directed to an academic audience;
‣ Free to use;
‣ You can modify appearance as you gain familiarity;
‣ Data is stored on your own service in your own space;
‣ It’s OpenSource.
Why Palladio
‣ Wizard Driven;
‣ Powerful;
‣ Doesn’t Require Server Technology;
‣ Browser Based;
‣ Allows focus on content not on the technology!
Where Else to Look
‣ RAW - densitydesign
Summarising
‣ Flexibility
‣ Level of Development
‣ Cost
‣ Data Sharing
‣ Sustainability
‣ Ease of Use
‣ Extensibility
‣ Applicability
Upcoming Seminars
‣ 16 Feb - How to PutYour Data on the Map: Geospatial Data
Manipulation andVisualisation for Digital Humanities
‣ 23 March - Using Google Tools for Digital Humanities
Scholarship
‣ 20 April - Requirements Engineering for Humanities/
Social Science Scholars
‣ May - Digital Project Management
Thanks
Shawn Day
@iridium
s.day@qub.ac.uk
http://qubdh.co.uk

Más contenido relacionado

Similar a Comparing and Considering: Exhibit vs Palladio

Intro to Exhibit Workshop
Intro to Exhibit WorkshopIntro to Exhibit Workshop
Intro to Exhibit WorkshopShawn Day
 
Presenting Your Digital Research
Presenting Your Digital ResearchPresenting Your Digital Research
Presenting Your Digital ResearchShawn Day
 
EclipseCon France 2015 - Science Track
EclipseCon France 2015 - Science TrackEclipseCon France 2015 - Science Track
EclipseCon France 2015 - Science TrackBoris Adryan
 
Lambda Architectures in Practice
Lambda Architectures in PracticeLambda Architectures in Practice
Lambda Architectures in PracticeC4Media
 
Oscon 2011 Practicing Open Science
Oscon 2011 Practicing Open ScienceOscon 2011 Practicing Open Science
Oscon 2011 Practicing Open ScienceMarcus Hanwell
 
Bruce Lawson Opera Indonesia
Bruce Lawson Opera IndonesiaBruce Lawson Opera Indonesia
Bruce Lawson Opera Indonesiabrucelawson
 
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...Srijan Technologies
 
Leaving the Ivory Tower: Research in the Real World
Leaving the Ivory Tower: Research in the Real WorldLeaving the Ivory Tower: Research in the Real World
Leaving the Ivory Tower: Research in the Real WorldC4Media
 
TechRadarCon 2022 | Have you built your platform yet ?
TechRadarCon 2022 | Have you built your platform yet ?TechRadarCon 2022 | Have you built your platform yet ?
TechRadarCon 2022 | Have you built your platform yet ?Haggai Philip Zagury
 
Git and Github - a 90 Minute interactive workshop
Git and Github - a 90 Minute interactive workshopGit and Github - a 90 Minute interactive workshop
Git and Github - a 90 Minute interactive workshopBram Luyten
 
From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...
From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...
From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...Sergii Khomenko
 
Headless Drupal, Singapore Drupal Meetup
Headless Drupal, Singapore Drupal MeetupHeadless Drupal, Singapore Drupal Meetup
Headless Drupal, Singapore Drupal MeetupPratomo Ardianto
 
Enabling Data centric Teams
Enabling Data centric TeamsEnabling Data centric Teams
Enabling Data centric TeamsData Con LA
 
Cwin16 tls-partner-sas new-open_analytics_platform
Cwin16 tls-partner-sas new-open_analytics_platformCwin16 tls-partner-sas new-open_analytics_platform
Cwin16 tls-partner-sas new-open_analytics_platformCapgemini
 
The New Database Frontier: Harnessing the Cloud
The New Database Frontier: Harnessing the CloudThe New Database Frontier: Harnessing the Cloud
The New Database Frontier: Harnessing the CloudInside Analysis
 
Data science tools of the trade
Data science tools of the tradeData science tools of the trade
Data science tools of the tradeFangda Wang
 
Graph-Oriented NoSQL Databases
Graph-Oriented NoSQL  Databases Graph-Oriented NoSQL  Databases
Graph-Oriented NoSQL Databases Abdelkader OUARED
 

Similar a Comparing and Considering: Exhibit vs Palladio (20)

Intro to Exhibit Workshop
Intro to Exhibit WorkshopIntro to Exhibit Workshop
Intro to Exhibit Workshop
 
Presenting Your Digital Research
Presenting Your Digital ResearchPresenting Your Digital Research
Presenting Your Digital Research
 
EclipseCon France 2015 - Science Track
EclipseCon France 2015 - Science TrackEclipseCon France 2015 - Science Track
EclipseCon France 2015 - Science Track
 
Lambda Architectures in Practice
Lambda Architectures in PracticeLambda Architectures in Practice
Lambda Architectures in Practice
 
RWD
RWDRWD
RWD
 
Oscon 2011 Practicing Open Science
Oscon 2011 Practicing Open ScienceOscon 2011 Practicing Open Science
Oscon 2011 Practicing Open Science
 
Bruce Lawson Opera Indonesia
Bruce Lawson Opera IndonesiaBruce Lawson Opera Indonesia
Bruce Lawson Opera Indonesia
 
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
[Srijan Wednesday Webinars] How to Build a Cloud Native Platform for Enterpri...
 
Cloudcamp Spb 2010
Cloudcamp Spb 2010Cloudcamp Spb 2010
Cloudcamp Spb 2010
 
Leaving the Ivory Tower: Research in the Real World
Leaving the Ivory Tower: Research in the Real WorldLeaving the Ivory Tower: Research in the Real World
Leaving the Ivory Tower: Research in the Real World
 
A Period of Transition
A Period of TransitionA Period of Transition
A Period of Transition
 
TechRadarCon 2022 | Have you built your platform yet ?
TechRadarCon 2022 | Have you built your platform yet ?TechRadarCon 2022 | Have you built your platform yet ?
TechRadarCon 2022 | Have you built your platform yet ?
 
Git and Github - a 90 Minute interactive workshop
Git and Github - a 90 Minute interactive workshopGit and Github - a 90 Minute interactive workshop
Git and Github - a 90 Minute interactive workshop
 
From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...
From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...
From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...
 
Headless Drupal, Singapore Drupal Meetup
Headless Drupal, Singapore Drupal MeetupHeadless Drupal, Singapore Drupal Meetup
Headless Drupal, Singapore Drupal Meetup
 
Enabling Data centric Teams
Enabling Data centric TeamsEnabling Data centric Teams
Enabling Data centric Teams
 
Cwin16 tls-partner-sas new-open_analytics_platform
Cwin16 tls-partner-sas new-open_analytics_platformCwin16 tls-partner-sas new-open_analytics_platform
Cwin16 tls-partner-sas new-open_analytics_platform
 
The New Database Frontier: Harnessing the Cloud
The New Database Frontier: Harnessing the CloudThe New Database Frontier: Harnessing the Cloud
The New Database Frontier: Harnessing the Cloud
 
Data science tools of the trade
Data science tools of the tradeData science tools of the trade
Data science tools of the trade
 
Graph-Oriented NoSQL Databases
Graph-Oriented NoSQL  Databases Graph-Oriented NoSQL  Databases
Graph-Oriented NoSQL Databases
 

Más de Shawn Day

Place of Irish Craft Beer - August 2018
Place of Irish Craft Beer - August 2018Place of Irish Craft Beer - August 2018
Place of Irish Craft Beer - August 2018Shawn Day
 
Digital Tools, Trends and Methodologies in the Humanities and Social Sciences
Digital Tools, Trends and Methodologies in the Humanities and Social SciencesDigital Tools, Trends and Methodologies in the Humanities and Social Sciences
Digital Tools, Trends and Methodologies in the Humanities and Social SciencesShawn Day
 
Digital Narratives for Transylvania DH
Digital Narratives for Transylvania DHDigital Narratives for Transylvania DH
Digital Narratives for Transylvania DHShawn Day
 
Data Vis for Transylvania DH
Data Vis for Transylvania DHData Vis for Transylvania DH
Data Vis for Transylvania DHShawn Day
 
Requirements Engineering for the Humanities
Requirements Engineering for the HumanitiesRequirements Engineering for the Humanities
Requirements Engineering for the HumanitiesShawn Day
 
Google Tools for Digital Humanities Scholars
Google Tools for Digital Humanities ScholarsGoogle Tools for Digital Humanities Scholars
Google Tools for Digital Humanities ScholarsShawn Day
 
DH In the Archives
DH In the ArchivesDH In the Archives
DH In the ArchivesShawn Day
 
Putting Your Data on a Map
Putting Your Data on a MapPutting Your Data on a Map
Putting Your Data on a MapShawn Day
 
Tools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story Map
Tools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story MapTools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story Map
Tools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story MapShawn Day
 
Creating Narrative with Digital Objects
Creating Narrative with Digital ObjectsCreating Narrative with Digital Objects
Creating Narrative with Digital ObjectsShawn Day
 
Digital Project Success
Digital Project SuccessDigital Project Success
Digital Project SuccessShawn Day
 
Sharing - Collecting our DAH Thoughts
Sharing  - Collecting our DAH ThoughtsSharing  - Collecting our DAH Thoughts
Sharing - Collecting our DAH ThoughtsShawn Day
 
Presenting Spatial Data: Whats so spatial about spatial?
Presenting Spatial Data: Whats so spatial about spatial?Presenting Spatial Data: Whats so spatial about spatial?
Presenting Spatial Data: Whats so spatial about spatial?Shawn Day
 
Digital Project Management for Digital Humanities
Digital Project Management for Digital HumanitiesDigital Project Management for Digital Humanities
Digital Project Management for Digital HumanitiesShawn Day
 
Getting Intimate with Your Data - Working Our Way out of the Lab
Getting Intimate with Your Data - Working Our Way out of the LabGetting Intimate with Your Data - Working Our Way out of the Lab
Getting Intimate with Your Data - Working Our Way out of the LabShawn Day
 
Does DH Scholarship Take Place in the Lab?
Does DH Scholarship Take Place in the Lab?Does DH Scholarship Take Place in the Lab?
Does DH Scholarship Take Place in the Lab?Shawn Day
 
How do you know what you are looking for?
How do you know what you are looking for?How do you know what you are looking for?
How do you know what you are looking for?Shawn Day
 
ICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital Objects
ICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital ObjectsICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital Objects
ICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital ObjectsShawn Day
 
New Forms of Collaboration in Humanities Research
New Forms of Collaboration in Humanities ResearchNew Forms of Collaboration in Humanities Research
New Forms of Collaboration in Humanities ResearchShawn Day
 
Finding (a) Place in Time
Finding (a) Place in TimeFinding (a) Place in Time
Finding (a) Place in TimeShawn Day
 

Más de Shawn Day (20)

Place of Irish Craft Beer - August 2018
Place of Irish Craft Beer - August 2018Place of Irish Craft Beer - August 2018
Place of Irish Craft Beer - August 2018
 
Digital Tools, Trends and Methodologies in the Humanities and Social Sciences
Digital Tools, Trends and Methodologies in the Humanities and Social SciencesDigital Tools, Trends and Methodologies in the Humanities and Social Sciences
Digital Tools, Trends and Methodologies in the Humanities and Social Sciences
 
Digital Narratives for Transylvania DH
Digital Narratives for Transylvania DHDigital Narratives for Transylvania DH
Digital Narratives for Transylvania DH
 
Data Vis for Transylvania DH
Data Vis for Transylvania DHData Vis for Transylvania DH
Data Vis for Transylvania DH
 
Requirements Engineering for the Humanities
Requirements Engineering for the HumanitiesRequirements Engineering for the Humanities
Requirements Engineering for the Humanities
 
Google Tools for Digital Humanities Scholars
Google Tools for Digital Humanities ScholarsGoogle Tools for Digital Humanities Scholars
Google Tools for Digital Humanities Scholars
 
DH In the Archives
DH In the ArchivesDH In the Archives
DH In the Archives
 
Putting Your Data on a Map
Putting Your Data on a MapPutting Your Data on a Map
Putting Your Data on a Map
 
Tools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story Map
Tools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story MapTools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story Map
Tools for Digital Humanities Scholarly Innovation: Timemap, Juxtapose, Story Map
 
Creating Narrative with Digital Objects
Creating Narrative with Digital ObjectsCreating Narrative with Digital Objects
Creating Narrative with Digital Objects
 
Digital Project Success
Digital Project SuccessDigital Project Success
Digital Project Success
 
Sharing - Collecting our DAH Thoughts
Sharing  - Collecting our DAH ThoughtsSharing  - Collecting our DAH Thoughts
Sharing - Collecting our DAH Thoughts
 
Presenting Spatial Data: Whats so spatial about spatial?
Presenting Spatial Data: Whats so spatial about spatial?Presenting Spatial Data: Whats so spatial about spatial?
Presenting Spatial Data: Whats so spatial about spatial?
 
Digital Project Management for Digital Humanities
Digital Project Management for Digital HumanitiesDigital Project Management for Digital Humanities
Digital Project Management for Digital Humanities
 
Getting Intimate with Your Data - Working Our Way out of the Lab
Getting Intimate with Your Data - Working Our Way out of the LabGetting Intimate with Your Data - Working Our Way out of the Lab
Getting Intimate with Your Data - Working Our Way out of the Lab
 
Does DH Scholarship Take Place in the Lab?
Does DH Scholarship Take Place in the Lab?Does DH Scholarship Take Place in the Lab?
Does DH Scholarship Take Place in the Lab?
 
How do you know what you are looking for?
How do you know what you are looking for?How do you know what you are looking for?
How do you know what you are looking for?
 
ICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital Objects
ICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital ObjectsICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital Objects
ICRH Winter Institute Strand 4 Day 1 - Building Narratives with Digital Objects
 
New Forms of Collaboration in Humanities Research
New Forms of Collaboration in Humanities ResearchNew Forms of Collaboration in Humanities Research
New Forms of Collaboration in Humanities Research
 
Finding (a) Place in Time
Finding (a) Place in TimeFinding (a) Place in Time
Finding (a) Place in Time
 

Último

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 

Último (20)

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 

Comparing and Considering: Exhibit vs Palladio

  • 1. Palladio versus Exhibit Giving Digital Research Data Temporal, Spatial and Relational Dimensions
  • 2. Objective(s) ‣ To introduce and compare two tools for presentation of scholarly research in temporal, spatial and relational visualisations; ‣ To engage in free and informal discussion about how these might be employed in your own research; ‣ Most of all: Inspire and Imagine.
  • 3. Agenda ‣ Why Consider Either of These Tools? ‣ What is Exhibit? ‣ What is Palladio? ‣ The common denominators ‣ Strengths,Weaknesses & InterOperability ‣ Discussion
  • 6. Simile Exhibit ‣ Exhibit lets you easily create web pages with advanced text search and filtering functionalities, with interactive maps, timelines, and other visualisations; ‣ Beginners can deploy their dataset with minimal intervention and limited Javascript or HTML intervention; ‣ Experts can use their JSON, JS, HTML, CSS skills to create custom installations building on Exhibit platform; ‣ It can pull in media from any online source.
  • 7. Exhibit ‣ What’s it based on? ‣ What does it do? ‣ How can I use it? ‣ What do I need to use it?
  • 8. The SIMILE Stable of Tools http://simile-widgets.org
  • 9. A Brief History ‣ This software was originally sponsored partially by The AndrewW. Mellon Foundation as part of the SIMILE project. ‣ Its original author is David François Huynh. ‣ Now it is being maintained and developed by members of an open-source community. ‣ Initially in the SIMILE (Semantic Interoperability of Metadata and Information in unLike Environments) Lab at MIT ‣ Google Summer of Code ‣ Library of Congress
  • 10. Integrating Exhibit ‣ WordPress Plug-ins ‣ Deploy onYour Server ‣ Choose Between a Server-based and Browser-based Version
  • 11. TwoVariants - How to Decide? ‣ Scripted ‣ Limited - Thousands of Records ‣ Requires access to two files no server ‣ How much data do you have? ‣ How much technical skill do you possess? ‣ Staged ‣ Scaleable - Millions of Records ‣ Requires Server & Config
  • 12. Two Exhibit Tools ‣ DataPress (http://projects.csail.mit.edu/datapress/) ‣ DiDo (http://projects.csail.mit.edu/exhibit/Dido/) ‣ Caveat: Both are academic research projects. If you use, always best to acquire source code for your own sustainability.
  • 13. Ingredients for Exhibit ‣ What DoYou need to Make the Magic Happen? ‣ A Text Editor - NotePad or TextWrangler ‣ AWeb Browser ‣ A Data Manipulation Tool - Excel, GoogleDocs? ‣ A Dataset ‣ An Open Mind ‣ A Few Hours ‣ Willingness to Play
  • 14. Exhibit in a Nutshell Data json file Description html file Browsable/ Searchable/Visual Website 'the Exhibit'
  • 15. Recipe Step 1 ‣ Prepare your data for use
  • 16. Recipe Step 2 ‣ Edit HTML to Point to Datafile ‣ <html> ‣ <head> ‣ <title>MIT Nobel PrizeWinners</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 PrizeWinners</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>
  • 17. Recipe Step 3 ‣ Stage and Inspect Result
  • 18. Recipe Step 4 ‣ Add Embellishments
  • 19. A Case Study / Caveat
  • 20. What’s Cool? ‣ A broad community of Support; ‣ Mature code - well over a decade; ‣ Can Embed in your own web page; ‣ Can Embed in aWordPress Blog (Plug-In); ‣ Can choose from a variety ofVisualisations; ‣ Allows full interactivity and transparency to users; ‣ You can modify appearance as you gain familiarity; ‣ Data is stored on your own service in your own space; ‣ It’s OpenSource.
  • 21. Why Exhibit ‣ Simple ‣ Javascipt - Approachable - Example Based ‣ Modular ‣ Standards Based ‣ Doesn’t Require Server Technology ‣ Browser Based ‣ Allows focus on content not on the technology
  • 23. Palladio ‣ Palladio is a demonstration application to allow scholars to easily upload data for use with an intertwined set of visualizations for analysis of complex, multi-dimensional data. ‣ Beginners can deploy their dataset with minimal intervention and no code requirement; ‣ Experts can apply their deeper understanding of the dimensions of their data to construct elaborate visualisations for analysis and presentation.
  • 24. Palladio ‣ What’s it based on? ‣ What does it do? ‣ How can I use it? ‣ What do I need to use it?
  • 25. CESTA ‣ Center for Spatial and Textual Analysis ‣ Stanford
  • 26. A Stable of Tools
  • 27. At the Outset ‣ Palladio is an evolving tool
  • 28. Ingredients ‣ A Data File; ‣ Your Browser.
  • 29. Recipe Step 1 ‣ MassageYour Data
  • 37. Recipe Step 9 - The Most Important!!
  • 38. A Case Study ‣ Maria Comsa, PhD candidate Stanford ‣ French society theater in the 18th century ‣ Data: the people, locations, performances, and texts from society theatre; ‣ Visualise, explore, and augment the data to answer research questions; ‣ Identify trends that would not be evident otherwise; ‣ eg. Study the social composition of the network of people to see how many were part of the elite (aristocracy). ‣ Full review: http://hdlab.stanford.edu/lab-notebook/palladio/ 2014/08/21/Comsa/
  • 39. What’s Cool? ‣ Aesthetically stunning; ‣ Powerful tool and robust server; ‣ Evolving and growing; ‣ Combination of tools doesn’t exist elsewhere; ‣ Directed to an academic audience; ‣ Free to use; ‣ You can modify appearance as you gain familiarity; ‣ Data is stored on your own service in your own space; ‣ It’s OpenSource.
  • 40. Why Palladio ‣ Wizard Driven; ‣ Powerful; ‣ Doesn’t Require Server Technology; ‣ Browser Based; ‣ Allows focus on content not on the technology!
  • 41. Where Else to Look ‣ RAW - densitydesign
  • 42. Summarising ‣ Flexibility ‣ Level of Development ‣ Cost ‣ Data Sharing ‣ Sustainability ‣ Ease of Use ‣ Extensibility ‣ Applicability
  • 43. Upcoming Seminars ‣ 16 Feb - How to PutYour Data on the Map: Geospatial Data Manipulation andVisualisation for Digital Humanities ‣ 23 March - Using Google Tools for Digital Humanities Scholarship ‣ 20 April - Requirements Engineering for Humanities/ Social Science Scholars ‣ May - Digital Project Management