soztag / fossos

seminar series on data science, reproducible science and open source by @maxheld83
https://datascience.phil.fau.de/fossos/
Creative Commons Attribution Share Alike 4.0 International
12 stars 3 forks source link

support pandoc-citeproc for references in radix rmarkdown style #82

Open maxheld83 opened 5 years ago

maxheld83 commented 5 years ago

original issue is https://github.com/rstudio/radix/issues/45

Hard to tell how hard this might be; it will require some pkg-dev skills, and, most importantly, some CSS/JS/HTML knowledge.

maxheld83 commented 5 years ago

on second thought, radix seems pretty thorny and require some (?) js knowledge, so maybe this is not a great starter.

jjallaire commented 3 years ago

I just pushed a change that should address this (we now use pandoc to generate the bibliography rather than the distill framework): https://github.com/rstudio/distill/commit/e8585bcb29a8e4eba3e5c9e0403ac9a1cb316a17

You can install this with remotes::install_github("rstudio/distill")