نتایج جستجو برای: biomineralization

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

2016
Hans-Jürgen Ensikat Thorsten Geisler Maximilian Weigend

Biomineralization provides living organisms with various materials for the formation of resilient structures. Calcium phosphate is the main component of teeth and bones in vertebrates, whereas especially silica serves for the protection against herbivores on many plant surfaces. Functional calcium phosphate structures are well-known from the animal kingdom, but had not so far been reported from...

2014
Liang Xiang Wei Kong Jingtan Su Jian Liang Guiyou Zhang Liping Xie Rongqing Zhang

The growth of molluscan shell crystals is generally thought to be initiated from the extrapallial fluid by matrix proteins, however, the cellular mechanisms of shell formation pathway remain unknown. Here, we first report amorphous calcium carbonate (ACC) precipitation by cellular biomineralization in primary mantle cell cultures of Pinctada fucata. Through real-time PCR and western blot analys...

Journal: :Materials science & engineering. C, Materials for biological applications 2013
Sofia G Caridade Esther G Merino Natália M Alves João F Mano

Fundamental aspects of biomineralization may be important in order to understand and improve calcification onto the surface of biomaterials. The biomineralization process is mainly followed in vitro by assessing the evolution of the apatite layer that is formed upon immersion of the material in Simulated Body Fluid (SBF). In this work we propose an innovative methodology to monitor apatite depo...

Journal: :The Journal of experimental biology 2015
Shiguo Li Chuang Liu Jingliang Huang Yangjia Liu Guilan Zheng Liping Xie Rongqing Zhang

Seawater acidification and warming resulting from anthropogenic production of carbon dioxide are increasing threats to marine ecosystems. Previous studies have documented the effects of either seawater acidification or warming on marine calcifiers; however, the combined effects of these stressors are poorly understood. In our study, we examined the interactive effects of elevated carbon dioxide...

Journal: :Environmental microbiology 2011
Luke Mackinder Glen Wheeler Declan Schroeder Peter von Dassow Ulf Riebesell Colin Brownlee

Biomineralization in the marine phytoplankton Emiliania huxleyi is a stringently controlled intracellular process. The molecular basis of coccolith production is still relatively unknown although its importance in global biogeochemical cycles and varying sensitivity to increased pCO₂ levels has been well documented. This study looks into the role of several candidate Ca²⁺, H⁺ and inorganic carb...

2015
Damien Faivre Jens Baumgartner

A large variety of organisms are capable of synthesizing hard matter in a process called biomineralization [1]. The transformation of a genetic blueprint into minerals such as, for example, calcium phosphate in bones and calcium carbonate in eggs or seashells provides a mechanical support for organismic growth and protection against predators, respectively. Iron oxides formed by fishes and bird...

Journal: :Journal of biomedical materials research. Part A 2013
Falguni Pati Hemjyoti Kalita Basudam Adhikari Santanu Dhara

Tripolyphosphate (TPP) crosslinked chitosan (CH)-based fibrous matrices have potential as bioactive scaffolds for bone tissue engineering. This study describes mechanical, biomineralization, and in vitro bone cell growth and differentiation properties of CH-TPP (chitosan-tripolyphosphate) fibrous scaffolds and compared with that of uncrosslinked CH one. The hydrated CH-TPP scaffolds were viscoe...

2017
Marta Maciejewska Delphine Adam Aymeric Naômé Loïc Martinet Elodie Tenconi Magdalena Całusińska Philippe Delfosse Marc Hanikenne Denis Baurain Philippe Compère Monique Carnol Hazel A. Barton Sébastien Rigali

Moonmilk is a karstic speleothem mainly composed of fine calcium carbonate crystals (CaCO3) with different textures ranging from pasty to hard, in which the contribution of biotic rock-building processes is presumed to involve indigenous microorganisms. The real microbial input in the genesis of moonmilk is difficult to assess leading to controversial hypotheses explaining the origins and the m...

2011
Chin-Yuan Hsu Yu-Pei Chan

Honeybees (Apis mellifera) form superparamagnetic magnetite to act as a magnetoreceptor for magnetoreception. Biomineralization of superparamagnetic magnetite occurs in the iron deposition vesicles of trophocytes. Even though magnetite has been demonstrated, the mechanism of magnetite biomineralization is unknown. In this study, proteins in the iron granules and iron deposition vesicles of trop...

2017
Haorong Wang Zuohui Xiao Jie Yang Danyang Lu Anil Kishen Yanqiu Li Zhen Chen Kehua Que Qian Zhang Xuliang Deng Xiaoping Yang Qing Cai Ning Chen Changhong Cong Binbin Guan Ting Li Xu Zhang

Achieving oriented and ordered remineralization on the surface of demineralized dental enamel, thereby restoring the satisfactory mechanical properties approaching those of sound enamel, is still a challenge for dentists. To mimic the natural biomineralization approach for enamel remineralization, the biological process of enamel development proteins, such as amelogenin, was simulated in this s...

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

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

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