نتایج جستجو برای: footballers

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

Journal: :Journal of Combinatorial Theory, Series B 1976

2014
Paulomi Das Pinaki Chatterjee

PURPOSE Air pollution has remained a major health concern in Kolkata. The present study was carried out to analyze the association between the levels of air pollutants and pulmonary function of youngster footballers living in two different air pollutant zones of Kolkata, West Bengal. METHODS Air pollution data of the two ambient air quality-monitoring stations located at Rabindrabharati and V...

Journal: :International journal of sports physiology and performance 2010
Greg Henry Brian Dawson Brendan Lay Warren Young

PURPOSE To study the validity of a video-based reactive agility test in Australian footballers. METHODS 15 higher performance, 15 lower performance, and 12 nonfootballers completed a light-based reactive agility test (LRAT), a video-based reactive agility test (VRAT), and a planned test (PLAN). RESULTS With skill groups pooled, agility time in PLAN (1346 ± 66 ms) was significantly faster (P...

2016
Abdulaziz Farooq Christopher P Herrera Yacine Zerguini Fuad Almudahka Karim Chamari

OBJECTIVES Muslims observe fasting during the month of Ramadan by abstaining from eating and drinking from dawn to sunset. Available literature shows that although several studies have been conducted on athletes to determine the effects of Ramadan fasting in terms of physical fitness and performance, little data are available regarding the knowledge, beliefs and attitudes of athletes (particula...

Journal: :British journal of sports medicine 2016
Joshua D Ruddy Christopher W Pollard Ryan G Timmins Morgan D Williams Anthony J Shield David A Opar

BACKGROUND To investigate the association between running exposure and the risk of hamstring strain injury (HSI) in elite Australian footballers. METHODS Elite Australian footballers (n=220) from 5 different teams participated. Global positioning system (GPS) data were provided for every athlete for each training session and match for the entire 2015 season. The occurrences of HSIs throughout...

Journal: :Soccer & Society 2021

The mental health and wellbeing of elite footballers is beginning to receive much needed attention in research practice terms. However, date the knowledge generated initiatives designed improve provision for footballers’ centred on adults. junior attached development programmes have largely been overlooked. In England, this particularly concerning given an estimated 12,500 young professional ac...

Journal: :British journal of sports medicine 1977
R M Davies D Bradley R W Hale W R Laird P D Thomas

Although dental injuries may be considered relatively insignificant when compared to other forms of injury sustained by Rugby players (Weightman and Browne, 1974; Walkden, 1975) they can nevertheless cause considerable discomfort and necessitate the provision of otherwise unnecessary and expensive dental treatment. A certain number of-injuries are inevitable in contact sports, but as has been s...

Journal: :Sports Medicine - Open 2021

Abstract Purpose To examine the test re-test reliability of isometric maximal voluntary contractions (MVC) hip adduction (ADD ISO ), abduction (ABD and multijoint leg extension (SQUAT ) in sub-elite female Australian footballers. Methods Data were collected from 24 footballers (age 22.6 ± 4.5 years; height 169.4 5.5 cm; body mass 66.6 8.0 kg; 4.4 years sport-specific training; 2.5 2.0 unstructu...

Journal: :Journal of Human Sport and Exercise 2016

Journal: :British journal of sports medicine 1991
K S Eyres A Abdel-Salam J Cleary

Most injuries sustained by rugby players affect the soft tissues, and fracture is relatively uncommon. Whereas the lower limb is most affected in footballers, the upper limb tends to be injured in rugby players. Thirty consecutive fractures and ten dislocations affecting the upper limb, sustained by 35 rugby players, are reported.

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

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

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