نتایج جستجو برای: memory control

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

ژورنال: طب جانباز 2019
Arabameri , E., Moslehi , M., Shahbazi , M., Tahmasebi Boroujeni , Sh.,

Aims: Cognitive disorders is one of the problems of veterans with post-traumatic stress disorder (PTSD). The current study aimed at investigating the effects of aerobic exercises on memory and attention in veterans with PTSD. Materials & Methods: The present semi-experimental study with pre-test post-test design and control group was conducted in 2016 among 21 patients with PTSD, who were refer...

Mehrdad Roghani, Mohammad reza Jalali nodoushan,

  Abstract   Introduction: Diabetes mellitus accompanies with disturbances in learning, memory, and cognitive skills in the human society and experimental animals. Considering the beneficial antidiabetic potential of Nigella sativum (NS ), this research study was conducted to evaluate the effect of chronic consumption of NS on learning and memory in diabetic rats using passive avoidance and Y-m...

Aims: The present study was conducted with the aim of investigating the effects of repeated magnetic brain stimulation on cognitive functions of police personnel with post-traumatic stress disorder (PTSD). This research was applied and semi-experimental with a pre-test-post-test research design with a control group. Materials and Methods: The statistical population included Naja police officer...

Journal: :basic and clinical neuroscience 0
mehrdad jahanshahi neuroscience research center, department of anatomy, golestan university of medical sciences, gorgan, iran. kamran haidari neuroscience research center, department of anatomy, golestan university of medical sciences, gorgan, iran. simin mahaki-zadeh neuroscience research center, department of anatomy, golestan university of medical sciences, gorgan, iran. emsegol nikmahzar neuroscience research center, department of anatomy, golestan university of medical sciences, gorgan, iran. fatemeh babakordi neuroscience research center, department of anatomy, golestan university of medical sciences, gorgan, iran.

introduction mdma or ecstasy is a derivative of amphetamines used mostly by young people worldwide. although the acute effects of this drug are known, the effect of chronic administration is not well studied. therefor the aim of this study was to determine the effects of repeated (long term) administration of mdma on rats' memory and their hippocampal cell density. method: young adult male...

F. Namazi, F. Soleimani, G.A. Jelodar, M. Azimzadeh,

Background: Exposure to electromagnetic radiation may impair memory. This study was conducted to evaluate the effect of radiofrequency wave (hereafter referred to as RFW) on passive avoidance learning and memory in healthy males and females. Materials and Methods: Ten adult male and ten female Sprague-Dawley rats (230±20 gr) were randomly divided into four groups including two control groups (o...

Journal: :basic and clinical neuroscience 0
mohammad allahtavakoli najmeh honari iran pourabolli mohammad kazemi arababadi hossein ghafarian ali roohbakhsh

introduction: lower level of estrogen hormone is considered as an important factor for loss of learning and memory in postmenopausal women. although estrogen replacement therapy is used for compensation, but long-term usage of estrogen is associated with a higher risk of hormonedependent cancers. phytoestrogens, due to fewer side effects, have been proposed to prevent menopause-related cognitiv...

Journal: :iranian journal of veterinary research 2013
kh. esmaeilpour-bezenjani m. abbasnejad

previous studies have shown that ascorbic acid (aa) plays a crucial role in mammalian brain as avitamin and neuronal modulator. there is increasing evidence indicating that dopaminergic system and aacould affect learning and memory processes. in addition, vitamin c acts as a dopamine antagonist in thebrain. the aim of the present study was to evaluate the intra-hippocampal co-administration of ...

Background: The paced auditory serial addition test (PASAT) was primarily developed to assess the effects of traumatic brain injury on cognitive functioning. Working memory (WM) is one of the most important aspects of cognitive function, and WM impairment is one of the clinically remarkable signs of aphasia. To develop the Persian version of PASAT, an initial version was used in individuals wit...

Background & Aims: Due to the fact that nanoscale zinc oxide nanoparticles can pass through the blood brain barrier and have devastating effects on various posts of nervous system, the present study investigated the effects of N-Acetyl cysteine on memory retrieval, hippocampal CA1 pyramidal neurons and some blood serum oxidative stress factors on male Wistar rats treated with zinc oxide nanopar...

Journal: :مجله علوم اعصاب شفای خاتم 0
mohamad esmaiel alipour a. shefa neuroscience research center, khatam alanbia hospital, tehran, iran b. school of advanced technologies in medicine, tehran university of medical science, tehran, iran maryam jafarian shefa neuroscience research center, khatam alanbia hospital, tehran, iran

modern neuroscientific research help to solve the impotent challenge in curriculum design and teaching for enhancing students’ ability to organize information in a way that makes it efficient in response to an appropriate context such as problem solving and critical thinking via knowing about the mechanism of different type of memories especially long term memory. at first, we should to clarify...

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

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

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