نتایج جستجو برای: khaneh aquifer located in freydan

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

ژورنال: پیاورد سلامت 2017
امتی, الهه, قاضی میرسعید, سید جواد,

Background and Aim: As a new educational innovation, "MOOC" refers to Massive Open Online Course which provide the chance of training for the public. Regarding the importance of MOOC production for improving health literacy knowledge in the medical field, the purpose of the present study was to comparatively investigate the MOOC presented on the Maktab Khaneh website based on quadruple indexes ...

A. Malekian B. Motamedvaziri Gh. Ashtiani M. Mahdavi

Water is the main option of any development, so having an accurate management of groundwater is necessary. This study has been done in Damghan sedimentary plain in Iran, which is located in northwest of Semnan Province. The main objective of this research was to estimate the rate and right site of recharge in Damghan plain to prevent the aquifer from decreasing the water table. For this purpose...

2004
N. Samani M. Gohari

The alluvial plain of Sarvestan bears the sole source of potable water in Sarvestan county, Fars Province, Iran. In recent years, due to extended heavy pumping, the groundwater storage has been reduced continuously. The UNGWM (United Nation Ground Water Model) is used to evaluate the hydraulic characteristics of the Sarvestan aquifer and its future response to various regimes of recharge and di...

Climate change is one of the major global concerns. Emission of anthropogenic greenhouse gases is the main cause of climate change. One way of reducing the emissions is the application of carbon capture and storage (CCS) in geological formations. In this study, feasibility of CCS was studied in an Iranian gas production area located in the northern Persian Gulf coast in the south of country. Th...

Journal: :environmental studies of persian gulf 2015
reza azin masoud asgari shahriar osfouri rouhollah fatehi najmeh mehrabi

climate change is one of the major global concerns. emission of anthropogenic greenhouse gases is the main cause of climate change. one way of reducing the emissions is the application of carbon capture and storage (ccs) in geological formations. in this study, feasibility of ccs was studied in an iranian gas production area located in the northern persian gulf coast in the south of country. th...

ژورنال: علوم آب و خاک 2005
جبار سوری نژاد, , عبدالرحیم ذوالانوار, , کیوان اصغری, ,

In this study, the simulation of the BORKHAR plain aquifer located in north-east of Isfahan was done for the estimation of the hydrodynamic coefficients and for the preparation of the prediction and management model with the purpose of the study of the water table surface situation in the next years. The study of the geological situation of the plain and the report of the drilling of its exitin...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده زبانهای خارجی 1393

the purpose of this study was to examine the comparative effect of story retelling and role playing on efl learners’ vocabulary learning and reading comprehension. to carry out the purpose of the study 90 female learners of tabarestan language school located in noshahr were non-randomly selected. they took pet test and among these 90 participants 62 students were selected as homogenous learners...

Hadi Ghaebi, Mehdi Bahadorinejad Mohammad Hassan Saidi,

Confined aquifers are formations surrounded by impermeable layers called cap rocks and bed rocks. These aquifers are suitable for the seasonal storage of thermal energy. A confined aquifer was designed to meet the cooling and heating energy needs of a residential building complex located in Tehran, Iran. The annual cooling and heating energy needs of the buildings were estimated to be 8.7...

Journal: :caspian journal of enviromental sciences 0

water is the main option of any development, so having an accurate management of groundwater is necessary. this study has been done in damghan sedimentary plain in iran, which is located in northwest of semnan province. the main objective of this research was to estimate the rate and right site of recharge in damghan plain to prevent the aquifer from decreasing the water table. for this purpose...

2008
E. R. Graber

The Tel Aviv metropolitan region (200km), located on the sandy and phreatic Mediterranean Coastal Plain aquifer in Israel, is an example of a contaminated megasite that is additionally complicated by being part of a densely populated urban environment. Despite being a major source of fresh potable water, no dedicated aquifer monitoring systems exist. The vast majority of tested water supply wel...

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

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

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