نتایج جستجو برای: anatomical apex

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

Journal: :CoRR 2015
Yael Petrank Nahum Smirin Yossi Tsadok Zvi Friedman Peter Lysyansky Dan Adam

— Left ventricular segmentation is essential for measuring left ventricular function indices. Segmentation of one or several images requires an initial guess of the contour. It is hypothesized here that creating an initial guess by first detecting anatomical markers, would lead to correct detection of the endocardium. The first step of the algorithm presented here includes automatic detection o...

Journal: :Advances and technical standards in neurosurgery 2007
H D Fournier P Mercier P H Roche

Surgical exposure of the clivus, the ventral or lateral aspect of the brain stem, and all the intradural structures of the petroclival area remains difficult because of the presence of the petrous apex and peripetrous complex. However, a lateral skull base approach to the petroclival area is the most suitable approach if the lesion to be resected lies medial to the fifth nerve, in front of the ...

2010
SEBASTIAN RAJASEKARAN

Pharmacognostic investigation of the fresh leaves used for anatomical sections of Elaeocarpus blascoi Weibel was carried out to determine its macroand microscopical characters. Externally, the leaves possess Leaves simple, alternate, spiral, clustered at twig ends; stipules caducous; canaliculate, sparsely adpressed hairy; elliptic-ovate, apex acute to shortly acuminate with blunt tip, base rou...

2012
Dmitry Koulikov Ariel Mamber Alon Fridmans Wael Abu Arafeh Ofer Z. Shenfeld

Background. Most physicians use digital rectal examination (DRE) to help detect prostate cancer and to estimate the prostates' size. The accuracy of DRE is known to be limited. We evaluate the ability of doctors to palpate the whole prostate with DRE. Methods. At time of transrectal ultrasound (TRUS) the distances from the anus to the apex and base of prostates were measured. The TRUS's distanc...

2012
M. Kawashima K. Imura I. Sato

Transient receptor potential vanilloid subfamily member 1 (TRPV1) is activated by capsaicin, acid, and heat and mediates pain through peripheral nerves. In the tongue, TRPV1 expression has been reported also in the epithelium. This indicates a possibility that sensation is first received by the epithelium. However, how nerves receive sensations from the epithelium remains unclear. To clarify th...

2011
Carolina Martins Isabel Eugênia Costa e Silva Alvaro Campero Alexandre Yasuda Luiz Roberto Aguiar Marcos Tatagiba Albert Rhoton

The orbits are paired structures, located on the anterior part of the face. Morphologically, each orbit is a four sided pyramid with a posterior apex and anterior base. In the orbit, all openings are arranged around the base, apex or between the orbital walls. An anatomical characteristic of the orbit is that structures are arranged in groups of seven: there are seven bones, seven intraorbital ...

Journal: :Hearing research 1990
C A Prosen D B Moody W C Stebbins D W Smith M S Sommers J N Brown R A Altschuler J E Hawkins

This study assessed the contribution of the apical hair cells to hearing. Guinea pigs, chinchillas and monkeys were behaviorally trained using positive reinforcement to respond to pure-tone stimuli. When a stable audiogram had been determined, each subject received one of three experimental treatments: ototoxic drug administration, low-frequency noise exposure, or the application of a cryoprobe...

2017
Mehmet Tekin Esra Martin

In this study, the morphology, anatomy, pollen morphology, leaf and seed micromorphology and karyology of the Turkish endangered endemic Physoptychis haussknechtii were investigated in detail for the fi rst time. The species was studied in terms of detailed morphology. Basal leaves are narrowly spatulate and cauline leaves are linear to oblanceolate; both leaves are covered with fl attened stal...

Journal: :Diagnostics 2023

Because most of the recognized causes superior gluteal nerve (SGN) injury are iatrogenic, detailed knowledge anatomy SGN is crucial to prevent its associated with surgical procedures. This study aims describe precise location or branches at greater sciatic foramen, measure distances these neural structures palpable bony landmarks, and evaluate possible correlation between parameters pelvis size...

Journal: :Hand 2015
Michael Rivlin Nayoung Kim Kevin F Lutsky Pedro K Beredjiklian

BACKGROUND To date, only plain radiographic definitions of normal anatomical parameters have been described. Our study aims to describe normal anatomic measurements of small and ring metacarpals using a novel digital reconstruction technique based on raw CT image data. We hypothesize that current plain radiographic data incorrectly describes normal metacarpal anatomy in the lateral plane. MET...

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

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

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