نتایج جستجو برای: group 2 resistance training placebo n7

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

2014
Maria Cotelli Rosa Manenti Michela Brambilla Michela Petesi Sandra Rosini Clarissa Ferrari Orazio Zanetti Carlo Miniussi

OBJECTIVE Given the limited effectiveness of pharmacological treatments, non-pharmacological interventions to treat Alzheimer's disease (AD) have gained attention in recent years. The aim of the present study is to investigate the effects of anodal tDCS (AtDCS) combined with memory training on face-name associations in an AD patient sample. METHODS Thirty six AD patients were randomly assigne...

Journal: :Journal of applied physiology 2009
Juha J Hulmi Jörgen Tannerstedt Harri Selänne Heikki Kainulainen Vuokko Kovanen Antti A Mero

Signaling pathways sense local and systemic signals and regulate muscle hypertrophy. The effects of whey protein ingestion on acute and long-term signaling responses of resistance exercise are not well known. Previously untrained young men were randomized into protein (n = 9), placebo (n = 9), and control (n = 11) groups. Vastus lateralis (VL) muscle biopsies were taken before and 1 h and 48 h ...

Journal: :British journal of sports medicine 2001
A G Williams M van den Oord A Sharma D A Jones

BACKGROUND The precise timing of carbohydrate and amino acid ingestion relative to a bout of resistance exercise may modulate the training effect of the resistance exercise. OBJECTIVE To assess whether regular glucose/amino acid supplementation immediately after resistance exercise could enhance the gain in muscle strength brought about by resistance training. METHODS Seven untrained partic...

Journal: :American journal of physiology. Endocrinology and metabolism 2006
Pietro Lucotti Emanuela Setola Lucilla D Monti Elena Galluccio Sabrina Costa Emilia P Sandoli Isabella Fermo Giovanni Rabaiotti Roberto Gatti PierMarco Piatti

Because chronic L-arginine supplementation improves insulin sensitivity and endothelial function in nonobese type 2 diabetic patients, the aim of this study was to evaluate the effects of a long-term oral L-arginine therapy on adipose fat mass (FM) and muscle free-fat mass (FFM) distribution, daily glucose levels, insulin sensitivity, endothelial function, oxidative stress, and adipokine releas...

2012
Mike Spillane Christamarie Emerson Darryn S Willoughby

PURPOSE This study determined the effects of 8 weeks of heavy resistance training combined with branched-chain amino acid (BCAA) supplementation on body composition and muscle performance. METHODS Resistance training was performed by 19 non-resistance-trained males (three sets of 8-10 repetitions) four times/week, for 8 weeks, while also ingesting 9 g/day of BCAA or 9 g/day of placebo (PLAC) ...

Journal: :علوم زیستی ورزشی 0
محمدرضا اسد دانشگاه پیام نور-دکتری فیزیولوژی محمد علی قره دانشگاه پیام نور-دکتری فیزیولوژی محمد حسن فردوسی دانشگاه پیام نور اهواز-مربی

the aim of this study was to investigate the effect of endurance, resistance and concurrent training on plasma leptin levels of male students. for this purpose, 48 male university students (mean age 21.45 years) participated in this study. subjects were randomly assigned to three exercise groups: endurance group (n=12), resistance group (n=12) and concurrent group (n=12) and a control group (n=...

2017
P. Mensberg S. Nyby P. G. Jørgensen H. Storgaard M. T. Jensen J. Sivertsen J. J. Holst B. Kiens E. A. Richter F. K. Knop T. Vilsbøll

AIMS To investigate the effects of exercise in combination with a glucagon-like peptide-1 receptor agonist (GLP-1RA), liraglutide, or placebo for the treatment of type 2 diabetes. METHODS Thirty-three overweight, dysregulated and sedentary patients with type 2 diabetes were randomly allocated to 16 weeks of either exercise and liraglutide or exercise and placebo. Both groups had three supervi...

Journal: :Journal of sports science & medicine 2011
Sirvan Atashak Maghsoud Peeri Mohammad Ali Azarbayjani Stephen Robert Stannard Marjan Mosalman Haghighi

Obesity and its metabolic consequences are major risk factors for cardiovascular morbidity and mortality. However, lifestyle interventions, including exercise training and dietary components may decrease cardiovascular risk. Hence, this study was conducted to assess the effects of ginger supplementation and progressive resistance training on some cardiovascular risk factors in obese men. In a r...

Introduction: Exercise plays an important role in promoting cardiovascular function. Also concurrent endurance and resistance training can have different effects on the heart. The purpose of this study was to investigate the effect of endurance, resistance and concurrent resistance and endurance training on the heart structure of healthy middle-aged women. Materials and Methods: Forty healt...

Journal: :American journal of physiology. Heart and circulatory physiology 2014
Lasse Gliemann Jesper Olesen Rasmus Sjørup Biensø Jakob Friis Schmidt Thorbjorn Akerstrom Michael Nyberg Anna Lindqvist Jens Bangsbo Ylva Hellsten

In animal studies, the polyphenol resveratrol has been shown to influence several pathways of importance for angiogenesis in skeletal muscle. The aim of the present study was to examine the angiogenic effect of resveratrol supplementation with parallel exercise training in aged men. Forty-three healthy physically inactive aged men (65 ± 1 yr) were divided into 1) a training group that conducted...

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

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

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