نتایج جستجو برای: nematodes cuticle

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

Journal: :PLoS ONE 2009
Julie-Anne Fritz Carolyn A. Behm

The nematode cuticle is a tough extracellular matrix composed primarily of cross-linked collagens and non-collagenous cuticulins. It is required for nematode motility and protection from the external environment. Little is known about how the complex process of cuticle formation has been adapted to the specialized requirements of the nematode cuticle, which is structurally and compositionally u...

Journal: :Parasitology 2011
Gillian Stepek Gillian McCormack Andrew J Birnie Antony P Page

Nematodes represent one of the most abundant and species-rich groups of animals on the planet, with parasitic species causing chronic, debilitating infections in both livestock and humans worldwide. The prevalence and success of the nematodes is a direct consequence of the exceptionally protective properties of their cuticle. The synthesis of this cuticle is a complex multi-step process, which ...

Journal: :Journal of nematology 1977
C H Hogger R H Estey

Nematodes were prepared for scanning electron microscopy by cryofracturing in ethanol and then by critical-point drying in carbon dioxide. Cross sections of Caenorhabditis briggsae and Xiphinema americanum showed the arrangement of the intestine, ovaries, muscle cells, and some layers of the cuticle. The technique is complementary to transmission electron microscopy and facilitates the interpre...

Journal: :Parasitology 1999
P M Mendoza De Gives K G Davies S J Clark J M Behnke

The initial infection process of nematode-trapping fungi is based on an interaction between the trapping structure of the fungus and the surface of the nematode cuticle. A bioassay was designed to investigate the predatory response of several isolates of nematode-trapping fungi against 3 mutants of Caenorhabditis elegans (AT6, AT10 and CL261), which have been reported to differ in the reaction ...

Journal: :Journal of nematology 2005
F E El-Borai L W Duncan J F Preston

Spores of an unidentified bacterium were discovered adhering to cuticles of third-stage infective juvenile (IJ) Steinernema diaprepesi endemic in a central Florida citrus orchard. The spores were cup-shaped, 5 to 6 mm in length, and contained a central endospore. Based on 16S rDNA gene sequencing, the bacterium is closely related to the insect pathogens Paenibacillus popilliae and P. lentimorbu...

Journal: :Frontiers in Marine Science 2022

Nematoda is a very species-rich phylum that has successfully adapted to almost all types of ecosystems. Despite their abundance and ecological importance, the taxonomic knowledge nematodes still limited identification species not trivial. In Cyatholaimidae, relatively common abundant family free-living nematodes, organisms challenging due overlap some generic diagnoses absence updated systemati...

Journal: :Parasitology 2007
G Stepek R H C Curtis B R Kerry P R Shewry S J Clark A E Lowe I R Duce D J Buttle J M Behnke

Cysteine proteinases from the fruit and latex of plants, such as papaya, pineapple and fig, have previously been shown to have substantial anthelmintic efficacy, in vitro and in vivo, against a range of animal parasitic nematodes. In this paper, we describe the in vitro effects of these plant extracts against 2 sedentary plant parasitic nematodes of the genera Meloidogyne and Globodera. All the...

2018
William Dodd Lanlan Tang Jean-Christophe Lone Keon Wimberly Cheng-Wei Wu Claudia Consalvo Joni E Wright Nathalie Pujol Keith P Choe

Extracellular matrix barriers and inducible cytoprotective genes form successive lines of defense against chemical and microbial environmental stressors. The barrier in nematodes is a collagenous extracellular matrix called the cuticle. In Caenorhabditis elegans, disruption of some cuticle collagen genes activates osmolyte and antimicrobial response genes. Physical damage to the epidermis also ...

2015
Gillian Stepek Gillian McCormack Alan D. Winter Antony P. Page

Parasitic nematodes cause chronic, debilitating infections in both livestock and humans worldwide, and many have developed multiple resistance to the currently available anthelmintics. The protective collagenous cuticle of these parasites is required for nematode survival and its synthesis has been studied extensively in the free-living nematode, Caenorhabditis elegans. The collagen synthesis p...

Journal: :Nematology 2023

Summary Selected strains of Pasteuria species from the endospore-forming Gram-positive bacteria group have potential to be developed into control agents for plant-parasitic nematodes. If is deployed successfully as a agent, endospores bacterium initially adhere cuticle infective juvenile. Studies isolated root-knot nematodes suggested that collagen-like fibres on endospore surface interact with...

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

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

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