نتایج جستجو برای: activity recovery

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

Journal: :Journal of strength and conditioning research 2014
Nick B Murray Tim J Gabbett Karim Chamari

Professional rugby league competition does not coincide with a standardized amount of recovery between matches; matches can be separated by as many as 10 days and as few as 5 days. These variations in recovery time could influence the match activity profiles and injury rates of players. This study investigated the effect of different between-match recovery times on the activity profiles and inj...

Journal: :journal of sciences islamic republic of iran 0

growing applications of phenylalanine dehydrogenase (phedh) enzyme in the medical and pharmaceutical industries encourages researchers to seek simple, fast and economical alternative purification methods. with goal of finding a new technique, the extraction and purification of recombinant bacillus badius phedh in polyethylene glycol 6000 (peg-6000) and ammonium sulfate aqueous two-phase systems...

, ,

Background/aim: Many studies were shown the effect of type's recovery on performance. Active recovery has been reported by some to promote greater exercise capacity, while others have not confirmed these results. The aim of this study was to determine the effect of three types of recovery during repeated high-intensity endurance training on blood buffering capacity and H+ regulation. Desig...

Seyyed Mohammad Firoozabadi, Giti Torkaman, Leila Simorgh,

Introduction: Effect of tripolar TENS of vertebral column on slow and fast motoneurons (MNs) activity of soleus muscle was previously investigated. In this study for better differentiation of the behavior of slow and fast MNs, we exploited H-reflex recovery curve recording in two muscles of soleus and lateral gastrocnemius, respectively as the representatives of slow and fast muscles. Meth...

2014
Sietske Poortinga Inge van den Akker-Scheek Sjoerd K. Bulstra Roy E. Stewart Martin Stevens

BACKGROUND When it comes to prevalidation, it is assumed that a higher preoperative level of physical activity leads to better postoperative recovery. However current literature is inconclusive about the effect of prevalidation on functional recovery of patients with primary osteoarthritis (OA) who underwent a THA or TKA. Therefore the aim of this study is to analyse one of the major assumption...

Journal: :Stroke 2014
Isabelle Favre Thomas A Zeffiro Olivier Detante Alexandre Krainik Marc Hommel Assia Jaillard

BACKGROUND AND PURPOSE Although neuroimaging studies have revealed specific patterns of reorganization in the sensorimotor control network after stroke, their role in recovery remains unsettled. To review the existing evidence systematically, we performed activation likelihood estimation meta-analysis of functional neuroimaging studies investigating upper limb movement-related brain activity af...

2014
R Dacosta-Aguayo M Graña A Savio M Fernández-Andújar M Millán E López-Cancio C Cáceres N Bargalló C Garrido M Barrios I C Clemente M Hernández J Munuera A Dávalos T Auer M Mataró

Resting-state studies conducted with stroke patients are scarce. First objective was to explore whether patients with good cognitive recovery showed differences in resting-state functional patterns of brain activity when compared to patients with poor cognitive recovery. Second objective was to determine whether such patterns were correlated with cognitive performance. Third objective was to as...

Abdolhamid Habibi, Hamed Rezaei Nasab, Majid Mardaniyan Ghahfarrokhi,

Vitamin C consumption is important in Iron absorption. Therefore, the purpose of this study was to investigate the effect of acute aerobic activity after two weeks vitamin C supplementation on Iron status and hematological indices in club football players. In this quasi-experimental study, 40 club football players from Khuzestan province were randomly divided into two groups of vitamin C and pl...

Journal: :iranian journal of analytical chemistry 2014
maryam malekzadeh faeze daneshfar seyed mohsen sadeghzadeh

nano sio2/hyperbranched polyglycerol (hpg)/so3h catalyst was readily prepared for first time from inexpensive starting materials in aqueous media which catalyzed the synthesis of benzoic acid. ftir spectra, x-ray diffraction (xrd) and transmission electron micrographs (tem) was employed to characterize the properties of the synthesized nano sio2/hpg/so3h. high catalytic activity and ease of rec...

Journal: :Acta Crystallographica Section A Foundations of Crystallography 2005

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

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

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