نتایج جستجو برای: before application

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

2009
Frank Wilczek Ettore Majorana

Enrico Fermi had to cajole his friend Ettore Majorana into publishing his big idea: a modification of the Dirac equation that would have profound ramifications for particle physics. Shortly afterwards, in 1938, Majorana mysteriously disappeared, and for 70 years his modified equation remained a rather obscure footnote in theoretical physics (Box 1). Now suddenly, it seems, Majorana’s concept is...

Journal: :IEEE Computer 2014
Hal Berghel

A ccording to Apple, “ ... certain celebrity accounts were compromised by a very targeted attack on user names, passwords, and security questions.”1 Didn’t we cover defensive privacy tactics in my January column?2 Color me dazed and confused! Hacking in cyberspace? Nothing like that’s ever happened before. (I’ve got another heads-up for you iPhone users—Siri talks about you behind your back. I’...

Journal: :Behavioral sciences & the law 2003
Jennifer L Skeem John Encandela Jennifer Eno Louden

Despite the prevalence of mentally ill probationers, and probation officers' (POs') central role in their supervision, this is the first reported study to investigate how POs implement mandates to participate in psychiatric treatment. Five focus groups were conducted in major cities with 32 POs and 20 probationers representing a mix of traditional and "specialty" probation agencies. Three key f...

1998
Ashis Tarafdar Vijay K. Garg Vijay K Garg

The happened before model has been widely used to model distributed computations In particular it has been used to model the logical time and the potential causality aspects of a distributed computation Though it is a good model for logical time we argue that it is not a good model for potential causality We introduce a better model for potential causality that extends happened before to allow ...

1995
Susan W. McRoy

Most computational accounts of dialogue have assumed that once listeners have interpreted an utterance, they never change this interpretation. However, human interactions routinely violate this assumption. This is because people are necessarily limited in how much information they can make explicit. As a result, misunderstandings might occur--discourse participants might differ in their beliefs...

2005
Lennart Meier

Clock synchronization is a crucial basic service in typical sensor networks, since the observations of distributed sensors more often than not need to be ordered (“a happened before b”) or otherwise related (“a and b happened within a time window of size x”) in time. Ad-hoc sensor networks exhibit characteristics which make the use of traditional clock-synchronization algorithms infeasible. Mor...

2009
Min Hwang John M. Quigley

It is widely accepted that aggregate housing prices are predictable, but that excess returns to investors are precluded by the transactions costs of buying and selling property. We examine this issue using a unique data set—all private condominium transactions in Singapore during an eleven-year period. We model directly the price discovery process for individual dwellings. Our empirical results...

Journal: :EURASIP J. Adv. Sig. Proc. 2011
Huisi Tong Hao Zhang Huadong Meng Xiqin Wang

In radar systems, tracking targets in low signal-to-noise ratio (SNR) environments is a very important task. There are some algorithms designed for multitarget tracking. Their performances, however, are not satisfactory in low SNR environments. Track-before-detect (TBD) algorithms have been developed as a class of improved methods for tracking in low SNR environments. However, multitarget TBD i...

2010
Dong Hong

We develop a model of gradual information diffusion based on word of mouth communication. When news is initially released to a small fraction of investors, the expected diffusion rate (the change in the fraction of investors with the news) is initially increasing in time and only then decreases. Assuming risk-averse investors trade when they receive the news, the serial correlation of stock ret...

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

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

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