نتایج جستجو برای: mouse preantral follicle

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

Abbasali Karimpour Malekshah, Kazem Parivar, Mahmoud Heidari, Nasrin Sadat Azami,

Background: This study was conducted to evaluate fibroblast co-culture and Activin A on in vitro maturation and fertilization of mouse preantral follicles. Methods: The ovaries from 12-14-day-old mice were dissected, and 120-150 μm preantral follicles were cultured individually in α-MEM as based medium for 12 days. A total number of 456 follicles were cultured in four conditions: (i) base mediu...

2013
Weidong Wang Yaxu Tang Lujuan Ni Theerayut Jongwutiwes Hung-Ching Liu Zev Rosenwaks

A 2-step culture system was designed and tested for the in vitro maturation efficiency of oocytes from pre-puberty preantral follicles of FVB/N inbred mice. The following modifications were made: 1) The concentration of ITS was reduced by half in the basal MIF medium to minimize uncoordinated growth between oocyte and GC cells; 2) Heterogeneous preantral follicles were cultured in groups of 3 5...

2015
Yuan Cheng Jaehong Kim Xiao Xiao Li Aaron J. Hsueh

Mammalian target of rapamycin (mTOR) is a serine/threonine kinase and mTOR signaling is important in regulating cell growth and proliferation. Recent studies using oocyte- and granulosa cell-specific deletion of mTOR inhibitor genes TSC1 or TSC2 demonstrated the important role of mTOR signaling in the promotion of ovarian follicle development. We now report that treatment of ovaries from juveni...

Journal: :Brazilian journal of medical and biological research = Revista brasileira de pesquisas medicas e biologicas 2010
F S Martins J J H Celestino M V A Saraiva R N Chaves R Rossetto C M G Silva I B Lima-Verde C A P Lopes C C Campello J R Figueiredo

The objective of this study was to determine the effects of GDF-9, IGF-I, and GH alone or combined on preantral follicle survival, activation and development after 1 and 7 days of in vitro culture. Either fresh (non-cultured) or cultured ovarian tissue was processed for histological and fluorescence analysis. For all media tested, the percent of normal follicles was greater when compared to min...

1999
JEFF A. PARROTT MICHAEL K. SKINNER

Initiation of folliculogenesis through the induction of primordial follicle development in the ovary has an important role in determining the fertility and reproductive fitness of most mammalian species. The factors that control this critical process are largely unknown. The hypothesis tested in the current study was that kit-ligand/stem cell factor (KL) promotes the initiation and progression ...

2013
Mohammad Nabiuni Roya Ganji Mohammad Hadi Bahadori

Introduction: In vitro environments expose developing oocytes to excess reactive oxygen species (ROS) which are not normally produced in vivo. Melatonin acts as an indirect antioxidant and is a powerful direct free radical scavenger and direct responses to melatonin in the gonads. This study aims to investigate the influence of different doses of melatonin on follicle development and oogenesis ...

1999
ALEXANDRA L. L. DURLINGER AXEL P. N. THEMMEN

The dimeric glycoprotein anti-Müllerian hormone (AMH) is a member of the transforming growth factor-b superfamily of growth and differentiation factors. During male fetal sex differentiation, AMH is produced by Sertoli cells and induces degeneration of the Müllerian ducts, which form the anlagen of part of the internal female genital system. In females, AMH is produced by the ovary, but only po...

Journal: :Arquivo Brasileiro de Medicina Veterinária e Zootecnia 2014

Journal: :Frontiers in bioscience : a journal and virtual library 2007
Jesse Craig Makoto Orisaka Hongmei Wang Sanae Orisaka Winston Thompson Cheng Zhu Fumikazu Kotsuji Benjamin K Tsang

Regulation of mammalian follicular development is tightly regulated by both cell death and survival signals, including endocrine (e.g. gonadotropin) and intra-ovarian regulators (e.g. Nodal and GDF9). The destiny of the individual follicle (growth/ovulation or atresia) is dependent on a delicate balance in the expression and action of factors promoting follicular cell proliferation, growth and ...

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

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

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