نتایج جستجو برای: travel of europe

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

Journal: :Electronic Markets 1995
Stefan Klein Howard Williams

Large, vertically integrated outgoing tour operators dominate the foreign holidays segment of the British and German travel and tourism industry. This industrial structure has emerged and has been sustained by a number of factors, of which the adoption and diffusion of new information and communication technologies (ICTs) is one of the most significant. As a response, some small outgoing tour o...

2013
Jacek WOLSKI HANS KRAMAR JUSTIN KADI JANA ZAPLETALOVÁ

The concept of polycentricity has gained significance in discussions on spatial development in Europe in recent years. This paper presents new evidence on polycentric city networks in Central-Eastern Europe based on selected results of the ESPON project POLYCE (Metropolisation and Polycentric Development in Central Europe). The authors discuss existing applications of the concept in the context...

Journal: :Planning Practice and Research 2022

The impacts of the COVID-19 pandemic on working, travel and residential location patterns have attracted much commentary from scholars practitioners interested in future cities regions. Focusing Europe, we discuss how pandemic-fuelled remote working tourism practices increased demand for short-term rentals second homes rural/coastal areas as well a number desirable cities. has accelerated pre-e...

Journal: :international journal of travel medicine and global health 0
ali ayoubian health research center, baqiyatallah university of medical sciences, tehran, iran sogand tourani hospital management research center, iran university of medical sciences, tehran, iran zahra hashemi dehaghi eye research center, tehran university of medical sciences, tehran, iran

introduction: today the market of medical tourism is growing as one of the competitive and profitable industries in the world. the aim of this study was to determine medical tourist attraction in tehran hospitals. methods: this is a descriptive study which was carried out in 8 hospitals of tehran in 2012. 195 people from the managing boards of these hospitals participated in the study. a questi...

Journal: :The Lancet. Infectious diseases 2015
Jolyon M Medlock Steve A Leach

During the early part of the 21st century, an unprecedented change in the status of vector-borne disease in Europe has occurred. Invasive mosquitoes have become widely established across Europe, with subsequent transmission and outbreaks of dengue and chikungunya virus. Malaria has re-emerged in Greece, and West Nile virus has emerged throughout parts of eastern Europe. Tick-borne diseases, suc...

Journal: :Europa XXI 2022

The impact of the COVID-19 pandemic on air passenger traffic was dramatic with reductions in numbers that have never been seen before since flying became a mass mode for medium and long distance travel Europe. Air freight transport less affected. This paper sheds light these impacts high temporal spatial resolutions. novelty this analysis compared to other reflections times is it not only looks...

Journal: :The New phytologist 2016
Alice Feurtey Pierre Gladieux Michael E Hood Alodie Snirc Amandine Cornille Lisa Rosenthal Tatiana Giraud

Although congruence between host and pathogen phylogenies has been extensively investigated, the congruence between host and pathogen genetic structures at the within-species level has received little attention. Using an unprecedented and comprehensive collection of associated plant-pathogen samples, we investigated the degree of congruence between the genetic structures across Europe of two ev...

2005
Barbara L. Taylor

Dr. Brent Stewart’s review for the Center for Independent Expertise (CIE) contains helpful comments for SWFSC scientists to use in writing the results of our study on population structure of harbor seals in Alaska for journal publication. Here we respond not to positive points but rather to points that require clarification or, when we disagree, a rebuttal. Dr. Stewart also gives legal advice a...

2002
Changjun Li M. Ronnier Luo Robert W. G. Hunt Nathan Moroney Mark D. Fairchild Todd Newman

A new CIE color appearance model (CIECAM02) has been developed. This paper describes the three major drawbacks of the earlier CIECAM97s model, and shows how the new model performs in these color regions. In addition, both models were tested using available data groups. The results are consistent in that CIECAM02 performed as well as, or better than, CIECAM97s in almost all cases, there being a ...

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

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

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"; } -->