نتایج جستجو برای: ship breaking yard

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

Journal: :Journal of Marine Science and Engineering 2021

This article deals with the extremely difficult problem faced by a large number of smaller ports: how to enable small container terminals simultaneously receive two ships post-Panamax size, and at same time provide effective transshipment operations on an individual terminal subsystem, which would fast turnaround ship in port possibility increase annual traffic. For this purpose, simulation app...

Journal: :Computers & OR 2009
Matthew E. H. Petering Katta G. Murty

Keywords: Container terminal Maritime shipping Block length Yard crane deployment Simulation Terminal design Gross crane rate As more and more container terminals open up all over the world, terminal operators are discovering that they must increase quay crane work rates in order to remain competitive. In this paper we present a simulation study that shows how a terminal's long-run average quay...

2003
Barbara Bellows

This publication is written for lawn care professionals, golf course superintendents, or anyone with a lawn. Its emphasis is on soil management and cultural practices that enhance turf growth and reduce pests and diseases by reducing turf stress. It also looks at mixed species and wildflower lawns as low maintenance alternatives to pure grass lawns. SUSTAINABLE TURF CARE LEAVE THIS SPACE HERE F...

2000
Jürgen Böse Torsten Reiners Dirk Steenken Stefan Voß

In the last four decades the container, as an essential part of a unit-load-concept, has scored a great success in international sea freight transportation. With increasing containerization the number of seaport container terminals and competition has increased considerably. One of the success factors of a terminal is related to the time in port for container vessels and the transshipment rates...

Journal: :J. Complexity 2015
Johann S. Brauchart Peter J. Grabner

This survey discusses recent developments in the context of spherical designs and minimal energy point configurations on spheres. The recent solution of the long standing problem of the existence of spherical t-designs on S with O(td) number of points by A. Bondarenko, D. Radchenko, and M. Viazovska attracted new interest to this subject. Secondly, D. P. Hardin and E. B. Saff proved that point ...

ژورنال: علوم آب و خاک 2000
اخیانی, احمد , حسن ‌پور, حسین , فاطمی, ‌حسین , نصراصفهانی, مهدی ,

Solarization of field soil through mulching with transparent polyethylene sheets alone and in integration with farm yard manure (40 T/ha) and/or metalayl (25 kg/ha) during summer 1994-95 for five weeks in Isfahan resulted in an increase in temperature of 10 °C (± 1) and moisture preservation of up to 82%. Solarization effectively reduced foot-rot of cucumber (Phytophthora drechsleri) in the a...

2015
Fabienne Nackers Yolanda Kathrin Mueller Niven Salih Mousab Siddig Elhag Mobarak Elnour Elbadawi Omer Hammam Ann Mumina Atia Abdalla Atia Jean-François Etard Koert Ritmeijer François Chappuis Elodie Ghedin

BACKGROUND Improving knowledge on local determinants of visceral leishmaniasis (VL) is crucial to guide the development of relevant control strategies. This study aimed to identify individual and household level determinants of primary VL in 24 highly endemic villages of Tabarak Allah hospital's catchment area, Gedaref State, Sudan. METHODS From September 2012 to July 2013, in an unmatched ca...

Journal: :Archives italiennes de biologie 2011
M-F Wu R Nienhuis N Maidment H A Lam J M Siegel

Hypocretin (Hcrt) has been implicated in the control of motor activity and in respiration and cardiovascular changes. Loss of Hcrt in narcolepsy is linked to sleepiness and to cataplexy, a sudden loss of muscle tone which is triggered by sudden strong emotions. In the current study we have compared the effects of treadmill running, to yard play on cerebrospinal fluid (CSF) Hcrt level in normal ...

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

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

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