نتایج جستجو برای: spiral length

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

Journal: :Ortopedia, traumatologia, rehabilitacja 2011
Grzegorz Guzik

BACKGROUND Spiral fractures of the tibia are virtually homogeneous with regard to their pathomorphism. The differences that are seen concern the level of fracture of the fibula, and, to a lesser extent, the level of fracture of the tibia, the length of fracture cleft, and limb shortening following the trauma. While conventional radiographs provide sufficient information about the pathomorphism ...

2012
Md. Abdul Hye

The Large Eddy Simulation (LES) technique with the Smagorinsky-Lilly dynamic subgrid model and two-equation Standard k-ω Transitional turbulence model are applied to investigate non-spiral and spiral blood flow through three dimensional models of arterial stenosis and aneurysm. A spiral pattern of blood flow is thought to have many beneficial effects on hemodynamics. Previous computational stud...

Journal: :iranian journal of radiation research 0
f. bouzarjomehri department of medical physics, shahid sadoghi university of medical sciences, yazd, iran m. h. zare department of medical physics, isfahan university of medical sciences, isfahan, iran d. shahbazi department of medical physics, isfahan university of medical sciences, isfahan, iran

abstract   background: while the benefits of computed tomography (ct) are well known in accurate diagnosis, those benefits are not risk free. ct is a device with higher patient dose in comparison with other conventional radiological procedures. is the reduction of exposures by requiring optimization of ct procedures [a principle concern in radiological protection]? in this study, the radiation ...

D. Shahbazi, F. Bouzarjomehri, M. H. Zare,

  ABSTRACT   Background: While the benefits of Computed Tomography (CT) are well known in accurate diagnosis, those benefits are not risk free. CT is a device with higher patient dose in comparison with other conventional radiological procedures. Is the reduction of exposures by requiring optimization of CT procedures [a principle concern in radiological protection]? In this study, the radiatio...

Journal: :iranian journal of radiology 0
saeed naghibi department of radiology, faculty of medicine, mashhad branch, islamic azad university, mashhad, iran; department of radiology, faculty of medicine, mashhad branch, islamic azad university, mashhad, iran. tel: +98-9151158630, fax: +98-5137613248 sirous seifirad department of radiology, faculty of medicine, mashhad branch, islamic azad university, mashhad, iran mahboobeh adami dehkordi department of radiology, faculty of medicine, mashhad branch, islamic azad university, mashhad, iran sasan einolghozati department of radiology, faculty of medicine, mashhad branch, islamic azad university, mashhad, iran nafiseh ghaffarian eidgahi moghadam department of radiology, faculty of medicine, mashhad branch, islamic azad university, mashhad, iran amir akhavan rezayat department of radiology, mashhad university of medical sciences, mashhad, iran

conclusion spiral-ct scan is superior to conventional ct in the diagnosis of lesions in com before operation. it can be used for detailed evaluation of ossicular chain in such patients. objectives this study was performed to compare the findings of three-dimensional reconstructed spiral and conventional ct scan of ossicular chain study in patients with com. patients and methods fifty patients e...

2006
Rahul Shetty

We investigate the formation of substructure in spiral galaxies using global MHD simulations, including gas self-gravity. Local modeling by Kim and Ostriker (2002) previously showed that self-gravity and magnetic fields cause rapid growth of overdensities in spiral arms; differential compression of gas flowing through the arms then results in formation of sheared structures in the interarms. Th...

Journal: :dental research journal 0
arash dabbaghi ali shokraneh nastaran farhadi

background: conventional tomography used for evaluation of the small areas of the jaws provides acceptable information. it has some advantages of availability, less radiation dose and costin comparison to computed tomography (ct) and cone beam ct. double emulsion film usuallyused for taking tomograms requires less exposure than single emulsion film; on the other hand,the latter provides more sh...

2009
Taisei MOTOMURA Kenji TANAKA Shunjiro SHINOHARA Takao TANIKAWA Konstantin P. SHAMRAI

A large diameter (up to 73.8 cm), high-density helicon plasma with short axial length (≤ 81 cm) has been successfully produced using a flat spiral antenna. The electron plasma density can reach up to ∼ 10 cm−3 with the input radio frequency (rf) power of < 4 kW for various axial lengths, and the density scaling as a function of the axial length is in good agreement with expectations. The strong...

Journal: :The Journal of General Physiology 2003
Eben J. Carey

Esophageal Development. 1. The region of most active mitosis per mm. of cross-section in the esophagus is the entodermal epithelial tube. The mitotic figures follow a spiral path in the manner of a left-handed helix from the cephalic to the caudal direction. 2. The region of least active growth per mm. of cross-section in the esophagus is the mesenchyme surrounding the epithelial tube. 3. The h...

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

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

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