نتایج جستجو برای: brock haus 1996

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

Journal: :British journal of anaesthesia 1960
J W DUNDEE

IN a previous publication, the author reported that an increased sensitivity to pain followed the use of small doses of thiopentone and pentobarbitone (Dundee, 1960), thus confirming the findings of Clutton-Brock (1960). It was suggested that this anti-analgesic action of thiopentone was due to low concentrations of the drug in the brain and the phenomenon was also demonstrated in the postopera...

Journal: :IGTR 2003
Lawrence E. Blume Steven Durlauf

This paper describes the relationship between two different binary choice social interaction models. The Brock and Durlauf (2001) model is essentially a static Nash equilibrium model with random utility preferences. In the Blume (forthcoming) model is a population game model similar to Blume (1993), Kandori, Mailath, and Rob (1993) and Young (1993). We show that the equilibria of the Brock-Durl...

Journal: :British heart journal 1965
H H BENTALL W P CLELAND C M OAKLEY P M SHAH R E STEINER J F GOODWIN

Since the original description by Brock of functional obstruction of the left ventricle (Brock, 1957) and the pathological appearances described by Teare (1958), many reports of the surgical treatment of hypertrophic obstructive cardiomyopathy (muscular hypertrophic subaortic stenosis) have appeared (Goodwin et al., 1960; Braunwald et al., 1960; Kirklin and Ellis, 1961; Morrow and Brockenbrough...

Journal: :Württembergisch Franken 2023

Andrea Brandl (Hg.): Schweinfurt und seine Gartenstadt – Made in XVI (Schweinfurter Museumsschriften 224 / 2017). (Weppert) 2017. Begleitbroschüre zur Ausstellung im Bunker Blaue Leite vom 30. Juni bis 10. Sept. 2017, bearbeitet von Daniela Kühnel M.A., Rödelsee. Zugleich (gewendet) 43 S., zahlr. teils farbige Abb. Bauverein eG Wohnen Wandel 100 Jahre Schweinfurt. Haus Georg-Groha-Str. 25 05. M...

2002
William A. Branch

This paper gives local stability conditions for convergence of the price dynamics in a cobweb model with rationally heterogeneous expectations, generalizing the example of Brock and Hommes (1997). When agents choose between rational, naive, and adaptive beliefs, the steady state may be locally asymptotically stable if the adaptive predictor places enough weight on past prices and is costless. I...

1995
Mauro Gallegati Domenico Mignacca

In this paper we use the BDS test developed by Brock-Dechert-Scheinkman(1987) to investigate whether ARIMA models for the US real GNP generate i.i.d. residuals. The second step, after reviewing some results from Brock-Sayers(1988) and Scheinkman-LeBaron(1989), SL, we will use a different kind of specifications for the US real GNP such as a model with different volatility pre and post World War ...

Journal: :Annals of allergy, asthma & immunology : official publication of the American College of Allergy, Asthma, & Immunology 2013
Jay Portnoy Jeffrey D Miller P Brock Williams Ginger L Chew J David Miller Fares Zaitoun Wanda Phipatanakul Kevin Kennedy Charles Barnes Carl Grimes Désirée Larenas-Linnemann James Sublett David Bernstein Joann Blessing-Moore David Khan David Lang Richard Nicklas John Oppenheimer Christopher Randolph Diane Schuller Sheldon Spector Stephen A Tilles Dana Wallace

Jay Portnoy, MD; Jeffrey D. Miller, MD; P. Brock Williams, PhD; Ginger L. Chew, ScD *; J. David Miller, PhD; Fares Zaitoun, MD; Wanda Phipatanakul, MD, MS; Kevin Kennedy, MPH; Charles Barnes, PhD; Carl Grimes, CIEC; Désirée Larenas-Linnemann, MD; James Sublett, MD; David Bernstein, MD; Joann Blessing-Moore, MD; David Khan, MD; David Lang, MD; Richard Nicklas, MD; John Oppenheimer, MD; Christoph...

Journal: :Proceedings of the National Academy of Sciences 2014

Journal: :Journal of the American Statistical Association 2007

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

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

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