نتایج جستجو برای: limbal stem cells

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

Journal: :Investigative ophthalmology & visual science 1990
J J Chen S C Tseng

Previous studies have shown that the corneal epithelial stem cells are located at the limbal basal layer. The limbal stem cells are regarded as the ultimate source for corneal epithelial cell proliferation and differentiation. This paper examines epithelial wound healing in rabbit corneas with partial limbal deficiency (PLD), which was created by the surgical removal of two-thirds of the limbal...

Journal: :Annali dell'Istituto superiore di sanita 2014
Paolo Capozzi Sergio Petroni Luca Buzzonetti

PURPOSE To determine if the use of combined HLA matched limbal stem cells allograft with amniotic membrane transplantation (AMT) is a safe and effective prophylactic surgical procedure to prevent corneal graft after penetrating keratoplasty (PK). METHODS We report the case of a 17 years old patient with a history of congenital glaucoma, trabeculectomy and multiple corneal graft rejections, pr...

Journal: :Molecular Vision 2008
Naresh Polisetty Anees Fatima Soundarya Lakshmi Madhira Virender Singh Sangwan Geeta K Vemuganti

PURPOSE Mesenchymal stem cells (MSC) are self-renewing, multipotent cells that are present in many adult tissues, including bone marrow, trabecular bone, adipose, and muscle. The presence of such cells of mesenchymal origin and their role during the wound healing of ocular injuries are currently being explored by many studies worldwide. In this study, we aimed to report the presence of mesenchy...

Journal: :Investigative Opthalmology & Visual Science 2012

2011
Mehrnoosh Saghizadeh Siavash Soleymani Angel Harounian Bhavik Bhakta Sergey M. Troyanovsky William J. Brunken Graziella Pellegrini Alexander V. Ljubimov

PURPOSE We have previously identified specific epithelial proteins with altered expression in human diabetic central corneas. Decreased hepatocyte growth factor receptor (c-met) and increased proteinases were functionally implicated in the changes of these proteins in diabetes. The present study examined whether limbal stem cell marker patterns were altered in diabetic corneas and whether c-met...

Journal: :Investigative ophthalmology & visual science 2007
Wei Li Yasutaka Hayashida Hua He Ching-Liang Kuo Scheffer C G Tseng

PURPOSE The clinical success of treating corneas with total limbal stem cell deficiency using limbal biopsy explants cultured on intact amniotic membrane (iAM) relies on ex vivo expansion of limbal epithelial progenitor cells. However, the ultimate fate of limbal epithelial progenitor cells in the explant remains unclear. METHODS Human limbal explants were cultured on iAM for 2 weeks and then...

2017
Hua Mei Sheyla González Martin N. Nakatsu Elfren R. Baclagon Felix V. Chen Sophie X. Deng

The most efficient method to expand limbal stem cells (LSCs) in vitro for clinical transplantation is to culture single LSCs directly on growth-arrested mouse fibroblast 3T3 cells. To reduce possible xenobiotic contamination from 3T3s, primary human adipose-derived stem cells (ASCs) were examined as feeder cells to support the expansion of LSCs in vitro. To optimize the ASC-supported culture, f...

Journal: :The British journal of ophthalmology 2001
T R Henderson D J Coster K A Williams

BACKGROUND/AIMS Limbal allotransplantation is increasingly being used for ocular surface repair in patients with limbal stem cell dysfunction. However, it is uncertain whether donor cells survive long term on the ocular surface and whether patients maintain the early benefits of the procedure. The aims of this study were to investigate the long term outcome of clinical limbal allografts and to ...

Journal: :بینا 0
محمدمهدی صدوقی mm sadoughi رکز تحقیقات چشم- دانشگاه علوم پزشکی شهید بهشتی- تهران- ایران علیرضا برادران رفیعی a baradaran ocular tissue engineering research center, shahid beheshti university of medical sciences, tehraمرکز تحقیقات مهندسی بافت چشم- دانشگاه علوم پزشکی شهید بهشتی- تهران- ایران میترا اکبری m akbari دانشگاه علوم پزشکی گیلان- گیلان- ایران ابراهیم شیرزاده e shirzadeh دانشگاه علوم پزشکی سبزوار- سبزوار- ایران مجید شمس m shams دانشگاه علوم پزشکی شهید بهشتی- تهران- ایران

purpose: to evaluate the results of one 60-degree block conjunctival limbal autograft (clau) surgery in patients with unilateral total limbal stem cell deficiency (lscd). methods: five eyes of 5 patients were included. all patients had a history of chronic total unilateral lscd due to a chemical injury. two patients underwent one 60-degree block clau with amniotic membrane transplantation, two ...

Journal: :International ophthalmology clinics 1999
E K Akpek C S Foster

Cornea epithelium is subject to constant trauma and shedding of the surface epithelium, and replenishment is from epithelial cells beneath and peripheral to the central desquamating epithelium. The origin of the corneal epithelium appears to reside in the crypts of Vogt, where a population of "immortal" stem cells resides, possessing enormous potential for clonogenic cell division. These cells,...

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

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

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