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

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

2009
Aaron M. White

Alcohol primarily interferes with the ability to form new long-term memories, leaving intact previously established long-term memories and the ability to keep new information active in memory for brief periods. As the amount of alcohol consumed increases, so does the magnitude of the memory impairments. Large amounts of alcohol, particularly if consumed rapidly, can produce partial (i.e., fragm...

2010
Michael McDonald Bhashyam Balaji Anthony Damini Brian Eatock

Real radar data containing a small manoeuvring boat in sea clutter was processed using a grid based finite difference implementation of continuous-discrete filtering. An examination was undertaken to determine the appropriate dynamic, target amplitude and clutter amplitude models which should be utilized to allow the successful application of Track Before Detect techniques (TkBD). Both two dime...

2009
Guo Shaonan Zhang Xiaoling

Track-before-Detect (TBD) methods have been applied in the fields of dim target detection in radar systems. The basic principle of TBD is actually the theory of multiple frame integration detection, that is, using the multiple scans data to detect the dim target by accumulation effect which make use of information about target motion trajectory to increase the target detection capability of a s...

2015
Ross Levine Chen Lin Beibei Shen

Do labor regulations influence the reaction of stock markets and firm profitability to cross-border acquisitions? We discover that acquiring firms enjoy smaller abnormal stock returns and profits when targets are in countries with stronger labor protection regulations, i.e., in countries where laws, regulations, and policies increase the costs to firms of adjusting their workforces. These effec...

2015
Wei Ding Peng Liang Antony Tang Hans van Vliet

Understanding the causes of architecture changes allows us to devise means to prevent architecture knowledge vaporization and architecture degeneration. But the causes are not always known, especially in open source software (OSS) development. This makes it very hard to understand the underlying reasons for the architecture changes and design appropriate modifications. Architecture information ...

Journal: :مطالعات حقوق خصوصی 0
محمد حسین رمضامی قوام آبادی

the participation of n.g.os can also be found in the process of creating and their control as well as in the area of their application and the implementation of these norms. clearly, this study dose not attempt to present a general picture of the modus operandi of n.g.os in international law. these can only serve as a secondary aspect of the main subject of this study, from the viewpoint partic...

Bahramnezhad, Fatemeh, Chegini, Najmeh,

Introduction: The majority of nursing students believed that their knowledge in the field of pharmacology is far from the desired level, which can be due to the large volume of intensive one-semester content and ineffective teaching of the pharmacology course. Accordingly, this study has determined and compared education with the mobile application and puzzle classroom on memorization of pharma...

1998
Ashis Tarafdar Vijay K. Garg

in Distributed Programs Ashis Tarafdar Vijay K. Garg Dept. of Computer Sciences Dept. of Electrical and Computer Engg. University of Texas at Austin University of Texas at Austin Austin, TX 78712 Austin, TX 78712 (ashis@cs.utexas.edu) (garg@ece.utexas.edu) Abstract The partial-order model of distributed computations based on the happened before relation has been criticized for allowing false ca...

2001
Shaun A. Bond Soosung Hwang

The low level of volatility observed in appraisal-based commercial property indices relative to other asset classes has been frequently noted and extensively commented on in the Real Estate finance literature. However, the volatility of such commercial property indices is only one source of information on the second moment of commercial property returns. The volatility of securitised property r...

2003
Zhiping Zheng

AnswerBus News Engine' is a question answering system using the contents of CNN Web site2 as its knowledge base. Comparing to other question answering systems including its previous versions, it has a totally independent crawling and indexing system and a fully functioning search engine. Because of its dynamic and continuous indexing, it is possible to answer questions on just-happened facts. A...

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

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

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