نتایج جستجو برای: hydroxyl carbonate apatite

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

حیدری, مجید , دمیری, کاظم , زراسوندی, علیرضا , پورکاسب, هوشنگ ,

Simple folded Zagros has several phosphate horizons with the Cretaceous – Tertiary ages that are present as inter-layer in Pabdeh and Gurpy formations. Therefore, study of combination, texture of mineralogy and determination of genesis of marine phosphate of Zagros basin during Eocene – Oligocene is important. In this study, 28 samples were collected from phosphate Kuhe-e- Sefid and Kuh-e- Lar ...

Journal: :European journal of paediatric dentistry : official journal of European Academy of Paediatric Dentistry 2014
C M Zamudio-Ortega R Contreras-Bulnes R J Scougall-Vilchis R A Morales-Luckie O F Olea-Mejía L E Rodríguez-Vilchis

AIM The purpose of this study was to characterise the enamel surface of sound deciduous teeth in terms of morphology, chemical composition, structure and crystalline phases. MATERIALS AND METHODS The enamel of 30 human deciduous teeth was examined by: Scanning Electron Microscopy (SEM), Energy Dispersive X-Ray Spectroscopy (EDS), X-ray Powder Diffraction (XRD), Fourier Transform Infrared Spec...

Journal: :Southern medical journal 2004
Tomislav M Jelic Amer M Malas Samuel S Groves Bo Jin Paul F Mellen Garry Osborne Rod Roque James G Rosencrance Ho-Huang Chang

We have found that nanobacteria, recently discovered Gram-negative atypical bacteria, can cause local calciphylaxis on the mitral valve in a setting of high-calcium X phosphorous product in the blood. We present the case of a 33-year-old man with diabetic renal failure on continuous ambulatory peritoneal dialysis who died as a result of multiple brain infarcts due to embolizations from mitral v...

Among bioactive ceramics, the apatite/wollastonite (A/W) glass ceramic, containing apatite and wollastonite crystals in the glassy matrix, has been largely studied because of good bioactivity and used in some fields of medicine, especially in orthopedics and dentistry. However, medical applications of bioceramic are limited to non-load bearing applications because of their poor mechanical prope...

2010
Winfried Vahlensieck Albrecht Hesse

Trauma, inflammation, or necrosis in the scrotal cavity may lead to depositing of organic material in hydrocele fluid with consecutive calcification if the fluid is oversaturated. During a period of 25 years, 2 scrotal calculi (calculous material in hydrocele fluid) in 2 of 42 patients (4.8%) were found during surgery on symptomatic hydroceles by the first author. In these symptomatic cases, in...

Journal: :The Journal of clinical investigation 1970
M Kaye A J Frueh M Silverman J Henderson T Thibault

Bone powder from patients dying with chronic renal failure of more than 1 yr duration was shown to release less calcium and more phosphate when equilibrated with a buffer solution. pH 7.4 at 4 degrees C. This change persisted after removal of the organic component and was associated with a reduction in the bone carbonate content. Crystal size and surface area showed no consistent changes from t...

Journal: :Biomaterials 2006
C Combes Baoji Miao Reine Bareille Christian Rey

The feasibility of calcium carbonate cements involving the recrystallisation of metastable calcium carbonate varieties has been demonstrated. Calcium carbonate cement compositions presented in this paper can be prepared straightforwardly by simply mixing water (liquid phase) with two calcium carbonate phases (solid phase) which can be easily obtained by precipitation. An original cement composi...

Journal: :Chemical communications 2007
Joanna Kolmas Waclaw Kolodziejski

The concentration of structural hydroxyl groups in the apatite mineral of enamel, dentin and cementum of healthy human teeth was estimated by reference to stoichiometric hydroxyapatite to be 73 +/- 3, 18 +/- 2 and 18 +/- 1%, respectively.

2014
Zoltan Z. Zyman Mykola V. Tkachenko V. N. Karazin Kharkiv

Powders of sodium-carbonate co-substituted hydroxyapatite, having sodium content in the range of 0.25–1.5 wt.% with a 0.25 wt.% step, were prepared by a precipitation-solid state reaction route. Compacts of the powders were sintered in a CO2 flow (4 mL/min) at 1100 °C for 2 h. The sintered ceramics contained sodium and carbonate ions in the ranges of 0–1.5 wt.% and 1.3–6 wt.%, respectively, whi...

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

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

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