نتایج جستجو برای: research utilisation

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

2014
Lei Chen Catherine Reed Michael Happich Allen Nyhuis Alan Lenox-Smith

BACKGROUND This study examined medical resource utilisation patterns in the United Kingdom (UK) prior to and following Alzheimer's disease (AD) diagnosis. METHODS A patient cohort aged 65 years and older with newly diagnosed AD between January 2008 and December 2010 was identified through the UK's Clinical Practice Research Datalink (CPRD). Patients with a continuous record in the CPRD (forme...

2002

The NAIRU is the rate of unemployment consistent with stable inflation... An important challenge in setting economic policy is to identify the rate of capacity utilisation that is sustainable, in the sense that it is associated with reasonably stable inflation. There are different ways of measuring capacity utilisation. Looking at perhaps the most common measure, unemployment, this idea of sust...

2017
Jayne Clarke

Current conceptualisations of information systems strategy (ISS) in knowledge-based small and medium enterprises (KSMEs) suggest the utilisation of a core competencies approach. This research explores the current nature of ISS in twelve Australian SMEs in one of the most knowledge intensive industries, the biotechnology industry. An emergent model is presented and evaluated against existing lit...

2011

Recycling of by-products of the steelmaking process in electric arc (EAF) furnaces is an important activity from the perspective of environmental protection as well as the steelmaking industry itself. This article is a discussion concerning the selected research results in terms of utilisation of steelmaking dusts containing 4 12 % of zinc in manufacture of cement bricks, ceramic construction m...

Journal: :Sports medicine 1994
B C Ruby R A Robergs

The selection and utilisation of metabolic substrates during endurance exercise are regulated by a complex array of effectors. These factors include, but are not limited to, endurance training and cardiorespiratory fitness, exercise intensity and duration, muscle morphology and histology, hormonal factors and diet. Although the effects of these factors on substrate utilisation patterns are well...

2004
H. Verdoux C. B. Pedersen

The timely article by Verdoux & Begaud ́ hopefully begins to redress the imbalance between randomised controlled trials and other ways of evaluating drug treatments. I would like to present further evidence for the ‘gap between guidelines and utilisation . . . for psychotropic medications’ (Verdoux & Begaud, 2004). ́ Using the Drug Report of the German Public Health Insurance (Schwabe & Pfaffrath...

Journal: :Journal of cerebral blood flow and metabolism : official journal of the International Society of Cerebral Blood Flow and Metabolism 1985
J J Grome A M Harper

The major catabolic enzyme for serotonin, monoamine oxidase (MAO), is present in the endothelium of cerebral vessels. We report the effects of the intracarotid administration of serotonin on local cerebral glucose utilisation in rats following MAO inhibition with the drug clorgyline. It was found that saline, clorgyline, or serotonin alone produced no significant changes in glucose utilisation....

Journal: :Inf. Process. Lett. 2010
Qiwen Xu Naijun Zhan

In this paper, we re-analyse the Rate Monotonic Scheduler. Traditionally, the schedulability condition was obtained from the greatest lower bound of utilisation factors over all the task sets that (are schedulable and) fully utilise the processor. We argue that full utilisation is not very appropriate for this purpose. We reestablish Liu and Layland’s classic schedulability theorem by finding t...

2004

The timely article by Verdoux & Begaud ́ hopefully begins to redress the imbalance between randomised controlled trials and other ways of evaluating drug treatments. I would like to present further evidence for the ‘gap between guidelines and utilisation . . . for psychotropic medications’ (Verdoux & Begaud, 2004). ́ Using the Drug Report of the German Public Health Insurance (Schwabe & Pfaffrath...

Journal: :Journal of neurology, neurosurgery, and psychiatry 1996
E De Renzi F Cavalleri S Facchini

OBJECTIVE To investigate the incidence, anatomical correlates, and clinical features of imitation and utilisation behaviour, which are thought by Lhermitte and coworkers to represent a reliable and frequent index of frontal lobe disease. METHODS 78 patients with hemispheric local lesions were tested in two separate sessions, in which their reactions to a series of gestures performed by the ex...

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

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

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