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

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

Journal: :Journal of pediatric endocrinology & metabolism : JPEM 2013
Elif Ozsu Gul Yesiltepe Mutlu Filiz M Cizmecioglu Gülsen Ekingen Bahar Muezzinoglu Sukru Hatun

Ovotesticular disorder of sexual development (DSD) is characterized by the presence of both ovarian and testicular tissues in the same individual. The most common karyotype is 46,XX. Here, we report the case of a boy with a 46,XX/47,XXY karyotype diagnosed as ovotesticular DSD by gonadal biopsy. A 5-month-old boy presented with hypospadias, unilateral cryptorchidism, and a micropenis. Pelvic ma...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2008
David Rudel Huiyu Tian Ralf J Sommer

Changes in organ morphology have been essential to the evolution of novel body forms and in permitting organisms to invade new ecological niches. Changes in the arrangement of cells and tissues and in the regulation of morphological movements are fundamental to evolutionary transitions of organ shape and function. However, little is known about the genetic and developmental control of these cha...

2014
Luke S. Lambeth Thomas Ohnesorg David M. Cummins Andrew H. Sinclair Craig A. Smith

The chicken embryo has long been a useful model organism for studying development, including sex determination and gonadal differentiation. However, manipulating gene expression specifically in the embryonic avian gonad has been difficult. The viral vector RCASBP can be readily used for embryo-wide transgene expression; however global mis-expression using this method can cause deleterious off-t...

2018
Tomoe Kobayashi Masumi Namba Takayuki Koyano Masaki Fukushima Masahiro Sato Masato Ohtsuka Makoto Matsuyama

BACKGROUND Recent progress in development of the CRISPR/Cas9 system has been shown to be an efficient gene-editing technology in various organisms. We recently developed a novel method called Genome-editing via Oviductal Nucleic Acids Delivery (GONAD) in mice; a novel in vivo genome editing system that does not require ex vivo handling of embryos, and this technology is newly developed and rena...

2012
T. A. Ebert J. C. Hernández M. P. Russell

Intraspecific life history attributes of growth, survival, and reproduction can vary in response to changes in the physical environment. These changes can induce a cascading effect across trophic levels. In marine systems, shifts in ocean conditions such as warm and cold phases of ENSO can change primary production in benthic algae, which in turn modify resources available to benthic omnivores....

2010
Amir Darom Ulrike Bening-Abu-Shach Limor Broday

We report on the characterization of RNF-121, an evolutionarily conserved E3 ligase RING finger protein that is expressed in the endoplasmic reticulum (ER) of various cells and tissues in Caenorhabditis elegans. Inactivation of RNF-121 induced an elevation in BiP expression and increased the sensitivity of worms to ER stress. Genetic analysis placed RNF-121 downstream of the unfolded protein re...

Journal: :Acta biochimica et biophysica Sinica 2009
Yanping Feng Xiuli Peng Shijun Li Yanzhang Gong

In chicken, the bipotential embryonic gonad differentiates into either a pair of testes or an ovary, but few genes that underlying the gonadal sex differentiation have been identified and the sex-determination gene is still unknown. To identify more genes involved in chicken sex differentiation, we employed suppression subtractive hybridization to isolate differentially expressed genes between ...

2012
Medha Tendulkar Arvind Kulkarni

Cypermethrin is a synthetic pyrethroid class of insecticide. Toxic effects of cypermethrin were studied by selecting Marcia opima as an animal model. Cypermethrins effect on the total glycogen content of mantle, gill, foot, hepatopancreas, male gonad and a female gonad of an estuarine clam, Marcia opima was examined. The clams were exposed to 1.58 ppm cypermethrin for acute and 1/10th of that c...

Journal: :Biology of reproduction 2013
Francisca M Real Ryohei Sekido Darío G Lupiáñez Robin Lovell-Badge Rafael Jiménez Miguel Burgos

In mammals, sex differentiation depends on gonad development, which is controlled by two groups of sex-determining genes that promote one gonadal sex and antagonize the opposite one. SOX9 plays a key role during testis development in all studied vertebrates, whereas it is kept inactive in the XX gonad at the critical time of sex determination, otherwise, ovary-to-testis gonadal sex reversal occ...

2017
Judith F. Carlisle Grant K. Murphy Alison M. Roark

Pale anemones (Aiptasia pallida) coexist with dinoflagellates (primarily Symbiodinium minutum) in a mutualistic relationship. The purpose of this study was to investigate the role of these symbionts in gonad development of anemone hosts. Symbiotic and aposymbiotic anemones were subjected to light cycles that induced gametogenesis. These anemones were then sampled weekly for nine weeks, and gona...

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

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

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