نتایج جستجو برای: male genitalia

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

Journal: :Development 1995
T Becker A J Berliner M N Nitabach W B Gan E R Macagno

During a critical period in leech embryogenesis, the sex nerves that connect the 5th and 6th midbody ganglia (MG5 and MG6) to the primordium of the male sexual organ carry a spatially localized signal that induces the birth of several hundred neurons specific to these ganglia. We examined particular cellular elements (afferents, efferents, non-neuronal components) within these nerves as potenti...

Journal: :PeerJ 2016
Andrey Rudoy Ignacio Ribera

The evolution of insect male genitalia has received much attention, but there is still a lack of data on the macroevolutionary origin of its extraordinary variation. We used a calibrated molecular phylogeny of 71 of the 150 known species of the beetle genus Limnebius to study the evolution of the size and complexity of the male genitalia in its two subgenera, Bilimneus, with small species with ...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2005
R Brian Langerhans Craig A Layman Thomas J DeWitt

Male genitalia may experience more rapid, divergent evolution than any other animal character, but why? Research during the past several decades has culminated in the view that genital diversification primarily results from postmating sexual selection (e.g., sperm competition or cryptic female choice). However, the potential roles of premating sexual selection (e.g., mate choice) and natural se...

2013
Qionghua Gao Baozhen Hua

Hangingflies are unique for the male providing a nuptial gift to the female during mating and taking a face-to-face hanging copulation with the female. Their male genitalia are peculiar for an extremely elongated penisfilum, a pair of well-developed epandrial lobes (9th tergum), and a pair of degenerated gonostyli. However, the co-evolution of their face-to-face copulation behavior and the male...

Journal: :Cases Journal 2008
Ioannis Efthimiou Savas Kazoulis Ioannis Christoulakis

Application of constricting devices on the external male genitalia for increasing sexual performance is an unusual practice that can potentially lead to penile strangulation with severe consequences. In this case report we describe a case of a 48 year old male who presented in our hospital with a steel ring on his external genitalia which led to penile strangulation and a short review of the li...

Journal: :Memorias do Instituto Oswaldo Cruz 2007
Eduardo S Bergo Raimundo Nonato P Souto Allan Kardec R Galardo Sandra S Nagaki Daniéla C Calado Maria Anice M Sallum

Identification of Anopheles nuneztovari Gabaldón and An. goeldii Rozeboom and Gabaldón based on the male genitalia traits is discussed. An. goeldii is in the synonymy of An. nuneztovari, however, characters of the aedeagus of male genitalia distinguish both species. We hypothesize that An. goeldii may be a valid species, however, further studies using molecular characters, especially ITS2 rDNA ...

Journal: :نامه انجمن حشره شناسی ایران 0
علی پازوکی .

0

Journal: :Neotropical entomology 2006
Carlos S Carbonell Alejo Mesa

A new species of the genus Ronderosia Cigliano 1997 is described. Color illustrations of the female and male, drawings of female and male external genitalia as well as drawings of its phallic structures and photographs of the chromosomes are included.

Ahmadnia Hassan Yazdanpanah Mohammad Javad Zabolinejad Naghmeh

Background: Fixed drug eruption (FDE) is an uncommon adverse reaction to medications. Mucosal areas, particularly the male genitalia, are favored sites. To our knowledge, no study has investigated the causative agent(s) in FDE occurring on male genitals of Iranian patients. So, we conducted a study to determine the most common agents and areas of involvement in fixed genital drug eruption of ma...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2014
Kentaro Suzuki Tomokazu Numata Hiroko Suzuki Dennis Diana Raga Lerrie Ann Ipulan Chikako Yokoyama Shoko Matsushita Michito Hamada Naomi Nakagata Ryuichi Nishinakamura Shoen Kume Satoru Takahashi Gen Yamada

Masculinization of external genitalia is an essential process in the formation of the male reproductive system. Prominent characteristics of this masculinization are the organ size and the sexual differentiation of the urethra. Although androgen is a pivotal inducer of the masculinization, the regulatory mechanism under the control of androgen is still unknown. Here, we address this longstandin...

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

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

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