نتایج جستجو برای: marketing of financial affairs

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

2010
Xueming Luo

While Wall Street closely watches financial analysts’ earnings forecasts, Main Street often scrutinizes product quality relative to competition. Do firms with superior product competitiveness enjoy greater likelihood of beating analyst earnings target? And if so, is there contingency in this impact? We show that positive changes in product competitiveness contribute to the firm’s likelihood of ...

2011
GUO-AN WANG

The five marketing strategies of Alibaba have accelerated its development and helped to distinguish itself in the field of e-trade in the world. Firstly this paper reviews Alibaba’s development, then analyzes its five marketing strategies and the creditability it has attached importance to. Finally it provides some proposals for its future development after the global financial crisis. Keyword:...

2006
Marc Fischer Hyun Shin Dominique M. Hanssens

While effective marketing spending is known to improve a brand’s financial performance, it can also increase the volatility of performance, which is not a desirable outcome. This paper analyzes how revenue and cash-flow volatility are influenced by own and competitive marketing spending volatility, by the level of marketing spending, by the effectiveness of own and competitive marketing spendin...

2009
Dominique M. Hanssens Roland T. Rust Rajendra K. Srivastava

Dominique M. Hanssens is Bud Knapp Professor of Marketing, Anderson School of Management, University of California, Los Angeles (e-mail: dominique.hanssens@anderson.ucla.edu). Roland T. Rust is Distinguished University Professor, David Bruce Smith Chair in Marketing, and Chair of the Department of Marketing, Robert H. Smith School of Business, University of Maryland (e-mail: rrust@rhsmith.umd.e...

Journal: :Strategic decisions and risk management 2017

2017
E. Stucke M. E. Stucke Maurice E. Stucke

This paper by Ariel Ezrachi and Maurice E. Stucke was submitted as background material for Item10 at the 127th meeting of OECD Competition Committee on 21-23 June 2017. The opinions expressed and arguments employed herein do not necessarily reflect the official views of the Organisation or of the governments of its member countries. More documents related to this discussion can be found at www....

2016
Emir Phillips

The capacity to manage financial affairs is a fundamental aspect of individual autonomy in society and represents a cognitively complex set of knowledge and skills that are sadly particularly vulnerable to cognitive aging and

Journal: :مدیریت اطلاعات سلامت 0
پوران رئیسی دانشیار، روانشناس تربیتی و تحقیق، دانشگاه علوم پزشکی ایران، تهران امیر اشکان نصیری پور استادیار، مدیریت خدمات بهداشتی و درمانی، واحد علوم و تحقیقات دانشگاه آزاد اسلامی تهران، تهران، ایران سمیه حسام دانشجوی دکتری، مدیریت خدمات بهداشتی و درمانی، واحد علوم و تحقیقات دانشگاه آزاد اسلامی تهران، تهران

normal 0 false false false en-us x-none ar-sa microsoftinternetexplorer4 introduction: today the issue of quality improvement in health care organizations has become more important than before, but the effectiveness of various quality management models remains questionable. the purpose of the present study was to evaluate the performance of the total quality management model (iso 9001: 2000) im...

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

abstract in aggregate, active forms of reactive silica with mineral names are sometimes associated with sand and gravel in concrete mixture. alkali hydroxides originated from alkalis in the cement or other resources form an alkaline silica gel with this reactive silica which becomes swallowed and expanded during time causing damage to concrete. there have been growing researches on alkaline r...

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

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

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