SanTour: Personalized Recommendation of Hiking Trails to Health Pro files

Jean-Paul Calbimonte
Jean-Paul CalbimonteResearcher at Ecole Polytechnique Fédérale de Lausanne
SanTour: Towards Personalized
Recommendation of Hiking Trails to Health
Profiles
Jean-Paul Calbimonte • Nancy Zappellaz • Emeline Hébert • Maya Simon •
Nicolas Délétroz • Roger Hilfiker • Alexandre Cotting
University of Applied Sciences and Arts Western Switzerland (HES-SO Valais-Wallis)
Tourism and Knowledge Graphs – ICWE 2018
Cáceres, June 2018
@jpcik
2
HES-SO:
University of Applied Sciences and Arts Western Switzerland
3
let's hike!
 key part of Swiss touristic offer
 varying degree of difficulty
 wide offer e.g. season/weather
 accessibility
 direct contact with nature
 relatively low price
 perceived benefits: health/wellbeing
Hiking Trails
4
barriers and limitations
barriers for segments
of the population
highly vulnerable segments
 chronic diseases
 disabilities
varying physical/psycho conditions
 endurance
 lack of balance
 vertigo
 fear of heights
 speed/stamina
 difficulty in rough trails
attractive feature
vs.
unsurmountable obstacle
5
Trail profile
difficulty points
terrain
length
altitude
technique
…
SanTour App
matching
the SanTour concept
Health profile
vectorisation
demographics
physical condition
capacity
endurance
technique
preferences
…
vectorisation
Recommendations
instrument of prevention (not care)
healthy people/reduced mobility/disabilities
6
the SanTour project
funded by:
 understand hiker needs
 hiking trail characterization
 classify difficulty points
 profiling of user capabilities
 trail recommendation
industrial partner:
tourism partner:
7
user exploratory study
goals
 assessing user needs
 analyze behavior
 understand motivations
questionnaire
 behavior in outdoor/hiking activities
 motivation for pedestrian walks
 satisfaction regarding trail offer
 information technologies support
~300 people
90% Swiss
50% 51-70 years old
40% retired
gender equality
87%
Do hiking trails
Alone With partnerWith friends
67% 55%59%
94%
In the mountains
51%
In the countryside
SUMMARY
1. For general
wellbeing
2. Be in
contact with
nature
3. Be in good
health
During
Topographic maps &
Brochures from tourism offices
Before
Topographic maps &
institutional sites
&
Information for hiking trails
Interest for technological
solutions
55%
Interest in SanTour
64%
71%
Agree to provide information about their health
Meteo, trail details, technical segments, vertigo, public
transport/accessibility, points of interest, natural et cultural
(very) Important elements to consider and include in the application
Questionnaire for hikers
9
Trail profile
difficulty points
terrain
length
altitude
technique
…
SanTour App
matching
the SanTour knowledge base
Health profile
vectorisation
demographics
physical condition
capacity
endurance
technique
preferences
…
vectorisation
trail profile
10
characterization of hiking trails
available information
 general description
 duration
 distance
 altitude
 gradient
 general difficulty
official trails in the
canton of Valais
lacking information
 technical characteristics
 physical requirements
 detailed indications
 physical aptitudes
 limiting factors
 difficulty points
11
trail knowledge base
{
"@context": "http://schema.org/",
"@type": [ "HikingTrail", "TouristAttraction" ],
"name": "Les Clautis",
"description": "Randonee des Clautis",
"touristType": {
"@type": "Audience", "audienceType": "Beginners"
},
"address": {
"@type": "PostalAddress",
"addressCountry": "CH", "addressLocality":"Zinal"
},
"publicAccess": true,
"altitude_max": 1720,
"altitude_min": 1675,
"duration": 1.5,
"distance": 3.55,
"image":"https://d25u9ndbhhiciz.cloudfront.net/points/59d8a48b798c500bf04bbf54-1-m.jpg"
}
basic information
schema.org
general
characteristics
12
characterization of hiking trails
catalogue/characterize each trail: different
features & difficulty points
 effort required/associated physical difficulty
 technical difficulty
 risks & psychological difficulties
methodology: guidelines by the French
Federation of Hiking FFRandonnee
13
time for field work
on-site assessment of 5 trails in Zinal
multidisciplinary team
14
difficulty points
terrain technical
passages
unstable
path
steep
paths
different perceptions of difficulty
difficulty scale / score
15
difficulty points
roots rocks/water steep/chains
16
interest points
17
difficulty points in knowledge base
[
{
"@context": "http://schema.org/",
"@type": [ "DifficultyPoint","Stone","Place"],
"name": "ClautisPoint32",
"description": "Gros cailloux",
"difficulty": 10,
"geo": {
"@type": "GeoCoordinates",
"latitude": "49.8852515","longitude": "2.5106436"
}
},
{
"@context": "http://schema.org/",
"@type": ["DifficultyPoint","Bridge","Place" ],
"name": "ClautisPoint35",
"description": "Small bridge",
"difficulty": 5,
"geo": {
"@type": "GeoCoordinates",
"latitude": "49.777315","longitude": "2.6106436"
}
}
]
18
Trail profile
difficulty points
terrain
length
altitude
technique
…
SanTour App
matching
the SanTour knowledge base
Health profile
vectorisation
demographics
physical condition
capacity
endurance
technique
preferences
…
vectorisation
health profile
19
health profile
{
"@context": "http://schema.org/",
"@type": "Person",
"name": "Marie Dupont",
"healthCondition": {
"@type": "MedicalCondition",
"alternateMame": "Diabetes Type 2"
"code": {
"@type": "MedicalCode",
"code": "E11.9",
"codingSystem": "ICD-10"}
}
}
general information
specific disabilities/diseases
specific
conditions
20
health profile: self assessment
ex:santourQ3 a medred:Question ;
medred:isItemofSection ex:santourHealthSection1 ;
dcterms:identifier "santourQ3" ;
dcterms:title """Par rapport a la vitesse de marche
moyenne (celle de vos proches), pensez
vous marcher habituellement ..." ;
medred:choices ( ex:muchSlower ex:slower
ex:equalSpeed ex:faster
ex:muchFaster ) ;
pplan:hasOutputVar ex:santourQ3_var .
questionnaire-based data
acquisition approach
physical/psychological capacity
 help needed to walk
 physical condition
 walking speed & endurance
 climbing capacity
 balance
 fear of falling/void
 pain
in average, do you walk than your peers?
much slower
slower
equal speed
faster
much faster
21
health profile: preferences
{
"@type": ["Review","TrailPreference"]
"author": "Laure",
"datePublished": "2011-04-01",
"@id": "laureCaillouxReview",
"description": "Evaluer de -10 (je deteste),
0 (ca m'est egal), a +10 (j'aime).
Cailloux.",
"reviewRating": {
"@type": "Rating",
"bestRating": "10",
"ratingValue": "7",
"worstRating": "-10"
}
}
e.g. difficulty points:
user may enjoy hiking in stony trails,
but would prefer to avoid
suspended bridges, because of
vertigo.
preferences on types of
features in a hiking trail
22
santour.ch
a first prototype
23
health questionnaire
self assessment
physical / psychological
limitations
fear of falling
vertigo
fear of void
balance
pain
24
preferences questionnaire
obstacle/feature
preference
preference score
25
user profile
26
recommendations
trail score
link to SNUKR app
27
work in progress still a lot to do
future work
o determine what data are desired by tourism promotion organizations
o best adapt their offer to hikers and target them more precisely
o determine what data are useful for a better hiker experience
o data collection for scientific purposes and for touristic destinations
o determine the expectations of the health-care community
o explore accident prevention and promotion of physical activity
going for SanTour v2!
gracias! ¿tienes preguntas?
Jean-Paul Calbimonte
University of Applied Sciences and Arts Western Switzerland
HES-SO Valais-Wallis
@jpcik
30
research is actually fun
31
https://youtu.be/iUemGhsu2_I
1 of 31

Recommended

Towards Collaborative Creativity in Persuasive Multi-agent Systems by
Towards Collaborative Creativity in Persuasive Multi-agent SystemsTowards Collaborative Creativity in Persuasive Multi-agent Systems
Towards Collaborative Creativity in Persuasive Multi-agent SystemsJean-Paul Calbimonte
185 views26 slides
A Platform for Difficulty Assessment and Recommendation of Hiking Trails by
A Platform for Difficulty Assessment andRecommendation of Hiking TrailsA Platform for Difficulty Assessment andRecommendation of Hiking Trails
A Platform for Difficulty Assessment and Recommendation of Hiking TrailsJean-Paul Calbimonte
182 views17 slides
Stream reasoning agents by
Stream reasoning agentsStream reasoning agents
Stream reasoning agentsJean-Paul Calbimonte
234 views17 slides
Decentralized Management of Patient Profiles and Trajectories through Semanti... by
Decentralized Management of Patient Profiles and Trajectories through Semanti...Decentralized Management of Patient Profiles and Trajectories through Semanti...
Decentralized Management of Patient Profiles and Trajectories through Semanti...Jean-Paul Calbimonte
169 views18 slides
Personal Data Privacy Semantics in Multi-Agent Systems Interactions by
Personal Data Privacy Semantics in Multi-Agent Systems InteractionsPersonal Data Privacy Semantics in Multi-Agent Systems Interactions
Personal Data Privacy Semantics in Multi-Agent Systems InteractionsJean-Paul Calbimonte
174 views22 slides
RDF data validation 2017 SHACL by
RDF data validation 2017 SHACLRDF data validation 2017 SHACL
RDF data validation 2017 SHACLJean-Paul Calbimonte
902 views54 slides

More Related Content

More from Jean-Paul Calbimonte

Linked Data Notifications for RDF Streams by
Linked Data Notifications for RDF StreamsLinked Data Notifications for RDF Streams
Linked Data Notifications for RDF StreamsJean-Paul Calbimonte
383 views24 slides
Fundamentos de Scala (Scala Basics) (español) Catecbol by
Fundamentos de Scala (Scala Basics) (español) CatecbolFundamentos de Scala (Scala Basics) (español) Catecbol
Fundamentos de Scala (Scala Basics) (español) CatecbolJean-Paul Calbimonte
932 views44 slides
Connecting Stream Reasoners on the Web by
Connecting Stream Reasoners on the WebConnecting Stream Reasoners on the Web
Connecting Stream Reasoners on the WebJean-Paul Calbimonte
828 views29 slides
RDF Stream Processing Tutorial: RSP implementations by
RDF Stream Processing Tutorial: RSP implementationsRDF Stream Processing Tutorial: RSP implementations
RDF Stream Processing Tutorial: RSP implementationsJean-Paul Calbimonte
2.6K views103 slides
Query Rewriting in RDF Stream Processing by
Query Rewriting in RDF Stream ProcessingQuery Rewriting in RDF Stream Processing
Query Rewriting in RDF Stream ProcessingJean-Paul Calbimonte
911 views21 slides
Toward Semantic Sensor Data Archives on the Web by
Toward Semantic Sensor Data Archives on the WebToward Semantic Sensor Data Archives on the Web
Toward Semantic Sensor Data Archives on the WebJean-Paul Calbimonte
832 views21 slides

More from Jean-Paul Calbimonte(20)

Fundamentos de Scala (Scala Basics) (español) Catecbol by Jean-Paul Calbimonte
Fundamentos de Scala (Scala Basics) (español) CatecbolFundamentos de Scala (Scala Basics) (español) Catecbol
Fundamentos de Scala (Scala Basics) (español) Catecbol
RDF Stream Processing Tutorial: RSP implementations by Jean-Paul Calbimonte
RDF Stream Processing Tutorial: RSP implementationsRDF Stream Processing Tutorial: RSP implementations
RDF Stream Processing Tutorial: RSP implementations
Detection of hypoglycemic events through wearable sensors by Jean-Paul Calbimonte
Detection of hypoglycemic events through wearable sensorsDetection of hypoglycemic events through wearable sensors
Detection of hypoglycemic events through wearable sensors
The Schema Editor of OpenIoT for Semantic Sensor Networks by Jean-Paul Calbimonte
The Schema Editor of OpenIoT for Semantic Sensor NetworksThe Schema Editor of OpenIoT for Semantic Sensor Networks
The Schema Editor of OpenIoT for Semantic Sensor Networks
Scala Programming for Semantic Web Developers ESWC Semdev2015 by Jean-Paul Calbimonte
Scala Programming for Semantic Web Developers ESWC Semdev2015Scala Programming for Semantic Web Developers ESWC Semdev2015
Scala Programming for Semantic Web Developers ESWC Semdev2015
XGSN: An Open-source Semantic Sensing Middleware for the Web of Things by Jean-Paul Calbimonte
XGSN: An Open-source Semantic Sensing Middleware for the Web of ThingsXGSN: An Open-source Semantic Sensing Middleware for the Web of Things
XGSN: An Open-source Semantic Sensing Middleware for the Web of Things
GSN Global Sensor Networks for Environmental Data Management by Jean-Paul Calbimonte
GSN Global Sensor Networks for Environmental Data ManagementGSN Global Sensor Networks for Environmental Data Management
GSN Global Sensor Networks for Environmental Data Management
SSN2013 Demo: tablet based visualization of transport data with SPARQLStream by Jean-Paul Calbimonte
SSN2013 Demo: tablet based visualization of transport data with SPARQLStreamSSN2013 Demo: tablet based visualization of transport data with SPARQLStream
SSN2013 Demo: tablet based visualization of transport data with SPARQLStream
Tutorial Stream Reasoning SPARQLstream and Morph-streams by Jean-Paul Calbimonte
Tutorial Stream Reasoning SPARQLstream and Morph-streamsTutorial Stream Reasoning SPARQLstream and Morph-streams
Tutorial Stream Reasoning SPARQLstream and Morph-streams
Publishing consuming Linked Sensor Data meetup Cuenca by Jean-Paul Calbimonte
Publishing consuming Linked Sensor Data meetup CuencaPublishing consuming Linked Sensor Data meetup Cuenca
Publishing consuming Linked Sensor Data meetup Cuenca

Recently uploaded

What are the Benefits of IV Glutathione Infusion for Skin Health & Detox by
What are the Benefits of IV Glutathione Infusion for Skin Health & DetoxWhat are the Benefits of IV Glutathione Infusion for Skin Health & Detox
What are the Benefits of IV Glutathione Infusion for Skin Health & Detoximage clinic
8 views9 slides
vital signs...ILAYARAJA SAMPATH by
vital signs...ILAYARAJA SAMPATHvital signs...ILAYARAJA SAMPATH
vital signs...ILAYARAJA SAMPATHS ILAYA RAJA
401 views35 slides
Final file - Honoring Excellence India’s Best Dental Clinic of the Year.pdf by
Final file - Honoring Excellence India’s Best Dental Clinic of the Year.pdfFinal file - Honoring Excellence India’s Best Dental Clinic of the Year.pdf
Final file - Honoring Excellence India’s Best Dental Clinic of the Year.pdfinsightscareindia
5 views32 slides
Evovitality Revolutionizing Wellness for a Better Tomorrow.pdf by
Evovitality Revolutionizing Wellness for a Better Tomorrow.pdfEvovitality Revolutionizing Wellness for a Better Tomorrow.pdf
Evovitality Revolutionizing Wellness for a Better Tomorrow.pdfmuhammadtahirbhutto9
19 views1 slide
CONGESTIVE HEART FAILURE.pptx by
CONGESTIVE HEART FAILURE.pptxCONGESTIVE HEART FAILURE.pptx
CONGESTIVE HEART FAILURE.pptxShagufta Farooqui
159 views20 slides
GRDDS.pptx by
GRDDS.pptxGRDDS.pptx
GRDDS.pptxABG
16 views32 slides

Recently uploaded(20)

What are the Benefits of IV Glutathione Infusion for Skin Health & Detox by image clinic
What are the Benefits of IV Glutathione Infusion for Skin Health & DetoxWhat are the Benefits of IV Glutathione Infusion for Skin Health & Detox
What are the Benefits of IV Glutathione Infusion for Skin Health & Detox
image clinic8 views
vital signs...ILAYARAJA SAMPATH by S ILAYA RAJA
vital signs...ILAYARAJA SAMPATHvital signs...ILAYARAJA SAMPATH
vital signs...ILAYARAJA SAMPATH
S ILAYA RAJA401 views
Final file - Honoring Excellence India’s Best Dental Clinic of the Year.pdf by insightscareindia
Final file - Honoring Excellence India’s Best Dental Clinic of the Year.pdfFinal file - Honoring Excellence India’s Best Dental Clinic of the Year.pdf
Final file - Honoring Excellence India’s Best Dental Clinic of the Year.pdf
Evovitality Revolutionizing Wellness for a Better Tomorrow.pdf by muhammadtahirbhutto9
Evovitality Revolutionizing Wellness for a Better Tomorrow.pdfEvovitality Revolutionizing Wellness for a Better Tomorrow.pdf
Evovitality Revolutionizing Wellness for a Better Tomorrow.pdf
GRDDS.pptx by ABG
GRDDS.pptxGRDDS.pptx
GRDDS.pptx
ABG16 views
2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates by Health Catalyst
2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates
2024 Medicare Physician Fee Schedule (MPFS) Final Rule Updates
Health Catalyst216 views
Early Detection and Referral Final by manali9054
Early Detection and Referral FinalEarly Detection and Referral Final
Early Detection and Referral Final
manali905411 views
Augmenting Health care delivery in Generative AI era: Balancing the hope and ... by JAI NAHAR, MD MBA
Augmenting Health care delivery in Generative AI era: Balancing the hope and ...Augmenting Health care delivery in Generative AI era: Balancing the hope and ...
Augmenting Health care delivery in Generative AI era: Balancing the hope and ...
A Mixed Method Study Evaluating an Innovative Care Model for Rural Outpatient... by DataNB
A Mixed Method Study Evaluating an Innovative Care Model for Rural Outpatient...A Mixed Method Study Evaluating an Innovative Care Model for Rural Outpatient...
A Mixed Method Study Evaluating an Innovative Care Model for Rural Outpatient...
DataNB7 views
Oral presentation assignment by IIAD7
Oral presentation assignmentOral presentation assignment
Oral presentation assignment
IIAD77 views
ANIMALS USED IN EXPERIMENTAL PHARMACOLOGY.pptx by ThakurHarsh11
ANIMALS USED IN EXPERIMENTAL PHARMACOLOGY.pptxANIMALS USED IN EXPERIMENTAL PHARMACOLOGY.pptx
ANIMALS USED IN EXPERIMENTAL PHARMACOLOGY.pptx
ThakurHarsh1110 views

SanTour: Personalized Recommendation of Hiking Trails to Health Pro files

  • 1. SanTour: Towards Personalized Recommendation of Hiking Trails to Health Profiles Jean-Paul Calbimonte • Nancy Zappellaz • Emeline Hébert • Maya Simon • Nicolas Délétroz • Roger Hilfiker • Alexandre Cotting University of Applied Sciences and Arts Western Switzerland (HES-SO Valais-Wallis) Tourism and Knowledge Graphs – ICWE 2018 Cáceres, June 2018 @jpcik
  • 2. 2 HES-SO: University of Applied Sciences and Arts Western Switzerland
  • 3. 3 let's hike!  key part of Swiss touristic offer  varying degree of difficulty  wide offer e.g. season/weather  accessibility  direct contact with nature  relatively low price  perceived benefits: health/wellbeing Hiking Trails
  • 4. 4 barriers and limitations barriers for segments of the population highly vulnerable segments  chronic diseases  disabilities varying physical/psycho conditions  endurance  lack of balance  vertigo  fear of heights  speed/stamina  difficulty in rough trails attractive feature vs. unsurmountable obstacle
  • 5. 5 Trail profile difficulty points terrain length altitude technique … SanTour App matching the SanTour concept Health profile vectorisation demographics physical condition capacity endurance technique preferences … vectorisation Recommendations instrument of prevention (not care) healthy people/reduced mobility/disabilities
  • 6. 6 the SanTour project funded by:  understand hiker needs  hiking trail characterization  classify difficulty points  profiling of user capabilities  trail recommendation industrial partner: tourism partner:
  • 7. 7 user exploratory study goals  assessing user needs  analyze behavior  understand motivations questionnaire  behavior in outdoor/hiking activities  motivation for pedestrian walks  satisfaction regarding trail offer  information technologies support ~300 people 90% Swiss 50% 51-70 years old 40% retired gender equality
  • 8. 87% Do hiking trails Alone With partnerWith friends 67% 55%59% 94% In the mountains 51% In the countryside SUMMARY 1. For general wellbeing 2. Be in contact with nature 3. Be in good health During Topographic maps & Brochures from tourism offices Before Topographic maps & institutional sites & Information for hiking trails Interest for technological solutions 55% Interest in SanTour 64% 71% Agree to provide information about their health Meteo, trail details, technical segments, vertigo, public transport/accessibility, points of interest, natural et cultural (very) Important elements to consider and include in the application Questionnaire for hikers
  • 9. 9 Trail profile difficulty points terrain length altitude technique … SanTour App matching the SanTour knowledge base Health profile vectorisation demographics physical condition capacity endurance technique preferences … vectorisation trail profile
  • 10. 10 characterization of hiking trails available information  general description  duration  distance  altitude  gradient  general difficulty official trails in the canton of Valais lacking information  technical characteristics  physical requirements  detailed indications  physical aptitudes  limiting factors  difficulty points
  • 11. 11 trail knowledge base { "@context": "http://schema.org/", "@type": [ "HikingTrail", "TouristAttraction" ], "name": "Les Clautis", "description": "Randonee des Clautis", "touristType": { "@type": "Audience", "audienceType": "Beginners" }, "address": { "@type": "PostalAddress", "addressCountry": "CH", "addressLocality":"Zinal" }, "publicAccess": true, "altitude_max": 1720, "altitude_min": 1675, "duration": 1.5, "distance": 3.55, "image":"https://d25u9ndbhhiciz.cloudfront.net/points/59d8a48b798c500bf04bbf54-1-m.jpg" } basic information schema.org general characteristics
  • 12. 12 characterization of hiking trails catalogue/characterize each trail: different features & difficulty points  effort required/associated physical difficulty  technical difficulty  risks & psychological difficulties methodology: guidelines by the French Federation of Hiking FFRandonnee
  • 13. 13 time for field work on-site assessment of 5 trails in Zinal multidisciplinary team
  • 17. 17 difficulty points in knowledge base [ { "@context": "http://schema.org/", "@type": [ "DifficultyPoint","Stone","Place"], "name": "ClautisPoint32", "description": "Gros cailloux", "difficulty": 10, "geo": { "@type": "GeoCoordinates", "latitude": "49.8852515","longitude": "2.5106436" } }, { "@context": "http://schema.org/", "@type": ["DifficultyPoint","Bridge","Place" ], "name": "ClautisPoint35", "description": "Small bridge", "difficulty": 5, "geo": { "@type": "GeoCoordinates", "latitude": "49.777315","longitude": "2.6106436" } } ]
  • 18. 18 Trail profile difficulty points terrain length altitude technique … SanTour App matching the SanTour knowledge base Health profile vectorisation demographics physical condition capacity endurance technique preferences … vectorisation health profile
  • 19. 19 health profile { "@context": "http://schema.org/", "@type": "Person", "name": "Marie Dupont", "healthCondition": { "@type": "MedicalCondition", "alternateMame": "Diabetes Type 2" "code": { "@type": "MedicalCode", "code": "E11.9", "codingSystem": "ICD-10"} } } general information specific disabilities/diseases specific conditions
  • 20. 20 health profile: self assessment ex:santourQ3 a medred:Question ; medred:isItemofSection ex:santourHealthSection1 ; dcterms:identifier "santourQ3" ; dcterms:title """Par rapport a la vitesse de marche moyenne (celle de vos proches), pensez vous marcher habituellement ..." ; medred:choices ( ex:muchSlower ex:slower ex:equalSpeed ex:faster ex:muchFaster ) ; pplan:hasOutputVar ex:santourQ3_var . questionnaire-based data acquisition approach physical/psychological capacity  help needed to walk  physical condition  walking speed & endurance  climbing capacity  balance  fear of falling/void  pain in average, do you walk than your peers? much slower slower equal speed faster much faster
  • 21. 21 health profile: preferences { "@type": ["Review","TrailPreference"] "author": "Laure", "datePublished": "2011-04-01", "@id": "laureCaillouxReview", "description": "Evaluer de -10 (je deteste), 0 (ca m'est egal), a +10 (j'aime). Cailloux.", "reviewRating": { "@type": "Rating", "bestRating": "10", "ratingValue": "7", "worstRating": "-10" } } e.g. difficulty points: user may enjoy hiking in stony trails, but would prefer to avoid suspended bridges, because of vertigo. preferences on types of features in a hiking trail
  • 23. 23 health questionnaire self assessment physical / psychological limitations fear of falling vertigo fear of void balance pain
  • 27. 27 work in progress still a lot to do
  • 28. future work o determine what data are desired by tourism promotion organizations o best adapt their offer to hikers and target them more precisely o determine what data are useful for a better hiker experience o data collection for scientific purposes and for touristic destinations o determine the expectations of the health-care community o explore accident prevention and promotion of physical activity going for SanTour v2!
  • 29. gracias! ¿tienes preguntas? Jean-Paul Calbimonte University of Applied Sciences and Arts Western Switzerland HES-SO Valais-Wallis @jpcik