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

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

Journal: :journal of research in medical sciences 0
majid barekatain hedyeh askarpour faezeh zahedian mark walterfang dennis velakoulis mohammad reza maracy

background: there are conficting reports regarding the association between coronary artery disease (cad) and mild cognitive  impairment (mci). volumetric magnetic resonance imaging (mri) investigations have been considered as an objective biomarker for  mci. in this study, we determined the relationship between the regional brain volumes and the extent of cad in mci patients and  cognitively no...

Journal: :bulletin of the iranian mathematical society 2011
m. towhidi j. behboodian

Substance abuse and drug addiction have grown substantially throughout the world, and its growth has been considered to be a major medical problem and has been a source of concern for policy-makers and law enforcers. The tragic epidemic of addiction is severely threatened societies. In order to solve this problem and reduce the resulting damages, it is essential to obtain comprehensive informat...

Metronidazole is used to treat trichomoniasis, bacterial vaginosis, and other diseases. There are controversy aspects about its teratogenicity. A teratogenic agent can alter morphology or subsequent function of the fetus. The aim of this study was to examine an alternative method for the recognition of the mechanism or the bimolecular potential changes in mice fetus caused by Metronidazole usin...

Journal: :Scalable Computing: Practice and Experience 2022

The most vital organs in the human body are brain, heart, and lungs. Because brain controls coordinates operations of all other organs, normal function is vital. Brain tumour a mass tissues which interrupts functioning if left untreated will lead to death subject. classification multiclass tumours using spatial fuzzy based level sets artificial neural network (ANN) techniques proposed this pape...

Journal: :Frontiers in Aging Neuroscience 2023

Huntington’s disease (HD) is a neurodegenerative characterized by movement and cognitive dysfunction. HD caused CAG expansion in exon 1 of the HTT gene that leads to polyglutamine (PQ) repeat huntingtin protein, which aggregates brain periphery. Previously, we used Drosophila models determine Htt-PQ aggregation heart causes shortened lifespan cardiac dysfunction ameliorated promoting chaperonin...

Journal: :international journal of endocrinology and metabolism 0
juraj payer clinic of internal medicine, faculty of medicine, comenius university, faculty hospital ruzinov, slovakia +421-248234108, payer@ru.unb.sk; clinic of internal medicine, faculty of medicine, comenius university, faculty hospital ruzinov, slovakia +421-248234108, payer@ru.unb.sk tomas petrovic clinic of internal medicine, faculty of medicine, comenius university, faculty hospital ruzinov, slovakia +421-248234108, payer@ru.unb.sk lubomir lisy clinic of neurology, slovak medical university, slovakia pavel langer institute of experimental endocrinology, slovak acadeamy of sciences, slovakia

recently, several patients have been reported with various signs of encephalopathy and high thyroid antibody levels together with good responsiveness to glucocorticoid therapy. despite the various clinical presentations, these cases have been termed “hashimoto encephalopathy” (he). although all of the pathogenic components have not yet been clearly elucidated, it is believed that brain vasculit...

Journal: :مجله علوم اعصاب شفای خاتم 0
sajad sahab negah a. department of neuroscience, mashhad university of medical sciences, mashhad, iran b. shefa neuroscience research center, khatam alanbia hospital, tehran, iran ali jahanbazi jahan-abad a. shefa neuroscience research center, khatam alanbia hospital, tehran, iran b. department of clinical biochemistry, shahid beheshti university of medical sciences, tehran, iran ali gorji a. department of neuroscience, mashhad university of medical sciences, mashhad, iran b. shefa neuroscience research center, khatam alanbia hospital, tehran, iran c. epilepsy research center, department of neurology, and department of neurosurgery, westfälische wilhelms-universität münster, münster, germany

traumatic brain injury (tbi) is described by a disruption in the normal function of the brain due to an injury following a trauma, which can potentially cause severe physical, cognitive, and emotional impairment. the use of human stem cells and self-assembling peptide scaffolds suggest huge potential for application in the treatment of tbi. in the present study, we surveyed the beneficial effec...

Journal: :journal of biomedical physics and engineering 0
a javadpour neuroscience research center, baqiyatallah university of medical sciences, tehran, iran. a mohammadi neuroscience research center, baqiyatallah university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی بقیه الله (baqiyatallah university of medical sciences)

normal 0 false false false en-us x-none fa background:  regarding the importance of right diagnosis in medical applications, various methods have been exploited for processing medical images solar. the method of segmentation is used to analyze anal to miscall structures in medical imaging. objective:  this study describes a new method for brain magnetic resonance image (mri) segmentation via a ...

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

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

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