نتایج جستجو برای: vta

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

2016
Idaira Oliva Matthew J. Wanat

Drug-related behaviors in both humans and rodents are commonly thought to arise from aberrant learning processes. Preclinical studies demonstrate that the acquisition and expression of many drug-dependent behaviors involves the ventral tegmental area (VTA), a midbrain structure comprised of dopamine, GABA, and glutamate neurons. Drug experience alters the excitatory and inhibitory synaptic inpu...

2013
L. Adermark

Background. The nucleus accumbens (nAc) and the VTA are primary components of the mesolimbic dopamine system, which is activated by all drugs of abuse, including ethanol. GABAergic neurotransmission has repeatedly been shown to regulate the activity of dopaminergic neurons in the VTA, and the aim with this study was to define the involvement of nicotinic acetylcholine receptors (nAChRs) in medi...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2011
Kechun Yang Lori Buhlman Ghous M Khan Robert A Nichols Guozhang Jin J Michael McIntosh Paul Whiteaker Ronald J Lukas Jie Wu

Diverse nicotinic acetylcholine receptor (nAChR) subtypes containing different subunit combinations can be placed on nerve terminals or soma/dendrites in the ventral tegmental area (VTA). nAChR α6 subunit message is abundant in the VTA, but α6*-nAChR cellular localization, function, pharmacology, and roles in cholinergic modulation of dopaminergic (DA) neurons within the VTA are not well unders...

Introduction: Stimulation or inactivation of the lateral hypothalamus (LH) produces antinociception. Studies showed a role for the ventral tegmental area (VTA) in the antinociception induced by LH chemical stimulation through the orexinergic receptors. In this study, we assessed the role of intra-VTA dopamine D1 and D2 receptors in antinociceptive effects of cholinergic agonist, carbachol, m...

Journal: :American journal of physiology. Regulatory, integrative and comparative physiology 2016
Sarah J Terrill Kellie M Hyde Kristen E Kay Hayden E Greene Calyn B Maske Amanda E Knierim Jon F Davis Diana L Williams

Hypothalamic orexin neurons project to numerous brain areas, including the ventral tegmental area (VTA), which is involved in motivation and food-seeking behavior. Here we address how exogenously administered orexin-A and endogenous orexin 1 receptor (OX1R) activation in the VTA affects feeding behavior. We hypothesized that orexin-A and OX1R antagonist SB334867 delivered to the VTA, at doses t...

Journal: :Journal of neurophysiology 2007
J Russel Keath Michael P Iacoviello Lindy E Barrett Huibert D Mansvelder Daniel S McGehee

Midbrain dopamine (DA) neurons are found in two nuclei, the substantia nigra pars compacta (SNc) and ventral tegmental area (VTA). The SNc dopaminergic projections to the dorsal striatum are involved in voluntary movement and habit learning, whereas the VTA projections to the ventral striatum contribute to reward and motivation. Nicotine induces profound DA release from VTA dopamine neurons but...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2002
Abraham Zangen Satoshi Ikemoto James E Zadina Roy A Wise

Endomorphin-1 (EM-1) is a recently isolated endogenous peptide having potent analgesic activity and high affinity and selectivity for the mu-opioid receptor. The present study was designed to investigate the rewarding and psychomotor stimulant effects of EM-1 in specific brain regions. We found that rats would learn without priming or response shaping to lever-press for microinjections of EM-1 ...

Journal: :Journal of applied physiology 2011
Tomoko Nakamoto Kanji Matsukawa Nan Liang Rie Wakasugi L Britt Wilson Jouji Horiuchi

We examined whether neurons in the midbrain ventral tegmental area (VTA) play a role in generating central command responsible for autonomic control of the cardiovascular system in anesthetized rats and unanesthetized, decerebrated rats with muscle paralysis. Small volumes (60 nl) of an N-methyl-D-aspartate receptor agonist (L-homocysteic acid) and a GABAergic receptor antagonist (bicuculline) ...

2018
Ashley C. Nelson Stephanie B. Williams Stephanie S. Pistorius Hyun J. Park Taylor J. Woodward Andrew J. Payne J. Daniel Obray Samuel I. Shin Jennifer K. Mabey Scott C. Steffensen

The neural mechanisms underlying alcohol dependence are not well-understood. GABAergic neurons in the ventral tegmental area (VTA) are a relevant target for ethanol. They are inhibited by ethanol at physiologically-relevant levels in vivo and display marked hyperexcitability during withdrawal. In the present study, we examined the effects of the GABA(A) receptor agonist muscimol on VTA neurons ...

Journal: :The Journal of pharmacology and experimental therapeutics 1998
G Di Giovanni M Di Mascio V Di Matteo E Esposito

Electrophysiological techniques were used to study the effects of amisulpride, a D2/D3 dopamine receptor blocker, on the activity of dopaminergic neurons in the substantia nigra pars compacta (SNc) and the ventral tegmental area (VTA). Administration of single bolus doses of amisulpride (8-32 mg/kg i.v.) induced a dose-dependent increase in the basal activity of dopaminergic neurons, in both th...

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

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

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