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

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

Journal: :TRANSACTIONS OF THE JAPAN SOCIETY OF MECHANICAL ENGINEERS Series C 1988

Journal: :European journal of orthodontics 2006
B Buranastidporn M Hisano K Soma

The aim of the present study was to elucidate the relationship between biomechanical changes of the temporomandibular joint (TMJ) and internal derangement (ID) symptoms in mandibular asymmetry. Posteroanterior cephalograms (PA) of 140 patients with TMJ ID associated with mandibular asymmetry were used to investigate the inclination of the frontal occlusal plane (FOP), and were analysed in conju...

Journal: :International journal of occupational safety and ergonomics : JOSE 2000
N J Delleman

In the study maintenance workers were involved in pneumatic wrenching, oxy-gas cutting, and grinding at 5 different heights. Working posture and workers' perceptions were measured. Guidelines on working height were formulated in order to minimize the load on the musculoskeletal system. Data from the present experiment as well as from literature were studied in depth in order to disclose generic...

2009
R. C. Reis A. C. Fabian R. R. Ross J. M. Miller

We present measurements of the dimensionless spin parameters and inner-disc inclination of two stellar-mass black holes. The spin parameter of SWIFT J1753.5−0127 and GRO J1655−40 is estimated by modelling the strong reflection signatures present in their XMM– Newton observations. Using a newly developed, self-consistent reflection model which includes the blackbody radiation of the disc as well...

Journal: :Orthopedics 2016
John M Redmond Asheesh Gupta Jon E Hammarstedt Alexandra Petrakos Christine E Stake Benjamin G Domb

Robotic-assisted total hip arthroplasty (THA) is a recent platform introduced to decrease the risk of malpositioned components. The goals of this study were to determine whether intraoperative data on robotic-assisted THA acetabular component position accurately predict postoperative radiographic acetabular component position and to determine whether intraoperative data on robotic-assisted THA ...

Journal: :Collegium antropologicum 2000
D Zabarović V Jerolimov V Carek D Vojvodić K Zabarović D Buković

The inclination between the posterior wall of the articular eminence and the referential plane (Frankfurt line) was measured on 137 dry skull specimens (78 with complete dental arches and 59 edentulous). Both left and right joints were measured using direct craniometric method. The results were compared with respect to the loss of teeth, side and sex. A large range of measured values of the emi...

Journal: :Journal of bodywork and movement therapies 2014
Jose Luis Rosario Maria Suely Bezerra Diógenes Rita Mattei José Roberto Leite

The present study investigated the existence of a relationship between depression and body posture in 40 women, aged between 20 and 30 years, who had normal body mass indices (or were underweight) and absence of neurological, psychiatric, or musculoskeletal disorders. The aim of the present study was to investigate the existence of a relationship between sadness, depression and the posture repr...

2003
Zakharov

Recent X-ray observations of microquasars and Seyfert galaxies reveal the broad emission lines in their spectra, which can arise in the innermost parts of accretion disks. Simulation indicates that at low inclination angle the line is registered by distant observer with characteristic two-peak profile. However, at high inclination angles (> 85 •) two additional peaks arise. This phenomenon was ...

Journal: :Journal of applied biomechanics 2013
Andrea Biscarini Fabio M Botti Vito E Pettorossi

We developed a biomechanical model to determine the joint torques and loadings during squatting with a backward/forward-inclined Smith machine. The Smith squat allows a large variety of body positioning (trunk tilt, foot placement, combinations of joint angles) and easy control of weight distribution between forefoot and heel. These distinctive aspects of the exercise can be managed concurrentl...

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

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

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