نتایج جستجو برای: gonad histology

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

The life history traits and gonad development of an endemic cyprinid fish, the spotted barb, Capoeta mandica (Bianco & Banarescu 1982), from southern Iran was investigated by regular monthly collections from February 2006 through January 2007 and on the basis of microscopic and macroscopic analyses. No information on the spawning characteristics of the fish are available to date. A total of 335...

Journal: :Environmental science & technology 2004
Erin M Snyder Shane A Snyder Kevin L Kelly Timothy S Gross Daniel L Villeneuve Scott D Fitzgerald Sergio A Villalobos John P Giesy

The Las Vegas Wash (LW) delivers tertiary-treated municipal wastewater effluent, nonpotable shallow groundwater seepage, and runoff from the urbanized Las Vegas Valley to Las Vegas Bay (LX) of Lake Mead. To investigate the potential for contaminants in LW influent to produce effects indicative of endocrine disruption in vivo, adult male and female common carp (Cyprinus carpio) were exposed in c...

2008
Juliette Royer Catherine Seguineau Kyung-Il Park Stéphane Pouvreau Kwang-Sik Choi Katherine Costil

Two methods were used to estimate the reproductive output of female Pacific oysters reared in Normandy: histology with image analysis and ELISA (Enzyme-Linked ImmunoSorbent Assay) which allowed the quantification of egg protein. Condition indices, gonad area and gametogenetic stages of the oysters were determined in the entire population (males and females) between May and October 2005. All inv...

Nasrin Hassanzadeh, Samar Mortazavi,

Cadmium (Cd) is one of the most toxic environmental heavy metals to organisms. The prominent toxic effects of Cd on reproductive organs are very well known. Gonad histopathology is a valuable tool for the assessment of endocrine disruption compounds EDCs effects on fish. The aim of this study was to evaluate the reproductive toxicity of cadmium chloride (CdCl2) on histopathology of Zebrafish (D...

Journal: :jentashapir journal of health research 0
vahid karami department of medical physics, school of medicine, ahvaz jundishapur university of medical sciences, ahvaz, ir iran mansour zabihzadeh department of medical physics, school of medicine, ahvaz jundishapur university of medical sciences, ahvaz, ir iran; department of radiotherapy and radiation oncology, golestan hospital, ahvaz jundishapur university of medical sciences, ahvaz, ir iran; department of medical physics, school of medicine, ahvaz jundishapur university of medical sciences, 61357-33118, ahvaz, ir iran. tel: +98-9125032283, fax: +98-6133332066 mehrdad gholami department of medical physics, school of para medicine sciences, lorestan university of medical sciences, khorramabad, ir iran

conclusions comprehensive protection programs with on-the-job training courses for staff members are strongly recommended, as well as, the provision of radiological shields and gonad shielding protocols in radiology departments to reduce the patient’s radiation dose during radiological examinations. materials and methods a retrospective, observational cross-sectional study on the application of...

Journal: :Brazilian journal of biology = Revista brasleira de biologia 2012
R C Maia C A Rocha-Barreira R Coutinho

Melampus coffeus belongs to a primitive group of pulmonate mollusks found mainly in the upper levels of the marine intertidal zone. They are common in the neotropical mangroves. Little is known about the biology of this species, particularly about its reproduction. The aim of this study was to 1) characterize the morphology and histology of M. coffeus' gonad; 2) describe the main gametogenesis ...

Journal: :Comparative biochemistry and physiology. Toxicology & pharmacology : CBP 2004
Gerd Maack Helmut Segner

The aim of this study was to identify periods in zebrafish (Danio rerio) development when estrogen exposure has long-term consequences on reproductive capabilities at the adult stage. To this end, zebrafish were exposed to 10 ng/L ethynylestradiol (EE(2)) during three stages of gonadal differentiation: (i) the juvenile hermaphroditic stage when gonads display the morphology of an immature ovary...

2015
Mateus C Adolfi Ana CO Carreira Lázaro WO Jesus Jan Bogerd Rejane M Funes Manfred Schartl Mari C Sogayar Maria I Borella

BACKGROUND The dmrt1 and sox9 genes have a well conserved function related to testis formation in vertebrates, and the group of fish presents a great diversity of species and reproductive mechanisms. The lambari fish (Astyanax altiparanae) is an important Neotropical species, where studies on molecular level of sex determination and gonad maturation are scarce. METHODS Here, we employed molec...

Journal: :Journal of embryology and experimental morphology 1973
N Sato

In order to examine whether or not sex differentiation in the medaka, Oryzias latipes, is modified by the physiological level of sex hormones in the adult fish, trunk regions containing the gonads of newly hatched fry were transplanted unilaterally into the anterior chamber of the eyes of adult fish. The grafts could be classified into two types according to the vascularization. One type of gra...

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

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

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