نتایج جستجو برای: and flexibility sit and reach

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

2011
Roberto S. Júnior Thalita Leite Victor M. Reis

The aim of this study was to investigate the effects of 10 weeks of strength training with different number of sets and their influence on flexibility of young men. Sixty men were divided into three groups as follows: group that trained 1 set per exercise (G1S), group that trained 3 sets per exercise (G3S) and control group (CG). The training lasted 10 weeks, totaling 30 training sessions. The ...

Journal: :Human movement science 2014
Zoran Milanović Goran Sporiš Nebojsa Trajković Damir Sekulić Nic James Goran Vučković

The aim of this study was to determine the effects of a 12 week speed, agility and quickness (SAQ) training program on speed and flexibility in young soccer players. One hundred and thirty-two soccer players were randomly assigned to experimental (EG; n=66, mean±SD: age: 18.5±0.4 years (range 17-19 years); body mass: 71.30±5.93 kg; stature: 177.2±6.5 cm) and control groups (CG; n=66, mean±SD: a...

, ,

Introduction: The aim of this study was to examine the relationship between BMI and Temperament and physical fitness factors between Students the Islamic Republic of Iran Army. Methods: This research was a descriptive-correlational study. For this purpose, 100 students selected from athletic students of Imam Ali University and Shahid Sattari Air Force who participated voluntarily in the study w...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه علامه طباطبایی 1390

introruction khawf in(iran)-herat and mazaresharif and shirkhan bandar in (afghanistan)-dushanbe in (tajikistan)_(kirgizstan)-kashghar in(china) project railway network is under construction that it is as a significant corridor for revitalizing silk road corridor in the region .at the present there are three different gauge in the region central asia with 1,520 mm gauge and turkey-islamic repu...

Objectives: The purpose of current study was to study and compare the musculoskeletal profile of the elderly with and without the history of falling living at nursing homes in Rasht, Iran. Methods & Materials: A total of 54 elderly men and women, aged 60 years and older participated in this study. Of them, 16 (fall group) experienced a fall in the previous year [Mean(SD) of age: 79...

Journal: : 2021

PURPOSE: This study aimed to develop prediction equations for estimating the physical fitness age (PFA) of Korean adults in young (19-40 years), middle (41-64 and old (65-80 years) groups.METHODS: Data from 122,842 individuals who participated Korea National Physical Fitness Survey 100 2009 2014 were collected. Body composition, muscular strength, endurance, flexibility, cardiorespiratory agili...

2017
Edilson Hobold Vitor Pires-Lopes Rossana Gómez-Campos Miguel de Arruda Cynthia Lee Andruske Jaime Pacheco-Carrillo Marco Antonio Cossio-Bolaños

Background The importance of assessing body fat variables and physical fitness tests plays an important role in monitoring the level of activity and physical fitness of the general population. The objective of this study was to develop reference norms to evaluate the physical fitness aptitudes of children and adolescents based on age and sex from the lake region of Itaipú, Brazil. Methods A d...

Journal: :British journal of sports medicine 2004
A Barlow R Clarke N Johnson B Seabourne D Thomas J Gal

OBJECTIVE To investigate if a single massage of the hamstring muscle group would alter the performance of the sit and reach test. METHODS Before treatment, each of 11 male subjects performed the sit and reach test. The treatment consisted of either massage of the hamstring muscle group (both legs, total time about 15 minutes) or supine rest with no massage. Performance of the sit and reach te...

Journal: :Revista Internacional de Medicina y Ciencias de la Actividad Física y del Deporte 2020

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

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

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