نتایج جستجو برای: total polysaccharide

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

Journal: :Plant physiology 1971
P J Davies A W Galston

Pea (Pisum sativum var. Alaska) and bean (Phaseolus vulgaris var. Red Kidney) stem sections treated with indoleacetic acid-1-(14)C, indoleacetic acid-2-(14)C, and indoleacetic acid-5-(3)H were homogenized, extracted with phenol, and the water-soluble, ethanol-insoluble material subjected to further fractionation. Following an 18-hour incubation period in indoleacetic acid-1-(14)C, most of the l...

Journal: :Molecules 2017
Chao Huang Zhongkai Zhu Xiyue Cao Xingfu Chen Yuping Fu Zhengli Chen Lixia Li Xu Song Renyong Jia Zhongqiong Yin Gang Ye Bin Feng Yuanfeng Zou

Sijunzi Decoction (SJZD) is a formula used for the treatment of spleen deficiency and gastrointestinal diseases in Traditional Chinese Medicine. Polysaccharides are reported to be the main components of SJZD responsible for its bio-functions. However, highly purified and clearly characterized polysaccharides from SJZD are not well described. Here we obtained a purified polysaccharide (SJZDP-II-...

Journal: :The Journal of biological chemistry 1991
M R Wessels J L DiFabio V J Benedì D L Kasper F Michon J R Brisson J Jelínková H J Jennings

The type V capsular polysaccharide of group B Streptococcus has been isolated and purified, and its repeating unit structure determined. The native type V polysaccharide contains D-glucose, D-galactose, 2-acetamido-2-deoxy-D-glucose, and sialic acid in a molar ratio of 3:2:1:1. Methylation analysis and 1H NMR and 13C NMR analysis of the native type V polysaccharide and of its specifically degra...

2002
Kenichi K. Yabusaki Robert E. Cohen Clinton E. Ballou

The anomeric proton magnetic resonances of Mycobacterium smegmatis 3-0-methylmannose polysaccharide have chemical shifts intermediate between those of nonaglucoamylose and cu-cyclodextrin, and on addition of palmitic acid most of these resonances are shifted upfield toward that of the cyclodextrin. This suggests that the methylated polysaccharide could have a conformation with some secondary st...

Journal: :Archives of oral biology 1985
V J Paolino S Kashket

Extracts of defatted cocoa inhibited the biosynthesis of extracellular polysaccharide by both cell-free and cell-associated streptococcal glucosyltransferases, but did not affect growth or acid production. Both water-insoluble and water-soluble polysaccharide syntheses were inhibited, and the net result was a shift away from adherence-supportive polysaccharide. Inhibition was non-competitive wi...

Journal: :Acta poloniae pharmaceutica 2007
Łukasz Zimmer Wiktor Czarnecki

The relative bioavailability of polysaccharide--racemic vitamin E preparation in comparison with a commercial product was assessed in a kinetic study of plasma alpha-tocopherol in rabbits. Six male rabbits were used in a cross-over design. Alpha-Tocopherol levels were determined by the fluorometric method. A secondary peak in alpha-Tocopherol plasma concentration--time profiles was observed in ...

2000
M. L. MERROUN E. ALONSO M. T. GONZÁLEZ-MUÑOZ Maria Teresa González-Muñoz

This paper deals with silver sorption toMyxococcus xanthus biomass. The dry biomass of this microorganism is shown to be a good sorbent for the recovery of silver present at low solution concentrations. Between initial silver concentrations of 2 and 0.05 mM, the percentage of accumulation ranges from 8.12% to 75% of the total silver present in the solution. Transmission electron microscopy stud...

2017
Yong Wu De-Cai Xiong Si-Cong Chen Yong-Shi Wang Xin-Shan Ye

Carbohydrates are diverse bio-macromolecules with highly complex structures that are involved in numerous biological processes. Well-defined carbohydrates obtained by chemical synthesis are essential to the understanding of their functions. However, synthesis of carbohydrates is greatly hampered by its insufficient efficiency. So far, assembly of long carbohydrate chains remains one of the most...

Journal: :Veterinary research 2000
C Solano J Galindo B Sesma M Alvarez M J Solsona C Gamazo

The specificity and sensitivity of indirect ELISA, based on the use of four different antigenic extracts obtained from a clinical isolate of Salmonella enteritidis, were compared with those obtained with the gm-flagellin based ELISA (IDEXX). A total of 116 serum samples from salmonellae free, naturally infected and vaccinated hens were studied. The results showed that the indirect ELISA, based ...

Journal: :Journal of bacteriology 1957
N D GARY L L KUPFERBERG R E ANDERSON P K HAREIN R E KLAUSMEIER

The formation of cellular polysaccharide by cells of the genus Brucella has been reported by several investigators: Favilli and Biancalani (1934), Higginbotham and Heathman (1936), and Libby and Joyner (1941). These workers, however, dealt mainly with the immunological characteristics of the polysaccharide, and little emphasis was placed upon the nutritional conditions affecting its production....

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

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

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