نتایج جستجو برای: specific characteristic

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

Journal: :Chronic diseases and injuries in Canada 2014
R Pampalon D Hamel P Gamache A Simpson M D Philibert

INTRODUCTION Despite the widespread use of deprivation indices in public health, they are rarely explicitly or extensively validated, owing to the complex nature of the exercise. METHODS Based on the proposals of British researchers, we sought to validate Quebec's material and social deprivation index using criteria of validity (content, criterion and construct validity), reliability and resp...

Journal: :فصلنامه آموزش مهندسی ایران 0
محمود یعقوبی استاد مهندسی مکانیک دانشگاه شیراز

not available

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

1- in a search directed to the reaction of compound)23(the cycloaddition reaction of 1,3- diphenylisobenzofurane)14(with p-benzoquinone)19(,followed by addition of cyclopentadiene was carried out.the specific spacial stracture of its ir,nmr,mass spectra. 2- in another attempt the kinetic stability and behavior of compounds)20(and)23(was studied.the main subject of this study was the highly reve...

Journal: :journal of arthropod-borne diseases 0
alireza zamani department of animal biology, school of biology, college of science, university of tehran, tehran, iran. javad rafinejad department of medical entomology and vector control, school of public health, tehran university of medical sciences, tehran, iran.

loxosceles rufescens , commonly known as the mediterranean recluse or mediterranean fiddle-back spider is recorded from iran for the first time. the genus loxosceles contains 103 accepted species, two of them (including l. rufescens ) are cosmopolitan. all loxosceles species tested so far possess necrotic venoms, which is a unique characteristic among the order araneae. considering this charact...

Journal: :Journal of Algebra 2022

It is an open problem as to whether any bimodule inducing a Morita auto-equivalence of block must have endopermutation source. We prove that, for blocks b with normal defect groups in odd characteristic, stronger result holds, namely that all such bimodules linear also the analogous characteristic 2, provided group specific, slightly restrictive, form.

Journal: :international journal of smart electrical engineering 0
keyvan allahmoradi department of electrical engineering, birjand university of birjand, mohsen farshad department of electrical engineering, birjand university of birjand, omid bahrampour , department of electrical engineering, birjand university of birjand

this with the integration of distributed generation (dg) to meshed distribution systems, the operating time of the protective system becomes a major concern in order to avoid nuisance dg tripping. this paper proposes a new tripping characteristic for directional overcurrent relays (docrs) that can achieve a higher possible reduction of overall relays operating time in meshed distribution networ...

Journal: :iranian journal of basic medical sciences 0
tamara aghebati pharmaceutical research centre, mashhad university of medical sciences, mashhad, iran mohsen foroughipour department of neurology, faculty of medicine, ghaem hospital, mashhad university of medical sciences, mashhad, iran mahmoud reza azarpazhooh department of neurology, faculty of medicine, ghaem hospital, mashhad university of medical sciences, mashhad, iran naghme mokhber department of psychiatry, faculty of medicine & psychiatric research centre, ebn-sina hospital, mashad university of medical sciences, mashhad, iran mohammad hasanzadeh khayat pharmaceutical research centre, mashhad university of medical sciences, mashhad, iran department of medicinal chemistry, school of pharmacy, mashhad university of medical sciences, mashhad, iran

objective(s) as there are conflicting findings regarding the clearance-dose and patient characteristics relationships for valproic acid (vpa), this study was conducted to investigate the relationship between patient demographic characteristics, vpa dosage and the drug clearance in adult iranian patients. materials and methods patients (n= 47) were either on monotherapy with vpa or were under co...

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

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

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