نتایج جستجو برای: frequent shipping

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

2003
Vladimir I. Gorodetski Oleg Karsaev Victor Konushy

The paper considers multi agent approach and respective multi-agent system for resource allocation and scheduling within shipping logistics problem. A well known benchmark that is Vehicle Routing Problem with Time Windows is considered as a case study. The paper proposes an approach to the shipping logistics problem solving that includes auction-based resource allocation and scheduling, distrib...

2000
Poul Ove Pedersen

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1 The changing relations between transport and development . . . . . . . . . . . . . . . . . . . 1 2 The logistic chain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 3 Changing intercontinental transport ....

1998
Mumtaz Hussain Dilip Parajuli Steven Radelet Jeffrey Sachs

(1979) on OECD countries; Brodsky and Sampson (1979) and Yeats (1976) on Latin America and Asia; and, more recently, Amjadi and Yeats (1995), Amjadi, Reincke, and Yeats (1996), and UNCTAD (1995) on sub-Saharan Africa. These studies document differences in shipping costs but do not directly estimate the relationship between shipping costs and manufactured exports or economic growth. Steven Radel...

Journal: :Electronic Commerce Research and Applications 2022

Relationships with consumers are critical to the success of online sellers. Online returns can detrimentally influence buyer–seller relationships and, thus, sellers should carefully approach restore their relationship consumers. Returns due consumer satisfaction-related reasons a significant and inevitable part e-commerce. This article focuses on how deal method fee aspects return shipping poli...

2008
Susanna Dorigoni Luigi Mazzei Federico Pontoni Antonio Sileo

At present, throughout the world LNG investments are abounding. In particular, the US and the EU are trying to facilitate their security of natural gas supply. For this reason, LNG enables importers to extend their gas suppliers’ portfolio, considering that some producing countries can be reached only via sea transport. LNG will thus increase importers’ choice; at the same time it can widen the...

2018
Giuseppe Suaria Stefano Aliani Silvia Merlino Marinella Abbate

Citation: Suaria G, Aliani S, Merlino S and Abbate M (2018) The Occurrence of Paraffin and Other Petroleum Waxes in the Marine Environment: A Review of the Current Legislative Framework and Shipping Operational Practices. Front. Mar. Sci. 5:94. doi: 10.3389/fmars.2018.00094 The Occurrence of Paraffin and Other Petroleum Waxes in the Marine Environment: A Review of the Current Legislative Framew...

2008
Karina H. Kjeldsen

A classification scheme for routing and scheduling problems in liner shipping is developed and subsequently used to classify existing literature on the subject. Based on the classification the articles are grouped, and the main characteristics of each group and article are described. The grouping may serve as a catalyst towards developing a model or a group of models that covers the main proble...

2008

It is not enough to seek solutions to these problems from the standpoint of an individual technical or industrial group, or even that of a nation; the whole subject needs a detailed review at the widest international level. Shipping itself is essentially an international operation and the hazards that it may entail are seldom of a purely national or even regional character. This is particularly...

2009
Karina Hjortshøj Kjeldsen

A classification scheme for routing and scheduling problems in liner shipping is developed and subsequently used to classify existing literature on the subject. Based on the classification the articles are grouped, and the main characteristics of each group and article are described. The grouping may serve as a catalyst towards developing a model or a group of models that covers the main proble...

Journal: :Marine pollution bulletin 2015
Sonja Leidenberger Matthias Obst Robert Kulawik Kerstin Stelzer Karin Heyer Alex Hardisty Sarah J Bourlat

Marine biological invasions have increased with the development of global trading, causing the homogenization of communities and the decline of biodiversity. A main vector is ballast water exchange from shipping. This study evaluates the use of ecological niche modelling (ENM) to predict the spread of 18 non-indigenous species (NIS) along shipping routes and their potential habitat suitability ...

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

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

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