نتایج جستجو برای: 038 year

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

2007
Gary J. Hill

We present spectroscopic follow-up observations of galaxies from the Munich Near-Infrared Cluster Survey (MUNICS). MUNICS is a wide-field medium-deep K 0-band-selected survey covering 1 deg2 in the near-infrared K 0 and J passbands, and 0.35 deg2 in I , R, V , and, recently completed, B. The spectroscopic sample comprises observations of objects down to a limit of K 0 17:5 in five survey fields...

2001
Thomas R. Dean James R. Cordy Kevin A. Schneider Andrew J. Malton

The year 2000 problem posed a difficult problem for many IT shops world wide. The most difficult part of the problem was not the actual changes to ensure compliance, but finding and classifying the data fields that represent dates. This is a problem well suited to design recovery. This paper presents an overview of LS/2000, a system that used design recovery to analyze source code for year 2000...

1996
Roderic D. M. Page Michael A. Charleston

c 0000 American Mathematical Society 1052-1798/00 $1.00 + $.25 per page . We present a method for visualising and quantifying the relationship between a pair of gene and species trees that constructs a third tree termed the reconciled tree. Given a gene tree and a species tree the reconciled tree represents the history of the gene tree embedded within the species tree. The reconciled tree is co...

Journal: :J. Symb. Log. 2005
Jerry Gagelman

It is proved that all groups of finite U -rank that have the descending chain condition on definable subgroups are totally transcendental. A corollary is that any stable group that is definable in an o-minimal structure is totally transcendental of finite Morley rank. Motivation for this paper is a problem concerning stable groups definable in ominimal structures. One theorem is that any defina...

2006
O. Haenen R. Hedrick

More than 70 international conference participants attended the workshop on Monday 12th Sept 2005. During that afternoon session, the short lectures of several research groups were presented as listed below. As there was no time left for the discussion on Monday, this was postponed to Tuesday afternoon, 13th Sept 2005. During 70 minutes the points listed below were discussed by more than 30 con...

Journal: :Trans. Emerging Telecommunications Technologies 2017
Dario Bega Marco Gramaglia Carlos Jesus Bernardos Albert Banchs Xavier Pérez Costa

There is a wide consensus by the research community and the industry that it will not be possible to satisfy future mobile traffic demand and applications’ requirements by simply evolving the current 4G architecture. Instead, there is the need for a considerable revision of the mobile network system: such an effort is commonly referred to as the future “5G architecture”, and large-scale initiat...

2010
Sofya Krutikova

This paper shows that income shocks to rural households have permanent effects on the educational attainment of 7-15 year old children within the household. Using a 13 year panel survey of households in rural Tanzania, I find that idiosyncratic crop shocks such as pests, theft and fire cause changes in the distribution of schooling among children within the household that persist 10-13 years af...

Journal: :Entropy 2016
Resat Yilmazer Mustafa Inç Fairouz Tchier Dumitru Baleanu

Resat Yilmazer 1, Mustafa Inc 1,*, Fairouz Tchier 2 and Dumitru Baleanu 3,4 1 Department of Mathematics, Science Faculty, Fırat University, Elazığ 23119, Turkey; rstyilmazer@gmail.com 2 Department of Mathematics, King Saud University, P.O. Box 22452, Riyadh 11495, Saudi Arabia; ftchier@ksu.edu.sa 3 Department of Mathematics and Computer Science, Çankaya University, Ankara 06530, Turkey; dumitru...

2009
Ofer Strichman

Proving the equivalence of successive, closely related versions of a program has the potential of being easier in practice than functional verification, although both problems are undecidable. There are three main reasons for this claim: 1) it circumvents the problem of specifying what the program should do, 2) the problem can be naturally decomposed and hence is computationally easier, and 3) ...

2016
DAVID L. SOLOMON KENNETH P. BOWMAN CAMERON R. HOMEYER

Anewmethod that combines radar reflectivities from individualNextGenerationWeatherRadars (NEXRAD) into a three-dimensional composite with high horizontal and vertical resolution is used to estimate storm-top altitudes for the continental United States east of the RockyMountains. Echo-top altitudes are compared with the altitude of the lapse-rate tropopause calculated from the ERA-Interim reanal...

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

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

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