نتایج جستجو برای: jahili poem

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

Journal: :دراسات الادب المعاصر 0
حسین شمس آبادی دانشیار دانشگاه سبزوار مهدی ممتحن دانشیار دانشگاه آزاد واحد جیرفت

abstract: both estrangement and alienation press in certain mental and physical complications in man’s life and force him to experience mental deficiency, and feel a lack of positive communal or individual sense of belonging. however, the jahili sense of these terms is quite different from their modern application. in the jahili period, old age and senility are the main reasons for such inconve...

2016
Zaheer Nabi Mohan Ramchandani D Nageshwar Reddy Santosh Darisetty Rama Kotla Rakesh Kalapala Radhika Chavan

Background/Aims Achalasia cardia (AC) is a motility disorder, characterized by impaired lower esophageal sphincter relaxation and absence of esophageal peristalsis. AC is rare in children with unclear optimum management strategies. Per oral endoscopic myotomy (POEM) is a novel technique for management of achalasia with encouraging results in adult patients. The efficacy and safety of POEM is no...

Journal: :The International journal of psycho-analysis 1999
T H Ogden

The author presents a close reading of a Frost poem and a detailed discussion of an analytic session. Using specific examples from the poem and from the analytic session, he then offers some thoughts concerning the relationship between the way he listens to the language of the poem and the way he and his patient speak with and listen to one another. The author illustrates in this reading of the...

Journal: :The Netherlands journal of medicine 2015
X Wang Y Tan J Zhang D Liu

BACKGROUND Peroral endoscopic myotomy (POEM) is a novel endoscopic technique for the treatment of achalasia. However, there are POEM-associated complications, the most common of which being gas-related. The aim of the current study was to determine the occurrence of and risk factors for gas-related complications of POEM in patients with achalasia. METHODS Retrospective analyses were performed...

2017
Nikolas Eleftheriadis Eleni Damianos Eleftheriadou

INTRODUCTION Peroral endoscopic myotomy (POEM) has been considered as a minimal-invasive, innovative technique for long-term treatment of all types of esophageal achalasia and other esophageal motility disorders. PATIENTS AND METHODS We report on 20 consecutive Greek patients with manometrically proved esophageal achalasia (14 patients with type I, 4 with type II, 2 with type III, and 4 with ...

2017
Won Hee Kim Joo Young Cho Weon Jin Ko Sung Pyo Hong Ki Baik Hahm Jun-Hyung Cho Tae Hee Lee Su Jin Hong

Background/Aims We evaluated whether manometric subtype is associated with treatment outcome in patients with achalasia treated by peroral endoscopic myotomy (POEM). Methods High-resolution manometry data and Eckardt scores were collected from 83 cases at two tertiary referral centers where POEM is performed. Manometric tracings were classified according to the three Chicago subtypes. Resul...

Journal: :Annals of thoracic and cardiovascular surgery : official journal of the Association of Thoracic and Cardiovascular Surgeons of Asia 2015
Xiao-Juan Liu Yu-Yong Tan Ren-Qi Yang Tian-Ying Duan Jun-Feng Zhou Xiao-Ling Zhou De-Liang Liu

PURPOSE To assess the short-term efficacy and quality of life (QOL) of patients with achalasia after peroral endoscopic myotomy (POEM). METHODS Thirty-five achalasia patients underwent POEM from May 2013 to December 2013. The data on clinical evaluation and QOL before therapy, at 1 month and 6 months postoperation were collected and analyzed. RESULTS All the thirty-five patients underwent P...

2018
Zaheer Nabi Mohan Ramchandani Radhika Chavan Rakesh Kalapala Santosh Darisetty D. Nageshwar Reddy

Background and Aim Peroral endoscopic myotomy (POEM) is a technically demanding procedure. Recently, a new triangular knife with integrated water jet function (TTJ) has been introduced. The present study was aimed to analyze and compare the operating time, efficacy, and adverse events (AEs) between the conventional (TT knife) and new knife (TTJ). Patients and Methods All patients with achalas...

2014
Nikhil A. Kumta Shivani Mehta Prashant Kedia Kristen Weaver Reem Z. Sharaiha Norio Fukami Hitomi Minami Fernando Casas Monica Gaidhane Arnon Lambroza Michel Kahaleh

Achalasia is an esophageal motility disorder characterized by incomplete relaxation of the lower esophageal sphincter (LES) and aperistalsis of the esophageal body. Treatment of achalasia is aimed at decreasing the resting pressure in the LES. Peroral endoscopic myotomy (POEM), derived from natural orifice transluminal endoscopic surgery (NOTES) and advances in endoscopic submucosal dissection ...

2010
Ngoc-Son Vu Alice Caplier

This paper addresses the question of computationally inexpensive yet discriminative and robust feature sets for real-world face recognition. The proposed descriptor named Patterns of Oriented Edge Magnitudes (POEM) has desirable properties: POEM (1) is an oriented, spatial multi-resolution descriptor capturing rich information about the original image; (2) is a multi-scale self-similarity based...

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

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

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