نتایج جستجو برای: causing admirations byscholars but

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

Journal: :European heart journal 2010
Isabelle Frésard Mario Stalder Mathias Gugger Jean-Jacques Goy

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . doi:10.1093/eurheartj/ehp500 Online publish-ahead-o...

2006
ArthurP Wheeler

T he intensive care unit (ICU) is an extremely stressful environment where anxiety is prevalent, pain frequent, rest difficult, and sleep often impossible. Relief of pain and anxiety is often neglected while efforts focus on immediate life-threatening concerns. A growing awareness of ICU imposed stress and the increasing popularity of some modes of mechanical ventilation such as extended ratio ...

Journal: :Journal of the Royal Army Medical Corps 1961
K R DIRKS T E FIELD

Journal: :Chest 1983
S R Orenstein D M Orenstein P F Whitington

We describe an infant with stridor associated with gastroesophageal reflux (GER). This is the first report in which there is clear documentation by pH probe of a temporal association between individual episodes of GER and stridor. We review the literature and speculate on the relationship between these two phenomena. GER should be considered in patients with stridor.

Journal: :Environmental Health Perspectives 1996
Tomoki Nishida Tatsuo Arii Akio Takaoka Ryoichi Yoshimura Yasuhisa Endo

Copyright © 2007 AHC Signaling of nerve growth factor (NGF) and its receptor (TrkA) promotes neuronal differentiation, synapse formation and survival. It has been known that the complex of NGF and TrkA is internalized into the cytoplasm and transported for further signal transduction, but the ultrastructural information of this process is virtually unknown. In order to clarify the relationship ...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2013
Owen M Woodward Deepali N Tukaye Jinming Cui Patrick Greenwell Leeza M Constantoulakis Benjamin S Parker Anjana Rao Michael Köttgen Peter C Maloney William B Guggino

The multidrug ATP-binding cassette, subfamily G, 2 (ABCG2) transporter was recently identified as an important human urate transporter, and a common mutation, a Gln to Lys substitution at position 141 (Q141K), was shown to cause hyperuricemia and gout. The nature of the Q141K defect, however, remains undefined. Here we explore the Q141K ABCG2 mutation using a comparative approach, contrasting i...

Journal: :Annals of neurology 2007
John S K Kauwe Sarah Jacquart Sumi Chakraverty Jun Wang Kevin Mayo Anne M Fagan David M Holtzman John C Morris Alison M Goate

OBJECTIVE Aggregation and deposition of amyloid beta (Abeta) in the brain is thought to be central to the pathogenesis of Alzheimer's disease (AD). Recent studies suggest that cerebrospinal fluid (CSF) Abeta levels are strongly correlated with AD status and progression, and may be a meaningful endophenotype for AD. Mutations in presenilin 1 (PSEN1) are known to cause AD and change Abeta levels....

2006
K. Damle A. A. Burkov A. Vishwanath D. N. Sheng

Authors: S. Wessel and M. Troyer http://ArXiv.org/cond-mat/0505298 Phys. Rev. Lett. 95, 127205 (2005); Authors: D. Heidarian and K. Damle http://ArXiv.org/cond-mat/0505257 Phys. Rev. Lett. 95, 127206 (2005); Authors: R. G. Melko, A. Paramekanti, A. A. Burkov, A. Vishwanath, D. N. Sheng, and L. Balents http://ArXiv.org/cond-mat/0505258 Phys. Rev. Lett. 95, 127207 (2005). Authors: R. G. Melko, A....

Journal: :Haematologica 2012
Fabrice Danjou Franco Anni Lucia Perseu Stefania Satta Carlo Dessì Maria Eliana Lai Paolo Fortina Marcella Devoto Renzo Galanello

BACKGROUND The clinical and hematologic features of β-thalassemia are modulated by different factors, resulting in a wide range of clinical severity. The main factors are the type of disease-causing mutation and the ability to produce α-globin and γ-globin chains. In the present study we investigated the respective contributions of known modifiers to the prediction of the clinical severity of β...

Journal: :Zootaxa 2015
Luiz Felipe Moretti Iniesta Rodrigo Lopes Ferreira

Pseudonannolene lundi n. sp., is described from Lapa Sem Fim Cave, a limestone cave from Luislândia municipality, Minas Gerais State, Brazil. The species is the eighth troglobitic millipede and the third of the genus Pseudonannolene described from Brazilian caves. Pseudonannolene lundi shows pronounced depigmentation and decrease of body size, as found in other troglobitic species belonging to ...

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

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

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