نتایج جستجو برای: ups and medium longshots

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

Journal: :Revista Brasileira de Hematologia e Hemoterapia 2013

2009
Guillermo A. González

Rotating disks with nonzero radial pressure and finite radius are studied. The models are based in the Taub-NUT metric and constructed using the well-known “displace, cut and reflect” method. We find that the disks are made of perfect fluids with constant energy density and pressure. The energy density is negative, but the effective Newotnian density is possitive as the strong energy condition ...

2011
M. A. HAQ

The coconut mite, Aceria guerreronis Keifer, has emerged as a common menace to most of the coconut plantations in India. After its first upsurge in Kerala at the end of the 1990 ́s, the mite has spread to many states in southern and northern India, causing considerable damage. Coconut provides one third of the agricultural income in the regions in which it is grown and more than 10 million peopl...

2009
Edward Witten

ALE and Taub-NUT (or ALF) hyper-Kahler four-manifolds can be naturally constructed as hyper-Kahler quotients. In the ALE case, this construction has long been understood in terms of D-branes; here we give a D-brane derivation in the Taub-NUT case. Likewise, instantons on ALE spaces and on Taub-NUT spaces have ADHM-like constructions related to hyper-Kahler quotients. Here we refine the analysis...

2011
Jessica Dawson

I present NUT, a tool for understanding the nutritional content of what we eat. The project consists of a rapid prototyping and analysis phase, as well as a design study documenting the development of the NUT prototype. The goal of NUT is to support users in making healthy choices about what to eat by visualizing nutritional information in the context of the whole food. This report outlines the...

1995
John Mackinnon

Uganda suffers from a high rate of child mortality which has improved little if at all in the last twenty years. The paper uses data from the 1992 Integrated Household Survey to model the determinants of child mortality and malnutrition. Parental beliefs about health have a strong and very highly significant influence on child mortality. Education and income also play a role, partly coming thro...

1994
Mait Harf

This paper discusses a speciic feature of structural synthesis of programs. Using regular data structures enables to optimize the method of structural synthesis of programs for several particular cases. The method for program construction described here is implemented in the NUT programming system.

2007
Stefan Aeberhard Olivier de Vel Danny Coomans James Cook

Variable selection is an important methodology in multivariate statistics, especially in the context of classiication. However, because the direct evaluation of the subsets using a classiier has been computationally too expensive in the past for a medium to large number of variables, variable selection has instead been performed using simple measures of class separation such as Wilk's or the Ma...

2016
Anna Machowska Mark Dominik Alscher Satyanarayana Reddy Vanga Michael Koch Michael Aarup Abdul Rashid Qureshi Bengt Lindholm Peter A Rutherford

OBJECTIVES Unplanned dialysis start (UPS) leads to worse clinical outcomes than planned start, and only a minority of patients ever receive education on this topic and are able to make a modality choice, particularly for home dialysis. This study aimed to determine the predictive factors for patients receiving education, making a decision, and receiving their preferred modality choice in UPS pa...

2017
Anna Machowska Mark Dominik Alscher Satyanarayana Reddy Vanga Michael Koch Michael Aarup Abdul Rashid Qureshi Bengt Lindholm Peter Rutherford

BACKGROUND Patients with unplanned dialysis start (UPS) have worse clinical outcomes than non-UPS patients, and receive peritoneal dialysis (PD) less frequently. In the OPTiONS study of UPS patients, an educational programme (UPS-EP) aiming at improving care of UPS patients by facilitating care pathways and enabling informed choice of dialysis modality was implemented. We here report on impact ...

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

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

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