نتایج جستجو برای: knee flexion strength

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

2014
Cheng-Kung Cheng Colin J McClean Yu-Shu Lai Wen-Chuan Chen Chang-Hung Huang Kun-Jhih Lin Chia-Ming Chang

Typically, joint arthroplasty is performed to relieve pain and improve functionality in a diseased or damaged joint. Total knee arthroplasty (TKA) involves replacing the entire knee joint, both femoral and tibial surfaces, with anatomically shaped artificial components in the hope of regaining normal joint function and permitting a full range of knee flexion. In spite of the design of the prost...

Journal: :jentashapir journal of health research 0
maryam shamsifard shahla zahednejad reza salehi mohammad mehravar

background postural instability is one of the common problems of aging. however, with increased age many systems of body such as musculoskeletal system are affected and changed. one of these changes is knee flexion contracture. the study aimed to investigate the simulated knee flexion contracture effects on postural stability in elderly. material and methods 15 elderly subjects (11 men, 4 women...

2016
Vicente Sanchis-Alfonso

CONTEXT Patellar instability is a common clinical problem, affecting between 7 and 49 people per 100,000. However, not all patellar instabilities are equal, the etiology of the disorder is multifactorial, and a clear understanding of the cause of instability is crucial for appropriate surgical treatment. The goal of this article is to identify how to best treat patellar instability to provide g...

Journal: :Journal of sports science & medicine 2012
Maggie Chan-Roper Iain Hunter Joseph W Myrer Dennis L Eggett Matthew K Seeley

UNLABELLED The purpose of this study was to describe kinematic changes that occur during an actual marathon. We hypothesized that (1) certain running kinematic measures would change between kilometres 8 and 40 (miles 5 and 25) of a marathon and (2) fast runners would demonstrate smaller changes than slow runners. Subjects (n = 179) were selected according to finish time (Range = 2:20:47 to 5:30...

Journal: :Brazilian journal of physical therapy 2013
Stella M Michaelsen Angélica C Ovando Adriano Bortolotti Bruno Bandini

BACKGROUND The extent to which muscle length affects force production in paretic lower limb muscles after stroke in comparison to controls has not been established. OBJECTIVES To investigate knee flexor strength deficits dependent on hip joint position in adults with hemiparesis and compare with healthy controls. METHOD a cross-sectional study with ten subjects with chronic (63±40 months) h...

2013
Aline Jelenkovic Karri Silventoinen Per Tynelius Mikko Myrskylä Finn Rasmussen

BACKGROUND Birth order has been suggested to be linked to several cardiovascular disease (CVD) risk factors, but the evidence is still inconsistent. We aim to determine the associations of birth order with body mass index (BMI), muscle strength and blood pressure. Further we will analyse whether these relationships are affected by family characteristics. METHODS BMI, elbow flexion, hand grip ...

Journal: :acta medica iranica 0
mm. tahmasbi aa. amis f. farahmand

the resistant* of patesa against lateral displacement (le. the stability), was studied tinder a range of conditions in vitro, at a range of knee flexion angles. muscle forces were applied in physiological directions along the separate quadriceps muscles. normal muscle actions with constant tension showed constant patellar stability up to sixty degrees knee flexion, and then a significant increa...

Journal: :Medicine and science in sports and exercise 2008
Daina L Sturnieks Thor F Besier Peter W Hamer Timothy R Ackland Peter M Mills Gwidon W Stachowiak Pawel Podsiadlo David G Lloyd

PURPOSE This study investigated the relationship between muscular strength about the knee and knee joint moments during gait in patients who had undergone arthroscopic partial meniscectomy (APM). METHODS One hundred and two APM patients and 42 age-matched nonoperated controls underwent strength testing and three-dimensional gait analysis. Patients were divided into weak and normal subgroups a...

2015
David Andrew Rice Peter John McNair Gwyn Nancy Lewis Nicola Dalbeth

INTRODUCTION Substantial weakness of the quadriceps muscles is typically observed in patients with arthritis. This is partly due to ongoing neural inhibition that prevents the quadriceps from being fully activated. Evidence from animal studies suggests enhanced flexion reflex excitability may contribute to this weakness. This prospective observational study examined the effects of joint aspirat...

حسینی, سید حسین, حشمتی, صفورا, لطافتکار, امیر, محمدی, آزیتا,

Objective: Football players are more likely to suffer from lower limb injuries than other athletes do; at the same time, they need a high level of coordination, postural control, strength and range of motion to achieve optimal performance. The purpose of this study was to evaluate the effect of six weeks of hamstring eccentric exercises on the postural control and knee joint proprioception in 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"; } -->