نتایج جستجو برای: acid blue 113

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

Journal: :Journal of clinical pathology 1970
J Burns

PROCEDURES The following have been used with success: haematoxylin and eosin, Perls's reaction for ferric iron, the periodic acid-Schiff reaction for carbohydrates, the alcian blue method for acid mucopolysaccharides, the Feulgen reaction for desoxyribonucleic acid, the periodic acid-hexamine silver method, Luxol fast blue for myelin, solochrome cyanine as a general stain, Heidenhain's iron hae...

2000
Ilpo Pölönen Maija Valtonen

The efficiency and feasibility of organic acids, especially formic and benzoic acids in the feeding of fur animals was investigated in five experiments, where the main emphasis was focused on the metabolism and rate of elimination of these preservatives, in order to assess practical dietary recommendations. Experiments were carried out with mink (Mustela vison), blue foxes (Alopex lagopus) and ...

Journal: :Analytical chemistry 2002
Soo Beng Khoo Fang Chen

In this work, we investigated the immobilization of methylene blue in a methyltrimethoxysilane sol-gel ceramic film on a glassy carbon electrode. Up to a certain saturation level, under our conditions, it was found that the methylene blue was tightly held and did not leach out into aqueous solutions, even with continuous immersion for up to 1 month. The electrochemical behavior of the immobiliz...

In this study, SBA-15-PAMAM mesoporous Nano-adsorbent was synthesized, characterized and applied for adsorption of Acid dyes (Acid Blue 62 (AB62) and Acid Red 266 (AR266)) from aqueous Medias. Adsorption of AB62 and AR266 on SBA-15 ordered mesoporous silica, polyamidoamine functionalized SBA-15(SBA-15-PAMAM), has been investigated. In order to assess the synthesized adsorbent constructional, FT...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2001
B S Berlett R L Levine P B Chock M Chevion E R Stadtman

Amino acid-Fe(II)-chelator complexes exhibit strong antioxidant activity. Taking advantage of the unique spectral characteristics of the complexes formed when Ferrozine (Fz) is used as the chelator, we now show that the primary blue complex (epsilon(max) at 632 nm) decomposes by two independent pathways: (i) a nonoxidative pathway involving dissociation of the amino acid component and formation...

Journal: :The Journal of pharmacology and experimental therapeutics 1999
T M Visarius J W Stucki B H Lauterburg

The effects of chloroacetaldehyde (CAA) and methylene blue, both alone and together, on mitochondrial metabolism, hepatic glutathione content, and bile flow were investigated in rats. Oxidation of [1-14C]palmitic acid, [1-14C]octanoic acid, and [1,4-14C]succinic acid allowed for the differentiation between carnitine-dependent long-chain fatty acid metabolism, medium chain fatty acid oxidation, ...

2009
Eri SATO Yasuo AOYAGI

The fruit bodies of 113 kinds of mushrooms were examined by amino acid analyzer to determine 20 free types of protein amino acids and 11 non-protein amino acids . (1) Though considerable difference was often found among species of mushroom, the average of total free amino acids was 213μ mol/g dry matter. (2) It was found that the amount of alanine, glutamic acid and glutamine was very high and ...

2013
Hatice Topal Yasar Topal

Methemoglobinemia is a disorder characterized by the presence of a higher than normal level of methemoglobin. Prilocaine which is one of the oxidizing local anaesthetics is widely used in many local procedures. The first choice of treatment of complications due to the use of these local anaesthetics is methylene blue, while ascorbic acid is the alternative choice. The side effects of metilen bl...

2009
ULRICH STEINER FORNIER DE VIOLET

Flash photolysis experiments of the photoreduction of oxonine, thionine, and selenine showed that for all three dyes the rate constant of the electron transfer process between the reducing agent allylthiourea and the acid triplet form is considerably higher than that of the corresponding reaction with the basic form. The higher reactivity of the acid triplet form can be related to its higher re...

Journal: :The Tohoku journal of experimental medicine 1975
Y Sasai M Ishibashi

Acid mucopolysaccharides in mast cell granules were histochemically studied in the lesion of urticaria pigmentosa and in the dermis of normal human skin. Alcian blue and azure A were used to stain mucopolysaccharides. Bromphenol blue was employed for detection of basic proteins. In a further attempt to identify various polyanions, staining was carried out with alcian blue containing various con...

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

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

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