نتایج جستجو برای: 1997 afterwards

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

Journal: :Zootaxa 2013
Alberto Lopez-Pancorbo Kadir Boğaç Gergin Blagoev Christo Deltshev Carles Ribera

A new troglobitic spider species, Nesticus dimensis n. sp. (felmale male), inhabiting the Dim Cave of Alanya (Antalya Prov., Turkey) is diagnosed and described. The new species belongs to the Eastern Mediterranean Nesticus Group, which includes N. eremita and N. speluncarum as the most common and widespread species along with N. arenstorffi and N. henderickxi. Evolutionary relationships of the ...

2013
Gbadebo Oladosu

The interaction between biofuels and food markets remains a policy issue for a number of reasons. There is a continuing need to understand the role of biofuels in the recent spikes in global food prices. Also, there is an ongoing discussion of changes to biofuel policy as a means to cope with severe weather-induced crop losses. Lastly, there are potential interactions between food markets and a...

2005
Akhil R. Garg Basabi Bhaumik

The orientation tuning width of the spike response of neuron in V1 does not change with the contrast of input signals. It is also known that cortical neurons exhibit tremendous irregularity in their discharge pattern, which is conserved over large regions of cerebral cortex. To produce this irregularity in responses the neurons must receive balanced excitation and inhibition. By a modeling stud...

2010
Vincent Vigneron Hsin Chen Yen-Tai Chen Hsin-Yi Lai You-Yin Chen

We describe in this paper an advanced protocol for the discrimination and the classification of neuronal spike waveforms within multichannel electrophysiological recordings. Sparse decomposition was used to serarate the linearly independent signals underlying sensory information in cortical spike firing patterns. We introduce some modifications in the the IDE algorithm to take into account prio...

2010
Kwan Ting Ng Farid Boussaïd Amine Bermak

This paper presents a gas identification circuit for tin oxide (SnO2) gas sensors. The proposed circuit uses 2 gas sensors with different characteristics to achieve gas identification. A spike train is generated during operation, with the frequency of spike occurrence being gas dependent but concentration invariant. As a result, the spike firing frequency can be used to achieve gas identificati...

2010
Shu-Chuan Tseng Pei-Chen Tsou Ko Kuei Chien-Wen Lee

This paper examines sentence repetition and narrative speech data produced by hearing-impaired and normally hearing children with matched gender, age and level of speech comprehension. We assessed these two kinds of speech styles by talker intelligibility, vowel space, and spike production in plosives. In both speaking styles, normally hearing children performed better in talker intelligibility...

Journal: :Neurocomputing 2003
Christopher J. Rozell Don H. Johnson Raymon M. Glantz

We analyzed sustaining fiber responses in the crayfish visual system to light pulses using information processing techniques. The light pulse stimuli elicited a transient and a steadystate component in the EPSP input and in the firing rate of the spike train output. The overall information transfer of the system was very low ( ̃ ), with a sharp increase during the transient portion of the respon...

2011
Amol Khanapurkar Mohit Nanda Suresh B. Malan

Load Testing helps to capture performance at different load levels. It is naïve to assume that application performance at a certain load level may be in the same band that the load testing has pointed out. By introducing small spike for short duration we observed that applications either show resiliency, graceful degradation and recovery or total crash even after the spike has subsided. This be...

Journal: :Neural Computation 1998
Sharon Crook Bard Ermentrout James M. Bower

Oscillations in many regions of the cortex have common temporal characteristics with dominant frequencies centered around the 40 Hz (gamma) frequency range and the 5-10 Hz (theta) frequency range. Experimental results also reveal spatially synchronous oscillations which are stimulus dependent (Gray and Singer, 1987; Gray et al., 1989; Engel et al., 1992). This rhythmic activity suggests that th...

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

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

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