نتایج جستجو برای: rea

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

Journal: :Prehospital and disaster medicine 2002
David A Bradt Christina M Drummond

Rapid epidemiological assessment (REA) has evolved over the past 30 years into an essential tool of disaster management. Small area survey and sampling methods are the major application. While REA is protocol driven, needs assessment of displaced populations remains highly non-standardized. The United Nations and other international organizations continue to call for the development of standard...

2003
VLADIMIR SHTERN FAZLE HUSSAIN F. Hussain

A non-parallel analysis of time-oscillatory instability of conical jets reveals important features not found in prior studies. Flow deceleration significantly enhances the shearlayer instability for both swirl-free and swirling jets. In swirl-free jets, flow deceleration causes the axisymmetric instability (absent in the parallel approximation). The critical Reynolds number Rea for this instabi...

1998
Mikko Sams Sari Rusanen

In dichotic listening, two competing messages are delivered to the left and right ear, respectively. Right-handed subjects tend to report hearing more frequently the message input to the right ear. This is called Right Ear Advantage (REA). When intensities and other properties of the messages are properly adjusted, subjects may have a single perception localized to the center of the head. Frequ...

Journal: :Buffalo Criminal Law Review 2001

Journal: :Revista de Administração da UFSM 2014

Journal: :Leitura 2023

Este capítulo tem como principal objetivo apontar a importância do Texto Livre para difusão conhecimento e educação por meio da Cultura Livre, também apresentar alguns softwares que são usados pelo TL na organização dos eventos UEaDSL CILTec - Online, os produzidos grupo uso externo, as produções recursos educacionais abertos (REA), visto filosofia alinha-se aos princípios características REA. ...

Journal: :International Journal for Philosophy of Religion 2022

Abstract One reading of the Doctrine Original Sin has it that we are guilty a sin committed by Adam, thousands years ago. Fission theorists account for this saying Adam fissioned after he sinned and each us is one his ‘fission successors’. This paper recaps current discussion in literature about theory, arguing proposed version does not work reasons already raised Rea Hudson. I then introduce n...

2002
Guido L. Geerts William E. McCarthy

This paper reviews the basic tenets and structure of the REA (Resource-Event-Agent) accounting model, and discusses how that model has been used in a wide variety of knowledge-intensive environments to facilitate automated reasoning concerning economic phenomena in business enterprises. The model’s basic concepts and structures are reviewed at both higher (enterprise value chain) and lower (bus...

Journal: :Clinical medicine 2001
J S Gaston

Infection is involved at each of these points. Clinical observations implicate bacterial infection in ReA. The principal gene associated with spondyloarthropathy is HLA-B27, and infection is the driving force behind HLA polymorphism. Observations in ReA and animal models suggest a central role for bacteria in pathogenic mechanisms. This article reviews current understanding of spondyloarthropat...

2017
Abimbola O Famuyide Shannon K Laughlin-Tommaso Sherif A Shazly Kirsten Hall Long Daniel M Breitkopf Amy L Weaver Michaela E McGree Sherif A El-Nashar Maureen A Lemens Matthew R Hopkins

BACKGROUND Radiofrequency endometrial ablation (REA) is currently a second line treatment in women with heavy menstrual bleeding (MHB) if medical therapy (MTP) is contraindicated or unsatisfactory. Our objective is to compare the effectiveness and cost burden of MTP and REA in the initial treatment of HMB. METHODS We performed a randomized trial at Mayo Clinic Rochester, Minnesota. The planne...

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

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

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