نتایج جستجو برای: phenomenon like globalization

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

2005
Merete Lie Ragnhild Lund

This article approaches the phenomenon of globalization from a long-term perspective and argues for analyzing globalization as a process, focusing on different actors within a global economy. Based on previous findings from Malaysia and some preliminary findings from the Shanghai region, China, it explores the motives and adaptations of foreign industries in Asia. The article also seeks to iden...

2017
Jin Un Kim Obinna Oleribe Ramou Njie Simon D Taylor-Robinson

The modern concept of globalization in health care and clinical research often carries a positive message for the "Global South" nations of Africa, South America and Southeast Asia. However, bioethical abuse of participants in clinical trials still exists in the Global South. Unethical studies directed by the "Global North", formed by the medically advanced nations in North America, Western Eur...

2014

There is no definition of globalization in a form universally accepted and perhaps not even final one. The reason is that globalization includes a multitude of complex processes, reaching different areas of society. It can be a phenomenon, an ideology, a strategy or all together. One thing is certain: globalization raises an endless polemic, progressing continuously and irreversibly generate ma...

2005
CATHERINE L. MANN

US services are globalizing at a rapid rate, are increasingly in trade surplus, and, through foreign investment and affiliate sales abroad, are deepening the global integration of the US economy. There is even a new term for the phenomenon—“offshoring”—that is, the offshore outsourcing of service activities. While outsourcing is not new—the breakdown of the process of goods production to local ...

Journal: :international journal of industrial engineering and productional research- 0
سید محمد سید حسینی seyed mohammad seyedhosseini department of industrial engineering, iran university of science & technology, narmak, terhan, islamic republic of iranدانشگاه علم وصنعت ایران کاوه محمد سیروس kaveh mohamad cyrus department of industrial engineering & management systems, amirkabir university of technology, 424 hafez avenue, terhan, islamic republic of iranدانشگاه صنعتی امیر کبیر کاوه فهیمی kaveh fahimi department of industrial engineering, iran university of science & technology, narmak, terhan, islamic republic of iranدانشگاه علم وصنعت ایران حسن بادکوبه ای hassan badkoobehi school of engineering technology and media, national university, san diego, ca. usa

today’s competition is promoted from firm against firm to supply chain versus supply chain, globalization and competition is a common phenomenon so each organization should make its supply chain as a weapon against the others, in doing so this paper presented a conceptual, graphical, step by step methodology to construct supply chain strategies by integrating strategic management’s theories, ap...

2000
Paul Glewwe Douglas G. Tiffany Jerry Fruin

Globalization is leading to increased economic interactions between the U.S. and almost every other country in the world. A growing percentage of the American economy is devoted to foreign trade, and many U.S. businesses are establishing offices, factories, and other economic ventures in other countries. Most economists claim that globalization is, on the whole, a beneficial phenomenon—and one ...

Journal: :مطالعات و تحقیقات اجتماعی ایران 0
خدیجه سفیری دانشگاه الزهرا زهرا نعمت الهی دانشگاه الزهرا

this research probes the impact of instruments of globalization on the religious identity. this is why the theories that are used here include: the implant theory of george gerbne, the relevant theory as developed by teriandis, the theory of cultural coexistence, the theories relating to the american consumer culture, and the spread of western modernity. today globalization through intensificat...

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

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

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