Slide 18
Slide 18 text
Bibliographies and Citations
• References stored within a .bib file and called within YAML
18
Blah blah [@doe99].
• Citations go inside square brackets and are separated by semicolons. Each
citation must have a key, composed of ‘@’ + the citation identifier from the
database, and may optionally have a prefix, a locator, and a suffix. Here are
some examples:
http://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html
• Reference managers (Mendeley) can easily export bib files. (goo.gl/VXj8pA)