نتایج جستجو برای: 46xy dsd

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

Journal: :Journal of High Energy Physics 2022

A bstract We study the CV, CA, and CV2.0 approaches to holographic complexity in ( d + 1)-dimensional de Sitter spacetime. find that corresponding growth rate presents universal behaviour for all three approaches. In particular, exhibits ‘hyperfast’ [1] appears diverge with a power law at (finite) critical time. introduce cutoff surface regulate this divergence, subsequent of is linear

2011
Harish Chandran

Work Experience Microsoft Research, Biological Computation Group, Cambridge, United Kingdom Research Intern (May 2011 Aug 2011) Worked with Dr. Andrew Phillips to program and model-check various localized hybridization networks using Microsoft Research’s Visual DSD and PRISM tools. Worked with other team members in extensions to the syntax and semantics of DSD and suggested vital performance im...

Journal: :Nature Reviews Urology 2010

2016
Ahmed Al-Imam

This is a challenging case of an elderly female patient, 86 years old that has been diagnosed with delirium superimposed on depression (DSD). This frustrated patient developed DSD in parallel with venous thrombosis (VT) of her right leg. Venous thrombosis was initially superficial, affecting the Great Saphenous Vein (GSV), that later progressed into Deep Venous Thrombosis (DVT), which was confi...

2006
Marios N. Anagnostou Emmanouil N. Anagnostou Jothiram Vivekanandan

In this study we investigate two retrieval techniques for estimating all three DSD parameters from X-band dualpolarization observations. The first retrieval technique is an adaptation for X-band of the technique proposed by Zhang et al. (2001), which is based on the two power-related radar parameters, the reflectivity at horizontal polarization (ZH) and differential reflectivity (ZDR). The tech...

Journal: :Journal of the Association of Genetic Technologists 2014
David Shabsovich Carlos A Tirado

Disorders of sex development (DSD) comprise a group of conditions in which genotypes do not correlate with the typical male and female phenotypes. Numerical and structural abnormalities involving both autosomes and sex chromosomes have been observed in DSD. Specifically, deletions, duplications, and translocations involving specific genes as well as point mutations and less common aberrations h...

Journal: :Information & Software Technology 2006
Lars Taxén

This paper presents an approach for Distributed Software Development (DSD) that is based on two foundations. The first one is an integration centric engineering process, which aims at managing crucial dependencies in DSD projects. The second foundation is a strategy for operationalizing the coordination of the engineering process. The purpose of this strategy is to simultaneously provide global...

Journal: :Singapore medical journal 2008
R Mdzin C Ko Z Abdul Latif Z Zakaria

Interstitial deletions of the long arm of chromosome 4 are rare. The deletions may occur at the proximal or the distal portions of the chromosome and different breakpoints may be involved. We report an interstitial deletion of 4q: 46XY der 4 (q28;q35) in a six-year-old boy with dysmorphic features associated with moderate mental retardation. Parental chromosomal analysis showed a balanced pater...

2011
Francisco Raga Francisco Bonilla Juan Carlos Castillo Fernando Bonilla-Musoles

We report a case of anterior hypospadias, diagnosed at 26th week in a 37 years-old primigravida with normal 46XY kariotype through amniocentesis carried out at 16th week. Sonographic examination with 2D showed a short and curved penis. The use of three orthogonal planes, Tomographic Ultrasound Image (TUI) and VOCAL allowed an exact prenatal diagnostic, showing the "tulip" sign and defining loca...

2006
E. Defer

We document precipitation in the southwestern part of Greece with the National Observatory of Athens (NOA) X-band radar, NOA 2D video disdrometer and a network of rain gauges. The observations were collected between February and April 2004. Time evolution of the drop size distribution (DSD) is presented for the 9 March 2004 case where rain rate (computed on 1-min period) was measured up to 80 m...

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

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

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