نتایج جستجو برای: bioactive isolate

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

Journal: :iranian journal of chemistry and chemical engineering 0

in this work, the template, monomer and cross-linker with the ratio of 1:8:40 were used to synthesize molecularly imprinted polymers (mips) for extraction of the bioactive chemical compounds from some traditional herbs as a sorbent material. quercetin, methacrylic acid (maa), trimethylolpropanetrimethacrylate (trim) and tetrahydrofuran (thf) were used as a template, functional monomer, cross-li...

Journal: :avicenna journal of medical biotechnology 0

cancer incidence is projected to increase in the future and an effectual preventive strategy is required to face this challenge. alteration of dietary habits is potentially an effective approach for reducing cancer risk. assessment of biological effects of a specific food or bioactive component that is linked to cancer and prediction of individual susceptibility as a function of nutrient-nutrie...

Journal: :iranian journal of microbiology 0
siji-jinachandrannair vijayakumari central tuber crops research institute, thiruvananthapuram - 695 017, kerala, india. nishanth-kumar sasidharannair central tuber crops research institute, thiruvananthapuram - 695 017, kerala, india. bala nambisan central tuber crops research institute, thiruvananthapuram - 695 017, kerala, india. chellappan mohandas central tuber crops research institute, thiruvananthapuram - 695 017, kerala, india.

background and objectives: entomopathogenic nematodes, belonging to the family heterorhabditis and steinernematidae, are reported to be symbiotically associated with specific bacteria and the secondary metabolites produced by these bacteria possess antimicrobial activity. in this study, bacteria were isolated from nematodes belonging to the family rhabditidae, and the antimicrobial activity was...

Journal: :Food Science and Human Wellness 2023

Cellular senescence is the results of aging and age-related diseases, development anti-aging methods may improve health extend longevity. The natural flavonol fisetin has been shown to antagonize in vitro increases longevity vivo, but poor water solubility limited bioavailability. In this study, a food-grade senescent cell-targeted delivery system for was developed based on whey prot...

Journal: :Egyptian Journal of Chemistry 2021

This study was oriented to production of bioactive tetradecane reported in extracts Pediococcus acidilactici isolated from curd milk and 16S rRNA sequence analysis isolate showed 98% correlation with P. DSM: 20284-CM (accession no. NR042057.1). activity has been tested by disc diffusion assay against Staphylococcus aureus MRSA ATCC 43300, Listeria monocytogenes 19116, Pseudomonas aeruginosa MTC...

Journal: :International journal of multidisciplinary research and analysis 2022

Cholesterol with high levels in blood vessels can cause atherosclerosis, stroke, and sudden heart attack. Isolates soy protein have bioactive peptides that the potential as anticholesterol. This research aims to determine optimum conditions of hydrolysis characterize from isolate hydrolysates by bromelain enzyme. Hydrolysis optimization conducted using enzyme 0,2%; 0,5% (w/v) variation incubati...

Journal: :Biodiversitas 2022

Abstract. ‘Aini K, Elfita, Widjajanti H, Setiawan A. 2022. Diversity and antibacterial activity of endophytic fungi isolated from the medicinal plant Syzygium jambos. Biodiversitas 23: 2981-2989. Currently, antimicrobial resistance is one most important threats to global public health. This due various mechanisms resistance. Thus, need for new sources bioactive compounds outside conventional an...

Journal: :Jurnal Ilmu dan Teknologi Hasil Ternak: Media Komunikasi Ilmu dan Teknologi Hasil Ternak 2023

The study aims to understand the interaction between cocoa polyphenol nanoparticles with whey protein isolate (WPI) bond and role of polyphenols as bioactive compounds in nano-polyphenol protein. research method is performed using laboratory experiments a completely randomized design (CRD), followed by Duncan analysis (DMRT) when there are significant or highly differences each treatment. This ...

Journal: :Journal of advances in microbiology 2023

Streptomyces clavuligerus is a member of the Actinobacteria family primarily known for its production clavulanic acid antibiotic. The need identification new antimicrobials led to volatile components S. metabolites using GC-MS. isolate was obtained from Ocimum gratissimum rhizosphere starch casein agar, and identified molecular typing. preliminary antibacterial screening carried out some indica...

Journal: :European journal of medical and health sciences 2023

Acinetobacter baumannii is a bacterial pathogen, associated with hospital and community acquired infections. It one of the most common, opportunistic, serious multidrug resistant bacteria (MDR). considered global problem. The use natural compounds such as fungal metabolites an alternative to antibiotics being explored overcome issue antimicrobial resistance. Among fifty spp. isolated from diffe...

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

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

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