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

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

Journal: :Clinical chemistry 1981
B T Doumas D D Bayse R J Carter T Peters R Schaffer

We developed a candidate Reference Method for measuring total serum protein by use of the biuret reaction. The method involves a previously described biuret reagent (Clin. Chem. 21: 1159, 1975) and Standard Reference Material (SRM) 927 bovine albumin (National Bureau of Standards) as the standard. At 25 degrees C, color development for 30 or 60 min provides identical serum protein values. Gluco...

2007
M. R. KARR U. S. GARRIGUS E. E. HATFIELD

C ORN silage is a major source of roughage for ruminants in the cornbelt, because it is one of the most productive crops of total digestible nutrients and animal gains per acre. However, to make up a complete growingfinishing ration with corn silage it is necessary to supplement it with sources of energy, nitrogen and minerals. The addition of urea to corn, sorghum or grass at ensiling has give...

Journal: :Clinical chemistry 1972
K Doetsch

Determination of total urinary protein is now more frequently requested of the clinical chemistry laboratory, one reason being the increased number of patients with renal transplants for whom total urinary protein is determined as an index of immunological rejection (1). Available manual methods are cumbersome and inefficient under clinical laboratory conditions. Concentrations for total urinar...

Journal: :Acta Crystallographica Section E Structure Reports Online 2008

Journal: :Chemical communications 2011
Chakadola Panda Munmun Ghosh Tamas Panda Rahul Banerjee Sayam Sen Gupta

An Fe(III) complex of a biuret-amide based macrocyclic ligand that exhibits both excellent reactivity for the activation of H(2)O(2) and high stability, especially at low pH and high ionic strength, is reported.

Journal: :Acta Crystallographica Section E Structure Reports Online 2008

Journal: :The Journal of Experimental Medicine 2003
Anfin Egdahl

From these results it is permissible to draw the following conclusions which may be used to explain certain phenomena associated especially with the onset of acute pancreatitis. 1. The sudden marked collapse of acute pancreatitis has as its most important cause a toxin or toxins derived from broken down pancreatic tissue. This toxin or toxins seem to be most powerful in the stage of degradation...

Journal: :Chemical Engineering Science 2021

A kinetic model for urea decomposition and byproduct formation was developed validated against thermogravimetric analyses (TGA) of urea-derived byproducts, including biuret cyanuric acid, at heating rates up to 500 °C/min. The provided a good description all investigated rates. results indicate that an increase in rate causes shift production acid into ammelide limits the overall formation. Add...

Journal: :Journal of clinical chemistry and clinical biochemistry. Zeitschrift fur klinische Chemie und klinische Biochemie 1981
M G van Wilgenburg E M Werkman W H van Gorkom J B Soons

The quantitative determination of proteins in biological fluids, using Coomassie Brilliant Blue G-250, was evaluated. Compared with the biuret method, the Coomassie Blue G-250 method needs a much shorter time for analysis and has a greater sensitivity. The sensitivity of the dye for albumin is significantly greater than for globulins. The standard curves for the biuret method are more linear th...

Journal: :Clinical chemistry 1986
N Watanabe S Kamei A Ohkubo M Yamanaka S Ohsawa K Makino K Tokuda

In this new method for determining urinary protein, the reaction is complete within 10 min at 37 degrees C. This method is applicable to automated as well as manual measurements. Protein concentration and absorbance at 600 nm are linearly related throughout a wide range of concentrations, 10 to 16 000 mg/L. However, the chromogenicity of the gamma-globulins in this method is 70% of that of albu...

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

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

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