نتایج جستجو برای: c29

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

2005
Woei-Lih Jeng Chih-An Huh

Twelve surface sediments from the southern Okinawa Trough (OT) and nine surface sediments from a nearby river, the Lanyang River (LR), with high sediment discharge were analyzed for comparison of their aliphatic hydrocarbon distributions. Performing cluster analysis on all hydrocarbon data of LR and OT sediments showed that the two areas had a similarity level of only 0.15, meaning that they we...

2017
Jamille Rodrigues da Silva Bianca Mendes Maciel Luana Karla Nogueira de Santana Souza Santos Fábio Santos Carvalho Daniele de Santana Rocha Carlos Wilson Gomes Lopes George Rêgo Albuquerque

Strains of Toxoplasma gondii in Brazil are highly genetically diverse compared to strains from North America and Europe. Dogs are epidemiologically important because they act as sentinels for T. gondii infections in humans and are good indicators of environmental contamination. The aim of this study was to isolate and genetically characterize T. gondii strains from tissues of naturally infected...

2005
PIERRE RASMONT ARIANE REGALI THOMAS C. INGS GEORGES LOGNAY EVELYNE BAUDART MICHEL MARLIER EMILE DELCARTE PASCAL VIVILLE CÉCILE MAROT POL FALMAGNE JEAN-CLAUDE VERHAEGHE LARS CHITTKA

The mineral, total amino acid, and sterol compositions of pollen collected by Apis mellifera L. were compared with the pollen of a plant consumed by Bombus terrestris (L.): Arbutus unedo L. This plant provides the predominant food resource for the main autumn generation of B. terrestris in southern France. Honey bees also forage on this plant, although only for nectar. The mineral composition o...

2015
Renata A. Casagrande Hilda F.J. Pena Aline D. Cabral Veronica M. Rolim Luiz G.S. de Oliveira Fabiana M. Boabaid Angelica T.B. Wouters Flademir Wouters Cláudio E.F. Cruz David Driemeier

An adult, captive raised male Valley quail (Callipepla californica) acquired by a southern Brazilian aviary suddenly showed severe apathy, dyspnea and diarrhea, and died 18 hours after the onset of illness. At necropsy, pale muscles and whitish areas in the heart, splenomegaly, hepatomegaly, and consolidated red lungs were observed. Histological findings were mainly mononuclear inflammation wit...

Journal: :The Journal of parasitology 2008
J P Dubey Lam Thi Thu Huong B W L Lawson D T Subekti P Tassi W Cabaj N Sundar G V Velmurugan O C H Kwok C Su

The prevalence of Toxoplasma gondii in free-ranging chickens (Gallus domesticus) is a good indicator of the prevalence of the parasite's oocysts in soil because chicken feed from the ground. The prevalence of T. gondii in free-range chickens from Ghana, Indonesia, Italy, Poland, and Vietnam was determined using the modified agglutination test (MAT). Antibodies to T. gondii were found in 41 (64%...

Journal: :Memorias do Instituto Oswaldo Cruz 2013
Gustavo Mario Calderón-Fernández Marta Patricia Juárez

The cuticular hydrocarbons of the Triatoma sordida subcomplex (Hemiptera: Reduviidae: Triatominae) were ana-lysed by gas chromatography and their structures identified by mass spectrometry. They comprised mostly n-alkanes and methyl-branched alkanes with one-four methyl substitutions. n-alkanes consisted of a homologous series from C21-C33 and represented 33-45% of the hydrocarbon fraction; n-C...

2016
Wen-Bin Zheng Xiao-Xuan Zhang Jian-Gang Ma Fa-Cai Li Quan Zhao Si-Yang Huang Xing-Quan Zhu

Toxoplasma gondii is a worldwide prevalent parasite, affecting a wide range of mammals and human beings. Little information is available about the distribution of genetic diversity of T. gondii infection in minks (Neovison vison). This study was conducted to estimate the prevalence and genetic characterization of T. gondii isolates from minks in China. A total of 418 minks brain tissue samples ...

Ali Reza Nikouyan, Fereidoon Owfi, Khosrow Aein Jamshid, Mahnaz Rabbaniha, Mohammad Seddiq Mortazavi, Saeid Sanjani,

In the present article, the environmental impacts of the Iraq-Kuwait war (1991) on the ecological condition and fisheries resources of the northern part of the Persian Gulf, during years 2001-2002 were studied. The investigated area included the whole stretch of the Iranian domain of the Persian Gulf from northwestern waters of the Khuzestan province to northeastern waters of the Hormuzgan prov...

Journal: :Quaternary Science Reviews 2023

In eastern North America, annual precipitation increased by >40% over the Holocene, largely in response to melting of Laurentide Ice Sheet. The change substantially raised lake levels and transformed conifer-dominated ecosystems into mesic deciduous forests. δ2H values terrestrially derived leaf-wax n-alkanes can facilitate diagnoses climate dynamics involved reconstructing mean (δ2HMAP). Howev...

Journal: :Energies 2022

The Chang 7 member of the Upper Triassic Yanchang Formation in Ordos Basin is considered to hold main source rocks for conventional and unconventional oil gas. lamination or lithology alteration vertical lateral directions, even over a short distance, common feature lacustrine rocks. differences geochemical characteristics black shales, dark mudstones interbedded sandstones have been scarcely r...

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

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

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