get_papers_accepted <- function(xmls_list) {
paper <- xmls_list$`PRODUCAO-BIBLIOGRAFICA`$`ARTIGOS-ACEITOS-PARA-PUBLICACAO`
return(.general_func(paper, xmls_list))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.