نتایج جستجو برای: taxi driver

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

2007
Kiam Tian Seow Nam Hai Dang Horng Lee

This paper presents the study of a novel approach towards an automated taxi dispatch system that handles current bookings in a distributed fashion. Existing systems in use by taxi operators in Singapore attempt to increase customer satisfaction locally, by sequentially dispatching nearby taxis to service customers. The proposed dispatch system attempts to increase customer satisfaction more glo...

2011
Lucas Agussurja Hoong Chuin Lau

We consider a partially observable Markov decision process (POMDP) model for improving a taxi agent cruising decision in a congested urban city. Using real-world data provided by a large taxi company in Singapore as a guide, we derive the state transition function of the POMDP. Specifically, we model the cruising behavior of the drivers as continuous-time Markov chains. We then apply dynamic pr...

2005
Simone Frattasi Hanane Fathi Antje Gimmler Frank Fitzek Ramjee Prasad

This paper proposes a new Intelligent Transportation Systems (ITS) service, which solves a daily problem encountered by most people living in a metropolis: how to catch a taxi in the most time efficiently manner. The architecture that supports this new Personalized Public Transit (PPT) service takes advantage of the heterogeneity of the network environment and utilizes cellular and short-range ...

Journal: :CoRR 2017
Anastasios Noulas Vsevolod Salnikov Desislava Hristova Cecilia Mascolo Renaud Lambiotte

As modern transportation systems become more complex, there is need for mobile applications that allow travelers to navigate efficiently in cities. In taxi transport the recent proliferation of Uber has introduced new norms including a flexible pricing scheme where journey costs can change rapidly depending on passenger demand and driver supply. To make informed choices on the most appropriate ...

ژورنال: طلوع بهداشت یزد 2016
برخورداری, ابوالفضل, توکلی منش, سلیمه, دهقانی, علی, سموری سخویدی, فاطمه,

Assessment of exposure to whole body vibration in Yazd city taxi drivers Samoori-Sakhvidi F (MSc)* Barkhordari A (PhD)** Dehghani A (PhD)*** Tavakoli-Manesh S (MSc)**** *Corresponding Author: MSc Student in Department of Occupational Health, Shahid Sadoughi University of Medical Sciences, Yazd, Iran ** Professor, Department of Occupational Health, Shahid Sadoughi University of Medical Sciences,...

2014
Yan Yang Xiao-sheng Fan Cui-huan Tian Wei Zhang Jie Li Shu-qing Li

BACKGROUND Taxi drivers are exposed to various risk factors such as work overload, stress, an irregular diet, and a sedentary lifestyle, which make these individuals vulnerable to many diseases. This study was designed to assess the health status of this occupational group. OBJECTIVES The objective was to explore the health status, the intention to seek health examination, and participation i...

2011
Pradeep Varakantham Shih-Fen Cheng Nguyen Thi Duon

This research is motivated by problems in urban transportation and labor mobility, where the agent flow is dynamic, non-deterministic and on a large scale. In such domains, even though the individual agents do not have an identity of their own and do not explicitly impact other agents, they have implicit interactions with other agents. While there has been much research in handling such implici...

2009
Katherine Woollett Eleanor A. Maguire

Grey matter volume increases have been associated with expertise in a range of domains. Much less is known, however, about the broader cognitive advantages or costs associated with skills and their concomitant neuroanatomy. In this study we investigated a group of highly skilled navigators, licensed London taxi drivers. We replicated findings from previous studies by showing taxi drivers had gr...

Journal: :ISPRS Int. J. Geo-Information 2018
Yulong Wang Kun Qin Yixiang Chen Pengxiang Zhao

Anomalous taxi trajectories are those chosen by a small number of drivers that are different from the regular choices of other drivers. These anomalous driving trajectories provide us an opportunity to extract driver or passenger behaviors and monitor adverse urban traffic events. Because various trajectory clustering methods have previously proven to be an effective means to analyze similariti...

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

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

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