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

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

Journal: :The Journal of applied psychology 2004
Timothy A Judge Daniel M Cable

In this article, the authors propose a theoretical model of the relationship between physical height and career success. We then test several linkages in the model based on a meta-analysis of the literature, with results indicating that physical height is significantly related to measures of social esteem (rho =.41), leader emergence (rho =.24), and performance (rho =.18). Height was somewhat m...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2015
Stéphane Côté Julian House Robb Willer

Research on social class and generosity suggests that higher-income individuals are less generous than poorer individuals. We propose that this pattern emerges only under conditions of high economic inequality, contexts that can foster a sense of entitlement among higher-income individuals that, in turn, reduces their generosity. Analyzing results of a unique nationally representative survey th...

2002
GENE L. THEODORI A. E. LULOFF

Using data collected in a general population survey from a random sample of individuals in four communities in Pennsylvania, we tested the following two hypotheses: (1) that differences in sociodemographic characteristics exist among individuals with variant positions on environmental issues; and (2) that individuals with different positions on environmental issues exhibit dissimilar levels of ...

2005
Ishrat Husain

During the past five decades developing countries in Asia have provided the most persuasive and credible story as to how poor countries can progress and bring about prosperity for their downtrodden people. Beginning with Japan, followed by NICs particularly Korea, ASEAN countries and now China, these countries have not only doubled or quadrupled per capita incomes in a record time but also sign...

2001
Ann Harding Anthony King Simon Kelly

This paper examines trends in the assets and incomes of older Australians between 1986 and 1998. The average wealth of older Australians almost doubled from $106,000 to $204,000 between 1986 and 1998. This was in sharp contrast to the fall in the average wealth holdings of Australians aged less than 45 years over the same time period. The average picture for older Australians masked major diffe...

2002
Indraneel Dasgupta Ravi Kanbur

We develop an integrated, general equilibrium, model of how the presence of vertical ties of ‘community’ between sections of workers and sections of capitalists can critically affect the distribution of income between capitalists as a class and workers as a class, as well as between workers belonging to different communities. We show that an exogenous increase in the incomes of capitalists sets...

Journal: :Asian Journal of Economics and Banking 2022

Purpose The Asian banking system has been appreciated with many distinct qualities including consistent in profitability. Many studies have examined the profitability of sector from diverse perspectives. However, on bank connection to capital structure, operating efficiency and non-interest income are only a few. This study investigates influence structure as estimated by leverage ratio long-te...

2008
Marc Fleurbaey

This paper describes the evaluation of individual situations in terms of equivalent incomes computed from ordinary income by adding or subtracting various terms of willingness-to-pay. It discusses the origin of the approach and its connection with social choice theory and philosophical principles. It also examines the challenges to be addressed for empirical applications of the approach.

2014
Yadlapalli S. KUSUMA Chandrakant S. PANDAV Bontha V. BABU

Macro studies reveal that internal migration is of considerable extent in India, however disaggregated studies on specific migrant groups are lacking from India. The present study is based on a scientifically drawn sample of 10,428 migrant households living in Delhi and the objective is to present socio-economic profile of the socioeconomically disadvantaged migrants living in Delhi. Migration ...

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

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

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