Skip to content

Commit

Permalink
new conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jarochi committed Feb 4, 2025
1 parent 256bf50 commit b63a1f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subsite/publications.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ library(DT)
pub <- openalexR::oa_fetch(entity ="works",
author.id = c("A5015968787", "A5072021711"))
# pub <- openalexR::oa_fetch(entity ="works", grants.funder = "f4320322511")
pub_mod <- pub$author %>% lapply(., function(x) {x$au_display_name %>% str_flatten(., collapse = ", ")}) %>% unlist() %>% tibble(authors = .) %>% cbind(pub, .)
pub_mod %>%
Expand Down

0 comments on commit b63a1f4

Please sign in to comment.