نتایج جستجو برای: vehicular emission forecasting

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

Modern studies in the field of environment science and engineering show that deterministic models struggle to capture the relationship between the concentration of atmospheric pollutants and their emission sources. The recent advances in statistical modeling based on machine learning approaches have emerged as solution to tackle these issues. It is a fact that, input variable type largely affec...

2014
Eun-Ju Lee Ihn-Han Bae

Advances in vehicular networks, embedded devices and cloud computing will enable the formation of vehicular clouds of computing, communication, sensing, power and physical resources. Owing to the dynamic nature of the vehicular cloud, continuous monitoring on trust attributes in necessary to enforce service-level agreement, This paper proposes RA-VTrust, Reputationbased Adaptive Vehicular Trust...

Journal: :International Journal of Healthcare Information Systems and Informatics 2023

In this paper, the authors used LabView to design a sensor-based module and analyse it for an accident prevention system. For purpose of forecasting potential combinations occurrence, various sensor nodes are integrated into single A LabView-based simulation has been performed address additional conditions after real-time hardware with constrained number sensors was examine conditions. With hel...

2012
Ali J. Ghandour Marco Di Felice Luciano Bononi Hassan Artail

IEEE 1609.4 Standard for Wireless Access in Vehicular Environments (WAVE) has been proposed to enhance the performance of vehicular networks with multi-channel operations that allow for the coexistence of safety-related and non-safety related vehicular applications. At present, the evaluation of 1609.4-based Vehicular Ad Hoc Networks (VANETs) constitutes an open issue due to the lack of simulat...

2000
Matthias Koch Markus Amann

Airborne fine particles are a mixture of various components and are emitted by different sources. Short-term and long-term epidemiological studies have associated fine particles with adverse health effects, excess mortality, respiratory and cardiovascular diseases. There are indications that the health effects are more associated with the fine fraction of PM10 and with ultrafine particles (< 0....

Journal: :IOP conference series 2022

Abstract Air pollution is a Worldwide challenge that reason for premature death. It affects both developing nations and developed nations. In particular, the air so much polluted cities are fighting to fulfill quality range protect humans from harmful substances. One of greatest global challenges 2050 reduction greenhouse gas emissions. Besides emissions, major problems in many urban areas this...

Journal: :J. Inform. and Commun. Convergence Engineering 2014
Hyunhee Park Kamal Deep Singh Kandaraj Piamrat

Vehicular-to-anything (V2X) technology is attractive for wireless vehicular ad-hoc networks (VANETs) because it allows for opportunistic choice of a vehicular protocol between vehicular-to-vehicular (V2V) and vehicular-to-infrastructure (V2I) communications. In particular, achieving seamless connectivity in a VANET with nearby network infrastructure is challenging. In this paper, we propose a d...

2015
Oanh Tran Thi Kim Nguyen Dang Tri VanDung Nguyen Choong Seon Hong

With the development of IoT, Vehicular Ad-hoc Network will be shifted to Vehicular Ad-hoc Network managed cloud in near future. As the traditional cloud, VMM is a crucial problem in Cloud Based Vehicular Networks. Due to the distinct feature of high mobility, VMM Cloud Based Vehicular Networks need to be addressed to keep cloud services running on. When a vehicle moves on the road, it moves out...

2008
J. L. Pérez R. San José J. L. Morant R. M. Gonzalez

In this contribution we show the description, implementation and operation of an Operational Air Quality Forecasting System for industrial plants, urban and regional areas. The system is called OPANA (OPerational Atmospheric Numerical model for urban and regional Areas) and is the evolution and result of more than 10 years of research on sophisticated state-of-the-art numerical air quality mode...

2011
María T. Pay Pedro Jiménez-Guerrero José M. Baldasano

Emissions of resuspensed particles from paved roads (RPR) have received an increasing attention in air quality modeling, since chemistry transport models are generally unable to reproduce particulate levels near road traffic. However, among the models operated in the forecasting mode in Europe, there is a lack of systems including the contribution of RPR on an hourly basis. Therefore, this cont...

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

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

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