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