Skip to content

Commit

Permalink
fix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Oct 20, 2023
1 parent 2d6a225 commit dc78d6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
#| echo: false
#| results: 'asis'
#| warning: false
#| eval: fase
cat("\n```bibtex\n")
u <- "https://zenodo.org/record/2553043" # universal URL redirects to latest
s <- rvest::session(u)
u <- paste0(s$url, "/export/hx") # redirected
u <- paste0(s$url, "/export/bibtex") # redirected
out <- rvest::read_html(u)
bibentry <- rvest::html_text(rvest::html_element(out, "pre"))
cat(bibentry)
Expand Down

0 comments on commit dc78d6a

Please sign in to comment.