نتایج جستجو برای: histaminergic neurons

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

2017
Bejan Aresh Fabio B. Freitag Sharn Perry Edda Blümel Joey Lau Marina C.M. Franck Malin C. Lagerström

Itch is a sensation that promotes the desire to scratch, which can be evoked by mechanical and chemical stimuli. In the spinal cord, neurons expressing the gastrin-releasing peptide receptor (GRPR) have been identified as specific mediators of itch. However, our understanding of the GRPR population in the spinal cord, and thus how these neurons exercise their functions, is limited. For this pur...

2011
Cristiano André Köhler Weber Cláudio da Silva Fernando Benetti Juliana Sartori Bonini

Encoding for several memory types requires neural changes and the activity of distinct regions across the brain. These areas receive broad projections originating in nuclei located in the brainstem which are capable of modulating the activity of a particular area. The histaminergic system is one of the major modulatory systems, and it regulates basic homeostatic and higher functions including a...

Journal: :The Journal of pharmacology and experimental therapeutics 2007
X Ligneau D Perrin L Landais J-C Camelin T P G Calmels I Berrebi-Bertrand J-M Lecomte R Parmentier C Anaclet J-S Lin V Bertaina-Anglade C Drieu la Rochelle F d'Aniello A Rouleau F Gbahou J-M Arrang C R Ganellin H Stark W Schunack J-C Schwartz

Histamine H3 receptor inverse agonists are known to enhance the activity of histaminergic neurons in brain and thereby promote vigilance and cognition. 1-{3-[3-(4-Chlorophenyl)propoxy]propyl}piperidine, hydrochloride (BF2.649) is a novel, potent, and selective nonimidazole inverse agonist at the recombinant human H3 receptor. On the stimulation of guanosine 5'-O-(3-[35S]thio)triphosphate bindin...

Journal: :Neuroscience letters 2011
Ivana Marasović-Šušnjara Vinko Palada Ivana Marinović-Terzić Ninoslav Mimica Josipa Marin Dorotea Muck-Seler Maja Mustapić Paola Presečki Nela Pivac Vera Folnegović-Šmalc Jasna Marinović-Ćurin Janoš Terzić

Several abnormalities, including lower histamine levels in brain, elevated serum histamine and degeneration of histaminergic neurons in tuberomammillary nucleus, were described in the histaminergic system of patients with Alzheimer's disease (AD). Histamine is a central neurotransmitter with several functions in brain including regulation of memory, cognition, locomotion, and is degraded in par...

2013
Henri A. J. Puttonen Maria Sundvik Stanislav Rozov Yu-Chia Chen Pertti Panula

Earlier studies in zebrafish have revealed that acutely given ethanol has a stimulatory effect on locomotion in fish larvae but the mechanism of this effect has not been revealed. We studied the effects of ethanol concentrations between 0.75 and 3.00% on 7-day-old larval zebrafish (Danio rerio) of the Turku strain. At 0.75-3% concentrations ethanol increased swimming speed during the first minu...

Journal: :Indian journal of physiology and pharmacology 1984
P P Singh A Y Junnarkar M U Naidu R K Varma R M Tripathi D R Shridhar

Clonidine is reported to inhibit the az-adrenoceptor mediated pinnal reflex in mice (3). Clonidine produces its effect by acting as an oc2-adrenergic autoreceptor agonist (1). As such, clonidine is also agonist for presynaptic histamine Hz-receptors (8). To test whether the clonidine-induced inhibition of the pinnal reflex is mediated through adrenergic and/or histaminergic system, the interact...

2011
Mamoru TANIDA Katsuya NAGAI

Autonomic nerves, consisting of both sympathetic and parasympathetic nerves, regulate various bodily functions such as blood pressure, body temperature, glucose metabolism, energy metabolism, and digestion. Our studies in rats and mice have demonstrated that food, flavor, and music affect physiological phenomena via changes in autonomic neurotransmissions. Intestinal injection of Lactobacillus ...

Journal: :Acta dermato-venereologica 2015
Hjalte H Andersen Jesper Elberling Lars Arendt-Nielsen

Within the last decade understanding of the mechanistic basis of itch has improved significantly, resulting in the development of several human surrogate models of itch and related dysesthetic states. Well-characterized somatosensory models are useful in basic studies in healthy volunteers, in clinical studies for diagnostic and segmentation purposes, and in pharmacological studies to evaluate ...

2017
Hjalte Holm

? Users may download and print one copy of any publication from the public portal for the purpose of private study or research. ? You may not further distribute the material or use it for any profit-making activity or commercial gain ? You may freely distribute the URL identifying the publication in the public portal ? Take down policy If you believe that this document breaches copyright please...

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

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

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