نتایج جستجو برای: potential impact fraction

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

Journal: :Bulletin of the World Health Organization 2003
Lea den Broeder Manon Penris Gerard Varela Put

Health impact assessment (HIA) on a strategic level focuses on the broad determinants of health. However, the evidence with regard to the health impacts is often necessarily 'soft'. The example of a health impact review on national housing policy in the Netherlands shows that HIA can be effective even in the absence of hard data. Strategies used to overcome the problem of not having hard data a...

Journal: :acta medica iranica 0
"kocharian a dalir rooyfard m "

the disease of thalassemia major requires mangement by repeated transfusions of packed cell and iron chelators such as deferoxamine. today, serum ferritin is used for estimation of adequacy of the management. as the most morbidities and mortalities of the disease are the consequences of cardiac complications. echocardiography is periodically periodically performed along with the management. in ...

Journal: :international journal of environmental research 2015
a. de santiago-martín j.r. quintana i. valverde-asenjo a.l. lafuente c. gonzález-huecas

the role played by soil constituents in governing temporal trends of metal mobility in calcareousmediterranean soils deserves special attention due to the particular soil and climate characteristics. reactionsoccurring during the aging modify the metal mobility over time, and the rate of metal application and type ofsoil can be decisive in the outcome of aging reactions in soils. the aim of the...

Bochu Wang Jing Sui, Liancai Zhu Zhengwen Yu

Artemisinin extracted from Artemisia annua L. is the best medicine with the highest efficiency, the most effective and the lowest toxicity in treating ague nowadays. At present, most studies focus on artemisinin and its derivatives, while the study and report about the other active components are rare. This paper purposed to further discover new indication of Artemisia annua L. connecting with ...

2011
J. Schneider F. Freutel S. R. Zorn Q. Chen D. K. Farmer J. L. Jimenez S. T. Martin P. Artaxo

The detection of primary biological material in submicron aerosol by means of thermal desorption/electron impact ionization aerosol mass spectrometry was investigated. Mass spectra of amino acids, carbohydrates, small peptides, and proteins, all of which are key building blocks of biological particles, were recorded in laboratory experiments. Several characteristic marker fragments were identif...

2015
Domenico Martinelli Francesca Fortunato Maria Giovanna Cappelli Vanessa Cozza Maria Chironna Rosa Prato

In Italy, the meningococcal C conjugate vaccine (MenC) has been offered in most regions since 2009-2010. The incidence of Invasive Meningococcal Disease (IMD) was 0.25 confirmed cases per 100,000 in 2011, but this may be considerably underestimated due to underdetection and underreporting. This study estimates the impact of the MenC universal vaccination (URV) in the Puglia region by assessing ...

2007
Kyle L. Swanson

[1] Theory suggests tropical cyclone maximum potential intensity increases with increasing ocean temperature. However, most tropical cyclones fail to achieve this maximum intensity. Instead, empirical studies suggest that tropical cyclone intensities are uniformly distributed between this maximum potential intensity and an intensity that marks the transition between tropical storm and hurricane...

2004
A. T. Stelbovics P. L. Bartlett I. Bray D. V. Fursa A. S. Kadyrov

The theory of electron impact ionization of oneand two-electron atoms has advanced significantly in the past two years. This paper will summarize the progress that the members of our research center have contributed to.

2006
T. Crasser

Abstrad In T U D envitnnnrm?b, o I)rOJ)cr vector disc:rc</izcr/ion i /wo or /hrw dimensiuns is N I I impurtunt isstre. Pllysiml models like tile impact ionization rate depend on vector quantities. Two discrerization mct11od.s fur Dc~Iuunuy rneslzes bused only on /17e zrtis/rrrc~urc~d ncig/?horhood ir?fomatioit are prc.vcnted. Ol~crall good conwGcmce is uc:hie~~e~I by upplying fhese me/liods in ...

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

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

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