نتایج جستجو برای: subway transportation system

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

The goal of this paper is to develop a Decision Support System (DSS) as a journey planner in complex and large multimodal urban network called Rahyar. Rahyar attempts to identify the most desirable itinerary among all feasible alternatives. The desirability of an itinerary is measured by a disutility function, which is defined as a weighted sum of some criteria. The weight...

Regarding the importance of competitive advantages among the transportation systems, improving the costumer’s satisfaction is an important factor in attracting them to these systems. In this research, we focus on the effects of constructing new stations on users and a new mathematical model is proposed for this problem. In the proposed model, two simultaneous effects on customers by constructin...

Journal: :International Journal of Environmental Research and Public Health 2018

Journal: :JAMA 2003
Ernest C Lee

CHEMICAL WARFARE HAS EXisted for millennia. As far back as 1000 BC, the Chinese used arsenical smoke as a weapon. In the last century, chemical agents have been used in warfare on numerous occasions, from World War I to the Iran-Iraq conflict. The world remains vulnerable to the deliberate use of chemical agents as weapons of mass destruction. Chemical attacks can be delivered with almost any t...

2015
Guo Wang Xiao-Xiang Pei

Abstract: In order to analyze the distribution rules and influence of stray current on subway rectangulartunneland subway Shield tunnel, threedimensional models were built separately. By changing the values of carry-current, ansys was used toanalyzeunder different geological conditions.Simulations show that the potential attenuation is nonlinear from the subway tunnel to the surrounding undergr...

Journal: :Industrial health 2011
Ki Youn Kim Yoon Shin Kim Daekeun Kim Hyeon Tae Kim

The exposure level and distribution characteristics of airborne bacteria and fungi were assessed in the workers' activity areas (station office, bedroom, ticket office and driver's seat) and passengers' activity areas (station precinct, inside the passenger carriage, and platform) of the Seoul metropolitan subway. Among investigated areas, the levels of airborne bacteria and fungi in the worker...

2007
Wei Deng Xiaofeng Li Yingxin Zhu

Subway is consisted of tunnels, platforms and ventilation shafts. The air flow between these structures forms a ventilation network. There is a need for fire modeling tools capable of both rapid and precise simulation for fire and smoke propagation in such ventilation network. Computational Fluid Dynamics (CFD) is widely used in subway fire performance design. However, the boundary conditions u...

Journal: :Sustainability 2023

Timetable optimization for urban subways is aimed at improving the transportation service. In congested subway systems, effects of crowding stations and inside vehicles have not been properly addressed in timetabling. Moreover, it difficult to show time values different riding conditions. this paper, we consider passenger-travel process as a physical activity expending energy formulate travel e...

Journal: :CoRR 2011
Sándor P. Fekete Alexander Kröller Martin Lorek Marc E. Pfetsch

This paper introduces a combined approach for the recovery of a timetable by rescheduling trips and vehicle circulations for a rail-based transportation system subject to disruptions. We propose a novel event-based integer programming (IP) model. Features include shifting and canceling of trips as well as modifying the vehicle schedules by changing or truncating the circulations. The objective ...

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

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

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