نتایج جستجو برای: cement exponent

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

Journal: :Mechanisms of Development 2000
Laura S Gammill Hazel Sive

We previously showed that otx2 activates ectopic formation of the Xenopus cement gland only in ventrolateral ectoderm, defining a region of the embryo permissive for cement gland formation. In this paper, we explore the molecular identity of this permissive area. One candidate permissive factor is BMP4, whose putative graded inhibition by factors such as noggin has been proposed to activate bot...

Journal: :Journal of applied biomaterials & biomechanics : JABB 2009
Y S Arun Kumar Bhaskar Pant Konjengbam Darunkumar Singh

AIM The present study seeks to increase the life term of fully cemented total hip replacements by minimizing the stress values within the cement mantle. METHODS Three-dimensional (3D) finite element analyses have been carried out to investigate the effects of varying cement thickness on the von-Mises stress of a cement mantle. The magnitude and location of maximum von-Mises stress within the ...

Journal: :The Journal of bone and joint surgery. British volume 1978
A S Greenwald N C Narten A H Wilde

When aseptic failure of the bond between the cement and the prosthesis of a total joint replacement occurs, complete removal of the cement has been advocated before the insertion of a new prosthesis. The present study questions this practice. Both laboratory tests on variously prepared specimens of cement and clinical experiences demonstrate that recementing over old cement is a practical alter...

2017
Salim Barbhuiya PengLoy Chow

This paper reports the effects of carbon nanofibers (CNFs) on nanoscaled mechanical properties of cement composites. CNFs were added to cement composites at the filler loading of 0.2 wt % (by wt. of cement). Micrographs based on scanning electron microscopy (SEM) show that CNFs are capable of forming strong interfacial bonding with cement matrices. Experimental results using nanoindentation rev...

2014
A.V.S.Sai. Kumar

Concrete a composite material made from cement, water, fine aggregate and coarse aggregate. But present researchers are in interest of finding new cement materials by waste materials or waste products produced from industries which are harmful to environment. The present paper deals with partial replacement of cement with quarry dust and metakaolin which are having silica used as admixture for ...

2002
S. M. Rabiee F. Moztarzadeh M. Solati - hashjin

In this research, effect of soaking time of a new synthesized hydroxyapatite-based bone cement in simulated body fluid (SBF) on the final phase and strength has been studied. The powder section of the cement has been synthesized by using tricalcium phosphate, calcium carbonate and anhydrous dicalcium phosphate. The liquid phase of the cement consists of different concentrations of NaH2PO4.2H2O....

Journal: :Acta orthopaedica 2007
Saba Abdulghani Jian-Sheng Wang Ian McCarthy Gunnar Flivik

BACKGROUND Acetabular cementation during total hip arthroplasty is considered difficult mainly due to the appearance and anatomy of the acetabulum. Improved cementation technique has been shown to improve the longevity of acetabular components. METHOD We designed a ceramic model to investigate the effect of varying the initial cement pressurization and cup introduction times on the depth of c...

2003
J. W. Bullard W. Bullard

Recently, techniques for acquiring, analyzing, and using 3-D shape infonnation for aggregates (sand, gravel) have been developed and demonstrated. These mathematical techniques, based on spherical hannonic coefficient analysis, have been applied to X-ray computed tomography images. X-ray microtomographic images of cement particles are required to be able to apply these same mathematical techniq...

2005
M. A. DAOUS M. A. Daous

Cement kiln dust produced in a local cement production plant in Saudi Arabia, along with fly ash resulting from combustion of heavy fuel oil in a local power generation plant were utilized as waste materials blended with ordinary Portland cement at various ratios. These blends were tested for their water requirements for normal consistency, initial setting times, and compression and tensile str...

2009
A. Naceri M. Chikouche Hamina P. Grosseau

The effect of artificial pozzolan (waste brick) on the physico-chemical properties of cement manufactured was investigated. The waste brick is generated by the manufacture of bricks. It was used in the proportions of 0%, 5%, 10%, 15% and 20% by mass of cement to study its effect on the physico-chemical properties of cement incorporating artificial pozzolan. The physicochemical properties of cem...

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

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

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