نتایج جستجو برای: stem response abr

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

Journal: :Archives of otolaryngology--head & neck surgery 2001
M G Amatuzzi C Northrop M C Liberman A Thornton C Halpin B Herrmann L E Pinto A Saenz A Carranza R D Eavey

BACKGROUND Deafness and handicapping sensorineural hearing impairment occur frequently in neonatal intensive care unit survivors for unknown reasons. PATIENTS AND METHODS Hearing was tested early and repeatedly in neonatal intensive care unit patients with an auditory brainstem response (ABR) screener. The temporal bones of 15 nonsurvivors (30 ears) were fixed promptly (average, 5 hours) afte...

2017
Garreth Prendergast Hannah Guest Kevin J. Munro Karolina Kluk Agnès Léger Deborah A. Hall Michael G. Heinz Christopher J. Plack

Noise-induced cochlear synaptopathy has been demonstrated in numerous rodent studies. In these animal models, the disorder is characterized by a reduction in amplitude of wave I of the auditory brainstem response (ABR) to high-level stimuli, whereas the response at threshold is unaffected. The aim of the present study was to determine if this disorder is prevalent in young adult humans with nor...

Journal: :Journal of neurophysiology 2013
Adam C Furman Sharon G Kujawa M Charles Liberman

Acoustic overexposure can cause a permanent loss of auditory nerve fibers without destroying cochlear sensory cells, despite complete recovery of cochlear thresholds (Kujawa and Liberman 2009), as measured by gross neural potentials such as the auditory brainstem response (ABR). To address this nominal paradox, we recorded responses from single auditory nerve fibers in guinea pigs exposed to th...

Journal: :Annals of the rheumatic diseases 1992
R D Altman J Kates L E Chun D D Dean D Eyre

Articular cartilage repair was followed for one year in skeletally mature dogs after destabilisation by anterior cruciate ligament transection of the stifle joint (CT), abrasion of the inferior medial condyle (ABR) to bleeding bone, or anterior cruciate transection followed by chondral abrasion (CT/ABR). ABR animals formed repair cartilage at the abrasion site (ABR and CT/ABR) at six months as ...

Journal: :Journal of clinical oncology : official journal of the American Society of Clinical Oncology 2006
R B Cohen C J Langer R K Alpaugh S Dueland S Aamdal R E Hawkins R W Griffiths G Hedlund G Forsberg S Kilany

3083 Background: ABR-217620 (naptumomab estafenatox) is a recombinant fusion protein that consists of the 5T4Fab moiety genetically fused to the engineered superantigen variant SEA/E-120. This fusion protein is a new generation tumor-targeted superantigen based on the previously described ABR-214936 (anatumomab mafenatox). ABR-217620 was designed to reduce antigenicity and toxicity. The 5T4 ant...

2014
Changning Hao Zhen‐Hao Huang Shu‐Wei Song Yi‐Qin Shi Xian Wu Cheng Toyoaki Murohara Wei Lu Ding‐Feng Su Jun‐Li Duan

BACKGROUND Endothelium-derived acetylcholine (eACh) plays an important role in the regulation of vascular actions in response to hypoxia, whereas arterial baroreflex (ABR) dysfunction impairs the eACh system. We investigated the effects of ABR dysfunction on ischemia-induced angiogenesis in animal models of hindlimb ischemia with a special focus on eACh/nicotinic ACh receptor (nAChR) signaling ...

2004
Andrzej Izworski Ryszard Tadeusiewicz Henryk Skarzynski Krzysztof Kochanek Jaroslaw Bulka Ireneusz Wochlik

One of the most important challenges in the contemporary audiology is the early detection and diagnosis of hearing impairments in newborn children. In practice such an objective can be achieved only by application of objective methods. The most important is the study of auditory brainstem response signals (ABR). Unfortunately for that method the prospects for automation of the examination are n...

2017
Gabi Topor Ionela-Alina Grosu Cristina Mihaela Ghiciuc Aurel Lulu Strat Cătălina Elena Lupuşoru

BACKGROUND Awareness about antibiotic resistance depends on the attitudes and information about antibiotic resistance of both patients and physicians. Persons who practice self-medication are at high risk of also self-medicating with antibiotics. The purpose of the present study was to evaluate the awareness about antibiotic resistance by investigating the practice in a group of self-medication...

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

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

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