نتایج جستجو برای: horseshoe shape placenta

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

2018
Wen-Hong Chen Xiao-Hua Jin Yu-Min Shui

Begonia kingdon-wardii Tebbitt was rediscovered in 2014 from Myanmar after 67 years based on its last collection in 1937. Its previously unknown female flower and inaccurate morphology of leaf and ovary have been additionally described. This species belongs to Begonia sect. Sphenanthera (Hassk.) Warb. due to its dioecious habit, 3-locular ovary, berry fruits and thick placenta segments. Morphol...

Journal: :علوم دامی ایران 0
ابوالفضل مهنانی کارشناس ارشد گروه علوم دامی، دانشکدۀ کشاورزی، دانشگاه صنعتی اصفهان علی صادقی سفیدمزگی استادیار گروه علوم دامی، دانشکدۀ کشاورزی، دانشگاه صنعتی اصفهان مهدی صفاهانی لنگرودی دامپزشک مامایی، شرکت کشت و دام فکا، اصفهان

the objectives of this study were to 1) describe the risk factors, incidence, production and reproduction consequences of retained placenta in dairy cows, and 2) estimate the financial losses associated with retained placenta. calving records from march 2008 to december 2013 comprising 59,341 calving were included in the data set. the effects of risk factors on retained placenta incidence were ...

2002
ANDRÉ DE CARVALHO

Global results are proved about the way in which Boyland’s forcing partial order organizes a set of braid types: those of periodic orbits of Smale’s horseshoe map for which the associated train track is a star. This is a special case of a conjecture introduced in [dCHb], which claims that forcing organizes all horseshoe braid types into linearly ordered families which are, in turn, parameterize...

2006
Matthew S. Hartman Pardeep Mittal Melinda Lewis

Primary renal carcinoid tumor is a rare tumor of the kidney. Less than 40 cases of primary and metastatic renal carcinoids have been reported. There is a strong association of renal carcinoid tumors with horseshoe kidneys [1, 2]. The radiographic appearance is non-specific and overlaps that of renal cell carcinoma. Histopathologic differentiation between these two entities is essential because ...

2004
M. J. CLIFFORD S. R. BISHOP

A method is considered for locating oscillating, nonrotating solutions for the parametricallyexcited pendulum by inferring that a particular horseshoe exists in the stable and unstable manifolds of the local saddles. In particular, odd-periodic solutions are determined which are difficult to locate by alternative numerical techniques. A pseudo-Anosov braid is also located which implies the exis...

Journal: :Hong Kong medical journal = Xianggang yi xue za zhi 2012
K K B Li C W Yip C C Hon C Y Lam F Zeng F C C Leung

1. Comprehensive surveillance of civets, mice, cats, Golden Syrian hamsters, and horseshoe bats is suggested when SARS or SARS-like CoVs re-emerge in the human population in the future. 2. Rabbits and horseshoe bats are animal carriers of SARS-CoV. 3. Investigation of the genetic diversity of CoV in two bat species (Rhinolophus sinicus and Rhinolophus pearsonii) should provide insights into the...

Plumb Beach, Brooklyn, New York in USA is an important horseshoe crab breeding and nursery ground that has experienced substantial anthropogenic influence, including pollution, erosion and subsequent restoration. Since little is known about the relationship between sediment microbial communities and juvenile horseshoe crab survival, next generation sequencing was used to characterize and compar...

Journal: :Clinical Kidney Journal 2013

2014
Umut Karaca Hakan A Durukan Tarkan Mumcuoglu Cuneyt Erdurman Volkan Hurmeric

A case of horseshoe-shaped macular tear after blunt trauma with the course of the tear and the relevant findings obtained by spectral-domain optical coherence tomography (SD-OCT) is described. A 21-year-old man who had suffered blunt trauma 5 days previously visited our clinic complaining of vision loss in his left eye. Ophthalmic examination and SD-OCT images revealed a horseshoe-shaped macula...

Journal: :Journal of Medical Case Reports 2008
Holger Gerullis Christoph Eimer Dietmar Betz Thomas Otto

INTRODUCTION Horseshoe kidney is a rare congenital malformation that is found in approximately 0.25% of the general population and usually remains asymptomatic. CASE PRESENTATION We report a successful transureteropyelostomy after heminephrectomy of the non-functional right moiety in a 25-year-old man with horseshoe kidney who had a combined 50% functional loss and hydronephrosis due to multi...

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

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

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