نتایج جستجو برای: trabecular maturity

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

Journal: :Dento maxillo facial radiology 2014
E Klintström O Smedby B Klintström T B Brismar R Moreno

OBJECTIVES The aim of this study was to evaluate how imaging parameters at clinical dental CBCT affect the accuracy in quantifying trabecular bone structures, contrast-to-noise ratio (CNR) and radiation dose. METHODS 15 radius samples were examined using CBCT (Accuitomo FPD; J. Morita Mfg., Kyoto, Japan). Nine imaging protocols were used, differing in current, voltage, rotation degree, voxel ...

2009
Jun Iwamoto Hideo Matsumoto Tsuyoshi Tadeda Yoshihiro Sato James K. Yeh

PURPOSE To compare the effect of vitamin K(2) and risedronate on trabecular bone in glucocorticoid (GC)-treated rats. MATERIALS AND METHODS Forty-eight Sprague-Dawley female rats, 3 months of age, were randomized by the stratified weight method into 5 groups according to the following treatment schedule: age-matched control, GC administration, and GC administration with concomitant administra...

Journal: :Radiology 2010
Conor J Walsh Catherine M Phan Madhusmita Misra Miriam A Bredella Karen K Miller Pouneh K Fazeli Harun H Bayraktar Anne Klibanski Rajiv Gupta

PURPOSE To use finite element modeling based on flat-panel volume computed tomography (CT) and bone mineral density (BMD) provided by dual-energy x-ray absorptiometry (DXA) to compare bone failure load, stiffness, and trabecular structure in women with anorexia nervosa (AN) and age-matched normal-weight control subjects. MATERIALS AND METHODS The study was approved by the institutional review...

Journal: :Journal of the mechanical behavior of biomedical materials 2011
M E Szabó J Zekonyte O L Katsamenis M Taylor P J Thurner

The mechanical properties of bone tissue are reflected in its micro- and nanostructure as well as in its composition. Numerous studies have compared the elastic mechanical properties of cortical and trabecular bone tissue and concluded that cortical bone tissue is stiffer than trabecular bone tissue. This study compared the progression of microdamage leading to fracture and the related local st...

Journal: :American journal of translational research 2017
Jinsong Hong Ting Wang Zhibin Chen Haobo Pan Xiaohua Pan

BACKGROUND This study characterized a novel rabbit model of subchondral bone bruise and investigated the intervening effect of calcitonin. METHODS Bone bruise was implemented via controlled free-fall counterpoise on the medial tibial subchondral bone of 5-month-old New Zealand rabbits, with 3, 2.5, or 2 Joules of energy. Subsequent subchondral bone bruise was characterized via magnetic resona...

2014
María Luisa Paparella Daniel Brandizzi Eduardo Santini-Araujo Rómulo Luis Cabrini

The aim of this work is to report the histopathological features of jaw bone in 24 cases of bisphoshonate-related osteonecrosis of the jaw. In all cases, lamellar bone trabeculae were thicker (bone sclerosis), had no osteocytes in the lacunae (bone necrosis), and exhibited a Pagetlike structure with marked signs of bone remodeling and formation of multiple trabecular compartments that were not ...

2012
Shreyasee Amin Sundeep Khosla

The trabecular and cortical compartments of bone each contributes to bone strength. Until recently, assessment of trabecular and cortical microstructure has required a bone biopsy. Now, trabecular and cortical microstructure of peripheral bone sites can be determined noninvasively using high-resolution peripheral quantitative computed tomography (HR-pQCT). Studies that have used HR-pQCT to eval...

Journal: :Acta of bioengineering and biomechanics 2017
Adam Mazurkiewicz Tomasz Topoliński

PURPOSE The study aimed to investigate a relationship between the mineral content of human trabecular bone and parameters determined from compression fatigue tests at stepwise-increasing amplitude. METHODS Mineral content of trabecular bone was estimated comparing density and bone mineral density values. The relationship between the ash density, bone mineral density and factors obtained from ...

Journal: :Investigative ophthalmology & visual science 2000
J Benozzi C O Jaliffa F Firpo Lacoste D W Llomovatte M I Keller Sarmiento R E Rosenstein

PURPOSE To study the presence of hyaluronidase activity in the rabbit trabecular meshwork and its regulation by brimonidine. METHODS A spectrophotometric assay that consists of the assessment of N-acetylhexosamine groups released from hyaluronic acid was used to examine hyaluronidase activity. Cyclic adenosine monophosphate (cAMP) levels were assessed by radioimmunoassay. RESULTS Hyaluronid...

Journal: :Bone 2015
Julien Paccou Mark Hiley Edwards Kate Ward Karen Jameson Rebecca Moon Elaine Dennison Cyrus Cooper

PURPOSE Chronic heavy alcohol consumption is associated with bone density loss and increased fracture risk, while low levels of alcohol consumption have been reported as beneficial in some studies. However, studies relating alcohol consumption to bone geometry, volumetric bone mineral density (vBMD) and bone microarchitecture, as assessed by high-resolution peripheral quantitative computed tomo...

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

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

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