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

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

رفیعیان, محسن ,

ABSTRACT Many studies have been Carried out on the development of synovial joints, and researchers have provided various evidence about factors involving in the cavity formation. The Purpose of this study is to investigate the factors which incorporate in the cavity formation in the mandibular joint, 17 rat embrioes (16-20 days of gestation) were employed. After serial section, specimens were...

The acid dyes are one of the most widely used commercial dyes used in the textile industries. This work investigates the ability of magnetite nanoparticles functionalized with imidazolium based ionic liquid as an efficient sorbent for removal of the Acid Blue 113 from wastewater. Fourier Transform Infrared Spectroscopy FT-IR, X-ray diffraction XRD and Transmission Electron Microscopy TEM were u...

2013
Sabulal Baby Anil John Johnson Balaji Govindan Sujith Lukose Bhaskaran Gopakumar Konnath Chacko Koshy

Grasses are traditionally considered as wind pollinated, however, field observations confirmed frequent insect visits to grass flowers, suggesting insect pollination. Fruit and seed predators inflict heavy losses to cereals and millets during their growth, maturation and storage. The actual factors guiding insects and predators to grass flowers, fruits and seeds are not clear. Here, we report a...

M Keramati P Khazaeli

Alpha-hydroxylic acids are widely used in the treatment and control of skin disorders. Azelaic acid is a naturally occuring Alpha-hydroxy acid that can be formed endogenously from long-chain dicardoxylic acids, metabolism of oleic acid or omega oxidation of mono carboxylic acids. It shows bacteriostatic and bactericidal activities against aerobic and anaerobic micro-organisms present on acne-be...

Journal: :iranian journal of pharmaceutical research 0
ali almasirad department of medicinal chemistry, facalty of pharmacy, pharmaceutical sciences branch, islamic azad university, tehran, iran. somayeh samiee-sadr department of medicinal chemistry, facalty of pharmacy, pharmaceutical sciences branch, islamic azad university, tehran, iran. abbas shafiee department of medicinal chemistry, faculty of pharmacy and pharmaceutical sciences research center, tehran, iran.

a series of new 2-(phenylthio) benzoylaryl hydrazones were synthesized by acid-catalyzed condensation of hydrazide 3 with corresponding aldehydes. the chemical structures of the compounds were elucidated by ft-ir, 1h-nmr and mass spectra. all newly synthesized compounds were evaluated for their antimycobacterial activities against mycobacterium tuberculosis h37rv using the microplate alamar blu...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه پیام نور - دانشگاه پیام نور استان تهران - دانشکده شیمی 1392

گیاهان juniperus excelsa m.beib. ,juniperus communis l. و juniperus sabina l. از گونه‎های دارویی با ارزش و معطر متعلق به جنس سروکوهی و راسته مخروطیان می‎باشند که در ارتفاعات رشته کوه البرز پراکندگی دارند. هدف از این پژوهش، شناسایی و مقایسه اجزای تشکیل دهنده اسانس میوه ها و سرشاخه‎های هوایی این گیاهان می‎باشد. در این تحقیق میوه‎ و سرشاخه‎های سه گونه فوق در مرداد سال 1390 از منطقه هزار جریب بهشهر...

Journal: :The Journal of vitaminology 1969
S Tachibana J Siode

During the L-malate production through CO2-fixing process by Schizophylium commune, a blue coloration was seldom seen. When the coloration occurred within 6days after inoculation, the malate production was markedly reduced, and at the same time the sugar consumption was somewhate lowered. The more earlier the colora tion occurred, the more marked was the decrease of L-malate pro duciton. The ad...

Journal: :Molecules 2017
Andrei Lobiuc Viorica Vasilache Olga Pintilie Toma Stoleru Marian Burducea Mircea Oroian Maria-Magdalena Zamfirache

Microgreens are an excellent source of health-maintaining compounds, and the accumulation of these compounds in plant tissues may be stimulated by exogenous stimuli. While light quality effects on green basil microgreens are known, the present paper aims at improving the quality of acyanic (green) and cyanic (red) basil microgreens with different ratios of LED blue and red illumination. Growth,...

2014
Averell L. Gnatt

, 1876 (2001); 292 Science et al. Averell L. Gnatt Complex at 3.3 Å Resolution Structural Basis of Transcription: An RNA Polymerase II Elongation This copy is for your personal, non-commercial use only. clicking here. colleagues, clients, or customers by , you can order high-quality copies for your If you wish to distribute this article to others here. following the guidelines can be obtained ...

2012
John D. Walters

Address correspondence to: 8 John D. Walters 9 College of Dentistry, The Ohio State University 10 305 West 12th Avenue 11 Columbus, OH 43210 12 Telephone: (614) 292-1169 13 Fax: (614) 292-2438 14 email: walters.2@osu.edu 15 16 Running Title: Azithromycin Kills Intra-epithelial Aggregatibacter 17

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

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

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