نتایج جستجو برای: stepwise excavation

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

Journal: :Journal of Cell Biology 2006

Journal: :journal of mining and environment 2010
a. ramezanzadeh m. hood

the first step in mining activities is rock excavation in both mine development and production. constant pressure for cost reduction and creating an improved/safe work environment for personnel has naturally resulted in increased use of mechanical excavation systems in many mining operations. also, mechanical excavation and mining is more compatible with automation, meaning possibility of reduc...

2006
C. Molins

This paper describes the design, construction and early performance of a retaining structure close to a subway tunnel in Barcelona. The excavation, about 16 m deep, was carried out in 2001 during the construction of a new hospital, and involved a rectangular area with the longer side (170 m) almost parallel to the tunnel. The design had to fulfil two requirements: first, the influence of the ex...

2013
Xing Su Sanat Talmaki Hubo Cai Vineet R Kamat

Background: This research aims to improve the urban excavation safety by creating an uncertainty-aware, geospatial augmented reality (AR) to visualize and monitor the proximity between invisible utilities and digging implements. Excavation is the single largest cause of utility strikes. Utility strikes could be prevented if the excavator operator were able to “see” buried utilities and excavato...

One practical excavation support system is the inclined struts connected to adjacent buildings. This method is very common in small excavations, because of simplicity and minimum cost, when soil is cohesive and depth of excavation is less than stability depth (Hcr) but adjacent structures is at risk of damage due to weakness, old age or lack of proper skeleton frame. Although this method ...

Journal: :The Science of the total environment 2008
Indra Kalinovich Allison Rutter John S Poland Graham Cairns R Kerry Rowe

The site BAF-5 is located on the summit of Resolution Island, Nunavut, just southeast of Baffin Island at 61 degrees 35'N and 60 degrees 40'W. The site was part of a North American military defense system established in the 1950s that became heavily contaminated with PCBs during and subsequent, its operational years. Remediation through excavation of the PCB contaminated soil at Resolution Isla...

Journal: :Journal of dentistry 2005
H Sonoda A Banerjee M Sherriff J Tagami T F Watson

OBJECTIVES To compare the micro-tensile bond strengths of two different adhesive systems (ABF (Clearfil Protect Bond), Kuraray Medical Inc., Tokyo, Japan) and Prime & Bond NT (PBNT, Dentsply, Konstanz, Germany) bonded to caries-affected dentine retained after chemo-mechanical caries removal using Carisolv gel, with that retained after excavation using conventional hand instrumentation. METHOD...

2002
Maria Pateraki Emmanuel Baltsavias Petros Patias

In archaeological sites there are often several levels of ruins when the site has been constructed upon other ancient or prehistorical sites. It is very important for the archaeological research to map and monitor each step of the excavation. The traditional way for mapping of excavation is time consuming. Digital photogrammetry enables instead fast acquisition and processing of the data. Conti...

The expansion of underground structures is important in urban areas with high population density. In most large cities in the world, urban development is spreading along the structures. These structures are generally located at shallow depth; therefore study of shallow tunnels in urban areas is critical for development. During the excavation of tunnels in urban areas, creating the asymmetric se...

2008
Leif Isaksen

The TRANSLATION Framework for Archaeological Excavation Data: Transparent Negotiation and Sharing of Local Application Terminologies, Instances and Ontologies. A progress report submitted for continuation towards a PhD

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

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

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