نتایج جستجو برای: sulfur asphalt concrete

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

2013
Zhang Junwei Li Jinping Quan Xiaojuan

The permafrost degradation is the fundamental cause generating embankment diseases and pavement diseases in permafrost region while the permafrost degradation is related with temperature. Based on the field monitoring results of ground temperature along G214 Highway in high temperature permafrost regions, both the ground temperatures in superficial layer and the annual average temperatures unde...

2014
Carl Richard Soderberg

The high contribution of CO 2 emissions associated with pavements has driven research to assess the life cycle of concrete versus asphalt structures and to develop a strategy to reduce the carbon footprint. The life cycle of pavement has been studied with respect to CO 2 emissions in the use phase of concrete as well as after the concrete is demolished. However, only a few have considered the e...

2014
Swoo-Heon Lee Ki-Nam Hong Jae-Kyu Park Jung Ko

This paper proposes the mixing design of concrete having modified sulfur-coated aggregate (MSCA) to enhance the durability of Portland cement concrete. The mechanical properties and durability of the proposed MSCA concrete were evaluated experimentally. Melting-modified sulfur was mixed with aggregate in order to coat the aggregate surface at a speed of 20 rpm for 120 s. The MSCA with modified ...

Journal: :civil engineering infrastructures journal 0
hasan taherkhani assistant professor, civil engineering department, university of zanjan, zanjan, iran

this paper describes the effects of reinforcement by randomly distributed nylon fibers and addition of nanoclay on some engineering properties of a typical asphalt concrete. the properties of asphalt concrete reinforced by different percentages of 25 mm nylon fibers have been compared with those of the mixtures containing different percentages of nanoclay and those in which both the fibers and ...

2003
JOHN EMERY

Steel slags are the major byproduct from the conversion of iron to steel in the basic oxygen (major type), electric arc and open hearth (minor type) steelmaking processes. Steel recovery from the slag results in a processed aggregate with both positive (wear resistant, skid resistant, rough textured, angular, well graded, stripping resistant) and negative (heavy, expansive) features. Considerab...

2017
Salim Barbhuiya Benjamin Caracciolo

In this study, nanoindentation was conducted to extract the load-displacement behaviour and the nanomechanical properties of asphalt concrete across the mastic, matrix, and aggregate phases. Further, the performance of hydrated lime as an additive was assessed across the three phases. The hydrated lime containing samples have greater resistance to deformation in the mastic and matrix phases, in...

2009
Ercan Özgan Mehmet Emiroğlu Ahmet Beycioğlu Kürşat Yıldız

In this study, stiffness modulus parameters of asphalt concrete were determined experimentally for different temperature and exposure times. The stiffness modules were calculated according to Nijboer stiffness module. Basic physical properties and the quantity of bitumen of asphalt core samples were designated for determining the stiffness modules. The samples were exposed to 17 C (reference te...

2003

s92,1 15363,1980.search, April 1981. 59. “Recyclers Beat the Clock.” Engineering News Record,November 6,1980. 60. “D-Cracked Concrete Pavement Recycled for Less.” Highway andHeavy Construction, April 1981. 61. “Asphalt Pavement Milled and Recycled on Same Project.” Highway and Heavy Construction, August1981. 62. “In Place Recycling Cuts Paving Cost, Time.” Highwa...

2006
Robert Y. Liang Mohammad Khasawneh

The anisotropy refers to the material properties that are direction dependant. In the past, the HMA has been typically modeled as an isotropic material due to a lack of sufficient data for detailed quantification of its direction-dependency. However, it is reasonable to assert that HMA may exhibit significant anisotropic behaviour due to the major compaction direction and the resulting preferre...

Journal: :Advances in Engineering Software 2012
Ercan Özgan Ibrahim Korkmaz Mehmet Emiroglu

In this study, stiffness modulus parameters of asphalt concrete were determined experimentally for different temperature and exposure times. The stiffness modules were calculated according to Nijboer stiffness module. Basic physical properties and the quantity of bitumen of asphalt core samples were designated for determining the stiffness modules. The samples were exposed to 17 C (reference te...

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

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

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