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

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

2017
Youngmin Noh Detlef Müller Kyunghwa Lee Kwanchul Kim Kwonho Lee Atsushi Shimizu Itaru Sano Chan Bong Park

The linear particle depolarization ratios at 440, 675, 870, and 1020 nm were derived using data taken with the AERONET sun–sky radiometer at Seoul (37.45 N, 126.95 E), Kongju (36.47 N, 127.14 E), Gosan (33.29 N, 126.16 E), and Osaka (34.65 N, 135.59 E). The results are compared to the linear particle depolarization ratio measured by lidar at 532 nm. The correlation coefficient R2 between the li...

2015
Tengfei Yan Xiaofen Qiao Pingheng Tan Xinhui Zhang

We have systematically examined the circular polarization of monolayer WSe2 at different temperature, excitation energy and exciton density. The valley depolarization in WSe2 is experimentally confirmed to be governed by the intervalley electron-hole exchange interaction. More importantly, a non-monotonic dependence of valley circular polarization on the excitation power density has been observ...

Journal: :Neuron 2015
Jens P. Dreier Clemens Reiffurth

The term spreading depolarization (SD) refers to waves of abrupt, sustained mass depolarization in gray matter of the CNS. SD, which spreads from neuron to neuron in affected tissue, is characterized by a rapid near-breakdown of the neuronal transmembrane ion gradients. SD can be induced by hypoxic conditions--such as from ischemia--and facilitates neuronal death in energy-compromised tissue. S...

Journal: :Scientia Pharmaceutica 2021

Studies on potential treatments of Coronavirus Disease 2019 (COVID-19) are important to improve the global situation in face pandemic. This review proposes lithium as a drug treat COVID-19. Our hypothesis states that can suppress NOD-like receptor family pyrin domain containing-3 (NLRP3) inflammasome activity, inhibit cell death, and exhibit immunomodulation via membrane depolarization. was for...

Journal: :Journal of Applied Mathematics and Physics 2023

The Gibbs-like variational methodology is applied to the heterogeneous systems with rigid pyroelectric or pyromagnetic domains. processes of depolarization/demagnetization are taken into account by assuming spatial mobility interfaces. simplest configuration flat interface separating half-spaces permits explicit analysis morphological stability.

2006
Andrew Fletcher Anvar Shukurov

Recent radio polarization observations have revealed a plethora of unexpected features in the polarized Galactic radio background that arise from propagation effects in the random (turbulent) interstellar medium. The canals are especially striking among them, a random network of very dark, narrow regions clearly visible in many directions against a bright polarized Galactic synchrotron backgrou...

2004
B. R. Wamhoff D. K. Bowles O. G. McDonald S. Sinha A. P. Somlyo A. V. Somlyo G. K. Owens

Vascular smooth muscle cell (SMC) contraction is mediated in part by calcium influx through L-type voltage-gated Ca channels (VGCC) and activation of the RhoA/Rho kinase (ROK) signaling cascade. We tested the hypothesis that Ca influx through VGCCs regulates SMC differentiation marker expression and that these effects are dependent on RhoA/ROK signaling. Depolarization-induced activation of VGC...

Journal: :Journal of neurophysiology 1999
P Schwindt W Crill

Apical dendrites of layer 5 pyramidal cells in a slice preparation of rat sensorimotor cortex were depolarized focally by long-lasting glutamate iontophoresis while recording intracellularly from their soma. In most cells the firing pattern evoked by the smallest dendritic depolarization that evoked spikes consisted of repetitive bursts of action potentials. During larger dendritic depolarizati...

2008
Izabela Panek Ulli Höger Andrew S. French Päivi H. Torkkeli

Panek I, Höger U, French AS, Torkkeli PH. Contributions of voltageand Ca -activated conductances to GABA-induced depolarization in spider mechanosensory neurons. J Neurophysiol 99: 1596–1606, 2008. First published January 23, 2008; doi:10.1152/jn.01267.2007. Activation of ionotropic -aminobutyric acid type A (GABAA) receptors depolarizes neurons that have high intracellular [Cl ], causing inhib...

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

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

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