نتایج جستجو برای: ground water table

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

Journal: :نشریه دانشکده فنی 0
هرمز پازوش

in dry parts of asia and africa where the rain was sparse and the surface water inadequate, man has had to search for-other sources of water namely ground water. through this need he learned to tap ground water and extract it to the surface. thus qanats were developed in persia.techniques of qanat construction were later introduced by persians to parts of asia and dry lands of africa.constructi...

Journal: :Transactions of the Architectural Institute of Japan 1952

2000
Xiaomin Zhou Chandra A. Madramootoo Angus F. MacKenzie Donald L. Smith

Concern about NO− 3 leaching and groundwater pollution from corn monoculture has prompted an investigation of alternative production systems that reduce leaching. It is hypothesized that both intercropping and water-table control could increase N uptake and reduce the quantity of N that might be lost due to leaching. This study compared corn (Zea mays L.) with annual Italian rye-grass (Lolium m...

2006
H. G. Sizemore M. T. Mellon

Introduction: A major objective of the Mars Scout mission, Phoenix, is to characterize the present state of water in the martian environment, at a location where water may play a significant role in the present and past habitability of Mars [1]. Given the generally dry and cold climate of Mars today, any substantial amount of water is expected to occur in the form of ground ice within the regol...

اخوان قالیباف, محمد, کوهساری, امیرحسین,

This study was done in ehe wet marginal part of the Siahkooh playa (Kevir) in Yauf. Iran. which is located in the northwest of Ardakan. The abundance of Ca and SO. iones led to gypsum crystallization ncar the water table in the soil. From depeh to the soil surface, the caC~- CaSO .. ,2H,O -NaCI-H,<)-PCo, soil and water system change to CaSO •• 2H,<)Na1SO .. ·NaCI· Hz{). From water table (I...

Journal: :iranian journal of public health 0
k.imel m.brazeh n. brazeh tehrani f.vaezi

there are 3700 wells in tehran city, of which 850 are deep wells. to determine tehran ground water quality, as a pretest we selected 102 wells by simple random sampling; water analyses were made according to the latest edition (1985) of the standard methods. comparisons of the obtained results with who standards show that only 0.98% of the samples go beyond the maximum desirable concentration o...

1996
Robert S. Kerr Charles J. Newell Steven D. Acree Randall R. Ross Scott G. Huling

varying degrees of water solubility. Some additives (e.g., methyl tertiary-butyl ether and alcohols) are highly soluble. Other components (e.g., benzene, toluene, ethylbenzene, and xylenes) are slightly soluble. Many components (e.g., ndodecane and n-heptane) have relatively low water solubility under ideal conditions. Physical and chemical properties which affect transport and fate of selected...

1996
Robert S. Kerr Charles J. Newell Steven D. Acree Randall R. Ross Scott G. Huling

varying degrees of water solubility. Some additives (e.g., methyl tertiary-butyl ether and alcohols) are highly soluble. Other components (e.g., benzene, toluene, ethylbenzene, and xylenes) are slightly soluble. Many components (e.g., ndodecane and n-heptane) have relatively low water solubility under ideal conditions. Physical and chemical properties which affect transport and fate of selected...

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

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

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