نتایج جستجو برای: end plate

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

Journal: :JAMA 2009
Adel H Allam Randall C Thompson L Samuel Wann Michael I Miyamoto Gregory S Thomas

occurred within the first few weeks after spinal interbody fusion procedures assisted with BMP, have been clinically insignificant in some patients, but in others have resulted in serious complications (spacer subsidence, loss of correction, spacer dislodgement, and failure of spinal fusion). In the study by Tumialán et al, no end plate resorption was reported. In contrast, a study by Vaidya et...

2004
D. H. LAMBERT R. PARSONS

The influence of polyvalent cations on the activation of end plate receptors has been studied in vitro on the sartorius muscle of the frog. In the absence of extracellular calcium, the sensitivity of the receptors to depolarizing quaternary ammonium salts was markedly reduced. Maximum receptor activation occurred in those fibers equilibrated in 1.8 m calcium Ringer solution, with the response b...

Journal: :CoRR 2016
Teik Koon Cheang Yong Shean Chong Yong Haur Tay

While vehicle license plate recognition (VLPR) is usually done with a sliding window approach, it can have limited performance on datasets with characters that are of variable width. This can be solved by hand-crafting algorithms to prescale the characters. While this approach can work fairly well, the recognizer is only aware of the pixels within each detector window, and fails to account for ...

Journal: :The Journal of General Physiology 1970
Donald H. Lambert Rodney L. Parsons

The influence of polyvalent cations on the activation of end plate receptors has been studied in vitro on the sartorius muscle of the frog. In the absence of extracellular calcium, the sensitivity of the receptors to depolarizing quaternary ammonium salts was markedly reduced. Maximum receptor activation occurred in those fibers equilibrated in 1.8 mM calcium Ringer solution, with the response ...

Journal: :The Journal of bone and joint surgery. American volume 2009
Michael Bottlang Josef Doornink Gregory D Byrd Daniel C Fitzpatrick Steven M Madey

BACKGROUND Locking plates transmit load through fixed-angle locking screws instead of relying on plate-to-bone compression. Therefore, locking screws may induce higher stress at the screw-bone interface than that seen with conventional nonlocked plating. This study investigated whether locked plating in osteoporotic diaphyseal bone causes a greater periprosthetic fracture risk than conventional...

Journal: :The American journal of physiology 1975
M E Kriebel D R Stolper

Minature end-plate potentials (MEPP's) were recorded from frog (Rana pipiens) sartorius muscle cells of 60--80 mum diam; MEPP frequency remained constant up to 3 h and was 100 times greater in 80-mum cells than in 6-mum cells. Rapid cooling or heating of preparations initiated or accentuated bursts of MEPP's. Records from cells under control conditions and from cells where the MEPP population h...

2010
Ji Su Jang Hyung Ki Kwon Jae Jun Lee Sung Mi Hwang So Young Lim

Histologically, Schmorl's nodes are defined as the loss of nuclear material through the cartilage plate, growth plate, and end plate into the vertebral body. Most Schmorl's nodes are asymptomatic, although there are some reports of symptomatic Schmorl's nodes, which should be treated similarly to vertebral compression fractures, with conservative treatment as the first choice. We report the cas...

Journal: :Acta cirurgica brasileira 2016
Vanessa Henriques Carvalho Angélica de Fátima de Assunção Braga Franklin Sarmento da Silva Braga Gloria Maria Braga Potério Filipe Nadir Caparica Santos Fernando Eduardo Féres Junqueira

PURPOSE To evaluate the effects of levobupivacaine on neuromuscular transmission and neuromuscular blockade produced by pancuronium in vitro. METHODS Thirty rats were distributed into groups (n = 5) according to the drug used alone or in combination: Group I - levobupivacaine (5 µg.mL-1); Group II - pancuronium (2 µg.mL-1); Group III - pancuronium (2 µg.mL-1) + levobupivacaine (5µg.mL-1). The...

Journal: :Folia morphologica 2004
Witold Woźniak Katarzyna Rapalska

A study was made of human embryos at the end of 8 weeks and foetuses aged 9 weeks. It was shown that at the beginning of the foetal period the cortical plate, which is the primordium of the neocortex, covers the whole surface of the cerebral hemisphere. The plate consists of 8-12 rows of densely packed cells. Below the cortical plate is the subplate.

2001
CHARLES C. GU

A homogeneous, isotropic plate occupies the region 0 x1 ∞, |x2| a, |x3| h, where the semi-thickness h = h(x2). The ratio h(x2)/a is supposed to be everywhere sufficiently small so that the classical theory of bending of thin plates (of non-uniform thickness) applies. The short end of the plate at x1 = 0 is clamped while the long sides are free. This cantilever plate is now loaded at x1 = +∞ by ...

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

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

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