نتایج جستجو برای: fungal activity

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

Journal: :iranian journal of public health 0
s rezaie h khodadadi f noorbakhsh mr safari

trichophyton rubrum is an anthropophilic fungus causing up to 90% of chronic cases of dermatophytosis. several properties of this fungus have been investigated so far. however, a few studies were carried out in the field of molecular biology of this fungus. in the present study, we tried to identify the subunit g of its vacuolar atpase (v-atpase). pairs of 21 nt primers were designed from highl...

The antimicrobial activity of some novel ascorbic acid-metal complexes [bisascorbate complexes of copper (II), zinc(II), manganese (11), iron (111), cobalt(II), lead(II) and cadmium(II)] was investigated. Four standard strains of bacterial species - Staphylococcus aureus, Escherichia coli, Bacillus subtilis and Klebsiella pneumonia and four fungal species - Trichophyton sp. Penicillium sp....

Journal: :journal of sciences islamic republic of iran 0

the antimicrobial activity of some novel ascorbic acid-metal complexes [bisascorbate complexes of copper (ii), zinc(ii), manganese (11), iron (111), cobalt(ii), lead(ii) and cadmium(ii)] was investigated. four standard strains of bacterial species - staphylococcus aureus, escherichia coli, bacillus subtilis and klebsiella pneumonia and four fungal species - trichophyton sp. penicillium sp., asp...

2014
Kra Adou Koffi Mathieu Ahon Gnamien Marcel Djo-Bi Djè Ouattara Sitapha Coulibaly Adama Djaman Allico Joseph

AIM This study was to evaluate in vitro anti-fungal activity of aqueous and hydroethanolic from medicinal plants extracts collected in Côte d'Ivoire. MATERIALS AND METHODS Plants extracts were prepared by homogenization and separately incorporated to Sabouraud agar using the agar slanted double dilution method. Ketoconazole was used as standards for anti-fungal assay. The anti-fungal tests we...

Journal: :Japanese journal of infectious diseases 2006
Kusmarinah Bramono Masashi Yamazaki Ryoji Tsuboi Hideoki Ogawa

Proteinase, lipase and alpha-glucosidase activity in 81 clinically isolated Candida strains grown in nutrient-restricted media were comparatively measured, and the correlation between inducible enzyme activity and fungal growth was analyzed. Enzyme activity was assayed by colorimetric methods. Extracellular proteinase activity was significantly higher in Candida albicans, followed by C. parapsi...

Journal: :iranian journal of pharmacology and therapeutics 0
shailendra s. gurav vijay d. gulkari nandkishore j. duragkar arun t. patil

gum of butea monosperma is used to treat microbial and fungal infections in folk medicine. to validate this use, the in- vitro antimicrobial activity of petroleum ether and alcoholic extract of butea monosperma gum was evaluated against various microbial strains such as staphylococcus aureus, bacillus subtilis, bacillus cereus, salmonella typhimurium , pseudomonas aeuriogenosa, escherichia coli...

Mashhadinejad, Ahmad , Sarmad, Jannat , Zamani, Hojjatolah ,

Regarding increasing rate of drug resistance among microbial pathogens, a global search to find new antimicrobial agents from natural compounds with fewer side effects has been considered by many researchers worldwide. Bioactive compounds with good antimicrobial activity have been isolated from different algae and cyanobacteria. The current study was performed to determine antimicrobial potenti...

Hossein Naderi-Manesh, Khosro Khajeh Mohammad Reza Soudi Saeed Aminzadeh

Thirty-five fungal strains which isolated from vegetable wastes, were screened for the use of polygalacturonic acid as the sole carbon source. Twenty-five isolates were positive for polygalacturonase activity in cup-plate assay, as evidenced by clear hydrolysation zones. The most productive strain was determined by measuring clear zones formed around colonies stained with ruthenium red.</em...

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

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

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