نتایج جستجو برای: normal brain function

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

طالبیان , احمد, طبسی , سیدعبدالرضا, کوهنورداصلی , ماندانا,

Background and purpose: Since headache is one of the common problems in children and adolescents and only a minority of them have a life threatening intracranial lesions and performing brain ÇT scan in many of such cases is costly, therefore it was decided to evaluate the findings of brain ÇT scan of children with chronic and recurrent headache. Materials and Methods: This study was perfor...

Journal: :acta medica iranica 0
m. mohammadi

the clinical and phenotypic features of two siblings (a 12 years old girl and her 7 year old brother) with cockayne syndrome are described. the main problems were mild to moderate mental retardation, dwarfism, clumsy gait, photosensitive skin lesions and progeroid (senile like) appearance. brain ct - scans revealed symmetrical, well defined areas of calcification mainly located at lenticular nu...

Journal: :Archives of Disease in Childhood 2003

ژورنال: Anatomical Sciences Journal 2007
Bakhshayesh, Masoomeh, Mahdi Zadeh, Mahdi, Soleimani, Mansoureh, Soleimani, Sara, Tabatabaei, Parvaneh,

Purpose: So far there is no effective drug therapy to prevent neuronal loss after brain stroke. In the present study we studied effects of The Mitochondrial K-ATP channel regulators on neuronal cell population and neurological function after ischemia reperfusion in the rat. Materials and Methods: Rats temporarily subjected to four vessels occlusion for 15 minutes followed by 24 hours reperfusi...

Journal: :Brain : a journal of neurology 2005
Steven C Cramer Lindsey Lastra Michael G Lacourse Michael J Cohen

Most therapies under development to restore motor function after spinal cord injury (SCI) assume intact brain motor functions. To examine this assumption, 12 patients with chronic, complete SCI and 12 controls underwent functional MRI during attempted, and during imagined, right foot movement, each at two force levels. In patients with SCI, many features of normal motor system function were pre...

ژورنال: اعتیاد پژوهی 2018

Objective: The aim of this study was to compare neuropsychological function between people with substance abuse and normal counterparts. Method: The present research was a causal study. The statistical population of this study consisted of the male substance abusers presenting to Imam Reza Hospital in Khorramabad city in 2016. The sample consisted of 30 drug addicts under methadone treatment an...

عشقی, غلامرضا, فرشچیان, محمود, فقانی, حسن,

Introduction: Maffucci syndrome is a rare clinical entity (approximately 200 cases have been reported in the medical literature) with a combination occurrence of multiple enchodroma and vascular tumors. Case Report: Our patient was an 18 year old girl born in a non-consanguineous marriage with finger and toe bones disorders (enchondroma) causing deformity of fingers and toes with multiple vas...

رسولی, حسین, عبدی , عزت‌ا... ,

    Introduction: From 1986 to 2005, for 20 years about 2010 renal transplantations(TX) have been performed in our center mainly from unrelated kidney donor. Various bacterial, viral, fungal infections and malignancy after transplantation have been reported due to use of suppressive medications. After 20 years of experience with kidney transplantation in Iran, there are many reports of various ...

Journal: :مجله علوم اعصاب شفای خاتم 0
arezou eshaghabadi shefa neuroscience research center, khatam alanbia hospital, tehran, iran sajad sahab negah a. shefa neuroscience research center, khatam alanbia hospital, tehran, iran b. histology and embryology group, basic science department, faculty of veterinary medicine, shiraz university, shiraz, iran

head trauma is the most common form of accidental injury among children, which is a source of concern for parents and pediatricians. after head trauma, children may be loss of intellectual function. most head trauma in children is minor and not related with brain injury or long-term outcome. however, a small number of children may have a clinically important traumatic brain injury. the incidenc...

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

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

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