نتایج جستجو برای: collagen scaffold

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

2012
Jeerawan Klangjorhor Puwapong Nimkingratana Jongkolnee Settakorn Dumnoensun Pruksakorn Taninnit Leerapun Olarn Arpornchayanon Sattaya Rojanasthien Prachya Kongtawelert Peraphan Pothacharoen

BACKGROUND Autologous chondrocyte transplantation is a promising technique for treatment of cartilage defects. Three dimensional chondrocyte cultures on a scaffold are widely used to retain the chondrogenic phenotype. Using a biodegradable gelatin scaffold is one option for the cell delivery system, but molecular and histological studies of the method have not yet been done. METHODS We evalua...

2013
Nasser Mahdavi Shahri Javad Baharara Mahan Takbiri Saeedeh Khajeh Ahmadi

OBJECTIVE The bioscaffold can be used in tissue engineering and regenerative medicine. The scaffolds used in tissue engineering must have high porosity to facilitate accelerated angiogenesis for feeding cells and repelling cell waste outside the scaffold. In this experimental study, we attempted to produce lung three-dimensional scaffold and assay its effect on cell penetration and migration. ...

2014
Matthias F. Pietschmann Markus U. Wagenhäuser Mehmet F. Gülecyüz Andreas Ficklscherer Volkmar Jansson Peter E. Müller

INTRODUCTION Tendon tissue engineering (TTE) tries to produce tendinous tissue of high quality to replace dysfunctional tissue. One possible application of TTE might be the replacement of ruptured tissue of the rotator cuff. Autologous tenocytes seem to be most suitable as no differentiation in vitro is necessary. Today it is still uncertain if there is a difference between tendon-derived cells...

2015
Yiqun He Youhai Dong Fuzhai Cui Xujun Chen Rongqiang Lin Masaya Yamamoto

The bone-formation and scaffold-biodegradation processes have not been fully characterized. This study aimed to determine the osteogenic ability of nHA-CS osteo-induced bone marrow mesenchymal stem cell (BMSC) composites and to explore the relationship between bone formation and scaffold biodegradation. The nHA-CS osteo-induced BMSC composites (nHA-CS+cells group) and the nHA-CS scaffolds (nHA-...

2014
Xiangmei Zhang Kunihiro Yamaoka Koshiro Sonomoto Hiroaki Kaneko Makoto Satake Yuka Yamamoto Masahiro Kondo Jidong Zhao Ippei Miyagawa Kaoru Yamagata Shunsuke Fukuyo Yosuke Okada Yoshiya Tanaka

Mesenchymal stem cells (MSC) have been used recently for the treatment of autoimmune diseases in murine animal models due to the immunoregulatory capacity. Current utilization of MSC requires cells in certain quantity with multiple courses of administration, leading to limitation in clinical usage. Here we efficiently treated collagen-induced arthritis rats with a single local implantation with...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تربیت مدرس 1386

چکیده ندارد.

2017
Jennifer Shepherd Daniel Bax Serena Best Ruth Cameron

A significant body of research has considered collagen as a scaffold material for soft tissue regeneration. The main structural component of extra-cellular matrix (ECM), collagen's advantages over synthetic polymers are numerous. However, for applications where higher stiffness and stability are required, significant cross-linking may affect bioactivity. A carbodiimide (EDC) cross-linking route...

Journal: :The British journal of oral & maxillofacial surgery 2007
Wei Wu Xue Feng Tianqiu Mao Xinghua Feng Hong-Wei Ouyang Guifang Zhao Fulin Chen

The purpose of the current study is to fabricate tissue engineered trachea with poly-lactic-glycolic acid (PLGA) non-woven mesh enforced by collagen type I. PLGA fibres coated with collagen solution were put together and fabricated into the shape of a human trachea, after drying and cross-linking treatment, a non-woven mesh with "C" shape formed. Chondrocytes from sheep nasal septum cartilage w...

2016
Natalia Davidenko Daniel V. Bax Carlos F. Schuster Richard W. Farndale Samir W. Hamaia Serena M. Best Ruth E. Cameron

Short wavelength (λ = 254 nm) UV irradiation was evaluated over a range of intensities (0.06 to 0.96 J/cm(2)) as a means of cross-linking collagen- and gelatin-based scaffolds, to tailor their material characteristics whilst retaining biological functionality. Zero-link carbodiimide treatments are commonly applied to collagen-based materials, forming cross-links from carboxylate anions (for exa...

2016
Frédéric Chamieh Anne-Margaux Collignon Benjamin R. Coyac Julie Lesieur Sandy Ribes Jérémy Sadoine Annie Llorens Antonino Nicoletti Didier Letourneur Marie-Laure Colombier Showan N. Nazhat Philippe Bouchard Catherine Chaussain Gael Y. Rochefort

Therapies using mesenchymal stem cell (MSC) seeded scaffolds may be applicable to various fields of regenerative medicine, including craniomaxillofacial surgery. Plastic compression of collagen scaffolds seeded with MSC has been shown to enhance the osteogenic differentiation of MSC as it increases the collagen fibrillary density. The aim of the present study was to evaluate the osteogenic effe...

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

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

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