نتایج جستجو برای: hamstrings activation

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

Journal: :medical journal of islamic republic of iran 0
fateme navab motlagh school of biomedical engineering, amir kabir university of technology (tehran polytechnic), tehran, iran.سازمان اصلی تایید شده: دانشگاه صنعتی امیرکبیر (amirkabir university of technology) mostafa rostami school of biomedical engineering, amir kabir university of technology (tehran polytechnic), tehran, iran.سازمان اصلی تایید شده: دانشگاه صنعتی امیرکبیر (amirkabir university of technology) anita emrani physiotherapy department, school of rehabilitation, tehran university of medical science, tehran, iran.سازمان اصلی تایید شده: دانشگاه تهران (tehran university) hamidreza yazdi department of knee surgery, firoozgar hospital, school of medical sciences, tehran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی تهران (tehran university of medical sciences)سازمان های دیگر: firoozgar hospital mohammadreza keyhani school of basic sciences, tehran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی تهران (tehran university of medical sciences)

background : biomechanical factors are known to be important in knee osteoarthritis (oa) development and progression. this study was designed to determine changes of hamstrings muscle activation, knee adduction moment and ankle rotation angle in two knee osteoarthritis (mild and moderate) and a healthy control group.   methods: 16 females (10 with mild and 6 with moderate medial knee osteoarthr...

  Background : Biomechanical factors are known to be important in knee osteoarthritis (OA) development and progression. This study was designed to determine changes of hamstrings muscle activation, knee adduction moment and ankle rotation angle in two knee osteoarthritis (mild and moderate) and a healthy control group.   Methods: 16 females (10 with mild and 6 with moderate medial knee osteoart...

Journal: :Journal of strength and conditioning research 2015
Brad J Schoenfeld Bret Contreras Gul Tiryaki-Sonmez Jacob M Wilson Morey J Kolber Mark D Peterson

It is believed that regional activation within a muscle may lead to greater site-specific muscular adaptations in the activated portion of the muscle. Because the hamstrings are a biarticular muscle, it can be theorized that single-joint exercises where movement originates at the hip vs. the knee will result in differential activation of the muscle complex. The purpose of the present study was ...

Journal: :Journal of applied biomechanics 2011
Kevin R Ford Gregory D Myer Laura C Schmitt Timothy L Uhl Timothy E Hewett

The purpose of this study was to identify alterations in preparatory muscle activation patterns across different drop heights in female athletes. Sixteen female high school volleyball players performed the drop vertical jump from three different drop heights. Surface electromyography of the quadriceps and hamstrings were collected during the movement trials. As the drop height increased, muscle...

Journal: :Journal of athletic training 2009
Danielle R Wilderman Scott E Ross Darin A Padua

CONTEXT Improving neuromuscular control of hamstrings muscles might have implications for decreasing anterior cruciate ligament injuries in females. OBJECTIVE To examine the effects of a 6-week agility training program on quadriceps and hamstrings muscle activation, knee flexion angles, and peak vertical ground reaction force. DESIGN Prospective, randomized clinical research trial. SETTIN...

Journal: :Journal of athletic training 2009
Riann M Palmieri-Smith Scott G McLean James A Ashton-Miller Edward M Wojtys

CONTEXT Sex differences in neuromuscular control of the lower extremity have been identified as a potential cause for the greater incidence of anterior cruciate ligament (ACL) injuries in female athletes compared with male athletes. Women tend to land in greater knee valgus with higher abduction loads than men. Because knee abduction loads increase ACL strain, the inability to minimize these lo...

2013
Fateme Navab Motlagh Mostafa Rostami Anita Emrani Hamidreza Yazdi Mohammadreza Keyhani

BACKGROUND Biomechanical factors are known to be important in knee osteoarthritis (OA) development and progression. This study was designed to determine changes of hamstrings muscle activation, knee adduction moment and ankle rotation angle in two knee osteoarthritis (mild and moderate) and a healthy control group. METHODS 16 females (10 with mild and 6 with moderate medial knee osteoarthriti...

Background. It is unclear whether the clinical use of tibial rotation to measure the strength of the medial hamstrings and lateral hamstrings in isolation is based on sound scientific evidence or is simply based on anatomical features. Objectives. To verify the appropriateness of tibial rotation for isolation of the medial hamstrings and lateral hamstrings, the participants performed neutral r...

Journal: :International journal of sports physiology and performance 2009
William P Ebben

PURPOSE The purpose of this study was to evaluate differences in hamstring activation during lower body resistance training exercises. This study also sought to assess differences in hamstring-to-quadriceps muscle activation ratios and gender differences therein. METHODS A randomized repeated measures design was used to compare six resistance training exercises that are commonly believed to t...

2015
Rebecca Shultz Amy Silder Maria Malone Hillary Jane Braun Jason Logan Dragoo

BACKGROUND Increasing quadriceps:hamstring muscular co-contraction at the knee may reduce the risk of anterior cruciate ligament (ACL) injury. The purpose of this investigation was to examine muscle activation in the quadriceps and hamstrings and peak kinematics of the knee, hip, and trunk when performing a single-leg drop (SLD) on to a Bosu ball (unstable surface) compared with on to the floor...

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

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

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