tdaverse / ggtda

ggplot2 extension to visualize persistent homology
https://tdaverse.github.io/ggtda/
GNU General Public License v3.0
21 stars 6 forks source link

BibTeX file for vignette references #28

Closed corybrunson closed 4 years ago

corybrunson commented 4 years ago

The vignettes include a great deal of front matter, the vast majority of it bibliographic. To make reading and editing the source code easier, would it make sense to maintain a single BibTeX (.bib) file with all references, which can then be cited in the vignettes? I haven't done this before so it may incur new issues, but i'd be glad to give it a try on a new branch. My point of reference is this chapter in the R Markdown Cookbook.

rrrlw commented 4 years ago

That sounds good to me! Would you like me to switch it to bibtex?

corybrunson commented 4 years ago

@rrrlw go for it if you're up for it!

rrrlw commented 4 years ago

fixed in #31