نتایج جستجو برای: atmospheric threshold

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

2017
Alexander V. Zhdanov Vladimir I. Ogurtsov Cormac T. Taylor Dmitri B. Papkovsky

Changes in cellular O2 levels elicit adaptive responses which can lead to the activation of oxygen-dependent transcription factors such as the hypoxia-inducible factor (HIF). However, our understanding of the determinants of these processes is still incomplete. Using the new intracellular O2 sensing technique, we monitored O2 gradients in static cultures of adherent PC12 cells exposed to graded...

2018
Chi Vuong Nguyen Lionel Soulhac

Developing effective strategies for reducing the atmospheric pollutant concentrations below regulatory threshold levels requires identifying the main origins/sources of air pollution. This can be achieved by implementing so called source apportionment methods in atmospheric dispersion models. This study presents the results of a source apportionment module implemented in the SIRANE urban air-qu...

2017
Hubert Byliński Paulina Kolasińska Tomasz Dymerski Jacek Gębicki Jacek Namieśnik

ABSTRACT Field olfactometry is one of the sensory techniques used to determine odour concentration, in atmospheric air, directly in emission sources. A two-dimensional gas chromatography with time of flight mass spectrometer (GC×GC-TOF-MS) allows performing the chemical characterization of various groups of chemical compounds, even in complex mixtures. Application of these techniques enabled de...

Journal: :Lecture notes in electrical engineering 2021

We fabricate monolayer MoS2 field effect transistors and study their electric characteristics from 10^-6 Torr to atmospheric air pressure. show that the threshold voltage of transistor increases with growing Hence, we propose device as an pressure sensor, showing it is particularly suitable a low power consumption vacuum gauge. The functions on pressure-dependent O2, N2 H2O molecule adsorption ...

2010
A. Vogel

Ultrashort laser pulses have been adapted for use in a variety of applications from micromachining of dielectrics to atmospheric spectrochemistry and multiphoton microscopy. These lasers emit almost exclusively in the retinal hazard wavelength regime, making them potential sources for accidental vision loss, but also candidates for biomedical applications where precise alteration of tissues is ...

2016
D. R. Benson J. H. Yu A. Markovich Shan-Hu Lee

Ternary homogeneous nucleation (THN) of H2SO4, NH3 and H2O has been used to explain new particle formation in various atmospheric regions, yet laboratory measurements of THN have failed to reproduce atmospheric observations. Here, we report first laboratory observations of THN made under conditions relevant to the lower troposphere ([H2SO4] of 106–107 cm−3, [NH3] of 0.08–20 ppbv, and a temperat...

Journal: :Journal of chromatographic science 2010
Maurizio Manigrasso Franco Abballe Richard F Jack Pasquale Avino

From the health stand-point, atmospheric particulate matter (PM) is regulated through PM(10) and PM(2.5) conventions by the Directive 2008/50/EC. The Directive points out the negative impact on human health due to PM(2.5) and recognizes that no threshold has been identified for such pollutant at which no risk is foreseen for the population. Then, the goal is to pursue a general reduction of PM(...

Journal: :iranian journal of environmental sciences 0
gayathree devi k department of chemical oceanography, school of marine sciences, cochin university of science and technology, cochin-16, kerala, india akhil p.s. department of chemical oceanography, school of marine sciences, cochin university of science and technology, cochin-16, kerala, india sujatha c.h. department of chemical oceanography, school of marine sciences, cochin university of science and technology, cochin-16, kerala, india

the present research article highlights the metal (cd, cu, pb, zn and fe)distribution pattern in the rspm generated in different hot spot sites located at kochi, thequeen of arabian sea. these sampling sites are categorized under three different zonesas estuarine, riverine, and coastal. two sampling phases are selected in order to check theconsistency in pollution trend after a two year gap and...

2009
M. Schulz

Foraminiferal oxygen isotopes from deep-sea sediment cores suggest that a rapid expansion of the Antarctic ice sheet took place in the Middle Miocene around 13.9 million years ago. The origin for this transition is still not understood satisfactorily. One possible cause is a drop in the partial pressure of atmospheric carbon dioxide (pCO2) in combination with orbital forcing. A complication is ...

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

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

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