نتایج جستجو برای: globalization and lead times

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

2004
Jan Alarik Elfving Iris D. Tommelein Dorit S. Hochbaum

Exploration of Opportunities to Reduce Lead Times for Engineered-To-Order Products by Jan Alarik Elfving Doctor of Philosophy in Engineering-Civil and Environmental Engineering University of California, Berkeley Professor Iris D. Tommelein, Chair Scholars and practitioners have long advocated the benefits of reduced lead times. Moreover, most, if not all members of a supply chain would gain fro...

2015
Manuel Díaz-Madroñero Josefa Mula Mariano Jiménez

This paper proposes a fuzzy multi-objective integer linear programming approach to model a material requirement planning (MRP) problem with fuzzy lead times. We incorporate to the crisp MRP model the possibility of occurrence of each one of the possible lead times. Then, an objective function that maximizes the possibility of occurrence of the lead times is considered. By combining this objecti...

Journal: :European Journal of Operational Research 2007
Guillermo Gallego Yue Jin Ana Muriel Ge Zhang V. Taylan Yildiz

A firm receives orders that will be required at an uncertain time given by an Erlang distribution, and over time observes the associated independent exponential events. The firm, in turn, places orders at a linear cost from a supplier with fixed lead time l and has the option of converting (expediting) each order, at a cost, over a certain time interval after the order is originally placed. A c...

In the present era, political, cultural and social thoughts, attitudes and activities have passed national boundaries and distributed globally; affected by different thoughts and interact with them. This issues are all influenced by globalization processes. Therefore, globalization in the political, cultural and social dimensions has led to consequences that could create opportunities for diffe...

2004
JAMES K. BOYCE

Globalization—viewed as a process of economic integration that embraces governance as well as markets—could lead to worldwide convergence toward higher or lower environmental quality, or to environmental polarization in which the ‘greening’ of the global North is accompanied by the ‘browning’ of the global South. The outcome will not be dictated by an inexorable logic. Rather it will depend on ...

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

the world is considering the great change in sphere of globalization process in 21st century in which individuals living on earth are regarded as members of a mutual political entity. economic globalization is the most significant and conspicuous model of globalization. one of the most important issues in economic globalization process is the function of states in economic policymaking. the pre...

2010
Javier Criado Nicolás Padilla Luis Iribarne José Andrés Asensio

Due to the globalization of the information and knowledge society on the Internet, modern Web-based Information Systems (WIS) must be flexible and prepared to be easily accessible and manageable in real-time. In recent times it has received a special interest the globalization of information through a common vocabulary (i.e., ontologies), and the standardized way in which information is retriev...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده ادبیات و زبانهای خارجی 1390

august wilson is undoubtedly one of the rare black playwrights whose works have attracted streams of attention and worldwide audience. the present study aims at analyzing fences and piano lesson which are two of the most successful plays in his pittsburgh cycle from the perspective of michel foucault’s theories and ideas. studying these two plays from foucault’s perspective opens new windows in...

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

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

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