نتایج جستجو برای: jiroft area

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

Background and Aims: Cowchr('39')s milk is a daily staple food for many individuals that can be contaminated with many toxins such as aflatoxin M1 (AFM1). AFM1 is a chemical form of the aflatoxin B1 produced by some species of Aspergillus genus like A. ochraceus, A. flavus, A. nomius, and A. parasiticus that can contaminate feed and forage cattle. This toxin enters into the milk after eating co...

ژورنال: اعتیاد پژوهی 2016

Objective: The present study aimed to examine the relationship of spiritual health and self-efficacy with addiction potential among addicts and non-addicts in Jiroft. Method: The method of the present study was correlational. The statistical population of this study included all male addicts who had referred to drug rehab centers and male non-addicts of Jiroft in 2015. From among the population...

Afshar Fallah Imani Ali Salehi Sardoei, Parviz Rahbarian

Field trials with Spathiphyllum wallisii Regel were conducted at the experimental farm of Faculty of Agriculture, University Azad Jiroft in 2012 growth seasons. The aim of this work is to study the effect of foliar application with benzyladenine (BA) at 0, 100, 200 and 400 mg.L-1 and gibberellic acid (GA3) at 0, 100 and 200 mg.L-1 on the vegetative grow...

The potential of Jiroft region has resulted in progressive development of greenhouse culture. In sustainable agricultural systems, organic manures have special role in increasing yield and soil fertility. To investigate the quantitative and qualitative responses of greenhouse cucumber to sources and levels of organic manures and their effect on some soil properties in Jiroft region, a factorial...

Journal: :مطالعات باستان شناسی 0
حمیده چوبک سرپرست کاوش محوطه باستانی شهر دقیانوس و استادیار پژوهشکده باستانشناسی

the limit and definition of the cultural zone of jazmurian in the southeastern iran is identical with the geographical boundarise of jazmurian basin and in geographical setting. the cultural zone of jazmurian could be identified with the ancient makan of akadian period, gedrosia and achofadjia of historical period. the remains of ancient city of jiroft during islamic period at the archeaologica...

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

nowadays, air pollution is a global problem that has had significant growth by technology development, population growth andindustrial development. industrial development brought natural resources deterioration, more manufacturing products, and more environmental pollutants. if pollutant won’t be controlled, human-being and wildlife will face the critical risks. significant release and critical...

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

یکی از مهم ترین عوامل موثر در وقوع آتش سوزی در مناطق خشک، پوشش گیاهی و شرایط آب و هوایی منطقه می باشد. منطقه حفاظت شده باغ شادی یکی از مناطق جنگلی استان یزد بوده که بیش ترین آتش سوزی های استان در آن رخ داده است. به منظور بررسی عوامل موثر بر وقوع آتش سوزی در این منطقه از روش تحلیل سلسله مراتبی (ahp) استفاده شد و معیارهای فیزیوگرافی شامل سه زیرمعیار ارتفاع، شیب و جهت شیب، اقلیم شامل دو زیرمعیار د...

پایان نامه :وزارت بهداشت، درمان و آموزش پزشکی - دانشگاه علوم پزشکی و خدمات بهداشتی درمانی شهید صدوقی یزد 1379

در این تحقیق از دو گروه تنفسی دهانی (انسداد قدامی و انسداد خلفی بینی) استفاده شد. گروه انسداد خلفی شامل 39 بیمار و با گروه سنی 15-7 سال و متوسط سنی 87/10 سال بود. گروه انسداد قدامی شامل 40 بیمار و با گروه سنی 15-7 و متوسط سنی 97/10 سال بود.رادیوگرافیهای لترال سفالومتری بیماران ‏‎trace‎‏ و توسط کامپیوتر و روش دستی، 24 شاخص سفالومتری مورفولوژی صورتی دندانی و فضای بینی حلقی اندازه گیری شده، آزمون ...

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

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

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