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

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

Journal: :Texto para Discussão 2022

Este texto tem como propósito refletir analiticamente acerca do processo de execução descentralizada Programa Nacional Alimentação Escolar (PNAE), especialmente após a inovação implementada por meio da Lei no 11.947/2009, com exigência que todos os entes federativos comprometam um mínimo 30% dos repasses financeiros recebidos governo federal para aquisição produtos alimentícios diretamente agri...

Journal: :Fisheries Research 2023

The escalating conflict between gillnet fisheries and the growing seal populations in Baltic Sea has increased need to reduce direct effects form of reduced or damaged catches. This study describes design catch rates 20 different safe cod (Gadus morhua) pot designs suitable for Sea. Catches numbers individuals total weight were recorded 2762 hauls with pots varying terms size, shape, number ent...

Journal: :Mathematische Annalen 2021

In this paper sufficient conditions for weighted weak and strong type (p, p) estimates with $$p>1$$ the centered maximal function on infinite rooted k-ary tree are provided. Here line initated by authors Safe in Ombrosi et al. (Int Math Res Not IMRN 4:2736–2762, 2021) providing a further extension of use techniques due to Naor Tao (J Funct Anal 259(3):731–779, 2010) is continued. The fact that ...

2016
Venessa Eeckhaut Jun Wang Alexander Van Parys Freddy Haesebrouck Marie Joossens Gwen Falony Jeroen Raes Richard Ducatelle Filip Van Immerseel

Probiotics which do not result in the development and spread of microbial resistance are among the candidate replacements for antibiotics previously used as growth promotors. In this study the effect of in-feed supplementation of the butyrate producing Butyricicoccus pullicaecorum strain 25-3T on performance, intestinal microbiota and prevention of necrotic enteritis (NE), a disease caused by C...

Journal: :CMAJ : Canadian Medical Association journal = journal de l'Association medicale canadienne 1999
E Nobert V Chernick

Between 1980 and 1995, the total number of active cases of tuberculosis (TB) in Canada declined steadily, from 2762 to 1930; the corresponding rates per 100 000 population were 11.2 and 6.5. During the same period, the number of cases of primary TB among children younger than 15 years remained disturbingly similar: 145 cases in 1980 and 156 in 1995. The rates were higher for those under 4 years...

2011
Qian Jia Xingquan Zhao Chunxue Wang Yilong Wang Yu Yan Liyong Zhong Liping Liu Huaguang Zheng Yongjun Wang

Background and Purpose—Diabetes mellitus (DM) is an independent risk factor for ischemic stroke. However, controversy exists with regard to the impact of DM on prognosis after ischemic stroke in the Chinese population. We investigated the associations between DM and death, dependency, and stroke recurrence in patients after ischemic stroke onset in a nationwide, prospective registry, the China ...

Journal: :Spectrochimica acta. Part A, Molecular and biomolecular spectroscopy 2013
Ray L Frost Andrés López Yunfei Xi Amanda Granja Ricardo Scholz Rosa Malena Fernandes Lima

The mineral kovdorskite Mg2PO4(OH)·3H2O was studied by electron microscopy, thermal analysis and vibrational spectroscopy. A comparison of the vibrational spectroscopy of kovdorskite is made with other magnesium bearing phosphate minerals and compounds. Electron probe analysis proves the mineral is very pure. The Raman spectrum is characterized by a band at 965 cm(-1) attributed to the PO4(3-) ...

Journal: :Transfusion 2003
Nadia Rosencher Hans E M Kerkkamp G Macheras L M Munuera G Menichella David M Barton Saskia Cremers Ivo L Abraham

BACKGROUND The purpose of this study was to assess current practices in blood management in elective orthopedic surgery in Europe. STUDY DESIGN AND METHODS For this 225-center prospective survey, data were collected on 3996 patients. Actual perioperative blood loss was compared to preoperative estimates. Differences in Hb levels and other outcome variables for patients receiving allogeneic ve...

Journal: :Journal of molecular biology 2005
Hui Wang Jinchuan Xing Deepak Grover Dale J Hedges Kyudong Han Jerilyn A Walker Mark A Batzer

SVA is a composite repetitive element named after its main components, SINE, VNTR and Alu. We have identified 2762 SVA elements from the human genome draft sequence. Genomic distribution analysis indicates that the SVA elements are enriched in G+C-rich regions but have no preferences for inter- or intragenic regions. A phylogenetic analysis of the elements resulted in the recovery of six subfam...

Journal: :Journal of inorganic biochemistry 2012
Giuseppe Grasso Fabrizio Salomone Grazia R Tundo Giuseppe Pappalardo Chiara Ciaccio Giuseppe Spoto Adriana Pietropaolo Massimo Coletta Enrico Rizzarelli

Insulin degradation is a finely tuned process that plays a major role in controlling insulin action and most evidence supports IDE (insulin-degrading enzyme) as the primary degradative agent. However, the biomolecular mechanisms involved in the interaction between IDE and its substrates are often obscure, rendering the specific enzyme activity quite difficult to target. On the other hand, biome...

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

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

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