نتایج جستجو برای: pineal gland

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

Journal: :Indian journal of pathology & microbiology 2015
Ritesh Ranjan Priti Chowdhary Anita Pandey Ritika Adarsh

I N D I A N J O U R N A L O F P A T H O L O G Y A N D M I C R O B I O L O G Y 5 8 ( 3 ) , J U L Y S E P T E M B E R 2 0 1 5 413 systemic lymphoma is not specifically excluded in that case. The majority of pineal gland tumors present at least by the third decade of life. Thus, other diagnosis should be entertained in pineal tumors occurring in older adults. Metastasis to pineal gland has been re...

Journal: :Polish journal of pharmacology 2004
Jolanta B Zawilska Jolanta Rosiak Jerzy Z Nowak

Histamine (HA) is a potent stimulator of cAMP synthesis in various structures of chick brain, including the pineal gland. The action of HA is mediated by specific, membrane bound H(2)-like receptors, whose pharmacological profile is different from that described for H(2) receptors in mammalian tissues. In this work, we analyzed the effects of cholera toxin (CTX) and pertussis toxin (PTX), well-...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1976
G A Engbretson C M Lent

The parietal eye of the lizard responds to illumination by sending afferent impulses to the pineal gland during daylight, the photophase. The pineal gland has efferently conducting neurons which are especially sensitive to norepinephrine and whose feedback to the parietal eye enhances its photo responsiveness. During the scotophase, at night, the eye generates afferent impulses to the cessation...

Journal: :Archives of histology and cytology 1994
S Matsushima Y Sakai Y Hira Y Oomori S Daikoku

Immunohistochemistry revealed the presence of tyrosine hydroxylase (TH)-, neuropeptide Y (NPY)-, calcitonin gene-related peptide (CGRP)- and substance P (SP)-immunoreactive nerve fibers and SP-immunoreactive neuronal cell bodies in the pineal gland of the cotton rat (Sigmodon hispidus). Abundant TH- and NPY-immunoreactive fibers were distributed evenly throughout the gland; less numerous CGRP- ...

2016
Olaide Ajayi Atilio Palma Jeremy Deisch

The pineal gland is a midline organ located posterior to the third ventricle in the quadrigeminal cistern. It is surrounded by the splenium of the corpus callosum above, the thalami laterally, and the quadrigeminal plate and vermis below, together delineating the pineal region [1]. Histologically, the human pineal gland parenchyma is mainly composed of pineocytes with a few supportive astrocyte...

Journal: :Histology and histopathology 2000
J L Calvo J Boya A L Carbonell J E García-Mauriño

The immunohistochemical detection of bromodeoxyuridine (BrdU) was used to study the cell proliferation in the developing rat pineal gland, from the appearance of pineal primordium in the embryonic day 15 (E15) until 30 days after birth. The results showed three different proliferative phases. From E15 to E21, the pineal gland shows a phase of rapid proliferation. The second phase corresponds to...

Journal: :The journal of histochemistry and cytochemistry : official journal of the Histochemistry Society 1997
M O López-Figueroa J P Ravault B Cozzi M Møller

We used the NADPH-diaphorase histochemical method as a potential marker for nitric oxide synthase (NOS)-containing nerve fibers innervating the pineal gland of the sheep. Nerve fibers containing NADPH-diaphorase activity provide dense innervation of the sheep pineal gland. The nerve fibers were located in the pineal capsule, in the connective tissue septae separating the lobull of the gland, an...

Journal: :BMJ case reports 2016
Yuanfan Yang Michael L Levy John Ross Crawford

To cite: Yang Y, Levy ML, Crawford JR. BMJ Case Rep Published online: [please include Day Month Year] doi:10.1136/bcr-2015214170 DESCRIPTION A 4-year-old girl presented with a 4-month history of progressive exotropia. There was no headache, no impaired upgaze, no nystagmus and no vision changes. Complete neurological examination was otherwise normal. MRI of the brain revealed a 1.5 cm cystic le...

Journal: :Journal of neuropathology and experimental neurology 1983
S C Papasozomenos

The development of human pineal astrocytes was studied in a prospective autopsy series of 115 cases with an age range of 24 weeks of gestation to 91 years. Pineal glands selected from cases with postmortem intervals of one to 24 hours were fixed in Bouin's fluid and immunostained using the peroxidase-antiperoxidase technique and an antiserum against human glial fibrillary acidic (GFA) protein. ...

2010
SHIELDS WARREN

Reports of tumor metastasis to the pineal gland are exceptionally rare, perhaps because of little systematic post-mortem study. Primary tumors are apparently much more frequent and have been carefully studied (1). The first instance of metastasis is that reported by Forster (2) of Gottingen in 1858. The patient was a thirty-seven-year-old male with cancer of the lung (possibly esophagus) and wi...

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

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

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