SlideShare a Scribd company logo
1 of 62
Download to read offline
Invisible Architectures: Supporting Public Facing Technologies
PRESENTER NAME, TITLE
DATE
“0-60 in No Time”
Bill Weinstein
The John H. McFadden and Lisa D. Kabnick Director of
Information and Interpretive Technologies
Philadelphia Museum of Art
“Developing an Invisible Architecture for Exhibitions”
Brian Dawson
Chief Digital Officer
Canada Science and Technology Museum Corporation
ARTLENS “NEAR YOU NOW”
Jane Alexander
Chief Information Officer
The Cleveland Museum of Art
MCN 201502
When is the backend done?
• Three Case Studies
‒ Beginning
‒ Implementation
‒ Do-Over (2.0 – the nicer way of saying it)
3
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
0-60 in No Time
Bill Weinstein
The John H. McFadden and Lisa D. Kabnick Director of
Information and Interpretive Technologies
Philadelphia Museum of Art
MCN 201504
Prior To Strategic Plan
MCN 201505
• Looping video in galleries.
• Rented audio players.
• Cell phone tours hosted on PBX.
• One-off special exhibit interactives.
MCN 201506
MCN 201507
MCN 201508
After Strategic Plan
MCN 201509
• In-gallery interactives.
• Location aware mobile
guide.
• Transparent touch
displays.
• Immersive
environments.
But….
MCN 2015010
infrastructure to build, or support these
projects.
process for application and content
development and management.
dedicated staff build or support them.
budget.
NO
What do we need – Infrastructure
MCN 2015011
• Additional Wifi bandwidth.
• Equipment standards.
• Media storage.
• Application servers.
• Management system.
What do we need – Content Development and
Management
MCN 2015012
• CMS.
• Media production.
• Collection data production.
• Application development environment.
What do we need – Staff
MCN 2015013
• Developers.
• Support Staff.
• Media producers.
• Curators.
• Interpreters.
What do we need – Budget
MCN 2015014
• Increased operating budget.
• Increased special project budget.
• Endowment.
MCN 2015015
Developing an “Invisible
Architecture” for
Exhibitions
Brian Dawson
Chief Digital Officer
Canada Science and Technology Museums Corporation
Who we are…
17
CANADA SCIENCE AND
TECHNOLOGY MUSEUMS
CORPORATION
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
18
19
20
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
Renewing the Canada Science and Technology
Museum
21
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
Digital “reboot” of the museum
22
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
Developing six major galleries in parallel
23
Artefact Alley
Technology In Our Lives
Transforming Resources
Creating and Using Knowledge
Children’s Innovation Space
Moving and Connecting
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
24
This is not a content management system
25
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
Exhibit Digital Platform
26
Content
Management
Exhibit Standard
System
Management
Code
Management
Analytics
Git
Repository
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
Exhibit Management System Architecture
27
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
Exhbit Management System and
Exhibit Content Management
28
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
Integration Toolkit (ITK)
29
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
Anticipated Benefits
• Standardized hardware and software
• Ownership of / access to source code
• Maintain code into the future
• Transparent development approach
• Floor continuously compiled on latest version of code
• Rapid rebuild/replacement of exhibit computers
• Means of (selected) content management for non-technical staff
• Integrated analytics platform
30
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
Risks
• Potentially limited pool of exhibit development firms willing to provide
source code and develop transparently
• Developing platform in parallel with exhibitions
• Management of custom platform into the future
31
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
Thank you
32
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies
Brian Dawson
Chief Digital Officer
Canada Science and Technology Museums Corporation
bdawson@techno-science.ca
@briandawson
ARTLENS“NEAR YOU NOW”
2.0+
Jane Alexander, CIO, The Cleveland Museum of Art
ARTLENS IS…
Why we are using iBeacons
for Near You Now function
of ArtLens
IS
Near You Now
WORKING?
The “Blue Dot” Problem
◻ How can we provide a good wayfinding experience for visitors?
◻ GPS – The golden standard?
⬜ Accurate to ~35ft, less accurate when indoors
⬜ Not Nearly Accurate enough
◻ What other options are there?
⬜ Wifi Triangulation?
⬜ iBeacon?
Initial Approach
◻ Wi-Fi Triangulation!
⬜ Had to use Trigger Finger API to force constant Wi-Fi
communication
⬜ Mesh network of Wi-Fi hotspots
◻ But…
⬜ Trigger Finger API was a HUGE drain on battery life
■ Visitors do not like drained batteries
⬜ Overactive 2.4ghz Wi-Fi network caused congestion across the
museum’s business related Wi-Fi.
■ Museum people do not like bad Wi-Fi
◻ Need something else…
OCTOBER 2014…….Introducing iBeacon
◻ iBeacon uses Bluetooth low-energy (BLE) wireless technology
⬜Minimal battery drain
◻ Army of beacons sending out constant signal
◻ Position calculated by signal strength from beacons
What does an iBeacon look like?
CMA’s implementation of iBeacon
◻ 250 iBeacon transmitters
◻ Navizon on the backend for traingulation
◻ Navizon is a multitool location awareness toolbox (beacons, wifi,
compass, gyroscope, etc.)
How are iBeacons installed in the Museum?
iBeacons are easy to discreetly install
Where are they?
Where are they?
Fingerprints
◻ Once the beacons were installed a training process called
“fingerprinting” was conducted throughout the Museum.
◻ Fingerprints contain the signal strength of the iBeacons in
various locations throughout the museum
◻ Fingerprint data is then uploaded to the Navizon ITS server for
triangulation
How are fingerprints collected?
When Navizon arrived onsite they had mapped out routes in
advance throughout the Museum to ensure optimal accuracy.
What do the fingerprints look like?
The more fingerprints collected the better the
results for the location tracking.
What is involved to integrated Navizon into an App?
◻ Navizon provides a Software Developer Kit (SDK) for both iOS and
Android based mobile devices.
◻ Using this SDK an App can query the Navizon server for the mobile
device’s current location.
◻ ArtLens matches the Navizon location to the Museum’s floorplan…
mostly
SO…..
Problem Solved?
Well…..Environmental Issues…
◻ Building infrastructure impact on accuracy
⬜ Magnetic fields
■ CMA’s Atrium has TONS of steel… so much steel that the magnetic field in
the museum shifts by up to 180 degrees!
■ Unhappy Boy Scouts
⬜ Open Spaces (such as Atriums and Balconies)
■ Location information will tend to “bounce” between levels in these areas.
■ Problematic when transitioning between levels using escalators.
Magnetic Fields Man…
We’re off by almost 180 degrees!
Lessons Learned… Open Spaces
Challenges of providing reliable and accurate location information in spaces with no real
physical boundaries.
Lessons Learned…
◻ Mobile Device Hardware
⬜ Orientation of how the device is held
■ Accuracy can be effected by how the device is held.
■ Especially apparent on tablets
⬜ Bluetooth Chipsets
■ Must have LTE. This has required us to drop support for
several older of model mobile devices (iPad I and iPhone 4).
⬜ Gyroscope/Accelerometer
■ Used for path smoothing… not always uniform across devices
Lessons Learned…
◻ Mobile Operating Systems
⬜ Always changing
■ Major moble OS upgrades/changes have unanticipated impact on ArtLens.
⬜ Security Permissions
■ Need permissions for device location information without which the
experience is degraded
⬜ iOS more restrictive vs. Android more flexible
Lessons Learned…
◻ End User Experience
⬜ Visual cues as to location
■ If location awareness can’t always be perfect what other
approaches can we use?
■ Radius of Confidence
■ Start large
■ You are in the Museum
■ And Narrow
■You are in the armor court...
▪...Looking at a crossbow
Lessons Learned… Radius of Confidence
Example of how the “Radius of Confidence” as shown at the initial location inquiry on the left
and how the radius drastically shrinks after the user takes a few steps.
What’s Next?
⬜ Visual based location tracking?
■ Augmented reality… maybe someday
⬜ Magnetic Field Anomaly location tracking
■ Use the Museum’s (pesky) magnetic fingerprint
⬜ Google Indoor
⬜Targeted Content
Questions
• How do you approach digital sustainability in your galleries?
• What are your main drivers?
• How do you manage specialized software for interactives?
• What mix of proprietary, open source, and custom?
62
Developing an Invisible Architecture for Exhibitions
Brian Dawson, CSTMC
Invisible Architectures: Supporting Public-Facing Technologies

More Related Content

Similar to Invisible Architectures - Supporting Public-Facing Technologies

MCN 2017 Diverse Strategies for Managing Digital Experience
MCN 2017   Diverse Strategies for Managing Digital ExperienceMCN 2017   Diverse Strategies for Managing Digital Experience
MCN 2017 Diverse Strategies for Managing Digital ExperienceJane Alexander
 
Prototyping Physical & Immersive Environments for UX Designers
Prototyping Physical & Immersive Environments for UX DesignersPrototyping Physical & Immersive Environments for UX Designers
Prototyping Physical & Immersive Environments for UX DesignersSusan Oldham
 
Inclusive Design Practices: Strategies and Skills for Museum Practitioner
Inclusive Design Practices: Strategies and Skills for Museum PractitionerInclusive Design Practices: Strategies and Skills for Museum Practitioner
Inclusive Design Practices: Strategies and Skills for Museum PractitionerCorey Timpson
 
2016.12.10 HSE lecture public
2016.12.10 HSE lecture public2016.12.10 HSE lecture public
2016.12.10 HSE lecture publicEd Rodley
 
Mobile 2.0: From headphones to microphones
Mobile 2.0: From headphones to microphonesMobile 2.0: From headphones to microphones
Mobile 2.0: From headphones to microphonesNancy Proctor
 
Panel Discussion, The Future of the Museum: Technology
Panel Discussion, The Future of the Museum: TechnologyPanel Discussion, The Future of the Museum: Technology
Panel Discussion, The Future of the Museum: TechnologyJane Alexander
 
Nordkapp dConstruct09 Recap
Nordkapp dConstruct09 RecapNordkapp dConstruct09 Recap
Nordkapp dConstruct09 RecapTeppo Kotirinta
 
Inclusive Design From Approach to Execution
Inclusive Design From Approach to ExecutionInclusive Design From Approach to Execution
Inclusive Design From Approach to ExecutionCorey Timpson
 
Inclusive Design (NAEA : 2017.03.08)
Inclusive Design (NAEA : 2017.03.08)Inclusive Design (NAEA : 2017.03.08)
Inclusive Design (NAEA : 2017.03.08)Corey Timpson
 
Latest trends in information technology
Latest trends in information technologyLatest trends in information technology
Latest trends in information technologyAtifa Aqueel
 
Live Labels: e-Ink displays in a museum environment
Live Labels: e-Ink displays in a museum environmentLive Labels: e-Ink displays in a museum environment
Live Labels: e-Ink displays in a museum environmentNils Pokel
 
The Challenge of Building Apps for iBeacon Experiences
The Challenge of Building Apps for iBeacon ExperiencesThe Challenge of Building Apps for iBeacon Experiences
The Challenge of Building Apps for iBeacon ExperiencesJon Little
 
Corey Timpson - The Inclusive Museum
Corey Timpson - The Inclusive MuseumCorey Timpson - The Inclusive Museum
Corey Timpson - The Inclusive MuseumCorey Timpson
 
Software Architecture as Systems Dissolve
Software Architecture as Systems DissolveSoftware Architecture as Systems Dissolve
Software Architecture as Systems DissolveEoin Woods
 
informationtech1-180930175759.pptx
informationtech1-180930175759.pptxinformationtech1-180930175759.pptx
informationtech1-180930175759.pptxjaspreetkaur908049
 
MW2014 - Gallery One, The First Year: Sustainability, Evaluation Process,
MW2014  - Gallery One, The First Year: Sustainability, Evaluation Process, MW2014  - Gallery One, The First Year: Sustainability, Evaluation Process,
MW2014 - Gallery One, The First Year: Sustainability, Evaluation Process, Jane Alexander
 
compassion project
compassion projectcompassion project
compassion projectMichele Yahr
 

Similar to Invisible Architectures - Supporting Public-Facing Technologies (20)

MCN 2017 Diverse Strategies for Managing Digital Experience
MCN 2017   Diverse Strategies for Managing Digital ExperienceMCN 2017   Diverse Strategies for Managing Digital Experience
MCN 2017 Diverse Strategies for Managing Digital Experience
 
Prototyping Physical & Immersive Environments for UX Designers
Prototyping Physical & Immersive Environments for UX DesignersPrototyping Physical & Immersive Environments for UX Designers
Prototyping Physical & Immersive Environments for UX Designers
 
Bridging Experiences With Web(VR)
Bridging Experiences With Web(VR)Bridging Experiences With Web(VR)
Bridging Experiences With Web(VR)
 
Inclusive Design Practices: Strategies and Skills for Museum Practitioner
Inclusive Design Practices: Strategies and Skills for Museum PractitionerInclusive Design Practices: Strategies and Skills for Museum Practitioner
Inclusive Design Practices: Strategies and Skills for Museum Practitioner
 
2016.12.10 HSE lecture public
2016.12.10 HSE lecture public2016.12.10 HSE lecture public
2016.12.10 HSE lecture public
 
Mobile 2.0: From headphones to microphones
Mobile 2.0: From headphones to microphonesMobile 2.0: From headphones to microphones
Mobile 2.0: From headphones to microphones
 
Bridging Experiences with the Web
Bridging Experiences with the WebBridging Experiences with the Web
Bridging Experiences with the Web
 
Panel Discussion, The Future of the Museum: Technology
Panel Discussion, The Future of the Museum: TechnologyPanel Discussion, The Future of the Museum: Technology
Panel Discussion, The Future of the Museum: Technology
 
Nordkapp dConstruct09 Recap
Nordkapp dConstruct09 RecapNordkapp dConstruct09 Recap
Nordkapp dConstruct09 Recap
 
Inclusive Design From Approach to Execution
Inclusive Design From Approach to ExecutionInclusive Design From Approach to Execution
Inclusive Design From Approach to Execution
 
Inclusive Design (NAEA : 2017.03.08)
Inclusive Design (NAEA : 2017.03.08)Inclusive Design (NAEA : 2017.03.08)
Inclusive Design (NAEA : 2017.03.08)
 
Latest trends in information technology
Latest trends in information technologyLatest trends in information technology
Latest trends in information technology
 
Live Labels: e-Ink displays in a museum environment
Live Labels: e-Ink displays in a museum environmentLive Labels: e-Ink displays in a museum environment
Live Labels: e-Ink displays in a museum environment
 
The Challenge of Building Apps for iBeacon Experiences
The Challenge of Building Apps for iBeacon ExperiencesThe Challenge of Building Apps for iBeacon Experiences
The Challenge of Building Apps for iBeacon Experiences
 
Corey Timpson - The Inclusive Museum
Corey Timpson - The Inclusive MuseumCorey Timpson - The Inclusive Museum
Corey Timpson - The Inclusive Museum
 
Software Architecture as Systems Dissolve
Software Architecture as Systems DissolveSoftware Architecture as Systems Dissolve
Software Architecture as Systems Dissolve
 
informationtech1-180930175759.pptx
informationtech1-180930175759.pptxinformationtech1-180930175759.pptx
informationtech1-180930175759.pptx
 
MW2014 - Gallery One, The First Year: Sustainability, Evaluation Process,
MW2014  - Gallery One, The First Year: Sustainability, Evaluation Process, MW2014  - Gallery One, The First Year: Sustainability, Evaluation Process,
MW2014 - Gallery One, The First Year: Sustainability, Evaluation Process,
 
compassion project
compassion projectcompassion project
compassion project
 
The Future of Content
The Future of ContentThe Future of Content
The Future of Content
 

More from Jane Alexander

Defining the Museum of the Future: Revealing Krishna
Defining the Museum of the Future: Revealing KrishnaDefining the Museum of the Future: Revealing Krishna
Defining the Museum of the Future: Revealing KrishnaJane Alexander
 
AAM2020: Digital Engagement through Open Access in the time of Quarantine
AAM2020: Digital Engagement through Open Access in the time of QuarantineAAM2020: Digital Engagement through Open Access in the time of Quarantine
AAM2020: Digital Engagement through Open Access in the time of QuarantineJane Alexander
 
Iteration Made our Back End a Star!
Iteration Made our Back End a Star!Iteration Made our Back End a Star!
Iteration Made our Back End a Star!Jane Alexander
 
MW20: Big Data and the Visitor Journey, Using Data Science to Understand the ...
MW20: Big Data and the Visitor Journey, Using Data Science to Understand the ...MW20: Big Data and the Visitor Journey, Using Data Science to Understand the ...
MW20: Big Data and the Visitor Journey, Using Data Science to Understand the ...Jane Alexander
 
Play With Data: OpenGLAM Now 11/20/2019
Play With Data: OpenGLAM Now 11/20/2019Play With Data: OpenGLAM Now 11/20/2019
Play With Data: OpenGLAM Now 11/20/2019Jane Alexander
 
Digitization, Big Data, and the Visitor Journey
Digitization, Big Data, and the Visitor JourneyDigitization, Big Data, and the Visitor Journey
Digitization, Big Data, and the Visitor JourneyJane Alexander
 
ARTLENS Gallery: Designing Meaningful, Barrier-Free Digital Experiences
ARTLENS Gallery: Designing Meaningful, Barrier-Free Digital ExperiencesARTLENS Gallery: Designing Meaningful, Barrier-Free Digital Experiences
ARTLENS Gallery: Designing Meaningful, Barrier-Free Digital ExperiencesJane Alexander
 
Premier CIO Forum 2017 ArtLens Exhibition
Premier CIO Forum 2017 ArtLens ExhibitionPremier CIO Forum 2017 ArtLens Exhibition
Premier CIO Forum 2017 ArtLens ExhibitionJane Alexander
 
Free to Move, Create, Engage: ArtLens, Gallery One, and Studio Play at CMA
Free to Move, Create, Engage: ArtLens, Gallery One, and Studio Play at CMAFree to Move, Create, Engage: ArtLens, Gallery One, and Studio Play at CMA
Free to Move, Create, Engage: ArtLens, Gallery One, and Studio Play at CMAJane Alexander
 
Not all Screen Time is Created Equal: Developing interactives that transcend ...
Not all Screen Time is Created Equal: Developing interactives that transcend ...Not all Screen Time is Created Equal: Developing interactives that transcend ...
Not all Screen Time is Created Equal: Developing interactives that transcend ...Jane Alexander
 
Getting $*it Done: Implementing Your Digital Strategy (MCN2015)
Getting $*it Done: Implementing Your Digital Strategy (MCN2015)Getting $*it Done: Implementing Your Digital Strategy (MCN2015)
Getting $*it Done: Implementing Your Digital Strategy (MCN2015)Jane Alexander
 
#MCN2014 - Risk Management, Security, and Getting Things Done: Creating Win-W...
#MCN2014 - Risk Management, Security, and Getting Things Done: Creating Win-W...#MCN2014 - Risk Management, Security, and Getting Things Done: Creating Win-W...
#MCN2014 - Risk Management, Security, and Getting Things Done: Creating Win-W...Jane Alexander
 
#MCN2014 - What Are Your Visitors Really Telling You? Data Analytics and Wha...
#MCN2014 -  What Are Your Visitors Really Telling You? Data Analytics and Wha...#MCN2014 -  What Are Your Visitors Really Telling You? Data Analytics and Wha...
#MCN2014 - What Are Your Visitors Really Telling You? Data Analytics and Wha...Jane Alexander
 
Mw2014 art-in-the-clouds
Mw2014 art-in-the-cloudsMw2014 art-in-the-clouds
Mw2014 art-in-the-cloudsJane Alexander
 
MCN 2013 - Big-Picture Strategy for Collection-Information Technology Project...
MCN 2013 - Big-Picture Strategy for Collection-Information Technology Project...MCN 2013 - Big-Picture Strategy for Collection-Information Technology Project...
MCN 2013 - Big-Picture Strategy for Collection-Information Technology Project...Jane Alexander
 
NEOSA - CIO Symposium 2013 - LEADING EDGE INNOVATIONS FROM LOCAL COMPANIES - ...
NEOSA - CIO Symposium 2013 - LEADING EDGE INNOVATIONS FROM LOCAL COMPANIES - ...NEOSA - CIO Symposium 2013 - LEADING EDGE INNOVATIONS FROM LOCAL COMPANIES - ...
NEOSA - CIO Symposium 2013 - LEADING EDGE INNOVATIONS FROM LOCAL COMPANIES - ...Jane Alexander
 
Evaluating Gallery One & ArtLens
Evaluating Gallery One & ArtLensEvaluating Gallery One & ArtLens
Evaluating Gallery One & ArtLensJane Alexander
 
Exploring Evaluation Methods for Digital Technologies – Elizabeth Bolander, D...
Exploring Evaluation Methods for Digital Technologies – Elizabeth Bolander, D...Exploring Evaluation Methods for Digital Technologies – Elizabeth Bolander, D...
Exploring Evaluation Methods for Digital Technologies – Elizabeth Bolander, D...Jane Alexander
 
Developing rich content for mobile experiences – Jennifer Foley, Director of ...
Developing rich content for mobile experiences – Jennifer Foley, Director of ...Developing rich content for mobile experiences – Jennifer Foley, Director of ...
Developing rich content for mobile experiences – Jennifer Foley, Director of ...Jane Alexander
 
Take a Deep Dive into Gallery One at the Cleveland Museum of Art
Take a Deep Dive into Gallery One at the Cleveland Museum of ArtTake a Deep Dive into Gallery One at the Cleveland Museum of Art
Take a Deep Dive into Gallery One at the Cleveland Museum of ArtJane Alexander
 

More from Jane Alexander (20)

Defining the Museum of the Future: Revealing Krishna
Defining the Museum of the Future: Revealing KrishnaDefining the Museum of the Future: Revealing Krishna
Defining the Museum of the Future: Revealing Krishna
 
AAM2020: Digital Engagement through Open Access in the time of Quarantine
AAM2020: Digital Engagement through Open Access in the time of QuarantineAAM2020: Digital Engagement through Open Access in the time of Quarantine
AAM2020: Digital Engagement through Open Access in the time of Quarantine
 
Iteration Made our Back End a Star!
Iteration Made our Back End a Star!Iteration Made our Back End a Star!
Iteration Made our Back End a Star!
 
MW20: Big Data and the Visitor Journey, Using Data Science to Understand the ...
MW20: Big Data and the Visitor Journey, Using Data Science to Understand the ...MW20: Big Data and the Visitor Journey, Using Data Science to Understand the ...
MW20: Big Data and the Visitor Journey, Using Data Science to Understand the ...
 
Play With Data: OpenGLAM Now 11/20/2019
Play With Data: OpenGLAM Now 11/20/2019Play With Data: OpenGLAM Now 11/20/2019
Play With Data: OpenGLAM Now 11/20/2019
 
Digitization, Big Data, and the Visitor Journey
Digitization, Big Data, and the Visitor JourneyDigitization, Big Data, and the Visitor Journey
Digitization, Big Data, and the Visitor Journey
 
ARTLENS Gallery: Designing Meaningful, Barrier-Free Digital Experiences
ARTLENS Gallery: Designing Meaningful, Barrier-Free Digital ExperiencesARTLENS Gallery: Designing Meaningful, Barrier-Free Digital Experiences
ARTLENS Gallery: Designing Meaningful, Barrier-Free Digital Experiences
 
Premier CIO Forum 2017 ArtLens Exhibition
Premier CIO Forum 2017 ArtLens ExhibitionPremier CIO Forum 2017 ArtLens Exhibition
Premier CIO Forum 2017 ArtLens Exhibition
 
Free to Move, Create, Engage: ArtLens, Gallery One, and Studio Play at CMA
Free to Move, Create, Engage: ArtLens, Gallery One, and Studio Play at CMAFree to Move, Create, Engage: ArtLens, Gallery One, and Studio Play at CMA
Free to Move, Create, Engage: ArtLens, Gallery One, and Studio Play at CMA
 
Not all Screen Time is Created Equal: Developing interactives that transcend ...
Not all Screen Time is Created Equal: Developing interactives that transcend ...Not all Screen Time is Created Equal: Developing interactives that transcend ...
Not all Screen Time is Created Equal: Developing interactives that transcend ...
 
Getting $*it Done: Implementing Your Digital Strategy (MCN2015)
Getting $*it Done: Implementing Your Digital Strategy (MCN2015)Getting $*it Done: Implementing Your Digital Strategy (MCN2015)
Getting $*it Done: Implementing Your Digital Strategy (MCN2015)
 
#MCN2014 - Risk Management, Security, and Getting Things Done: Creating Win-W...
#MCN2014 - Risk Management, Security, and Getting Things Done: Creating Win-W...#MCN2014 - Risk Management, Security, and Getting Things Done: Creating Win-W...
#MCN2014 - Risk Management, Security, and Getting Things Done: Creating Win-W...
 
#MCN2014 - What Are Your Visitors Really Telling You? Data Analytics and Wha...
#MCN2014 -  What Are Your Visitors Really Telling You? Data Analytics and Wha...#MCN2014 -  What Are Your Visitors Really Telling You? Data Analytics and Wha...
#MCN2014 - What Are Your Visitors Really Telling You? Data Analytics and Wha...
 
Mw2014 art-in-the-clouds
Mw2014 art-in-the-cloudsMw2014 art-in-the-clouds
Mw2014 art-in-the-clouds
 
MCN 2013 - Big-Picture Strategy for Collection-Information Technology Project...
MCN 2013 - Big-Picture Strategy for Collection-Information Technology Project...MCN 2013 - Big-Picture Strategy for Collection-Information Technology Project...
MCN 2013 - Big-Picture Strategy for Collection-Information Technology Project...
 
NEOSA - CIO Symposium 2013 - LEADING EDGE INNOVATIONS FROM LOCAL COMPANIES - ...
NEOSA - CIO Symposium 2013 - LEADING EDGE INNOVATIONS FROM LOCAL COMPANIES - ...NEOSA - CIO Symposium 2013 - LEADING EDGE INNOVATIONS FROM LOCAL COMPANIES - ...
NEOSA - CIO Symposium 2013 - LEADING EDGE INNOVATIONS FROM LOCAL COMPANIES - ...
 
Evaluating Gallery One & ArtLens
Evaluating Gallery One & ArtLensEvaluating Gallery One & ArtLens
Evaluating Gallery One & ArtLens
 
Exploring Evaluation Methods for Digital Technologies – Elizabeth Bolander, D...
Exploring Evaluation Methods for Digital Technologies – Elizabeth Bolander, D...Exploring Evaluation Methods for Digital Technologies – Elizabeth Bolander, D...
Exploring Evaluation Methods for Digital Technologies – Elizabeth Bolander, D...
 
Developing rich content for mobile experiences – Jennifer Foley, Director of ...
Developing rich content for mobile experiences – Jennifer Foley, Director of ...Developing rich content for mobile experiences – Jennifer Foley, Director of ...
Developing rich content for mobile experiences – Jennifer Foley, Director of ...
 
Take a Deep Dive into Gallery One at the Cleveland Museum of Art
Take a Deep Dive into Gallery One at the Cleveland Museum of ArtTake a Deep Dive into Gallery One at the Cleveland Museum of Art
Take a Deep Dive into Gallery One at the Cleveland Museum of Art
 

Recently uploaded

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 

Recently uploaded (20)

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

Invisible Architectures - Supporting Public-Facing Technologies

  • 1. Invisible Architectures: Supporting Public Facing Technologies PRESENTER NAME, TITLE DATE
  • 2. “0-60 in No Time” Bill Weinstein The John H. McFadden and Lisa D. Kabnick Director of Information and Interpretive Technologies Philadelphia Museum of Art “Developing an Invisible Architecture for Exhibitions” Brian Dawson Chief Digital Officer Canada Science and Technology Museum Corporation ARTLENS “NEAR YOU NOW” Jane Alexander Chief Information Officer The Cleveland Museum of Art MCN 201502
  • 3. When is the backend done? • Three Case Studies ‒ Beginning ‒ Implementation ‒ Do-Over (2.0 – the nicer way of saying it) 3 Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies
  • 4. 0-60 in No Time Bill Weinstein The John H. McFadden and Lisa D. Kabnick Director of Information and Interpretive Technologies Philadelphia Museum of Art MCN 201504
  • 5. Prior To Strategic Plan MCN 201505 • Looping video in galleries. • Rented audio players. • Cell phone tours hosted on PBX. • One-off special exhibit interactives.
  • 9. After Strategic Plan MCN 201509 • In-gallery interactives. • Location aware mobile guide. • Transparent touch displays. • Immersive environments.
  • 10. But…. MCN 2015010 infrastructure to build, or support these projects. process for application and content development and management. dedicated staff build or support them. budget. NO
  • 11. What do we need – Infrastructure MCN 2015011 • Additional Wifi bandwidth. • Equipment standards. • Media storage. • Application servers. • Management system.
  • 12. What do we need – Content Development and Management MCN 2015012 • CMS. • Media production. • Collection data production. • Application development environment.
  • 13. What do we need – Staff MCN 2015013 • Developers. • Support Staff. • Media producers. • Curators. • Interpreters.
  • 14. What do we need – Budget MCN 2015014 • Increased operating budget. • Increased special project budget. • Endowment.
  • 16. Developing an “Invisible Architecture” for Exhibitions Brian Dawson Chief Digital Officer Canada Science and Technology Museums Corporation
  • 17. Who we are… 17 CANADA SCIENCE AND TECHNOLOGY MUSEUMS CORPORATION Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies
  • 18. 18
  • 19. 19
  • 20. 20 Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies
  • 21. Renewing the Canada Science and Technology Museum 21 Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies
  • 22. Digital “reboot” of the museum 22 Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies
  • 23. Developing six major galleries in parallel 23 Artefact Alley Technology In Our Lives Transforming Resources Creating and Using Knowledge Children’s Innovation Space Moving and Connecting Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies
  • 24. 24
  • 25. This is not a content management system 25 Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies
  • 26. Exhibit Digital Platform 26 Content Management Exhibit Standard System Management Code Management Analytics Git Repository Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies
  • 27. Exhibit Management System Architecture 27 Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies
  • 28. Exhbit Management System and Exhibit Content Management 28 Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies
  • 29. Integration Toolkit (ITK) 29 Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies
  • 30. Anticipated Benefits • Standardized hardware and software • Ownership of / access to source code • Maintain code into the future • Transparent development approach • Floor continuously compiled on latest version of code • Rapid rebuild/replacement of exhibit computers • Means of (selected) content management for non-technical staff • Integrated analytics platform 30 Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies
  • 31. Risks • Potentially limited pool of exhibit development firms willing to provide source code and develop transparently • Developing platform in parallel with exhibitions • Management of custom platform into the future 31 Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies
  • 32. Thank you 32 Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies Brian Dawson Chief Digital Officer Canada Science and Technology Museums Corporation bdawson@techno-science.ca @briandawson
  • 33. ARTLENS“NEAR YOU NOW” 2.0+ Jane Alexander, CIO, The Cleveland Museum of Art
  • 35.
  • 36.
  • 37.
  • 38. Why we are using iBeacons for Near You Now function of ArtLens IS Near You Now WORKING?
  • 39. The “Blue Dot” Problem ◻ How can we provide a good wayfinding experience for visitors? ◻ GPS – The golden standard? ⬜ Accurate to ~35ft, less accurate when indoors ⬜ Not Nearly Accurate enough ◻ What other options are there? ⬜ Wifi Triangulation? ⬜ iBeacon?
  • 40. Initial Approach ◻ Wi-Fi Triangulation! ⬜ Had to use Trigger Finger API to force constant Wi-Fi communication ⬜ Mesh network of Wi-Fi hotspots ◻ But… ⬜ Trigger Finger API was a HUGE drain on battery life ■ Visitors do not like drained batteries ⬜ Overactive 2.4ghz Wi-Fi network caused congestion across the museum’s business related Wi-Fi. ■ Museum people do not like bad Wi-Fi ◻ Need something else…
  • 41.
  • 42.
  • 43. OCTOBER 2014…….Introducing iBeacon ◻ iBeacon uses Bluetooth low-energy (BLE) wireless technology ⬜Minimal battery drain ◻ Army of beacons sending out constant signal ◻ Position calculated by signal strength from beacons
  • 44. What does an iBeacon look like?
  • 45. CMA’s implementation of iBeacon ◻ 250 iBeacon transmitters ◻ Navizon on the backend for traingulation ◻ Navizon is a multitool location awareness toolbox (beacons, wifi, compass, gyroscope, etc.)
  • 46. How are iBeacons installed in the Museum? iBeacons are easy to discreetly install
  • 49. Fingerprints ◻ Once the beacons were installed a training process called “fingerprinting” was conducted throughout the Museum. ◻ Fingerprints contain the signal strength of the iBeacons in various locations throughout the museum ◻ Fingerprint data is then uploaded to the Navizon ITS server for triangulation
  • 50. How are fingerprints collected? When Navizon arrived onsite they had mapped out routes in advance throughout the Museum to ensure optimal accuracy.
  • 51. What do the fingerprints look like? The more fingerprints collected the better the results for the location tracking.
  • 52. What is involved to integrated Navizon into an App? ◻ Navizon provides a Software Developer Kit (SDK) for both iOS and Android based mobile devices. ◻ Using this SDK an App can query the Navizon server for the mobile device’s current location. ◻ ArtLens matches the Navizon location to the Museum’s floorplan… mostly
  • 54. Well…..Environmental Issues… ◻ Building infrastructure impact on accuracy ⬜ Magnetic fields ■ CMA’s Atrium has TONS of steel… so much steel that the magnetic field in the museum shifts by up to 180 degrees! ■ Unhappy Boy Scouts ⬜ Open Spaces (such as Atriums and Balconies) ■ Location information will tend to “bounce” between levels in these areas. ■ Problematic when transitioning between levels using escalators.
  • 55. Magnetic Fields Man… We’re off by almost 180 degrees!
  • 56. Lessons Learned… Open Spaces Challenges of providing reliable and accurate location information in spaces with no real physical boundaries.
  • 57. Lessons Learned… ◻ Mobile Device Hardware ⬜ Orientation of how the device is held ■ Accuracy can be effected by how the device is held. ■ Especially apparent on tablets ⬜ Bluetooth Chipsets ■ Must have LTE. This has required us to drop support for several older of model mobile devices (iPad I and iPhone 4). ⬜ Gyroscope/Accelerometer ■ Used for path smoothing… not always uniform across devices
  • 58. Lessons Learned… ◻ Mobile Operating Systems ⬜ Always changing ■ Major moble OS upgrades/changes have unanticipated impact on ArtLens. ⬜ Security Permissions ■ Need permissions for device location information without which the experience is degraded ⬜ iOS more restrictive vs. Android more flexible
  • 59. Lessons Learned… ◻ End User Experience ⬜ Visual cues as to location ■ If location awareness can’t always be perfect what other approaches can we use? ■ Radius of Confidence ■ Start large ■ You are in the Museum ■ And Narrow ■You are in the armor court... ▪...Looking at a crossbow
  • 60. Lessons Learned… Radius of Confidence Example of how the “Radius of Confidence” as shown at the initial location inquiry on the left and how the radius drastically shrinks after the user takes a few steps.
  • 61. What’s Next? ⬜ Visual based location tracking? ■ Augmented reality… maybe someday ⬜ Magnetic Field Anomaly location tracking ■ Use the Museum’s (pesky) magnetic fingerprint ⬜ Google Indoor ⬜Targeted Content
  • 62. Questions • How do you approach digital sustainability in your galleries? • What are your main drivers? • How do you manage specialized software for interactives? • What mix of proprietary, open source, and custom? 62 Developing an Invisible Architecture for Exhibitions Brian Dawson, CSTMC Invisible Architectures: Supporting Public-Facing Technologies