نتایج جستجو برای: low power and fatigue index totally

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

ژورنال: ارگونومی 2020

Backgrond and Aim: Fatigue is a common and highly prevalent problem among workers. Muscle fatigue is the result of general fatigue that is caused by different risk factors. This research was conducted to assess grip fatigue between workers with manual tasks and its relationship to psychosocial risk factors. Methods: In this study, Jamar hydraulic dynamometer was used to investigate the decreas...

Journal: :Journal of rehabilitation medicine 2010
Mira Meeus Nathalie A Roussel Steven Truijen Jo Nijs

OBJECTIVE The aims of this study were to examine: (i) baseline pressure pain thresholds in patients with chronic fatigue syndrome and those with chronic low back pain compared with healthy subjects; (ii) the change in mean pain threshold in response to exercise; and (iii) associations with exercise-induced increase in nitric oxide. PARTICIPANTS Twenty-six patients with chronic fatigue syndrom...

ژورنال: تحقیقات موتور 2018
Azadi, M., Nosrat, G.,

In this article, the isothermal low-cycle fatigue continuum damage in the engine piston aluminum alloy has been evaluated at different temperatures. For this objective, experimental data of low-cycle fatigue tests on standard specimens were used at 280, 350 and 425°C. Based on the continuum damage mechanics method, the fatigue damage was calculated during cyclic loading. Obtained results, inclu...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده زبانهای خارجی 1392

toury (1978:200) believes that translation is a kind of activity which inevitably involves at least two languages and two cultural traditions. being polite while asking for something takes place differently in different cultures and languages, therefore various strategies may be applied for making requests and also translation of them in order not to disturb or threaten the face or better to sa...

Journal: :Pediatric exercise science 2011
Jonah D Lee Lauren E Sterrett Lisa M Guth Adam R Konopka Anthony D Mahon

Carbohydrate (CHO) consumption before anaerobic exercise was studied in 13 adolescent boys (15.2 ± 0.9 yrs). A within subjects design was employed where subjects consumed a 22% CHO or volume-matched placebo (PL) beverage 30-min before anaerobic exercise on two separate days. Exercise consisted of a Wingate Anaerobic Test (WAnT), ten by 10-s-sprints, and a second WAnT. Fatigue index and peak pow...

Journal: :European journal of sport science 2018
Mark Burnley Andrew M Jones

The duration that exercise can be maintained decreases as the power requirements increase. In this review, we describe the power-duration (PD) relationship across the full range of attainable power outputs in humans. We show that a remarkably small range of power outputs is sustainable (power outputs below the critical power, CP). We also show that the origin of neuromuscular fatigue differs co...

2017
Inger Schou-Bredal Kirsti Tøien

In view of the large body of research demonstrating that optimism has beneficial effects on people’s well-being and health, one may assume that it also protects against fatigue. However, few studies have investigated the association between optimism and cancer-related fatigue in cancer patients, and the results are inconsistent. Thus our aim was to investigate if optimism is associated with sev...

Journal: :the journal of tehran university heart center 0
asadolah tanasan besat hospital, hamadan university of medical sciences, hamadan, iran. keyhan sayadpour-zanjani children’s medical center, tehran university of medical sciences, tehran, iran. armen kocharian children’s medical center, tehran university of medical sciences, tehran, iran. abdolrazagh kiani children’s medical center, tehran university of medical sciences, tehran, iran. mohammadali navabi children’s medical center, tehran university of medical sciences, tehran, iran.

background: longer survival after the total repair of the tetralogy of fallot increases the importance of late complications such as right ventricular dysfunction. this is a prospective study of the right ventricular function in totally corrected tetralogy of fallot patients versus healthy children. methods: thirty-two healthy children were prospectively compared with 30 totally corrected tetra...

Journal: :Brazilian journal of anesthesiology 2014
Joaquim Edson Vieira Marcelo Luís Abramides Torres Regina Albanese Pose José Otávio Costa Auler Junior

BACKGROUND AND OBJECTIVES The interactive approach of a journal club has been described in the medical education literature. The aim of this investigation is to present an assessment of journal club as a tool to address the question whether residents read more and critically. METHODS This study reports the performance of medical residents in anesthesiology from the Clinics Hospital - Universi...

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

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

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