نتایج جستجو برای: zona pellucida

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

Journal: :The International journal of developmental biology 2008
Ekyune Kim Misuzu Yamashita Masanori Kimura Arata Honda Shin-Ichi Kashiwabara Tadashi Baba

Mammalian fertilization requires sperm to penetrate the cumulus mass and egg zona pellucida prior to fusion with the egg. Although sperm penetration through these physical barriers is essential, the molecular mechanism has not yet been completely elucidated. In addition to sperm motility, hyaluronan-hydrolyzing and proteolytic enzymes of sperm have been suggested to participate in the penetrati...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2011
Mayuko Jin Eiji Fujiwara Yasutaka Kakiuchi Masaru Okabe Yuhkoh Satouh Shoji A Baba Kazuyoshi Chiba Noritaka Hirohashi

To fuse with oocytes, spermatozoa of eutherian mammals must pass through extracellular coats, the cumulus cell layer, and the zona pellucida (ZP). It is generally believed that the acrosome reaction (AR) of spermatozoa, essential for zona penetration and fusion with oocytes, is triggered by sperm contact with the zona pellucida. Therefore, in most previous studies of sperm-oocyte interactions i...

Journal: :Journal of reproduction and fertility 1985
A Komar M Kujawa

Oocytes collected from superovulated Swiss albino mice were activated by heat-shock and/or fertilized in vitro. Electron microscopy showed that the cortical reaction in heat-treated eggs was incomplete. Digestion of the zona pellucida of untreated, heat-treated and fertilized eggs by pronase showed that zona pellucida hardening did occur but was weaker in heat-treated than in fertilized eggs. F...

Journal: :Human reproduction 2004
Gedalia Paz Ami Amit Haim Yavetz

A couple with unexplained infertility was referred for routine IVF and ICSI treatment. Ovulation was induced by the GnRH analogue protocol combined with HMG and HCG. Preparation of denuded oocytes revealed a major disorder of the zona pellucida and abnormal oocytes. During preparation of ova for ICSI, 15 retrieved oocytes were denuded, 14 of which underwent ICSI treatment. Four of the oocytes c...

Journal: :Journal of embryology and experimental morphology 1970
B Gondos

Granulosa cells play an important part in the nutrition of the oocyte during oogenesis (Raven, 1961). Anderson & Beams (1960) suggested that, in the primary follicle, nutritive material synthesized by the granulosa cells reaches the oocyte by diffusion across the zona pellucida. In the rabbit, follicle formation and elaboration of the zona pellucida begin at the end of the second week after bir...

Journal: :Human reproduction 2006
C Sifer A Sellami C Poncelet P Kulski B Martin-Pont J Bottero R Porcher I Cedrin-Durnerin J N Hugues J P Wolf

BACKGROUND Assisted hatching (AH) in fresh embryo transfer (ET) could be associated with increased implantation rates. However, very few prospective randomized studies have specifically addressed the issue of AH during frozen-thawed embryo transfers (FET) cycles, those that have reported controversial results. The aim of this study was to evaluate the benefit of an enzymatic zona pellucida trea...

Journal: :Acta medica Okayama 1990
Y Fujii T Yoshioka J Sasaki

We examined the effect of fetal calf serum (FCS) on meiotic division, subsequent fertilization, and first cleavage to the 2-cell stage of rat oocytes during in vitro maturation. FCS had no effect on the nuclear progression from dictiate to metaphase of the second maturation in vitro and, FCS had no effect on the first cleavage to the 2-cell stage of fertilized oocytes. However, FCS efficiently ...

Journal: :Veterinary research 2001
F Parillo S Diverio L Todini O Fagioli

The changes that occur in the carbohydrate composition of zona pellucida glycoproteins during oocyte maturation in the wild-boar were studied using periodic-acid Schiff (PAS), High Iron Diamine (HID) and Low Iron Diamine (LID). Lectin staining was performed with a panel of 11 HRP-lectin conjugates combined with neuraminidase digestion and chemical treatments. There were few internal glucidic re...

Journal: :Human reproduction 1999
E Hinsch S Oehninger W B Schill K D Hinsch

The mammalian zona pellucida has an important function in the fertilization process. The zona pellucida protein 3 (ZP3 or ZPC) is the ligand for primary sperm binding and induces the acrosome reaction. In various species, ZP3 primary structures are highly conserved as revealed by cDNA cloning. The objective of these studies was to localize ZP3 protein using antisera generated against defined sy...

Journal: :The Journal of Cell Biology 1982
BD Shur NG Hall

Studies using genetic and biochemical probes have suggested that mouse sperm surface galactosyltransferases may participate during fertilization by binding N- acetylglucosamine (GlcNAc) residues in the egg zona pellucida. In light of these results, we examined sperm surface galactosyltransferase activity during in vitro capacitation to determine whether changes in enzymatic activity correlated ...

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

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

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