نتایج جستجو برای: motor functions

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

Journal: :Cold Spring Harbor perspectives in biology 2015
Ann M Graybiel Scott T Grafton

After more than a century of work concentrating on the motor functions of the basal ganglia, new ideas have emerged, suggesting that the basal ganglia also have major functions in relation to learning habits and acquiring motor skills. We review the evidence supporting the role of the striatum in optimizing behavior by refining action selection and in shaping habits and skills as a modulator of...

Journal: :Chronobiology in medicine (Online) 2022

Circadian rhythm is a biological process that regulates neuronal, metabolic, and hormonal functions following 24-hour cycle. Parkinson’s disease (PD) progressive neurodegenerative disorder, it exhibits diurnal fluctuations in motor non-motor symptoms. Recently, increasing attention has been paid to circadian dysfunction PD patients. This review summarizes the existing research on rhythms especi...

Journal: :avicenna journal of phytomedicine 0
maryam hajimoradi department of biology, faculty of basic sciences, isfahan payamenoor university, isfahan, iran. mohammad fazilati department of biochemistry, faculty of basic sciences, payamnoor university, tehran, iran mohammad kazem gharib-naseri ahvaz physiology research center, ahvaz jundishapur university of medical sciences, ahvaz, iran. alireza sarkaki department of physiology, school of medicine, ahvaz jundishapur university of medical sciences, ahavaz, iran

objective: the aim of present study was to evaluate the effects of oral administration of gallic acid (ga) for 21 days alone and in combination with exercise on nerve conduction velocity and sensory and motor functions in rats with sciatic nerve crush. materials and methods: seventy adult male wistar rats (250-300 g) were divided randomly into 7 groups with 10 in each: 1) control (cont), 2) cru...

2013
Tae Im Yi Ju Ryeon Jin Sung Heon Kim Kyung Hee Han

OBJECTIVE To investigate the factors which contribute to the improvements of the gross motor function in children with spastic cerebral palsy after physical therapy. METHODS The subjects were 45 children with spastic cerebral palsy with no previous botulinum toxin injection or operation history within 6 months. They consisted of 24 males (53.3%) and 21 females (46.7%), and the age of the subj...

2010
Carolina T. Souza Denise C. C. Santos Rute E. Tolocka Letícia Baltieri Nathália C. Gibim Fernanda A. P. Habechian

Objective: To analyze the global motor performance and the gross and fine motor skills of infants attending two public child care centers full-time. Methods: This was a longitudinal study that included 30 infants assessed at 12 and 17 months of age with the Motor Scale of the Bayley Scales of Infant and Toddler Development, Third Edition (Bayley-III). This scale allows the analysis of global mo...

2012
Lara Phillips Kaitlyn A. Litcofsky Michael Pelster Matthew Gelfand Michael T. Ullman P. David Charles

Although deep brain stimulation (DBS) of the basal ganglia improves motor outcomes in Parkinson's disease (PD), its effects on cognition, including language, remain unclear. This study examined the impact of subthalamic nucleus (STN) DBS on two fundamental capacities of language, grammatical and lexical functions. These functions were tested with the production of regular and irregular past-ten...

Journal: :Journal of neurophysiology 2011
Xiaodong Tan Jason L Pecka Jie Tang Oseremen E Okoruwa Qian Zhang Kirk W Beisel David Z Z He

Prestin is the motor protein of cochlear outer hair cells. It belongs to a distinct anion transporter family called solute carrier protein 26A, or SLC26A. Members of this family serve two fundamentally distinct functions. Although most members transport different anion substrates across a variety of epithelia, prestin (SLC26A5) is unique, functioning as a voltage-dependent motor protein. Recent...

2009
Elena Zinchenko Jesse Snedeker

Recent imaging studies have found activation in areas associated with motion processing and motor planning during a range of cognitive tasks involving tools. This has led some researchers to conclude that motor information is central to the conceptual representation of tools. To explore this hypothesis, we used a two-alternative forced-choice task to examine whether children and adults use moto...

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

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

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