نتایج جستجو برای: pial vessels blood flow

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

Journal: :Stroke 1975
E P Wei A J Raper H A Kontos J L Patterson

Feline pial arteries larger than 100 mu in diameter constricted in response to cervical sympathetic nerve stimulation suggests or in response to topical application of norepinephrine. Smaller pial arteries were unresponsive to norepinephrine. This unresponsiveness persisted when norepinephrine was dissolved in CSF with high calcium ion concentration, or in CSF with both high calcium ion and zer...

2014
Yuandong Li Utku Baran Ruikang K. Wang

In vivo imaging of mouse brain vasculature typically requires applying skull window opening techniques: open-skull cranial window or thinned-skull cranial window. We report non-invasive 3D in vivo cerebral blood flow imaging of C57/BL mouse by the use of ultra-high sensitive optical microangiography (UHS-OMAG) and Doppler optical microangiography (DOMAG) techniques to evaluate two cranial windo...

Journal: :The Yale Journal of Biology and Medicine 1955
F. M. Knapp Chester Hyman N. A. Bercel

Over the past years the nitrous oxide absorption method proposed by Kety and Schmidt12 has achieved wide application for the estimation of the blood flow through the cerebral tissue as a whole. However, histological evidence indicates a great variability in the relative vascularity of the several portions of the brain. Thus, for the most part, the white matter is relatively poorly supplied with...

Journal: :Stroke 1988
K Tanaka F Gotoh Y Fukuuchi T Amano N Suzuki D Uematsu J Kawamura T Yamawaki N Itoh K Obara

We evaluated the effect of a stable synthetic prostacyclin analogue, TRK-100, on the microcirculatory derangement occurring in feline pial vessels with endothelial damage after middle cerebral artery occlusion. Fifteen adult cats were divided into an untreated group (Group 1, n = 8) and a treated group (Group 2, n = 7). Thirty minutes after 10 minutes of ultraviolet irradiation, which selective...

Journal: :Stroke 1989
F M Faraci J K Williams K R Breese M L Armstrong D D Heistad

The goal of our study was to examine the effects of infusion of serotonin and the thromboxane A2 analogue U46619 into one carotid artery to stimulate their release from platelets during aggregation. We measured blood flow to the brain and eye using microspheres and cerebral microvascular pressure in the pial arteries of normal and atherosclerotic cynomolgus monkeys. Unilateral intracarotid infu...

Journal: :American journal of physiology. Heart and circulatory physiology 2002
Al C Ngai H Richard Winn

Pial arterioles supplying the hindlimb somatosensory cortex dilate in response to contralateral sciatic nerve stimulation. The mechanism of this pial vasodilation is not well understood. One possibility is that vasoactive metabolites released during brain activation may diffuse to subarachnoid cerebrospinal fluid (CSF) to dilate pial vessels. To test this hypothesis, we implanted closed cranial...

Journal: :Microcirculation 2015
Andy Y Shih Charlotta Rühlmann Pablo Blinder Anna Devor Patrick J Drew Beth Friedman Per M Knutsen Patrick D Lyden Celine Mateo Lisa Mellander Nozomi Nishimura Chris B Schaffer Philbert S Tsai David Kleinfeld

We review the organizational principles of the cortical vasculature and the underlying patterns of blood flow under normal conditions and in response to occlusion of single vessels. The cortex is sourced by a two-dimensional network of pial arterioles that feeds a three-dimensional network of subsurface microvessels in close proximity to neurons and glia. Blood flow within the surface and subsu...

2010
Pedro Cabrales Leonardo J. M. Carvalho

This experimental model was designed to assess the mouse pial microcirculation during acute and chronic, physiological and pathophysiological hemodynamic, inflammatory and metabolic conditions, using in vivo fluorescence microscopy. A closed cranial window is placed over the left parieto-occipital cortex of the mice. Local microcirculation is recorded in real time through the window using epi a...

2005
MICHAEL J. PURVES

IT IS worthwhile noting at the outset that this controversy is not new, the topic having been debated with vigor for the past 100 years or so. What has changed is the way in which the question at issue has been posed. In earlier experiments, the question was whether or not vasomotor nerves existed; but once they had been demonstrated, the problem was to assign a functional role to them. By the ...

Journal: :Circulation research 1984
A H Werber D D Heistad

The purpose of this study was to examine hemodynamic mechanisms which protect cerebral vessels against chronic hypertension, and contribute to protective effects of sympathetic nerves in the cerebral circulation. We studied stroke-prone spontaneously hypertensive rats and normotensive Wistar-Kyoto rats. At 3-4 weeks of age, all rats underwent removal of one superior cervical sympathetic ganglio...

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

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

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