SlideShare a Scribd company logo
1 of 4
Download to read offline
GEOCONTEXT AND CHCONTEXT
GEOGRAPHIC INFORMATION IN CULTURAL HERITAGE
L. Marsicanoa
, M. Montanarib
a
Open History Map, Bologna, Italy – lucia.marsicano@openhistorymap.org
b
Open History Map, Bologna, Italy – marco.montanari@openhistorymap.org
Commission IV, WG IV/4
KEY WORDS: cultural heritage, web platforms, code generation, interpreters, geographic visualization, geographic
content
ABSTRACT:
Internet presence and applications are central for modern museums and cultural institutions. Even more it is important to
facilitate and standardize the user experience in order to create a standard quality level and, for the institutions, it is
important to simplify configuration operations bound to the creation of the visualized elements and the explorations of
the spaces. This demo covers both the technologies underneath the GeoContext tool and the CHContext visualization
generator as well as the possible targets and applications.
The final elements will cover possible enhancements already in the works.
1. INTRODUCTION
1.1 What are GeoContext and CHContext
GeoContext is a geographic dataset contextualizer and
visualizer. In a world where data is constantly produced it
becomes every day more difficult to understand and
contextualize such data. For this reason it is paramount to
locate and confront new data with pre-existing already
analyzed and metered information. In wake of these
considerations we created GeoContext, as a manner to
standardize data contextualization and referencing.
When trying to expose and valorize cultural heritage it is
paramount to contextualize both in time and space the
elements to be exposed. For this reason, based on the
GeoContext platform, we created the CHContext toolset,
enabling administrators to define a storytelling within the
points and geographic elements displayed within the
geocontext toolset. In addition to that, CHContext
standardizes the itneractions between online tools and
between data structures and datasets.
2. USE CASES
1
http://www.appasseggio.it/index.php?it/161/appassegg
io-con-gli-etruschi
2.1 Usage areas
As previously stated, GeoContext aims to be an interface
for geographical information giving the possibility to
contextualize any kind of data.
The last few years have seen an incredible rise in the
awareness of the connection between cultural heritage and
its geographic context, and this awareness is also present
in the institutions that manage and protect our culture and
history. This is even truer in Italy, where in the last years
there has been a rediscovery of the concept of
Ecomuseums. This rediscovery as spaces, not only
physical, of shared and coordinated management of the
cultural heritage bringing the geographical, historical and
environmental context - the one that made a specific area
an element of cultural heritage - to the attention of both
researchers as well as passionate visitors alike (Murtas,
2017).
Further, it is even more common for cultural institutions to
publish mobile applications that enable the fruition in a
larger territorial scale. Sometimes, these applications are
created in coordination with Overseers, like in the case of
APPasseggio1
, which collects several Points of interest
bound to local Etruscan history.
These apps are usually highly customized and vertical on
a specific problem, becoming deeply crafty and artisanal,
The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume XLII-4/W8, 2018
FOSS4G 2018 – Academic Track, 29–31 August 2018, Dar es Salaam, Tanzania
This contribution has been peer-reviewed.
https://doi.org/10.5194/isprs-archives-XLII-4-W8-129-2018 | © Authors 2018. CC BY 4.0 License. 129
thus losing the possibility to be affordable for small
institutions.
2.2 First prototypes
The CHContext experience starts from an experiment in
the creation of a geographic information collection
platform enabling users to explore and “live” the cultural
heritage surrounding them. The first step was made for the
creation of the treasure hunt at the Bank of Naples
Foundation, which happened in june 2017. The treasure
hunt had the starting point at the Historical Archive of the
Bank of Naples Foundation and, to join the hunt, it was
necessary for the players to install a custom application.
GPS and QRCode readers were required to find the hints
and solve the steps. The event, with a highly cultural
structure, required the creation of a custom dedicated
product because there was no platform or tool already
available and useful for such an activity.
Figure 1. Cultural Treasure Hunt
The creation of such prototype was central in the
development of both the GeoContext as well as the
CHContext platforms. The treasure hunt is just one of the
several cultural gamified activities that require an
exploration of a more or less large area where points of
interest can be explored either actively or passively. Even
though such an approach is lately becoming more and
more common there is not yet a specific solution or a
shared platform to operate in this direction.
3. ARCHITECTURE
3.1 The CHContext Platform
The previously described experiences have been crucial in
the definition of the features of the CHContext Platform.
The typical elements in applications such as the ones
before mentioned are the ones defined in Figure 2.
Figure 2. Typical CH Application
Applying a standard “divide and conquer“ approach, the
main elements can be extracted and what remains is an
abstract application descriptor, a set of points of interest
and a very small set of custom items that can be easily
managed through a common CMS architecture.
3.2 CHContext Architecture
The architecture of the platform does not rely on a classic
3-tier system but rather an enhanced meta-service based
model (Montanari, 2018) where various separate
components use the classic http protocol as a
communication middleware coordinated by one simple
web orchestration API that exposes the specific domain
items through a custom front end. The whole infrastructure
is managed as separate vertical components exposing
simple RESTful APIs, all domain specific.
All the basic components are managed via a docker swarm
infrastructure relying on independent docker stacks. All of
the stacks are metered and can be monitored in order to
give usage feedback on specific elements of the stacks.
Figure 3. CHContext Architecture
The CHContext platform gives the general structure of the
components to be used during the application generation.
For example, it defines the properties to be used in
GeoContext to define which elements shall be hidden in a
treasurehunt, and which not. The Menu Manager enables
the creation of a full-fledget platform independent menu
structure, for users to create complex application
interactions. The defined structure can be used to simply
The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume XLII-4/W8, 2018
FOSS4G 2018 – Academic Track, 29–31 August 2018, Dar es Salaam, Tanzania
This contribution has been peer-reviewed.
https://doi.org/10.5194/isprs-archives-XLII-4-W8-129-2018 | © Authors 2018. CC BY 4.0 License. 130
move around a menu tree or to store a set of settings to be
used to initialize specific activities.
The Tagger tool is a language-agnostic object tagging
element, enabling the creation of language independent
QR-Code and BLE driven descriptive material for objects
and items in museums and areas.
All these components have UI elements and standardized
interactions to be integrated into Angular5 or Android or
iOS apps simplifying the creation of tools to the definition
of configuration files and the usage of specific application
schematics to simplify the buildup of codable applications.
3.3 CHContext Roles
Administrators and end users have the same requirements
on a saas platform, considering their main difference is the
possibility to alter or use the resources the saas platform
offers. In the GeoContext and CHContext case, the
resources managed are
 Via GeoContext, the physical visualization of the
elements covered by the dataset;
 Via MenuMaker, the structure of the menus;
 Via Tagger, the content of the descriptions of the
exposed items;
 Via AppGen, the general structure of the
application to be generated.
The administrative role is managed via groups, meaning a
team can manage any part of the configuration, without the
risk of blocking the configuration or the macro-
management of the apps.
4. DEMO
4.1 Archaeotrekking
With the architecture in mind, the following step was to
create an app supporting an archaeotrekking event during
the 2017 earth week. The track had the topic of the
pleistocenic sites of the northeastern area of Rome,
covering both still existing as well as lost archaeological
areas. The material for the creation of the app was pre-
existing GIS data, with a simple database given by the
Museo di Casal de’pazzi that organized the event.
Figure 4. Introduction of the app
The app gives the user, on a geographic background,
information on her relative position in a large
environmentally important area with specific information
packages on the various known pleistocenic sites. Three of
them are part of an institutionalized visit and visitors can
decide to follow the predefined trip or browse in the area
exploring the interest points directly. The information
about the POIs is in many forms: textual, multimedia and
in interactive 3D models.
4.2 Ghosts in Rome
CHContext has been used in a project to uncover the
mystic tradition of the city of Rome. Following the
tradition, Rome is “infested” by ghosts of various
characters from various social levels and historical
moments. The center, from Castel Sant’Angelo to Piazza
di Spagna is target of these phenomena that somehow
interleave with the long story of Rome and are embedded
in its legends.
Figure 5. Two sample locations of "Ghosts in Rome"
The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume XLII-4/W8, 2018
FOSS4G 2018 – Academic Track, 29–31 August 2018, Dar es Salaam, Tanzania
This contribution has been peer-reviewed.
https://doi.org/10.5194/isprs-archives-XLII-4-W8-129-2018 | © Authors 2018. CC BY 4.0 License. 131
The app created is both for end-users to explore
autonomously, but has a “layer” for guides, enabling them
to give additional information to users.
The mapped places are 15, enabling users to explore the
Area and get a glimpse into the various cities that Rome
has been during the millennia.
5. FUTURE WORK
5.1 Work in progress
The GeoContext platform enables the integration into
CHContext of several different datasources. Integration
with crowdsourcing platforms aiming at cultural heritage
and cultural representation are undergoing discussing with
with projects like Mappi-Na, enabling the definition of
tracks to discover the Street Art in Bologna.
From a technical point of view, the app generation
description and the process are being analyzed, enabling
the further customization of the app pages and the app
srtucture.
In addition to this, the work is now looking into the
integration of possible additional vertical services,
enabling social integration, sharing of created tracks,
crowdsourcing info on the points of interest looking at
projects like Adopt a Hydrant2
and enabling the easy
creation of complex geographically aware applications
through the standardization of the interacitons.
6. BIBLIOGRAPHY
Montanari, M., 2018. Medium. [Online]
Available at: https://medium.com/p/c3e2f35605f9
[Accessed 29 04 2018].
Murtas, D., 2017. Mappe di Comunità. [Online]
Available at: https://visionscarto.net/mappe-di-comunita
2
https://www.codeforamerica.org/past-projects/adopt-a-
hydrant
The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume XLII-4/W8, 2018
FOSS4G 2018 – Academic Track, 29–31 August 2018, Dar es Salaam, Tanzania
This contribution has been peer-reviewed.
https://doi.org/10.5194/isprs-archives-XLII-4-W8-129-2018 | © Authors 2018. CC BY 4.0 License. 132

More Related Content

Similar to GEOCONTEXT AND CHCONTEXT GEOGRAPHIC INFORMATION IN CULTURAL HERITAGE

Towards the digital_archiving_sysytem_for_field_ar (1)
Towards the digital_archiving_sysytem_for_field_ar (1)Towards the digital_archiving_sysytem_for_field_ar (1)
Towards the digital_archiving_sysytem_for_field_ar (1)Nadeeka Rathnabahu
 
Project Review 22/6/2017 - project overview
Project Review 22/6/2017 - project overviewProject Review 22/6/2017 - project overview
Project Review 22/6/2017 - project overviewArchAIDE Project
 
Archaeology & cultural heritage application working group part 2
Archaeology & cultural heritage application working group part 2Archaeology & cultural heritage application working group part 2
Archaeology & cultural heritage application working group part 2Manolis Vavalis
 
Institutional Services and Tools for Content, Metadata and IPR Management
Institutional Services and Tools for Content, Metadata and IPR ManagementInstitutional Services and Tools for Content, Metadata and IPR Management
Institutional Services and Tools for Content, Metadata and IPR ManagementPaolo Nesi
 
LoCloud Annual Publishable Summary 2014-15
LoCloud Annual Publishable Summary 2014-15LoCloud Annual Publishable Summary 2014-15
LoCloud Annual Publishable Summary 2014-15locloud
 
Europeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsEuropeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsVladimir Alexiev, PhD, PMP
 
LoCloud: Local Cultural Heritage Online and in the Cloud
LoCloud: Local Cultural Heritage Online and in the CloudLoCloud: Local Cultural Heritage Online and in the Cloud
LoCloud: Local Cultural Heritage Online and in the Cloudlocloud
 
Franco Niccolucci: Example of an EOSCpilot Science Demonstrator - TextCrowd
Franco Niccolucci: Example of an EOSCpilot Science Demonstrator - TextCrowdFranco Niccolucci: Example of an EOSCpilot Science Demonstrator - TextCrowd
Franco Niccolucci: Example of an EOSCpilot Science Demonstrator - TextCrowdEOSC-hub project
 
ArchAIDE kickoff meeting introduction
ArchAIDE kickoff meeting introductionArchAIDE kickoff meeting introduction
ArchAIDE kickoff meeting introductionArchAIDE Project
 
SPOTTED_Francesco Meroddu.pptx
SPOTTED_Francesco Meroddu.pptxSPOTTED_Francesco Meroddu.pptx
SPOTTED_Francesco Meroddu.pptxFIWARE
 
Outdoor Space Comfort Perception in University Campuses | Giulia Sonetti
Outdoor Space Comfort Perception in University Campuses | Giulia SonettiOutdoor Space Comfort Perception in University Campuses | Giulia Sonetti
Outdoor Space Comfort Perception in University Campuses | Giulia SonettiRESTORE
 
SPOTTED Rev.pptx
SPOTTED Rev.pptxSPOTTED Rev.pptx
SPOTTED Rev.pptxFIWARE
 

Similar to GEOCONTEXT AND CHCONTEXT GEOGRAPHIC INFORMATION IN CULTURAL HERITAGE (20)

Proyecto geostore
Proyecto geostoreProyecto geostore
Proyecto geostore
 
Pasquale Persico, Nuovi strumenti di analisi del turismo
Pasquale Persico, Nuovi strumenti di analisi del turismoPasquale Persico, Nuovi strumenti di analisi del turismo
Pasquale Persico, Nuovi strumenti di analisi del turismo
 
Towards the digital_archiving_sysytem_for_field_ar (1)
Towards the digital_archiving_sysytem_for_field_ar (1)Towards the digital_archiving_sysytem_for_field_ar (1)
Towards the digital_archiving_sysytem_for_field_ar (1)
 
Project Review 22/6/2017 - project overview
Project Review 22/6/2017 - project overviewProject Review 22/6/2017 - project overview
Project Review 22/6/2017 - project overview
 
Archaeology & cultural heritage application working group part 2
Archaeology & cultural heritage application working group part 2Archaeology & cultural heritage application working group part 2
Archaeology & cultural heritage application working group part 2
 
Ariadne: Extended CRM
Ariadne: Extended CRMAriadne: Extended CRM
Ariadne: Extended CRM
 
EDINA National Datacentre Activity Update to GWG
EDINA National Datacentre Activity Update to GWGEDINA National Datacentre Activity Update to GWG
EDINA National Datacentre Activity Update to GWG
 
Institutional Services and Tools for Content, Metadata and IPR Management
Institutional Services and Tools for Content, Metadata and IPR ManagementInstitutional Services and Tools for Content, Metadata and IPR Management
Institutional Services and Tools for Content, Metadata and IPR Management
 
LoCloud Annual Publishable Summary 2014-15
LoCloud Annual Publishable Summary 2014-15LoCloud Annual Publishable Summary 2014-15
LoCloud Annual Publishable Summary 2014-15
 
Europeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsEuropeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom Views
 
LoCloud: Local Cultural Heritage Online and in the Cloud
LoCloud: Local Cultural Heritage Online and in the CloudLoCloud: Local Cultural Heritage Online and in the Cloud
LoCloud: Local Cultural Heritage Online and in the Cloud
 
AddressingHistory: crowdsourcing the past
AddressingHistory: crowdsourcing the pastAddressingHistory: crowdsourcing the past
AddressingHistory: crowdsourcing the past
 
Franco Niccolucci: Example of an EOSCpilot Science Demonstrator - TextCrowd
Franco Niccolucci: Example of an EOSCpilot Science Demonstrator - TextCrowdFranco Niccolucci: Example of an EOSCpilot Science Demonstrator - TextCrowd
Franco Niccolucci: Example of an EOSCpilot Science Demonstrator - TextCrowd
 
Mhia - INISTA 2014
Mhia - INISTA 2014Mhia - INISTA 2014
Mhia - INISTA 2014
 
C space-flyer
C space-flyerC space-flyer
C space-flyer
 
ArchAIDE kickoff meeting introduction
ArchAIDE kickoff meeting introductionArchAIDE kickoff meeting introduction
ArchAIDE kickoff meeting introduction
 
SPOTTED_Francesco Meroddu.pptx
SPOTTED_Francesco Meroddu.pptxSPOTTED_Francesco Meroddu.pptx
SPOTTED_Francesco Meroddu.pptx
 
Outdoor Space Comfort Perception in University Campuses | Giulia Sonetti
Outdoor Space Comfort Perception in University Campuses | Giulia SonettiOutdoor Space Comfort Perception in University Campuses | Giulia Sonetti
Outdoor Space Comfort Perception in University Campuses | Giulia Sonetti
 
Ontology Repositories and Semantic Artefact Catalogues with the OntoPortal Te...
Ontology Repositories and Semantic Artefact Catalogues with the OntoPortal Te...Ontology Repositories and Semantic Artefact Catalogues with the OntoPortal Te...
Ontology Repositories and Semantic Artefact Catalogues with the OntoPortal Te...
 
SPOTTED Rev.pptx
SPOTTED Rev.pptxSPOTTED Rev.pptx
SPOTTED Rev.pptx
 

More from Marco Montanari

OpenStreetMap_LinuxDay2023.pptx
OpenStreetMap_LinuxDay2023.pptxOpenStreetMap_LinuxDay2023.pptx
OpenStreetMap_LinuxDay2023.pptxMarco Montanari
 
Ohm itwikicon tech - english
Ohm itwikicon tech - englishOhm itwikicon tech - english
Ohm itwikicon tech - englishMarco Montanari
 
ITWikiCon 2020 - OpenHistoryMap
ITWikiCon 2020 - OpenHistoryMapITWikiCon 2020 - OpenHistoryMap
ITWikiCon 2020 - OpenHistoryMapMarco Montanari
 
ITWikiCon - Edutainment e Wikipedia
ITWikiCon - Edutainment e WikipediaITWikiCon - Edutainment e Wikipedia
ITWikiCon - Edutainment e WikipediaMarco Montanari
 
MN-MAP Poster for Foss4G2018
MN-MAP Poster for Foss4G2018MN-MAP Poster for Foss4G2018
MN-MAP Poster for Foss4G2018Marco Montanari
 
Saas rad with django, django rest framework
Saas rad with django, django rest frameworkSaas rad with django, django rest framework
Saas rad with django, django rest frameworkMarco Montanari
 
Intro datajournalism - 14-15/06/2017
Intro datajournalism - 14-15/06/2017Intro datajournalism - 14-15/06/2017
Intro datajournalism - 14-15/06/2017Marco Montanari
 
Open Data e Trasparenza come punto di contatto fra cittadinanza e politica
Open Data e Trasparenza come punto di contatto fra cittadinanza e politicaOpen Data e Trasparenza come punto di contatto fra cittadinanza e politica
Open Data e Trasparenza come punto di contatto fra cittadinanza e politicaMarco Montanari
 

More from Marco Montanari (20)

OpenStreetMap_LinuxDay2023.pptx
OpenStreetMap_LinuxDay2023.pptxOpenStreetMap_LinuxDay2023.pptx
OpenStreetMap_LinuxDay2023.pptx
 
Ohm wikimania 2021
Ohm wikimania 2021Ohm wikimania 2021
Ohm wikimania 2021
 
Ohm itwikicon tech - english
Ohm itwikicon tech - englishOhm itwikicon tech - english
Ohm itwikicon tech - english
 
ITWikiCon 2020 - OpenHistoryMap
ITWikiCon 2020 - OpenHistoryMapITWikiCon 2020 - OpenHistoryMap
ITWikiCon 2020 - OpenHistoryMap
 
ITWikiCon - Edutainment e Wikipedia
ITWikiCon - Edutainment e WikipediaITWikiCon - Edutainment e Wikipedia
ITWikiCon - Edutainment e Wikipedia
 
Storia dell'informatica
Storia dell'informaticaStoria dell'informatica
Storia dell'informatica
 
Bononia 1115
Bononia 1115Bononia 1115
Bononia 1115
 
ChContext
ChContextChContext
ChContext
 
MN-MAP Poster for Foss4G2018
MN-MAP Poster for Foss4G2018MN-MAP Poster for Foss4G2018
MN-MAP Poster for Foss4G2018
 
OHM at FOSS4G17
OHM at FOSS4G17OHM at FOSS4G17
OHM at FOSS4G17
 
Mn map poster
Mn map posterMn map poster
Mn map poster
 
Saas rad with django, django rest framework
Saas rad with django, django rest frameworkSaas rad with django, django rest framework
Saas rad with django, django rest framework
 
poster mn-auth
poster mn-authposter mn-auth
poster mn-auth
 
poster holodocker
poster holodockerposter holodocker
poster holodocker
 
Big data, big tourism
Big data, big tourismBig data, big tourism
Big data, big tourism
 
Intro datajournalism - 14-15/06/2017
Intro datajournalism - 14-15/06/2017Intro datajournalism - 14-15/06/2017
Intro datajournalism - 14-15/06/2017
 
OHM at Kainua17
OHM at Kainua17OHM at Kainua17
OHM at Kainua17
 
OHM Workshop
OHM WorkshopOHM Workshop
OHM Workshop
 
Open Data e Trasparenza come punto di contatto fra cittadinanza e politica
Open Data e Trasparenza come punto di contatto fra cittadinanza e politicaOpen Data e Trasparenza come punto di contatto fra cittadinanza e politica
Open Data e Trasparenza come punto di contatto fra cittadinanza e politica
 
Intervento 20160705
Intervento 20160705Intervento 20160705
Intervento 20160705
 

Recently uploaded

Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 

Recently uploaded (20)

Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 

GEOCONTEXT AND CHCONTEXT GEOGRAPHIC INFORMATION IN CULTURAL HERITAGE

  • 1. GEOCONTEXT AND CHCONTEXT GEOGRAPHIC INFORMATION IN CULTURAL HERITAGE L. Marsicanoa , M. Montanarib a Open History Map, Bologna, Italy – lucia.marsicano@openhistorymap.org b Open History Map, Bologna, Italy – marco.montanari@openhistorymap.org Commission IV, WG IV/4 KEY WORDS: cultural heritage, web platforms, code generation, interpreters, geographic visualization, geographic content ABSTRACT: Internet presence and applications are central for modern museums and cultural institutions. Even more it is important to facilitate and standardize the user experience in order to create a standard quality level and, for the institutions, it is important to simplify configuration operations bound to the creation of the visualized elements and the explorations of the spaces. This demo covers both the technologies underneath the GeoContext tool and the CHContext visualization generator as well as the possible targets and applications. The final elements will cover possible enhancements already in the works. 1. INTRODUCTION 1.1 What are GeoContext and CHContext GeoContext is a geographic dataset contextualizer and visualizer. In a world where data is constantly produced it becomes every day more difficult to understand and contextualize such data. For this reason it is paramount to locate and confront new data with pre-existing already analyzed and metered information. In wake of these considerations we created GeoContext, as a manner to standardize data contextualization and referencing. When trying to expose and valorize cultural heritage it is paramount to contextualize both in time and space the elements to be exposed. For this reason, based on the GeoContext platform, we created the CHContext toolset, enabling administrators to define a storytelling within the points and geographic elements displayed within the geocontext toolset. In addition to that, CHContext standardizes the itneractions between online tools and between data structures and datasets. 2. USE CASES 1 http://www.appasseggio.it/index.php?it/161/appassegg io-con-gli-etruschi 2.1 Usage areas As previously stated, GeoContext aims to be an interface for geographical information giving the possibility to contextualize any kind of data. The last few years have seen an incredible rise in the awareness of the connection between cultural heritage and its geographic context, and this awareness is also present in the institutions that manage and protect our culture and history. This is even truer in Italy, where in the last years there has been a rediscovery of the concept of Ecomuseums. This rediscovery as spaces, not only physical, of shared and coordinated management of the cultural heritage bringing the geographical, historical and environmental context - the one that made a specific area an element of cultural heritage - to the attention of both researchers as well as passionate visitors alike (Murtas, 2017). Further, it is even more common for cultural institutions to publish mobile applications that enable the fruition in a larger territorial scale. Sometimes, these applications are created in coordination with Overseers, like in the case of APPasseggio1 , which collects several Points of interest bound to local Etruscan history. These apps are usually highly customized and vertical on a specific problem, becoming deeply crafty and artisanal, The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume XLII-4/W8, 2018 FOSS4G 2018 – Academic Track, 29–31 August 2018, Dar es Salaam, Tanzania This contribution has been peer-reviewed. https://doi.org/10.5194/isprs-archives-XLII-4-W8-129-2018 | © Authors 2018. CC BY 4.0 License. 129
  • 2. thus losing the possibility to be affordable for small institutions. 2.2 First prototypes The CHContext experience starts from an experiment in the creation of a geographic information collection platform enabling users to explore and “live” the cultural heritage surrounding them. The first step was made for the creation of the treasure hunt at the Bank of Naples Foundation, which happened in june 2017. The treasure hunt had the starting point at the Historical Archive of the Bank of Naples Foundation and, to join the hunt, it was necessary for the players to install a custom application. GPS and QRCode readers were required to find the hints and solve the steps. The event, with a highly cultural structure, required the creation of a custom dedicated product because there was no platform or tool already available and useful for such an activity. Figure 1. Cultural Treasure Hunt The creation of such prototype was central in the development of both the GeoContext as well as the CHContext platforms. The treasure hunt is just one of the several cultural gamified activities that require an exploration of a more or less large area where points of interest can be explored either actively or passively. Even though such an approach is lately becoming more and more common there is not yet a specific solution or a shared platform to operate in this direction. 3. ARCHITECTURE 3.1 The CHContext Platform The previously described experiences have been crucial in the definition of the features of the CHContext Platform. The typical elements in applications such as the ones before mentioned are the ones defined in Figure 2. Figure 2. Typical CH Application Applying a standard “divide and conquer“ approach, the main elements can be extracted and what remains is an abstract application descriptor, a set of points of interest and a very small set of custom items that can be easily managed through a common CMS architecture. 3.2 CHContext Architecture The architecture of the platform does not rely on a classic 3-tier system but rather an enhanced meta-service based model (Montanari, 2018) where various separate components use the classic http protocol as a communication middleware coordinated by one simple web orchestration API that exposes the specific domain items through a custom front end. The whole infrastructure is managed as separate vertical components exposing simple RESTful APIs, all domain specific. All the basic components are managed via a docker swarm infrastructure relying on independent docker stacks. All of the stacks are metered and can be monitored in order to give usage feedback on specific elements of the stacks. Figure 3. CHContext Architecture The CHContext platform gives the general structure of the components to be used during the application generation. For example, it defines the properties to be used in GeoContext to define which elements shall be hidden in a treasurehunt, and which not. The Menu Manager enables the creation of a full-fledget platform independent menu structure, for users to create complex application interactions. The defined structure can be used to simply The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume XLII-4/W8, 2018 FOSS4G 2018 – Academic Track, 29–31 August 2018, Dar es Salaam, Tanzania This contribution has been peer-reviewed. https://doi.org/10.5194/isprs-archives-XLII-4-W8-129-2018 | © Authors 2018. CC BY 4.0 License. 130
  • 3. move around a menu tree or to store a set of settings to be used to initialize specific activities. The Tagger tool is a language-agnostic object tagging element, enabling the creation of language independent QR-Code and BLE driven descriptive material for objects and items in museums and areas. All these components have UI elements and standardized interactions to be integrated into Angular5 or Android or iOS apps simplifying the creation of tools to the definition of configuration files and the usage of specific application schematics to simplify the buildup of codable applications. 3.3 CHContext Roles Administrators and end users have the same requirements on a saas platform, considering their main difference is the possibility to alter or use the resources the saas platform offers. In the GeoContext and CHContext case, the resources managed are  Via GeoContext, the physical visualization of the elements covered by the dataset;  Via MenuMaker, the structure of the menus;  Via Tagger, the content of the descriptions of the exposed items;  Via AppGen, the general structure of the application to be generated. The administrative role is managed via groups, meaning a team can manage any part of the configuration, without the risk of blocking the configuration or the macro- management of the apps. 4. DEMO 4.1 Archaeotrekking With the architecture in mind, the following step was to create an app supporting an archaeotrekking event during the 2017 earth week. The track had the topic of the pleistocenic sites of the northeastern area of Rome, covering both still existing as well as lost archaeological areas. The material for the creation of the app was pre- existing GIS data, with a simple database given by the Museo di Casal de’pazzi that organized the event. Figure 4. Introduction of the app The app gives the user, on a geographic background, information on her relative position in a large environmentally important area with specific information packages on the various known pleistocenic sites. Three of them are part of an institutionalized visit and visitors can decide to follow the predefined trip or browse in the area exploring the interest points directly. The information about the POIs is in many forms: textual, multimedia and in interactive 3D models. 4.2 Ghosts in Rome CHContext has been used in a project to uncover the mystic tradition of the city of Rome. Following the tradition, Rome is “infested” by ghosts of various characters from various social levels and historical moments. The center, from Castel Sant’Angelo to Piazza di Spagna is target of these phenomena that somehow interleave with the long story of Rome and are embedded in its legends. Figure 5. Two sample locations of "Ghosts in Rome" The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume XLII-4/W8, 2018 FOSS4G 2018 – Academic Track, 29–31 August 2018, Dar es Salaam, Tanzania This contribution has been peer-reviewed. https://doi.org/10.5194/isprs-archives-XLII-4-W8-129-2018 | © Authors 2018. CC BY 4.0 License. 131
  • 4. The app created is both for end-users to explore autonomously, but has a “layer” for guides, enabling them to give additional information to users. The mapped places are 15, enabling users to explore the Area and get a glimpse into the various cities that Rome has been during the millennia. 5. FUTURE WORK 5.1 Work in progress The GeoContext platform enables the integration into CHContext of several different datasources. Integration with crowdsourcing platforms aiming at cultural heritage and cultural representation are undergoing discussing with with projects like Mappi-Na, enabling the definition of tracks to discover the Street Art in Bologna. From a technical point of view, the app generation description and the process are being analyzed, enabling the further customization of the app pages and the app srtucture. In addition to this, the work is now looking into the integration of possible additional vertical services, enabling social integration, sharing of created tracks, crowdsourcing info on the points of interest looking at projects like Adopt a Hydrant2 and enabling the easy creation of complex geographically aware applications through the standardization of the interacitons. 6. BIBLIOGRAPHY Montanari, M., 2018. Medium. [Online] Available at: https://medium.com/p/c3e2f35605f9 [Accessed 29 04 2018]. Murtas, D., 2017. Mappe di Comunità. [Online] Available at: https://visionscarto.net/mappe-di-comunita 2 https://www.codeforamerica.org/past-projects/adopt-a- hydrant The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume XLII-4/W8, 2018 FOSS4G 2018 – Academic Track, 29–31 August 2018, Dar es Salaam, Tanzania This contribution has been peer-reviewed. https://doi.org/10.5194/isprs-archives-XLII-4-W8-129-2018 | © Authors 2018. CC BY 4.0 License. 132