نتایج جستجو برای: dominant leg

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

2017
Hiroaki Hobara Satoru Hashizume Yoshiyuki Kobayashi

During human movement, the leg can be represented as a mechanical spring, with its stiffness potentially contributing to sports performance and injury prevention. Although many individuals perform athletic activities with joint stabilizers, little is known about the effects of prophylactic lower extremity braces on leg stiffness. The objective of this study was to investigate the effect of ankl...

Journal: :The European journal of neuroscience 2005
Friedemann Pulvermüller Olaf Hauk Vadim V Nikulin Risto J Ilmoniemi

Transcranial magnetic stimulation (TMS) was applied to motor areas in the left language-dominant hemisphere while right-handed human subjects made lexical decisions on words related to actions. Response times to words referring to leg actions (e.g. kick) were compared with those to words referring to movements involving the arms and hands (e.g. pick). TMS of hand and leg areas influenced the pr...

Journal: :Rehabilitation Medicine 2023

Background and Aims One of the most important structural abnormalities in foot is decrease height medial longitudinal arch when bearing body weight, which causes deformity ankle its pronation. The present study aims to compare static balance, posture, selected plantar parameters adolescent girls with pronation healthy peers. Methods This quasi-experimental causal-comparative study. Participants...

Journal: :International Journal of Humanities Education and Social Sciences 2022

This study aims to determine the factors that affect value of land in District Medan Timur Medan. LT, JTF, AE, LEG, ETN are 5 (five) variables used as Sub – District. The data primary data, sampling technique is Propostionate Stratified Random Sampling. results showed positive and significant effect, variable economic activity (AE) with a Standardized coefficient 0.269 has most dominant influen...

Journal: :Journal of strength and conditioning research 2011
Brian S Green Catherine Blake Brian M Caulfield

Rugby union is a dynamic running game requiring players to regularly perform change of direction maneuvers to avoid player opposition. The change of direction/cutting task is characterized by rapid deceleration onto the plant leg (PL) then reacceleration by the push-off leg (POL) into the new direction. Identification of the kinematic characteristics of cutting tasks and their relationship to p...

2018
Stefanie Pietsch Petra Jansen

This study investigates the influence of specific soccer training with the non-dominant leg on mental rotation performance of 20 adolescent soccer players between 10 and 11 years of age. While the experimental group performed soccer specific tasks only with the non-dominant foot once a week for 10 weeks, the control group absolved the same exercises with the dominant foot for the same period of...

Journal: :Acta medica Okayama 2004
Yoshimi Katayama Masuo Senda Masanori Hamada Masaki Kataoka Mai Shintani Hajime Inoue

Muscle power in the lower extremities and body sway were measured in 57 healthy young women volunteers in their 20's. Body sway was measured with a stabilimeter for 30 sec during two-leg standing, and for 10 sec during one-leg standing with the eyes open or closed, alternating between right and left legs (5 times each). The measured parameters of body sway were locus length per time unit, locus...

Journal: :The Journal of experimental biology 2012
Tom Weihmann Michael Günther Reinhard Blickhan

Unlike most other arthropods, spiders have no extensor muscles in major leg joints. Therefore, hydraulic pressure generated in the prosoma provides leg extension. For decades, this mechanism was held responsible for the generation of the majority of the ground reaction forces, particularly in the hind legs. During propulsion, the front leg pairs must shorten whereas the hind legs have to be ext...

2015
Matthew Beerse

Beerse, Matthew, "Effects of frequency on single leg hopping in typically developing preadolescents. Abstract Hopping is considered a mass-spring model movement in which the leg supports the center of mass. There is a preferred hopping frequency and hopping outside of that frequency is more difficult and requires more energy. Leg stiffness has been shown to be an important factor when hopping a...

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

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

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