نتایج جستجو برای: zanjan province

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

Journal: :Journal of advances in medical and biomedical research 2022

Comparison of the Effect Cydonia oblonga and Phyllanthus Emblica on Gastric Residual Volume Pulmonary Aspiration in Patients under Mechanical Ventilation Mousavi Hospital ICU Zanjan 2020

Journal: :Preventive care in nursing and midwifery journal 2022

Evaluation of the Fear Hospitalization and Associated Anxiety Other Factors among Candidates for Emergency Surgery in Hospitals Affiliated with Zanjan-Iran University Medical Sciences 2020

Journal: :Journal of advances in medical and biomedical research 2023

Prediction of Suicidal Ideation in Patients with Bipolar Disorder by the Role Borderline Personality High Traits Zanjan (Northwest Iran)

ژورنال: :مجله گیاهشناسی ایران 2015
محمد محمودی فرخ قهرمانی نژاد علی اصغر معصومی

گونه myosotis diminuta برای اولین بار برای ایران گزارش می شود. این گونه در سال 1392 بعد از گذشت بیش از صد سال از آخرین مشاهده مستند آن در جهان، درتالابی کوهستانی در منطقه دمیرلی زنجان واقع در شمال غرب ایران مشاهده شد. جزئیات آرایه شناختی و تصاویر گیاه به منظور تسهیل شناسایی صحرایی آن و همچنین ویژگی های خاص برای تشخیص از گونه های خویشاوند ارائه گردیده است.

امامی خو, حمید, شیخ الاسلام, ربابه, صداقت, عباس, عزیزی, فریدون, هدایتی, مهدی, پادیاب, مژگان,

Background & Objective: Iodine deficiency was a public health problem in Iran before iodine supplementation. In order to evaluate the iodine status of school aged children in Zanjan, this survey was conducted in the frame work of national monitoring survey in 2001 to find the prevalence of goiter and urinary iodine level. Materials & Methods: 1200 schoolchildren, aged 7-10 years, were selected ...

Background: Environmental gamma ray refers to the gamma radiation from terrestrial sources and building materials. In enclosed spaces radiation can become a health hazard leading to potential increase in the rates of lung cancer. The goal of this study is to assess the exposure to natural gamma radiation of children in the schools of Zanjan province. Method:The natural gamma radiation was asse...

Background and Objective: Regional differences exist in the prevalence of birth defects. This study was undertaken to determine the prevalence and related factors with birth defects in Zanjan, Iran. Material and Methods: This descriptive analytic study was performed in Zanjan province during 2015–2016. Data included 41265 child births, which were extracted from the Iranian Mother and Newborn (...

Background and Objective: Screening and timely diagnosis of positive individuals is one of the important issues in controlling pandemic of Covid-19. Early and timely diagnosis of asymptomatic individuals, contact tracking, disconnection of Covid-19 transmission chain through early detection of patients and decreasing R0 were the main objectives of the current study. Materials and Methods: The ...

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

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

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