نتایج جستجو برای: sweet diabetic

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

Journal: :Archives of dermatology 2005
David J DiCaudo Karel Jill Ortiz Stephanie J Mengden Katherine K Lim

BACKGROUND Sweet syndrome (acute febrile neutrophilic dermatosis) may arise in association with a variety of underlying systemic diseases. Only 1 case of coccidioidomycosis-associated Sweet syndrome has previously been reported. OBSERVATIONS We describe 2 patients who developed Sweet syndrome during the onset of acute pulmonary coccidioidomycosis. Systemic antifungal therapy was given in both...

Journal: :Science 2005
Makoto Sugita Yoshiki Shiba

The recent discovery of mammalian bitter, sweet, and umami taste receptors indicates how the different taste qualities are encoded at the periphery. However, taste representations in the brain remain elusive. We used a genetic approach to visualize the neuronal circuitries of bitter and sweet tastes in mice to gain insight into how taste recognition is accomplished in the brain. By selectively ...

Journal: :international journal of endocrinology and metabolism 0
nematollah jonaidi jafari health research center, baqiyatallah university of medical sciences, tehran, ir iran mahdi safaee firouzabadi health research center, baqiyatallah university of medical sciences, tehran, ir iran morteza izadi health research center, baqiyatallah university of medical sciences, tehran, ir iran mohammad sadegh safaee firouzabadi department of clinical sciences, school of veterinary medicine, ardakan university, ardakan, ir iran amin saburi chemical injuries research center, baqiyatallah university of medical sciences, tehran, ir iran; atherosclerosis and coronary artery research centre, birjand university of medical sciences, birjand, ir iran; chemical injuries research center, baqiyatallah university of medical sciences, tehran, ir iran. tel/fax: +98-2188600067

background: the differentiation of infected diabetic foot ulcers (idfu) from non infected diabetic foot ulcers (nidfu) is a challenging issue for clinicians. objectives: recently, procalcitonin (pct) was introduced as a remarkable inflammatory marker. we aimed to evaluate the accuracy of pct in comparison to other inflammatory markers for distinguishing idfu from nidfu. conclusions: these resul...

Journal: :Nutrients 2021

Diabetic kidney disease (DKD) has become a global health concern, with about 40% of people living type 1 and 2 diabetes mellitus developing DKD. Upregulation vascular endothelial growth factor (VEGF) in the is significant pathology DKD associated increased glomerular permeability. To date, however, current anti-VEGF therapies have demonstrated limited success treating Recent studies shown that ...

Journal: :Journal of dairy science 2006
I Sodini P Morin A Olabi R Jiménez-Flores

Buttermilk is a dairy ingredient widely used in the food industry because of its emulsifying capacity and its positive impact on flavor. Commercial buttermilk is sweet buttermilk, a by-product from churning sweet cream into butter. However, other sources of buttermilk exist, including cultured and whey buttermilk obtained from churning of cultured cream and whey cream, respectively. The composi...

Journal: :Environmental entomology 2015
Wee L Yee Robert B Goughnour Glen R Hood Andrew A Forbes Jeffrey L Feder

The western cherry fruit fly, Rhagoletis indifferens Curran (Diptera: Tephritidae), is an endemic herbivore of bitter cherry, Prunus emarginata (Douglas ex Hooker) Eaton, but ∼100 years ago established on earlier-fruiting domesticated sweet cherry, Prunus avium (L.) L. Here, we determined if eclosion times of adult R. indifferens from sweet and bitter cherry differ according to the phenology of...

Journal: :Acta virologica 2015
Carla M R Varanda Susana J Santos Mônica D M Oliveira Maria Ivone E Clara Maria Rosário F Félix

Field sweet potato plants showing virus-like symptoms, as stunting, leaf distortion, mosaic and chlorosis, were collected in southwest Portugal and tested for the presence of four potyviruses, sweet potato virus C (SPVC), sweet potato virus 2 (SPV2), sweet potato feathery mottle virus (SPFMV), sweet potato virus G (SPVG), and the crinivirus sweet potato chlorotic stunt virus (SPCSV). DsRNA frac...

2014
Katherine P Maloney Van-Den Truong Jonathan C Allen

Sweet potato proteins have been shown to possess antioxidant and antidiabetic properties in vivo. The ability of a protein to exhibit systemic effects is somewhat unusual as proteins are typically susceptible to digestive enzymes. This study was undertaken to better understand how digestive enzymes affect sweet potato proteins. Two fractions of industrially processed sweet potato peel, containi...

2006
F. F. SHIH K. W. DAIGLE Robert E. Lee

Gluten-free pancakes were prepared using rice flour and rice flour replaced with various amounts, at 10, 20 and 40%, of sweet potato flour. Textural properties of the cooked pancakes, such as hardness and chewiness generally increased with time after cooking, whereas they decreased with increased sweet potato flour replacement. On the other hand, cohesiveness decreased with time, but increased ...

Journal: :Cell 2003
Yifeng Zhang Mark A. Hoon Jayaram Chandrashekar Ken L. Mueller Boaz Cook Dianqing Wu Charles S. Zuker Nicholas J.P. Ryba

Mammals can taste a wide repertoire of chemosensory stimuli. Two unrelated families of receptors (T1Rs and T2Rs) mediate responses to sweet, amino acids, and bitter compounds. Here, we demonstrate that knockouts of TRPM5, a taste TRP ion channel, or PLCbeta2, a phospholipase C selectively expressed in taste tissue, abolish sweet, amino acid, and bitter taste reception, but do not impact sour or...

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

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

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