نتایج جستجو برای: abnormal sperm

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

Journal: :journal of reproduction and infertility 0

background: globozoospermia is a rare (incidence of 0.1% among andrological patients) and poorly understood condition, but a severe disorder in male infertility. this case report detailed the course of treatment and protocol of a patient with type 1 globozoospermia using intracytoplasmic sperm injection (icsi) and oocyte activation by calcium ionophore, which yielded conception and birth of a h...

Journal: :Genetics and molecular research : GMR 2015
M He L Tan

This study explored the correlation between sperm ultrastructure in infertile patients with abnormal sperm morphology and DNA damage. Three unusual sperm morphologies were selected for the experimental group namely case 1 (95% headless sperm), case 2 (98% headless sperm), and case 3 (100% headless sperm), and the control group consisted of 2 subjects (20 and 15% headless sperm). For case 1, the...

Journal: :Environmental Health Perspectives 1981
A. J. Wyrobek G. Watchmaker L. Gordon K. Wong D. Moore D. Whorton

Semen was collected from 50 men occupationally exposed to carbaryl (1-naphthyl methyl carbamate) in a produciton plant for durations of 1 to 18 years and compared to semen from a control group of 34 unexposed, newly-hired workers. Employment, fertility, health, personal data, and blood samples were collected for each individual. Semen samples were analyzed for changes in sperm count, morphology...

Journal: : 2021

Objective
 There are not enough reports about whether liquefaction time and semen pH values related to sperm functions. Therefore, this study aimed evaluate there is a relationship between major parameters. 
 Material Methods
 The data were divided into groups as normal abnormal compared in terms of times. samples also grouped according acidic (8.0) liquefying (≤30 min.) slow (&g...

Journal: :Gut 1981
G G Birnie T I McLeod G Watkinson

Sperm analysis of 21 patients taking sulphasalazine for inflammatory bowel disease revealed that 86% had abnormal semen analysis and 72% had oligospermia.

Journal: :Acta Veterinaria Scandinavica 2008
Kanittha Phetudomsinsuk Kaitkanoke Sirinarumitr Aree Laikul Anuchai Pinyopummin

BACKGROUND One of the semen quality parameters use to determine fertility is the percentage of sperm that express normal morphology. Sperm head morphometry is also correlated with fertility. The objectives of this study were 1) to investigate the sperm morphology and normal sperm head morphometry of Thai native crossbred stallions, and 2) to compare our results with the characteristics of prove...

Journal: :iranian journal of medical sciences 0
mohammad ali takhshid department of anesthesiology, imam reza hospital, faculty of medicine, tabriz university of medical sciences, tabriz, iran, department of anesthesiology, faculty of paramedicine, tabriz university of medical sciences, tabriz, iran ali reza tavasuli department of anesthesiology, faculty of paramedicine, tabriz university of medical sciences, tabriz, iran yazdan heidary medical library and information sciences, faculty of paramedicine, tabriz university of medical sciences, tabriz, iran mojtaba keshavarz medical library and information sciences, faculty of paramedicine, tabriz university of medical sciences, tabriz, iran hussain kargar medical library and information sciences, faculty of paramedicine, tabriz university of medical sciences, tabriz, iran

background: the role of oxidative stress in endosulfan-induced reproductive toxicity has been implicated. this study was performed to evaluate the possible protective effect of vitamins e and c, against endosulfan-induced reproductive toxicity in rats. methods: fifty adult male sprague–dawley rats were randomly divided into five groups (n=10 each). the groups included a control receiving vehicl...

Journal: :Journal of Education, Health and Sport 2021

Introduction: Infertility affects millions of people reproductive age worldwide. Male infertility may be caused by a number different factors including problems in the ejection semen, absence or low levels sperm, abnormal morphology and movement sperm. Environmental lifestyle also have meaningful impact on male system. Fertility care should include prevention, diagnosis treatment disorder. That...

Journal: :Reproductive toxicology 2006
Ahmet Ateşşahin Izzet Karahan Gaffari Türk Seyfettin Gür Seval Yilmaz Ali Osman Ceribaşi

The aim of this study was to investigate the possible protective role of lycopene on cisplatin (CP)-induced spermiotoxicity using quantitative, biochemical and histopathological approaches. Adult male Sprague-Dawley rats were randomly divided into four groups. The control group received physiological saline; animals in cisplatin group received only cisplatin; pre-treatment group received a 10-d...

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

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

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