نتایج جستجو برای: property issue water resources

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

Journal: :Marine pollution bulletin 2003
Yves Henocque Bruno Andral

The main content of the new European Water Framework Directive is presented. Within its river basin management approach, a special mention of coastal waters status is made. Among the issues at stake are the setting up of river basin management plans, including coastal waters, and water quality assessment system leading to an harmonized definition of quality objectives and their appropriate indi...

2005
Timothy Swanson Timo Goeschl

The economic theory of property rights is applied to the issue of the conservation of plant genetic diversity, an issue often discussed in terms of benefit sharing, in order to demonstrate that the assignment of property rights is important for reasons of efficiency as well as for equity. Given the existence of transactions costs within an industry, the location of a property rights assignment ...

2012
Cesar João Benetti Amaia Pérez-Bilbao Josefina Garrido

The management of running waters is of great importance for the life of our society and one of the challenges to be met by future generations. The sustainable use of water resources for their exploitation in different aspects is essential. Also, the maintenance of good water quality, both sanitary and environmental, is essential, since it depends largely on the conservation of biodiversity (Fer...

1999
Timothy Swanson Timo Göschl

The economic theory of property rights is applied to the issue of the conservation of plant genetic diversity, an issue often discussed in terms of benefit sharing, in order to demonstrate that the assignment of property rights is important for reasons of efficiency as well as for equity. Given the existence of transaction costs within an industry, the location of a property rights assignment i...

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

abstract: since sugar consumption is directly related to diabetes and other illnesses such as obesity, the issue that will most heavily dominate the health food market is blood sugar management and low glycemic foods. using calcium chloride and gums such as sodium alginate and low ester pectin as thikener and a high-potency sweetener aspartame we were able to reduce sugar content of sour cherry...

2005
Marco Verdecchia Barbara Tomassetti Erika Coppola Guido Visconti

Numerical models are being used to simulate the response of hydrological basins to meteorological events both for decision making process in case of severe weather, as well as for the management of water resources and the environment. Nevertheless, it appears increasingly important to understand the possible effects of observed climate changes on the hydrological system, and in order to simulat...

Hamid Reza Babaali Reza Sepahvand Zohreh Ramak,

The prediction of river, s discharge rate is one of the important issues in water resources engineering. This issue is very important for the planning, management, and policy making in water resources management, especially in the country like Iran, with limited water resources in line the economic and environmental development. Awareness of how the relationship between rainfall and run...

Journal: :آب و توسعه پایدار 0

recently, the existing mechanism of the market has been considered as an efficient method for allocating water resources in some developed and developing countries. the necessary conditions to establish an efficient water market and its economic consequents must be recognized before using this method in iran. the purpose of this study is to investigate the economic consequences and present prac...

Journal: :اکو هیدرولوژی 0
سعید فرزین استادیار، گروه مهندسی آب و سازه‏ های هیدرولیکی، دانشکدۀ مهندسی عمران، دانشگاه سمنان حجت کرمی استادیار، گروه مهندسی آب و سازه‏های هیدرولیکی، دانشکدۀ مهندسی عمران، دانشگاه سمنان مهسا دوست محمدی دانشجوی کارشناسی ارشد مهندسی و مدیریت منابع آب، دانشکدۀ مهندسی عمران، دانشگاه سمنان آنسه قنبری دانشجوی کارشناسی ارشد مهندسی و مدیریت منابع آب، دانشکدۀ مهندسی عمران، دانشگاه سمنان الهام ضمیری دانشجوی کارشناسی ارشد مهندسی و مدیریت منابع آب، دانشکدۀ مهندسی عمران، دانشگاه سمنان

precipitation is one of the hydrological processes that play an important role in controlling water resources management. shortage of rain causes some problems such as lack of drinking water. due to the importance of the issue of water shortage, using modern methods to predict hydrological processes will play an important role in planning and management of water resources. therefore, in this st...

Background and aim: The concentration of fluoride in drinking water resources is very important in peoples' health issue. One of the main resources of fluoride intake for people is drinking water. Therefore, this study aimed to determine the fluoride concentration in rural drinking water resources of Bardaskan County using geographic information system. Methods: In this descriptive/cross-sec...

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

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

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