نتایج جستجو برای: 691 ق

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

2006
Douglas J. Besharov

Journal of Policy Analysis and Management, Vol. 25, No. 3, 691–735 (2006) © 2006 by the Association for Public Policy Analysis and Management Published by Wiley Periodicals, Inc. Published online in Wiley InterScience (www.interscience.wiley.com) DOI: 10.1002/pam.20202 Submissions to Policy Retrospectives should be sent to Douglas J. Besharov, School of Public Policy, University of Maryland/Ame...

Journal: :Biochemical and biophysical research communications 1983
A H Erickson P Walter G Blobel

Signal recognition particle (SRP), an 11S ribonucleoprotein (Walter and Blobel (1982) Nature 299, 691-698), is required for translocation of secretory proteins across microsomal membranes (Walter and Blobel (1980) Proc. Natl. Acad. Sci. USA 77, 7112-7116) and for asymmetric integration into microsomal membranes of a transmembrane protein (Anderson et al., (1982) J. Cell Biol. 93, 501-506). We d...

Journal: :SIAM J. Matrix Analysis Applications 2002
C. He Beatrice Meini Noah H. Rhee

A shifted cyclic reduction algorithm has been proposed by He, Meini, and Rhee [SIAM J. Matrix Anal. Appl., 23 (2001), pp. 673–691] for finding the stochastic matrix G associated with discrete-time quasi-birth-death (QBD) processes. We point out that the algorithm has quadratic convergence even for null recurrent QBDs. We also note that the approximations (to the matrix G) obtained by their algo...

2017
W. C. Koehler

2014 The use of magnetic fields in neutron scattering experimentation is reviewed briefly. Two general areas of application can be distinguished. In one the field acts to change the properties of the scattering sample ; in the second the field acts on the neutron itself. Several examples are discussed. Precautions necessary for high precision polarized beam measurements are reviewed. Revue Phys...

Journal: :Postgraduate medical journal 1968
K F Fairley P Kincaid-Smith

CASTELLANOS, A., JR & LEMBERG, L. (1966) Post-infarction conduction disturbances, Vectorcardiography-1965 (Ed. by I. Hoffman and R. C. Taymor), p. 219. North-Holland, Amsterdam. ROBERTSON, P.G.C., EMSLIE-SMITH, D., LOWE, K.G. & WATSON, H. (1963) The association of type B ventricular pre-excitation and right bundle-branch block. Brit. Heart J. 25, 755. SCOTT, R.C. (1965) Left bundle-branch block...

2002

Under 5 years . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1,351 7.4 5 to 9 years . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1,450 8.0 10 to 14 years . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1,574 8.6 15 to 19 years . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1,475 8.1 20 to 24 years . . . . . . . . . . . . . . . . ....

2011
Zheng Liu Feiyue Fan Xiangjun Xiao Yuanming Sun

BACKGROUND Autosomal dominant non-autoimmune hyperthyroidism (ADNAH) is a rare genetic disorder of the endocrine system. Molecular genetic studies in ADNAH have revealed heterozygous germline mutations in the TSHR. To data, mutations leading to an increase in the constitutive activation of the TSHR have been described in the transmembrane segments, exoloops and cytoplasmic loop of TSHR. These m...

2008
Mina Kim

How large are the welfare e¤ects of EU enlargement and to what extent are skilled workers a¤ected di¤erently than unskilled workers in each region? In this paper, imperfect labor mobility is modeled within an economic geography framework to examine the welfare implications of goods and factor market integration. While unskilled workers are immobile, forward-looking skilled workers have the opti...

Journal: :Cancer research 2004
Jan Cools Nicole Mentens Pascal Furet Doriano Fabbro Jennifer J Clark James D Griffin Peter Marynen D Gary Gilliland

Mutations in the receptor tyrosine kinase FLT3 occur frequently in patients with acute myeloid leukemia (AML) and acute lymphoblastic leukemia (ALL). Small molecules that selectively inhibit FLT3 kinase activity induce apoptosis in blasts from AML patients with FLT3 mutations and prolong survival in animal models of FLT3-induced myeloproliferative disease. A spectrum of structurally different s...

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

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

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