نتایج جستجو برای: sports plant

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

Journal: :asian journal of sports medicine 0
hossein nikfarjad school of traditional medicine, tehran university of medical university, tehran, iran amir hossein memari sports medicine research center, neuroscience institute, tehran university of medical sciences, tehran, iran; sports medicine research center, neuroscience institute, tehran university of medical sciences, tehran, iran. tel: +98-2188630227-8, fax: +98-2188003539

2013
YUKUO WANG LIPING GUO LIMING HUANG

The non-objective and non-scientific evaluation of sports tourism resources has become a bottleneck which restricts the development of sports tourism industry. In order to make the evaluation of sports tourism resources have more comprehensiveness, accuracy and scientificalness and to promote the healthy and sustainable development of sports tourism industry, this paper, based on the AHP-FUZZY ...

Journal: :The Journal of arthroplasty 2015
Hermann O Mayr Maik Reinhold Anke Bernstein Norbert P Suedkamp Amelie Stoehr

In a retrospective study with a population over 65 years, sports activity was conducted 6 years after cruciate retaining (CR) total condylar knee arthroplasty (TKA) with rotating platform (RP). Eighty-one Patients (71.8±5.4years) were examined at follow-up 6.4±0.9 years postoperative. Sport was practiced 5.3 hours every week in mean. Patients were active in sports 3.5times per week. Twenty-five...

2013
Yu-Ting Huang

This study aims to investigate the relationships between leisure involvement, well-being, the benefits of serious leisure activities, and self-actualization for 2011 Changhua National Games volunteers. It selects 265 sports volunteer workers who participated in the 2011 Changhua National Games using convenience sampling. The results of the study show: 1. Leisure activity involvement for the spo...

The spread of coronavirus in the world has had various effects on industries, especially the sports industry. The purpose of this study was to explain and classify the effects of coronavirus outbreak on the dimensions of the sports industry. The present study was applied in nature, mixed in terms of data retrieval and descriptive-exploratory in terms of data analysis method that data collection...

Journal: :Sports medicine 2000
J S Coombes K L Hamilton

The purpose of this review is to evaluate the effectiveness of commercially available sports drinks by answering the questions: (i) will consuming a sports drink be beneficial to performance? and (ii) do different sports drinks vary in their effectiveness? To answer these questions we have considered the composition of commercially available sports drinks, examined the rationale for using them,...

2015
Ming Shi

This paper discusses the current situation of sports communication in the big data era and the relationship between the big data and the media. Then describe characteristics of the big data era sports communication through three aspects the channel platform, audience boundaries and present content and predict the future development of the big data era sports communication through four aspects e...

2005
Y. Kalairajah D. Simpson A. J. Cossey G. M. Verrall A. J. Spriggins

" Y. Kalairajah, MA, MPhil, FRCS(Tr & Orth), Orthopaedic Arthroplasty and Sports Surgery Fellow " D. Simpson, FRCS(Tr & Orth), Orthopaedic Arthroplasty and Sports Surgery Fellow " A. J. Cossey, FRCS(Tr & Orth), Orthopaedic Arthroplasty and Sports Surgery Fellow " G. M. Verrall, MBBS, Sports Physician " A. J. Spriggins, MS, FRCS, FRACS, FAOrthA, Consultant Orthopaedic Surgeon Sportsmed SA, 32 Pa...

2014
Min-soo Cho

This study aims to define the influence of the motive and degree of family's participation in recreational sports on its resilience and communication facilitation. Of members of sports centers in Seoul and Gyeonggi areas, 202 people who participated in recreational sports together with their family members were sampled as the population. Input data were computerized for analysis, using PASW 22....

2011

The bible of sports medicine. It covers all aspects of diagnosis and management of sports related injuriesBrukner and Khan's Clinical Sports Medicine is the bible of sports medicine. The text explores all aspects of diagnosis and management of sports-related injuries and physical activity such as the fundamental principles of sports medicine, diagnosis and treatment of sports injuries, enhancem...

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

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

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