نتایج جستجو برای: marine fungal chitosan

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

Journal: :World journal of microbiology & biotechnology 2012
Purnima Singh Chandralata Raghukumar Pankaj Verma Yogesh Shouche

Increasing evidence of the fungal diversity in deep-sea sediments has come from amplification of environmental DNA with fungal specific or eukaryote primer sets. In order to assess the fungal diversity in deep-sea sediments of the Central Indian Basin (CIB) at ~5,000 m depth, we amplified sediment DNA with four different primer sets. These were fungal-specific primer pair ITS1F/ITS4 (internal t...

2011
Carine Le Ker Karina-Ethel Petit Jean-François Biard Joël Fleurence

In the search for bioactive natural products, our lab screens hydrophobic extracts from marine fungal strains. While hydrophilic active substances were recently identified from marine macro-organisms, there was a lack of reported metabolites in the marine fungi area. As such, we decided to develop a general procedure for screening of hydrophobic metabolites. The aim of this study was to compare...

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

مهندسی بافت ترکیبی از سلول و داربست سه بعدی جهت ترمیم بافت آسیب دیده یا از بین رفته ی ماهیچه است. در این راستا, نانو داربست های کامپوزیت نانولوله های کربنی و کایتوزان و هیدرکسی آپاتیت، نانولوله های کربنی و کایتوزان و داربست کایتوزان با روش freeze dryingتهیه شد. داربست های تهیه شده، از لحاظ خصوصیات سطحی، درصد تخلخل، اندازه ی منافذ، نحوه ی توزیع منافذ، رفتار تخریب پذیریو ترکیب تشکیل دهنده ی داربس...

Journal: :Arabian journal for science and engineering 2022

Abstract The production of the amino polysaccharide (chitosan) from crustacean sources has faced many hindrances due to environmental, seasonal and noneconomic issues. On other hand, mycogenic chitosan advantages that make it suitable for medical nutritional applications over non-mycological counterparts. A number fungal isolates have been screened production, where most potent isolate genetica...

Journal: :Marine drugs 2016
Aiko Hayashi Andrew Crombie Ernest Lacey Anthony J Richardson Daniel Vuong Andrew M Piggott Gustaaf Hallegraeff

Dust has been widely recognised as an important source of nutrients in the marine environment and as a vector for transporting pathogenic microorganisms. Disturbingly, in the wake of a dust storm event along the eastern Australian coast line in 2009, the Continuous Plankton Recorder collected masses of fungal spores and mycelia (~150,000 spores/m³) forming a floating raft that covered a coastal...

Journal: :Chemical & pharmaceutical bulletin 2015
Raj Kumar Thapa Sang-Duk Han Hyoung Geun Park Miwon Son Joon Ho Jun Jong Oh Kim

Topical fungal infections can become severe if left untreated. Efficient treatment modalities for topical fungal infections aid the penetration of antifungal agents deep into viable skin layers. Terbinafine is a fungicidal agent that inhibits ergosterol, an essential fungal component. The main objective of this study was to evaluate skin permeation and retention of a terbinafine-loaded solution...

2008
perspective Raghukumar

This paper reviews the potential of marine fungi in biotechnology. The unique physico-chemical properties of the marine environment are likely to have conferred marine fungi with special physiological adaptations that could be exploited in biotechnology. The emphasis of this review is on marine fungi from a few unique ecological habitats and their potential in biotechnological applications. The...

2017
Mireille Fouillaud Mekala Venkatachalam Melissa Llorente Helene Magalon Pascale Cuet Laurent Dufossé

Marine ecosystems cover about 70% of the planet surface and are still an underexploited source of useful metabolites. Among microbes, filamentous fungi are captivating organisms used for the production of many chemical classes of secondary metabolites bound to be used in various fields of industrial application. The present study was focused on the collection, isolation, screening and genotypin...

Journal: :Pharma innovation 2022

Root knot nematode, Meloidogyne spp. causes severe yield losses in vegetable crops. Chitosan is one of the most abundant biopolymer available worldwide next to cellulose. It known have anti-nemic, anti-fungal and anti- bacterial properties. Application chitosan induces systemic resistance tomato plants against pathogens by increasing phenolic content antioxidant enzymes viz., Polyphenol oxidase...

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

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

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