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

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

2011
Lolahon R. Kadiri Alex C. Kwan

31 Endogenously bursting neurons play central roles in many aspects of 32 nervous system function, ranging from motor control to perception. The 33 properties and bursting patterns generated by these neurons are subject to 34 neuromodulation, which can alter cycle frequency and amplitude by 35 modifying the properties of the neuron’s ionic currents. In the 36 stomatogastric ganglion (STG) of th...

2009
J. A. Cholewa I. D. Moore

An existing deteriorated or hydraulically undersized pipe can be replaced with a new pipe by static pipe bursting. Cavity expansion during pipe bursting induces ground movements, which may potentially damage nearby buried utilities if they are in close proximity to the pipe bursting operation. A large-scale pipe bursting experiment was performed in an 8 m long, 8 m wide, and 3 m deep test pit f...

Journal: :Cell 2014
David Levens Daniel R. Larson

Transcriptional bursting has been observed across species and is one of the primary causes of variable gene expression in cells and tissue. In this issue, Chong et al. describe how DNA topology results in transcriptional bursting in E. coli.

Journal: :Journal of neurophysiology 2006
David Golomb Cuiyong Yue Yoel Yaari

The intrinsic firing modes of adult CA1 pyramidal cells vary along a continuum of "burstiness" from regular firing to rhythmic bursting, depending on the ionic composition of the extracellular milieu. Burstiness is low in neurons exposed to a normal extracellular Ca(2+) concentration ([Ca(2+)](o)), but is markedly enhanced by lowering [Ca(2+)](o), although not by blocking Ca(2+) and Ca(2+)-acti...

Journal: :Current Biology 1996
Evelyne Sernagor Norberto M. Grzywacz

BACKGROUND The role played by early neural activity in shaping retinal functions has not yet been established. In the developing vertebrate retina, ganglion cells fire spontaneous bursts of action potentials before the onset of visual experience. This spontaneous bursting disappears shortly after birth or eye opening. In the present study, we have investigated whether the outgrowth of receptive...

Journal: :PLoS ONE 2007
Aparna Nittala Soumitra Ghosh Xujing Wang

The oscillatory insulin release is fundamental to normal glycemic control. The basis of the oscillation is the intercellular coupling and bursting synchronization of beta cells in each islet. The functional role of islet beta cell mass organization with respect to its oscillatory bursting is not well understood. This is of special interest in view of the recent finding of islet cytoarchitectura...

2013
Bóris Marin William H. Barnett Anca Doloc-Mihu Ronald L. Calabrese Gennady S. Cymbalyuk

Flexibility in neuronal circuits has its roots in the dynamical richness of their neurons. Depending on their membrane properties single neurons can produce a plethora of activity regimes including silence, spiking and bursting. What is less appreciated is that these regimes can coexist with each other so that a transient stimulus can cause persistent change in the activity of a given neuron. S...

Journal: :The European journal of neuroscience 2013
Patrick E Jasinski Yaroslav I Molkov Natalia A Shevtsova Jeffrey C Smith Ilya A Rybak

The neural mechanisms generating rhythmic bursting activity in the mammalian brainstem, particularly in the pre-Bötzinger complex (pre-BötC), which is involved in respiratory rhythm generation, and in the spinal cord (e.g. locomotor rhythmic activity) that persist after blockade of synaptic inhibition remain poorly understood. Experimental studies in rodent medullary slices containing the pre-B...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 1996
E Bracci L Ballerini A Nistri

Spontaneous rhythmic bursting induced by coapplication of strychnine (1 microM) and bicuculline (20 microM) was observed with electrophysiological recording from pairs of lumbar ventral roots (usually L5) in an isolated preparation of the neonatal rat spinal cord. Bursting was insensitive to exogenously applied GABA or glycine, confirming that it was attributable to block of glycine and GABAA r...

2015
Glyn A. McMillan John R. Gray

The locust visual system contains a well-defined motion-sensitive pathway that transfers visual input to motor centers involved in predator evasion and collision avoidance. One interneuron in this pathway, the descending contralateral movement detector (DCMD), is typically described as using rate coding; edge expansion of approaching objects causes an increased rate of neuronal firing that peak...

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

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

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