نتایج جستجو برای: operating income

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

Journal: :journal of medicinal plants and by-products 0

experiment was conducted as split plot in a randomized complete block design with three replications in kermanshah to shed lights on economic analysis of deficit irrigation and integrated application of biological and chemical fertilizer son cultivation of medicinal plant borage (borago officinalis l). irrigation tritments include: a) 30% less water than crop requires invegetative, b) inreprodu...

Journal: :Journal of development economics 1997
A Mountford

"This paper analyzes the interaction between income distribution, human capital accumulation and migration. It shows that when migration is not a certainty, a brain drain may increase average productivity and equality in the source economy even though average productivity is a positive function of past average levels of human capital in an economy. It is also shown how the temporary possibility...

2011
Cristobal Young Charles Varner

This paper examines the migration response to a millionaire tax in New Jersey, which raised its income tax rate on top earners by 2.6 percentage points to 8.97 percent, one of the highest tax rates in the country. Drawing on unique state tax micro-data, we estimate the migration response of millionaires to the rate increase, using a difference-in-differences estimation strategy. The results ind...

Journal: :European economic review 1989
D Bos R K Von Weizsacker

Europe and Japan are experiencing the aging of their populations. Aging implies a restructuring of the economy. Political issues which arise in an aging society include 1) a voting majority for the interests of the elderly, 2) a voting majority of females, 3) the domination of the decision power in corporate and similar ruling bodies, and 4) unemployment or a long wait for promotion for young...

ژورنال: علوم آب و خاک 2023

This study determines the amount of irrigation water saved as a result of the subsidy policy to adapt from flood to drip irrigation. We developed a positive mathematical programming model (PMP) to evaluate the effect of economic incentives on farmers’ decisions to choose the type of irrigation technology, cropping pattern, and "water use" and "water consumption" in rural Garkan Shomali district...

Journal: :Security and Communication Networks 2022

Using the skew integration theory and establishment of a vector autoregression model (Var) to analyze dynamic impact fiscal expenditure on annual per capita net income farmers, wage income, operating transferability property in Guangdong province from 1998 2019, empirical findings show that government spending has considerable favourable influence farmers’ yearly family transferability, income....

Journal: :Jurnal ekonomi syariah pelita bangsa 2022

Social activity policies, in overcoming the Covid19 pandemic that hit world, had an impact on economic Indonesia, contraction business world various sectors, one of which was banking sector, therefore this research is to see performance and growth Islamic Indonesia during covid19 pandemic.
 This a quantitative study using statistics comparison pre-pandemic period with COVID-19 pandemic, Pa...

  Today the quantitative assessment of economic and social impacts of petroleum products supply constraints is one of the main policy issues in Iran. This issue arises from the fact that importing gasoline, gasoil and liquefied petroleum gas (LPG) is restricted by international sanctions. In this paper, we showed that a demand driven Social Accounting Matrix (SAM) is not a suitable tool for ans...

Journal: :international journal of information, security and systems management 2014
hossein maghsoudloo rahil hosseini

concurrency control is one of the important problems in operation systems. various studies have been reported to present different algorithms to address this problem, although a few attempts have been made to represent an overall view of the characteristics of these algorithms and comparison of their capabilities to each other. this paper presents a survey of the current methods for controlling...

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

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

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