نتایج جستجو برای: density polyethylene ldpe

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

2009
Mohammad Reza Safizadeh

Individual sealing and tray wrap of orange (Citrus sinensis (L.) Osbeck cv. ‘Valencia’) with heat-shrinkable films of low-density polyethylene (LDPE), high-density polyethylene (HDPE), oriented polypropylene (OPP) and polyvinyl chloride (PVC) were held for a period up to 4 months at 5°C and 85-90% RH. Both methods of film-packaging showed little change in the water relations characteristics, wh...

Journal: :Angewandte Chemie 2001
Stefan Mecking

Polyolefins are of vast economic importance, which is reflected by an annual production of more than 70 million tons of polyethylene and polypropylene. While the major portion of these materials is produced with Zieglerand chromium-based catalysts, the older free-radical process that affords low-density polyethylene (LDPE) has maintained its significance.[1] Despite the necessity of working at ...

Multidielectric polyethylene is a material that is generally employed as insulation for  the HVDC isolations. In this paper, the influence of temperature on space charge dynamics has been studied, low-density polyethylene (LDPE) and Fluorinated Ethylene Propylene (FEP) sandwiched between two electrodes were subjected to voltage application of 5kV (14.3 kV/mm) for extended duration of time ...

In the present study, 7% silver-low-density thin polyethylene films were successfully prepared through the melt mixing method. These films were applied to reduce the harmful antibacterial properties of Huso huso fillets at refrigeration temperatures, thus extending their shelf life. The total viable bacteria count for H. huso fillets wrapped in a 7% Ag/LDPE nanocomposite was 3.04±2.43 (log CFU/...

2006
C. S. Yuan A. Hassan M. I. Ghazali A. F. Ismail

The heat-seal strength and failure modes of laminated films with Linear Low Density Polyethylene (LLDPE) and Low Density Polyethylene (LDPE) as the sealant materials were investigated. Heat-seal strength increases with platen temperature for all samples. The maximum achievable heat-seal strength for laminated film using LDPE and LLDPE as sealant material is 0.598 N/mm and 4.02 N/mm, respectivel...

2013
Katarina Novotna Marketa Bacakova Nikola Slepickova Kasalkova Petr Slepicka Vera Lisa Vaclav Svorcik Lucie Bacakova

Cell colonization of synthetic polymers can be regulated by physical and chemical modifications of the polymer surface. High-density and low-density polyethylene (HDPE and LDPE) were therefore activated with Ar⁺ plasma and grafted with fibronectin (Fn) or bovine serum albumin (BSA). The water drop contact angle usually decreased on the plasma-treated samples, due to the formation of oxidized gr...

2017
Hossam A. Gabbar Mohamed Aboughaly Barry Stoute

The exponential increase of plastic production produces 100 million tonnes of waste plastics annually which could be converted into hydrocarbon fuels in a thermal cracking process called pyrolysis. In this research work, a direct current (DC) thermal plasma circuit is designed and used for conversion of low density polyethylene (LDPE) into diesel oil in a laboratory scale pyrolysis reactor. The...

2013
Behjat Tajeddin Russly Abdul Rahman Luqman Chuah Abdulah

The possibility of using cellulose from the cell walls of kenaf, an annual herbaceous crop, for the production of bicomposites was investigated in this study. The composites were prepared using LDPE, as a matrix, the extracted cellulose, as filler and PEG as a plasticizer. The characterization of biocomposites was then performed with optimized thermo-mechanical properties and propensity to envi...

2016
V. Sanchez R. Lopez Y. Ito

PAL measurements were used to study the process of graft polymerization of methyl methacrylate (MMA) to low density polyethylene (LDPE). When the monomer was just sorbed to LDPE, both I, and z, were increased. When MMA was grafted to LDPE, on the other hand, they were decreased. These contrasting results suggests usefulness of the PAL method to study the micro-structures of polymers. Introducti...

2004
LUIS CISNEROS-ZEVALLOS MIKAL E. SALTVEIT JOHN M. KROCHTA

A proposed mechanism of white discoloration development on peeled carrots included both physical and physiological responses to wounding. The physical response is a color change due to reversible surface dehydration. This study was performed at 2.5 and 10°C using a mode1 system controlling relative humidity, at 33, 75 or 98%, and a commercial system with low-density polyethylene (LDPE) plastic ...

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

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

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