نتایج جستجو برای: landing sites hassineh

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

Journal: :Journal of athletic training 2009
J Troy Blackburn Darin A Padua

CONTEXT Researchers have suggested that large landing forces, excessive quadriceps activity, and an erect posture during landing are risk factors for anterior cruciate ligament (ACL) injury. The influence of knee kinematics on these risk factors has been investigated extensively, but trunk positioning has received little attention. OBJECTIVE To determine the effect of trunk flexion on landing...

Reproduction and spawning patterns of the Yellowtail scad (Atule mate) were studied in the Persian Gulf and Oman Sea (Hormozgan coastal waters) from December 2016 to November 2017. A total of 447 fish were collected from Bandar Lengeh, Qeshm Island, Bandar Abbas, and Bandar Jask landing sites. Minimum and maximum fork lengths of this species were 10 and 33 cm, with average 20.63±1.73 cm. The to...

Journal: :Vision Research 1998
Ronan G. Reilly J. Kevin O'Regan

McConkie, Kerr, Reddix, & Zola [(1988). Vision Research, 28, 1107-1118] demonstrated that the distributions of landing sites on a word tended to be gaussian in shape. They provided a detailed account of the behaviour of the eye once a target had been selected and a saccade initiated, but said little about the process of target selection itself. The purpose of this study was to take as a startin...

2017
Toshio Takayama Patrick J. Phelan Jon S. Matsumura

Angulated anatomy in the aorta, such as tortuous infrarenal aortic necks or steep aortic arches, is a significant challenge for endovascular aortic repair because it often causes inadequate sealing and fixation, which may lead to treatment failure. We have developed a technique using off-the-shelf equipment to precisely control the deployment of stent grafts in challenging landing zones. The ke...

A Ashraf-jamshidi E Ebrahimi M Sadeghi N Maroufi

Background and Aims: The accurate mechanisms of ankle instability cannot be assessed in the absence of reliable knowledge about ground reaction force (GRF) variables. The purpose of this study was to evaluate the test-retest reliability of GRF variables during forward and lateral jump-landing in volleyball players with functional ankle instability (FAI). Methods: Eighteen professional volle...

2018
Shola G Solomon Victoria O Ayuba Musa A Tahir Victor T Okomoda

This study investigated the catch per unit effort and water quality of Lake Kalgwai Jigawa state, Nigeria for the period of 10 month (July 2012-June 2013). The man hours, gears used, and fish catches of the Lake was determined by assessing the fishermen operating on three major landing sites of the Lake, namely Marke (Site I), Dingare (Site II), and Kalgwai (Site III). Water samples from the la...

Journal: :طب توانبخشی 0
pedram pourmahmoudian 1. phd student in special physical education, department of corrective exercises and sport injury, faculty of physical education, university of guilan, guilan, iran hooman minoonejad assistant professor of corrective exercises and sport injury, faculty of physical education, university of tehran, tehran, iran ali ashraf jamshidi 3. associate professor of physical therapy, faculty of rehabilitation, iran university of medical sciences, tehran, iran

abstract background and aim: lack of balance in pattern and activity of quadriceps and hamstring muscles increases the risk of anterior cruciate ligament injury (acl). the purpose of the present study was to investigate the changes in pattern and activity of vastus medialis and semitendinosusmuscles in landing from different heights and to understand if these changes will increase the risk of a...

Background and Objective: The movement patterns play a key role in the incidence of non-contact ACL injuries. This study attempts to investigate the effect of the +11 program on the jump-landing pattern in female amateur soccer players. Methods: 30 female amateur soccer players were randomly divided into experimental and control groups (15 people in each group). The experimental group performed...

2006
S. Stone N. T. Bridges

Introduction Aeolian abrasion is the dominant rock weathering mechanism on Mars. Ventifacts, defined as rocks whose shapes or textures have been modified by windblown particles, are the manifestation of this weathering mechanism and are found on Earth and Mars. Studies of ventifacts and related features at the well-traversed Spirit Mars Exploration Rover (MER) landing site provides insight into...

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

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

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