نتایج جستجو برای: separated s

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

Journal: :Journal of Physics: Conference Series 2016

Journal: :TRANSACTIONS OF THE JAPAN SOCIETY OF MECHANICAL ENGINEERS Series B 1984

Kooroush Manochehri Sahar Darvish Motevali

One of the major cipher symmetric algorithms is AES. Its main feature is to use S-BOX step, which is the only non-linear part of this standard possessing fixed structure. During the previous studies, it was shown that AES standard security was increased by changing the design concepts of S-BOX and production of dynamic S-BOX. In this paper, a change of AES standard security is studied by produc...

فضائلی, اصغر, نجفی, فائزه, نوریان, عباس علی, هانیلو, علی,

Background and Objective: Preparation of proper antigens is an important issue in serology of hydatidosis. Investigators have been able to obtain excretory/secretory antigens (E/S Ags) by short-term culture of protoscoleces in a couple of culture media. However, no data are available about production rate of such antigens in different culture media. The present study was carried out to evaluate...

Journal: :Photochemical & photobiological sciences : Official journal of the European Photochemistry Association and the European Society for Photobiology 2006
Rudi Berera Gary F Moore Ivo H M van Stokkum Gerdenis Kodis Paul A Liddell Miguel Gervaldo Rienk van Grondelle John T M Kennis Devens Gust Thomas A Moore Ana L Moore

We have designed and synthesized a molecular dyad comprising a carotenoid pigment linked to a fullerene derivative (C-C(60)) in which the carotenoid acts both as an antenna for the fullerene and as an electron transfer partner. Ultrafast transient absorption spectroscopy was carried out on the dyad in order to investigate energy transfer and charge separation pathways and efficiencies upon exci...

Journal: :The European physical journal. E, Soft matter 2009
H Li T Gisler

Single-molecule experiments on polymeric DNA show that the molecule can be overstretched at nearly constant force by about 70% beyond its relaxed contour length. In this publication we use steered molecular dynamics (MD) simulation to study the effect of structural defects on force-extension curves and structures at high elongation in a 30 base pair duplex pulled by its torsionally unconstraine...

2013
Adam Westermann Jorg M. Buchholz

It is widely accepted that speech intelligibility improves as a speech signal and interfering masker are separated spatially in azimuth. In a previous study [Westermann et al. (2012), IHCON] a similarly strong improvement was found for normal hearing (NH) listeners when target and masker are separated in distance. In this study speech reception thresholds (SRTs) were measured for 16 hearing imp...

Journal: :Journal of Artificial Intelligence Research 2023

Devising a strategy to make system mimic behaviors from another is problem that naturally arises in many areas of Computer Science. In this work, we interpret the context intelligent agents, perspective ltlf , formalism commonly used AI for expressing finite-trace properties. Our model consists two separated dynamic domains, DA and DB, an LTLf specification formalizes notion mimicking by mappin...

Journal: :Vision Research 2014
Frederick A.A. Kingdom Natacha Kardous Laura Curran Elena Gheorghiu Jason Bell

Two sub-systems characterize the early stages of human colour vision, the 'L-M' system that differences L and M cone signals and the 'S' system that differences S cone signals from the sum of L and M cone signals. How do they interact at suprathreshold contrast levels? To address this question we employed the method used by Kingdom et al. (2010) to study suprathreshold interactions between lumi...

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

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

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