نتایج جستجو برای: technological capital cost

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

Buy back contracts have been one of the most common upstream contracts in the oil industry. This investment method allows the government to attract foreign capital and technical services and knowledge, while at the same time reducing the cost of foreign trade and increasing export capacity. On the other hand, Learning is one of the most important functions of technological collaboration, to whi...

2001
Daniel J. Wilson

In this paper, I develop an industry-level index of capital-embodied R&D by capturing the extent of research and development directed at the capital goods in which a given industry invests. Compiling and adjusting data from the National Science Foundation and Commerce Department, I construct industry-level, time-series measures of this index and investigate its properties. The data allow me to ...

2011
Angelo Antoci Fabio Sabatini Mauro Sodini

We set up a theoretical framework to analyse the role of economic growth and technological progress in the erosion of social capital. Under certain conditions on parameters, the relationship between technological progress and social capital can take the shape of an inverted U curve. Furthermore, we show the circumstances that allow the economy to follow trajectories where the stock of social ca...

2007
Anil Kumar

The gap between the world's rich and poor countries largely comes down to the financial and physical assets that create wealth. Developed economies possess more of this capital than developing ones, and what they have usually incorporates more advanced technologies. The implication is clear: A key aspect of economic advancement lies in poorer nations' capacity to acquire more capital and scale ...

Journal: :مدیریت صنعتی 0
علی محمدی دانشیار بخش مدیریت دانشکدة اقتصاد، مدیریت و علوم اجتماعی، دانشگاه شیراز، شیراز، ایران داریوش مولا استاد بخش مهندسی شیمی دانشکدة مهندسی شیمی، نفت و گاز، دانشگاه شیراز، شیراز، ایران عباس عباسی استادیار بخش مدیریت دانشکدة اقتصاد، مدیریت و علوم اجتماعی، دانشگاه شیراز، شیراز، ایران کاظم عسکری فر دانشجوی دکتری مدیریت سیستم دانشکدة اقتصاد، مدیریت و علوم اجتماعی، دانشگاه شیراز، شیراز، ایران

this study is done to define the technological contribution in the value chain of chemical industries and assess the effects of this on industrial’s value added. the value network contains 581 active firms in 5 stages and 21 groups, and date gathered with 141 questionnaires by snowball method. then the technology contribution and economic value added are defined for each stage and group. beside...

2009
Christopher S. Jones

We examine the relation between inventory investment and the cost of capital in the time series and the cross section. We find consistent evidence that risk premiums, rather than real interest rates, are strongly negatively related to future inventory growth at the aggregate, industry, and firm levels. The effect is stronger for firms in industries that produce durables rather than nondurables,...

2015
Peter Matthews

Initial growth in Internet use in the 1990s resulted in many digital pioneers viewing new information and communication technologies (ICTs) as a means to radically empower people through new global connections and extensive social capital. This has extended into an interest in exploring how ICTs can contribute to international development, and particularly in the field of ICT for development (I...

Journal: :Journal of Human Capital 2008

2013
Francesco Arigliano Antonia Azzini Chiara Braghin Antonio Caforio Paolo Ceravolo Ernesto Damiani Vincenzo Savarino Claudia Vicari Francesco Zavatarelli

The internetworking and the outsourcing of business activities have become essential in the short term to maintain competitiveness in the market, as it allows to significantly reduce time and cost of core business processes. However, outsourcing, increasing the level of information sharing, imposes new precautions to maintain, in the medium and long-term, strategic control over the knowledge pr...

Indro Dasgupta Thomas Osang

In this paper, we use a multi-sector specific factors model with international capital mobility to examine the effects of globalization on the skill premium in U.S. manufacturing industries. This model allows us to identify two channels through which globalization affects relative wages: effects of international capital flows transmitted through changes in interest rates, and effects of international...

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

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

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