نتایج جستجو برای: گرانش fr

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

Journal: :Zeitschrift für romanische Philologie (ZrP) 1917

2015
Kyung Won Kim Atul B. Shinagare Katherine M. Krajewski Junhee Pyo Sree Harsha Tirumani Jyothi P. Jagannathan Nikhil H. Ramaiya

OBJECTIVE We aimed to describe radiologic signs and time-course of imatinib-associated fluid retention (FR) in patients with gastrointestinal stromal tumor (GIST), and its implications for management. MATERIALS AND METHODS In this Institutional Review Board-approved, retrospective study of 403 patients with GIST treated with imatinib, 15 patients with imaging findings of FR were identified by...

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

در این پایان نامه، با استفاده از معادلات میدان در گرانش ‎f(r)‎، به مطالعه انبساط شتابدار کیهان و تحول عالم می‎‎پردازیم. روشی را استفاده می‎کنیم که با آن می‎‎توان، گرانش ‎f(r)‎ معادل با یک معادله حالت انرژی تاریک را برای یک ضریب مقیاس معلوم، پیدا نموده و سپس با استفاده از این نتیجه، پارامتر معادله حالت را تعیین می‎کنیم. بر این اساس، مدل‎‎های گاز پالی‎‎تروپ، گاز چاپلین استاندارد، چاپلین تعمیم ی...

Journal: :international journal of environmental research 0
y. sohail ensait-ecole nationale supérieure des arts et industries textiles, roubaix, 59100, france b. parag 2politecnico di torino, corso giuseppe pella, biella 13900, italy b. nemeshwaree ensait-ecole nationale supérieure des arts et industries textiles, roubaix, 59100, france r. giorgio politecnico di torino, corso giuseppe pella, biella 13900, italy

n-methylol dimethyl phosphonopropionamide (mdpa) is one of the most utilized fire resistant (fr) finishes for cotton fabrics, utilized as part of a formulation with trimethylol melamine (tmm) to acquire better crosslinking and enhanced fr properties. the system parameters of the finishing treatment were upgraded for better fr properties and low mechanical loss to the fabric by the response surf...

Journal: :Prehospital emergency care : official journal of the National Association of EMS Physicians and the National Association of State EMS Directors 2007
David C Cone Nicholas Galante Donald S MacMillan Michelle M Perez Vivek Parwani

OBJECTIVE Emergency medical dispatch (EMD) protocols should match response resources with patient needs. We tested a protocol sending only a commercial ambulance, without fire department first responders (FR), to all non-cardiac-arrest EMS calls at a physician-staffed HMO facility. Study objectives were to determine how often FR provided patient care at such facilities and whether EMD implement...

2001
P. N. Best

Deep and high resolution radio observations of the Hubble Deep Field and flanking fields have shown the presence of two distant edge-darkened FR I radio galaxies, allowing for the first time an estimate of their high redshift space density. If it is assumed that the space density of FR I radio galaxies at z>1 is similar to that found in the local universe, then the chance of finding two FR I ra...

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

چکیده ندارد.

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

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

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