نتایج جستجو برای: f19

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

Robert Scollay

APEC Study Centre, University of Auckland, Auckland, New Zealand     Abstract:   One of the key sets of questions underlying Asia Pacific economic cooperation over the last decade has been over the nature and form of the regional trade architecture that would gradually emerge from the turmoil of the Asia-Pacific “noodle bowl” of bilateral and plurilateral FTAs, and how that architecture...

Journal: :The European respiratory journal 2013
Sandra Voorend-van Bergen Hein Brackel Daan Caudri Johan de Jongste Mariëlle Pijnenburg

Recent guidelines place a strong emphasis on monitoring asthma control and adjusting treatment accordingly [1]. Several tools are available to assess asthma control, including the asthma control test and childhood asthma control test (C-ACT). These tests were developed to detect uncontrolled asthma and are widely used in research and patient care [2, 3]. The C-ACT is a seven-item questionnaire ...

2007
Charles Irish Roy Maxwell Mark Dancox Paul Brown Caroline Trotter Julia Verne Mary Shaw

To the Editor: The injecting of illicit drugs is associated with skin and soft tissue infections (SSTIs) and vas-cular disease (1–3). These conditions include the development of cutaneous abscess and cellulitis at injection sites, from subcutaneous or intramuscular injecting, known as skin and muscle popping, and intravenous injecting (1–3). Intravenous injection is associated with phlebitis or...

2016
Frida Karlsson Videhult

To my boys; Kristofer, Vidar & Ebbot " Knowledge is invariably a matter of degree: you cannot put your finger upon even the simplest datum and say 'this we know'. " T.S. Eliot " What day is it? " " It's today, " squeaked Piglet. " My favourite day, " said Pooh. Abstract iii Abbreviations v Original papers vi Populärvetenskaplig sammanfattning vii Bakgrund vii Syfte vii Studiepopulation och meto...

Journal: :European Psychiatry 2023

Introduction The threat and preservation of the territorial integrity Ukraine are not new issues. During last decade, peacetime (Peace, until 2013) was disrupted by active hostility (AH, 2014–2015) trench warfare (TW, 2016–2021). War exert acute chronic impacts on mental health, may be a substrate for health disorders, especially worrisome since, today, large-scale conflict has demanded recruit...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شیراز - دانشکده مهندسی 1388

هدف این تحـقیــق بررسی شرایط بهینه اتصــال سرامیـک آلومینا با خلـوص 95% به آلیــــاژ‏ fe-ni- co با نام صنعتی kovar جهت کاربرد در سیستم های خــلاء با استحـکام بالا و مـیزان نشت کمتر از mbar.l/s 9-10می باشد. برای این منظور تعداد170نمونه آزمایشگاهی کشش طبق استاندارد astm-f19 از آلومینــا 95% به روش تزریق تــهیه و با استفاده از فــیلر ag-cu-4.5%ti و ag-cu-1.75%ti به عنوان آلیاژ بریزینگ فعــال به آل...

Journal: :FEMS microbiology letters 2003
Orlando Aparecido Vieira Cardoso Edivaldo Ximenes Ferreira Filho

A beta-xylanase (XynIII) of Acrophialophora nainiana was purified to homogeneity from the culture supernatant by ultrafiltration and a combination of ion exchange and gel filtration chromatographic methods. It was optimally active at 55 degrees C and pH 6.5. XynIII had molecular masses of 27.5 and 54 kDa, as estimated by gel filtration and sodium dodecyl sulfate-polyacrylamide gel electrophores...

Journal: Iranian Economic Review 2017

National security depends on soft power, the ability of a country to generate and use its economic power and to project its national values. It also depends on long-term factors that contribute to economic growth and increase the total resources base available not only for defense but to provide economic security in the form of income and business opportunities for individuals. The economic iss...

Journal: :AJGP 2021

The inflammation, cerebral atrophy and reduced white matter integrity associated with delirium are hypothesised to underpin this process.3 Physical features ICU-acquired weakness is a serious complication affecting up 50% of patients admitted the ICU for at least one week.4 It characterised by diffuse symmetrical limb and/or diaphragmatic increased mortality long-term functional impairment.5 Ma...

Journal: :The Medical journal of Australia 2010
Zhiqiang Wang Damin Si Wendy E Hoy

TO THE EDITOR: Cardiovascular disease (CVD) and mental disorders are the top two contributors to the total burden of disease in Indigenous Australians and make a substantial contribution to the excess morbidity and mortality in this group. There is increasing evidence that mental disorders are risk factors for, or consequences of, CVD. Awareness and better understanding of the intertwined relat...

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

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

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