cboettig / knitcitations

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

DOI from figshare #59

Closed kdaily closed 10 years ago

kdaily commented 10 years ago

What can be done to support DOI's from fighare?

Such as:

Daily, Kenneth; Brownell, Isaac (2014): Reproducible Analysis for "Assessment of Cancer Cell Line Representativeness using Microarrays for Merkel Cell Carcinoma". figshare. http://dx.doi.org/10.6084/m9.figshare.1030618

Using

citep('10.6084/m9.figshare.1030618')

returns

unknown (unknown)

cboettig commented 10 years ago

Thanks for the bug report. DataCite changed schema recently, think I can fix this pretty easily.

On Sat, May 31, 2014 at 2:05 PM, Kenneth Daily notifications@github.com wrote:

What can be done to support DOI's from fighare?

Such as:

Daily, Kenneth; Brownell, Isaac (2014): Reproducible Analysis for "Assessment of Cancer Cell Line Representativeness using Microarrays for Merkel Cell Carcinoma". figshare. http://dx.doi.org/10.6084/m9.figshare.1030618

Using

citep('10.6084/m9.figshare.1030618')

returns

unknown (unknown)

— Reply to this email directly or view it on GitHub https://github.com/cboettig/knitcitations/issues/59.

Carl Boettiger UC Santa Cruz http://carlboettiger.info/

cboettig commented 10 years ago

This should be fixed in v1

install_github("cboettig/knitcitations@v1")