Portal de Periódicos da CAPES
Redes Sociais
© 2024. Todos os direitos reservados.Termos de Uso.
'; html += '
'; html += '
'; html += '
'; // Adicione o HTML à div $('#cited-by').append(html); $('#cited-by-title').removeClass("d-none"); }); }) .fail(function(xhr, status, error) { console.error('Erro na chamada AJAX:', status, error); }); $(document).on("click", '.favorito', function() { let idItem = $(this).data('item'); let objeto = this; $(`#result-busca-load-${idItem}`).removeClass("d-none"); $(`#conteudo-${idItem}`).addClass("d-none"); let id = $(this).data('id'); let action = $(this).data('action'); let source = $(this).data('source'); $.ajax({ type: 'GET', dataType: 'json', url: `/index.php?option=com_pbuscador&task=favorite&id=${id}&action=${action}&source=${source}`, success: function(data) { $(`#result-busca-load-${idItem}`).addClass("d-none"); $(`#conteudo-${idItem}`).removeClass("d-none"); if(data.code != 'error'){ $(objeto).toggleClass('fa far'); } renderMessages({ message: data.response, type: data.code, title: 'Meus Favoritos' }); }, error: function(data) { $(`#result-busca-load-${idItem}`).addClass("d-none"); $(`#conteudo-${idItem}`).removeClass("d-none"); renderMessages({ message: data.response, type: data.code, title: 'Meus Favoritos' }); } }); }) function renderMessages(data){ var backgroundColor = ''; if(data.type == 'error'){ backgroundColor = '#ff0000'; } var toastHtml = `
${data.title}
${data.message}
`; document.body.insertAdjacentHTML('beforeend', toastHtml); $('.toast').toast('show'); } $('#btnCopyLink').click(function () { new ClipboardJS('#btnCopyLink'); alert('URL copiada com sucesso!'); }); $('#exportBibTex').click(function () { let content = generateBibTeX(); downloadTxtFile(content, 'Periodicos-CAPES-BibTex', 'bib'); }); $('#exportRIS').click(function () { let content = generateRIS(); downloadTxtFile(content, 'Periodicos-CAPES-RIS', 'ris'); }); function downloadTxtFile(content, tipo, ext) { const blob = new Blob([content], { type: "text/plain" }); const anchor = document.createElement("a"); anchor.href = window.URL.createObjectURL(blob); anchor.download = `${tipo}.${ext}`; document.body.appendChild(anchor); anchor.click(); document.body.removeChild(anchor); }; // Função para gerar formato BibTeX function generateBibTeX() { return `@Artigo{W3203966416, title={Peanut skin phenolics obtained by green solvent extraction: characterization and antioxidant activity in pure chia oil and chia oil in water ( O/W ) emulsion}, author={Romina Bodoira, Marcela Martı́nez, Alexis Velez, María Cecilia Cittadini, Pablo D. Ribotta, Damián Maestri}, journal={Wiley Online Library}, year={2021}, volume={102}, number={6}, pages={2396}-{2403}, doi={10.1002/jsfa.11577}, keywords={} }`; } // Função para gerar formato RIS function generateRIS() { return `TY - Artigo ID - W3203966416 TI - Peanut skin phenolics obtained by green solvent extraction: characterization and antioxidant activity in pure chia oil and chia oil in water ( O/W ) emulsion AU - Romina Bodoira, Marcela Martı́nez, Alexis Velez, María Cecilia Cittadini, Pablo D. Ribotta, Damián Maestri PY - 2021 JO - Wiley Online Library VL - 102 IS - 6 SP - 2396 EP - 2403 DO - 10.1002/jsfa.11577 ER -`; } function imprimirDiv() { setTimeout(function() { var conteudoOriginal = document.body.innerHTML; var conteudoDiv = document.getElementById("content-print").innerHTML; document.body.innerHTML = conteudoDiv; window.print(); document.body.innerHTML = conteudoOriginal; }, 2000); } function loading(){ jQuery("#loading-busca").removeClass("d-none"); } jQuery(document).on("click", '.view-autor', function() { loading(); let expression = `authors:"${jQuery(this).attr('data-autor')}"` jQuery('#input-busca').val(expression) jQuery( "#busca").submit(); })});
Voltar
Artigo Revisado por pares
BIBTEX RIS
2021; Wiley; Volume: 102; Issue: 6 Linguagem: Inglês
10.1002/jsfa.11577
ISSN
1097-0010
Autores
Romina Bodoira, Marcela Martı́nez, Alexis Velez, María Cecilia Cittadini, Pablo D. Ribotta, Damián Maestri,
Tópico(s)
Essential Oils and Antimicrobial Activity
Resumo
The peanut skin (PS) is considered as an industrial waste with undervalued applications. Although several studies report potent antioxidant capacities of PS phenolics, the effectiveness in highly unsaturated lipid systems has not yet been evaluated. The objectives of the present study were two-fold: (i) to characterize a PS phenolic extract (PSE) obtained by means of a green technology and (ii) to evaluate its antioxidant efficacy on pure chia oil and chia oil in water (O/W) acid emulsion.PSE was composed mainly of monomeric and condensed flavonoids (procyanidin and proanthocyanidin oligomers). PSE displayed strong antioxidant properties as measured by different reducing power and radical scavenging capacities [IC50 = 0.36 μg dry extract (DE) mL-1 for ferric reducing antioxidant power; IC50 = 4.96 μg DE mL-1 for 2,2-diphenyl-1-picrylhydrazyl (DPPH)• ; IC50 = 6.01 μg DE mL-1 for 2,2'-azinobis-3-ethylbenzothiazoline-6-sulfonic acid (ABTS)•+ ; IC50 = 2.62 μg DE mL-1 for HO• ]. It also showed high antioxidant efficacy when tested in pure chia oil under accelerated oxidation conditions (Rancimat, 100 °C). When added to the O/W emulsions maintained at 40 °C for 15 days, the PSE was more effective than a synthetic antioxidant (tert-butylhydroquinone) with respect to minimizing the formation and degradation of lipid hydroperoxides.The antioxidant efficacy of PSE was primarily attributed to the abundance of compounds with a high number of phenolic-OH groups. Because they were found to cover a relatively wide range of partition coefficients, the antioxidant properties could be also enhanced by effect of both interfacial and solubility phenomena. All of these features allow the potential use of PSE as a natural antioxidant in different types of foods, including acid emulsion systems. © 2021 Society of Chemical Industry.
Referência(s)