نتایج جستجو برای: spinal extensor muscles

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

Journal: :Journal of neurophysiology 2010
David A Klein Angelica Patino Matthew C Tresch

Previous studies have demonstrated that "locomotor-like" rhythmic patterns can be evoked in the isolated neonatal rat spinal cord by several means, including pharmacological neuromodulation and electrical stimulation of various pathways. Recent studies have used stimulation of afferent pathways to evoke rhythmic patterns, relying on synaptic activation of interneuronal systems rather than globa...

Journal: :Radiographics : a review publication of the Radiological Society of North America, Inc 2003
Juan A Clavero Pau Golanó Oscar Fariñas Xavier Alomar Josep M Monill Mireia Esplugas

Extension of the fingers is a complex function carried out by simultaneous action of extrinsic and intrinsic muscles, as well as retinacular structures in the dorsum of the wrist, hand, and fingers that support and coordinate the action of the muscles. The extensor mechanism of the fingers is divided into topographic zones, which extend from the forearm to the distal phalanx. Magnetic resonance...

Journal: :Journal of applied physiology 1999
M D Delp C Duan C A Ray R B Armstrong

During eccentrically biased exercise (e.g., downhill locomotion), whole body oxygen consumption and blood lactate concentrations are lower than during level locomotion. These general systemic measurements indicate that muscle metabolism is lower during downhill exercise. This study was designed to test the hypothesis that hindlimb muscle blood flow is correspondingly lower during downhill vs. l...

Journal: :Bulletin of prosthetics research 1974
R Davis J W Gesink

The purpose of this study is to examine ways in which electrical stimulation, both transcutaneously and via implanted stimulators, may be used to treat spasticity . Spasticity is one of the complications which frequently follows CNS (central nervous system) lesion, and it is commonly identified in the following ways : The involved muscles develop a pathological resistance to passive stretch . T...

Journal: :Journal of neurology, neurosurgery, and psychiatry 1960
K E HAGBARTH

In his original description of the nociceptive flexion reflex in vertibrate animals Sherrington (1910) declares that even though the reflex is most readily elicited from the foot, it has a receptive field which includes "the skin of the whole limb as far up as the groin in front, the perineum medially, and the ischial region behind". He states that noxious stimuli within this field cause not on...

Journal: :Biomedicines 2023

This study aimed to investigate the relationships between different levels and degrees of incomplete spinal cord injury (iSCI) evaluated with magnetic resonance imaging (MRI) results non-invasive electromyography (mcsEMG), motor-evoked potentials (MEP), electroneurography (ENG). With a focus on patients injuries at four levels, C3–C5, C6–Th1, Th3–Th6, Th7–L1, this research delved into intricate...

2004
Robert E. Steldt Brian D. Schmit

Steldt, Robert E. and Brian D. Schmit. Modulation of coordinated muscle activity during imposed sinusoidal hip movements in human spinal cord injury. J Neurophysiol 92: 673–685, 2004. First published March 24, 2004; 10.1152/jn.00677.2003. Individuals with chronic spinal cord injury (SCI) often demonstrate multijoint reflex activity that is clinically classified as an extensor spasm. These respo...

Journal: :Journal of neurophysiology 2005
Grégoire Courtine Roland R Roy John Hodgson Heather McKay Joseph Raven Hui Zhong Hong Yang Mark H Tuszynski V Reggie Edgerton

We hypothesized that the activation patterns of flexor and extensor muscles and the resulting kinematics of the forelimbs and hindlimbs during locomotion in the Rhesus would have unique characteristics relative to other quadrupedal mammals. Adaptations of limb movements and in motor pool recruitment patterns in accommodating a range of treadmill speeds similar to other terrestrial animals in bo...

Journal: :iranian red crescent medical journal 0
hosein kouhzad mohammadi department of physical therapy, faculty of rehabilitation sciences, shahid beheshti university of medical sciences, tehran, ir iran khosro khademi kalantari department of physical therapy, faculty of rehabilitation sciences, shahid beheshti university of medical sciences, tehran, ir iran; department of physical therapy, faculty of rehabilitation sciences, shahid beheshti university of medical sciences. opposite to bou-ali hospital, damavand avenue, postal code: 1616913111. tehran, ir iran. tel: +98-2177561407, fax: +98-2177561406 sedighe sadat naeimi department of physical therapy, faculty of rehabilitation sciences, shahid beheshti university of medical sciences, tehran, ir iran mohammad pouretezad department of physical therapy, faculty of rehabilitation sciences, ahvaz jundishapur university of medical sciences, ahvaz, ir iran esmaeil shokri department of physical therapy, faculty of rehabilitation sciences, ahvaz jundishapur university of medical sciences, ahvaz, ir iran mojdeh tafazoli department of physical therapy, faculty of rehabilitation sciences, ahvaz jundishapur university of medical sciences, ahvaz, ir iran

background due to the fundamental role of gripping in most upper limb activities, grip strength promotion is a chief goal in the treatment of patients with upper limb musculoskeletal disorders. kinesio taping is a novel and effective therapeutic technique believed to facilitate muscle contraction through stimulating mechanoreceptors and increasing the sensory feedback around the taped region. o...

فتحی, محمد,

Background and Objective: Endurance activity affects muscle gene expression leading to the improvement of its function and effectiveness. Meanwhile, PGC-1 alpha transcription factor increases mitochondrial biogenesis in skeletal muscles. This study was designed to investigate the effect of an endurance activity program on pgc-1 alpha expression gene of fast and slow twitch muscles. Materials...

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

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

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