نتایج جستجو برای: kd

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

Journal: :Allergy, Asthma & Clinical Immunology 2021

Abstract Background Kimura’s disease (KD) is a rare chronic inflammatory of unknown etiology. Clinically, KD characterized by nodular subcutaneous masses, that are typically localized to the neck and head. Involvement lacrimal glands limbs uncommon seldom reported. Case presentation We report case 4-year-old Japanese boy presenting with bilateral upper eyelid swelling lesions peripheral eosinop...

Journal: :Proceedings of the ... AAAI Conference on Artificial Intelligence 2021

The quantization of deep neural networks (QDNNs) has been actively studied for deployment in edge devices. Recent studies employ the knowledge distillation (KD) method to improve performance quantized networks. In this study, we propose stochastic precision ensemble training QDNNs (SPEQ). SPEQ is a scheme; however, teacher formed by sharing model parameters student network. We obtain soft label...

Journal: :Jurnal fisika : fisika sains dan aplikasinya 2022

Telah dilakukan simulasi proses pengisian muatan pada rangkaian RLC. Penelitian ini merupakan studi yang bertujuan untuk mengontrol RLC sehingga berjalan lebih cepat dan stabil. Simulasi menggunakan simulink Matlab dengan menerapkan variasi metode PID (PD, PI PID) memperhatikan variasi-variasi nilai konstanta proporsional (Kp), integral (Ki) derivative (Kd). Hasil diperoleh menunjukkan bahwa ko...

Journal: :Blood 1988
C A Fulcher K Lechner S de Graaf Mahoney

We have used immunoblotting of purified factor VIII (FVIII) to determine whether or not changes in FVIII chain specificity occur during the course of an inhibitor. Serial plasma samples from 15 inhibitor patients (13 hemophilic and two spontaneous) were analyzed. Nine of the 15 antibodies, all with epitopes on the 44-kilodalton (Kd) thrombin fragment of the 92-Kd FVIII heavy chain and/or the 72...

2016
Yunjia Tang Wenhua Yan Ling Sun Jie Huang Weiguo Qian Miao Hou Haitao Lv

BACKGROUND Kawasaki disease (KD) is an illness of unknown etiology that mostly occurs in children under 5 years of age and is the leading cause of acquired heart disease all over the world. Mycoplasma pneumoniae (MP) was one of the likely causative agents of KD. However, the etiologic effect of MP in KD has not been fully recognized. METHODS We prospectively analyzed the clinical records of 4...

Journal: :The FASEB Journal 2021

Obesity is a worldwide public health concern, and prevalence in the United States continuously increasing. Treatment of obesity ranges from dietary approaches to gastric surgery; there no one-size-fits-all approach. In recent years, ketogenic diet (KD) has become popular approach for weight loss metabolic promotion. The main mechanism caused by this promote body use fat as its primary form ener...

Journal: :Plant physiology 1983
R D Vierstra P H Quail

The photochemical properties of purified 124 kilodalton (kD) Avena cv Garry phytochrome are examined and compared with those of the proteolytically degraded 118/114 kD species. The proportion of the chromoprotein in the far red absorbing form, Pfr, following saturating red irradiation is 0.86 for 124 kD phytochrome, substantially higher than the values of 0.79 determined here and 0.75 reported ...

2017
Hong-Ryang Kil Jae-Won Yu Sung-Churl Lee Jung-Woo Rhim Kyung-Yil Lee

BACKGROUND Kawasaki disease (KD) becomes one of the common diseases in Korea. Changes in clinical features and laboratory findings of KD were evaluated over a period of 10 years. METHODS We reviewed the medical records of KD patients and compared the clinical and laboratory features of two KD patient groups: those admitted from 2000 to 2004 (group A, 284 cases) and those admitted from 2010 to...

Journal: :Theranostics 2021

Rationale: Traumatic brain injury (TBI) leads to neurological impairment, with no satisfactory treatments available. Classical ketogenic diets (KD), which reduce reliance on carbohydrates and provide ketones as fuel, have neuroprotective potential, but their high fat content reduces compliance, experimental evidence suggests they protect juvenile against TBI, not adult brain, would strongly lim...

Journal: :iranian journal of pathology 2012
jahanbanoo shahryari shahriar dabiri amin talebi

kimura’s disease (kd) is a chronic inflammatory disorder primarily seen in male asians during the second and third decades of life. clinically, it presents as solitary or multiple subcutaneous nodules, predominantly in the head and neck region, typically in the pre auricular region, forehead, and scalp. the etiology of kimura disease is still unknown. this disorder should be suspected when the ...

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

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

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