cboettig / knitcitations

:package: Generate citations for knitr markdown and html files
http://carlboettiger.info
Other
220 stars 28 forks source link

add support for greycite #18

Closed cboettig closed 11 years ago

cboettig commented 11 years ago

http://knowledgeblog.org/greycite

cboettig commented 11 years ago

citet and citep can now take a URL and generate a citation.

cboettig commented 11 years ago

Currently uses the bibtex format from Greycite, writes this to a bib file and reads in with read.bib. Simple and avoids introducing additional breakpoints, but parsing the JSON and generating the bibentry manually might be preferable for handling special cases.