نتایج جستجو برای: including tourists

تعداد نتایج: 978970  

2013
Mingming Cheng Liping Wang Xiao Xu

Th is study provides a timely update of some empirical fi ndings of ecotourism experience in relation to Chinese tourists’ post-trip behaviors. Based on a qualitative research approach through in-depth interview with 28 Chinese domestic tourists, the authors show that Chinese tourists explicitly or implicitly have adapted environmentally friendly lifestyles after their ecotourism travel, althou...

Journal: :مدیریت ورزشی 0
علی بنسبردی دانشگاه تهران میثم رحیمی زاده دانشگاه تهران حسن اسدی دانشگاه تهران احمد محمودی دانشگاه تهران

this study examined the relationship between tourists' motivations and satisfaction in tehran ski resorts. the study was a descriptive study and of correlation kind and conducted as a field study. the statistical population consisted of all tourists of tehran ski resorts (dizin, shemshak, tochal and abali). according to the estimates of the managers of these ski resorts, the statistical po...

2003
Barry A. T. Brown Matthew Chalmers

While tourism presents considerable potential for the use of new mobile technologies, we currently have little understanding of how tourists organise their activities or of the problems they face. This paper presents an ethnographic study of city tourists’ practices that draws out a number of implications for designing tourist technology. We describe how tourists work together in groups, collab...

پایان نامه :دانشگاه بین المللی امام خمینی (ره) - قزوین - دانشکده مهندسی معماری و شهرسازی 1388

nowadays,tourism industry considered as one of the main sources of income of a country.unfortunately and despite of owning plenty of cultural historical and natural attractions, iran has not reached to a proper position in this field. besides, the historical cities of a country are considered as the income resource and national wealth of it. qazvin with a rich cultural precedent, have suitable ...

2009
Li Song

This thesis is concerned with the psychology of western independent tourists and its impacts on Chinese tourism management. First, it discusses the different psychological modes under the different historical and cultural backgrounds between China and the West, including mode of thinking, mode of motivated behavior, mode of religion and ethics, and mode of aesthetic values; then, it makes a spe...

2004
Meda Chesney-Lind

Prior research has noted a statistical relationship between increased crime rates and tourism in resort destination areas. This study utilizes data from two Hawaii counties to derive independent crime rates for tourist and resident sub-populations. The analysis reveals that tourists in both counties experienced higher rates of larceny, robbery, and rape than residents. In Honolulu, tourists als...

2004
F. Kazasis G. Anestis N. Moumoutzis S. Christodoulakis

This paper presents a model supporting intelligent interactions of tourists with other tourists and locals and the tourism information of a particular Destination before, during and after the trip. The approach tries to bridge the “Community Gap” which is the lack of interactions among tourists and between tourists and locals at a particular Destination. Community interactions are very importan...

Journal: :مدیریت اطلاعات سلامت 0
سید جمال الدین طبیبی استاد، مدیریت آموزش عالی، دانشکده ی مدیریت و اقتصاد، دانشگاه آزاد اسلامی واحد علوم و تحقیقات تهران، تهران، ایران امیر اشکان نصیری پور دانشیار، مدیریت خدمات بهداشتی و درمانی، دانشکده ی مدیریت و اقتصاد، دانشگاه آزاد اسلامی واحد علوم و تحقیقات تهران، تهران، ایران علی ایوبیان دانشجوی کارشناسی ارشد، مدیریت خدمات بهداشتی و درمانی، دانشکده ی مدیریت و اقتصاد، دانشگاه آزاد اسلامی واحد علوم و تحقیقات تهران، تهران، ایران حسین باقریان محمود آبادی مربی، مدارک پزشکی، دانشکده ی مدیریت و اطلاع رسانی پزشکی، دانشگاه علوم پزشکی اصفهان، اصفهان، ایران

introduction: medical tourism marketing is currently known as a competitive and profitable industry throughout the world. it is considered as a modern field of developed tourism. appropriate provision of information would increase the awareness of medical tourists about the capabilities of health services. this study was conducted to evaluate the effects of information mechanisms on attracting ...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده ادبیات و علوم انسانی 1391

abstract: one of the most visited & important spaces in different countries by tourist are urban areas. the old tehran which major part is located in district 12 is historical showcase of the capital, but, its hiidden cultural attraction is not used as it should be. this thesis occasionally engage in studying the efficacy of correct installation of travel guide boards in welfare & easily acc...

تسلیمی, امین, رنجبریان, بهرام, غفاری, محمد,

Recognition and classification of perceived risks of traveling to the tourist destinations can be considered as a useful instrument for tourists-related management and planning. Hence, the current article aims at classifying the risks perceived by the foreign tourists of taking trips to Isfahan and, also, investigating the role of previous travel experiences in perception of such risks. The res...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->