نتایج جستجو برای: body dimension

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

There are remarkable relations between the graded homological dimensions and the ordinary homological dimensions. In this paper, we study the injective dimension of a complex of graded modules and derive its some properties. In particular, we define the $^*$dualizing complex for a graded ring and investigate its consequences.

Journal: :The Journal of chemical physics 2014
Jesús Pérez-Ríos Steve Ragole Jia Wang Chris H Greene

A general method to study classical scattering in n-dimension is developed. Through classical trajectory calculations, the three-body recombination is computed as a function of the collision energy for helium atoms, as an example. Quantum calculations are also performed for the J(Π) = 0(+) symmetry of the three-body recombination rate in order to compare with the classical results, yielding goo...

Journal: :Heart 2000
C Kampmann C M Wiethoff A Wenzel G Stolz M Betancor C F Wippermann R G Huth P Habermehl M Knuf T Emschermann H Stopfkuchen

OBJECTIVE To obtain normal M mode (one dimensional) echocardiographic values in a substantial sample of normal infants and children. DESIGN Data were obtained over three years from a single centre in central Europe. PATIENTS 2036 healthy infants and children aged one day to 18 years. METHODS In line with recommendations for standardising measurements from M mode echocardiograms, and using...

Journal: :AJNR. American journal of neuroradiology 2007
A Hiwatashi P-L A Westesson

BACKGROUND AND PURPOSE Percutaneous vertebroplasty can aggravate spinal canal narrowing, especially in patients with preoperative retropulsion. The purpose of this study was to evaluate changes in spinal canal dimension during percutaneous vertebroplasty for osteoporotic fractures with retropulsion. MATERIALS AND METHODS We reviewed all cases of osteoporotic vertebral fractures treated with v...

‎In this paper we give an upper bound for Noetherian dimension of all injective modules with Krull dimension on arbitrary rings‎. ‎In particular‎, ‎we also give an upper bound for Noetherian dimension of all Artinian modules on Noetherian duo rings.

2015
M. Saquetto V. Carvalho C. Silva C. Conceição M. Gomes-Neto

OBJECTIVE We performed a meta-analysis to evaluate the effects of whole-body vibration on physiologic and functional measurements in children with cerebral palsy. DESIGN AND METHODS We searched MEDLINE, Cochrane Controlled Trials Register, EMBASE, Scielo, CINAHL (from the earliest date available to November 2014) for randomized controlled trials, that aimed to investigate the effects of whole...

2014
George A. Hagedorn Edward F. Valeev

We construct explicit bound state wave functions and bound state energies for certain N{ body Hamiltonians in one dimension that are analogous to N{electron Hamiltonians for (three-dimensional) atoms and monatomic ions.

ژورنال: حیات 2006
حاتمی‏پور, خدیجه , ذوالفقاری, میترا , راهنورد, زهرا , کاظم‌نژاد, انوشیروان ,

Background & Aim: Improving the quality of life is generally one of the main goals in caring of the patients with congestive heart failure, so identifying factors affecting it is significantly important. This study was conducted to determining the quality of life of these patients. Methods & Materials: 184 of patients congestive heart failure who referred to clinics of Tehran University of Medi...

2013
Manoj Chandak Ajay Saxena

A desire to look attractive is no longer taken as a sign of vanity. Since the face is the most exposed part of the body, and the mouth a prominent feature, teeth are getting a greater share of attention. The severe wear of anterior teeth facilitates the loss of anterior guidance, which protects the posterior teeth from wear during excursive movement. The collapse of posterior teeth also results...

Journal: :Cognition 2016
Elena Azañón Kim Mihaljevic Matthew R Longo

To perceive the location of touch in space, we integrate information about skin-location with information about the location of that body part in space. Most research investigating this process of tactile spatial remapping has used the so-called crossed-hands deficit, in which the ability to judge the temporal order of touches on the two hands is impaired when the arms are crossed. This posture...

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

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

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